From d30fcf8dca40d4ddf11b247838cb49e724135d3e Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Wed, 3 Jul 2019 15:15:38 -0400 Subject: [PATCH] New Crowdin translations (#397) * New translations messages.json (Afrikaans) * New translations messages.json (Hungarian) * New translations messages.json (Ukrainian) * New translations messages.json (Turkish) * New translations messages.json (Swedish) * New translations messages.json (Spanish) * New translations messages.json (Slovak) * New translations messages.json (Russian) * New translations messages.json (Portuguese, Brazilian) * New translations messages.json (Portuguese) * New translations messages.json (Polish) * New translations messages.json (Norwegian Bokmal) * New translations messages.json (Korean) * New translations messages.json (Japanese) * New translations messages.json (Italian) * New translations messages.json (Hebrew) * New translations messages.json (Catalan) * New translations messages.json (Greek) * New translations messages.json (German) * New translations messages.json (French) * New translations messages.json (Finnish) * New translations messages.json (Estonian) * New translations messages.json (Esperanto) * New translations messages.json (English, United Kingdom) * New translations messages.json (Dutch) * New translations messages.json (Danish) * New translations messages.json (Czech) * New translations messages.json (Croatian) * New translations messages.json (Chinese Traditional) * New translations messages.json (Chinese Simplified) * New translations messages.json (Vietnamese) --- src/locales/af/messages.json | 24 +- src/locales/ca/messages.json | 24 +- src/locales/cs/messages.json | 30 +- src/locales/da/messages.json | 30 +- src/locales/de/messages.json | 30 +- src/locales/el/messages.json | 2852 +++++++++++++++++++++++++++++++ src/locales/en_GB/messages.json | 24 +- src/locales/eo/messages.json | 2852 +++++++++++++++++++++++++++++++ src/locales/es/messages.json | 24 +- src/locales/et/messages.json | 46 +- src/locales/fi/messages.json | 98 +- src/locales/fr/messages.json | 26 +- src/locales/he/messages.json | 2852 +++++++++++++++++++++++++++++++ src/locales/hr/messages.json | 24 +- src/locales/hu/messages.json | 224 +-- src/locales/it/messages.json | 26 +- src/locales/ja/messages.json | 30 +- src/locales/ko/messages.json | 740 ++++---- src/locales/nb/messages.json | 60 +- src/locales/nl/messages.json | 34 +- src/locales/pl/messages.json | 32 +- src/locales/pt_BR/messages.json | 24 +- src/locales/pt_PT/messages.json | 24 +- src/locales/ru/messages.json | 80 +- src/locales/sk/messages.json | 26 +- src/locales/sv/messages.json | 272 +-- src/locales/tr/messages.json | 24 +- src/locales/uk/messages.json | 28 +- src/locales/vi/messages.json | 2852 +++++++++++++++++++++++++++++++ src/locales/zh_CN/messages.json | 24 +- src/locales/zh_TW/messages.json | 298 ++-- 31 files changed, 12814 insertions(+), 920 deletions(-) create mode 100644 src/locales/el/messages.json create mode 100644 src/locales/eo/messages.json create mode 100644 src/locales/he/messages.json create mode 100644 src/locales/vi/messages.json diff --git a/src/locales/af/messages.json b/src/locales/af/messages.json index daf03816..5f8546d2 100644 --- a/src/locales/af/messages.json +++ b/src/locales/af/messages.json @@ -151,6 +151,9 @@ "value": { "message": "Value" }, + "dragToSort": { + "message": "Drag to sort" + }, "cfTypeText": { "message": "Text" }, @@ -586,12 +589,16 @@ "unlock": { "message": "Unlock" }, - "loggedInAsEmail": { - "message": "Logged in as $EMAIL$.", + "loggedInAsEmailOn": { + "message": "Logged in as $EMAIL$ on $HOSTNAME$.", "placeholders": { "email": { "content": "$1", "example": "name@example.com" + }, + "hostname": { + "content": "$2", + "example": "bitwarden.com" } } }, @@ -820,6 +827,13 @@ "wordSeparator": { "message": "Word Separator" }, + "capitalize": { + "message": "Capitalize", + "description": "Make the first letter of a work uppercase." + }, + "includeNumber": { + "message": "Include Number" + }, "passwordHistory": { "message": "Password History" }, @@ -827,7 +841,8 @@ "message": "There are no passwords to list." }, "clear": { - "message": "Clear" + "message": "Clear", + "description": "To clear something out. example: To clear browser history." }, "accountUpdated": { "message": "Account Updated" @@ -2830,5 +2845,8 @@ }, "rotateApiKey": { "message": "Rotate API Key" + }, + "selectOneCollection": { + "message": "You must select at least one collection." } } \ No newline at end of file diff --git a/src/locales/ca/messages.json b/src/locales/ca/messages.json index 5be31a2d..e56ee583 100644 --- a/src/locales/ca/messages.json +++ b/src/locales/ca/messages.json @@ -151,6 +151,9 @@ "value": { "message": "Valor" }, + "dragToSort": { + "message": "Drag to sort" + }, "cfTypeText": { "message": "Text" }, @@ -586,12 +589,16 @@ "unlock": { "message": "Desbloqueja" }, - "loggedInAsEmail": { - "message": "S'ha iniciat la sessió com a $EMAIL$.", + "loggedInAsEmailOn": { + "message": "Logged in as $EMAIL$ on $HOSTNAME$.", "placeholders": { "email": { "content": "$1", "example": "name@example.com" + }, + "hostname": { + "content": "$2", + "example": "bitwarden.com" } } }, @@ -820,6 +827,13 @@ "wordSeparator": { "message": "Separador de paraules" }, + "capitalize": { + "message": "Capitalize", + "description": "Make the first letter of a work uppercase." + }, + "includeNumber": { + "message": "Include Number" + }, "passwordHistory": { "message": "Historial de les contrasenyes" }, @@ -827,7 +841,8 @@ "message": "No hi ha cap contrasenya a llistar." }, "clear": { - "message": "Esborra" + "message": "Esborra", + "description": "To clear something out. example: To clear browser history." }, "accountUpdated": { "message": "Compte actualitzat" @@ -2830,5 +2845,8 @@ }, "rotateApiKey": { "message": "Rota la clau de l'API" + }, + "selectOneCollection": { + "message": "You must select at least one collection." } } \ No newline at end of file diff --git a/src/locales/cs/messages.json b/src/locales/cs/messages.json index 9f8c2b3f..9cda1fb2 100644 --- a/src/locales/cs/messages.json +++ b/src/locales/cs/messages.json @@ -151,6 +151,9 @@ "value": { "message": "Hodnota" }, + "dragToSort": { + "message": "Drag to sort" + }, "cfTypeText": { "message": "Text" }, @@ -586,12 +589,16 @@ "unlock": { "message": "Odemknout" }, - "loggedInAsEmail": { - "message": "Přihlášen jako $EMAIL$.", + "loggedInAsEmailOn": { + "message": "Logged in as $EMAIL$ on $HOSTNAME$.", "placeholders": { "email": { "content": "$1", "example": "name@example.com" + }, + "hostname": { + "content": "$2", + "example": "bitwarden.com" } } }, @@ -820,6 +827,13 @@ "wordSeparator": { "message": "Oddělovač slov" }, + "capitalize": { + "message": "Capitalize", + "description": "Make the first letter of a work uppercase." + }, + "includeNumber": { + "message": "Include Number" + }, "passwordHistory": { "message": "Historie hesel" }, @@ -827,7 +841,8 @@ "message": "Nejsou k dispozici žádná hesla." }, "clear": { - "message": "Vymazat" + "message": "Vymazat", + "description": "To clear something out. example: To clear browser history." }, "accountUpdated": { "message": "Účet byl aktualizován" @@ -2810,7 +2825,7 @@ "description": "Free, as in 'Free beer'" }, "apiKey": { - "message": "API Key" + "message": "API klíč" }, "apiKeyDesc": { "message": "Your API key can be used to authenticate to the Bitwarden public API." @@ -2826,9 +2841,12 @@ "description": "'OAuth 2.0' is a programming protocol. It should probably not be translated." }, "viewApiKey": { - "message": "View API Key" + "message": "Zobrazit API klíč" }, "rotateApiKey": { - "message": "Rotate API Key" + "message": "Změnit API klíč" + }, + "selectOneCollection": { + "message": "You must select at least one collection." } } \ No newline at end of file diff --git a/src/locales/da/messages.json b/src/locales/da/messages.json index 3d96e857..290c5ea4 100644 --- a/src/locales/da/messages.json +++ b/src/locales/da/messages.json @@ -41,7 +41,7 @@ "message": "Adgangssætning" }, "notes": { - "message": "Noter" + "message": "Notater" }, "customFields": { "message": "Brugerdefinerede felter" @@ -151,6 +151,9 @@ "value": { "message": "Værdi" }, + "dragToSort": { + "message": "Drag to sort" + }, "cfTypeText": { "message": "Tekst" }, @@ -288,7 +291,7 @@ "message": "Identitet" }, "typeSecureNote": { - "message": "Sikker note" + "message": "Sikret notat" }, "folders": { "message": "Mapper" @@ -586,12 +589,16 @@ "unlock": { "message": "Lås op" }, - "loggedInAsEmail": { - "message": "Logget ind som $EMAIL$.", + "loggedInAsEmailOn": { + "message": "Logged in as $EMAIL$ on $HOSTNAME$.", "placeholders": { "email": { "content": "$1", "example": "name@example.com" + }, + "hostname": { + "content": "$2", + "example": "bitwarden.com" } } }, @@ -820,6 +827,13 @@ "wordSeparator": { "message": "Ordseparator" }, + "capitalize": { + "message": "Capitalize", + "description": "Make the first letter of a work uppercase." + }, + "includeNumber": { + "message": "Include Number" + }, "passwordHistory": { "message": "Adgangskodehistorik" }, @@ -827,7 +841,8 @@ "message": "Der er ingen adgangskoder at vise." }, "clear": { - "message": "Ryd" + "message": "Ryd", + "description": "To clear something out. example: To clear browser history." }, "accountUpdated": { "message": "Konto opdateret" @@ -1520,7 +1535,7 @@ "message": "Du har opgraderet til premium." }, "premiumUpgradeUnlockFeatures": { - "message": "Opgrader din konto til et premium medlemskab og lås op for nogle fantastiske ekstra funktioner." + "message": "Opgradér din konto til et premium-medlemskab og lås op for nogle fantastiske ekstra funktioner." }, "premiumSignUpStorage": { "message": "1 GB krypteret lager til vedhæftede filer." @@ -2830,5 +2845,8 @@ }, "rotateApiKey": { "message": "Rotér API-nøgle" + }, + "selectOneCollection": { + "message": "You must select at least one collection." } } \ No newline at end of file diff --git a/src/locales/de/messages.json b/src/locales/de/messages.json index cb9ac141..8d911ef2 100644 --- a/src/locales/de/messages.json +++ b/src/locales/de/messages.json @@ -151,6 +151,9 @@ "value": { "message": "Wert" }, + "dragToSort": { + "message": "Drag to sort" + }, "cfTypeText": { "message": "Text" }, @@ -586,12 +589,16 @@ "unlock": { "message": "Entsperren" }, - "loggedInAsEmail": { - "message": "Als $EMAIL$ angemeldet.", + "loggedInAsEmailOn": { + "message": "Logged in as $EMAIL$ on $HOSTNAME$.", "placeholders": { "email": { "content": "$1", "example": "name@example.com" + }, + "hostname": { + "content": "$2", + "example": "bitwarden.com" } } }, @@ -820,6 +827,13 @@ "wordSeparator": { "message": "Worttrennzeichen" }, + "capitalize": { + "message": "Capitalize", + "description": "Make the first letter of a work uppercase." + }, + "includeNumber": { + "message": "Include Number" + }, "passwordHistory": { "message": "Passwortverlauf" }, @@ -827,7 +841,8 @@ "message": "Keine Passwörter vorhanden." }, "clear": { - "message": "Löschen" + "message": "Löschen", + "description": "To clear something out. example: To clear browser history." }, "accountUpdated": { "message": "Konto aktualisiert" @@ -1496,7 +1511,7 @@ "description": "Financial term. In the case of Bitwarden, a positive balance means that you owe money, while a negative balance means that you have a credit (Bitwarden owes you money)." }, "addCredit": { - "message": "Guthaben aufladen", + "message": "Guthaben hinzufügen", "description": "Add more credit to your account's balance." }, "amount": { @@ -1717,10 +1732,10 @@ "message": "Keine Zahlungsmethode hinterlegt." }, "addPaymentMethod": { - "message": "Zahlungsart hinzufügen" + "message": "Zahlungsmethode hinzufügen" }, "changePaymentMethod": { - "message": "Zahlungsart ändern" + "message": "Zahlungsmethode ändern" }, "invoices": { "message": "Rechnungen" @@ -2830,5 +2845,8 @@ }, "rotateApiKey": { "message": "API-Schlüssel erneuern" + }, + "selectOneCollection": { + "message": "You must select at least one collection." } } \ No newline at end of file diff --git a/src/locales/el/messages.json b/src/locales/el/messages.json new file mode 100644 index 00000000..37180ef8 --- /dev/null +++ b/src/locales/el/messages.json @@ -0,0 +1,2852 @@ +{ + "pageTitle": { + "message": "$APP_NAME$ Διαδικτυακό Θησαυροφυλάκιο", + "description": "The title of the website in the browser window.", + "placeholders": { + "app_name": { + "content": "$1", + "example": "Bitwarden" + } + } + }, + "whatTypeOfItem": { + "message": "Τι είδους αντικείμενο είναι αυτό;" + }, + "name": { + "message": "Όνομα" + }, + "uri": { + "message": "URI" + }, + "uriPosition": { + "message": "URI $POSITION$", + "description": "A listing of URIs. Ex: URI 1, URI 2, URI 3, etc.", + "placeholders": { + "position": { + "content": "$1", + "example": "2" + } + } + }, + "newUri": { + "message": "Νέο URI" + }, + "username": { + "message": "Όνομα χρήστη" + }, + "password": { + "message": "Κωδικός" + }, + "passphrase": { + "message": "Συνθηματικό" + }, + "notes": { + "message": "Σημειώσεις" + }, + "customFields": { + "message": "Προσαρμοσμένα Πεδία" + }, + "cardholderName": { + "message": "Όνομα κατόχου της κάρτας" + }, + "number": { + "message": "Αριθμός" + }, + "brand": { + "message": "Μάρκα" + }, + "expiration": { + "message": "Λήξη" + }, + "securityCode": { + "message": "Κωδικός ασφαλείας (CVV)" + }, + "identityName": { + "message": "Όνομα ταυτότητας" + }, + "company": { + "message": "Εταιρεία" + }, + "ssn": { + "message": "ΑΜΚΑ" + }, + "passportNumber": { + "message": "Αριθμός διαβατηρίου" + }, + "licenseNumber": { + "message": "Αριθμός αδείας" + }, + "email": { + "message": "Email" + }, + "phone": { + "message": "Τηλέφωνο" + }, + "january": { + "message": "Ιανουάριος" + }, + "february": { + "message": "Φεβρουάριος" + }, + "march": { + "message": "Μάρτιος" + }, + "april": { + "message": "Απρίλιος" + }, + "may": { + "message": "Μάιος" + }, + "june": { + "message": "Ιούνιος" + }, + "july": { + "message": "Ιούλιος" + }, + "august": { + "message": "Αύγουστος" + }, + "september": { + "message": "Σεπτέμβριος" + }, + "october": { + "message": "Οκτώβριος" + }, + "november": { + "message": "Νοέμβριος" + }, + "december": { + "message": "Δεκέμβριος" + }, + "title": { + "message": "Τίτλος" + }, + "mr": { + "message": "Κος" + }, + "mrs": { + "message": "Κα" + }, + "ms": { + "message": "Κα" + }, + "dr": { + "message": "Dr" + }, + "expirationMonth": { + "message": "Μήνας λήξης" + }, + "expirationYear": { + "message": "Έτος λήξης" + }, + "authenticatorKeyTotp": { + "message": "Κλειδί επαλήθευσης (TOTP)" + }, + "folder": { + "message": "Φάκελος" + }, + "newCustomField": { + "message": "Νέο προσαρμοσμένο πεδίο" + }, + "value": { + "message": "Τιμή" + }, + "dragToSort": { + "message": "Drag to sort" + }, + "cfTypeText": { + "message": "Κείμενο" + }, + "cfTypeHidden": { + "message": "Κρυφό" + }, + "cfTypeBoolean": { + "message": "Δυαδικό" + }, + "remove": { + "message": "Αφαίρεση" + }, + "unassigned": { + "message": "Μη αναθετημένο" + }, + "noneFolder": { + "message": "Χωρίς φάκελο", + "description": "This is the folder for uncategorized items" + }, + "addFolder": { + "message": "Προσθήκη φακέλου" + }, + "editFolder": { + "message": "Επεξεργασία φακέλου" + }, + "baseDomain": { + "message": "Βασικός τομέας" + }, + "host": { + "message": "Διακομιστής", + "description": "A URL's host value. For example, the host of https:\/\/sub.domain.com:443 is 'sub.domain.com:443'." + }, + "exact": { + "message": "Ακριβής" + }, + "startsWith": { + "message": "Ξεκινάει με" + }, + "regEx": { + "message": "Κανονική έκφραση", + "description": "A programming term, also known as 'RegEx'." + }, + "matchDetection": { + "message": "Εντοπισμός αντιστοίχισης", + "description": "URI match detection for auto-fill." + }, + "defaultMatchDetection": { + "message": "Προεπιλεγμένος εντοπισμός αντιστοίχισης", + "description": "Default URI match detection for auto-fill." + }, + "never": { + "message": "Ποτέ" + }, + "toggleVisibility": { + "message": "Εναλλαγή ορατότητας" + }, + "toggleCollapse": { + "message": "Εναλλαγή σύμπτυξης", + "description": "Toggling an expand\/collapse state." + }, + "generatePassword": { + "message": "Δημιουργία κωδικού πρόσβασης" + }, + "checkPassword": { + "message": "Ελέγξτε αν έχει εκτεθεί ο κωδικός πρόσβασης." + }, + "passwordExposed": { + "message": "Αυτός ο κωδικός πρόσβασης έχει εκτεθεί $VALUE$ φορά (ές) σε παραβιάσεις δεδομένων. Πρέπει να τον αλλάξετε.", + "placeholders": { + "value": { + "content": "$1", + "example": "2" + } + } + }, + "passwordSafe": { + "message": "Αυτός ο κωδικός πρόσβασης δεν βρέθηκε σε γνωστές παραβιάσεις δεδομένων. Θα πρέπει να είναι ασφαλής για χρήση." + }, + "save": { + "message": "Αποθήκευση" + }, + "cancel": { + "message": "Άκυρο" + }, + "canceled": { + "message": "Ακυρώθηκε" + }, + "close": { + "message": "Κλείσιμο" + }, + "delete": { + "message": "Διαγραφή" + }, + "favorite": { + "message": "Αγαπημένα" + }, + "unfavorite": { + "message": "Αφαίρεση από αγαπημένα" + }, + "edit": { + "message": "Επεξεργασία" + }, + "searchCollection": { + "message": "Συλλογή αναζήτησης" + }, + "searchFolder": { + "message": "Φάκελος αναζήτησης" + }, + "searchFavorites": { + "message": "Αγαπημένες αναζητήσεις" + }, + "searchType": { + "message": "Τύπος αναζήτησης", + "description": "Search item type" + }, + "searchVault": { + "message": "Αναζήτηση στην λίστα" + }, + "allItems": { + "message": "Όλα τα στοιχεία" + }, + "favorites": { + "message": "Αγαπημένα" + }, + "types": { + "message": "Τύποι" + }, + "typeLogin": { + "message": "Σύνδεση" + }, + "typeCard": { + "message": "Κάρτα" + }, + "typeIdentity": { + "message": "Ταυτότητα" + }, + "typeSecureNote": { + "message": "Ασφαλής Σημείωση" + }, + "folders": { + "message": "Φάκελοι" + }, + "collections": { + "message": "Συλλογές" + }, + "firstName": { + "message": "Όνομα" + }, + "middleName": { + "message": "Μεσαίο όνομα" + }, + "lastName": { + "message": "Επώνυμο" + }, + "address1": { + "message": "Διεύθυνση (γραμμή 1)" + }, + "address2": { + "message": "Διεύθυνση (γραμμή 2)" + }, + "address3": { + "message": "Διεύθυνση (γραμμή 3)" + }, + "cityTown": { + "message": "Πόλη \/ Κωμόπολη" + }, + "stateProvince": { + "message": "Περιοχή \/ Νομός" + }, + "zipPostalCode": { + "message": "Τ.Κ. \/ Ταχυδρομικός κώδικας" + }, + "country": { + "message": "Χώρα" + }, + "shared": { + "message": "Κοινοποιήθηκε" + }, + "attachments": { + "message": "Επισυνάψεις" + }, + "select": { + "message": "Επιλογή" + }, + "addItem": { + "message": "Προσθήκη στοιχείου" + }, + "editItem": { + "message": "Επεξεργασία στοιχείου" + }, + "ex": { + "message": "π. χ.", + "description": "Short abbreviation for 'example'." + }, + "other": { + "message": "Άλλο" + }, + "share": { + "message": "Κοινοποίηση" + }, + "valueCopied": { + "message": "$VALUE$ αντιγράφηκε", + "description": "Value has been copied to the clipboard.", + "placeholders": { + "value": { + "content": "$1", + "example": "Password" + } + } + }, + "copyValue": { + "message": "Αντιγραφή τιμής", + "description": "Copy value to clipboard" + }, + "copyPassword": { + "message": "Αντιγραφή κωδικού πρόσβασης", + "description": "Copy password to clipboard" + }, + "copyUsername": { + "message": "Αντιγραφή ονόματος χρήστη", + "description": "Copy username to clipboard" + }, + "copyNumber": { + "message": "Αντιγραφή αριθμού", + "description": "Copy credit card number" + }, + "copySecurityCode": { + "message": "Αντιγραφή κωδικού ασφαλείας", + "description": "Copy credit card security code (CVV)" + }, + "copyUri": { + "message": "Αντιγραφή URI", + "description": "Copy URI to clipboard" + }, + "myVault": { + "message": "Η λίστα μου" + }, + "vault": { + "message": "Λίστα" + }, + "shareSelected": { + "message": "Κοινοποίηση επιλεγμένων" + }, + "deleteSelected": { + "message": "Διαγραφή επιλεγμένων" + }, + "moveSelected": { + "message": "Μετακίνηση επιλεγμένων" + }, + "selectAll": { + "message": "Επιλογή όλων" + }, + "unselectAll": { + "message": "Κατάργηση επιλογής όλων" + }, + "launch": { + "message": "Εκκίνηση" + }, + "newAttachment": { + "message": "Προσθήκη νέας επισύναψης" + }, + "deletedAttachment": { + "message": "Διαγραφή επισύναψης" + }, + "deleteAttachmentConfirmation": { + "message": "Είστε βέβαιοι ότι θέλετε να διαγράψετε αυτή την επισύναψη;" + }, + "attachmentSaved": { + "message": "Η επισύναψη έχει αποθηκευτεί." + }, + "file": { + "message": "Αρχείο" + }, + "selectFile": { + "message": "Επιλέξτε ένα αρχείο." + }, + "maxFileSize": { + "message": "Το μέγιστο μέγεθος αρχείου είναι 100 MB." + }, + "updateKey": { + "message": "Δεν μπορείτε να χρησιμοποιήσετε αυτήν τη δυνατότητα μέχρι να ενημερώσετε το κλειδί κρυπτογράφησης." + }, + "addedItem": { + "message": "Προστέθηκε στοιχείο" + }, + "editedItem": { + "message": "Επεξεργασμένο στοιχείο" + }, + "sharedItem": { + "message": "Κοινόχρηστο στοιχείο" + }, + "sharedItems": { + "message": "Κοινόχρηστα στοιχεία" + }, + "deleteItem": { + "message": "Διαγραφή στοιχείου" + }, + "deleteFolder": { + "message": "Διαγραφή φακέλου" + }, + "deleteAttachment": { + "message": "Διαγραφή επισύναψης" + }, + "deleteItemConfirmation": { + "message": "Είστε βέβαιοι ότι θέλετε να διαγράψετε αυτό το στοιχείο;" + }, + "deletedItem": { + "message": "Διαγραμμένο στοιχείο" + }, + "deletedItems": { + "message": "Διαγραμμένα στοιχεία" + }, + "movedItems": { + "message": "Μετακινημένα στοιχεία" + }, + "overwritePasswordConfirmation": { + "message": "Είστε βέβαιοι ότι θέλετε να αντικαταστήσετε τον τρέχοντα κωδικό πρόσβασης;" + }, + "editedFolder": { + "message": "Επεξεργασία φακέλου" + }, + "addedFolder": { + "message": "Προστέθηκε φάκελος" + }, + "deleteFolderConfirmation": { + "message": "Είστε βέβαιοι ότι θέλετε να διαγράψετε αυτόν το φάκελο;" + }, + "deletedFolder": { + "message": "Διαγραφή φακέλου" + }, + "loggedOut": { + "message": "Αποσύνδεση" + }, + "loginExpired": { + "message": "Η περίοδος σύνδεσής σας έχει λήξει." + }, + "logOutConfirmation": { + "message": "Είστε βέβαιοι ότι θέλετε να αποσυνδεθείτε;" + }, + "logOut": { + "message": "Αποσύνδεση" + }, + "ok": { + "message": "Εντάξει" + }, + "yes": { + "message": "Ναι" + }, + "no": { + "message": "Όχι" + }, + "loginOrCreateNewAccount": { + "message": "Συνδεθείτε ή δημιουργήστε έναν νέο λογαριασμό για να αποκτήσετε πρόσβαση στην ασφαλή λίστα σας." + }, + "createAccount": { + "message": "Δημιουργία λογαριασμού" + }, + "logIn": { + "message": "Είσοδος" + }, + "submit": { + "message": "Υποβολή" + }, + "emailAddressDesc": { + "message": "Η είσοδος θα γίνεται με το email σας." + }, + "yourName": { + "message": "Το όνομά σου" + }, + "yourNameDesc": { + "message": "Πως να σε φωνάζουμε;" + }, + "masterPass": { + "message": "Κύριος Κωδικός" + }, + "masterPassDesc": { + "message": "Ο κύριος κωδικός είναι ο κωδικός που θα χρησιμοποιείται προκειμένου να μπείτε στο θησαυροφυλάκιό σας. Είναι πολύ σημαντικό να μην χάσετε τον κύριο κωδικό. Δεν υπάρχει η δυνατότητα επαναφοράς του κωδικού σε περίπτωση που τον ξεχάσετε." + }, + "masterPassHintDesc": { + "message": "Ένα στοιχείο μπορεί να σας βοηθήσει να θυμηθείτε τον κωδικό σας αν τον ξεχάσετε." + }, + "reTypeMasterPass": { + "message": "Επανεισάγετε τον κωδικό σας" + }, + "masterPassHint": { + "message": "Στοιχείο Γενικού Κωδικού (προαιρετικό)" + }, + "masterPassHintLabel": { + "message": "Στοιχείο Γενικού Κωδικού" + }, + "settings": { + "message": "Ρυθμίσεις" + }, + "passwordHint": { + "message": "Στοιχείο Κωδικού" + }, + "enterEmailToGetHint": { + "message": "Παρακαλούμε εισάγετε την διεύθυνση email σας ώστε να λάβετε το στοιχείο του Κωδικού πρόσβασης." + }, + "getMasterPasswordHint": { + "message": "Λήψη στοιχείου Γενικού Κωδικού" + }, + "emailRequired": { + "message": "Απαιτείται μια διεύθυνση ηλεκτρονικού ταχυδρομείου." + }, + "invalidEmail": { + "message": "Μη έγκυρη διεύθυνση e-mail." + }, + "masterPassRequired": { + "message": "Ο κωδικός είναι απαραίτητος." + }, + "masterPassLength": { + "message": "Ο κωδικός πρόσβασής σας πρέπει να έχει μήκος τουλάχιστον 8 χαρακτήρων." + }, + "masterPassDoesntMatch": { + "message": "Η επιβεβαίωση του κωδικού πρόσβασης δεν συμπίπτει." + }, + "newAccountCreated": { + "message": "Ο λογαριασμός σας έχει δημιουργηθεί. Τώρα μπορείτε να συνδεθείτε." + }, + "masterPassSent": { + "message": "Σας στείλαμε ένα email με το στοιχείο του κωδικού πρόσβασης." + }, + "unexpectedError": { + "message": "Παρουσιάστηκε ένα μη αναμενόμενο σφάλμα." + }, + "emailAddress": { + "message": "Διεύθυνση Email" + }, + "yourVaultIsLocked": { + "message": "Το κιβώτιο κωδικών είναι κλειδωμένο. Επιβεβαιώστε τον κωδικό προσβασης σας για να συνεχίσετε." + }, + "unlock": { + "message": "Ξεκλείδωμα" + }, + "loggedInAsEmailOn": { + "message": "Logged in as $EMAIL$ on $HOSTNAME$.", + "placeholders": { + "email": { + "content": "$1", + "example": "name@example.com" + }, + "hostname": { + "content": "$2", + "example": "bitwarden.com" + } + } + }, + "invalidMasterPassword": { + "message": "Λανθασμένος κωδικός πρόσβασης" + }, + "lockNow": { + "message": "Κλείδωμα Τώρα" + }, + "noItemsInList": { + "message": "Δεν υπάρχουν στοιχέια για εμφάνιση." + }, + "noCollectionsInList": { + "message": "Δεν υπάρχουν στοιχέια για εμφάνιση." + }, + "noGroupsInList": { + "message": "Δεν υπάρχουν ομάδες για εμφάνιση." + }, + "noUsersInList": { + "message": "Δεν υπάρχουν χρήστες για εμφάνιση." + }, + "noEventsInList": { + "message": "Δεν υπάρχουν γεγονότα για εμφάνιση." + }, + "newOrganization": { + "message": "Νέος οργανισμός" + }, + "noOrganizationsList": { + "message": "Δεν συμμετέχετε σε κάποιον οργανισμό. Οι οργανισμοί επιτρέπουν την ασφαλή κοινοποίηση στοιχείων με άλλους χρήστες." + }, + "versionNumber": { + "message": "Έκδοση $VERSION_NUMBER$", + "placeholders": { + "version_number": { + "content": "$1", + "example": "1.2.3" + } + } + }, + "enterVerificationCodeApp": { + "message": "Εισάγετε τον κωδικό 6 ψηφίων από το authenticator app σας." + }, + "enterVerificationCodeEmail": { + "message": "Ο κωδικός 6 ψηφίων στάθληκε στο $EMAIL$.", + "placeholders": { + "email": { + "content": "$1", + "example": "example@gmail.com" + } + } + }, + "verificationCodeEmailSent": { + "message": "Email επιβεβαίωσης στάλθηκε στο $EMAIL$.", + "placeholders": { + "email": { + "content": "$1", + "example": "example@gmail.com" + } + } + }, + "rememberMe": { + "message": "Να με θυμάσαι" + }, + "sendVerificationCodeEmailAgain": { + "message": "Επανάληψη αποστολής email επιβεβαίωσης" + }, + "useAnotherTwoStepMethod": { + "message": "Χρήση άλλης μεθόδου δύο παραγόντων (two-step)" + }, + "insertYubiKey": { + "message": "Insert your YubiKey into your computer's USB port, then touch its button." + }, + "insertU2f": { + "message": "Insert your security key into your computer's USB port. If it has a button, touch it." + }, + "loginUnavailable": { + "message": "Login Unavailable" + }, + "noTwoStepProviders": { + "message": "This account has two-step login enabled, however, none of the configured two-step providers are supported by this web browser." + }, + "noTwoStepProviders2": { + "message": "Please use a supported web browser (such as Chrome) and\/or add additional providers that are better supported across web browsers (such as an authenticator app)." + }, + "twoStepOptions": { + "message": "Two-step Login Options" + }, + "recoveryCodeDesc": { + "message": "Lost access to all of your two-factor providers? Use your recovery code to disable all two-factor providers from your account." + }, + "recoveryCodeTitle": { + "message": "Κωδικός Αποκατάστασης" + }, + "authenticatorAppTitle": { + "message": "Authenticator App" + }, + "authenticatorAppDesc": { + "message": "Use an authenticator app (such as Authy or Google Authenticator) to generate time-based verification codes.", + "description": "'Authy' and 'Google Authenticator' are product names and should not be translated." + }, + "yubiKeyTitle": { + "message": "YubiKey OTP Security Key" + }, + "yubiKeyDesc": { + "message": "Use a YubiKey to access your account. Works with YubiKey 4 series, 5 series, and NEO devices." + }, + "duoDesc": { + "message": "Verify with Duo Security using the Duo Mobile app, SMS, phone call, or U2F security key.", + "description": "'Duo Security' and 'Duo Mobile' are product names and should not be translated." + }, + "duoOrganizationDesc": { + "message": "Verify with Duo Security for your organization using the Duo Mobile app, SMS, phone call, or U2F security key.", + "description": "'Duo Security' and 'Duo Mobile' are product names and should not be translated." + }, + "u2fDesc": { + "message": "Use any FIDO U2F enabled security key to access your account." + }, + "u2fTitle": { + "message": "FIDO U2F Security Key" + }, + "emailTitle": { + "message": "Email" + }, + "emailDesc": { + "message": "Verification codes will be emailed to you." + }, + "continue": { + "message": "Συνέχεια" + }, + "organization": { + "message": "Οργανισμός" + }, + "organizations": { + "message": "Organizations" + }, + "shareDesc": { + "message": "Choose an organization that you wish to share this item with. Sharing transfers ownership of the item to the organization. You will no longer be the direct owner of this item once it has been shared." + }, + "shareManyDesc": { + "message": "Choose an organization that you wish to share these items with. Sharing transfers ownership of the items to the organization. You will no longer be the direct owner of these items once they have been shared." + }, + "collectionsDesc": { + "message": "Edit the collections that this item is being shared with. Only organization users with access to these collections will be able to see this item." + }, + "deleteSelectedItemsDesc": { + "message": "You have selected $COUNT$ item(s) to delete. Are you sure you want to delete all of these items?", + "placeholders": { + "count": { + "content": "$1", + "example": "150" + } + } + }, + "moveSelectedItemsDesc": { + "message": "Choose a folder that you would like to move the $COUNT$ selected item(s) to.", + "placeholders": { + "count": { + "content": "$1", + "example": "150" + } + } + }, + "shareSelectedItemsCountDesc": { + "message": "You have selected $COUNT$ item(s). $SHAREABLE_COUNT$ items are sharable, $NONSHAREABLE_COUNT$ are not.", + "placeholders": { + "count": { + "content": "$1", + "example": "10" + }, + "shareable_count": { + "content": "$2", + "example": "8" + }, + "nonshareable_count": { + "content": "$3", + "example": "2" + } + } + }, + "verificationCodeTotp": { + "message": "Verification Code (TOTP)" + }, + "copyVerificationCode": { + "message": "Copy Verification Code" + }, + "warning": { + "message": "Warning" + }, + "exportWarningDesc": { + "message": "This export contains your vault data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it." + }, + "exportMasterPassword": { + "message": "Enter your master password to export your vault data." + }, + "exportVault": { + "message": "Export Vault" + }, + "fileFormat": { + "message": "File Format" + }, + "exportSuccess": { + "message": "Your vault data has been exported." + }, + "passwordGenerator": { + "message": "Password Generator" + }, + "minNumbers": { + "message": "Minimum Numbers" + }, + "minSpecial": { + "message": "Minimum Special", + "description": "Minimum Special Characters" + }, + "ambiguous": { + "message": "Avoid Ambiguous Characters" + }, + "regeneratePassword": { + "message": "Regenerate Password" + }, + "length": { + "message": "Length" + }, + "numWords": { + "message": "Number of Words" + }, + "wordSeparator": { + "message": "Word Separator" + }, + "capitalize": { + "message": "Capitalize", + "description": "Make the first letter of a work uppercase." + }, + "includeNumber": { + "message": "Include Number" + }, + "passwordHistory": { + "message": "Password History" + }, + "noPasswordsInList": { + "message": "There are no passwords to list." + }, + "clear": { + "message": "Clear", + "description": "To clear something out. example: To clear browser history." + }, + "accountUpdated": { + "message": "Account Updated" + }, + "changeEmail": { + "message": "Change Email" + }, + "newEmail": { + "message": "New Email" + }, + "code": { + "message": "Code" + }, + "changeEmailDesc": { + "message": "We have emailed a verification code to $EMAIL$. Please check your email for this code and enter it below to finalize the email address change.", + "placeholders": { + "email": { + "content": "$1", + "example": "john.smith@example.com" + } + } + }, + "loggedOutWarning": { + "message": "Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour." + }, + "emailChanged": { + "message": "Email Changed" + }, + "logBackIn": { + "message": "Please log back in." + }, + "logBackInOthersToo": { + "message": "Please log back in. If you are using other Bitwarden applications log out and back in to those as well." + }, + "changeMasterPassword": { + "message": "Change Master Password" + }, + "masterPasswordChanged": { + "message": "Master Password Changed" + }, + "currentMasterPass": { + "message": "Current Master Password" + }, + "newMasterPass": { + "message": "New Master Password" + }, + "confirmNewMasterPass": { + "message": "Confirm New Master Password" + }, + "encKeySettings": { + "message": "Encryption Key Settings" + }, + "kdfAlgorithm": { + "message": "KDF Algorithm" + }, + "kdfIterations": { + "message": "KDF Iterations" + }, + "kdfIterationsDesc": { + "message": "Higher KDF iterations can help protect your master password from being brute forced by an attacker. We recommend a value of $VALUE$ or more.", + "placeholders": { + "value": { + "content": "$1", + "example": "100,000" + } + } + }, + "kdfIterationsWarning": { + "message": "Setting your KDF iterations too high could result in poor performance when logging into (and unlocking) Bitwarden on devices with slower CPUs. We recommend that you increase the value in increments of $INCREMENT$ and then test all of your devices.", + "placeholders": { + "increment": { + "content": "$1", + "example": "50,000" + } + } + }, + "changeKdf": { + "message": "Change KDF" + }, + "encKeySettingsChanged": { + "message": "Encryption Key Settings Changed" + }, + "dangerZone": { + "message": "Danger Zone" + }, + "dangerZoneDesc": { + "message": "Careful, these actions are not reversible!" + }, + "deauthorizeSessions": { + "message": "Deauthorize Sessions" + }, + "deauthorizeSessionsDesc": { + "message": "Concerned your account is logged in on another device? Proceed below to deauthorize all computers or devices that you have previously used. This security step is recommended if you previously used a public computer or accidentally saved your password on a device that isn't yours. This step will also clear all previously remembered two-step login sessions." + }, + "deauthorizeSessionsWarning": { + "message": "Proceeding will also log you out of your current session, requiring you to log back in. You will also be prompted for two-step login again, if enabled. Active sessions on other devices may continue to remain active for up to one hour." + }, + "sessionsDeauthorized": { + "message": "All Sessions Deauthorized" + }, + "purgeVault": { + "message": "Purge Vault" + }, + "purgedOrganizationVault": { + "message": "Purged organization vault." + }, + "purgeVaultDesc": { + "message": "Proceed below to delete all items and folders in your vault. Items that belong to an organization that you share with will not be deleted." + }, + "purgeOrgVaultDesc": { + "message": "Proceed below to delete all items in the organization's vault." + }, + "purgeVaultWarning": { + "message": "Purging your vault is permanent. It cannot be undone." + }, + "vaultPurged": { + "message": "Your vault has been purged." + }, + "deleteAccount": { + "message": "Delete Account" + }, + "deleteAccountDesc": { + "message": "Proceed below to delete your account and all associated data." + }, + "deleteAccountWarning": { + "message": "Deleting your account is permanent. It cannot be undone." + }, + "accountDeleted": { + "message": "Account Deleted" + }, + "accountDeletedDesc": { + "message": "Your account has been closed and all associated data has been deleted." + }, + "myAccount": { + "message": "My Account" + }, + "tools": { + "message": "Tools" + }, + "importData": { + "message": "Import Data" + }, + "importSuccess": { + "message": "Data has been successfully imported into your vault." + }, + "importFormatError": { + "message": "Data is not formatted correctly. Please check your import file and try again." + }, + "importNothingError": { + "message": "Nothing was imported." + }, + "selectFormat": { + "message": "Select the format of the import file" + }, + "selectImportFile": { + "message": "Select the import file" + }, + "orCopyPasteFileContents": { + "message": "or copy\/paste the import file contents" + }, + "instructionsFor": { + "message": "$NAME$ Instructions", + "description": "The title for the import tool instructions.", + "placeholders": { + "name": { + "content": "$1", + "example": "LastPass (csv)" + } + } + }, + "options": { + "message": "Options" + }, + "optionsDesc": { + "message": "Customize your web vault experience." + }, + "optionsUpdated": { + "message": "Options updated" + }, + "language": { + "message": "Language" + }, + "languageDesc": { + "message": "Change the language used by the web vault." + }, + "disableIcons": { + "message": "Disable Website Icons" + }, + "disableIconsDesc": { + "message": "Website Icons provide a recognizable image next to each login item in your vault." + }, + "enableGravatars": { + "message": "Enable Gravatars", + "description": "'Gravatar' is the name of a service. See www.gravatar.com" + }, + "enableGravatarsDesc": { + "message": "Use avatar images loaded from gravatar.com." + }, + "default": { + "message": "Default" + }, + "domainRules": { + "message": "Domain Rules" + }, + "domainRulesDesc": { + "message": "If you have the same login across multiple different website domains, you can mark the website as \"equivalent\". \"Global\" domains are ones already created for you by Bitwarden." + }, + "globalEqDomains": { + "message": "Global Equivalent Domains" + }, + "customEqDomains": { + "message": "Custom Equivalent Domains" + }, + "exclude": { + "message": "Exclude" + }, + "include": { + "message": "Include" + }, + "customize": { + "message": "Customize" + }, + "newCustomDomain": { + "message": "New Custom Domain" + }, + "newCustomDomainDesc": { + "message": "Enter a list of domains separated by commas. Only \"base\" domains are allowed. Do not enter subdomains. For example, enter \"google.com\" instead of \"www.google.com\". You can also enter \"androidapp:\/\/package.name\" to associate an android app with other website domains." + }, + "customDomainX": { + "message": "Custom Domain $INDEX$", + "placeholders": { + "index": { + "content": "$1", + "example": "2" + } + } + }, + "domainsUpdated": { + "message": "Domains updated" + }, + "twoStepLogin": { + "message": "Two-step Login" + }, + "twoStepLoginDesc": { + "message": "Secure your account by requiring an additional step when logging in." + }, + "twoStepLoginOrganizationDesc": { + "message": "Require two-step login for your organization's users by configuring providers at the organization level." + }, + "twoStepLoginRecoveryWarning": { + "message": "Enabling two-step login can permanently lock you out of your Bitwarden account. A recovery code allows you to access your account in the event that you can no longer use your normal two-step login provider (ex. you lose your device). Bitwarden support will not be able to assist you if you lose access to your account. We recommend you write down or print the recovery code and keep it in a safe place." + }, + "viewRecoveryCode": { + "message": "View Recovery Code" + }, + "providers": { + "message": "Providers", + "description": "Two-step login providers such as YubiKey, Duo, Authenticator apps, Email, etc." + }, + "enable": { + "message": "Enable" + }, + "enabled": { + "message": "Enabled" + }, + "premium": { + "message": "Premium", + "description": "Premium Membership" + }, + "premiumMembership": { + "message": "Premium Membership" + }, + "premiumRequired": { + "message": "Premium Required" + }, + "premiumRequiredDesc": { + "message": "A premium membership is required to use this feature." + }, + "youHavePremiumAccess": { + "message": "You have premium access" + }, + "alreadyPremiumFromOrg": { + "message": "You already have access to premium features because of an organization you are a member of." + }, + "manage": { + "message": "Manage" + }, + "disable": { + "message": "Disable" + }, + "twoStepLoginProviderEnabled": { + "message": "This two-step login provider is enabled on your account." + }, + "twoStepLoginAuthDesc": { + "message": "Enter your master password to modify two-step login settings." + }, + "twoStepAuthenticatorDesc": { + "message": "Follow these steps to set up two-step login with an authenticator app:" + }, + "twoStepAuthenticatorDownloadApp": { + "message": "Download a two-step authenticator app" + }, + "twoStepAuthenticatorNeedApp": { + "message": "Need a two-step authenticator app? Download one of the following" + }, + "iosDevices": { + "message": "iOS devices" + }, + "androidDevices": { + "message": "Android devices" + }, + "windowsDevices": { + "message": "Windows devices" + }, + "twoStepAuthenticatorAppsRecommended": { + "message": "These apps are recommended, however, other authenticator apps will also work." + }, + "twoStepAuthenticatorScanCode": { + "message": "Scan this QR code with your authenticator app" + }, + "key": { + "message": "Key" + }, + "twoStepAuthenticatorEnterCode": { + "message": "Enter the resulting 6 digit verification code from the app" + }, + "twoStepAuthenticatorReaddDesc": { + "message": "In case you need to add it to another device, below is the QR code (or key) required by your authenticator app." + }, + "twoStepDisableDesc": { + "message": "Are you sure you want to disable this two-step login provider?" + }, + "twoStepDisabled": { + "message": "Two-step login provider disabled." + }, + "twoFactorYubikeyAdd": { + "message": "Add a new YubiKey to your account" + }, + "twoFactorYubikeyPlugIn": { + "message": "Plug the YubiKey into your computer's USB port." + }, + "twoFactorYubikeySelectKey": { + "message": "Select the first empty YubiKey input field below." + }, + "twoFactorYubikeyTouchButton": { + "message": "Touch the YubiKey's button." + }, + "twoFactorYubikeySaveForm": { + "message": "Save the form." + }, + "twoFactorYubikeyWarning": { + "message": "Due to platform limitations, YubiKeys cannot be used on all Bitwarden applications. You should enable another two-step login provider so that you can access your account when YubiKeys cannot be used. Supported platforms:" + }, + "twoFactorYubikeySupportUsb": { + "message": "Web vault, desktop application, CLI, and all browser extensions on a device with a USB port that can accept your YubiKey." + }, + "twoFactorYubikeySupportMobile": { + "message": "Mobile apps on a device with NFC capabilities or a USB port that can accept your YubiKey." + }, + "yubikeyX": { + "message": "YubiKey $INDEX$", + "placeholders": { + "index": { + "content": "$1", + "example": "2" + } + } + }, + "u2fkeyX": { + "message": "U2F Key $INDEX$", + "placeholders": { + "index": { + "content": "$1", + "example": "2" + } + } + }, + "nfcSupport": { + "message": "NFC Support" + }, + "twoFactorYubikeySupportsNfc": { + "message": "One of my keys supports NFC." + }, + "twoFactorYubikeySupportsNfcDesc": { + "message": "If one of your YubiKeys supports NFC (such as a YubiKey NEO), you will be prompted on mobile devices whenever NFC availability is detected." + }, + "yubikeysUpdated": { + "message": "YubiKeys updated" + }, + "disableAllKeys": { + "message": "Disable All Keys" + }, + "twoFactorDuoDesc": { + "message": "Enter the Bitwarden application information from your Duo Admin panel." + }, + "twoFactorDuoIntegrationKey": { + "message": "Integration Key" + }, + "twoFactorDuoSecretKey": { + "message": "Secret Key" + }, + "twoFactorDuoApiHostname": { + "message": "API Hostname" + }, + "twoFactorEmailDesc": { + "message": "Follow these steps to set up two-step login with email:" + }, + "twoFactorEmailEnterEmail": { + "message": "Enter the email that you wish to receive verification codes" + }, + "twoFactorEmailEnterCode": { + "message": "Enter the resulting 6 digit verification code from the email" + }, + "sendEmail": { + "message": "Send Email" + }, + "twoFactorU2fAdd": { + "message": "Add a FIDO U2F security key to your account" + }, + "removeU2fConfirmation": { + "message": "Are you sure you want to remove this security key?" + }, + "readKey": { + "message": "Read Key" + }, + "keyCompromised": { + "message": "Key is compromised." + }, + "twoFactorU2fGiveName": { + "message": "Give the security key a friendly name to identify it." + }, + "twoFactorU2fPlugInReadKey": { + "message": "Plug the security key into your computer's USB port and click the \"Read Key\" button." + }, + "twoFactorU2fTouchButton": { + "message": "If the security key has a button, touch it." + }, + "twoFactorU2fSaveForm": { + "message": "Save the form." + }, + "twoFactorU2fWarning": { + "message": "Due to platform limitations, FIDO U2F cannot be used on all Bitwarden applications. You should enable another two-step login provider so that you can access your account when FIDO U2F cannot be used. Supported platforms:" + }, + "twoFactorU2fSupportWeb": { + "message": "Web vault and browser extensions on a desktop\/laptop with a U2F enabled browser (Chrome, Opera, Vivaldi, or Firefox with FIDO U2F enabled)." + }, + "twoFactorU2fWaiting": { + "message": "Waiting for you to touch the button on your security key" + }, + "twoFactorU2fClickSave": { + "message": "Click the \"Save\" button below to enable this security key for two-step login." + }, + "twoFactorU2fProblemReadingTryAgain": { + "message": "There was a problem reading the security key. Try again." + }, + "twoFactorRecoveryYourCode": { + "message": "Your Bitwarden two-step login recovery code" + }, + "twoFactorRecoveryNoCode": { + "message": "You have not enabled any two-step login providers yet. After you have enabled a two-step login provider you can check back here for your recovery code." + }, + "printCode": { + "message": "Print Code", + "description": "Print 2FA recovery code" + }, + "reports": { + "message": "Reports" + }, + "unsecuredWebsitesReport": { + "message": "Unsecured Websites Report" + }, + "unsecuredWebsitesReportDesc": { + "message": "Using unsecured websites with the http:\/\/ scheme can be dangerous. If the website allows, you should always access it using the https:\/\/ scheme so that your connection is encrypted." + }, + "unsecuredWebsitesFound": { + "message": "Unsecured Websites Found" + }, + "unsecuredWebsitesFoundDesc": { + "message": "We found $COUNT$ items in your vault with unsecured URIs. You should change their URI scheme to https:\/\/ if the website allows it.", + "placeholders": { + "count": { + "content": "$1", + "example": "8" + } + } + }, + "noUnsecuredWebsites": { + "message": "No items in your vault have unsecured URIs." + }, + "inactive2faReport": { + "message": "Inactive 2FA Report" + }, + "inactive2faReportDesc": { + "message": "Two-factor authentication (2FA) is an important security setting that helps secure your accounts. If the website offers it, you should always enable two-factor authentication." + }, + "inactive2faFound": { + "message": "Logins Without 2FA Found" + }, + "inactive2faFoundDesc": { + "message": "We found $COUNT$ website(s) in your vault that may not be configured with two-factor authentication (according to twofactorauth.org). To further protect these accounts, you should enable two-factor authentication.", + "placeholders": { + "count": { + "content": "$1", + "example": "8" + } + } + }, + "noInactive2fa": { + "message": "No websites were found in your vault with a missing two-factor authentication configuration." + }, + "instructions": { + "message": "Instructions" + }, + "exposedPasswordsReport": { + "message": "Exposed Passwords Report" + }, + "exposedPasswordsReportDesc": { + "message": "Exposed passwords are passwords that have been uncovered in known data breaches that were released publicly or sold on the dark web by hackers." + }, + "exposedPasswordsFound": { + "message": "Exposed Passwords Found" + }, + "exposedPasswordsFoundDesc": { + "message": "We found $COUNT$ items in your vault that have passwords that were exposed in known data breaches. You should change them to use a new password.", + "placeholders": { + "count": { + "content": "$1", + "example": "8" + } + } + }, + "noExposedPasswords": { + "message": "No items in your vault have passwords that have been exposed in known data breaches." + }, + "checkExposedPasswords": { + "message": "Check Exposed Passwords" + }, + "exposedXTimes": { + "message": "Exposed $COUNT$ time(s)", + "placeholders": { + "count": { + "content": "$1", + "example": "52" + } + } + }, + "weakPasswordsReport": { + "message": "Weak Passwords Report" + }, + "weakPasswordsReportDesc": { + "message": "Weak passwords can easily be guessed by hackers and automated tools that are used to crack passwords. The Bitwarden password generator can help you create strong passwords." + }, + "weakPasswordsFound": { + "message": "Weak Passwords Found" + }, + "weakPasswordsFoundDesc": { + "message": "We found $COUNT$ items in your vault with passwords that are not strong. You should update them to use stronger passwords.", + "placeholders": { + "count": { + "content": "$1", + "example": "8" + } + } + }, + "noWeakPasswords": { + "message": "No items in your vault have weak passwords." + }, + "reusedPasswordsReport": { + "message": "Reused Passwords Report" + }, + "reusedPasswordsReportDesc": { + "message": "If a service that you use is compromised, reusing the same password elsewhere can allow hackers to easily gain access to more of your online accounts. You should use a unique password for every account or service." + }, + "reusedPasswordsFound": { + "message": "Reused Passwords Found" + }, + "reusedPasswordsFoundDesc": { + "message": "We found $COUNT$ passwords that are being reused in your vault. You should change them to a unique value.", + "placeholders": { + "count": { + "content": "$1", + "example": "8" + } + } + }, + "noReusedPasswords": { + "message": "No logins in your vault have passwords that are being reused." + }, + "reusedXTimes": { + "message": "Reused $COUNT$ times", + "placeholders": { + "count": { + "content": "$1", + "example": "8" + } + } + }, + "dataBreachReport": { + "message": "Data Breach Report" + }, + "breachDesc": { + "message": "A \"breach\" is an incident where a site's data has been illegally accessed by hackers and then released publicly. Review the types of data that were compromised (email addresses, passwords, credit cards etc.) and take appropriate action, such as changing passwords." + }, + "breachCheckUsernameEmail": { + "message": "Check any usernames or email addresses that you use." + }, + "checkBreaches": { + "message": "Check Breaches" + }, + "breachUsernameNotFound": { + "message": "$USERNAME$ was not found in any known data breaches.", + "placeholders": { + "username": { + "content": "$1", + "example": "user@example.com" + } + } + }, + "goodNews": { + "message": "Good News", + "description": "ex. Good News, No Breached Accounts Found!" + }, + "breachUsernameFound": { + "message": "$USERNAME$ was found in $COUNT$ different data breaches online.", + "placeholders": { + "username": { + "content": "$1", + "example": "user@example.com" + }, + "count": { + "content": "$2", + "example": "7" + } + } + }, + "breachFound": { + "message": "Breached Accounts Found" + }, + "compromisedData": { + "message": "Compromised data" + }, + "website": { + "message": "Website" + }, + "affectedUsers": { + "message": "Affected Users" + }, + "breachOccurred": { + "message": "Breach Occurred" + }, + "breachReported": { + "message": "Breach Reported" + }, + "reportError": { + "message": "An error occurred trying to load the report. Try again" + }, + "billing": { + "message": "Billing" + }, + "accountCredit": { + "message": "Account Credit", + "description": "Financial term. In the case of Bitwarden, a positive balance means that you owe money, while a negative balance means that you have a credit (Bitwarden owes you money)." + }, + "accountBalance": { + "message": "Account Balance", + "description": "Financial term. In the case of Bitwarden, a positive balance means that you owe money, while a negative balance means that you have a credit (Bitwarden owes you money)." + }, + "addCredit": { + "message": "Add Credit", + "description": "Add more credit to your account's balance." + }, + "amount": { + "message": "Amount", + "description": "Dollar amount, or quantity." + }, + "creditDelayed": { + "message": "Added credit will appear on your account after the payment has been fully processed. Some payment methods are delayed and can take longer to process than others." + }, + "makeSureEnoughCredit": { + "message": "Please make sure that your account has enough credit available for this purchase. If your account does not have enough credit available, your default payment method on file will be used for the difference. You can add credit to your account from the Billing page." + }, + "creditAppliedDesc": { + "message": "Your account's credit can be used to make purchases. Any available credit will be automatically applied towards invoices generated for this account." + }, + "goPremium": { + "message": "Go Premium", + "description": "Another way of saying \"Get a premium membership\"" + }, + "premiumUpdated": { + "message": "You've upgraded to premium." + }, + "premiumUpgradeUnlockFeatures": { + "message": "Upgrade your account to a premium membership and unlock some great additional features." + }, + "premiumSignUpStorage": { + "message": "1 GB encrypted storage for file attachments." + }, + "premiumSignUpTwoStep": { + "message": "Additional two-step login options such as YubiKey, FIDO U2F, and Duo." + }, + "premiumSignUpReports": { + "message": "Password hygiene, account health, and data breach reports to keep your vault safe." + }, + "premiumSignUpTotp": { + "message": "TOTP verification code (2FA) generator for logins in your vault." + }, + "premiumSignUpSupport": { + "message": "Priority customer support." + }, + "premiumSignUpFuture": { + "message": "All future premium features. More coming soon!" + }, + "premiumPrice": { + "message": "All for just $PRICE$ \/year!", + "placeholders": { + "price": { + "content": "$1", + "example": "$10" + } + } + }, + "addons": { + "message": "Addons" + }, + "premiumAccess": { + "message": "Premium Access" + }, + "premiumAccessDesc": { + "message": "You can add premium access to all members of your organization for $PRICE$ \/$INTERVAL$.", + "placeholders": { + "price": { + "content": "$1", + "example": "$3.33" + }, + "interval": { + "content": "$2", + "example": "'month' or 'year'" + } + } + }, + "additionalStorageGb": { + "message": "Additional Storage (GB)" + }, + "additionalStorageGbDesc": { + "message": "# of additional GB" + }, + "additionalStorageIntervalDesc": { + "message": "Your plan comes with $SIZE$ of encrypted file storage. You can add additional storage for $PRICE$ per GB \/$INTERVAL$.", + "placeholders": { + "size": { + "content": "$1", + "example": "1 GB" + }, + "price": { + "content": "$2", + "example": "$4.00" + }, + "interval": { + "content": "$3", + "example": "'month' or 'year'" + } + } + }, + "summary": { + "message": "Summary" + }, + "total": { + "message": "Total" + }, + "year": { + "message": "year" + }, + "month": { + "message": "month" + }, + "monthAbbr": { + "message": "mo.", + "description": "Short abbreviation for 'month'" + }, + "paymentChargedAnnually": { + "message": "Your payment method will be charged immediately and then on a recurring basis each year. You may cancel at any time." + }, + "paymentCharged": { + "message": "Your payment method will be charged immediately and then on a recurring basis each $INTERVAL$. You may cancel at any time.", + "placeholders": { + "interval": { + "content": "$1", + "example": "month or year" + } + } + }, + "paymentChargedWithTrial": { + "message": "Your plan comes with a free 7 day trial. Your payment method will not be charged until the trial has ended. Billing will occur on a recurring basis each $INTERVAL$. You may cancel at any time.", + "placeholders": { + "interval": { + "content": "$1", + "example": "month or year" + } + } + }, + "paymentInformation": { + "message": "Payment Information" + }, + "creditCard": { + "message": "Credit Card" + }, + "paypalClickSubmit": { + "message": "Click the PayPal button to log into your PayPal account, then click the Submit button below to continue." + }, + "cancelSubscription": { + "message": "Cancel Subscription" + }, + "subscriptionCanceled": { + "message": "The subscription has been canceled." + }, + "pendingCancellation": { + "message": "Pending Cancellation" + }, + "subscriptionPendingCanceled": { + "message": "The subscription has been marked for cancellation at the end of the current billing period." + }, + "reinstateSubscription": { + "message": "Reinstate Subscription" + }, + "reinstateConfirmation": { + "message": "Are you sure you want to remove the pending cancellation request and reinstate your subscription?" + }, + "reinstated": { + "message": "The subscription has been reinstated." + }, + "cancelConfirmation": { + "message": "Are you sure you want to cancel? You will lose access to all of this subscription's features at the end of this billing cycle." + }, + "canceledSubscription": { + "message": "The subscription has been canceled." + }, + "neverExpires": { + "message": "Never Expires" + }, + "status": { + "message": "Status" + }, + "nextCharge": { + "message": "Next Charge" + }, + "details": { + "message": "Details" + }, + "downloadLicense": { + "message": "Download License" + }, + "updateLicense": { + "message": "Update License" + }, + "updatedLicense": { + "message": "Updated license" + }, + "manageSubscription": { + "message": "Manage Subscription" + }, + "storage": { + "message": "Storage" + }, + "addStorage": { + "message": "Add Storage" + }, + "removeStorage": { + "message": "Remove Storage" + }, + "subscriptionStorage": { + "message": "Your subscription has a total of $MAX_STORAGE$ GB of encrypted file storage. You are currently using $USED_STORAGE$.", + "placeholders": { + "max_storage": { + "content": "$1", + "example": "4" + }, + "used_storage": { + "content": "$2", + "example": "65 MB" + } + } + }, + "paymentMethod": { + "message": "Payment Method" + }, + "noPaymentMethod": { + "message": "No payment method on file." + }, + "addPaymentMethod": { + "message": "Add Payment Method" + }, + "changePaymentMethod": { + "message": "Change Payment Method" + }, + "invoices": { + "message": "Invoices" + }, + "noInvoices": { + "message": "No invoices." + }, + "paid": { + "message": "Paid", + "description": "Past tense status of an invoice. ex. Paid or unpaid." + }, + "unpaid": { + "message": "Unpaid", + "description": "Past tense status of an invoice. ex. Paid or unpaid." + }, + "transactions": { + "message": "Transactions", + "description": "Payment\/credit transactions." + }, + "noTransactions": { + "message": "No transactions." + }, + "chargeNoun": { + "message": "Charge", + "description": "Noun. A charge from a payment method." + }, + "refundNoun": { + "message": "Refund", + "description": "Noun. A refunded payment that was charged." + }, + "chargesStatement": { + "message": "Any charges will appear on your statement as $STATEMENT_NAME$.", + "placeholders": { + "statement_name": { + "content": "$1", + "example": "BITWARDEN" + } + } + }, + "gbStorageAdd": { + "message": "GB of Storage To Add" + }, + "gbStorageRemove": { + "message": "GB of Storage To Remove" + }, + "storageAddNote": { + "message": "Adding storage will result in adjustments to your billing totals and immediately charge your payment method on file. The first charge will be prorated for the remainder of the current billing cycle." + }, + "storageRemoveNote": { + "message": "Removing storage will result in adjustments to your billing totals that will be prorated as credits toward your next billing charge." + }, + "adjustedStorage": { + "message": "Adjusted $AMOUNT$ GB of storage.", + "placeholders": { + "amount": { + "content": "$1", + "example": "5" + } + } + }, + "contactSupport": { + "message": "Contact Customer Support" + }, + "updatedPaymentMethod": { + "message": "Updated payment method." + }, + "purchasePremium": { + "message": "Purchase Premium" + }, + "licenseFile": { + "message": "License File" + }, + "licenseFileDesc": { + "message": "Your license file will be named something like $FILE_NAME$", + "placeholders": { + "file_name": { + "content": "$1", + "example": "bitwarden_premium_license.json" + } + } + }, + "uploadLicenseFilePremium": { + "message": "To upgrade your account to a premium membership you need to upload a valid license file." + }, + "uploadLicenseFileOrg": { + "message": "To create an on-premises hosted organization you need to upload a valid license file." + }, + "accountEmailMustBeVerified": { + "message": "Your account's email address must be verified." + }, + "newOrganizationDesc": { + "message": "Organizations allow you to share parts of your vault with others as well as manage related users for a specific entity such as a family, small team, or large company." + }, + "generalInformation": { + "message": "General Information" + }, + "organizationName": { + "message": "Organization Name" + }, + "accountOwnedBusiness": { + "message": "This account is owned by a business." + }, + "billingEmail": { + "message": "Billing Email" + }, + "businessName": { + "message": "Business Name" + }, + "chooseYourPlan": { + "message": "Choose Your Plan" + }, + "users": { + "message": "Users" + }, + "userSeats": { + "message": "User Seats" + }, + "additionalUserSeats": { + "message": "Additional User Seats" + }, + "userSeatsDesc": { + "message": "# of user seats" + }, + "userSeatsAdditionalDesc": { + "message": "Your plan comes with $BASE_SEATS$ user seats. You can add additional users for $SEAT_PRICE$ per user \/month.", + "placeholders": { + "base_seats": { + "content": "$1", + "example": "5" + }, + "seat_price": { + "content": "$2", + "example": "$2.00" + } + } + }, + "userSeatsHowManyDesc": { + "message": "How many user seats do you need? You can also add additional seats later if needed." + }, + "planNameFree": { + "message": "Free", + "description": "Free as in 'free beer'." + }, + "planDescFree": { + "message": "For testing or personal users to share with $COUNT$ other user.", + "placeholders": { + "count": { + "content": "$1", + "example": "1" + } + } + }, + "planNameFamilies": { + "message": "Families" + }, + "planDescFamilies": { + "message": "For personal use, to share with family & friends." + }, + "planNameTeams": { + "message": "Teams" + }, + "planDescTeams": { + "message": "For businesses and other team organizations." + }, + "planNameEnterprise": { + "message": "Enterprise" + }, + "planDescEnterprise": { + "message": "For businesses and other large organizations." + }, + "freeForever": { + "message": "Free Forever" + }, + "includesXUsers": { + "message": "includes $COUNT$ users", + "placeholders": { + "count": { + "content": "$1", + "example": "5" + } + } + }, + "additionalUsers": { + "message": "Additional Users" + }, + "costPerUser": { + "message": "$COST$ per user", + "placeholders": { + "cost": { + "content": "$1", + "example": "$3" + } + } + }, + "limitedUsers": { + "message": "Limited to $COUNT$ users (including you)", + "placeholders": { + "count": { + "content": "$1", + "example": "2" + } + } + }, + "limitedCollections": { + "message": "Limited to $COUNT$ collections", + "placeholders": { + "count": { + "content": "$1", + "example": "2" + } + } + }, + "addShareLimitedUsers": { + "message": "Add and share with up to $COUNT$ users", + "placeholders": { + "count": { + "content": "$1", + "example": "5" + } + } + }, + "addShareUnlimitedUsers": { + "message": "Add and share with unlimited users" + }, + "createUnlimitedCollections": { + "message": "Create unlimited collections" + }, + "gbEncryptedFileStorage": { + "message": "$SIZE$ encrypted file storage", + "placeholders": { + "size": { + "content": "$1", + "example": "1 GB" + } + } + }, + "onPremHostingOptional": { + "message": "On-premise hosting (optional)" + }, + "usersGetPremium": { + "message": "Users get access to premium membership features" + }, + "controlAccessWithGroups": { + "message": "Control user access with groups" + }, + "syncUsersFromDirectory": { + "message": "Sync your users and groups from a directory" + }, + "trackAuditLogs": { + "message": "Track user actions with audit logs" + }, + "enforce2faDuo": { + "message": "Enforce 2FA with Duo" + }, + "priorityCustomerSupport": { + "message": "Priority customer support" + }, + "xDayFreeTrial": { + "message": "$COUNT$ day free trial, cancel anytime", + "placeholders": { + "count": { + "content": "$1", + "example": "7" + } + } + }, + "monthly": { + "message": "Monthly" + }, + "annually": { + "message": "Annually" + }, + "basePrice": { + "message": "Base Price" + }, + "organizationCreated": { + "message": "Organization Created" + }, + "organizationReadyToGo": { + "message": "Your new organization is ready to go!" + }, + "organizationUpgraded": { + "message": "Your organization has been upgraded." + }, + "leave": { + "message": "Leave" + }, + "leaveOrganizationConfirmation": { + "message": "Are you sure you want to leave this organization?" + }, + "leftOrganization": { + "message": "You have left the organization." + }, + "defaultCollection": { + "message": "Default Collection" + }, + "getHelp": { + "message": "Get Help" + }, + "getApps": { + "message": "Get the Apps" + }, + "loggedInAs": { + "message": "Logged in as" + }, + "eventLogs": { + "message": "Event Logs" + }, + "people": { + "message": "People" + }, + "groups": { + "message": "Groups" + }, + "newGroup": { + "message": "New Group" + }, + "addGroup": { + "message": "Add Group" + }, + "editGroup": { + "message": "Edit Group" + }, + "deleteGroupConfirmation": { + "message": "Are you sure you want to delete this group?" + }, + "removeUserConfirmation": { + "message": "Are you sure you want to remove this user?" + }, + "externalId": { + "message": "External Id" + }, + "externalIdDesc": { + "message": "The external id can be used as a reference or to link this resource to an external system such as a user directory." + }, + "accessControl": { + "message": "Access Control" + }, + "groupAccessAllItems": { + "message": "This group can access and modify all items." + }, + "groupAccessSelectedCollections": { + "message": "This group can access only the selected collections." + }, + "readOnly": { + "message": "Read Only" + }, + "newCollection": { + "message": "New Collection" + }, + "addCollection": { + "message": "Add Collection" + }, + "editCollection": { + "message": "Edit Collection" + }, + "deleteCollectionConfirmation": { + "message": "Are you sure you want to delete this collection?" + }, + "editUser": { + "message": "Edit User" + }, + "inviteUser": { + "message": "Invite User" + }, + "inviteUserDesc": { + "message": "Invite a new user to your organization by entering their Bitwarden account email address below. If they do not have a Bitwarden account already, they will be prompted to create a new account." + }, + "inviteMultipleEmailDesc": { + "message": "You can invite up to $COUNT$ users at a time by comma separating a list of email addresses.", + "placeholders": { + "count": { + "content": "$1", + "example": "20" + } + } + }, + "userUsingTwoStep": { + "message": "This user is using two-step login to protect their account." + }, + "userAccessAllItems": { + "message": "This user can access and modify all items." + }, + "userAccessSelectedCollections": { + "message": "This user can access only the selected collections." + }, + "search": { + "message": "Search" + }, + "invited": { + "message": "Invited" + }, + "accepted": { + "message": "Accepted" + }, + "confirmed": { + "message": "Confirmed" + }, + "owner": { + "message": "Owner" + }, + "ownerDesc": { + "message": "The highest access user that can manage all aspects of your organization." + }, + "admin": { + "message": "Admin" + }, + "adminDesc": { + "message": "Admins can access and manage all items, collections and users in your organization." + }, + "user": { + "message": "User" + }, + "userDesc": { + "message": "A regular user with access to assigned collections in your organization." + }, + "manager": { + "message": "Manager" + }, + "managerDesc": { + "message": "Managers can access and manage assigned collections in your organization." + }, + "all": { + "message": "All" + }, + "refresh": { + "message": "Refresh" + }, + "timestamp": { + "message": "Timestamp" + }, + "event": { + "message": "Event" + }, + "unknown": { + "message": "Unknown" + }, + "loadMore": { + "message": "Load More" + }, + "mobile": { + "message": "Mobile", + "description": "Mobile app" + }, + "extension": { + "message": "Extension", + "description": "Browser extension\/addon" + }, + "desktop": { + "message": "Desktop", + "description": "Desktop app" + }, + "webVault": { + "message": "Web Vault" + }, + "loggedIn": { + "message": "Logged in." + }, + "changedPassword": { + "message": "Changed account password." + }, + "enabledUpdated2fa": { + "message": "Enabled\/updated two-step login." + }, + "disabled2fa": { + "message": "Disabled two-step login." + }, + "recovered2fa": { + "message": "Recovered account from two-step login." + }, + "failedLogin": { + "message": "Login attempt failed with incorrect password." + }, + "failedLogin2fa": { + "message": "Login attempt failed with incorrect two-step login." + }, + "editedOrgSettings": { + "message": "Edited organization settings." + }, + "createdItemId": { + "message": "Created item $ID$.", + "placeholders": { + "id": { + "content": "$1", + "example": "Google" + } + } + }, + "editedItemId": { + "message": "Edited item $ID$.", + "placeholders": { + "id": { + "content": "$1", + "example": "Google" + } + } + }, + "deletedItemId": { + "message": "Deleted item $ID$.", + "placeholders": { + "id": { + "content": "$1", + "example": "Google" + } + } + }, + "sharedItemId": { + "message": "Shared item $ID$.", + "placeholders": { + "id": { + "content": "$1", + "example": "'Google'" + } + } + }, + "createdCollectionId": { + "message": "Created collection $ID$.", + "placeholders": { + "id": { + "content": "$1", + "example": "Server Passwords" + } + } + }, + "editedCollectionId": { + "message": "Edited collection $ID$.", + "placeholders": { + "id": { + "content": "$1", + "example": "Server Passwords" + } + } + }, + "deletedCollectionId": { + "message": "Deleted collection $ID$.", + "placeholders": { + "id": { + "content": "$1", + "example": "Server Passwords" + } + } + }, + "createdGroupId": { + "message": "Created group $ID$.", + "placeholders": { + "id": { + "content": "$1", + "example": "Developers" + } + } + }, + "editedGroupId": { + "message": "Edited group $ID$.", + "placeholders": { + "id": { + "content": "$1", + "example": "Developers" + } + } + }, + "deletedGroupId": { + "message": "Deleted group $ID$.", + "placeholders": { + "id": { + "content": "$1", + "example": "Developers" + } + } + }, + "removedUserId": { + "message": "Removed user $ID$.", + "placeholders": { + "id": { + "content": "$1", + "example": "John Smith" + } + } + }, + "createdAttachmentForItem": { + "message": "Created attachment for item $ID$.", + "placeholders": { + "id": { + "content": "$1", + "example": "Google" + } + } + }, + "deletedAttachmentForItem": { + "message": "Deleted attachment for item $ID$.", + "placeholders": { + "id": { + "content": "$1", + "example": "Google" + } + } + }, + "editedCollectionsForItem": { + "message": "Edited collections for item $ID$.", + "placeholders": { + "id": { + "content": "$1", + "example": "Google" + } + } + }, + "invitedUserId": { + "message": "Invited user $ID$.", + "placeholders": { + "id": { + "content": "$1", + "example": "John Smith" + } + } + }, + "confirmedUserId": { + "message": "Confirmed user $ID$.", + "placeholders": { + "id": { + "content": "$1", + "example": "John Smith" + } + } + }, + "editedUserId": { + "message": "Edited user $ID$.", + "placeholders": { + "id": { + "content": "$1", + "example": "John Smith" + } + } + }, + "editedGroupsForUser": { + "message": "Edited groups for user $ID$.", + "placeholders": { + "id": { + "content": "$1", + "example": "John Smith" + } + } + }, + "device": { + "message": "Device" + }, + "view": { + "message": "View" + }, + "invalidDateRange": { + "message": "Invalid date range." + }, + "errorOccurred": { + "message": "An error has occurred." + }, + "userAccess": { + "message": "User Access" + }, + "userType": { + "message": "User Type" + }, + "groupAccess": { + "message": "Group Access" + }, + "groupAccessUserDesc": { + "message": "Edit the groups that this user belongs to." + }, + "invitedUsers": { + "message": "Invited user(s)." + }, + "resendInvitation": { + "message": "Resend Invitation" + }, + "hasBeenReinvited": { + "message": "$USER$ has been reinvited.", + "placeholders": { + "user": { + "content": "$1", + "example": "John Smith" + } + } + }, + "confirm": { + "message": "Confirm" + }, + "confirmUser": { + "message": "Confirm User" + }, + "hasBeenConfirmed": { + "message": "$USER$ has been confirmed.", + "placeholders": { + "user": { + "content": "$1", + "example": "John Smith" + } + } + }, + "confirmUsers": { + "message": "Confirm Users" + }, + "usersNeedConfirmed": { + "message": "You have users that have accepted their invitation, but still need to be confirmed. Users will not have access to the organization until they are confirmed." + }, + "startDate": { + "message": "Start Date" + }, + "endDate": { + "message": "End Date" + }, + "verifyEmail": { + "message": "Verify Email" + }, + "verifyEmailDesc": { + "message": "Verify your account's email address to unlock access to all features." + }, + "verifyEmailFirst": { + "message": "Your account's email address first must be verified." + }, + "checkInboxForVerification": { + "message": "Check your email inbox for a verification link." + }, + "emailVerified": { + "message": "Your email has been verified." + }, + "emailVerifiedFailed": { + "message": "Unable to verify your email. Try sending a new verification email." + }, + "updateBrowser": { + "message": "Update Browser" + }, + "updateBrowserDesc": { + "message": "You are using an unsupported web browser. The web vault may not function properly." + }, + "joinOrganization": { + "message": "Join Organization" + }, + "joinOrganizationDesc": { + "message": "You've been invited to join the organization listed above. To accept the invitation, you need to log in or create a new Bitwarden account." + }, + "inviteAccepted": { + "message": "Invitation Accepted" + }, + "inviteAcceptedDesc": { + "message": "You can access this organization once an administrator confirms your membership. We'll send you an email when that happens." + }, + "inviteAcceptFailed": { + "message": "Unable to accept invitation. Ask an organization admin to send a new invitation." + }, + "rememberEmail": { + "message": "Remember email" + }, + "recoverAccountTwoStepDesc": { + "message": "If you cannot access your account through your normal two-step login methods, you can use your two-step login recovery code to disable all two-step providers on your account." + }, + "recoverAccountTwoStep": { + "message": "Recover Account Two-Step Login" + }, + "twoStepRecoverDisabled": { + "message": "Two-step login has been disabled on your account." + }, + "learnMore": { + "message": "Learn more" + }, + "deleteRecoverDesc": { + "message": "Enter your email address below to recover and delete your account." + }, + "deleteRecoverEmailSent": { + "message": "If your account exists, we've sent you an email with further instructions." + }, + "deleteRecoverConfirmDesc": { + "message": "You have requested to delete your Bitwarden account. Click the button below to confirm." + }, + "myOrganization": { + "message": "My Organization" + }, + "deleteOrganization": { + "message": "Delete Organization" + }, + "deleteOrganizationDesc": { + "message": "Proceed below to delete this organization and all associated data. Individual user accounts will remain, though they will not be associated to this organization anymore. " + }, + "deleteOrganizationWarning": { + "message": "Deleting the organization is permanent. It cannot be undone." + }, + "organizationDeleted": { + "message": "Organization Deleted" + }, + "organizationDeletedDesc": { + "message": "The organization and all associated data has been deleted." + }, + "organizationUpdated": { + "message": "Organization updated" + }, + "taxInformation": { + "message": "Tax Information" + }, + "taxInformationDesc": { + "message": "Please contact support to provide (or update) tax information for your invoices." + }, + "billingPlan": { + "message": "Plan", + "description": "A billing plan\/package. For example: families, teams, enterprise, etc." + }, + "changeBillingPlan": { + "message": "Change Plan", + "description": "A billing plan\/package. For example: families, teams, enterprise, etc." + }, + "changeBillingPlanUpgrade": { + "message": "Upgrade your account to another plan be providing the information below. Please ensure that you have an active payment method added to the account.", + "description": "A billing plan\/package. For example: families, teams, enterprise, etc." + }, + "changeBillingPlanDesc": { + "message": "Contact customer support if you would like to change your plan. Please ensure that you have an active payment method added to the account.", + "description": "A billing plan\/package. For example: families, teams, enterprise, etc." + }, + "invoiceNumber": { + "message": "Invoice #$NUMBER$", + "description": "ex. Invoice #79C66F0-0001", + "placeholders": { + "number": { + "content": "$1", + "example": "79C66F0-0001" + } + } + }, + "viewInvoice": { + "message": "View Invoice" + }, + "downloadInvoice": { + "message": "Download Invoice" + }, + "verifyBankAccount": { + "message": "Verify Bank Account" + }, + "verifyBankAccountDesc": { + "message": "We have made two micro-deposits to your bank account (it may take 1-2 business days to show up). Enter these amounts to verify the bank account." + }, + "verifyBankAccountInitialDesc": { + "message": "Payment with a bank account is only available to customers in the United States. You will be required to verify your bank account. We will make two micro-deposits within the next 1-2 business days. Enter these amounts on the organization's billing page to verify the bank account." + }, + "verifyBankAccountFailureWarning": { + "message": "Failure to verify the bank account will result in a missed payment and your subscription being disabled." + }, + "verifiedBankAccount": { + "message": "Bank account has been verified." + }, + "bankAccount": { + "message": "Bank Account" + }, + "amountX": { + "message": "Amount $COUNT$", + "description": "Used in bank account verification of micro-deposits. Amount, as in a currency amount. Ex. Amount 1 is $2.00, Amount 2 is $1.50", + "placeholders": { + "count": { + "content": "$1", + "example": "1" + } + } + }, + "routingNumber": { + "message": "Routing Number", + "description": "Bank account routing number" + }, + "accountNumber": { + "message": "Account Number" + }, + "accountHolderName": { + "message": "Account Holder Name" + }, + "bankAccountType": { + "message": "Account Type" + }, + "bankAccountTypeCompany": { + "message": "Company (Business)" + }, + "bankAccountTypeIndividual": { + "message": "Individual (Personal)" + }, + "enterInstallationId": { + "message": "Enter your installation id" + }, + "addSeats": { + "message": "Add Seats", + "description": "Seat = User Seat" + }, + "removeSeats": { + "message": "Remove Seats", + "description": "Seat = User Seat" + }, + "subscriptionUserSeats": { + "message": "Your subscription allows for a total of $COUNT$ users.", + "placeholders": { + "count": { + "content": "$1", + "example": "50" + } + } + }, + "seatsToAdd": { + "message": "Seats To Add" + }, + "seatsToRemove": { + "message": "Seats To Remove" + }, + "seatsAddNote": { + "message": "Adding user seats will result in adjustments to your billing totals and immediately charge your payment method on file. The first charge will be prorated for the remainder of the current billing cycle." + }, + "seatsRemoveNote": { + "message": "Removing user seats will result in adjustments to your billing totals that will be prorated as credits toward your next billing charge." + }, + "adjustedSeats": { + "message": "Adjusted $AMOUNT$ user seats.", + "placeholders": { + "amount": { + "content": "$1", + "example": "15" + } + } + }, + "keyUpdated": { + "message": "Key Updated" + }, + "updateKeyTitle": { + "message": "Update Key" + }, + "updateEncryptionKey": { + "message": "Update Encryption Key" + }, + "updateEncryptionKeyShortDesc": { + "message": "You are currently using an outdated encryption scheme." + }, + "updateEncryptionKeyDesc": { + "message": "We've moved to larger encryption keys that provide better security and access to newer features. Updating your encryption key is quick and easy. Just type your master password below. This update will eventually become mandatory." + }, + "updateEncryptionKeyWarning": { + "message": "After updating your encryption key, you are required to log out and back in to all Bitwarden applications that you are currently using (such as the mobile app or browser extensions). Failure to log out and back in (which downloads your new encryption key) may result in data corruption. We will attempt to log you out automatically, however, it may be delayed." + }, + "subscription": { + "message": "Subscription" + }, + "loading": { + "message": "Loading" + }, + "upgrade": { + "message": "Upgrade" + }, + "upgradeOrganization": { + "message": "Upgrade Organization" + }, + "upgradeOrganizationDesc": { + "message": "This feature is not available for free organizations. Switch to a paid plan to unlock more features." + }, + "createOrganizationStep1": { + "message": "Create Organization: Step 1" + }, + "createOrganizationCreatePersonalAccount": { + "message": "Before creating your organization, you first need to create a free personal account." + }, + "refunded": { + "message": "Refunded" + }, + "nothingSelected": { + "message": "You have not selected anything." + }, + "submitAgreePolicies": { + "message": "By clicking the \"Submit\" button, you agree to the following policies:", + "description": "A policy is something like Terms of Service, Privacy Policy, etc." + }, + "termsOfService": { + "message": "Terms of Service" + }, + "privacyPolicy": { + "message": "Privacy Policy" + }, + "filters": { + "message": "Filters" + }, + "lockOptions": { + "message": "Lock Options" + }, + "lockOptionsDesc": { + "message": "Choose when your vault locks. A locked vault requires that you re-enter your master password to access it again." + }, + "oneMinute": { + "message": "1 minute" + }, + "fiveMinutes": { + "message": "5 minutes" + }, + "fifteenMinutes": { + "message": "15 minutes" + }, + "thirtyMinutes": { + "message": "30 minutes" + }, + "oneHour": { + "message": "1 hour" + }, + "fourHours": { + "message": "4 hours" + }, + "onRefresh": { + "message": "On Browser Refresh" + }, + "dateUpdated": { + "message": "Updated", + "description": "ex. Date this item was updated" + }, + "datePasswordUpdated": { + "message": "Password Updated", + "description": "ex. Date this password was updated" + }, + "organizationIsDisabled": { + "message": "Organization is disabled." + }, + "licenseIsExpired": { + "message": "License is expired." + }, + "updatedUsers": { + "message": "Updated users" + }, + "selected": { + "message": "Selected" + }, + "ownership": { + "message": "Ownership" + }, + "whoOwnsThisItem": { + "message": "Who owns this item?" + }, + "strong": { + "message": "Strong", + "description": "ex. A strong password. Scale: Very Weak -> Weak -> Good -> Strong" + }, + "good": { + "message": "Good", + "description": "ex. A good password. Scale: Very Weak -> Weak -> Good -> Strong" + }, + "weak": { + "message": "Weak", + "description": "ex. A weak password. Scale: Very Weak -> Weak -> Good -> Strong" + }, + "veryWeak": { + "message": "Very Weak", + "description": "ex. A very weak password. Scale: Very Weak -> Weak -> Good -> Strong" + }, + "weakMasterPassword": { + "message": "Weak Master Password" + }, + "weakMasterPasswordDesc": { + "message": "The master password you have chosen is weak. You should use a strong master password (or a passphrase) to properly protect your Bitwarden account. Are you sure you want to use this master password?" + }, + "rotateAccountEncKey": { + "message": "Also rotate my account's encryption key" + }, + "rotateEncKeyTitle": { + "message": "Rotate Encryption Key" + }, + "rotateEncKeyConfirmation": { + "message": "Are you sure you want to rotate your account's encryption key?" + }, + "attachmentsNeedFix": { + "message": "This item has old file attachments that need to be fixed." + }, + "attachmentFixDesc": { + "message": "This is an old file attachment the needs to be fixed. Click to learn more." + }, + "fix": { + "message": "Fix", + "description": "This is a verb. ex. 'Fix The Car'" + }, + "oldAttachmentsNeedFixDesc": { + "message": "There are old file attachments in your vault that need to be fixed before you can rotate your account's encryption key." + }, + "yourAccountsFingerprint": { + "message": "Your account's fingerprint phrase", + "description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their public key with another user, for the purposes of sharing." + }, + "fingerprintEnsureIntegrityVerify": { + "message": "To ensure the integrity of your encryption keys, please verify the user's fingerprint phrase before continuing.", + "description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their public key with another user, for the purposes of sharing." + }, + "dontAskFingerprintAgain": { + "message": "Don't ask to verify fingerprint phrase again", + "description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their public key with another user, for the purposes of sharing." + }, + "free": { + "message": "Free", + "description": "Free, as in 'Free beer'" + }, + "apiKey": { + "message": "API Key" + }, + "apiKeyDesc": { + "message": "Your API key can be used to authenticate to the Bitwarden public API." + }, + "apiKeyRotateDesc": { + "message": "Rotating the API key will invalidate the previous key. You can rotate your API key if you believe that the current key is no longer safe to use." + }, + "apiKeyWarning": { + "message": "Your API key has full access to the organization. It should be kept secret." + }, + "oauth2ClientCredentials": { + "message": "OAuth 2.0 Client Credentials", + "description": "'OAuth 2.0' is a programming protocol. It should probably not be translated." + }, + "viewApiKey": { + "message": "View API Key" + }, + "rotateApiKey": { + "message": "Rotate API Key" + }, + "selectOneCollection": { + "message": "You must select at least one collection." + } +} \ No newline at end of file diff --git a/src/locales/en_GB/messages.json b/src/locales/en_GB/messages.json index 8ddc40e7..dcc8040f 100644 --- a/src/locales/en_GB/messages.json +++ b/src/locales/en_GB/messages.json @@ -151,6 +151,9 @@ "value": { "message": "Value" }, + "dragToSort": { + "message": "Drag to sort" + }, "cfTypeText": { "message": "Text" }, @@ -586,12 +589,16 @@ "unlock": { "message": "Unlock" }, - "loggedInAsEmail": { - "message": "Logged in as $EMAIL$.", + "loggedInAsEmailOn": { + "message": "Logged in as $EMAIL$ on $HOSTNAME$.", "placeholders": { "email": { "content": "$1", "example": "name@example.com" + }, + "hostname": { + "content": "$2", + "example": "bitwarden.com" } } }, @@ -820,6 +827,13 @@ "wordSeparator": { "message": "Word separator" }, + "capitalize": { + "message": "Capitalize", + "description": "Make the first letter of a work uppercase." + }, + "includeNumber": { + "message": "Include Number" + }, "passwordHistory": { "message": "Password history" }, @@ -827,7 +841,8 @@ "message": "There are no passwords to list." }, "clear": { - "message": "Clear" + "message": "Clear", + "description": "To clear something out. example: To clear browser history." }, "accountUpdated": { "message": "Account updated" @@ -2830,5 +2845,8 @@ }, "rotateApiKey": { "message": "Rotate API key" + }, + "selectOneCollection": { + "message": "You must select at least one collection." } } \ No newline at end of file diff --git a/src/locales/eo/messages.json b/src/locales/eo/messages.json new file mode 100644 index 00000000..83f33c00 --- /dev/null +++ b/src/locales/eo/messages.json @@ -0,0 +1,2852 @@ +{ + "pageTitle": { + "message": "$APP_NAME$ Web Vault", + "description": "The title of the website in the browser window.", + "placeholders": { + "app_name": { + "content": "$1", + "example": "Bitwarden" + } + } + }, + "whatTypeOfItem": { + "message": "What type of item is this?" + }, + "name": { + "message": "Name" + }, + "uri": { + "message": "URI" + }, + "uriPosition": { + "message": "URI $POSITION$", + "description": "A listing of URIs. Ex: URI 1, URI 2, URI 3, etc.", + "placeholders": { + "position": { + "content": "$1", + "example": "2" + } + } + }, + "newUri": { + "message": "New URI" + }, + "username": { + "message": "Username" + }, + "password": { + "message": "Password" + }, + "passphrase": { + "message": "Passphrase" + }, + "notes": { + "message": "Notes" + }, + "customFields": { + "message": "Custom Fields" + }, + "cardholderName": { + "message": "Cardholder Name" + }, + "number": { + "message": "Number" + }, + "brand": { + "message": "Brand" + }, + "expiration": { + "message": "Expiration" + }, + "securityCode": { + "message": "Security Code (CVV)" + }, + "identityName": { + "message": "Identity Name" + }, + "company": { + "message": "Company" + }, + "ssn": { + "message": "Social Security Number" + }, + "passportNumber": { + "message": "Passport Number" + }, + "licenseNumber": { + "message": "License Number" + }, + "email": { + "message": "Email" + }, + "phone": { + "message": "Phone" + }, + "january": { + "message": "January" + }, + "february": { + "message": "February" + }, + "march": { + "message": "March" + }, + "april": { + "message": "April" + }, + "may": { + "message": "May" + }, + "june": { + "message": "June" + }, + "july": { + "message": "July" + }, + "august": { + "message": "August" + }, + "september": { + "message": "September" + }, + "october": { + "message": "October" + }, + "november": { + "message": "November" + }, + "december": { + "message": "December" + }, + "title": { + "message": "Title" + }, + "mr": { + "message": "Mr" + }, + "mrs": { + "message": "Mrs" + }, + "ms": { + "message": "Ms" + }, + "dr": { + "message": "Dr" + }, + "expirationMonth": { + "message": "Expiration Month" + }, + "expirationYear": { + "message": "Expiration Year" + }, + "authenticatorKeyTotp": { + "message": "Authenticator Key (TOTP)" + }, + "folder": { + "message": "Folder" + }, + "newCustomField": { + "message": "New Custom Field" + }, + "value": { + "message": "Value" + }, + "dragToSort": { + "message": "Drag to sort" + }, + "cfTypeText": { + "message": "Text" + }, + "cfTypeHidden": { + "message": "Hidden" + }, + "cfTypeBoolean": { + "message": "Boolean" + }, + "remove": { + "message": "Remove" + }, + "unassigned": { + "message": "Unassigned" + }, + "noneFolder": { + "message": "No Folder", + "description": "This is the folder for uncategorized items" + }, + "addFolder": { + "message": "Add Folder" + }, + "editFolder": { + "message": "Edit Folder" + }, + "baseDomain": { + "message": "Base domain" + }, + "host": { + "message": "Host", + "description": "A URL's host value. For example, the host of https:\/\/sub.domain.com:443 is 'sub.domain.com:443'." + }, + "exact": { + "message": "Exact" + }, + "startsWith": { + "message": "Starts with" + }, + "regEx": { + "message": "Regular expression", + "description": "A programming term, also known as 'RegEx'." + }, + "matchDetection": { + "message": "Match Detection", + "description": "URI match detection for auto-fill." + }, + "defaultMatchDetection": { + "message": "Default match detection", + "description": "Default URI match detection for auto-fill." + }, + "never": { + "message": "Never" + }, + "toggleVisibility": { + "message": "Toggle Visibility" + }, + "toggleCollapse": { + "message": "Toggle Collapse", + "description": "Toggling an expand\/collapse state." + }, + "generatePassword": { + "message": "Generate Password" + }, + "checkPassword": { + "message": "Check if password has been exposed." + }, + "passwordExposed": { + "message": "This password has been exposed $VALUE$ time(s) in data breaches. You should change it.", + "placeholders": { + "value": { + "content": "$1", + "example": "2" + } + } + }, + "passwordSafe": { + "message": "This password was not found in any known data breaches. It should be safe to use." + }, + "save": { + "message": "Save" + }, + "cancel": { + "message": "Cancel" + }, + "canceled": { + "message": "Canceled" + }, + "close": { + "message": "Close" + }, + "delete": { + "message": "Delete" + }, + "favorite": { + "message": "Favorite" + }, + "unfavorite": { + "message": "Unfavorite" + }, + "edit": { + "message": "Edit" + }, + "searchCollection": { + "message": "Search Collection" + }, + "searchFolder": { + "message": "Search Folder" + }, + "searchFavorites": { + "message": "Search Favorites" + }, + "searchType": { + "message": "Search Type", + "description": "Search item type" + }, + "searchVault": { + "message": "Search Vault" + }, + "allItems": { + "message": "All Items" + }, + "favorites": { + "message": "Favorites" + }, + "types": { + "message": "Types" + }, + "typeLogin": { + "message": "Login" + }, + "typeCard": { + "message": "Card" + }, + "typeIdentity": { + "message": "Identity" + }, + "typeSecureNote": { + "message": "Secure Note" + }, + "folders": { + "message": "Folders" + }, + "collections": { + "message": "Collections" + }, + "firstName": { + "message": "First Name" + }, + "middleName": { + "message": "Middle Name" + }, + "lastName": { + "message": "Last Name" + }, + "address1": { + "message": "Address 1" + }, + "address2": { + "message": "Address 2" + }, + "address3": { + "message": "Address 3" + }, + "cityTown": { + "message": "City \/ Town" + }, + "stateProvince": { + "message": "State \/ Province" + }, + "zipPostalCode": { + "message": "Zip \/ Postal Code" + }, + "country": { + "message": "Country" + }, + "shared": { + "message": "Shared" + }, + "attachments": { + "message": "Attachments" + }, + "select": { + "message": "Select" + }, + "addItem": { + "message": "Add Item" + }, + "editItem": { + "message": "Edit Item" + }, + "ex": { + "message": "ex.", + "description": "Short abbreviation for 'example'." + }, + "other": { + "message": "Other" + }, + "share": { + "message": "Share" + }, + "valueCopied": { + "message": "$VALUE$ copied", + "description": "Value has been copied to the clipboard.", + "placeholders": { + "value": { + "content": "$1", + "example": "Password" + } + } + }, + "copyValue": { + "message": "Copy Value", + "description": "Copy value to clipboard" + }, + "copyPassword": { + "message": "Copy Password", + "description": "Copy password to clipboard" + }, + "copyUsername": { + "message": "Copy Username", + "description": "Copy username to clipboard" + }, + "copyNumber": { + "message": "Copy Number", + "description": "Copy credit card number" + }, + "copySecurityCode": { + "message": "Copy Security Code", + "description": "Copy credit card security code (CVV)" + }, + "copyUri": { + "message": "Copy URI", + "description": "Copy URI to clipboard" + }, + "myVault": { + "message": "My Vault" + }, + "vault": { + "message": "Vault" + }, + "shareSelected": { + "message": "Share Selected" + }, + "deleteSelected": { + "message": "Delete Selected" + }, + "moveSelected": { + "message": "Move Selected" + }, + "selectAll": { + "message": "Select All" + }, + "unselectAll": { + "message": "Unselect All" + }, + "launch": { + "message": "Launch" + }, + "newAttachment": { + "message": "Add New Attachment" + }, + "deletedAttachment": { + "message": "Deleted attachment" + }, + "deleteAttachmentConfirmation": { + "message": "Are you sure you want to delete this attachment?" + }, + "attachmentSaved": { + "message": "The attachment has been saved." + }, + "file": { + "message": "File" + }, + "selectFile": { + "message": "Select a file." + }, + "maxFileSize": { + "message": "Maximum file size is 100 MB." + }, + "updateKey": { + "message": "You cannot use this feature until you update your encryption key." + }, + "addedItem": { + "message": "Added item" + }, + "editedItem": { + "message": "Edited item" + }, + "sharedItem": { + "message": "Shared item" + }, + "sharedItems": { + "message": "Shared items" + }, + "deleteItem": { + "message": "Delete Item" + }, + "deleteFolder": { + "message": "Delete Folder" + }, + "deleteAttachment": { + "message": "Delete Attachment" + }, + "deleteItemConfirmation": { + "message": "Are you sure you want to delete this item?" + }, + "deletedItem": { + "message": "Deleted item" + }, + "deletedItems": { + "message": "Deleted items" + }, + "movedItems": { + "message": "Moved items" + }, + "overwritePasswordConfirmation": { + "message": "Are you sure you want to overwrite the current password?" + }, + "editedFolder": { + "message": "Edited folder" + }, + "addedFolder": { + "message": "Added folder" + }, + "deleteFolderConfirmation": { + "message": "Are you sure you want to delete this folder?" + }, + "deletedFolder": { + "message": "Deleted folder" + }, + "loggedOut": { + "message": "Logged out" + }, + "loginExpired": { + "message": "Your login session has expired." + }, + "logOutConfirmation": { + "message": "Are you sure you want to log out?" + }, + "logOut": { + "message": "Log Out" + }, + "ok": { + "message": "Ok" + }, + "yes": { + "message": "Yes" + }, + "no": { + "message": "No" + }, + "loginOrCreateNewAccount": { + "message": "Log in or create a new account to access your secure vault." + }, + "createAccount": { + "message": "Create Account" + }, + "logIn": { + "message": "Log In" + }, + "submit": { + "message": "Submit" + }, + "emailAddressDesc": { + "message": "You'll use your email address to log in." + }, + "yourName": { + "message": "Your Name" + }, + "yourNameDesc": { + "message": "What should we call you?" + }, + "masterPass": { + "message": "Master Password" + }, + "masterPassDesc": { + "message": "The master password is the password you use to access your vault. It is very important that you do not forget your master password. There is no way to recover the password in the event that you forget it." + }, + "masterPassHintDesc": { + "message": "A master password hint can help you remember your password if you forget it." + }, + "reTypeMasterPass": { + "message": "Re-type Master Password" + }, + "masterPassHint": { + "message": "Master Password Hint (optional)" + }, + "masterPassHintLabel": { + "message": "Master Password Hint" + }, + "settings": { + "message": "Settings" + }, + "passwordHint": { + "message": "Password Hint" + }, + "enterEmailToGetHint": { + "message": "Enter your account email address to receive your master password hint." + }, + "getMasterPasswordHint": { + "message": "Get master password hint" + }, + "emailRequired": { + "message": "Email address is required." + }, + "invalidEmail": { + "message": "Invalid email address." + }, + "masterPassRequired": { + "message": "Master password is required." + }, + "masterPassLength": { + "message": "Master password must be at least 8 characters long." + }, + "masterPassDoesntMatch": { + "message": "Master password confirmation does not match." + }, + "newAccountCreated": { + "message": "Your new account has been created! You may now log in." + }, + "masterPassSent": { + "message": "We've sent you an email with your master password hint." + }, + "unexpectedError": { + "message": "An unexpected error has occurred." + }, + "emailAddress": { + "message": "Email Address" + }, + "yourVaultIsLocked": { + "message": "Your vault is locked. Verify your master password to continue." + }, + "unlock": { + "message": "Unlock" + }, + "loggedInAsEmailOn": { + "message": "Logged in as $EMAIL$ on $HOSTNAME$.", + "placeholders": { + "email": { + "content": "$1", + "example": "name@example.com" + }, + "hostname": { + "content": "$2", + "example": "bitwarden.com" + } + } + }, + "invalidMasterPassword": { + "message": "Invalid master password" + }, + "lockNow": { + "message": "Lock Now" + }, + "noItemsInList": { + "message": "There are no items to list." + }, + "noCollectionsInList": { + "message": "There are no collections to list." + }, + "noGroupsInList": { + "message": "There are no groups to list." + }, + "noUsersInList": { + "message": "There are no users to list." + }, + "noEventsInList": { + "message": "There are no events to list." + }, + "newOrganization": { + "message": "New Organization" + }, + "noOrganizationsList": { + "message": "You do not belong to any organizations. Organizations allow you to securely share items with other users." + }, + "versionNumber": { + "message": "Version $VERSION_NUMBER$", + "placeholders": { + "version_number": { + "content": "$1", + "example": "1.2.3" + } + } + }, + "enterVerificationCodeApp": { + "message": "Enter the 6 digit verification code from your authenticator app." + }, + "enterVerificationCodeEmail": { + "message": "Enter the 6 digit verification code that was emailed to $EMAIL$.", + "placeholders": { + "email": { + "content": "$1", + "example": "example@gmail.com" + } + } + }, + "verificationCodeEmailSent": { + "message": "Verification email sent to $EMAIL$.", + "placeholders": { + "email": { + "content": "$1", + "example": "example@gmail.com" + } + } + }, + "rememberMe": { + "message": "Remember me" + }, + "sendVerificationCodeEmailAgain": { + "message": "Send verification code email again" + }, + "useAnotherTwoStepMethod": { + "message": "Use another two-step login method" + }, + "insertYubiKey": { + "message": "Insert your YubiKey into your computer's USB port, then touch its button." + }, + "insertU2f": { + "message": "Insert your security key into your computer's USB port. If it has a button, touch it." + }, + "loginUnavailable": { + "message": "Login Unavailable" + }, + "noTwoStepProviders": { + "message": "This account has two-step login enabled, however, none of the configured two-step providers are supported by this web browser." + }, + "noTwoStepProviders2": { + "message": "Please use a supported web browser (such as Chrome) and\/or add additional providers that are better supported across web browsers (such as an authenticator app)." + }, + "twoStepOptions": { + "message": "Two-step Login Options" + }, + "recoveryCodeDesc": { + "message": "Lost access to all of your two-factor providers? Use your recovery code to disable all two-factor providers from your account." + }, + "recoveryCodeTitle": { + "message": "Recovery Code" + }, + "authenticatorAppTitle": { + "message": "Authenticator App" + }, + "authenticatorAppDesc": { + "message": "Use an authenticator app (such as Authy or Google Authenticator) to generate time-based verification codes.", + "description": "'Authy' and 'Google Authenticator' are product names and should not be translated." + }, + "yubiKeyTitle": { + "message": "YubiKey OTP Security Key" + }, + "yubiKeyDesc": { + "message": "Use a YubiKey to access your account. Works with YubiKey 4 series, 5 series, and NEO devices." + }, + "duoDesc": { + "message": "Verify with Duo Security using the Duo Mobile app, SMS, phone call, or U2F security key.", + "description": "'Duo Security' and 'Duo Mobile' are product names and should not be translated." + }, + "duoOrganizationDesc": { + "message": "Verify with Duo Security for your organization using the Duo Mobile app, SMS, phone call, or U2F security key.", + "description": "'Duo Security' and 'Duo Mobile' are product names and should not be translated." + }, + "u2fDesc": { + "message": "Use any FIDO U2F enabled security key to access your account." + }, + "u2fTitle": { + "message": "FIDO U2F Security Key" + }, + "emailTitle": { + "message": "Email" + }, + "emailDesc": { + "message": "Verification codes will be emailed to you." + }, + "continue": { + "message": "Continue" + }, + "organization": { + "message": "Organization" + }, + "organizations": { + "message": "Organizations" + }, + "shareDesc": { + "message": "Choose an organization that you wish to share this item with. Sharing transfers ownership of the item to the organization. You will no longer be the direct owner of this item once it has been shared." + }, + "shareManyDesc": { + "message": "Choose an organization that you wish to share these items with. Sharing transfers ownership of the items to the organization. You will no longer be the direct owner of these items once they have been shared." + }, + "collectionsDesc": { + "message": "Edit the collections that this item is being shared with. Only organization users with access to these collections will be able to see this item." + }, + "deleteSelectedItemsDesc": { + "message": "You have selected $COUNT$ item(s) to delete. Are you sure you want to delete all of these items?", + "placeholders": { + "count": { + "content": "$1", + "example": "150" + } + } + }, + "moveSelectedItemsDesc": { + "message": "Choose a folder that you would like to move the $COUNT$ selected item(s) to.", + "placeholders": { + "count": { + "content": "$1", + "example": "150" + } + } + }, + "shareSelectedItemsCountDesc": { + "message": "You have selected $COUNT$ item(s). $SHAREABLE_COUNT$ items are sharable, $NONSHAREABLE_COUNT$ are not.", + "placeholders": { + "count": { + "content": "$1", + "example": "10" + }, + "shareable_count": { + "content": "$2", + "example": "8" + }, + "nonshareable_count": { + "content": "$3", + "example": "2" + } + } + }, + "verificationCodeTotp": { + "message": "Verification Code (TOTP)" + }, + "copyVerificationCode": { + "message": "Copy Verification Code" + }, + "warning": { + "message": "Warning" + }, + "exportWarningDesc": { + "message": "This export contains your vault data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it." + }, + "exportMasterPassword": { + "message": "Enter your master password to export your vault data." + }, + "exportVault": { + "message": "Export Vault" + }, + "fileFormat": { + "message": "File Format" + }, + "exportSuccess": { + "message": "Your vault data has been exported." + }, + "passwordGenerator": { + "message": "Password Generator" + }, + "minNumbers": { + "message": "Minimum Numbers" + }, + "minSpecial": { + "message": "Minimum Special", + "description": "Minimum Special Characters" + }, + "ambiguous": { + "message": "Avoid Ambiguous Characters" + }, + "regeneratePassword": { + "message": "Regenerate Password" + }, + "length": { + "message": "Length" + }, + "numWords": { + "message": "Number of Words" + }, + "wordSeparator": { + "message": "Word Separator" + }, + "capitalize": { + "message": "Capitalize", + "description": "Make the first letter of a work uppercase." + }, + "includeNumber": { + "message": "Include Number" + }, + "passwordHistory": { + "message": "Password History" + }, + "noPasswordsInList": { + "message": "There are no passwords to list." + }, + "clear": { + "message": "Clear", + "description": "To clear something out. example: To clear browser history." + }, + "accountUpdated": { + "message": "Account Updated" + }, + "changeEmail": { + "message": "Change Email" + }, + "newEmail": { + "message": "New Email" + }, + "code": { + "message": "Code" + }, + "changeEmailDesc": { + "message": "We have emailed a verification code to $EMAIL$. Please check your email for this code and enter it below to finalize the email address change.", + "placeholders": { + "email": { + "content": "$1", + "example": "john.smith@example.com" + } + } + }, + "loggedOutWarning": { + "message": "Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour." + }, + "emailChanged": { + "message": "Email Changed" + }, + "logBackIn": { + "message": "Please log back in." + }, + "logBackInOthersToo": { + "message": "Please log back in. If you are using other Bitwarden applications log out and back in to those as well." + }, + "changeMasterPassword": { + "message": "Change Master Password" + }, + "masterPasswordChanged": { + "message": "Master Password Changed" + }, + "currentMasterPass": { + "message": "Current Master Password" + }, + "newMasterPass": { + "message": "New Master Password" + }, + "confirmNewMasterPass": { + "message": "Confirm New Master Password" + }, + "encKeySettings": { + "message": "Encryption Key Settings" + }, + "kdfAlgorithm": { + "message": "KDF Algorithm" + }, + "kdfIterations": { + "message": "KDF Iterations" + }, + "kdfIterationsDesc": { + "message": "Higher KDF iterations can help protect your master password from being brute forced by an attacker. We recommend a value of $VALUE$ or more.", + "placeholders": { + "value": { + "content": "$1", + "example": "100,000" + } + } + }, + "kdfIterationsWarning": { + "message": "Setting your KDF iterations too high could result in poor performance when logging into (and unlocking) Bitwarden on devices with slower CPUs. We recommend that you increase the value in increments of $INCREMENT$ and then test all of your devices.", + "placeholders": { + "increment": { + "content": "$1", + "example": "50,000" + } + } + }, + "changeKdf": { + "message": "Change KDF" + }, + "encKeySettingsChanged": { + "message": "Encryption Key Settings Changed" + }, + "dangerZone": { + "message": "Danger Zone" + }, + "dangerZoneDesc": { + "message": "Careful, these actions are not reversible!" + }, + "deauthorizeSessions": { + "message": "Deauthorize Sessions" + }, + "deauthorizeSessionsDesc": { + "message": "Concerned your account is logged in on another device? Proceed below to deauthorize all computers or devices that you have previously used. This security step is recommended if you previously used a public computer or accidentally saved your password on a device that isn't yours. This step will also clear all previously remembered two-step login sessions." + }, + "deauthorizeSessionsWarning": { + "message": "Proceeding will also log you out of your current session, requiring you to log back in. You will also be prompted for two-step login again, if enabled. Active sessions on other devices may continue to remain active for up to one hour." + }, + "sessionsDeauthorized": { + "message": "All Sessions Deauthorized" + }, + "purgeVault": { + "message": "Purge Vault" + }, + "purgedOrganizationVault": { + "message": "Purged organization vault." + }, + "purgeVaultDesc": { + "message": "Proceed below to delete all items and folders in your vault. Items that belong to an organization that you share with will not be deleted." + }, + "purgeOrgVaultDesc": { + "message": "Proceed below to delete all items in the organization's vault." + }, + "purgeVaultWarning": { + "message": "Purging your vault is permanent. It cannot be undone." + }, + "vaultPurged": { + "message": "Your vault has been purged." + }, + "deleteAccount": { + "message": "Delete Account" + }, + "deleteAccountDesc": { + "message": "Proceed below to delete your account and all associated data." + }, + "deleteAccountWarning": { + "message": "Deleting your account is permanent. It cannot be undone." + }, + "accountDeleted": { + "message": "Account Deleted" + }, + "accountDeletedDesc": { + "message": "Your account has been closed and all associated data has been deleted." + }, + "myAccount": { + "message": "My Account" + }, + "tools": { + "message": "Tools" + }, + "importData": { + "message": "Import Data" + }, + "importSuccess": { + "message": "Data has been successfully imported into your vault." + }, + "importFormatError": { + "message": "Data is not formatted correctly. Please check your import file and try again." + }, + "importNothingError": { + "message": "Nothing was imported." + }, + "selectFormat": { + "message": "Select the format of the import file" + }, + "selectImportFile": { + "message": "Select the import file" + }, + "orCopyPasteFileContents": { + "message": "or copy\/paste the import file contents" + }, + "instructionsFor": { + "message": "$NAME$ Instructions", + "description": "The title for the import tool instructions.", + "placeholders": { + "name": { + "content": "$1", + "example": "LastPass (csv)" + } + } + }, + "options": { + "message": "Options" + }, + "optionsDesc": { + "message": "Customize your web vault experience." + }, + "optionsUpdated": { + "message": "Options updated" + }, + "language": { + "message": "Language" + }, + "languageDesc": { + "message": "Change the language used by the web vault." + }, + "disableIcons": { + "message": "Disable Website Icons" + }, + "disableIconsDesc": { + "message": "Website Icons provide a recognizable image next to each login item in your vault." + }, + "enableGravatars": { + "message": "Enable Gravatars", + "description": "'Gravatar' is the name of a service. See www.gravatar.com" + }, + "enableGravatarsDesc": { + "message": "Use avatar images loaded from gravatar.com." + }, + "default": { + "message": "Default" + }, + "domainRules": { + "message": "Domain Rules" + }, + "domainRulesDesc": { + "message": "If you have the same login across multiple different website domains, you can mark the website as \"equivalent\". \"Global\" domains are ones already created for you by Bitwarden." + }, + "globalEqDomains": { + "message": "Global Equivalent Domains" + }, + "customEqDomains": { + "message": "Custom Equivalent Domains" + }, + "exclude": { + "message": "Exclude" + }, + "include": { + "message": "Include" + }, + "customize": { + "message": "Customize" + }, + "newCustomDomain": { + "message": "New Custom Domain" + }, + "newCustomDomainDesc": { + "message": "Enter a list of domains separated by commas. Only \"base\" domains are allowed. Do not enter subdomains. For example, enter \"google.com\" instead of \"www.google.com\". You can also enter \"androidapp:\/\/package.name\" to associate an android app with other website domains." + }, + "customDomainX": { + "message": "Custom Domain $INDEX$", + "placeholders": { + "index": { + "content": "$1", + "example": "2" + } + } + }, + "domainsUpdated": { + "message": "Domains updated" + }, + "twoStepLogin": { + "message": "Two-step Login" + }, + "twoStepLoginDesc": { + "message": "Secure your account by requiring an additional step when logging in." + }, + "twoStepLoginOrganizationDesc": { + "message": "Require two-step login for your organization's users by configuring providers at the organization level." + }, + "twoStepLoginRecoveryWarning": { + "message": "Enabling two-step login can permanently lock you out of your Bitwarden account. A recovery code allows you to access your account in the event that you can no longer use your normal two-step login provider (ex. you lose your device). Bitwarden support will not be able to assist you if you lose access to your account. We recommend you write down or print the recovery code and keep it in a safe place." + }, + "viewRecoveryCode": { + "message": "View Recovery Code" + }, + "providers": { + "message": "Providers", + "description": "Two-step login providers such as YubiKey, Duo, Authenticator apps, Email, etc." + }, + "enable": { + "message": "Enable" + }, + "enabled": { + "message": "Enabled" + }, + "premium": { + "message": "Premium", + "description": "Premium Membership" + }, + "premiumMembership": { + "message": "Premium Membership" + }, + "premiumRequired": { + "message": "Premium Required" + }, + "premiumRequiredDesc": { + "message": "A premium membership is required to use this feature." + }, + "youHavePremiumAccess": { + "message": "You have premium access" + }, + "alreadyPremiumFromOrg": { + "message": "You already have access to premium features because of an organization you are a member of." + }, + "manage": { + "message": "Manage" + }, + "disable": { + "message": "Disable" + }, + "twoStepLoginProviderEnabled": { + "message": "This two-step login provider is enabled on your account." + }, + "twoStepLoginAuthDesc": { + "message": "Enter your master password to modify two-step login settings." + }, + "twoStepAuthenticatorDesc": { + "message": "Follow these steps to set up two-step login with an authenticator app:" + }, + "twoStepAuthenticatorDownloadApp": { + "message": "Download a two-step authenticator app" + }, + "twoStepAuthenticatorNeedApp": { + "message": "Need a two-step authenticator app? Download one of the following" + }, + "iosDevices": { + "message": "iOS devices" + }, + "androidDevices": { + "message": "Android devices" + }, + "windowsDevices": { + "message": "Windows devices" + }, + "twoStepAuthenticatorAppsRecommended": { + "message": "These apps are recommended, however, other authenticator apps will also work." + }, + "twoStepAuthenticatorScanCode": { + "message": "Scan this QR code with your authenticator app" + }, + "key": { + "message": "Key" + }, + "twoStepAuthenticatorEnterCode": { + "message": "Enter the resulting 6 digit verification code from the app" + }, + "twoStepAuthenticatorReaddDesc": { + "message": "In case you need to add it to another device, below is the QR code (or key) required by your authenticator app." + }, + "twoStepDisableDesc": { + "message": "Are you sure you want to disable this two-step login provider?" + }, + "twoStepDisabled": { + "message": "Two-step login provider disabled." + }, + "twoFactorYubikeyAdd": { + "message": "Add a new YubiKey to your account" + }, + "twoFactorYubikeyPlugIn": { + "message": "Plug the YubiKey into your computer's USB port." + }, + "twoFactorYubikeySelectKey": { + "message": "Select the first empty YubiKey input field below." + }, + "twoFactorYubikeyTouchButton": { + "message": "Touch the YubiKey's button." + }, + "twoFactorYubikeySaveForm": { + "message": "Save the form." + }, + "twoFactorYubikeyWarning": { + "message": "Due to platform limitations, YubiKeys cannot be used on all Bitwarden applications. You should enable another two-step login provider so that you can access your account when YubiKeys cannot be used. Supported platforms:" + }, + "twoFactorYubikeySupportUsb": { + "message": "Web vault, desktop application, CLI, and all browser extensions on a device with a USB port that can accept your YubiKey." + }, + "twoFactorYubikeySupportMobile": { + "message": "Mobile apps on a device with NFC capabilities or a USB port that can accept your YubiKey." + }, + "yubikeyX": { + "message": "YubiKey $INDEX$", + "placeholders": { + "index": { + "content": "$1", + "example": "2" + } + } + }, + "u2fkeyX": { + "message": "U2F Key $INDEX$", + "placeholders": { + "index": { + "content": "$1", + "example": "2" + } + } + }, + "nfcSupport": { + "message": "NFC Support" + }, + "twoFactorYubikeySupportsNfc": { + "message": "One of my keys supports NFC." + }, + "twoFactorYubikeySupportsNfcDesc": { + "message": "If one of your YubiKeys supports NFC (such as a YubiKey NEO), you will be prompted on mobile devices whenever NFC availability is detected." + }, + "yubikeysUpdated": { + "message": "YubiKeys updated" + }, + "disableAllKeys": { + "message": "Disable All Keys" + }, + "twoFactorDuoDesc": { + "message": "Enter the Bitwarden application information from your Duo Admin panel." + }, + "twoFactorDuoIntegrationKey": { + "message": "Integration Key" + }, + "twoFactorDuoSecretKey": { + "message": "Secret Key" + }, + "twoFactorDuoApiHostname": { + "message": "API Hostname" + }, + "twoFactorEmailDesc": { + "message": "Follow these steps to set up two-step login with email:" + }, + "twoFactorEmailEnterEmail": { + "message": "Enter the email that you wish to receive verification codes" + }, + "twoFactorEmailEnterCode": { + "message": "Enter the resulting 6 digit verification code from the email" + }, + "sendEmail": { + "message": "Send Email" + }, + "twoFactorU2fAdd": { + "message": "Add a FIDO U2F security key to your account" + }, + "removeU2fConfirmation": { + "message": "Are you sure you want to remove this security key?" + }, + "readKey": { + "message": "Read Key" + }, + "keyCompromised": { + "message": "Key is compromised." + }, + "twoFactorU2fGiveName": { + "message": "Give the security key a friendly name to identify it." + }, + "twoFactorU2fPlugInReadKey": { + "message": "Plug the security key into your computer's USB port and click the \"Read Key\" button." + }, + "twoFactorU2fTouchButton": { + "message": "If the security key has a button, touch it." + }, + "twoFactorU2fSaveForm": { + "message": "Save the form." + }, + "twoFactorU2fWarning": { + "message": "Due to platform limitations, FIDO U2F cannot be used on all Bitwarden applications. You should enable another two-step login provider so that you can access your account when FIDO U2F cannot be used. Supported platforms:" + }, + "twoFactorU2fSupportWeb": { + "message": "Web vault and browser extensions on a desktop\/laptop with a U2F enabled browser (Chrome, Opera, Vivaldi, or Firefox with FIDO U2F enabled)." + }, + "twoFactorU2fWaiting": { + "message": "Waiting for you to touch the button on your security key" + }, + "twoFactorU2fClickSave": { + "message": "Click the \"Save\" button below to enable this security key for two-step login." + }, + "twoFactorU2fProblemReadingTryAgain": { + "message": "There was a problem reading the security key. Try again." + }, + "twoFactorRecoveryYourCode": { + "message": "Your Bitwarden two-step login recovery code" + }, + "twoFactorRecoveryNoCode": { + "message": "You have not enabled any two-step login providers yet. After you have enabled a two-step login provider you can check back here for your recovery code." + }, + "printCode": { + "message": "Print Code", + "description": "Print 2FA recovery code" + }, + "reports": { + "message": "Reports" + }, + "unsecuredWebsitesReport": { + "message": "Unsecured Websites Report" + }, + "unsecuredWebsitesReportDesc": { + "message": "Using unsecured websites with the http:\/\/ scheme can be dangerous. If the website allows, you should always access it using the https:\/\/ scheme so that your connection is encrypted." + }, + "unsecuredWebsitesFound": { + "message": "Unsecured Websites Found" + }, + "unsecuredWebsitesFoundDesc": { + "message": "We found $COUNT$ items in your vault with unsecured URIs. You should change their URI scheme to https:\/\/ if the website allows it.", + "placeholders": { + "count": { + "content": "$1", + "example": "8" + } + } + }, + "noUnsecuredWebsites": { + "message": "No items in your vault have unsecured URIs." + }, + "inactive2faReport": { + "message": "Inactive 2FA Report" + }, + "inactive2faReportDesc": { + "message": "Two-factor authentication (2FA) is an important security setting that helps secure your accounts. If the website offers it, you should always enable two-factor authentication." + }, + "inactive2faFound": { + "message": "Logins Without 2FA Found" + }, + "inactive2faFoundDesc": { + "message": "We found $COUNT$ website(s) in your vault that may not be configured with two-factor authentication (according to twofactorauth.org). To further protect these accounts, you should enable two-factor authentication.", + "placeholders": { + "count": { + "content": "$1", + "example": "8" + } + } + }, + "noInactive2fa": { + "message": "No websites were found in your vault with a missing two-factor authentication configuration." + }, + "instructions": { + "message": "Instructions" + }, + "exposedPasswordsReport": { + "message": "Exposed Passwords Report" + }, + "exposedPasswordsReportDesc": { + "message": "Exposed passwords are passwords that have been uncovered in known data breaches that were released publicly or sold on the dark web by hackers." + }, + "exposedPasswordsFound": { + "message": "Exposed Passwords Found" + }, + "exposedPasswordsFoundDesc": { + "message": "We found $COUNT$ items in your vault that have passwords that were exposed in known data breaches. You should change them to use a new password.", + "placeholders": { + "count": { + "content": "$1", + "example": "8" + } + } + }, + "noExposedPasswords": { + "message": "No items in your vault have passwords that have been exposed in known data breaches." + }, + "checkExposedPasswords": { + "message": "Check Exposed Passwords" + }, + "exposedXTimes": { + "message": "Exposed $COUNT$ time(s)", + "placeholders": { + "count": { + "content": "$1", + "example": "52" + } + } + }, + "weakPasswordsReport": { + "message": "Weak Passwords Report" + }, + "weakPasswordsReportDesc": { + "message": "Weak passwords can easily be guessed by hackers and automated tools that are used to crack passwords. The Bitwarden password generator can help you create strong passwords." + }, + "weakPasswordsFound": { + "message": "Weak Passwords Found" + }, + "weakPasswordsFoundDesc": { + "message": "We found $COUNT$ items in your vault with passwords that are not strong. You should update them to use stronger passwords.", + "placeholders": { + "count": { + "content": "$1", + "example": "8" + } + } + }, + "noWeakPasswords": { + "message": "No items in your vault have weak passwords." + }, + "reusedPasswordsReport": { + "message": "Reused Passwords Report" + }, + "reusedPasswordsReportDesc": { + "message": "If a service that you use is compromised, reusing the same password elsewhere can allow hackers to easily gain access to more of your online accounts. You should use a unique password for every account or service." + }, + "reusedPasswordsFound": { + "message": "Reused Passwords Found" + }, + "reusedPasswordsFoundDesc": { + "message": "We found $COUNT$ passwords that are being reused in your vault. You should change them to a unique value.", + "placeholders": { + "count": { + "content": "$1", + "example": "8" + } + } + }, + "noReusedPasswords": { + "message": "No logins in your vault have passwords that are being reused." + }, + "reusedXTimes": { + "message": "Reused $COUNT$ times", + "placeholders": { + "count": { + "content": "$1", + "example": "8" + } + } + }, + "dataBreachReport": { + "message": "Data Breach Report" + }, + "breachDesc": { + "message": "A \"breach\" is an incident where a site's data has been illegally accessed by hackers and then released publicly. Review the types of data that were compromised (email addresses, passwords, credit cards etc.) and take appropriate action, such as changing passwords." + }, + "breachCheckUsernameEmail": { + "message": "Check any usernames or email addresses that you use." + }, + "checkBreaches": { + "message": "Check Breaches" + }, + "breachUsernameNotFound": { + "message": "$USERNAME$ was not found in any known data breaches.", + "placeholders": { + "username": { + "content": "$1", + "example": "user@example.com" + } + } + }, + "goodNews": { + "message": "Good News", + "description": "ex. Good News, No Breached Accounts Found!" + }, + "breachUsernameFound": { + "message": "$USERNAME$ was found in $COUNT$ different data breaches online.", + "placeholders": { + "username": { + "content": "$1", + "example": "user@example.com" + }, + "count": { + "content": "$2", + "example": "7" + } + } + }, + "breachFound": { + "message": "Breached Accounts Found" + }, + "compromisedData": { + "message": "Compromised data" + }, + "website": { + "message": "Website" + }, + "affectedUsers": { + "message": "Affected Users" + }, + "breachOccurred": { + "message": "Breach Occurred" + }, + "breachReported": { + "message": "Breach Reported" + }, + "reportError": { + "message": "An error occurred trying to load the report. Try again" + }, + "billing": { + "message": "Billing" + }, + "accountCredit": { + "message": "Account Credit", + "description": "Financial term. In the case of Bitwarden, a positive balance means that you owe money, while a negative balance means that you have a credit (Bitwarden owes you money)." + }, + "accountBalance": { + "message": "Account Balance", + "description": "Financial term. In the case of Bitwarden, a positive balance means that you owe money, while a negative balance means that you have a credit (Bitwarden owes you money)." + }, + "addCredit": { + "message": "Add Credit", + "description": "Add more credit to your account's balance." + }, + "amount": { + "message": "Amount", + "description": "Dollar amount, or quantity." + }, + "creditDelayed": { + "message": "Added credit will appear on your account after the payment has been fully processed. Some payment methods are delayed and can take longer to process than others." + }, + "makeSureEnoughCredit": { + "message": "Please make sure that your account has enough credit available for this purchase. If your account does not have enough credit available, your default payment method on file will be used for the difference. You can add credit to your account from the Billing page." + }, + "creditAppliedDesc": { + "message": "Your account's credit can be used to make purchases. Any available credit will be automatically applied towards invoices generated for this account." + }, + "goPremium": { + "message": "Go Premium", + "description": "Another way of saying \"Get a premium membership\"" + }, + "premiumUpdated": { + "message": "You've upgraded to premium." + }, + "premiumUpgradeUnlockFeatures": { + "message": "Upgrade your account to a premium membership and unlock some great additional features." + }, + "premiumSignUpStorage": { + "message": "1 GB encrypted storage for file attachments." + }, + "premiumSignUpTwoStep": { + "message": "Additional two-step login options such as YubiKey, FIDO U2F, and Duo." + }, + "premiumSignUpReports": { + "message": "Password hygiene, account health, and data breach reports to keep your vault safe." + }, + "premiumSignUpTotp": { + "message": "TOTP verification code (2FA) generator for logins in your vault." + }, + "premiumSignUpSupport": { + "message": "Priority customer support." + }, + "premiumSignUpFuture": { + "message": "All future premium features. More coming soon!" + }, + "premiumPrice": { + "message": "All for just $PRICE$ \/year!", + "placeholders": { + "price": { + "content": "$1", + "example": "$10" + } + } + }, + "addons": { + "message": "Addons" + }, + "premiumAccess": { + "message": "Premium Access" + }, + "premiumAccessDesc": { + "message": "You can add premium access to all members of your organization for $PRICE$ \/$INTERVAL$.", + "placeholders": { + "price": { + "content": "$1", + "example": "$3.33" + }, + "interval": { + "content": "$2", + "example": "'month' or 'year'" + } + } + }, + "additionalStorageGb": { + "message": "Additional Storage (GB)" + }, + "additionalStorageGbDesc": { + "message": "# of additional GB" + }, + "additionalStorageIntervalDesc": { + "message": "Your plan comes with $SIZE$ of encrypted file storage. You can add additional storage for $PRICE$ per GB \/$INTERVAL$.", + "placeholders": { + "size": { + "content": "$1", + "example": "1 GB" + }, + "price": { + "content": "$2", + "example": "$4.00" + }, + "interval": { + "content": "$3", + "example": "'month' or 'year'" + } + } + }, + "summary": { + "message": "Summary" + }, + "total": { + "message": "Total" + }, + "year": { + "message": "year" + }, + "month": { + "message": "month" + }, + "monthAbbr": { + "message": "mo.", + "description": "Short abbreviation for 'month'" + }, + "paymentChargedAnnually": { + "message": "Your payment method will be charged immediately and then on a recurring basis each year. You may cancel at any time." + }, + "paymentCharged": { + "message": "Your payment method will be charged immediately and then on a recurring basis each $INTERVAL$. You may cancel at any time.", + "placeholders": { + "interval": { + "content": "$1", + "example": "month or year" + } + } + }, + "paymentChargedWithTrial": { + "message": "Your plan comes with a free 7 day trial. Your payment method will not be charged until the trial has ended. Billing will occur on a recurring basis each $INTERVAL$. You may cancel at any time.", + "placeholders": { + "interval": { + "content": "$1", + "example": "month or year" + } + } + }, + "paymentInformation": { + "message": "Payment Information" + }, + "creditCard": { + "message": "Credit Card" + }, + "paypalClickSubmit": { + "message": "Click the PayPal button to log into your PayPal account, then click the Submit button below to continue." + }, + "cancelSubscription": { + "message": "Cancel Subscription" + }, + "subscriptionCanceled": { + "message": "The subscription has been canceled." + }, + "pendingCancellation": { + "message": "Pending Cancellation" + }, + "subscriptionPendingCanceled": { + "message": "The subscription has been marked for cancellation at the end of the current billing period." + }, + "reinstateSubscription": { + "message": "Reinstate Subscription" + }, + "reinstateConfirmation": { + "message": "Are you sure you want to remove the pending cancellation request and reinstate your subscription?" + }, + "reinstated": { + "message": "The subscription has been reinstated." + }, + "cancelConfirmation": { + "message": "Are you sure you want to cancel? You will lose access to all of this subscription's features at the end of this billing cycle." + }, + "canceledSubscription": { + "message": "The subscription has been canceled." + }, + "neverExpires": { + "message": "Never Expires" + }, + "status": { + "message": "Status" + }, + "nextCharge": { + "message": "Next Charge" + }, + "details": { + "message": "Details" + }, + "downloadLicense": { + "message": "Download License" + }, + "updateLicense": { + "message": "Update License" + }, + "updatedLicense": { + "message": "Updated license" + }, + "manageSubscription": { + "message": "Manage Subscription" + }, + "storage": { + "message": "Storage" + }, + "addStorage": { + "message": "Add Storage" + }, + "removeStorage": { + "message": "Remove Storage" + }, + "subscriptionStorage": { + "message": "Your subscription has a total of $MAX_STORAGE$ GB of encrypted file storage. You are currently using $USED_STORAGE$.", + "placeholders": { + "max_storage": { + "content": "$1", + "example": "4" + }, + "used_storage": { + "content": "$2", + "example": "65 MB" + } + } + }, + "paymentMethod": { + "message": "Payment Method" + }, + "noPaymentMethod": { + "message": "No payment method on file." + }, + "addPaymentMethod": { + "message": "Add Payment Method" + }, + "changePaymentMethod": { + "message": "Change Payment Method" + }, + "invoices": { + "message": "Invoices" + }, + "noInvoices": { + "message": "No invoices." + }, + "paid": { + "message": "Paid", + "description": "Past tense status of an invoice. ex. Paid or unpaid." + }, + "unpaid": { + "message": "Unpaid", + "description": "Past tense status of an invoice. ex. Paid or unpaid." + }, + "transactions": { + "message": "Transactions", + "description": "Payment\/credit transactions." + }, + "noTransactions": { + "message": "No transactions." + }, + "chargeNoun": { + "message": "Charge", + "description": "Noun. A charge from a payment method." + }, + "refundNoun": { + "message": "Refund", + "description": "Noun. A refunded payment that was charged." + }, + "chargesStatement": { + "message": "Any charges will appear on your statement as $STATEMENT_NAME$.", + "placeholders": { + "statement_name": { + "content": "$1", + "example": "BITWARDEN" + } + } + }, + "gbStorageAdd": { + "message": "GB of Storage To Add" + }, + "gbStorageRemove": { + "message": "GB of Storage To Remove" + }, + "storageAddNote": { + "message": "Adding storage will result in adjustments to your billing totals and immediately charge your payment method on file. The first charge will be prorated for the remainder of the current billing cycle." + }, + "storageRemoveNote": { + "message": "Removing storage will result in adjustments to your billing totals that will be prorated as credits toward your next billing charge." + }, + "adjustedStorage": { + "message": "Adjusted $AMOUNT$ GB of storage.", + "placeholders": { + "amount": { + "content": "$1", + "example": "5" + } + } + }, + "contactSupport": { + "message": "Contact Customer Support" + }, + "updatedPaymentMethod": { + "message": "Updated payment method." + }, + "purchasePremium": { + "message": "Purchase Premium" + }, + "licenseFile": { + "message": "License File" + }, + "licenseFileDesc": { + "message": "Your license file will be named something like $FILE_NAME$", + "placeholders": { + "file_name": { + "content": "$1", + "example": "bitwarden_premium_license.json" + } + } + }, + "uploadLicenseFilePremium": { + "message": "To upgrade your account to a premium membership you need to upload a valid license file." + }, + "uploadLicenseFileOrg": { + "message": "To create an on-premises hosted organization you need to upload a valid license file." + }, + "accountEmailMustBeVerified": { + "message": "Your account's email address must be verified." + }, + "newOrganizationDesc": { + "message": "Organizations allow you to share parts of your vault with others as well as manage related users for a specific entity such as a family, small team, or large company." + }, + "generalInformation": { + "message": "General Information" + }, + "organizationName": { + "message": "Organization Name" + }, + "accountOwnedBusiness": { + "message": "This account is owned by a business." + }, + "billingEmail": { + "message": "Billing Email" + }, + "businessName": { + "message": "Business Name" + }, + "chooseYourPlan": { + "message": "Choose Your Plan" + }, + "users": { + "message": "Users" + }, + "userSeats": { + "message": "User Seats" + }, + "additionalUserSeats": { + "message": "Additional User Seats" + }, + "userSeatsDesc": { + "message": "# of user seats" + }, + "userSeatsAdditionalDesc": { + "message": "Your plan comes with $BASE_SEATS$ user seats. You can add additional users for $SEAT_PRICE$ per user \/month.", + "placeholders": { + "base_seats": { + "content": "$1", + "example": "5" + }, + "seat_price": { + "content": "$2", + "example": "$2.00" + } + } + }, + "userSeatsHowManyDesc": { + "message": "How many user seats do you need? You can also add additional seats later if needed." + }, + "planNameFree": { + "message": "Free", + "description": "Free as in 'free beer'." + }, + "planDescFree": { + "message": "For testing or personal users to share with $COUNT$ other user.", + "placeholders": { + "count": { + "content": "$1", + "example": "1" + } + } + }, + "planNameFamilies": { + "message": "Families" + }, + "planDescFamilies": { + "message": "For personal use, to share with family & friends." + }, + "planNameTeams": { + "message": "Teams" + }, + "planDescTeams": { + "message": "For businesses and other team organizations." + }, + "planNameEnterprise": { + "message": "Enterprise" + }, + "planDescEnterprise": { + "message": "For businesses and other large organizations." + }, + "freeForever": { + "message": "Free Forever" + }, + "includesXUsers": { + "message": "includes $COUNT$ users", + "placeholders": { + "count": { + "content": "$1", + "example": "5" + } + } + }, + "additionalUsers": { + "message": "Additional Users" + }, + "costPerUser": { + "message": "$COST$ per user", + "placeholders": { + "cost": { + "content": "$1", + "example": "$3" + } + } + }, + "limitedUsers": { + "message": "Limited to $COUNT$ users (including you)", + "placeholders": { + "count": { + "content": "$1", + "example": "2" + } + } + }, + "limitedCollections": { + "message": "Limited to $COUNT$ collections", + "placeholders": { + "count": { + "content": "$1", + "example": "2" + } + } + }, + "addShareLimitedUsers": { + "message": "Add and share with up to $COUNT$ users", + "placeholders": { + "count": { + "content": "$1", + "example": "5" + } + } + }, + "addShareUnlimitedUsers": { + "message": "Add and share with unlimited users" + }, + "createUnlimitedCollections": { + "message": "Create unlimited collections" + }, + "gbEncryptedFileStorage": { + "message": "$SIZE$ encrypted file storage", + "placeholders": { + "size": { + "content": "$1", + "example": "1 GB" + } + } + }, + "onPremHostingOptional": { + "message": "On-premise hosting (optional)" + }, + "usersGetPremium": { + "message": "Users get access to premium membership features" + }, + "controlAccessWithGroups": { + "message": "Control user access with groups" + }, + "syncUsersFromDirectory": { + "message": "Sync your users and groups from a directory" + }, + "trackAuditLogs": { + "message": "Track user actions with audit logs" + }, + "enforce2faDuo": { + "message": "Enforce 2FA with Duo" + }, + "priorityCustomerSupport": { + "message": "Priority customer support" + }, + "xDayFreeTrial": { + "message": "$COUNT$ day free trial, cancel anytime", + "placeholders": { + "count": { + "content": "$1", + "example": "7" + } + } + }, + "monthly": { + "message": "Monthly" + }, + "annually": { + "message": "Annually" + }, + "basePrice": { + "message": "Base Price" + }, + "organizationCreated": { + "message": "Organization Created" + }, + "organizationReadyToGo": { + "message": "Your new organization is ready to go!" + }, + "organizationUpgraded": { + "message": "Your organization has been upgraded." + }, + "leave": { + "message": "Leave" + }, + "leaveOrganizationConfirmation": { + "message": "Are you sure you want to leave this organization?" + }, + "leftOrganization": { + "message": "You have left the organization." + }, + "defaultCollection": { + "message": "Default Collection" + }, + "getHelp": { + "message": "Get Help" + }, + "getApps": { + "message": "Get the Apps" + }, + "loggedInAs": { + "message": "Logged in as" + }, + "eventLogs": { + "message": "Event Logs" + }, + "people": { + "message": "People" + }, + "groups": { + "message": "Groups" + }, + "newGroup": { + "message": "New Group" + }, + "addGroup": { + "message": "Add Group" + }, + "editGroup": { + "message": "Edit Group" + }, + "deleteGroupConfirmation": { + "message": "Are you sure you want to delete this group?" + }, + "removeUserConfirmation": { + "message": "Are you sure you want to remove this user?" + }, + "externalId": { + "message": "External Id" + }, + "externalIdDesc": { + "message": "The external id can be used as a reference or to link this resource to an external system such as a user directory." + }, + "accessControl": { + "message": "Access Control" + }, + "groupAccessAllItems": { + "message": "This group can access and modify all items." + }, + "groupAccessSelectedCollections": { + "message": "This group can access only the selected collections." + }, + "readOnly": { + "message": "Read Only" + }, + "newCollection": { + "message": "New Collection" + }, + "addCollection": { + "message": "Add Collection" + }, + "editCollection": { + "message": "Edit Collection" + }, + "deleteCollectionConfirmation": { + "message": "Are you sure you want to delete this collection?" + }, + "editUser": { + "message": "Edit User" + }, + "inviteUser": { + "message": "Invite User" + }, + "inviteUserDesc": { + "message": "Invite a new user to your organization by entering their Bitwarden account email address below. If they do not have a Bitwarden account already, they will be prompted to create a new account." + }, + "inviteMultipleEmailDesc": { + "message": "You can invite up to $COUNT$ users at a time by comma separating a list of email addresses.", + "placeholders": { + "count": { + "content": "$1", + "example": "20" + } + } + }, + "userUsingTwoStep": { + "message": "This user is using two-step login to protect their account." + }, + "userAccessAllItems": { + "message": "This user can access and modify all items." + }, + "userAccessSelectedCollections": { + "message": "This user can access only the selected collections." + }, + "search": { + "message": "Search" + }, + "invited": { + "message": "Invited" + }, + "accepted": { + "message": "Accepted" + }, + "confirmed": { + "message": "Confirmed" + }, + "owner": { + "message": "Owner" + }, + "ownerDesc": { + "message": "The highest access user that can manage all aspects of your organization." + }, + "admin": { + "message": "Admin" + }, + "adminDesc": { + "message": "Admins can access and manage all items, collections and users in your organization." + }, + "user": { + "message": "User" + }, + "userDesc": { + "message": "A regular user with access to assigned collections in your organization." + }, + "manager": { + "message": "Manager" + }, + "managerDesc": { + "message": "Managers can access and manage assigned collections in your organization." + }, + "all": { + "message": "All" + }, + "refresh": { + "message": "Refresh" + }, + "timestamp": { + "message": "Timestamp" + }, + "event": { + "message": "Event" + }, + "unknown": { + "message": "Unknown" + }, + "loadMore": { + "message": "Load More" + }, + "mobile": { + "message": "Mobile", + "description": "Mobile app" + }, + "extension": { + "message": "Extension", + "description": "Browser extension\/addon" + }, + "desktop": { + "message": "Desktop", + "description": "Desktop app" + }, + "webVault": { + "message": "Web Vault" + }, + "loggedIn": { + "message": "Logged in." + }, + "changedPassword": { + "message": "Changed account password." + }, + "enabledUpdated2fa": { + "message": "Enabled\/updated two-step login." + }, + "disabled2fa": { + "message": "Disabled two-step login." + }, + "recovered2fa": { + "message": "Recovered account from two-step login." + }, + "failedLogin": { + "message": "Login attempt failed with incorrect password." + }, + "failedLogin2fa": { + "message": "Login attempt failed with incorrect two-step login." + }, + "editedOrgSettings": { + "message": "Edited organization settings." + }, + "createdItemId": { + "message": "Created item $ID$.", + "placeholders": { + "id": { + "content": "$1", + "example": "Google" + } + } + }, + "editedItemId": { + "message": "Edited item $ID$.", + "placeholders": { + "id": { + "content": "$1", + "example": "Google" + } + } + }, + "deletedItemId": { + "message": "Deleted item $ID$.", + "placeholders": { + "id": { + "content": "$1", + "example": "Google" + } + } + }, + "sharedItemId": { + "message": "Shared item $ID$.", + "placeholders": { + "id": { + "content": "$1", + "example": "'Google'" + } + } + }, + "createdCollectionId": { + "message": "Created collection $ID$.", + "placeholders": { + "id": { + "content": "$1", + "example": "Server Passwords" + } + } + }, + "editedCollectionId": { + "message": "Edited collection $ID$.", + "placeholders": { + "id": { + "content": "$1", + "example": "Server Passwords" + } + } + }, + "deletedCollectionId": { + "message": "Deleted collection $ID$.", + "placeholders": { + "id": { + "content": "$1", + "example": "Server Passwords" + } + } + }, + "createdGroupId": { + "message": "Created group $ID$.", + "placeholders": { + "id": { + "content": "$1", + "example": "Developers" + } + } + }, + "editedGroupId": { + "message": "Edited group $ID$.", + "placeholders": { + "id": { + "content": "$1", + "example": "Developers" + } + } + }, + "deletedGroupId": { + "message": "Deleted group $ID$.", + "placeholders": { + "id": { + "content": "$1", + "example": "Developers" + } + } + }, + "removedUserId": { + "message": "Removed user $ID$.", + "placeholders": { + "id": { + "content": "$1", + "example": "John Smith" + } + } + }, + "createdAttachmentForItem": { + "message": "Created attachment for item $ID$.", + "placeholders": { + "id": { + "content": "$1", + "example": "Google" + } + } + }, + "deletedAttachmentForItem": { + "message": "Deleted attachment for item $ID$.", + "placeholders": { + "id": { + "content": "$1", + "example": "Google" + } + } + }, + "editedCollectionsForItem": { + "message": "Edited collections for item $ID$.", + "placeholders": { + "id": { + "content": "$1", + "example": "Google" + } + } + }, + "invitedUserId": { + "message": "Invited user $ID$.", + "placeholders": { + "id": { + "content": "$1", + "example": "John Smith" + } + } + }, + "confirmedUserId": { + "message": "Confirmed user $ID$.", + "placeholders": { + "id": { + "content": "$1", + "example": "John Smith" + } + } + }, + "editedUserId": { + "message": "Edited user $ID$.", + "placeholders": { + "id": { + "content": "$1", + "example": "John Smith" + } + } + }, + "editedGroupsForUser": { + "message": "Edited groups for user $ID$.", + "placeholders": { + "id": { + "content": "$1", + "example": "John Smith" + } + } + }, + "device": { + "message": "Device" + }, + "view": { + "message": "View" + }, + "invalidDateRange": { + "message": "Invalid date range." + }, + "errorOccurred": { + "message": "An error has occurred." + }, + "userAccess": { + "message": "User Access" + }, + "userType": { + "message": "User Type" + }, + "groupAccess": { + "message": "Group Access" + }, + "groupAccessUserDesc": { + "message": "Edit the groups that this user belongs to." + }, + "invitedUsers": { + "message": "Invited user(s)." + }, + "resendInvitation": { + "message": "Resend Invitation" + }, + "hasBeenReinvited": { + "message": "$USER$ has been reinvited.", + "placeholders": { + "user": { + "content": "$1", + "example": "John Smith" + } + } + }, + "confirm": { + "message": "Confirm" + }, + "confirmUser": { + "message": "Confirm User" + }, + "hasBeenConfirmed": { + "message": "$USER$ has been confirmed.", + "placeholders": { + "user": { + "content": "$1", + "example": "John Smith" + } + } + }, + "confirmUsers": { + "message": "Confirm Users" + }, + "usersNeedConfirmed": { + "message": "You have users that have accepted their invitation, but still need to be confirmed. Users will not have access to the organization until they are confirmed." + }, + "startDate": { + "message": "Start Date" + }, + "endDate": { + "message": "End Date" + }, + "verifyEmail": { + "message": "Verify Email" + }, + "verifyEmailDesc": { + "message": "Verify your account's email address to unlock access to all features." + }, + "verifyEmailFirst": { + "message": "Your account's email address first must be verified." + }, + "checkInboxForVerification": { + "message": "Check your email inbox for a verification link." + }, + "emailVerified": { + "message": "Your email has been verified." + }, + "emailVerifiedFailed": { + "message": "Unable to verify your email. Try sending a new verification email." + }, + "updateBrowser": { + "message": "Update Browser" + }, + "updateBrowserDesc": { + "message": "You are using an unsupported web browser. The web vault may not function properly." + }, + "joinOrganization": { + "message": "Join Organization" + }, + "joinOrganizationDesc": { + "message": "You've been invited to join the organization listed above. To accept the invitation, you need to log in or create a new Bitwarden account." + }, + "inviteAccepted": { + "message": "Invitation Accepted" + }, + "inviteAcceptedDesc": { + "message": "You can access this organization once an administrator confirms your membership. We'll send you an email when that happens." + }, + "inviteAcceptFailed": { + "message": "Unable to accept invitation. Ask an organization admin to send a new invitation." + }, + "rememberEmail": { + "message": "Remember email" + }, + "recoverAccountTwoStepDesc": { + "message": "If you cannot access your account through your normal two-step login methods, you can use your two-step login recovery code to disable all two-step providers on your account." + }, + "recoverAccountTwoStep": { + "message": "Recover Account Two-Step Login" + }, + "twoStepRecoverDisabled": { + "message": "Two-step login has been disabled on your account." + }, + "learnMore": { + "message": "Learn more" + }, + "deleteRecoverDesc": { + "message": "Enter your email address below to recover and delete your account." + }, + "deleteRecoverEmailSent": { + "message": "If your account exists, we've sent you an email with further instructions." + }, + "deleteRecoverConfirmDesc": { + "message": "You have requested to delete your Bitwarden account. Click the button below to confirm." + }, + "myOrganization": { + "message": "My Organization" + }, + "deleteOrganization": { + "message": "Delete Organization" + }, + "deleteOrganizationDesc": { + "message": "Proceed below to delete this organization and all associated data. Individual user accounts will remain, though they will not be associated to this organization anymore. " + }, + "deleteOrganizationWarning": { + "message": "Deleting the organization is permanent. It cannot be undone." + }, + "organizationDeleted": { + "message": "Organization Deleted" + }, + "organizationDeletedDesc": { + "message": "The organization and all associated data has been deleted." + }, + "organizationUpdated": { + "message": "Organization updated" + }, + "taxInformation": { + "message": "Tax Information" + }, + "taxInformationDesc": { + "message": "Please contact support to provide (or update) tax information for your invoices." + }, + "billingPlan": { + "message": "Plan", + "description": "A billing plan\/package. For example: families, teams, enterprise, etc." + }, + "changeBillingPlan": { + "message": "Change Plan", + "description": "A billing plan\/package. For example: families, teams, enterprise, etc." + }, + "changeBillingPlanUpgrade": { + "message": "Upgrade your account to another plan be providing the information below. Please ensure that you have an active payment method added to the account.", + "description": "A billing plan\/package. For example: families, teams, enterprise, etc." + }, + "changeBillingPlanDesc": { + "message": "Contact customer support if you would like to change your plan. Please ensure that you have an active payment method added to the account.", + "description": "A billing plan\/package. For example: families, teams, enterprise, etc." + }, + "invoiceNumber": { + "message": "Invoice #$NUMBER$", + "description": "ex. Invoice #79C66F0-0001", + "placeholders": { + "number": { + "content": "$1", + "example": "79C66F0-0001" + } + } + }, + "viewInvoice": { + "message": "View Invoice" + }, + "downloadInvoice": { + "message": "Download Invoice" + }, + "verifyBankAccount": { + "message": "Verify Bank Account" + }, + "verifyBankAccountDesc": { + "message": "We have made two micro-deposits to your bank account (it may take 1-2 business days to show up). Enter these amounts to verify the bank account." + }, + "verifyBankAccountInitialDesc": { + "message": "Payment with a bank account is only available to customers in the United States. You will be required to verify your bank account. We will make two micro-deposits within the next 1-2 business days. Enter these amounts on the organization's billing page to verify the bank account." + }, + "verifyBankAccountFailureWarning": { + "message": "Failure to verify the bank account will result in a missed payment and your subscription being disabled." + }, + "verifiedBankAccount": { + "message": "Bank account has been verified." + }, + "bankAccount": { + "message": "Bank Account" + }, + "amountX": { + "message": "Amount $COUNT$", + "description": "Used in bank account verification of micro-deposits. Amount, as in a currency amount. Ex. Amount 1 is $2.00, Amount 2 is $1.50", + "placeholders": { + "count": { + "content": "$1", + "example": "1" + } + } + }, + "routingNumber": { + "message": "Routing Number", + "description": "Bank account routing number" + }, + "accountNumber": { + "message": "Account Number" + }, + "accountHolderName": { + "message": "Account Holder Name" + }, + "bankAccountType": { + "message": "Account Type" + }, + "bankAccountTypeCompany": { + "message": "Company (Business)" + }, + "bankAccountTypeIndividual": { + "message": "Individual (Personal)" + }, + "enterInstallationId": { + "message": "Enter your installation id" + }, + "addSeats": { + "message": "Add Seats", + "description": "Seat = User Seat" + }, + "removeSeats": { + "message": "Remove Seats", + "description": "Seat = User Seat" + }, + "subscriptionUserSeats": { + "message": "Your subscription allows for a total of $COUNT$ users.", + "placeholders": { + "count": { + "content": "$1", + "example": "50" + } + } + }, + "seatsToAdd": { + "message": "Seats To Add" + }, + "seatsToRemove": { + "message": "Seats To Remove" + }, + "seatsAddNote": { + "message": "Adding user seats will result in adjustments to your billing totals and immediately charge your payment method on file. The first charge will be prorated for the remainder of the current billing cycle." + }, + "seatsRemoveNote": { + "message": "Removing user seats will result in adjustments to your billing totals that will be prorated as credits toward your next billing charge." + }, + "adjustedSeats": { + "message": "Adjusted $AMOUNT$ user seats.", + "placeholders": { + "amount": { + "content": "$1", + "example": "15" + } + } + }, + "keyUpdated": { + "message": "Key Updated" + }, + "updateKeyTitle": { + "message": "Update Key" + }, + "updateEncryptionKey": { + "message": "Update Encryption Key" + }, + "updateEncryptionKeyShortDesc": { + "message": "You are currently using an outdated encryption scheme." + }, + "updateEncryptionKeyDesc": { + "message": "We've moved to larger encryption keys that provide better security and access to newer features. Updating your encryption key is quick and easy. Just type your master password below. This update will eventually become mandatory." + }, + "updateEncryptionKeyWarning": { + "message": "After updating your encryption key, you are required to log out and back in to all Bitwarden applications that you are currently using (such as the mobile app or browser extensions). Failure to log out and back in (which downloads your new encryption key) may result in data corruption. We will attempt to log you out automatically, however, it may be delayed." + }, + "subscription": { + "message": "Subscription" + }, + "loading": { + "message": "Loading" + }, + "upgrade": { + "message": "Upgrade" + }, + "upgradeOrganization": { + "message": "Upgrade Organization" + }, + "upgradeOrganizationDesc": { + "message": "This feature is not available for free organizations. Switch to a paid plan to unlock more features." + }, + "createOrganizationStep1": { + "message": "Create Organization: Step 1" + }, + "createOrganizationCreatePersonalAccount": { + "message": "Before creating your organization, you first need to create a free personal account." + }, + "refunded": { + "message": "Refunded" + }, + "nothingSelected": { + "message": "You have not selected anything." + }, + "submitAgreePolicies": { + "message": "By clicking the \"Submit\" button, you agree to the following policies:", + "description": "A policy is something like Terms of Service, Privacy Policy, etc." + }, + "termsOfService": { + "message": "Terms of Service" + }, + "privacyPolicy": { + "message": "Privacy Policy" + }, + "filters": { + "message": "Filters" + }, + "lockOptions": { + "message": "Lock Options" + }, + "lockOptionsDesc": { + "message": "Choose when your vault locks. A locked vault requires that you re-enter your master password to access it again." + }, + "oneMinute": { + "message": "1 minute" + }, + "fiveMinutes": { + "message": "5 minutes" + }, + "fifteenMinutes": { + "message": "15 minutes" + }, + "thirtyMinutes": { + "message": "30 minutes" + }, + "oneHour": { + "message": "1 hour" + }, + "fourHours": { + "message": "4 hours" + }, + "onRefresh": { + "message": "On Browser Refresh" + }, + "dateUpdated": { + "message": "Updated", + "description": "ex. Date this item was updated" + }, + "datePasswordUpdated": { + "message": "Password Updated", + "description": "ex. Date this password was updated" + }, + "organizationIsDisabled": { + "message": "Organization is disabled." + }, + "licenseIsExpired": { + "message": "License is expired." + }, + "updatedUsers": { + "message": "Updated users" + }, + "selected": { + "message": "Selected" + }, + "ownership": { + "message": "Ownership" + }, + "whoOwnsThisItem": { + "message": "Who owns this item?" + }, + "strong": { + "message": "Strong", + "description": "ex. A strong password. Scale: Very Weak -> Weak -> Good -> Strong" + }, + "good": { + "message": "Good", + "description": "ex. A good password. Scale: Very Weak -> Weak -> Good -> Strong" + }, + "weak": { + "message": "Weak", + "description": "ex. A weak password. Scale: Very Weak -> Weak -> Good -> Strong" + }, + "veryWeak": { + "message": "Very Weak", + "description": "ex. A very weak password. Scale: Very Weak -> Weak -> Good -> Strong" + }, + "weakMasterPassword": { + "message": "Weak Master Password" + }, + "weakMasterPasswordDesc": { + "message": "The master password you have chosen is weak. You should use a strong master password (or a passphrase) to properly protect your Bitwarden account. Are you sure you want to use this master password?" + }, + "rotateAccountEncKey": { + "message": "Also rotate my account's encryption key" + }, + "rotateEncKeyTitle": { + "message": "Rotate Encryption Key" + }, + "rotateEncKeyConfirmation": { + "message": "Are you sure you want to rotate your account's encryption key?" + }, + "attachmentsNeedFix": { + "message": "This item has old file attachments that need to be fixed." + }, + "attachmentFixDesc": { + "message": "This is an old file attachment the needs to be fixed. Click to learn more." + }, + "fix": { + "message": "Fix", + "description": "This is a verb. ex. 'Fix The Car'" + }, + "oldAttachmentsNeedFixDesc": { + "message": "There are old file attachments in your vault that need to be fixed before you can rotate your account's encryption key." + }, + "yourAccountsFingerprint": { + "message": "Your account's fingerprint phrase", + "description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their public key with another user, for the purposes of sharing." + }, + "fingerprintEnsureIntegrityVerify": { + "message": "To ensure the integrity of your encryption keys, please verify the user's fingerprint phrase before continuing.", + "description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their public key with another user, for the purposes of sharing." + }, + "dontAskFingerprintAgain": { + "message": "Don't ask to verify fingerprint phrase again", + "description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their public key with another user, for the purposes of sharing." + }, + "free": { + "message": "Free", + "description": "Free, as in 'Free beer'" + }, + "apiKey": { + "message": "API Key" + }, + "apiKeyDesc": { + "message": "Your API key can be used to authenticate to the Bitwarden public API." + }, + "apiKeyRotateDesc": { + "message": "Rotating the API key will invalidate the previous key. You can rotate your API key if you believe that the current key is no longer safe to use." + }, + "apiKeyWarning": { + "message": "Your API key has full access to the organization. It should be kept secret." + }, + "oauth2ClientCredentials": { + "message": "OAuth 2.0 Client Credentials", + "description": "'OAuth 2.0' is a programming protocol. It should probably not be translated." + }, + "viewApiKey": { + "message": "View API Key" + }, + "rotateApiKey": { + "message": "Rotate API Key" + }, + "selectOneCollection": { + "message": "You must select at least one collection." + } +} \ No newline at end of file diff --git a/src/locales/es/messages.json b/src/locales/es/messages.json index 68436905..2cca50f5 100644 --- a/src/locales/es/messages.json +++ b/src/locales/es/messages.json @@ -151,6 +151,9 @@ "value": { "message": "Valor" }, + "dragToSort": { + "message": "Drag to sort" + }, "cfTypeText": { "message": "Texto" }, @@ -586,12 +589,16 @@ "unlock": { "message": "Desbloquear" }, - "loggedInAsEmail": { - "message": "Sesión iniciada como $EMAIL$.", + "loggedInAsEmailOn": { + "message": "Logged in as $EMAIL$ on $HOSTNAME$.", "placeholders": { "email": { "content": "$1", "example": "name@example.com" + }, + "hostname": { + "content": "$2", + "example": "bitwarden.com" } } }, @@ -820,6 +827,13 @@ "wordSeparator": { "message": "Separador de palabras" }, + "capitalize": { + "message": "Capitalize", + "description": "Make the first letter of a work uppercase." + }, + "includeNumber": { + "message": "Include Number" + }, "passwordHistory": { "message": "Historial de contraseñas" }, @@ -827,7 +841,8 @@ "message": "No hay contraseñas que listar." }, "clear": { - "message": "Limpiar" + "message": "Limpiar", + "description": "To clear something out. example: To clear browser history." }, "accountUpdated": { "message": "Cuenta actualizada" @@ -2830,5 +2845,8 @@ }, "rotateApiKey": { "message": "Rotar clave API" + }, + "selectOneCollection": { + "message": "You must select at least one collection." } } \ No newline at end of file diff --git a/src/locales/et/messages.json b/src/locales/et/messages.json index a85247da..af4bde0d 100644 --- a/src/locales/et/messages.json +++ b/src/locales/et/messages.json @@ -151,6 +151,9 @@ "value": { "message": "Väärtus" }, + "dragToSort": { + "message": "Drag to sort" + }, "cfTypeText": { "message": "Tekst" }, @@ -407,7 +410,7 @@ "message": "Tühista valik" }, "launch": { - "message": "Käivita" + "message": "Ava" }, "newAttachment": { "message": "Lisa uus manus" @@ -586,12 +589,16 @@ "unlock": { "message": "Lukusta lahti" }, - "loggedInAsEmail": { - "message": "Sisse logitud kasutajaga $EMAIL$.", + "loggedInAsEmailOn": { + "message": "Logged in as $EMAIL$ on $HOSTNAME$.", "placeholders": { "email": { "content": "$1", "example": "name@example.com" + }, + "hostname": { + "content": "$2", + "example": "bitwarden.com" } } }, @@ -689,7 +696,7 @@ "message": "Autentiseerimise rakendus" }, "authenticatorAppDesc": { - "message": "Kausta autentiseerimise rakendust (näiteks Authy või Google Authenticator), et luua ajal baseeruvaid kinnituskoode.", + "message": "Kasuta autentiseerimise rakendust (näiteks Authy või Google Authenticator), et luua ajal baseeruvaid kinnituskoode.", "description": "'Authy' and 'Google Authenticator' are product names and should not be translated." }, "yubiKeyTitle": { @@ -737,7 +744,7 @@ "message": "Muuda kollektsioone, millega seda kirjet jagatakse. Seda kirjet näevad üksnes organisatsiooni kasutajad, kes omavad nendele kollektsioonidele ligipääsu." }, "deleteSelectedItemsDesc": { - "message": "Oled kustutamiseks valinud $COUNT$ objekti. Oled kindel, et soovid kõik need objektid kustutada?", + "message": "Oled kustutamiseks valinud $COUNT$ kirjet. Oled kindel, et soovid kõik need kirjed kustutada?", "placeholders": { "count": { "content": "$1", @@ -781,13 +788,13 @@ "message": "Hoiatus" }, "exportWarningDesc": { - "message": "Eksporditav fail sisaldab hoidla sisu, mis on krüpteeringuta. Seda faili ei tohiks kaua käidelda ning mitte mingil juhul ebaturvaliselt saata (näiteks e-postiga). Kustuta see koheselt pärast kasutamist." + "message": "Eksporditav on krüpteeringuta ja sisaldab hoidla sisu. Seda faili ei tohiks kaua käidelda ning mitte mingil juhul ebaturvaliselt saata (näiteks e-postiga). Kustuta see koheselt pärast kasutamist." }, "exportMasterPassword": { "message": "Hoidlas olevate andmete eksportimiseks on vajalik ülemparooli sisestamine." }, "exportVault": { - "message": "Ekspordi hoidla" + "message": "Hoidla sisu eksportimine" }, "fileFormat": { "message": "Failivorming" @@ -820,6 +827,13 @@ "wordSeparator": { "message": "Sõna eraldaja" }, + "capitalize": { + "message": "Capitalize", + "description": "Make the first letter of a work uppercase." + }, + "includeNumber": { + "message": "Include Number" + }, "passwordHistory": { "message": "Paroolide ajalugu" }, @@ -827,7 +841,8 @@ "message": "Puuduvad paroolid, mida kuvada." }, "clear": { - "message": "Tühjenda" + "message": "Tühjenda", + "description": "To clear something out. example: To clear browser history." }, "accountUpdated": { "message": "Konto uuendatud" @@ -920,7 +935,7 @@ "message": "Sessioonide tühistamine" }, "deauthorizeSessionsDesc": { - "message": "Muretsed, et sinu kontosse on võõra seadme alt sisse logitud? Allpool saad kõikidest seadmetest välja logida. See valik võib olla kasulik näiteks juhtudel, kus oled kasutanud avalikku arvutit või salvestasid kogemata parooli seadmes, mis ei kuulu sinule. Samuti nullib see tegevus kõik varasemad kaheastmelise kinnitamise poolt meelde jäetud seadmed." + "message": "Muretsed, et sinu kontosse on võõra seadme alt sisse logitud? Kasuta allolevat valikut, et kõikidest seadmetest välja logida. See võib olla kasulik näiteks juhtudel, kus oled kasutanud avalikku arvutit või salvestasid kogemata parooli seadmes, mis ei kuulu sinule. Samuti nullib see tegevus kõik varasemad kaheastmelise kinnitamise poolt meelde jäetud seadmed." }, "deauthorizeSessionsWarning": { "message": "Jätkatest logitakse sind ka käimasolevast sessioonist välja, mistõttu pead kontosse uuesti sisse logima. Lisaks võidakse küsida kaheastmelist kinnitust, kui see on sisse lülitatud. Teised kontoga ühendatud seadmed võivad jääda sisselogituks kuni üheks tunniks." @@ -1278,7 +1293,7 @@ "message": "Ootame, kuni puudutad turvavõtmel olevat nuppu" }, "twoFactorU2fClickSave": { - "message": "Kliki all olevale \"Luba\" nupule, et kaheastmeline kinnitamine läbi selle turvavõtme sisse lülitada." + "message": "Kliki all olevale \"Salvesta\" nupule, et kaheastmeline kinnitamine läbi selle turvavõtme sisse lülitada." }, "twoFactorU2fProblemReadingTryAgain": { "message": "Turvavõtme lugemisel tekkis tõrge. Proovi uuesti." @@ -1345,7 +1360,7 @@ "message": "Lekkinud paroolide raport" }, "exposedPasswordsReportDesc": { - "message": "Lekkinud paroolid on paroolid, mis pärinevad andmeleketest. Neid paroole võidakse müüa tumeveebis ning nende kaudu võidakse ka sinu teistele kontodele ligi pääseda." + "message": "Lekkinud paroolid on paroolid, mis pärinevad andmeleketest. Neid paroole võidakse müüa tumeveebis ning samuti võidakse nende kaudu ligi pääseda sinu teistesse kontodesse." }, "exposedPasswordsFound": { "message": "Avastatud on lekkinud paroole" @@ -1378,7 +1393,7 @@ "message": "Nõrkade paroolide raport" }, "weakPasswordsReportDesc": { - "message": "Nõrgad paroolid on häkkerite poolt lihtsasti lahtimurtavad, sest selleks kasutatakse automatiseeritud tööriistu. Bitwardeni parooli genereerija aitab sul tugevaid paroole luua." + "message": "Nõrgad paroolid on häkkerite poolt vägagi lihtasti lahtimurtavad, sest selleks kasutatakse automatiseeritud tööriistu. Bitwardeni parooli genereerija aitab sul luua paroole, mida on märksa keerulisem lahti murda." }, "weakPasswordsFound": { "message": "Avastatud on nõrku paroole" @@ -1399,7 +1414,7 @@ "message": "Korduvate paroolide raport" }, "reusedPasswordsReportDesc": { - "message": "Kui kasutatav teenus või veebileht langeb rünnaku ohvriks, võib sama parooli kasutamine anda häkkeritele ligipääsu sinu teistele onlain kontodele. Soovitame tungivalt igas teenuses või kasutajakontos unikaalset parooli kasutada." + "message": "Kui sinu poolt kasutatav teenus või veebileht langeb rünnaku ohvriks, võib samasuguse parooli kasutamine anda häkkeritele ligipääsu sinu teistesse kasutajakontodesse. Soovitame tungivalt igas teenuses või kasutajakontos unikaalset parooli kasutada." }, "reusedPasswordsFound": { "message": "Leiti korduvalt kasutatud paroole" @@ -2405,7 +2420,7 @@ "message": "Kinnita" }, "confirmUser": { - "message": "Kinnita kaustaja" + "message": "Kinnita kasutaja" }, "hasBeenConfirmed": { "message": "Kasutaja $USER$ on kinnitatud.", @@ -2830,5 +2845,8 @@ }, "rotateApiKey": { "message": "API võtme roteerimine" + }, + "selectOneCollection": { + "message": "You must select at least one collection." } } \ No newline at end of file diff --git a/src/locales/fi/messages.json b/src/locales/fi/messages.json index 320f090a..94108549 100644 --- a/src/locales/fi/messages.json +++ b/src/locales/fi/messages.json @@ -151,6 +151,9 @@ "value": { "message": "Arvo" }, + "dragToSort": { + "message": "Drag to sort" + }, "cfTypeText": { "message": "Teksti" }, @@ -464,7 +467,7 @@ "message": "Kohteet poistettu" }, "movedItems": { - "message": "Moved items" + "message": "Siirretyt kohteet" }, "overwritePasswordConfirmation": { "message": "Haluatko varmasti korvata nykyisen salasanan?" @@ -586,12 +589,16 @@ "unlock": { "message": "Avaa" }, - "loggedInAsEmail": { - "message": "Kirjautunut tilillä $EMAIL$.", + "loggedInAsEmailOn": { + "message": "Logged in as $EMAIL$ on $HOSTNAME$.", "placeholders": { "email": { "content": "$1", "example": "name@example.com" + }, + "hostname": { + "content": "$2", + "example": "bitwarden.com" } } }, @@ -602,19 +609,19 @@ "message": "Lukitse nyt" }, "noItemsInList": { - "message": "There are no items to list." + "message": "Ei näytettäviä kohteita." }, "noCollectionsInList": { "message": "Ei kokoelmia näytettäväksi." }, "noGroupsInList": { - "message": "There are no groups to list." + "message": "Ei näytettäviä ryhmiä." }, "noUsersInList": { - "message": "There are no users to list." + "message": "Ei näytettäviä käyttäjiä." }, "noEventsInList": { - "message": "There are no events to list." + "message": "Ei näytettäviä tapahtumia." }, "newOrganization": { "message": "Uusi organisaatio" @@ -680,7 +687,7 @@ "message": "Kaksivaiheisen kirjautumisen valinnat" }, "recoveryCodeDesc": { - "message": "Lost access to all of your two-factor providers? Use your recovery code to disable all two-factor providers from your account." + "message": "Etkö pysty käyttämään mitään kaksivaihemenetelmistäsi? Käytä palautuskoodiasi poistaaksesi käytöstä kaikki kaksivaiheisen todennuksen menetelmät tililtäsi." }, "recoveryCodeTitle": { "message": "Palautuskoodi" @@ -699,7 +706,7 @@ "message": "Use a YubiKey to access your account. Works with YubiKey 4, 4 Nano, 4C, and NEO devices." }, "duoDesc": { - "message": "Verify with Duo Security using the Duo Mobile app, SMS, phone call, or U2F security key.", + "message": "Vahvista kirjautumisesi Duo Securityn kautta käyttämällä Duo Mobile ‑sovellusta, tekstiviestiä, puhelua tai U2F-todennuslaitetta.", "description": "'Duo Security' and 'Duo Mobile' are product names and should not be translated." }, "duoOrganizationDesc": { @@ -707,7 +714,7 @@ "description": "'Duo Security' and 'Duo Mobile' are product names and should not be translated." }, "u2fDesc": { - "message": "Use any FIDO U2F enabled security key to access your account." + "message": "Käytä mitä tahansa FIDO U2F ‑yhteensopivaa todennuslaitetta päästäksesi käsiksi tiliisi." }, "u2fTitle": { "message": "FIDO U2F ‑todennuslaite" @@ -737,7 +744,7 @@ "message": "Edit the collections that this item is being shared with. Only organization users with access to these collections will be able to see this item." }, "deleteSelectedItemsDesc": { - "message": "You have selected $COUNT$ item(s) to delete. Are you sure you want to delete all of these items?", + "message": "Olet valinnut $COUNT$ poistettavaa kohdetta. Haluatko varmasti poistaa ne kaikki?", "placeholders": { "count": { "content": "$1", @@ -746,7 +753,7 @@ } }, "moveSelectedItemsDesc": { - "message": "Choose a folder that you would like to move the $COUNT$ selected item(s) to.", + "message": "Valitse kansio johon siirtää $COUNT$ kohdetta.", "placeholders": { "count": { "content": "$1", @@ -820,6 +827,13 @@ "wordSeparator": { "message": "Sanaerotin" }, + "capitalize": { + "message": "Capitalize", + "description": "Make the first letter of a work uppercase." + }, + "includeNumber": { + "message": "Include Number" + }, "passwordHistory": { "message": "Salasanahistoria" }, @@ -827,7 +841,8 @@ "message": "Ei salasanoja näytettäväksi." }, "clear": { - "message": "Tyhjennä" + "message": "Tyhjennä", + "description": "To clear something out. example: To clear browser history." }, "accountUpdated": { "message": "Tili päivitetty" @@ -851,7 +866,7 @@ } }, "loggedOutWarning": { - "message": "Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour." + "message": "Jatkaminen kirjaa sinut ulos nykyisestä istunnostasi ja joudut kirjautumaan uudelleen sisään. Aktiiviset istunnot toisilla laitteilla saattavat pysyä aktiivisina jopa tunnin." }, "emailChanged": { "message": "Sähköpostiosoite vaihdettu" @@ -887,7 +902,7 @@ "message": "KDF-iteraatiot" }, "kdfIterationsDesc": { - "message": "Higher KDF iterations can help protect your master password from being brute forced by an attacker. We recommend a value of $VALUE$ or more.", + "message": "Korkeampi iteraatiomäärä saattaa vaikeuttaa raakaa laskentatehoa hyväksikäyttäviä hyökkäyksiä. Suosittelemme arvoksi vähintään $VALUE$.", "placeholders": { "value": { "content": "$1", @@ -896,7 +911,7 @@ } }, "kdfIterationsWarning": { - "message": "Setting your KDF iterations too high could result in poor performance when logging into (and unlocking) Bitwarden on devices with slower CPUs. We recommend that you increase the value in increments of $INCREMENT$ and then test all of your devices.", + "message": "Muodostusfunktion iteraatiomäärän nostaminen liian korkeaksi saattaa hidastaa kirjautumista ja holvin avaamista hitaammilla laitteilla. Suosittelemme iteraatiomäärän nostamista $INCREMENT$:llä ja kokeilemista sen jälkeen kaikilla laitteillasi.", "placeholders": { "increment": { "content": "$1", @@ -905,7 +920,7 @@ } }, "changeKdf": { - "message": "Change KDF" + "message": "Vaihda avaimen muodostusfunktio" }, "encKeySettingsChanged": { "message": "Salausavaimen asetukset muutettu" @@ -941,16 +956,16 @@ "message": "Proceed below to delete all items in the organization's vault." }, "purgeVaultWarning": { - "message": "Purging your vault is permanent. It cannot be undone." + "message": "Holvin tyhjennys on peruuttamaton toimenpide." }, "vaultPurged": { - "message": "Your vault has been purged." + "message": "Holvisi tiedot on tyhjennetty." }, "deleteAccount": { "message": "Poista tili" }, "deleteAccountDesc": { - "message": "Proceed below to delete your account and all associated data." + "message": "Jatka alla poistaaksesi tilisi ja kaiken liittyvän tiedon." }, "deleteAccountWarning": { "message": "Tilin poistaminen on peruuttamaton toimenpide." @@ -974,7 +989,7 @@ "message": "Tietojen tuominen holviisi onnistui." }, "importFormatError": { - "message": "Data is not formatted correctly. Please check your import file and try again." + "message": "Tiedot eivät ole muotoiltu oikein. Tarkista tuontitiedoston muoto ja yritä uudelleen." }, "importNothingError": { "message": "Mitään ei tuotu." @@ -986,7 +1001,7 @@ "message": "Valitse tuontitiedosto" }, "orCopyPasteFileContents": { - "message": "or copy\/paste the import file contents" + "message": "tai leikkaa\/liimaa tuontitiedoston sisältö" }, "instructionsFor": { "message": "$NAME$-ohjeet", @@ -1033,13 +1048,13 @@ "message": "Verkkotunnusten säännöt" }, "domainRulesDesc": { - "message": "If you have the same login across multiple different website domains, you can mark the website as \"equivalent\". \"Global\" domains are ones already created for you by Bitwarden." + "message": "Jos kirjautumistietosi ovat samat useamman toimialueen (domain) välillä, voit merkata sivuston vertaiseksi toisen kanssa. Globaalit vertaistoimialueet ovat valmiiksi Bitwardenin luomia." }, "globalEqDomains": { - "message": "Global Equivalent Domains" + "message": "Globaalit vertaistoimialueet" }, "customEqDomains": { - "message": "Custom Equivalent Domains" + "message": "Omat vertaistoimialueet" }, "exclude": { "message": "Exclude" @@ -1066,7 +1081,7 @@ } }, "domainsUpdated": { - "message": "Domains updated" + "message": "Toimialueet päivitetty" }, "twoStepLogin": { "message": "Kaksivaiheinen kirjautuminen" @@ -1113,16 +1128,16 @@ "message": "You already have access to premium features because of an organization you are a member of." }, "manage": { - "message": "Manage" + "message": "Hallinnoi" }, "disable": { - "message": "Disable" + "message": "Poista käytöstä" }, "twoStepLoginProviderEnabled": { - "message": "This two-step login provider is enabled on your account." + "message": "Tämä kaksivaihekirjautuminen on päällä tilillesi." }, "twoStepLoginAuthDesc": { - "message": "Enter your master password to modify two-step login settings." + "message": "Kirjoita pääsalasanasi muokataksesi kaksivaihekirjautumisen asetuksia." }, "twoStepAuthenticatorDesc": { "message": "Follow these steps to set up two-step login with an authenticator app:" @@ -1146,22 +1161,22 @@ "message": "These apps are recommended, however, other authenticator apps will also work." }, "twoStepAuthenticatorScanCode": { - "message": "Scan this QR code with your authenticator app" + "message": "Skannaa tämä QR-koodi kaksivaiheisen todennuksen sovelluksellasi" }, "key": { "message": "Avain" }, "twoStepAuthenticatorEnterCode": { - "message": "Enter the resulting 6 digit verification code from the app" + "message": "Syötä kuusinumeroinen koodi sovelluksesta" }, "twoStepAuthenticatorReaddDesc": { - "message": "In case you need to add it to another device, below is the QR code (or key) required by your authenticator app." + "message": "Jos haluat lisätä todennuksen toiseen laitteeseen, löydät tarvittavan QR-koodin (tai avaimen) alta." }, "twoStepDisableDesc": { - "message": "Are you sure you want to disable this two-step login provider?" + "message": "Haluatko varmasti poistaa tämän kaksivaiheisen todennuksen toimittajan?" }, "twoStepDisabled": { - "message": "Two-step login provider disabled." + "message": "Valittu kaksivaiheinen todennus otettu pois käytöstä." }, "twoFactorYubikeyAdd": { "message": "Lisää uusi YubiKey tilillesi" @@ -1176,7 +1191,7 @@ "message": "Kosketa YubiKeyn painiketta." }, "twoFactorYubikeySaveForm": { - "message": "Save the form." + "message": "Tallenna lomake." }, "twoFactorYubikeyWarning": { "message": "Due to platform limitations, YubiKeys cannot be used on all Bitwarden applications. You should enable another two-step login provider so that you can access your account when YubiKeys cannot be used. Supported platforms:" @@ -1266,7 +1281,7 @@ "message": "If the security key has a button, touch it." }, "twoFactorU2fSaveForm": { - "message": "Save the form." + "message": "Tallenna lomake." }, "twoFactorU2fWarning": { "message": "Due to platform limitations, FIDO U2F cannot be used on all Bitwarden applications. You should enable another two-step login provider so that you can access your account when FIDO U2F cannot be used. Supported platforms:" @@ -1366,7 +1381,7 @@ "message": "Check Exposed Passwords" }, "exposedXTimes": { - "message": "Exposed $COUNT$ time(s)", + "message": "Paljastunut $COUNT$ kertaa", "placeholders": { "count": { "content": "$1", @@ -2651,7 +2666,7 @@ "message": "You are currently using an outdated encryption scheme." }, "updateEncryptionKeyDesc": { - "message": "We've moved to larger encryption keys that provide better security and access to newer features. Updating your encryption key is quick and easy. Just type your master password below. This update will eventually become mandatory." + "message": "Olemme siirtyneet suurempiin salausavaimiin, jotka tarjoavat paremman turvallisuuden sekä pääsyn uudempiin toimintoihin. Salausavaimen päivitys on helppoa: syötä pääsalasanasi alle. Päivityksestä tulee myöhemmin pakollista." }, "updateEncryptionKeyWarning": { "message": "After updating your encryption key, you are required to log out and back in to all Bitwarden applications that you are currently using (such as the mobile app or browser extensions). Failure to log out and back in (which downloads your new encryption key) may result in data corruption. We will attempt to log you out automatically, however, it may be delayed." @@ -2769,7 +2784,7 @@ "message": "Heikko pääsalasana" }, "weakMasterPasswordDesc": { - "message": "The master password you have chosen is weak. You should use a strong master password (or a passphrase) to properly protect your Bitwarden account. Are you sure you want to use this master password?" + "message": "Valitsemasi pääsalasana on heikko. Sinun kannattaa käyttää vahvaa pääsalasanaa (tai ‑salalauseketta) suojataksesi Bitwarden-tilisi kunnolla. Haluatko varmasti käyttää tätä pääsalasanaa?" }, "rotateAccountEncKey": { "message": "Also rotate my account's encryption key" @@ -2830,5 +2845,8 @@ }, "rotateApiKey": { "message": "Kierrätä API-avain" + }, + "selectOneCollection": { + "message": "You must select at least one collection." } } \ No newline at end of file diff --git a/src/locales/fr/messages.json b/src/locales/fr/messages.json index 7e8a595e..cc6586a4 100644 --- a/src/locales/fr/messages.json +++ b/src/locales/fr/messages.json @@ -151,6 +151,9 @@ "value": { "message": "Valeur" }, + "dragToSort": { + "message": "Drag to sort" + }, "cfTypeText": { "message": "Texte" }, @@ -263,7 +266,7 @@ "message": "Rechercher dans les favoris" }, "searchType": { - "message": "Type de recherche", + "message": "Rechercher dans le type", "description": "Search item type" }, "searchVault": { @@ -586,12 +589,16 @@ "unlock": { "message": "Déverrouiller" }, - "loggedInAsEmail": { - "message": "Connecté en tant que $EMAIL$.", + "loggedInAsEmailOn": { + "message": "Logged in as $EMAIL$ on $HOSTNAME$.", "placeholders": { "email": { "content": "$1", "example": "name@example.com" + }, + "hostname": { + "content": "$2", + "example": "bitwarden.com" } } }, @@ -820,6 +827,13 @@ "wordSeparator": { "message": "Séparateur de mots" }, + "capitalize": { + "message": "Capitalize", + "description": "Make the first letter of a work uppercase." + }, + "includeNumber": { + "message": "Include Number" + }, "passwordHistory": { "message": "Historique des mots de passe" }, @@ -827,7 +841,8 @@ "message": "Aucun mot de passe à afficher." }, "clear": { - "message": "Effacer" + "message": "Effacer", + "description": "To clear something out. example: To clear browser history." }, "accountUpdated": { "message": "Compte mis à jour" @@ -2830,5 +2845,8 @@ }, "rotateApiKey": { "message": "Faire pivoter la clé d'API" + }, + "selectOneCollection": { + "message": "You must select at least one collection." } } \ No newline at end of file diff --git a/src/locales/he/messages.json b/src/locales/he/messages.json new file mode 100644 index 00000000..4913d5d7 --- /dev/null +++ b/src/locales/he/messages.json @@ -0,0 +1,2852 @@ +{ + "pageTitle": { + "message": "$APP_NAME$ Web Vault", + "description": "The title of the website in the browser window.", + "placeholders": { + "app_name": { + "content": "$1", + "example": "Bitwarden" + } + } + }, + "whatTypeOfItem": { + "message": "מאיזה סוג פריט זה?" + }, + "name": { + "message": "שם" + }, + "uri": { + "message": "כתובת" + }, + "uriPosition": { + "message": "כתובת $POSITION$", + "description": "A listing of URIs. Ex: URI 1, URI 2, URI 3, etc.", + "placeholders": { + "position": { + "content": "$1", + "example": "2" + } + } + }, + "newUri": { + "message": "כתובת חדשה" + }, + "username": { + "message": "שם משתמש" + }, + "password": { + "message": "סיסמה" + }, + "passphrase": { + "message": "משפט סיסמה" + }, + "notes": { + "message": "הערות" + }, + "customFields": { + "message": "שדות מותאמים אישית" + }, + "cardholderName": { + "message": "שם בעל הכרטיס" + }, + "number": { + "message": "מספר" + }, + "brand": { + "message": "מותג" + }, + "expiration": { + "message": "תוקף" + }, + "securityCode": { + "message": "קוד האבטחה (CVV)" + }, + "identityName": { + "message": "שם הזהות" + }, + "company": { + "message": "חברה" + }, + "ssn": { + "message": "מספר ביטוח לאומי" + }, + "passportNumber": { + "message": "מספר דרכון" + }, + "licenseNumber": { + "message": "מספר רשיון" + }, + "email": { + "message": "אימייל" + }, + "phone": { + "message": "טלפון" + }, + "january": { + "message": "ינואר" + }, + "february": { + "message": "פברואר" + }, + "march": { + "message": "מרץ" + }, + "april": { + "message": "אפריל" + }, + "may": { + "message": "מאי" + }, + "june": { + "message": "יוני" + }, + "july": { + "message": "יולי" + }, + "august": { + "message": "אוגוסט" + }, + "september": { + "message": "ספטמבר" + }, + "october": { + "message": "אוקטובר" + }, + "november": { + "message": "נובמבר" + }, + "december": { + "message": "דצמבר" + }, + "title": { + "message": "תואר" + }, + "mr": { + "message": "מר" + }, + "mrs": { + "message": "גברת" + }, + "ms": { + "message": "העלמה" + }, + "dr": { + "message": "דוקטור" + }, + "expirationMonth": { + "message": "תוקף אשראי - חודש" + }, + "expirationYear": { + "message": "תוקף אשראי - שנה" + }, + "authenticatorKeyTotp": { + "message": "מפתח מאמת (TOTP)" + }, + "folder": { + "message": "תיקייה" + }, + "newCustomField": { + "message": "שדה מותאם אישית חדש" + }, + "value": { + "message": "ערך" + }, + "dragToSort": { + "message": "Drag to sort" + }, + "cfTypeText": { + "message": "טקסט" + }, + "cfTypeHidden": { + "message": "מוסתר" + }, + "cfTypeBoolean": { + "message": "אמת או שקר" + }, + "remove": { + "message": "הסר" + }, + "unassigned": { + "message": "לא מוקצה" + }, + "noneFolder": { + "message": "ללא תיקיה", + "description": "This is the folder for uncategorized items" + }, + "addFolder": { + "message": "הוסף תיקיה" + }, + "editFolder": { + "message": "ערוך תיקייה" + }, + "baseDomain": { + "message": "שם בסיס הדומיין" + }, + "host": { + "message": "מארח", + "description": "A URL's host value. For example, the host of https:\/\/sub.domain.com:443 is 'sub.domain.com:443'." + }, + "exact": { + "message": "מדויק" + }, + "startsWith": { + "message": "מתחיל עם" + }, + "regEx": { + "message": "ביטוי רגולרי", + "description": "A programming term, also known as 'RegEx'." + }, + "matchDetection": { + "message": "זיהוי התאמה", + "description": "URI match detection for auto-fill." + }, + "defaultMatchDetection": { + "message": "Default match detection", + "description": "Default URI match detection for auto-fill." + }, + "never": { + "message": "לעולם לא" + }, + "toggleVisibility": { + "message": "Toggle Visibility" + }, + "toggleCollapse": { + "message": "Toggle Collapse", + "description": "Toggling an expand\/collapse state." + }, + "generatePassword": { + "message": "צור סיסמה" + }, + "checkPassword": { + "message": "בדוק אם הסיסמה נחשפה." + }, + "passwordExposed": { + "message": "הסיסמה הזו נחשפה $VALUE$ פעמים בפריצות אבטחה. כדאי לשנות אותה.", + "placeholders": { + "value": { + "content": "$1", + "example": "2" + } + } + }, + "passwordSafe": { + "message": "הסיסמה לא נמצאה בפריצות אבטחה ידועות. היא בטוחה לשימוש." + }, + "save": { + "message": "שמור" + }, + "cancel": { + "message": "בטל" + }, + "canceled": { + "message": "בוטל" + }, + "close": { + "message": "סגור" + }, + "delete": { + "message": "מחק" + }, + "favorite": { + "message": "מועדף" + }, + "unfavorite": { + "message": "מחק ממועדפים" + }, + "edit": { + "message": "ערוך" + }, + "searchCollection": { + "message": "חפש אוסף" + }, + "searchFolder": { + "message": "חפש תיקייה" + }, + "searchFavorites": { + "message": "חפש מועדפים" + }, + "searchType": { + "message": "חפש סוג", + "description": "Search item type" + }, + "searchVault": { + "message": "חפש כספת" + }, + "allItems": { + "message": "כל הפריטים" + }, + "favorites": { + "message": "מועדפים" + }, + "types": { + "message": "סוגים" + }, + "typeLogin": { + "message": "פרטי התחברות" + }, + "typeCard": { + "message": "כרטיס" + }, + "typeIdentity": { + "message": "זהות" + }, + "typeSecureNote": { + "message": "פתק מאובטח" + }, + "folders": { + "message": "תיקיות" + }, + "collections": { + "message": "אוספים" + }, + "firstName": { + "message": "שם פרטי" + }, + "middleName": { + "message": "שם אמצעי" + }, + "lastName": { + "message": "שם משפחה" + }, + "address1": { + "message": "כתובת 1" + }, + "address2": { + "message": "כתובת 2" + }, + "address3": { + "message": "כתובת 3" + }, + "cityTown": { + "message": "עיר \\ ישוב" + }, + "stateProvince": { + "message": "מדינה \\ מחוז" + }, + "zipPostalCode": { + "message": "מיקוד" + }, + "country": { + "message": "מדינה" + }, + "shared": { + "message": "משותף" + }, + "attachments": { + "message": "קבצים מצורפים" + }, + "select": { + "message": "בחר" + }, + "addItem": { + "message": "הוסף פריט" + }, + "editItem": { + "message": "ערוך פריט" + }, + "ex": { + "message": "לדוגמא", + "description": "Short abbreviation for 'example'." + }, + "other": { + "message": "אחר" + }, + "share": { + "message": "שתף" + }, + "valueCopied": { + "message": "השדה $VALUE$ הועתק לזיכרון", + "description": "Value has been copied to the clipboard.", + "placeholders": { + "value": { + "content": "$1", + "example": "Password" + } + } + }, + "copyValue": { + "message": "העתק ערך", + "description": "Copy value to clipboard" + }, + "copyPassword": { + "message": "העתק סיסמה", + "description": "Copy password to clipboard" + }, + "copyUsername": { + "message": "העתק שם משתמש", + "description": "Copy username to clipboard" + }, + "copyNumber": { + "message": "העתק מספר", + "description": "Copy credit card number" + }, + "copySecurityCode": { + "message": "העתק קוד אבטחה", + "description": "Copy credit card security code (CVV)" + }, + "copyUri": { + "message": "העתק שורת כתובת", + "description": "Copy URI to clipboard" + }, + "myVault": { + "message": "הכספת שלי" + }, + "vault": { + "message": "כספת" + }, + "shareSelected": { + "message": "שתף בחירה" + }, + "deleteSelected": { + "message": "מחק בחירה" + }, + "moveSelected": { + "message": "העבר בחירה" + }, + "selectAll": { + "message": "בחר הכל" + }, + "unselectAll": { + "message": "נקה הכל" + }, + "launch": { + "message": "הפעל" + }, + "newAttachment": { + "message": "צרף קובץ חדש" + }, + "deletedAttachment": { + "message": "קובץ מצורף שנמחק" + }, + "deleteAttachmentConfirmation": { + "message": "האם אתה בטוח שברצונך למחוק קובץ מצורף זה?" + }, + "attachmentSaved": { + "message": "הקובץ המצורף נשמר." + }, + "file": { + "message": "קובץ" + }, + "selectFile": { + "message": "בחר קובץ." + }, + "maxFileSize": { + "message": "גודל הקובץ המירבי הוא 100 מגה." + }, + "updateKey": { + "message": "You cannot use this feature until you update your encryption key." + }, + "addedItem": { + "message": "פריט שהתווסף" + }, + "editedItem": { + "message": "פריט שנערך" + }, + "sharedItem": { + "message": "פריט משותף" + }, + "sharedItems": { + "message": "פריטים משותפים" + }, + "deleteItem": { + "message": "מחק פריט" + }, + "deleteFolder": { + "message": "מחק תיקייה" + }, + "deleteAttachment": { + "message": "מחק קובץ מצורף" + }, + "deleteItemConfirmation": { + "message": "האם אתה בטוח שברצונך למחוק פריט זה?" + }, + "deletedItem": { + "message": "פריט שנמחק" + }, + "deletedItems": { + "message": "פריטים שנמחקו" + }, + "movedItems": { + "message": "פריטים שהועברו" + }, + "overwritePasswordConfirmation": { + "message": "האם אתה בטוח שברצונך לדרוס את הסיסמה הנוכחית?" + }, + "editedFolder": { + "message": "תיקיה שנערכה" + }, + "addedFolder": { + "message": "תיקיה שנוספה" + }, + "deleteFolderConfirmation": { + "message": "האם אתה בטוח שברצונך למחוק את התיקייה?" + }, + "deletedFolder": { + "message": "תיקיה שנמחקה" + }, + "loggedOut": { + "message": "בוצעה יציאה" + }, + "loginExpired": { + "message": "תוקף החיבור שלך הסתיים." + }, + "logOutConfirmation": { + "message": "האם אתה בטוח שברצונך להתנתק?" + }, + "logOut": { + "message": "התנתק" + }, + "ok": { + "message": "אישור" + }, + "yes": { + "message": "כן" + }, + "no": { + "message": "לא" + }, + "loginOrCreateNewAccount": { + "message": "צור חשבון חדש או התחבר כדי לגשת לכספת המאובטחת שלך." + }, + "createAccount": { + "message": "צור חשבון" + }, + "logIn": { + "message": "התחבר" + }, + "submit": { + "message": "שלח" + }, + "emailAddressDesc": { + "message": "השתמש בכתובת המייל שלך כדי להכנס." + }, + "yourName": { + "message": "השם שלך" + }, + "yourNameDesc": { + "message": "מה השם או הכינוי שלך?" + }, + "masterPass": { + "message": "סיסמה ראשית" + }, + "masterPassDesc": { + "message": "הסיסמה הראשית היא הסיסמה שבאמצעותה תיגש לכספת שלך. חשוב מאוד שלא תשכח את הסיסמה הזו. אין שום דרך לשחזר אותה במקרה ושכחת אותה." + }, + "masterPassHintDesc": { + "message": "ניתן להשתמש ברמז לסיסמה הראשית אם שכחת אותה." + }, + "reTypeMasterPass": { + "message": "הקלד שוב סיסמה ראשית" + }, + "masterPassHint": { + "message": "רמז לסיסמה ראשית (אופציונאלי)" + }, + "masterPassHintLabel": { + "message": "רמז לסיסמה ראשית" + }, + "settings": { + "message": "הגדרות" + }, + "passwordHint": { + "message": "רמז לסיסמה" + }, + "enterEmailToGetHint": { + "message": "Enter your account email address to receive your master password hint." + }, + "getMasterPasswordHint": { + "message": "Get master password hint" + }, + "emailRequired": { + "message": "נדרשת כתובת אימייל." + }, + "invalidEmail": { + "message": "כתובת אימייל לא תקינה." + }, + "masterPassRequired": { + "message": "Master password is required." + }, + "masterPassLength": { + "message": "Master password must be at least 8 characters long." + }, + "masterPassDoesntMatch": { + "message": "Master password confirmation does not match." + }, + "newAccountCreated": { + "message": "החשבון החדש שלך נוצר בהצלחה! כעת ניתן להתחבר למערכת." + }, + "masterPassSent": { + "message": "We've sent you an email with your master password hint." + }, + "unexpectedError": { + "message": "אירעה שגיאה לא צפויה." + }, + "emailAddress": { + "message": "כתובת אימייל" + }, + "yourVaultIsLocked": { + "message": "Your vault is locked. Verify your master password to continue." + }, + "unlock": { + "message": "בטל נעילה" + }, + "loggedInAsEmailOn": { + "message": "Logged in as $EMAIL$ on $HOSTNAME$.", + "placeholders": { + "email": { + "content": "$1", + "example": "name@example.com" + }, + "hostname": { + "content": "$2", + "example": "bitwarden.com" + } + } + }, + "invalidMasterPassword": { + "message": "Invalid master password" + }, + "lockNow": { + "message": "נעל עכשיו" + }, + "noItemsInList": { + "message": "אין פריטים להצגה ברשימה." + }, + "noCollectionsInList": { + "message": "אין אוספים להצגה ברשימה." + }, + "noGroupsInList": { + "message": "אין קבוצות להצגה ברשימה." + }, + "noUsersInList": { + "message": "אין משתמשים להצגה ברשימה." + }, + "noEventsInList": { + "message": "אין אירועים להצגה ברשימה." + }, + "newOrganization": { + "message": "ארגון חדש" + }, + "noOrganizationsList": { + "message": "אינך משויך לארגון. ניתן לשתף באופן מאובטח פריטים רק עם משתמשים אחרים בתוך ארגון." + }, + "versionNumber": { + "message": "גרסה $VERSION_NUMBER$", + "placeholders": { + "version_number": { + "content": "$1", + "example": "1.2.3" + } + } + }, + "enterVerificationCodeApp": { + "message": "Enter the 6 digit verification code from your authenticator app." + }, + "enterVerificationCodeEmail": { + "message": "Enter the 6 digit verification code that was emailed to $EMAIL$.", + "placeholders": { + "email": { + "content": "$1", + "example": "example@gmail.com" + } + } + }, + "verificationCodeEmailSent": { + "message": "מייל אימות נשלח לכתובת $EMAIL$.", + "placeholders": { + "email": { + "content": "$1", + "example": "example@gmail.com" + } + } + }, + "rememberMe": { + "message": "זכור אותי" + }, + "sendVerificationCodeEmailAgain": { + "message": "שלח שוב קוד אימות לאימייל" + }, + "useAnotherTwoStepMethod": { + "message": "Use another two-step login method" + }, + "insertYubiKey": { + "message": "Insert your YubiKey into your computer's USB port, then touch its button." + }, + "insertU2f": { + "message": "Insert your security key into your computer's USB port. If it has a button, touch it." + }, + "loginUnavailable": { + "message": "Login Unavailable" + }, + "noTwoStepProviders": { + "message": "This account has two-step login enabled, however, none of the configured two-step providers are supported by this web browser." + }, + "noTwoStepProviders2": { + "message": "Please use a supported web browser (such as Chrome) and\/or add additional providers that are better supported across web browsers (such as an authenticator app)." + }, + "twoStepOptions": { + "message": "Two-step Login Options" + }, + "recoveryCodeDesc": { + "message": "Lost access to all of your two-factor providers? Use your recovery code to disable all two-factor providers from your account." + }, + "recoveryCodeTitle": { + "message": "קוד שחזור" + }, + "authenticatorAppTitle": { + "message": "אפליקציית אימות" + }, + "authenticatorAppDesc": { + "message": "Use an authenticator app (such as Authy or Google Authenticator) to generate time-based verification codes.", + "description": "'Authy' and 'Google Authenticator' are product names and should not be translated." + }, + "yubiKeyTitle": { + "message": "YubiKey OTP Security Key" + }, + "yubiKeyDesc": { + "message": "Use a YubiKey to access your account. Works with YubiKey 4 series, 5 series, and NEO devices." + }, + "duoDesc": { + "message": "Verify with Duo Security using the Duo Mobile app, SMS, phone call, or U2F security key.", + "description": "'Duo Security' and 'Duo Mobile' are product names and should not be translated." + }, + "duoOrganizationDesc": { + "message": "Verify with Duo Security for your organization using the Duo Mobile app, SMS, phone call, or U2F security key.", + "description": "'Duo Security' and 'Duo Mobile' are product names and should not be translated." + }, + "u2fDesc": { + "message": "Use any FIDO U2F enabled security key to access your account." + }, + "u2fTitle": { + "message": "FIDO U2F Security Key" + }, + "emailTitle": { + "message": "אימייל" + }, + "emailDesc": { + "message": "קודים לאימות יישלחו אליך באימייל." + }, + "continue": { + "message": "המשך" + }, + "organization": { + "message": "ארגון" + }, + "organizations": { + "message": "ארגונים" + }, + "shareDesc": { + "message": "Choose an organization that you wish to share this item with. Sharing transfers ownership of the item to the organization. You will no longer be the direct owner of this item once it has been shared." + }, + "shareManyDesc": { + "message": "Choose an organization that you wish to share these items with. Sharing transfers ownership of the items to the organization. You will no longer be the direct owner of these items once they have been shared." + }, + "collectionsDesc": { + "message": "Edit the collections that this item is being shared with. Only organization users with access to these collections will be able to see this item." + }, + "deleteSelectedItemsDesc": { + "message": "You have selected $COUNT$ item(s) to delete. Are you sure you want to delete all of these items?", + "placeholders": { + "count": { + "content": "$1", + "example": "150" + } + } + }, + "moveSelectedItemsDesc": { + "message": "Choose a folder that you would like to move the $COUNT$ selected item(s) to.", + "placeholders": { + "count": { + "content": "$1", + "example": "150" + } + } + }, + "shareSelectedItemsCountDesc": { + "message": "You have selected $COUNT$ item(s). $SHAREABLE_COUNT$ items are sharable, $NONSHAREABLE_COUNT$ are not.", + "placeholders": { + "count": { + "content": "$1", + "example": "10" + }, + "shareable_count": { + "content": "$2", + "example": "8" + }, + "nonshareable_count": { + "content": "$3", + "example": "2" + } + } + }, + "verificationCodeTotp": { + "message": "קוד אימות (TOTP)" + }, + "copyVerificationCode": { + "message": "העתק קוד אימות" + }, + "warning": { + "message": "אזהרה" + }, + "exportWarningDesc": { + "message": "This export contains your vault data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it." + }, + "exportMasterPassword": { + "message": "Enter your master password to export your vault data." + }, + "exportVault": { + "message": "Export Vault" + }, + "fileFormat": { + "message": "פורמט קובץ" + }, + "exportSuccess": { + "message": "Your vault data has been exported." + }, + "passwordGenerator": { + "message": "Password Generator" + }, + "minNumbers": { + "message": "מינימום ספרות" + }, + "minSpecial": { + "message": "מינימום תווים מיוחדים", + "description": "Minimum Special Characters" + }, + "ambiguous": { + "message": "המנע מאותיות ותווים דומים" + }, + "regeneratePassword": { + "message": "Regenerate Password" + }, + "length": { + "message": "אורך" + }, + "numWords": { + "message": "מספר מילים" + }, + "wordSeparator": { + "message": "Word Separator" + }, + "capitalize": { + "message": "Capitalize", + "description": "Make the first letter of a work uppercase." + }, + "includeNumber": { + "message": "Include Number" + }, + "passwordHistory": { + "message": "היסטוריית סיסמאות" + }, + "noPasswordsInList": { + "message": "There are no passwords to list." + }, + "clear": { + "message": "נקה", + "description": "To clear something out. example: To clear browser history." + }, + "accountUpdated": { + "message": "החשבון עודכן" + }, + "changeEmail": { + "message": "החלף אימייל" + }, + "newEmail": { + "message": "דוא\"ל חדש" + }, + "code": { + "message": "קוד" + }, + "changeEmailDesc": { + "message": "We have emailed a verification code to $EMAIL$. Please check your email for this code and enter it below to finalize the email address change.", + "placeholders": { + "email": { + "content": "$1", + "example": "john.smith@example.com" + } + } + }, + "loggedOutWarning": { + "message": "Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour." + }, + "emailChanged": { + "message": "דוא\"ל שונה" + }, + "logBackIn": { + "message": "Please log back in." + }, + "logBackInOthersToo": { + "message": "Please log back in. If you are using other Bitwarden applications log out and back in to those as well." + }, + "changeMasterPassword": { + "message": "Change Master Password" + }, + "masterPasswordChanged": { + "message": "Master Password Changed" + }, + "currentMasterPass": { + "message": "Current Master Password" + }, + "newMasterPass": { + "message": "New Master Password" + }, + "confirmNewMasterPass": { + "message": "Confirm New Master Password" + }, + "encKeySettings": { + "message": "Encryption Key Settings" + }, + "kdfAlgorithm": { + "message": "אלגוריתם KDF" + }, + "kdfIterations": { + "message": "איטרציות KDF" + }, + "kdfIterationsDesc": { + "message": "Higher KDF iterations can help protect your master password from being brute forced by an attacker. We recommend a value of $VALUE$ or more.", + "placeholders": { + "value": { + "content": "$1", + "example": "100,000" + } + } + }, + "kdfIterationsWarning": { + "message": "Setting your KDF iterations too high could result in poor performance when logging into (and unlocking) Bitwarden on devices with slower CPUs. We recommend that you increase the value in increments of $INCREMENT$ and then test all of your devices.", + "placeholders": { + "increment": { + "content": "$1", + "example": "50,000" + } + } + }, + "changeKdf": { + "message": "שנה KDF" + }, + "encKeySettingsChanged": { + "message": "Encryption Key Settings Changed" + }, + "dangerZone": { + "message": "אזור מסוכן" + }, + "dangerZoneDesc": { + "message": "Careful, these actions are not reversible!" + }, + "deauthorizeSessions": { + "message": "Deauthorize Sessions" + }, + "deauthorizeSessionsDesc": { + "message": "Concerned your account is logged in on another device? Proceed below to deauthorize all computers or devices that you have previously used. This security step is recommended if you previously used a public computer or accidentally saved your password on a device that isn't yours. This step will also clear all previously remembered two-step login sessions." + }, + "deauthorizeSessionsWarning": { + "message": "Proceeding will also log you out of your current session, requiring you to log back in. You will also be prompted for two-step login again, if enabled. Active sessions on other devices may continue to remain active for up to one hour." + }, + "sessionsDeauthorized": { + "message": "All Sessions Deauthorized" + }, + "purgeVault": { + "message": "טיהור כספת" + }, + "purgedOrganizationVault": { + "message": "Purged organization vault." + }, + "purgeVaultDesc": { + "message": "Proceed below to delete all items and folders in your vault. Items that belong to an organization that you share with will not be deleted." + }, + "purgeOrgVaultDesc": { + "message": "Proceed below to delete all items in the organization's vault." + }, + "purgeVaultWarning": { + "message": "Purging your vault is permanent. It cannot be undone." + }, + "vaultPurged": { + "message": "Your vault has been purged." + }, + "deleteAccount": { + "message": "מחק חשבון" + }, + "deleteAccountDesc": { + "message": "Proceed below to delete your account and all associated data." + }, + "deleteAccountWarning": { + "message": "Deleting your account is permanent. It cannot be undone." + }, + "accountDeleted": { + "message": "החשבון נמחק" + }, + "accountDeletedDesc": { + "message": "Your account has been closed and all associated data has been deleted." + }, + "myAccount": { + "message": "החשבון שלי" + }, + "tools": { + "message": "כלים" + }, + "importData": { + "message": "ייבא נתונים" + }, + "importSuccess": { + "message": "נתונים יובאו בהצלחה אל תוך הכספת שלך." + }, + "importFormatError": { + "message": "Data is not formatted correctly. Please check your import file and try again." + }, + "importNothingError": { + "message": "לא יובא דבר." + }, + "selectFormat": { + "message": "Select the format of the import file" + }, + "selectImportFile": { + "message": "Select the import file" + }, + "orCopyPasteFileContents": { + "message": "or copy\/paste the import file contents" + }, + "instructionsFor": { + "message": "$NAME$ Instructions", + "description": "The title for the import tool instructions.", + "placeholders": { + "name": { + "content": "$1", + "example": "LastPass (csv)" + } + } + }, + "options": { + "message": "אפשרויות" + }, + "optionsDesc": { + "message": "Customize your web vault experience." + }, + "optionsUpdated": { + "message": "אפשרויות עודכנו" + }, + "language": { + "message": "שפה" + }, + "languageDesc": { + "message": "Change the language used by the web vault." + }, + "disableIcons": { + "message": "בטל אייקונים של האתר" + }, + "disableIconsDesc": { + "message": "Website Icons provide a recognizable image next to each login item in your vault." + }, + "enableGravatars": { + "message": "אפשר שימוש ב-Gravatar", + "description": "'Gravatar' is the name of a service. See www.gravatar.com" + }, + "enableGravatarsDesc": { + "message": "שימוש בתמונות אווטאר שנטענו מהאתר gravatar.com." + }, + "default": { + "message": "ברירת מחדל" + }, + "domainRules": { + "message": "Domain Rules" + }, + "domainRulesDesc": { + "message": "If you have the same login across multiple different website domains, you can mark the website as \"equivalent\". \"Global\" domains are ones already created for you by Bitwarden." + }, + "globalEqDomains": { + "message": "Global Equivalent Domains" + }, + "customEqDomains": { + "message": "Custom Equivalent Domains" + }, + "exclude": { + "message": "לא כולל" + }, + "include": { + "message": "כולל" + }, + "customize": { + "message": "התאם אישית" + }, + "newCustomDomain": { + "message": "New Custom Domain" + }, + "newCustomDomainDesc": { + "message": "Enter a list of domains separated by commas. Only \"base\" domains are allowed. Do not enter subdomains. For example, enter \"google.com\" instead of \"www.google.com\". You can also enter \"androidapp:\/\/package.name\" to associate an android app with other website domains." + }, + "customDomainX": { + "message": "Custom Domain $INDEX$", + "placeholders": { + "index": { + "content": "$1", + "example": "2" + } + } + }, + "domainsUpdated": { + "message": "Domains updated" + }, + "twoStepLogin": { + "message": "התחברות בשני-שלבים" + }, + "twoStepLoginDesc": { + "message": "Secure your account by requiring an additional step when logging in." + }, + "twoStepLoginOrganizationDesc": { + "message": "Require two-step login for your organization's users by configuring providers at the organization level." + }, + "twoStepLoginRecoveryWarning": { + "message": "Enabling two-step login can permanently lock you out of your Bitwarden account. A recovery code allows you to access your account in the event that you can no longer use your normal two-step login provider (ex. you lose your device). Bitwarden support will not be able to assist you if you lose access to your account. We recommend you write down or print the recovery code and keep it in a safe place." + }, + "viewRecoveryCode": { + "message": "צפה בקוד שחזור" + }, + "providers": { + "message": "ספקים", + "description": "Two-step login providers such as YubiKey, Duo, Authenticator apps, Email, etc." + }, + "enable": { + "message": "הפעל" + }, + "enabled": { + "message": "מופעל" + }, + "premium": { + "message": "פרימיום", + "description": "Premium Membership" + }, + "premiumMembership": { + "message": "חשבון פרימיום" + }, + "premiumRequired": { + "message": "נדרש חשבון פרימיום" + }, + "premiumRequiredDesc": { + "message": "בכדי להשתמש ביכולת זו יש צורך בחשבון פרמיום." + }, + "youHavePremiumAccess": { + "message": "יש לך גישת פרימיום" + }, + "alreadyPremiumFromOrg": { + "message": "כבר יש לך גישה ליכולות פרימיום בזכות ארגון שאתה חבר בו." + }, + "manage": { + "message": "נהל" + }, + "disable": { + "message": "בטל" + }, + "twoStepLoginProviderEnabled": { + "message": "This two-step login provider is enabled on your account." + }, + "twoStepLoginAuthDesc": { + "message": "Enter your master password to modify two-step login settings." + }, + "twoStepAuthenticatorDesc": { + "message": "Follow these steps to set up two-step login with an authenticator app:" + }, + "twoStepAuthenticatorDownloadApp": { + "message": "Download a two-step authenticator app" + }, + "twoStepAuthenticatorNeedApp": { + "message": "Need a two-step authenticator app? Download one of the following" + }, + "iosDevices": { + "message": "מכשירי iOS" + }, + "androidDevices": { + "message": "מכשירי אנדרואיד" + }, + "windowsDevices": { + "message": "מכשירי ווינדוס" + }, + "twoStepAuthenticatorAppsRecommended": { + "message": "These apps are recommended, however, other authenticator apps will also work." + }, + "twoStepAuthenticatorScanCode": { + "message": "Scan this QR code with your authenticator app" + }, + "key": { + "message": "מפתח" + }, + "twoStepAuthenticatorEnterCode": { + "message": "Enter the resulting 6 digit verification code from the app" + }, + "twoStepAuthenticatorReaddDesc": { + "message": "In case you need to add it to another device, below is the QR code (or key) required by your authenticator app." + }, + "twoStepDisableDesc": { + "message": "Are you sure you want to disable this two-step login provider?" + }, + "twoStepDisabled": { + "message": "Two-step login provider disabled." + }, + "twoFactorYubikeyAdd": { + "message": "Add a new YubiKey to your account" + }, + "twoFactorYubikeyPlugIn": { + "message": "Plug the YubiKey into your computer's USB port." + }, + "twoFactorYubikeySelectKey": { + "message": "Select the first empty YubiKey input field below." + }, + "twoFactorYubikeyTouchButton": { + "message": "Touch the YubiKey's button." + }, + "twoFactorYubikeySaveForm": { + "message": "Save the form." + }, + "twoFactorYubikeyWarning": { + "message": "Due to platform limitations, YubiKeys cannot be used on all Bitwarden applications. You should enable another two-step login provider so that you can access your account when YubiKeys cannot be used. Supported platforms:" + }, + "twoFactorYubikeySupportUsb": { + "message": "Web vault, desktop application, CLI, and all browser extensions on a device with a USB port that can accept your YubiKey." + }, + "twoFactorYubikeySupportMobile": { + "message": "Mobile apps on a device with NFC capabilities or a USB port that can accept your YubiKey." + }, + "yubikeyX": { + "message": "מפתח YubiKey $INDEX$", + "placeholders": { + "index": { + "content": "$1", + "example": "2" + } + } + }, + "u2fkeyX": { + "message": "מפתח U2F $INDEX$", + "placeholders": { + "index": { + "content": "$1", + "example": "2" + } + } + }, + "nfcSupport": { + "message": "תמיכה ב-NFC" + }, + "twoFactorYubikeySupportsNfc": { + "message": "אחד מהמפתחות שלי תומך ב-NFC." + }, + "twoFactorYubikeySupportsNfcDesc": { + "message": "If one of your YubiKeys supports NFC (such as a YubiKey NEO), you will be prompted on mobile devices whenever NFC availability is detected." + }, + "yubikeysUpdated": { + "message": "YubiKeys updated" + }, + "disableAllKeys": { + "message": "בטל את כל המפתחות" + }, + "twoFactorDuoDesc": { + "message": "Enter the Bitwarden application information from your Duo Admin panel." + }, + "twoFactorDuoIntegrationKey": { + "message": "Integration Key" + }, + "twoFactorDuoSecretKey": { + "message": "מפתח סודי" + }, + "twoFactorDuoApiHostname": { + "message": "API Hostname" + }, + "twoFactorEmailDesc": { + "message": "Follow these steps to set up two-step login with email:" + }, + "twoFactorEmailEnterEmail": { + "message": "Enter the email that you wish to receive verification codes" + }, + "twoFactorEmailEnterCode": { + "message": "Enter the resulting 6 digit verification code from the email" + }, + "sendEmail": { + "message": "שלח דוא\"ל" + }, + "twoFactorU2fAdd": { + "message": "Add a FIDO U2F security key to your account" + }, + "removeU2fConfirmation": { + "message": "Are you sure you want to remove this security key?" + }, + "readKey": { + "message": "קרא מפתח" + }, + "keyCompromised": { + "message": "Key is compromised." + }, + "twoFactorU2fGiveName": { + "message": "Give the security key a friendly name to identify it." + }, + "twoFactorU2fPlugInReadKey": { + "message": "Plug the security key into your computer's USB port and click the \"Read Key\" button." + }, + "twoFactorU2fTouchButton": { + "message": "If the security key has a button, touch it." + }, + "twoFactorU2fSaveForm": { + "message": "Save the form." + }, + "twoFactorU2fWarning": { + "message": "Due to platform limitations, FIDO U2F cannot be used on all Bitwarden applications. You should enable another two-step login provider so that you can access your account when FIDO U2F cannot be used. Supported platforms:" + }, + "twoFactorU2fSupportWeb": { + "message": "Web vault and browser extensions on a desktop\/laptop with a U2F enabled browser (Chrome, Opera, Vivaldi, or Firefox with FIDO U2F enabled)." + }, + "twoFactorU2fWaiting": { + "message": "Waiting for you to touch the button on your security key" + }, + "twoFactorU2fClickSave": { + "message": "Click the \"Save\" button below to enable this security key for two-step login." + }, + "twoFactorU2fProblemReadingTryAgain": { + "message": "היתה בעיה בקריאת מפתח האבטחה. נסה בשנית." + }, + "twoFactorRecoveryYourCode": { + "message": "Your Bitwarden two-step login recovery code" + }, + "twoFactorRecoveryNoCode": { + "message": "You have not enabled any two-step login providers yet. After you have enabled a two-step login provider you can check back here for your recovery code." + }, + "printCode": { + "message": "הדפס קוד", + "description": "Print 2FA recovery code" + }, + "reports": { + "message": "דוחות" + }, + "unsecuredWebsitesReport": { + "message": "Unsecured Websites Report" + }, + "unsecuredWebsitesReportDesc": { + "message": "Using unsecured websites with the http:\/\/ scheme can be dangerous. If the website allows, you should always access it using the https:\/\/ scheme so that your connection is encrypted." + }, + "unsecuredWebsitesFound": { + "message": "Unsecured Websites Found" + }, + "unsecuredWebsitesFoundDesc": { + "message": "We found $COUNT$ items in your vault with unsecured URIs. You should change their URI scheme to https:\/\/ if the website allows it.", + "placeholders": { + "count": { + "content": "$1", + "example": "8" + } + } + }, + "noUnsecuredWebsites": { + "message": "No items in your vault have unsecured URIs." + }, + "inactive2faReport": { + "message": "Inactive 2FA Report" + }, + "inactive2faReportDesc": { + "message": "Two-factor authentication (2FA) is an important security setting that helps secure your accounts. If the website offers it, you should always enable two-factor authentication." + }, + "inactive2faFound": { + "message": "Logins Without 2FA Found" + }, + "inactive2faFoundDesc": { + "message": "We found $COUNT$ website(s) in your vault that may not be configured with two-factor authentication (according to twofactorauth.org). To further protect these accounts, you should enable two-factor authentication.", + "placeholders": { + "count": { + "content": "$1", + "example": "8" + } + } + }, + "noInactive2fa": { + "message": "No websites were found in your vault with a missing two-factor authentication configuration." + }, + "instructions": { + "message": "הוראות" + }, + "exposedPasswordsReport": { + "message": "Exposed Passwords Report" + }, + "exposedPasswordsReportDesc": { + "message": "Exposed passwords are passwords that have been uncovered in known data breaches that were released publicly or sold on the dark web by hackers." + }, + "exposedPasswordsFound": { + "message": "Exposed Passwords Found" + }, + "exposedPasswordsFoundDesc": { + "message": "We found $COUNT$ items in your vault that have passwords that were exposed in known data breaches. You should change them to use a new password.", + "placeholders": { + "count": { + "content": "$1", + "example": "8" + } + } + }, + "noExposedPasswords": { + "message": "No items in your vault have passwords that have been exposed in known data breaches." + }, + "checkExposedPasswords": { + "message": "Check Exposed Passwords" + }, + "exposedXTimes": { + "message": "Exposed $COUNT$ time(s)", + "placeholders": { + "count": { + "content": "$1", + "example": "52" + } + } + }, + "weakPasswordsReport": { + "message": "דו\"ח סיסמאות חלשות" + }, + "weakPasswordsReportDesc": { + "message": "Weak passwords can easily be guessed by hackers and automated tools that are used to crack passwords. The Bitwarden password generator can help you create strong passwords." + }, + "weakPasswordsFound": { + "message": "נמצאו סיסמאות חלשות" + }, + "weakPasswordsFoundDesc": { + "message": "מצאנו $COUNT$ פריטים בכספת שלך עם סיסמאות חלשות. מומלץ להשתמש בסיסמאות חזקות יותר.", + "placeholders": { + "count": { + "content": "$1", + "example": "8" + } + } + }, + "noWeakPasswords": { + "message": "אין פריטים בכספת שלך עם סיסמאות חלשות." + }, + "reusedPasswordsReport": { + "message": "דו\"ח סיסמאות משומשות" + }, + "reusedPasswordsReportDesc": { + "message": "If a service that you use is compromised, reusing the same password elsewhere can allow hackers to easily gain access to more of your online accounts. You should use a unique password for every account or service." + }, + "reusedPasswordsFound": { + "message": "נמצאו סיסמאות משומשות" + }, + "reusedPasswordsFoundDesc": { + "message": "מצאנו $COUNT$ סיסמאות משומשות בכספת שלך. כדאי שתשנה אותם כך שלכל פריט תהיה סיסמה ייחודית.", + "placeholders": { + "count": { + "content": "$1", + "example": "8" + } + } + }, + "noReusedPasswords": { + "message": "אין פרטי התחברות בכספת שלך עם סיסמאות משומשות." + }, + "reusedXTimes": { + "message": "היה בשימוש $COUNT$ פעמים", + "placeholders": { + "count": { + "content": "$1", + "example": "8" + } + } + }, + "dataBreachReport": { + "message": "דו\"ח פריצת אבטחה" + }, + "breachDesc": { + "message": "A \"breach\" is an incident where a site's data has been illegally accessed by hackers and then released publicly. Review the types of data that were compromised (email addresses, passwords, credit cards etc.) and take appropriate action, such as changing passwords." + }, + "breachCheckUsernameEmail": { + "message": "Check any usernames or email addresses that you use." + }, + "checkBreaches": { + "message": "בדוק פריצות אבטחה" + }, + "breachUsernameNotFound": { + "message": "שם המשתמש $USERNAME$ לא נמצא בפריצות אבטחה ידועות.", + "placeholders": { + "username": { + "content": "$1", + "example": "user@example.com" + } + } + }, + "goodNews": { + "message": "חדשות טובות", + "description": "ex. Good News, No Breached Accounts Found!" + }, + "breachUsernameFound": { + "message": "שם המשתמש $USERNAME$ נמצא ב-$COUNT$ פריצות אבטחה שונות.", + "placeholders": { + "username": { + "content": "$1", + "example": "user@example.com" + }, + "count": { + "content": "$2", + "example": "7" + } + } + }, + "breachFound": { + "message": "Breached Accounts Found" + }, + "compromisedData": { + "message": "Compromised data" + }, + "website": { + "message": "אתר" + }, + "affectedUsers": { + "message": "Affected Users" + }, + "breachOccurred": { + "message": "פריצת אבטחה אירעה" + }, + "breachReported": { + "message": "פריצת אבטחה דווחה" + }, + "reportError": { + "message": "אירעה שגיאה בטעינת הדו\"ח. נסה שוב" + }, + "billing": { + "message": "חיוב" + }, + "accountCredit": { + "message": "Account Credit", + "description": "Financial term. In the case of Bitwarden, a positive balance means that you owe money, while a negative balance means that you have a credit (Bitwarden owes you money)." + }, + "accountBalance": { + "message": "יתרת חשבון", + "description": "Financial term. In the case of Bitwarden, a positive balance means that you owe money, while a negative balance means that you have a credit (Bitwarden owes you money)." + }, + "addCredit": { + "message": "Add Credit", + "description": "Add more credit to your account's balance." + }, + "amount": { + "message": "סכום", + "description": "Dollar amount, or quantity." + }, + "creditDelayed": { + "message": "Added credit will appear on your account after the payment has been fully processed. Some payment methods are delayed and can take longer to process than others." + }, + "makeSureEnoughCredit": { + "message": "Please make sure that your account has enough credit available for this purchase. If your account does not have enough credit available, your default payment method on file will be used for the difference. You can add credit to your account from the Billing page." + }, + "creditAppliedDesc": { + "message": "Your account's credit can be used to make purchases. Any available credit will be automatically applied towards invoices generated for this account." + }, + "goPremium": { + "message": "שדרג לפרימיום", + "description": "Another way of saying \"Get a premium membership\"" + }, + "premiumUpdated": { + "message": "שדרגת לפרימיום." + }, + "premiumUpgradeUnlockFeatures": { + "message": "Upgrade your account to a premium membership and unlock some great additional features." + }, + "premiumSignUpStorage": { + "message": "1 ג'יגה של מקום אחסון מוצפן עבור קבצים מצורפים." + }, + "premiumSignUpTwoStep": { + "message": "אפשרויות כניסה דו שלבית מתקדמות כמו YubiKey, FIDO U2F, וגם Duo." + }, + "premiumSignUpReports": { + "message": "היגיינת סיסמאות, מצב בריאות החשבון, ופריצות מפורסמות מדווחות ישירות לכספת שלך." + }, + "premiumSignUpTotp": { + "message": "קוד אימות TOTP לייצור סיסמאות עבור כניסה דו-שלבית (2FA) בכספת שלך." + }, + "premiumSignUpSupport": { + "message": "קדימות בתמיכה הטכנית." + }, + "premiumSignUpFuture": { + "message": "כל יכולות הפרימיום העתידיות שנפתח. עוד יכולות מגיעות בקרוב!" + }, + "premiumPrice": { + "message": "הכל רק ב-$PRICE$ לשנה!", + "placeholders": { + "price": { + "content": "$1", + "example": "$10" + } + } + }, + "addons": { + "message": "תוספים" + }, + "premiumAccess": { + "message": "גישת פרימיום" + }, + "premiumAccessDesc": { + "message": "ניתן להוסיף גישת פרימיום לכל חברי הארגון שלך ב-$PRICE$ ל$INTERVAL$.", + "placeholders": { + "price": { + "content": "$1", + "example": "$3.33" + }, + "interval": { + "content": "$2", + "example": "'month' or 'year'" + } + } + }, + "additionalStorageGb": { + "message": "מקום אחסון נוסף (בג'יגה)" + }, + "additionalStorageGbDesc": { + "message": "# of additional GB" + }, + "additionalStorageIntervalDesc": { + "message": "Your plan comes with $SIZE$ of encrypted file storage. You can add additional storage for $PRICE$ per GB \/$INTERVAL$.", + "placeholders": { + "size": { + "content": "$1", + "example": "1 GB" + }, + "price": { + "content": "$2", + "example": "$4.00" + }, + "interval": { + "content": "$3", + "example": "'month' or 'year'" + } + } + }, + "summary": { + "message": "Summary" + }, + "total": { + "message": "סך הכול" + }, + "year": { + "message": "שנה" + }, + "month": { + "message": "חודש" + }, + "monthAbbr": { + "message": "mo.", + "description": "Short abbreviation for 'month'" + }, + "paymentChargedAnnually": { + "message": "Your payment method will be charged immediately and then on a recurring basis each year. You may cancel at any time." + }, + "paymentCharged": { + "message": "Your payment method will be charged immediately and then on a recurring basis each $INTERVAL$. You may cancel at any time.", + "placeholders": { + "interval": { + "content": "$1", + "example": "month or year" + } + } + }, + "paymentChargedWithTrial": { + "message": "Your plan comes with a free 7 day trial. Your payment method will not be charged until the trial has ended. Billing will occur on a recurring basis each $INTERVAL$. You may cancel at any time.", + "placeholders": { + "interval": { + "content": "$1", + "example": "month or year" + } + } + }, + "paymentInformation": { + "message": "פרטי תשלום" + }, + "creditCard": { + "message": "כרטיס אשראי" + }, + "paypalClickSubmit": { + "message": "Click the PayPal button to log into your PayPal account, then click the Submit button below to continue." + }, + "cancelSubscription": { + "message": "בטל מנוי" + }, + "subscriptionCanceled": { + "message": "המנוי בוטל." + }, + "pendingCancellation": { + "message": "Pending Cancellation" + }, + "subscriptionPendingCanceled": { + "message": "The subscription has been marked for cancellation at the end of the current billing period." + }, + "reinstateSubscription": { + "message": "Reinstate Subscription" + }, + "reinstateConfirmation": { + "message": "Are you sure you want to remove the pending cancellation request and reinstate your subscription?" + }, + "reinstated": { + "message": "The subscription has been reinstated." + }, + "cancelConfirmation": { + "message": "Are you sure you want to cancel? You will lose access to all of this subscription's features at the end of this billing cycle." + }, + "canceledSubscription": { + "message": "The subscription has been canceled." + }, + "neverExpires": { + "message": "ללא תאריך תפוגה" + }, + "status": { + "message": "סטטוס" + }, + "nextCharge": { + "message": "החיוב הבא" + }, + "details": { + "message": "פרטים" + }, + "downloadLicense": { + "message": "הורד רישיון" + }, + "updateLicense": { + "message": "עדכן רישיון" + }, + "updatedLicense": { + "message": "רישיון עודכן" + }, + "manageSubscription": { + "message": "ניהול מנוי" + }, + "storage": { + "message": "אחסון" + }, + "addStorage": { + "message": "הוסף אחסון" + }, + "removeStorage": { + "message": "הסר אחסון" + }, + "subscriptionStorage": { + "message": "Your subscription has a total of $MAX_STORAGE$ GB of encrypted file storage. You are currently using $USED_STORAGE$.", + "placeholders": { + "max_storage": { + "content": "$1", + "example": "4" + }, + "used_storage": { + "content": "$2", + "example": "65 MB" + } + } + }, + "paymentMethod": { + "message": "אמצעי תשלום" + }, + "noPaymentMethod": { + "message": "No payment method on file." + }, + "addPaymentMethod": { + "message": "הוסף אמצעי תשלום" + }, + "changePaymentMethod": { + "message": "שנה אמצאי תשלום" + }, + "invoices": { + "message": "חשבוניות" + }, + "noInvoices": { + "message": "אין חשבוניות." + }, + "paid": { + "message": "שולם", + "description": "Past tense status of an invoice. ex. Paid or unpaid." + }, + "unpaid": { + "message": "לא שולם", + "description": "Past tense status of an invoice. ex. Paid or unpaid." + }, + "transactions": { + "message": "עסקאות", + "description": "Payment\/credit transactions." + }, + "noTransactions": { + "message": "אין עסקאות." + }, + "chargeNoun": { + "message": "חיוב", + "description": "Noun. A charge from a payment method." + }, + "refundNoun": { + "message": "החזר כספי", + "description": "Noun. A refunded payment that was charged." + }, + "chargesStatement": { + "message": "Any charges will appear on your statement as $STATEMENT_NAME$.", + "placeholders": { + "statement_name": { + "content": "$1", + "example": "BITWARDEN" + } + } + }, + "gbStorageAdd": { + "message": "GB of Storage To Add" + }, + "gbStorageRemove": { + "message": "GB of Storage To Remove" + }, + "storageAddNote": { + "message": "Adding storage will result in adjustments to your billing totals and immediately charge your payment method on file. The first charge will be prorated for the remainder of the current billing cycle." + }, + "storageRemoveNote": { + "message": "Removing storage will result in adjustments to your billing totals that will be prorated as credits toward your next billing charge." + }, + "adjustedStorage": { + "message": "Adjusted $AMOUNT$ GB of storage.", + "placeholders": { + "amount": { + "content": "$1", + "example": "5" + } + } + }, + "contactSupport": { + "message": "Contact Customer Support" + }, + "updatedPaymentMethod": { + "message": "Updated payment method." + }, + "purchasePremium": { + "message": "רכוש פרימיום" + }, + "licenseFile": { + "message": "קובץ רישיון" + }, + "licenseFileDesc": { + "message": "Your license file will be named something like $FILE_NAME$", + "placeholders": { + "file_name": { + "content": "$1", + "example": "bitwarden_premium_license.json" + } + } + }, + "uploadLicenseFilePremium": { + "message": "To upgrade your account to a premium membership you need to upload a valid license file." + }, + "uploadLicenseFileOrg": { + "message": "To create an on-premises hosted organization you need to upload a valid license file." + }, + "accountEmailMustBeVerified": { + "message": "Your account's email address must be verified." + }, + "newOrganizationDesc": { + "message": "Organizations allow you to share parts of your vault with others as well as manage related users for a specific entity such as a family, small team, or large company." + }, + "generalInformation": { + "message": "מידע כללי" + }, + "organizationName": { + "message": "שם הארגון" + }, + "accountOwnedBusiness": { + "message": "החשבון הזה נמצא בבעלות עסק." + }, + "billingEmail": { + "message": "Billing Email" + }, + "businessName": { + "message": "שם העסק" + }, + "chooseYourPlan": { + "message": "בחר את התוכנית שלך" + }, + "users": { + "message": "משתמשים" + }, + "userSeats": { + "message": "User Seats" + }, + "additionalUserSeats": { + "message": "Additional User Seats" + }, + "userSeatsDesc": { + "message": "# of user seats" + }, + "userSeatsAdditionalDesc": { + "message": "Your plan comes with $BASE_SEATS$ user seats. You can add additional users for $SEAT_PRICE$ per user \/month.", + "placeholders": { + "base_seats": { + "content": "$1", + "example": "5" + }, + "seat_price": { + "content": "$2", + "example": "$2.00" + } + } + }, + "userSeatsHowManyDesc": { + "message": "How many user seats do you need? You can also add additional seats later if needed." + }, + "planNameFree": { + "message": "חינם", + "description": "Free as in 'free beer'." + }, + "planDescFree": { + "message": "For testing or personal users to share with $COUNT$ other user.", + "placeholders": { + "count": { + "content": "$1", + "example": "1" + } + } + }, + "planNameFamilies": { + "message": "משפחות" + }, + "planDescFamilies": { + "message": "For personal use, to share with family & friends." + }, + "planNameTeams": { + "message": "צוותים" + }, + "planDescTeams": { + "message": "For businesses and other team organizations." + }, + "planNameEnterprise": { + "message": "חברה" + }, + "planDescEnterprise": { + "message": "For businesses and other large organizations." + }, + "freeForever": { + "message": "חינם לנצח" + }, + "includesXUsers": { + "message": "כולל $COUNT$ משתמשים", + "placeholders": { + "count": { + "content": "$1", + "example": "5" + } + } + }, + "additionalUsers": { + "message": "משתמשים נוספים" + }, + "costPerUser": { + "message": "$COST$ לכל משתמש", + "placeholders": { + "cost": { + "content": "$1", + "example": "$3" + } + } + }, + "limitedUsers": { + "message": "Limited to $COUNT$ users (including you)", + "placeholders": { + "count": { + "content": "$1", + "example": "2" + } + } + }, + "limitedCollections": { + "message": "Limited to $COUNT$ collections", + "placeholders": { + "count": { + "content": "$1", + "example": "2" + } + } + }, + "addShareLimitedUsers": { + "message": "Add and share with up to $COUNT$ users", + "placeholders": { + "count": { + "content": "$1", + "example": "5" + } + } + }, + "addShareUnlimitedUsers": { + "message": "Add and share with unlimited users" + }, + "createUnlimitedCollections": { + "message": "צור מספר בלתי מוגבל של אוספים" + }, + "gbEncryptedFileStorage": { + "message": "$SIZE$ encrypted file storage", + "placeholders": { + "size": { + "content": "$1", + "example": "1 GB" + } + } + }, + "onPremHostingOptional": { + "message": "On-premise hosting (optional)" + }, + "usersGetPremium": { + "message": "Users get access to premium membership features" + }, + "controlAccessWithGroups": { + "message": "Control user access with groups" + }, + "syncUsersFromDirectory": { + "message": "Sync your users and groups from a directory" + }, + "trackAuditLogs": { + "message": "Track user actions with audit logs" + }, + "enforce2faDuo": { + "message": "Enforce 2FA with Duo" + }, + "priorityCustomerSupport": { + "message": "Priority customer support" + }, + "xDayFreeTrial": { + "message": "$COUNT$ day free trial, cancel anytime", + "placeholders": { + "count": { + "content": "$1", + "example": "7" + } + } + }, + "monthly": { + "message": "חודשי" + }, + "annually": { + "message": "שנתי" + }, + "basePrice": { + "message": "מחיר בסיסי" + }, + "organizationCreated": { + "message": "הארגון נוצר" + }, + "organizationReadyToGo": { + "message": "הארגון החדש שלך מוכן!" + }, + "organizationUpgraded": { + "message": "הארגון שלך שודרג." + }, + "leave": { + "message": "עזוב" + }, + "leaveOrganizationConfirmation": { + "message": "האם אתה בטוח שברצונך לעזוב את הארגון הזה?" + }, + "leftOrganization": { + "message": "עזבת את הארגון." + }, + "defaultCollection": { + "message": "אוסף ברירת מחדל" + }, + "getHelp": { + "message": "קבל עזרה" + }, + "getApps": { + "message": "הורידו את האפליקציות" + }, + "loggedInAs": { + "message": "מחובר בשם" + }, + "eventLogs": { + "message": "יומן אירועים" + }, + "people": { + "message": "אנשים" + }, + "groups": { + "message": "קבוצות" + }, + "newGroup": { + "message": "קבוצה חדשה" + }, + "addGroup": { + "message": "הוסף קבוצה" + }, + "editGroup": { + "message": "ערוך קבוצה" + }, + "deleteGroupConfirmation": { + "message": "האם אתה בטוח שברצונך למחוק קבוצה זו?" + }, + "removeUserConfirmation": { + "message": "האם אתה בטוח שברצונך להסיר משתמש זה?" + }, + "externalId": { + "message": "מזהה חיצוני" + }, + "externalIdDesc": { + "message": "ניתן להשתמש במזהה החיצוני כקישור בין משאב זה למערכת חיצונית כמו לדוגמא תיקיית משתמש." + }, + "accessControl": { + "message": "בקרת גישה" + }, + "groupAccessAllItems": { + "message": "This group can access and modify all items." + }, + "groupAccessSelectedCollections": { + "message": "This group can access only the selected collections." + }, + "readOnly": { + "message": "קריאה בלבד" + }, + "newCollection": { + "message": "אוסף חדש" + }, + "addCollection": { + "message": "הוסף אוסף" + }, + "editCollection": { + "message": "ערוך אוסף" + }, + "deleteCollectionConfirmation": { + "message": "האם אתה בטוח שברצונך למחוק אוסף זה?" + }, + "editUser": { + "message": "ערוך משתמש" + }, + "inviteUser": { + "message": "הזמן משתמש" + }, + "inviteUserDesc": { + "message": "Invite a new user to your organization by entering their Bitwarden account email address below. If they do not have a Bitwarden account already, they will be prompted to create a new account." + }, + "inviteMultipleEmailDesc": { + "message": "You can invite up to $COUNT$ users at a time by comma separating a list of email addresses.", + "placeholders": { + "count": { + "content": "$1", + "example": "20" + } + } + }, + "userUsingTwoStep": { + "message": "This user is using two-step login to protect their account." + }, + "userAccessAllItems": { + "message": "This user can access and modify all items." + }, + "userAccessSelectedCollections": { + "message": "This user can access only the selected collections." + }, + "search": { + "message": "חיפוש" + }, + "invited": { + "message": "הוזמן" + }, + "accepted": { + "message": "התקבל" + }, + "confirmed": { + "message": "אושר" + }, + "owner": { + "message": "בעלים" + }, + "ownerDesc": { + "message": "The highest access user that can manage all aspects of your organization." + }, + "admin": { + "message": "מנהל" + }, + "adminDesc": { + "message": "Admins can access and manage all items, collections and users in your organization." + }, + "user": { + "message": "משתמש" + }, + "userDesc": { + "message": "A regular user with access to assigned collections in your organization." + }, + "manager": { + "message": "מנהל" + }, + "managerDesc": { + "message": "Managers can access and manage assigned collections in your organization." + }, + "all": { + "message": "הכל" + }, + "refresh": { + "message": "רענן" + }, + "timestamp": { + "message": "חותמת זמן" + }, + "event": { + "message": "אירוע" + }, + "unknown": { + "message": "לא ידוע" + }, + "loadMore": { + "message": "טען עוד" + }, + "mobile": { + "message": "נייד", + "description": "Mobile app" + }, + "extension": { + "message": "תוסף", + "description": "Browser extension\/addon" + }, + "desktop": { + "message": "שולחן עבודה", + "description": "Desktop app" + }, + "webVault": { + "message": "כספת רשת" + }, + "loggedIn": { + "message": "מחובר." + }, + "changedPassword": { + "message": "Changed account password." + }, + "enabledUpdated2fa": { + "message": "Enabled\/updated two-step login." + }, + "disabled2fa": { + "message": "Disabled two-step login." + }, + "recovered2fa": { + "message": "Recovered account from two-step login." + }, + "failedLogin": { + "message": "Login attempt failed with incorrect password." + }, + "failedLogin2fa": { + "message": "Login attempt failed with incorrect two-step login." + }, + "editedOrgSettings": { + "message": "Edited organization settings." + }, + "createdItemId": { + "message": "Created item $ID$.", + "placeholders": { + "id": { + "content": "$1", + "example": "Google" + } + } + }, + "editedItemId": { + "message": "Edited item $ID$.", + "placeholders": { + "id": { + "content": "$1", + "example": "Google" + } + } + }, + "deletedItemId": { + "message": "Deleted item $ID$.", + "placeholders": { + "id": { + "content": "$1", + "example": "Google" + } + } + }, + "sharedItemId": { + "message": "Shared item $ID$.", + "placeholders": { + "id": { + "content": "$1", + "example": "'Google'" + } + } + }, + "createdCollectionId": { + "message": "Created collection $ID$.", + "placeholders": { + "id": { + "content": "$1", + "example": "Server Passwords" + } + } + }, + "editedCollectionId": { + "message": "Edited collection $ID$.", + "placeholders": { + "id": { + "content": "$1", + "example": "Server Passwords" + } + } + }, + "deletedCollectionId": { + "message": "Deleted collection $ID$.", + "placeholders": { + "id": { + "content": "$1", + "example": "Server Passwords" + } + } + }, + "createdGroupId": { + "message": "Created group $ID$.", + "placeholders": { + "id": { + "content": "$1", + "example": "Developers" + } + } + }, + "editedGroupId": { + "message": "Edited group $ID$.", + "placeholders": { + "id": { + "content": "$1", + "example": "Developers" + } + } + }, + "deletedGroupId": { + "message": "Deleted group $ID$.", + "placeholders": { + "id": { + "content": "$1", + "example": "Developers" + } + } + }, + "removedUserId": { + "message": "Removed user $ID$.", + "placeholders": { + "id": { + "content": "$1", + "example": "John Smith" + } + } + }, + "createdAttachmentForItem": { + "message": "Created attachment for item $ID$.", + "placeholders": { + "id": { + "content": "$1", + "example": "Google" + } + } + }, + "deletedAttachmentForItem": { + "message": "Deleted attachment for item $ID$.", + "placeholders": { + "id": { + "content": "$1", + "example": "Google" + } + } + }, + "editedCollectionsForItem": { + "message": "Edited collections for item $ID$.", + "placeholders": { + "id": { + "content": "$1", + "example": "Google" + } + } + }, + "invitedUserId": { + "message": "Invited user $ID$.", + "placeholders": { + "id": { + "content": "$1", + "example": "John Smith" + } + } + }, + "confirmedUserId": { + "message": "Confirmed user $ID$.", + "placeholders": { + "id": { + "content": "$1", + "example": "John Smith" + } + } + }, + "editedUserId": { + "message": "Edited user $ID$.", + "placeholders": { + "id": { + "content": "$1", + "example": "John Smith" + } + } + }, + "editedGroupsForUser": { + "message": "Edited groups for user $ID$.", + "placeholders": { + "id": { + "content": "$1", + "example": "John Smith" + } + } + }, + "device": { + "message": "מכשיר" + }, + "view": { + "message": "צפה" + }, + "invalidDateRange": { + "message": "טווח תאריכים לא חוקי." + }, + "errorOccurred": { + "message": "אירעה שגיאה." + }, + "userAccess": { + "message": "גישת משתמש" + }, + "userType": { + "message": "סוג משתמש" + }, + "groupAccess": { + "message": "גישה לקבוצה" + }, + "groupAccessUserDesc": { + "message": "ערוך את הקבוצות שמשתמש זה משויך אליהן." + }, + "invitedUsers": { + "message": "משתמשים שהוזמנו." + }, + "resendInvitation": { + "message": "שלח הזמנה מחדש" + }, + "hasBeenReinvited": { + "message": "$USER$ הוזמן מחדש.", + "placeholders": { + "user": { + "content": "$1", + "example": "John Smith" + } + } + }, + "confirm": { + "message": "אשר" + }, + "confirmUser": { + "message": "אשר משתמש" + }, + "hasBeenConfirmed": { + "message": "$USER$ אושר.", + "placeholders": { + "user": { + "content": "$1", + "example": "John Smith" + } + } + }, + "confirmUsers": { + "message": "אשר משתמשים" + }, + "usersNeedConfirmed": { + "message": "ישנם משתמשים שקיבלו את הזמנתך, אך עדיין צריך לאשר אותם. למשתמשים אלו לא תהיה גישה לארגון עד שיאשרו אותם." + }, + "startDate": { + "message": "תאריך התחלה" + }, + "endDate": { + "message": "תאריך סיום" + }, + "verifyEmail": { + "message": "אימות דוא\"ל" + }, + "verifyEmailDesc": { + "message": "אמת את האימייל של החשבון שלך בכדי לאפשר גישה לכל היכולות." + }, + "verifyEmailFirst": { + "message": "כתובת האימייל שלך חייבת להיות מאומתת קודם." + }, + "checkInboxForVerification": { + "message": "בדוק את האימייל שלך בשביל קוד אימות." + }, + "emailVerified": { + "message": "הדוא\"ל שלך אומת." + }, + "emailVerifiedFailed": { + "message": "לא ניתן לאמת את הדוא\"ל שלך. נסה לשלוח מייל אימות חדש." + }, + "updateBrowser": { + "message": "עדכן דפדפן" + }, + "updateBrowserDesc": { + "message": "אתה משתמש בדפדפן אינטרנט שאיננו נתמך. כספת הרשת עלולה שלא לפעול כראוי." + }, + "joinOrganization": { + "message": "הצטרף לארגון" + }, + "joinOrganizationDesc": { + "message": "הוזמנת להצטרף לארגונים המצויינים למעלה. כדי לקבל את ההזמנה, עליך להתחבר או ליצור חשבון Bitwarden חדש." + }, + "inviteAccepted": { + "message": "ההזמנה התקבלה" + }, + "inviteAcceptedDesc": { + "message": "תהיה באפשרותך לקבל גישה לארגון זה ברגע שמנהל יאשר את החברות שלך. אנחנו נשלח לך מייל כשזה יקרה." + }, + "inviteAcceptFailed": { + "message": "לא ניתן לקבל את ההזמנה. פנה למנהל הארגון בכדי שישלח הזמנה חדשה." + }, + "rememberEmail": { + "message": "זכור אימייל" + }, + "recoverAccountTwoStepDesc": { + "message": "If you cannot access your account through your normal two-step login methods, you can use your two-step login recovery code to disable all two-step providers on your account." + }, + "recoverAccountTwoStep": { + "message": "Recover Account Two-Step Login" + }, + "twoStepRecoverDisabled": { + "message": "Two-step login has been disabled on your account." + }, + "learnMore": { + "message": "למידע נוסף" + }, + "deleteRecoverDesc": { + "message": "הכנס את כתובת האימייל שלך למטה כדי לשחזר ולמחוק את החשבון שלך." + }, + "deleteRecoverEmailSent": { + "message": "אם החשבון שלך קיים, שלחנו אליך מייל עם הוראות נוספות." + }, + "deleteRecoverConfirmDesc": { + "message": "ביקשת למחוק את חשבון ה-Bitwarden שלך. לחץ על הכפתור למטה בכדי לאשר זאת." + }, + "myOrganization": { + "message": "הארגון שלי" + }, + "deleteOrganization": { + "message": "מחק ארגון" + }, + "deleteOrganizationDesc": { + "message": "Proceed below to delete this organization and all associated data. Individual user accounts will remain, though they will not be associated to this organization anymore. " + }, + "deleteOrganizationWarning": { + "message": "מחיקת ארגון היא קבועה. לא ניתן לשחזר פעולה זו." + }, + "organizationDeleted": { + "message": "הארגון נמחק" + }, + "organizationDeletedDesc": { + "message": "הארגון וכל המידע המשוייך אליו נמחק." + }, + "organizationUpdated": { + "message": "הארגון עודכן" + }, + "taxInformation": { + "message": "Tax Information" + }, + "taxInformationDesc": { + "message": "Please contact support to provide (or update) tax information for your invoices." + }, + "billingPlan": { + "message": "תוכנית", + "description": "A billing plan\/package. For example: families, teams, enterprise, etc." + }, + "changeBillingPlan": { + "message": "שנה תוכנית", + "description": "A billing plan\/package. For example: families, teams, enterprise, etc." + }, + "changeBillingPlanUpgrade": { + "message": "Upgrade your account to another plan be providing the information below. Please ensure that you have an active payment method added to the account.", + "description": "A billing plan\/package. For example: families, teams, enterprise, etc." + }, + "changeBillingPlanDesc": { + "message": "Contact customer support if you would like to change your plan. Please ensure that you have an active payment method added to the account.", + "description": "A billing plan\/package. For example: families, teams, enterprise, etc." + }, + "invoiceNumber": { + "message": "חשבונית #$NUMBER$", + "description": "ex. Invoice #79C66F0-0001", + "placeholders": { + "number": { + "content": "$1", + "example": "79C66F0-0001" + } + } + }, + "viewInvoice": { + "message": "צפה בחשבונית" + }, + "downloadInvoice": { + "message": "הורד חשבונית" + }, + "verifyBankAccount": { + "message": "אמת חשבון בנק" + }, + "verifyBankAccountDesc": { + "message": "We have made two micro-deposits to your bank account (it may take 1-2 business days to show up). Enter these amounts to verify the bank account." + }, + "verifyBankAccountInitialDesc": { + "message": "Payment with a bank account is only available to customers in the United States. You will be required to verify your bank account. We will make two micro-deposits within the next 1-2 business days. Enter these amounts on the organization's billing page to verify the bank account." + }, + "verifyBankAccountFailureWarning": { + "message": "Failure to verify the bank account will result in a missed payment and your subscription being disabled." + }, + "verifiedBankAccount": { + "message": "חשבון בנק אומת." + }, + "bankAccount": { + "message": "חשבון בנק" + }, + "amountX": { + "message": "Amount $COUNT$", + "description": "Used in bank account verification of micro-deposits. Amount, as in a currency amount. Ex. Amount 1 is $2.00, Amount 2 is $1.50", + "placeholders": { + "count": { + "content": "$1", + "example": "1" + } + } + }, + "routingNumber": { + "message": "Routing Number", + "description": "Bank account routing number" + }, + "accountNumber": { + "message": "מספר חשבון" + }, + "accountHolderName": { + "message": "Account Holder Name" + }, + "bankAccountType": { + "message": "Account Type" + }, + "bankAccountTypeCompany": { + "message": "Company (Business)" + }, + "bankAccountTypeIndividual": { + "message": "Individual (Personal)" + }, + "enterInstallationId": { + "message": "הכנס את מספר ההתקנה שלך" + }, + "addSeats": { + "message": "Add Seats", + "description": "Seat = User Seat" + }, + "removeSeats": { + "message": "Remove Seats", + "description": "Seat = User Seat" + }, + "subscriptionUserSeats": { + "message": "המנוי שלך מאפשר $COUNT$ משתמשים סך הכל.", + "placeholders": { + "count": { + "content": "$1", + "example": "50" + } + } + }, + "seatsToAdd": { + "message": "Seats To Add" + }, + "seatsToRemove": { + "message": "Seats To Remove" + }, + "seatsAddNote": { + "message": "Adding user seats will result in adjustments to your billing totals and immediately charge your payment method on file. The first charge will be prorated for the remainder of the current billing cycle." + }, + "seatsRemoveNote": { + "message": "Removing user seats will result in adjustments to your billing totals that will be prorated as credits toward your next billing charge." + }, + "adjustedSeats": { + "message": "Adjusted $AMOUNT$ user seats.", + "placeholders": { + "amount": { + "content": "$1", + "example": "15" + } + } + }, + "keyUpdated": { + "message": "המפתח עודכן" + }, + "updateKeyTitle": { + "message": "עדכן מפתח" + }, + "updateEncryptionKey": { + "message": "עדכן מפתח מוצפן" + }, + "updateEncryptionKeyShortDesc": { + "message": "You are currently using an outdated encryption scheme." + }, + "updateEncryptionKeyDesc": { + "message": "We've moved to larger encryption keys that provide better security and access to newer features. Updating your encryption key is quick and easy. Just type your master password below. This update will eventually become mandatory." + }, + "updateEncryptionKeyWarning": { + "message": "After updating your encryption key, you are required to log out and back in to all Bitwarden applications that you are currently using (such as the mobile app or browser extensions). Failure to log out and back in (which downloads your new encryption key) may result in data corruption. We will attempt to log you out automatically, however, it may be delayed." + }, + "subscription": { + "message": "מינוי" + }, + "loading": { + "message": "טוען" + }, + "upgrade": { + "message": "שדרג" + }, + "upgradeOrganization": { + "message": "שדרג ארגון" + }, + "upgradeOrganizationDesc": { + "message": "This feature is not available for free organizations. Switch to a paid plan to unlock more features." + }, + "createOrganizationStep1": { + "message": "יצירת ארגון: צעד 1" + }, + "createOrganizationCreatePersonalAccount": { + "message": "Before creating your organization, you first need to create a free personal account." + }, + "refunded": { + "message": "זוכה" + }, + "nothingSelected": { + "message": "לא בחרת כלום." + }, + "submitAgreePolicies": { + "message": "By clicking the \"Submit\" button, you agree to the following policies:", + "description": "A policy is something like Terms of Service, Privacy Policy, etc." + }, + "termsOfService": { + "message": "תנאי שירות" + }, + "privacyPolicy": { + "message": "מדיניות הפרטיות" + }, + "filters": { + "message": "Filters" + }, + "lockOptions": { + "message": "אפשרויות נעילה" + }, + "lockOptionsDesc": { + "message": "Choose when your vault locks. A locked vault requires that you re-enter your master password to access it again." + }, + "oneMinute": { + "message": "דקה אחת" + }, + "fiveMinutes": { + "message": "5 דקות" + }, + "fifteenMinutes": { + "message": "15 דקות" + }, + "thirtyMinutes": { + "message": "30 דקות" + }, + "oneHour": { + "message": "שעה אחת" + }, + "fourHours": { + "message": "4 שעות" + }, + "onRefresh": { + "message": "בהפעלת הדפדפן מחדש" + }, + "dateUpdated": { + "message": "עודכן", + "description": "ex. Date this item was updated" + }, + "datePasswordUpdated": { + "message": "הסיסמה עודכנה", + "description": "ex. Date this password was updated" + }, + "organizationIsDisabled": { + "message": "הארגון הושבת." + }, + "licenseIsExpired": { + "message": "הרישיון פג תוקף." + }, + "updatedUsers": { + "message": "משתמשים שעודכנו" + }, + "selected": { + "message": "נבחרו" + }, + "ownership": { + "message": "בעלות" + }, + "whoOwnsThisItem": { + "message": "מי הבעלים של הפריט הזה?" + }, + "strong": { + "message": "חזקה", + "description": "ex. A strong password. Scale: Very Weak -> Weak -> Good -> Strong" + }, + "good": { + "message": "טובה", + "description": "ex. A good password. Scale: Very Weak -> Weak -> Good -> Strong" + }, + "weak": { + "message": "חלשה", + "description": "ex. A weak password. Scale: Very Weak -> Weak -> Good -> Strong" + }, + "veryWeak": { + "message": "חלשה מאוד", + "description": "ex. A very weak password. Scale: Very Weak -> Weak -> Good -> Strong" + }, + "weakMasterPassword": { + "message": "Weak Master Password" + }, + "weakMasterPasswordDesc": { + "message": "The master password you have chosen is weak. You should use a strong master password (or a passphrase) to properly protect your Bitwarden account. Are you sure you want to use this master password?" + }, + "rotateAccountEncKey": { + "message": "Also rotate my account's encryption key" + }, + "rotateEncKeyTitle": { + "message": "Rotate Encryption Key" + }, + "rotateEncKeyConfirmation": { + "message": "Are you sure you want to rotate your account's encryption key?" + }, + "attachmentsNeedFix": { + "message": "This item has old file attachments that need to be fixed." + }, + "attachmentFixDesc": { + "message": "This is an old file attachment the needs to be fixed. Click to learn more." + }, + "fix": { + "message": "תקן", + "description": "This is a verb. ex. 'Fix The Car'" + }, + "oldAttachmentsNeedFixDesc": { + "message": "There are old file attachments in your vault that need to be fixed before you can rotate your account's encryption key." + }, + "yourAccountsFingerprint": { + "message": "הסיסמה של טביעת האצבעות בחשבון שלך", + "description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their public key with another user, for the purposes of sharing." + }, + "fingerprintEnsureIntegrityVerify": { + "message": "To ensure the integrity of your encryption keys, please verify the user's fingerprint phrase before continuing.", + "description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their public key with another user, for the purposes of sharing." + }, + "dontAskFingerprintAgain": { + "message": "Don't ask to verify fingerprint phrase again", + "description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their public key with another user, for the purposes of sharing." + }, + "free": { + "message": "חינם", + "description": "Free, as in 'Free beer'" + }, + "apiKey": { + "message": "מפתח API" + }, + "apiKeyDesc": { + "message": "Your API key can be used to authenticate to the Bitwarden public API." + }, + "apiKeyRotateDesc": { + "message": "Rotating the API key will invalidate the previous key. You can rotate your API key if you believe that the current key is no longer safe to use." + }, + "apiKeyWarning": { + "message": "Your API key has full access to the organization. It should be kept secret." + }, + "oauth2ClientCredentials": { + "message": "OAuth 2.0 Client Credentials", + "description": "'OAuth 2.0' is a programming protocol. It should probably not be translated." + }, + "viewApiKey": { + "message": "צפה במפתח API" + }, + "rotateApiKey": { + "message": "Rotate API Key" + }, + "selectOneCollection": { + "message": "You must select at least one collection." + } +} \ No newline at end of file diff --git a/src/locales/hr/messages.json b/src/locales/hr/messages.json index 29bfff96..08a74cd0 100644 --- a/src/locales/hr/messages.json +++ b/src/locales/hr/messages.json @@ -151,6 +151,9 @@ "value": { "message": "Vrijednost" }, + "dragToSort": { + "message": "Drag to sort" + }, "cfTypeText": { "message": "Tekst" }, @@ -586,12 +589,16 @@ "unlock": { "message": "Otključaj" }, - "loggedInAsEmail": { - "message": "Prijavljen kao $EMAIL$.", + "loggedInAsEmailOn": { + "message": "Logged in as $EMAIL$ on $HOSTNAME$.", "placeholders": { "email": { "content": "$1", "example": "name@example.com" + }, + "hostname": { + "content": "$2", + "example": "bitwarden.com" } } }, @@ -820,6 +827,13 @@ "wordSeparator": { "message": "Razdjelitelj riječi" }, + "capitalize": { + "message": "Capitalize", + "description": "Make the first letter of a work uppercase." + }, + "includeNumber": { + "message": "Include Number" + }, "passwordHistory": { "message": "Password History" }, @@ -827,7 +841,8 @@ "message": "Nema lozinki na popisu." }, "clear": { - "message": "Očisti" + "message": "Očisti", + "description": "To clear something out. example: To clear browser history." }, "accountUpdated": { "message": "Račun je ažuriran" @@ -2830,5 +2845,8 @@ }, "rotateApiKey": { "message": "Rotiraj API ključ" + }, + "selectOneCollection": { + "message": "You must select at least one collection." } } \ No newline at end of file diff --git a/src/locales/hu/messages.json b/src/locales/hu/messages.json index f0e68610..ad694101 100644 --- a/src/locales/hu/messages.json +++ b/src/locales/hu/messages.json @@ -151,6 +151,9 @@ "value": { "message": "Érték" }, + "dragToSort": { + "message": "Drag to sort" + }, "cfTypeText": { "message": "Szöveg" }, @@ -164,7 +167,7 @@ "message": "Eltávolít" }, "unassigned": { - "message": "Nincs kijelölve" + "message": "Nincs hozzárendelve" }, "noneFolder": { "message": "Nincs mappa", @@ -180,7 +183,7 @@ "message": "Alap domain" }, "host": { - "message": "Hoszt", + "message": "Gazdagép", "description": "A URL's host value. For example, the host of https:\/\/sub.domain.com:443 is 'sub.domain.com:443'." }, "exact": { @@ -208,7 +211,7 @@ "message": "Láthatóság váltása" }, "toggleCollapse": { - "message": "Toggle Collapse", + "message": "Összecsukás váltás", "description": "Toggling an expand\/collapse state." }, "generatePassword": { @@ -586,12 +589,16 @@ "unlock": { "message": "Feloldás" }, - "loggedInAsEmail": { - "message": "$EMAIL$ email címmel bejelentkezve.", + "loggedInAsEmailOn": { + "message": "Logged in as $EMAIL$ on $HOSTNAME$.", "placeholders": { "email": { "content": "$1", "example": "name@example.com" + }, + "hostname": { + "content": "$2", + "example": "bitwarden.com" } } }, @@ -820,6 +827,13 @@ "wordSeparator": { "message": "Word Separator" }, + "capitalize": { + "message": "Capitalize", + "description": "Make the first letter of a work uppercase." + }, + "includeNumber": { + "message": "Include Number" + }, "passwordHistory": { "message": "Password History" }, @@ -827,7 +841,8 @@ "message": "Nincsenek listázható jelszavak." }, "clear": { - "message": "Törlés" + "message": "Törlés", + "description": "To clear something out. example: To clear browser history." }, "accountUpdated": { "message": "Account Updated" @@ -1336,10 +1351,10 @@ } }, "noInactive2fa": { - "message": "No websites were found in your vault with a missing two-factor authentication configuration." + "message": "Nem található egy weboldal sem a széfedben hiányzó kétfaktoros azonosítással." }, "instructions": { - "message": "Instructions" + "message": "Utasítások" }, "exposedPasswordsReport": { "message": "Exposed Passwords Report" @@ -1351,7 +1366,7 @@ "message": "Exposed Passwords Found" }, "exposedPasswordsFoundDesc": { - "message": "We found $COUNT$ items in your vault that have passwords that were exposed in known data breaches. You should change them to use a new password.", + "message": "$COUNT$ tétel található a széfedben, amelyek érintve voltak ismert adatszivárgásban. Meg kellene változtatnod ezeken a jelszavadat.", "placeholders": { "count": { "content": "$1", @@ -1360,13 +1375,13 @@ } }, "noExposedPasswords": { - "message": "No items in your vault have passwords that have been exposed in known data breaches." + "message": "Nem található a széfedben adatszivárgásban érintett jelszó." }, "checkExposedPasswords": { "message": "Check Exposed Passwords" }, "exposedXTimes": { - "message": "Exposed $COUNT$ time(s)", + "message": "$COUNT$ alkalommal szivárgott ki", "placeholders": { "count": { "content": "$1", @@ -1378,13 +1393,13 @@ "message": "Weak Passwords Report" }, "weakPasswordsReportDesc": { - "message": "Weak passwords can easily be guessed by hackers and automated tools that are used to crack passwords. The Bitwarden password generator can help you create strong passwords." + "message": "A gyenge jelszavakat könnyen megfejthetik hackerek és jelszótöréshez használt eszközök. A Bitwarden jelszógenerátor segít erős jelszót készíteni." }, "weakPasswordsFound": { "message": "Weak Passwords Found" }, "weakPasswordsFoundDesc": { - "message": "We found $COUNT$ items in your vault with passwords that are not strong. You should update them to use stronger passwords.", + "message": "$COUNT$ gyenge jelszót találtunk a széfedben. Célszerű lenne ezeket lecserélni erősebb jelszóra.", "placeholders": { "count": { "content": "$1", @@ -1393,19 +1408,19 @@ } }, "noWeakPasswords": { - "message": "No items in your vault have weak passwords." + "message": "Nincsenek a széfedben gyenge jelszavak." }, "reusedPasswordsReport": { "message": "Reused Passwords Report" }, "reusedPasswordsReportDesc": { - "message": "If a service that you use is compromised, reusing the same password elsewhere can allow hackers to easily gain access to more of your online accounts. You should use a unique password for every account or service." + "message": "Ha egy olyan általad használt szolgáltatás kompromittálódik, amelynek jelszavát máshol is használod, akkor a hackerek könnyen hozzáférést nyerhetnek több online felhasználói fiókodhoz. Fontos, hogy egyedi jelszavakat használj minden felhasználói fiókhoz." }, "reusedPasswordsFound": { "message": "Reused Passwords Found" }, "reusedPasswordsFoundDesc": { - "message": "We found $COUNT$ passwords that are being reused in your vault. You should change them to a unique value.", + "message": "$COUNT$ többször is használt jelszót találtunk a széfedben. Változtasd meg ezeket egyedi jelszavakra.", "placeholders": { "count": { "content": "$1", @@ -1414,10 +1429,10 @@ } }, "noReusedPasswords": { - "message": "No logins in your vault have passwords that are being reused." + "message": "Nincs a széfedben többször is használt jelszó." }, "reusedXTimes": { - "message": "Reused $COUNT$ times", + "message": "$COUNT$ alkalommal használt", "placeholders": { "count": { "content": "$1", @@ -1429,16 +1444,16 @@ "message": "Data Breach Report" }, "breachDesc": { - "message": "A \"breach\" is an incident where a site's data has been illegally accessed by hackers and then released publicly. Review the types of data that were compromised (email addresses, passwords, credit cards etc.) and take appropriate action, such as changing passwords." + "message": "Breachnek hívják azokat az incidenseket, amelyek során honlapok adataihoz illegálisan férnek hozzá hackerek és az így megszerzett adatokat nyilvánosságra hozzák. Ellenőrizd a kompromittálódott adatok típusait (email cím, jelszó, hitelkártya adatok, stb.) és intézkedj, pl. cserélj jelszót!" }, "breachCheckUsernameEmail": { - "message": "Check any usernames or email addresses that you use." + "message": "Ellenőrizd az összes felhasználói nevedet, vagy email címet." }, "checkBreaches": { "message": "Check Breaches" }, "breachUsernameNotFound": { - "message": "$USERNAME$ was not found in any known data breaches.", + "message": "$USERNAME$ érintett adatszivárgásban.", "placeholders": { "username": { "content": "$1", @@ -1451,7 +1466,7 @@ "description": "ex. Good News, No Breached Accounts Found!" }, "breachUsernameFound": { - "message": "$USERNAME$ was found in $COUNT$ different data breaches online.", + "message": "$USERNAME$ $COUNT$ alkalommal volt érintett online adatszivárgásban.", "placeholders": { "username": { "content": "$1", @@ -1467,10 +1482,10 @@ "message": "Breached Accounts Found" }, "compromisedData": { - "message": "Compromised data" + "message": "Sérült adatok" }, "website": { - "message": "Website" + "message": "Honlap" }, "affectedUsers": { "message": "Affected Users" @@ -1482,66 +1497,66 @@ "message": "Breach Reported" }, "reportError": { - "message": "An error occurred trying to load the report. Try again" + "message": "Hiba történt a jelentés betöltése közben. Próbáld újra!" }, "billing": { - "message": "Billing" + "message": "Számlázás" }, "accountCredit": { - "message": "Account Credit", + "message": "Felhasználói egyenleg", "description": "Financial term. In the case of Bitwarden, a positive balance means that you owe money, while a negative balance means that you have a credit (Bitwarden owes you money)." }, "accountBalance": { - "message": "Account Balance", + "message": "Felhasználói egyenleg", "description": "Financial term. In the case of Bitwarden, a positive balance means that you owe money, while a negative balance means that you have a credit (Bitwarden owes you money)." }, "addCredit": { - "message": "Add Credit", + "message": "Egyenleg feltöltés", "description": "Add more credit to your account's balance." }, "amount": { - "message": "Amount", + "message": "Mennyiség", "description": "Dollar amount, or quantity." }, "creditDelayed": { - "message": "Added credit will appear on your account after the payment has been fully processed. Some payment methods are delayed and can take longer to process than others." + "message": "A feltöltött egyenleg meg fog jelenni a fiókodban, miután a fizetés sikeresen lezárul. Néhány fizetési mód hosszabb átfutást igényelhet." }, "makeSureEnoughCredit": { - "message": "Please make sure that your account has enough credit available for this purchase. If your account does not have enough credit available, your default payment method on file will be used for the difference. You can add credit to your account from the Billing page." + "message": "Kérjük győződj meg róla, hogy elég egyenleged van ehhez a vásárláshoz. Ha nincs elég egyenleged, akkor az alapértelmezett fizetési mód lesz használva a különbség kiegyenlítésére. Egyenleget a Számlázás oldalon tölthetsz fel." }, "creditAppliedDesc": { - "message": "Your account's credit can be used to make purchases. Any available credit will be automatically applied towards invoices generated for this account." + "message": "A felhasználói egyenleged felhasználható vásárlásra. A rendelkezésre álló egyenleg automatikusan ehhez a felhasználói fiókhoz generálódó számlák kiegyenlítésére kerül felhasználásra." }, "goPremium": { "message": "Go Premium", "description": "Another way of saying \"Get a premium membership\"" }, "premiumUpdated": { - "message": "You've upgraded to premium." + "message": "Sikeresen prémiumra frissítettél." }, "premiumUpgradeUnlockFeatures": { - "message": "Upgrade your account to a premium membership and unlock some great additional features." + "message": "Frissítsd a fiókodat prémium tagságra és oldj fel nagyszerű kiegészítő funkciókat!" }, "premiumSignUpStorage": { "message": "1 GB of encrypted file storage." }, "premiumSignUpTwoStep": { - "message": "Additional two-step login options such as YubiKey, FIDO U2F, and Duo." + "message": "Automatikus kétfaktoros azonosítási opciók, pl. YubiKey, FIDO U2F, és Duo." }, "premiumSignUpReports": { - "message": "Password hygiene, account health, and data breach reports to keep your vault safe." + "message": "Jelszó higiénia, felhasználói fiók biztonsága, és adatszivárgási jelentések a széfed biztonsága érdekében." }, "premiumSignUpTotp": { - "message": "TOTP verification code (2FA) generator for logins in your vault." + "message": "TOTP ellenőrző kód (2FA) generátor használata a széfedhez való bejelentkezéshez." }, "premiumSignUpSupport": { - "message": "Priority customer support." + "message": "Kiemelt ügyfélszolgálati." }, "premiumSignUpFuture": { - "message": "All future premium features. More coming soon!" + "message": "Minden jövőbeli prémium funkció. Hamarosan jön még több!" }, "premiumPrice": { - "message": "All for just $PRICE$ \/year!", + "message": "Mindezt csupán évi $PRICE$ áron!", "placeholders": { "price": { "content": "$1", @@ -1572,10 +1587,10 @@ "message": "Additional Storage (GB)" }, "additionalStorageGbDesc": { - "message": "# of additional GB" + "message": "További # GB" }, "additionalStorageIntervalDesc": { - "message": "Your plan comes with $SIZE$ of encrypted file storage. You can add additional storage for $PRICE$ per GB \/$INTERVAL$.", + "message": "Az előfizetői díjcsomagod $SIZE$ titkosított tárhelyet tartalmaz. További tárhellyel bővítheted $PRICE$ \/GB \/$INTERVAL$.", "placeholders": { "size": { "content": "$1", @@ -1592,26 +1607,26 @@ } }, "summary": { - "message": "Summary" + "message": "Összegzés" }, "total": { - "message": "Total" + "message": "Összesen" }, "year": { - "message": "year" + "message": "év" }, "month": { - "message": "month" + "message": "hónap" }, "monthAbbr": { "message": "mo.", "description": "Short abbreviation for 'month'" }, "paymentChargedAnnually": { - "message": "Your payment method will be charged immediately and then on a recurring basis each year. You may cancel at any time." + "message": "A fizetési módod azonnal, ezt követően pedig évente meg lesz terhelve. Bármikor lemondhatod." }, "paymentCharged": { - "message": "Your payment method will be charged immediately and then on a recurring basis each $INTERVAL$. You may cancel at any time.", + "message": "A fizetési módod azonnal, ezt követően pedig $INTERVAL$ meg lesz terhelve. Bármikor lemondhatod.", "placeholders": { "interval": { "content": "$1", @@ -1830,7 +1845,7 @@ "message": "Business Name" }, "chooseYourPlan": { - "message": "Choose Your Plan" + "message": "Válassz díjcsomagot!" }, "users": { "message": "Felhasználók" @@ -2003,7 +2018,7 @@ "message": "Your new organization is ready to go!" }, "organizationUpgraded": { - "message": "Your organization has been upgraded." + "message": "A szervezeted frissítve lett." }, "leave": { "message": "Kilép" @@ -2516,26 +2531,26 @@ "message": "Tax Information" }, "taxInformationDesc": { - "message": "Please contact support to provide (or update) tax information for your invoices." + "message": "Kérjük lépj kapcsolatba a vevőszolgálattal a számláid adózási információiért, vagy azok frissítéséért." }, "billingPlan": { - "message": "Plan", + "message": "Díjcsomag", "description": "A billing plan\/package. For example: families, teams, enterprise, etc." }, "changeBillingPlan": { - "message": "Change Plan", + "message": "Díjcsomag változtatás", "description": "A billing plan\/package. For example: families, teams, enterprise, etc." }, "changeBillingPlanUpgrade": { - "message": "Upgrade your account to another plan be providing the information below. Please ensure that you have an active payment method added to the account.", + "message": "Frissítsd a fiókod másik díjcsomagra és add meg az alábbi információkat. Kérjük, győződj meg róla, hogy van aktív fizetési módod a fiókhoz.", "description": "A billing plan\/package. For example: families, teams, enterprise, etc." }, "changeBillingPlanDesc": { - "message": "Contact customer support if you would like to change your plan. Please ensure that you have an active payment method added to the account.", + "message": "Lépj kapcsolatba az ügyfélszolgálattal, ha szeretnéd megváltoztatni a díjcsomagodat. Kérjük, győződj meg róla, hogy van aktív fizetési módod a fiókhoz.", "description": "A billing plan\/package. For example: families, teams, enterprise, etc." }, "invoiceNumber": { - "message": "Invoice #$NUMBER$", + "message": "#$NUMBER$ számla", "description": "ex. Invoice #79C66F0-0001", "placeholders": { "number": { @@ -2545,31 +2560,31 @@ } }, "viewInvoice": { - "message": "View Invoice" + "message": "Számla megtekintése" }, "downloadInvoice": { - "message": "Download Invoice" + "message": "Számla letöltése" }, "verifyBankAccount": { "message": "Verify Bank Account" }, "verifyBankAccountDesc": { - "message": "We have made two micro-deposits to your bank account (it may take 1-2 business days to show up). Enter these amounts to verify the bank account." + "message": "Két mikroterhelést végeztünk a bankszámládon (akár 1-2 napot is igénybe vehet, mire megjelenik bankszámládon). Add meg ezeket az összegeket a bankszámlád ellenőrzésére." }, "verifyBankAccountInitialDesc": { "message": "Payment with a bank account is only available to customers in the United States. You will be required to verify your bank account. We will make two micro-deposits within the next 1-2 business days. Enter these amounts on the organization's billing page to verify the bank account." }, "verifyBankAccountFailureWarning": { - "message": "Failure to verify the bank account will result in a missed payment and your subscription being disabled." + "message": "A bankszámla ellenőrzésének elmulasztása elmaradt fizetéshez és az előfizetés leállításához vezet." }, "verifiedBankAccount": { - "message": "Bank account has been verified." + "message": "Bankszámla megerősítve." }, "bankAccount": { "message": "Bank Account" }, "amountX": { - "message": "Amount $COUNT$", + "message": "Összeg: $COUNT$", "description": "Used in bank account verification of micro-deposits. Amount, as in a currency amount. Ex. Amount 1 is $2.00, Amount 2 is $1.50", "placeholders": { "count": { @@ -2609,7 +2624,7 @@ "description": "Seat = User Seat" }, "subscriptionUserSeats": { - "message": "Your subscription allows for a total of $COUNT$ users.", + "message": "Az előfizetésed összesen $COUNT$ felhasználót tesz lehetővé.", "placeholders": { "count": { "content": "$1", @@ -2624,13 +2639,13 @@ "message": "Seats To Remove" }, "seatsAddNote": { - "message": "Adding user seats will result in adjustments to your billing totals and immediately charge your payment method on file. The first charge will be prorated for the remainder of the current billing cycle." + "message": "A felhasználószám bővítése megjelenik a számlaösszesítőben és azonnal terheli a fizetési módodat. Az első díj az aktuális számlázási ciklus időarányos fennmaradó részére kerül számlázásra." }, "seatsRemoveNote": { - "message": "Removing user seats will result in adjustments to your billing totals that will be prorated as credits toward your next billing charge." + "message": "A felhasználószám csökkentése megjelenik a számlaösszesítőben, amely a következő számlázott díjat fogja csökkenteni." }, "adjustedSeats": { - "message": "Adjusted $AMOUNT$ user seats.", + "message": "Módosított felhasználószám $AMOUNT$.", "placeholders": { "amount": { "content": "$1", @@ -2648,22 +2663,22 @@ "message": "Update Encryption Key" }, "updateEncryptionKeyShortDesc": { - "message": "You are currently using an outdated encryption scheme." + "message": "Elavult titkosítási sémát használsz." }, "updateEncryptionKeyDesc": { - "message": "We've moved to larger encryption keys that provide better security and access to newer features. Updating your encryption key is quick and easy. Just type your master password below. This update will eventually become mandatory." + "message": "Hosszabb titkosítókulcsokra váltottunk, amelyek jobb biztonságot adnak és hozzáférést biztosítanak új funkciókhoz. A titkosítókulcsod frissítése könnyű és gyors. Csak add meg a mesterjelszavad alább. Ez a frissítés kötelezővé válik." }, "updateEncryptionKeyWarning": { "message": "After updating your encryption key, you are required to log out and back in to all Bitwarden applications that you are currently using (such as the mobile app or browser extensions). Failure to log out and back in (which downloads your new encryption key) may result in data corruption. We will attempt to log you out automatically, however, it may be delayed." }, "subscription": { - "message": "Subscription" + "message": "Előfizetés" }, "loading": { - "message": "Loading" + "message": "Betöltés" }, "upgrade": { - "message": "Upgrade" + "message": "Frissítés" }, "upgradeOrganization": { "message": "Upgrade Organization" @@ -2678,13 +2693,13 @@ "message": "Before creating your organization, you first need to create a free personal account." }, "refunded": { - "message": "Refunded" + "message": "Visszatérítve" }, "nothingSelected": { - "message": "You have not selected anything." + "message": "Nem választottál semmit." }, "submitAgreePolicies": { - "message": "By clicking the \"Submit\" button, you agree to the following policies:", + "message": "A jóváhagyás gombra kattintva elfogadod a következő irányelveket:", "description": "A policy is something like Terms of Service, Privacy Policy, etc." }, "termsOfService": { @@ -2694,37 +2709,37 @@ "message": "Privacy Policy" }, "filters": { - "message": "Filters" + "message": "Szűrők" }, "lockOptions": { "message": "Lock Options" }, "lockOptionsDesc": { - "message": "Choose when your vault locks. A locked vault requires that you re-enter your master password to access it again." + "message": "Válaszd ki, hogy mikor legyen zárolva a széfed. A zárolt széf ismételt kinyitásához meg kell adni a mesterjelszót." }, "oneMinute": { - "message": "1 minute" + "message": "1 perc" }, "fiveMinutes": { - "message": "5 minutes" + "message": "5 perc" }, "fifteenMinutes": { - "message": "15 minutes" + "message": "15 perc" }, "thirtyMinutes": { - "message": "30 minutes" + "message": "30 perc" }, "oneHour": { - "message": "1 hour" + "message": "1 óra" }, "fourHours": { - "message": "4 hours" + "message": "4 óra" }, "onRefresh": { "message": "On Browser Refresh" }, "dateUpdated": { - "message": "Updated", + "message": "Frissítve", "description": "ex. Date this item was updated" }, "datePasswordUpdated": { @@ -2738,27 +2753,27 @@ "message": "License is expired." }, "updatedUsers": { - "message": "Updated users" + "message": "Felhasználó frissítve" }, "selected": { - "message": "Selected" + "message": "Kiválasztva" }, "ownership": { - "message": "Ownership" + "message": "Tulajdonjog" }, "whoOwnsThisItem": { - "message": "Who owns this item?" + "message": "Kié ez a tétel?" }, "strong": { - "message": "Strong", + "message": "Erős", "description": "ex. A strong password. Scale: Very Weak -> Weak -> Good -> Strong" }, "good": { - "message": "Good", + "message": "Jó", "description": "ex. A good password. Scale: Very Weak -> Weak -> Good -> Strong" }, "weak": { - "message": "Weak", + "message": "Gyenge", "description": "ex. A weak password. Scale: Very Weak -> Weak -> Good -> Strong" }, "veryWeak": { @@ -2769,48 +2784,48 @@ "message": "Weak Master Password" }, "weakMasterPasswordDesc": { - "message": "The master password you have chosen is weak. You should use a strong master password (or a passphrase) to properly protect your Bitwarden account. Are you sure you want to use this master password?" + "message": "A választott mesterjelszó gyenge. Erős jelszót kell használnod a Bitwarden fiókod megfelelő védelme érdekében. Biztosan ezt a mesterjelszót szeretnéd használni?" }, "rotateAccountEncKey": { - "message": "Also rotate my account's encryption key" + "message": "A felhasználói fiókom titkosítókódját is cseréljük le" }, "rotateEncKeyTitle": { "message": "Rotate Encryption Key" }, "rotateEncKeyConfirmation": { - "message": "Are you sure you want to rotate your account's encryption key?" + "message": "Biztosan szeretnéd lecserélni a fiókod titkosító kódját?" }, "attachmentsNeedFix": { - "message": "This item has old file attachments that need to be fixed." + "message": "Ennek a tételnek túl régi csatolmányai vannak, amelyek frissítésre szorulnak." }, "attachmentFixDesc": { - "message": "This is an old file attachment the needs to be fixed. Click to learn more." + "message": "Ez egy túl régi csatolmány, amely frissítésre szorul. Kattints ide, hogy többet megtudj róla." }, "fix": { - "message": "Fix", + "message": "Javítás", "description": "This is a verb. ex. 'Fix The Car'" }, "oldAttachmentsNeedFixDesc": { - "message": "There are old file attachments in your vault that need to be fixed before you can rotate your account's encryption key." + "message": "Vannak a széfedben régi csatolmányok, amelyek frissítésre szorulnak, mielőtt lecserélhetnéd a felhasználói fiókod titkosító kódját." }, "yourAccountsFingerprint": { - "message": "Your account's fingerprint phrase", + "message": "A fiókod ujjlenyomat mondata", "description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their public key with another user, for the purposes of sharing." }, "fingerprintEnsureIntegrityVerify": { - "message": "To ensure the integrity of your encryption keys, please verify the user's fingerprint phrase before continuing.", + "message": "A titkosítási kulcs integritásának biztosítása érdekében kérjük, ellenőrizd a felhasználói ujjlenyomat mondatot, mielőtt továbbmész.", "description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their public key with another user, for the purposes of sharing." }, "dontAskFingerprintAgain": { - "message": "Don't ask to verify fingerprint phrase again", + "message": "Ne kérd újra az ujjlenyomat mondat ellenőrzését", "description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their public key with another user, for the purposes of sharing." }, "free": { - "message": "Free", + "message": "Ingyenes", "description": "Free, as in 'Free beer'" }, "apiKey": { - "message": "API Key" + "message": "API kulcs" }, "apiKeyDesc": { "message": "Az API kulcsod használható azonosításhoz a Bitwarden publikus API-hoz." @@ -2830,5 +2845,8 @@ }, "rotateApiKey": { "message": "API kulcs váltás" + }, + "selectOneCollection": { + "message": "You must select at least one collection." } } \ No newline at end of file diff --git a/src/locales/it/messages.json b/src/locales/it/messages.json index b564a812..9edd1252 100644 --- a/src/locales/it/messages.json +++ b/src/locales/it/messages.json @@ -151,6 +151,9 @@ "value": { "message": "Valore" }, + "dragToSort": { + "message": "Drag to sort" + }, "cfTypeText": { "message": "Testo" }, @@ -586,12 +589,16 @@ "unlock": { "message": "Sblocca" }, - "loggedInAsEmail": { - "message": "Registrato come $EMAIL$.", + "loggedInAsEmailOn": { + "message": "Logged in as $EMAIL$ on $HOSTNAME$.", "placeholders": { "email": { "content": "$1", "example": "name@example.com" + }, + "hostname": { + "content": "$2", + "example": "bitwarden.com" } } }, @@ -820,6 +827,13 @@ "wordSeparator": { "message": "Separatore parole" }, + "capitalize": { + "message": "Capitalize", + "description": "Make the first letter of a work uppercase." + }, + "includeNumber": { + "message": "Include Number" + }, "passwordHistory": { "message": "Cronologia delle password" }, @@ -827,7 +841,8 @@ "message": "Non ci sono password da mostrare." }, "clear": { - "message": "Elimina" + "message": "Elimina", + "description": "To clear something out. example: To clear browser history." }, "accountUpdated": { "message": "Account aggiornato" @@ -2138,7 +2153,7 @@ "message": "User normale con accesso alle collezioni della tua organizzazione." }, "manager": { - "message": "Amministratore" + "message": "Manager" }, "managerDesc": { "message": "I manager possono accedere e gestire le raccolte assegnate nella propria organizzazione." @@ -2830,5 +2845,8 @@ }, "rotateApiKey": { "message": "Ruota chiave API" + }, + "selectOneCollection": { + "message": "You must select at least one collection." } } \ No newline at end of file diff --git a/src/locales/ja/messages.json b/src/locales/ja/messages.json index 10be6160..25723218 100644 --- a/src/locales/ja/messages.json +++ b/src/locales/ja/messages.json @@ -151,6 +151,9 @@ "value": { "message": "値" }, + "dragToSort": { + "message": "Drag to sort" + }, "cfTypeText": { "message": "テキスト" }, @@ -586,12 +589,16 @@ "unlock": { "message": "ロック解除" }, - "loggedInAsEmail": { - "message": "$EMAIL$ としてログインしました", + "loggedInAsEmailOn": { + "message": "Logged in as $EMAIL$ on $HOSTNAME$.", "placeholders": { "email": { "content": "$1", "example": "name@example.com" + }, + "hostname": { + "content": "$2", + "example": "bitwarden.com" } } }, @@ -820,6 +827,13 @@ "wordSeparator": { "message": "単語の区切り" }, + "capitalize": { + "message": "Capitalize", + "description": "Make the first letter of a work uppercase." + }, + "includeNumber": { + "message": "Include Number" + }, "passwordHistory": { "message": "パスワードの履歴" }, @@ -827,7 +841,8 @@ "message": "表示するパスワードがありません" }, "clear": { - "message": "消去する" + "message": "消去する", + "description": "To clear something out. example: To clear browser history." }, "accountUpdated": { "message": "アカウントを更新しました" @@ -2794,15 +2809,15 @@ "message": "暗号化キーのローテーションを行う前に、保管庫内の古い添付ファイルを修正する必要があります。" }, "yourAccountsFingerprint": { - "message": "アカウントの指紋認証用フレーズ", + "message": "アカウントのパスフレーズ", "description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their public key with another user, for the purposes of sharing." }, "fingerprintEnsureIntegrityVerify": { - "message": "暗号化キーの完全性を確保するため、先に指紋認証用フレーズを確認してください。", + "message": "暗号化キーの完全性を確保するため、先にパスフレーズを確認してください。", "description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their public key with another user, for the purposes of sharing." }, "dontAskFingerprintAgain": { - "message": "今後指紋認証用フレーズを確認しない", + "message": "今後パスフレーズを確認しない", "description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their public key with another user, for the purposes of sharing." }, "free": { @@ -2830,5 +2845,8 @@ }, "rotateApiKey": { "message": "Rotate API Key" + }, + "selectOneCollection": { + "message": "You must select at least one collection." } } \ No newline at end of file diff --git a/src/locales/ko/messages.json b/src/locales/ko/messages.json index 5a18a9da..6b99285c 100644 --- a/src/locales/ko/messages.json +++ b/src/locales/ko/messages.json @@ -151,6 +151,9 @@ "value": { "message": "값" }, + "dragToSort": { + "message": "Drag to sort" + }, "cfTypeText": { "message": "텍스트" }, @@ -586,12 +589,16 @@ "unlock": { "message": "잠금 해제" }, - "loggedInAsEmail": { - "message": "$EMAIL$로 로그인.", + "loggedInAsEmailOn": { + "message": "Logged in as $EMAIL$ on $HOSTNAME$.", "placeholders": { "email": { "content": "$1", "example": "name@example.com" + }, + "hostname": { + "content": "$2", + "example": "bitwarden.com" } } }, @@ -781,7 +788,7 @@ "message": "경고" }, "exportWarningDesc": { - "message": "This export contains your vault data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it." + "message": "내보내기는 보관함 데이터가 암호화되지 않은 형식으로 포함됩니다. 내보낸 파일을 안전하지 않은 채널(예: 이메일)을 통해 저장하거나 보내지 마십시오. 사용이 끝난 후에는 즉시 삭제하십시오." }, "exportMasterPassword": { "message": "보관함 데이터를 내보내려면 마스터 비밀번호를 입력하세요." @@ -820,6 +827,13 @@ "wordSeparator": { "message": "구분 기호" }, + "capitalize": { + "message": "Capitalize", + "description": "Make the first letter of a work uppercase." + }, + "includeNumber": { + "message": "Include Number" + }, "passwordHistory": { "message": "비밀번호 변경 기록" }, @@ -827,7 +841,8 @@ "message": "비밀번호가 없습니다." }, "clear": { - "message": "삭제" + "message": "삭제", + "description": "To clear something out. example: To clear browser history." }, "accountUpdated": { "message": "계정 업데이트됨" @@ -842,7 +857,7 @@ "message": "코드" }, "changeEmailDesc": { - "message": "We have emailed a verification code to $EMAIL$. Please check your email for this code and enter it below to finalize your the email address change.", + "message": "$EMAIL$으로 인증 코드를 발송했습니다. 이메일에서 이 코드를 확인하고 아래에 입력하여 이메일 주소 변경을 완료하십시오.", "placeholders": { "email": { "content": "$1", @@ -851,7 +866,7 @@ } }, "loggedOutWarning": { - "message": "Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour." + "message": "계속 진행하면, 현재 세션 또한 로그아웃 되므로 다시 로그인하여야 합니다. 2단계 로그인이 활성화 된 경우 다시 요구하는 메세지가 표시됩니다. 다른 기기의 활성화 된 세션은 최대 1시간 동안 유지 될 수 있습니다." }, "emailChanged": { "message": "이메일 변경됨" @@ -887,7 +902,7 @@ "message": "KDF 이터레이션" }, "kdfIterationsDesc": { - "message": "Higher KDF iterations can help protect your master password from being brute forced by an attacker. We recommend a value of $VALUE$ or more.", + "message": "높은 KDF 반복자는 공격자의 무차별 공격으로부터 마스터 비밀번호를 보호해줍니다. $VALUE$ 이상의 값을 추천합니다.", "placeholders": { "value": { "content": "$1", @@ -896,7 +911,7 @@ } }, "kdfIterationsWarning": { - "message": "Setting your KDF iterations too high could result in poor performance when logging into (and unlocking) Bitwarden on devices with slower CPUs. We recommend that you increase the value in increments of $INCREMENT$ and then test all of your devices.", + "message": "KDF 반복자를 너무 높게 설정하면 CPU가 느린 장치에서 Bitwarden에 로그인(및 잠금 해제)할 때 성능이 저하될 수 있습니다. $INCREMENT$ 단위로 값을 올려가며 모든 장치를 테스트하는 것이 좋습니다.", "placeholders": { "increment": { "content": "$1", @@ -911,7 +926,7 @@ "message": "암호화 키 설정 변경됨" }, "dangerZone": { - "message": "주의" + "message": "위험 구역" }, "dangerZoneDesc": { "message": "주의, 이 행동들은 되돌릴 수 없음!" @@ -920,7 +935,7 @@ "message": "세션 해제" }, "deauthorizeSessionsDesc": { - "message": "Concerned your account is logged in on another device? Proceed below to deauthorize all computers or devices that you have previously used. This security step is recommended if you previously used a public PC or accidentally saved your password on a device that isn't yours. This step will also clear all previously remembered two-step login sessions." + "message": "계정이 다른 장치에 로그인되어 있습니까? 이전에 사용된 모든 컴퓨터 또는 장치 인증을 취소하려면 다음 단계로 나아가십시오. 이 보안 단계는 이전에 공용 PC를 사용했거나 실수로 타인의 장치에 비밀번호를 저장한 경우 권장됩니다. 이 단계에서는 이전에 기억된 2단계 로그인 세션도 모두 삭제됩니다." }, "deauthorizeSessionsWarning": { "message": "계속 진행하면, 현재 세션 또한 로그아웃 되므로 다시 로그인하여야 합니다. 2단계 로그인이 활성화 된 경우 다시 요구하는 메세지가 표시됩니다. 다른 기기의 활성화 된 세션은 최대 1시간 동안 유지 될 수 있습니다." @@ -935,13 +950,13 @@ "message": "삭제 된 조직 보관함" }, "purgeVaultDesc": { - "message": "Proceed below to delete all items and folders in your vault. Items that belong to an organization that you share with will not be deleted." + "message": "보관함 내의 모든 항목과 폴더를 삭제하려면 다음 단계로 나아가십시오. 조직에 속한 공유 항목들은 삭제되지 않습니다." }, "purgeOrgVaultDesc": { - "message": "Proceed below to delete all items in the organization's vault." + "message": "조직의 보관함 내 모든 항목을 삭제하려면 다음 단계로 나아가십시오." }, "purgeVaultWarning": { - "message": "Purging your vault is permanent. It cannot be undone." + "message": "계정 삭제는 영구적이며 되돌릴 수 없습니다." }, "vaultPurged": { "message": "보관함이 삭제되었습니다." @@ -986,10 +1001,10 @@ "message": "불러올 파일" }, "orCopyPasteFileContents": { - "message": "or copy\/paste the import file contents" + "message": "또는 가져온 파일 내용 복사\/붙여넣기" }, "instructionsFor": { - "message": "$NAME$ Instructions", + "message": "$NAME$ 안내사항", "description": "The title for the import tool instructions.", "placeholders": { "name": { @@ -1002,7 +1017,7 @@ "message": "옵션" }, "optionsDesc": { - "message": "Customize your web vault experience." + "message": "웹 보관함 환경 사용자 지정" }, "optionsUpdated": { "message": "옵션 업데이트됨" @@ -1033,13 +1048,13 @@ "message": "도메인 규칙" }, "domainRulesDesc": { - "message": "If you have the same login across multiple different website domains, you can mark the website as \"equivalent\". \"Global\" domains are ones already created for you by Bitwarden." + "message": "여러 웹 사이트 도메인에 대해 동일한 로그인이 있는 경우, 웹 사이트가 \"유사\"하다고 표시할 수 있습니다. \"전역\" 도메인은 Bitwarden에서 당신을 위해 이미 생성했습니다." }, "globalEqDomains": { - "message": "Global Equivalent Domains" + "message": "전역 유사 도메인" }, "customEqDomains": { - "message": "Custom Equivalent Domains" + "message": "사용자 지정 유사 도메인" }, "exclude": { "message": "제외" @@ -1054,7 +1069,7 @@ "message": "새 사용자 지정 도메인" }, "newCustomDomainDesc": { - "message": "Enter a list of domains separated by commas. Only \"base\" domains are allowed. Do not enter subdomains. For example, enter \"google.com\" instead of \"www.google.com\". You can also enter \"androidapp:\/\/package.name\" to associate an android app with other website domains." + "message": "도메인 목록을 쉼표(,)로 구분하여 입력하십시오. \"기본\" 도메인만 사용할 수 있습니다. 하위 도메인을 입력하지 마십시오. 예를 들면, \"www.google.com\" 대신 \"google.com\"을 입력합니다. Android 앱을 다른 웹 사이트 도메인과 연결하려면 \"androidapp:\/\/package.name\"을 입력하십시오." }, "customDomainX": { "message": "사용자 정의 도메인 $INDEX$", @@ -1072,13 +1087,13 @@ "message": "2단계 인증" }, "twoStepLoginDesc": { - "message": "Secure your account by requiring an additional step when logging in." + "message": "로그인할 때 추가 단계를 요구하여 계정을 보호하십시오." }, "twoStepLoginOrganizationDesc": { - "message": "Require two-step login for your organization's users by configuring providers at the organization level." + "message": "조직 수준에서 제공자를 구성하여 조직 내 사용자에게 2단계 로그인을 요구합니다." }, "twoStepLoginRecoveryWarning": { - "message": "Enabling two-step login can permanently lock you out of your Bitwarden account. A recovery code allows you to access your account in the event that you can no longer use your normal two-step login provider (ex. you lose your device). Bitwarden support will not be able to assist you if you lose access to your account. We recommend you write down or print the recovery code and keep it in a safe place." + "message": "2단계 로그인을 활성화하면 Bitwarden 계정을 영원히 잠글 수 있습니다. 복구 코드를 사용하면 정상적인 2단계 로그인 제공자를 더 이상 사용할 수 없는 경우(예. 장치를 잃어버렸을 때) 계정에 액세스할 수 있습니다. 계정에 접근하지 못한다면 Bitwarden 지원팀은 어떤 도움도 줄 수 없습니다. 복구 코드를 기록하거나 출력하여 안전한 장소에 보관할 것을 권장합니다." }, "viewRecoveryCode": { "message": "복구 코드" @@ -1110,7 +1125,7 @@ "message": "프리미엄 멤버십 사용 중" }, "alreadyPremiumFromOrg": { - "message": "You already have access to premium features because of an organization you are a member of." + "message": "소속된 조직으로 이미 프리미엄 기능에 액세스할 수 있습니다." }, "manage": { "message": "관리" @@ -1119,19 +1134,19 @@ "message": "비활성화" }, "twoStepLoginProviderEnabled": { - "message": "This two-step login provider is enabled on your account." + "message": "이 2단계 로그인 제공자는 귀하의 계정에 사용 가능합니다." }, "twoStepLoginAuthDesc": { - "message": "Enter your master password to modify two-step login settings." + "message": "2단계 로그인 설정을 수정하려면 마스터 암호를 입력하십시오." }, "twoStepAuthenticatorDesc": { - "message": "Follow these steps to set up two-step login with an authenticator app:" + "message": "다음 단계에 따라 인증자 앱으로 2단계 로그인 설정:" }, "twoStepAuthenticatorDownloadApp": { - "message": "Download a two-step authenticator app" + "message": "2단계 인증자 앱 다운로드" }, "twoStepAuthenticatorNeedApp": { - "message": "Need a two-step authenticator app? Download one of the following" + "message": "2단계 인증자 앱이 필요하십니까? 다음 중 하나를 다운로드하세요" }, "iosDevices": { "message": "iOS 기기" @@ -1152,40 +1167,40 @@ "message": "키" }, "twoStepAuthenticatorEnterCode": { - "message": "Enter the resulting 6 digit verification code from the app" + "message": "앱에서 결과로 나온 6자리 인증코드를 입력하십시오" }, "twoStepAuthenticatorReaddDesc": { - "message": "In case you need to add it to another device, below is the QR code (or key) required by your authenticator app." + "message": "다른 장치에 추가해야 하는 경우, 아래의 QR코드(혹은 키) 가 인증자 앱에 필요합니다." }, "twoStepDisableDesc": { - "message": "Are you sure you want to disable this two-step login provider?" + "message": "이 2단계 로그인 제공자를 사용하지 않도록 설정하시겠습니까?" }, "twoStepDisabled": { - "message": "Two-step login provider disabled." + "message": "2단계 로그인 제공자 비활성화됨." }, "twoFactorYubikeyAdd": { - "message": "Add a new YubiKey to your account" + "message": "계정에 새로운 YubiKey를 추가합니다." }, "twoFactorYubikeyPlugIn": { - "message": "Plug the YubiKey (NEO or 4 series) into your computer's USB port." + "message": "YubiKey(NEO 혹은 4 시리즈)를 컴퓨터 USB 포트에 삽입하십시오." }, "twoFactorYubikeySelectKey": { - "message": "Select in the first empty YubiKey input field below." + "message": "첫번째 비어있는 YubiKey 입력 필드를 선택하십시오." }, "twoFactorYubikeyTouchButton": { - "message": "Touch the YubiKey's button." + "message": "YubiKey의 버튼을 터치하십시오" }, "twoFactorYubikeySaveForm": { - "message": "Save the form." + "message": "폼 저장하기" }, "twoFactorYubikeyWarning": { - "message": "Due to platform limitations, YubiKeys cannot be used on all Bitwarden applications. You should enable another two-step login provider so that you can access your account when YubiKeys cannot be used. Supported platforms:" + "message": "플랫폼 제한으로 인해, 모든 Bitwawrden 애플리케이션에서 YubiKey를 사용할 수 없습니다. YubiKey를 사용할 수 없을 때 계정에 액세스할 수 있도록 다른 2단계 로그인 제공자를 활성화하십시오. 지원하는 플랫폼:" }, "twoFactorYubikeySupportUsb": { - "message": "Web vault, desktop application, CLI, and all browser extensions on a device with a USB port that can accept your YubiKey." + "message": "웹 보관함, 데스크톱 응용프로그램, 명령 줄 인터페이스, USB 포트가 있는 장치의 브라우저 확장 기능은 YubiKey를 사용할 수 있습니다." }, "twoFactorYubikeySupportMobile": { - "message": "Mobile apps on a device with NFC capabilities or a USB port that can accept your YubiKey." + "message": "NFC 또는 USB 포트가 있는 장치의 모바일 앱은 YubiKey를 사용할 수 있습니다." }, "yubikeyX": { "message": "YubiKey $INDEX$", @@ -1209,19 +1224,19 @@ "message": "NFC 지원" }, "twoFactorYubikeySupportsNfc": { - "message": "One of my keys supports NFC." + "message": "내 키 중의 하나가 NFC를 지원합니다." }, "twoFactorYubikeySupportsNfcDesc": { - "message": "If one of your YubiKeys supports NFC (such as a YubiKey NEO), you will be prompted on mobile devices whenever NFC availability is detected." + "message": "YubiKey중 하나가 NFC(예: YubiKey NEO)를 지원할 경우, NFC 사용가능 여부가 감지될 때마다 모바일 장치에서 메시지가 표시됩니다." }, "yubikeysUpdated": { - "message": "YubiKeys updated" + "message": "YubiKey 업데이트됨" }, "disableAllKeys": { "message": "Disable All Keys" }, "twoFactorDuoDesc": { - "message": "Enter the Bitwarden application information from your Duo Admin panel." + "message": "Duo 관리자 패널에서 Bitwarden 애플리케이션 정보를 입력하십시오." }, "twoFactorDuoIntegrationKey": { "message": "Integration Key" @@ -1233,80 +1248,80 @@ "message": "API 호스트 이름" }, "twoFactorEmailDesc": { - "message": "Follow these steps to set up two-step login with email:" + "message": "다음 단계에 따라 이메일로 2단계 로그인 설정:" }, "twoFactorEmailEnterEmail": { - "message": "Enter the email that you wish to receive verification codes" + "message": "확인 코드를 수신할 이메일을 입력하십시오." }, "twoFactorEmailEnterCode": { - "message": "Enter the resulting 6 digit verification code from the email" + "message": "이메일에서 결과로 나온 6자리 인증코드를 입력하십시오" }, "sendEmail": { "message": "Send Email" }, "twoFactorU2fAdd": { - "message": "Add a FIDO U2F security key to your account" + "message": "계정에 FIDO U2F 보안 키 추가" }, "removeU2fConfirmation": { - "message": "당신은 정말이 보안 키를 제거 하 시겠습니까?" + "message": "정말로 이 보안 키를 제거하시겠습니까?" }, "readKey": { - "message": "Read Key" + "message": "키 읽기" }, "keyCompromised": { "message": "키가 손상되었습니다." }, "twoFactorU2fGiveName": { - "message": "Give the security key a friendly name to identify it." + "message": "보안 키를 식별할 수 있는 친근한 이름을 지정하십시오." }, "twoFactorU2fPlugInReadKey": { - "message": "Plug the security key into your computer's USB port and click the \"Read Key\" button." + "message": "컴퓨터의 USB 포트에 보안 키를 삽입하고 \"키 읽기\" 버튼을 클릭하십시오." }, "twoFactorU2fTouchButton": { - "message": "If the security key has a button, touch it." + "message": "보안 키에 버튼이 있다면, 터치하십시오" }, "twoFactorU2fSaveForm": { - "message": "Save the form." + "message": "폼 저장하기" }, "twoFactorU2fWarning": { - "message": "Due to platform limitations, FIDO U2F cannot be used on all Bitwarden applications. You should enable another two-step login provider so that you can access your account when FIDO U2F cannot be used. Supported platforms:" + "message": "플랫폼 제한으로 인해, 모든 Bitwawrden 애플리케이션에서 FIDO U2F를 사용할 수 없습니다. FIDO U2F를 사용할 수 없을 때 계정에 액세스할 수 있도록 다른 2단계 로그인 제공자를 활성화하십시오. 지원하는 플랫폼:" }, "twoFactorU2fSupportWeb": { - "message": "Web vault and browser extensions on a desktop\/laptop with a U2F enabled browser (Chrome, Opera, Vivaldi, or Firefox with FIDO U2F enabled)." + "message": "U2F 지원 브라우저가 있는 데스크탑\/랩탑의 웹 보관함 및 브라우저 확장 (FIDO U2F가 활성화된 Chrome, Opera, Vivaldi 또는 Firefox 사용)" }, "twoFactorU2fWaiting": { - "message": "Waiting for you to touch the button on your security key" + "message": "보안 키 버튼 터치를 기다리는 중" }, "twoFactorU2fClickSave": { - "message": "Click the \"Save\" button below to enable this security key for two-step login." + "message": "2단계 로그인에 이 보안 키를 사용하려면 아래의 \"저장\" 버튼을 클릭하십시오" }, "twoFactorU2fProblemReadingTryAgain": { - "message": "There was a problem reading the security key. Try again." + "message": "보안 키를 읽어오는데 문제가 발생했습니다. 다시 시도해보십시오." }, "twoFactorRecoveryYourCode": { - "message": "Your Bitwarden two-step login recovery code" + "message": "Bitwarden 2단계 로그인 복구 코드" }, "twoFactorRecoveryNoCode": { - "message": "You have not enabled any two-step login providers yet. After you have enabled a two-step login provider you can check back here for your recovery code." + "message": "아직 2단계 로그인 제공자를 사용하도록 설정하지 않았습니다. 2단계 로그인 제공자를 사용하도록 설정한 후 여기에서 복구 코드를 확인하십시오." }, "printCode": { - "message": "Print Code", + "message": "코드 출력", "description": "Print 2FA recovery code" }, "reports": { - "message": "Reports" + "message": "보고서" }, "unsecuredWebsitesReport": { - "message": "Unsecured Websites Report" + "message": "안전하지 않은 웹사이트들 보고서" }, "unsecuredWebsitesReportDesc": { - "message": "Using unsecured websites with the http:\/\/ scheme can be dangerous. If the website allows, you should always access it using the https:\/\/ scheme so that your connection is encrypted." + "message": "http:\/\/ 스키마처럼 안전하지 않은 웹 사이트를 사용하는 것은 위험할 수 있습니다. 웹 사이트가 허용하는 경우 항상 https:\/\/ 스키마를 통해 액세스하여 연결이 암호화되도록 하십시오." }, "unsecuredWebsitesFound": { - "message": "Unsecured Websites Found" + "message": "안전하지 않은 웹사이트가 발견됨" }, "unsecuredWebsitesFoundDesc": { - "message": "We found $COUNT$ items in your vault with unsecured URIs. You should change their URI scheme to https:\/\/ if the website allows it.", + "message": "보관함에 안전하지 않은 URI를 가진 항목 $COUNT$개를 발견했습니다. 웹 사이트에서 허용하는 경우 URI 스키마를 https:\/\/로 변경하십시오.", "placeholders": { "count": { "content": "$1", @@ -1315,19 +1330,19 @@ } }, "noUnsecuredWebsites": { - "message": "No items in your vault have unsecured URIs." + "message": "보관함에 안전하지 않은 URI를 가진 항목이 없습니다." }, "inactive2faReport": { - "message": "Inactive 2FA Report" + "message": "비활성 2단계 인증 보고서" }, "inactive2faReportDesc": { - "message": "Two-factor authentication (2FA) is an important security setting that helps secure your accounts. If the website offers it, you should always enable two-factor authentication." + "message": "2단계 인증은 계정을 보호하는데 중요한 보안 설정입니다. 웹 사이트에서 제공하는 경우 항상 2단계 인증을 사용해야 합니다." }, "inactive2faFound": { - "message": "Logins Without 2FA Found" + "message": "2단계 인증이 없는 로그인이 발견됨" }, "inactive2faFoundDesc": { - "message": "We found $COUNT$ website(s) in your vault that may not be configured with two-factor authentication (according to twofactorauth.org). To further protect these accounts, you should enable two-factor authentication.", + "message": "보관함에 (twofactorauth.org에 따른) 2단계 인증이 설정되지 않은 웹 사이트를 $COUNT$개 발견했습니다. 이러한 계정을 더욱 보호하려면 2단계 인증을 사용하십시오.", "placeholders": { "count": { "content": "$1", @@ -1336,22 +1351,22 @@ } }, "noInactive2fa": { - "message": "No websites were found in your vault with a missing two-factor authentication configuration." + "message": "보관함에서 2단계 인증 구성이 누락된 웹 사이트를 찾을 수 없습니다." }, "instructions": { - "message": "Instructions" + "message": "안내사항" }, "exposedPasswordsReport": { - "message": "Exposed Passwords Report" + "message": "노출된 비밀번호 보고서" }, "exposedPasswordsReportDesc": { - "message": "Exposed passwords are passwords have been uncovered in known data breaches that were released publicly or sold on the dark web by hackers." + "message": "노출된 비밀번호는 해커들이 공개적으로 배포하거나 다크 웹에 판매되어 알려진 데이터 유출에서 발견된 비밀번호입니다." }, "exposedPasswordsFound": { - "message": "Exposed Passwords Found" + "message": "노출된 비밀번호가 발견됨" }, "exposedPasswordsFoundDesc": { - "message": "We found $COUNT$ items in your vault that have passwords that were exposed in known data breaches. You should change them to use a new password.", + "message": "보관함에 알려진 데이터 유출로 노출된 비밀번호가 있는 $COUNT$개의 항목을 발견했습니다. 새 암호를 사용하도록 암호를 변경해야합니다.", "placeholders": { "count": { "content": "$1", @@ -1360,13 +1375,13 @@ } }, "noExposedPasswords": { - "message": "No items in your vault have passwords that have been exposed in known data breaches." + "message": "보관함 내 알려진 데이터 유출로 노출된 비밀번호를 사용하는 항목이 없습니다." }, "checkExposedPasswords": { - "message": "Check Exposed Passwords" + "message": "노출된 비밀번호 확인하기" }, "exposedXTimes": { - "message": "Exposed $COUNT$ time(s)", + "message": "$COUNT$회 노출됨", "placeholders": { "count": { "content": "$1", @@ -1375,16 +1390,16 @@ } }, "weakPasswordsReport": { - "message": "Weak Passwords Report" + "message": "취약한 비밀번호 보고서" }, "weakPasswordsReportDesc": { - "message": "Weak passwords can easily be guessed by hackers and automated tools that are used to crack passwords. The Bitwarden password generator can help you create strong passwords." + "message": "취약한 비밀번호는 해커와 암호 해독에 사용되는 자동화 도구로 쉽게 짐작할 수 있습니다. Bitwarden 암호 생성기는 강력한 암호를 만드는데 도움을 줄 것입니다." }, "weakPasswordsFound": { - "message": "Weak Passwords Found" + "message": "취약한 비밀번호가 발견됨" }, "weakPasswordsFoundDesc": { - "message": "We found $COUNT$ items in your vault with passwords that are not strong. You should update them to use stronger passwords.", + "message": "강력한 비밀번호가 아닌 $COUNT$개의 항목을 보관함에서 찾았습니다. 더 강력한 암호를 사용하도록 업데이트해야 합니다.", "placeholders": { "count": { "content": "$1", @@ -1393,19 +1408,19 @@ } }, "noWeakPasswords": { - "message": "No items in your vault have weak passwords." + "message": "보관함에 취약한 비밀번호를 가진 항목이 없습니다." }, "reusedPasswordsReport": { - "message": "Reused Passwords Report" + "message": "재사용된 비밀번호 보고서" }, "reusedPasswordsReportDesc": { - "message": "If a service that you use is compromised, reusing the same password elsewhere can allow hackers to easily gain access to more of your online accounts. You should use a unique password for every account or service." + "message": "사용하는 서비스가 손상된 경우 다른 곳에서 동일한 암호를 다시 사용하면 해커가 더 많은 온라인 계정에 쉽게 액세스할 수 있습니다. 모든 계정 또는 서비스에 대해 고유한 암호를 사용하십시오." }, "reusedPasswordsFound": { - "message": "Reused Passwords Found" + "message": "재사용된 비밀번호가 발견됨" }, "reusedPasswordsFoundDesc": { - "message": "We found $COUNT$ passwords that are being reused in your vault. You should change them to a unique value.", + "message": "보관함에서 재사용중인 $COUNT$개의 비밀번호를 찾았습니다. 고유한 값으로 변경해야 합니다.", "placeholders": { "count": { "content": "$1", @@ -1414,10 +1429,10 @@ } }, "noReusedPasswords": { - "message": "No logins in your vault have passwords that are being reused." + "message": "보관함에 재사용된 비밀번호를 가진 로그인이 없습니다." }, "reusedXTimes": { - "message": "Reused $COUNT$ times", + "message": "$COUNT$회 재사용됨", "placeholders": { "count": { "content": "$1", @@ -1426,19 +1441,19 @@ } }, "dataBreachReport": { - "message": "Data Breach Report" + "message": "데이터 유출 보고서" }, "breachDesc": { - "message": "A \"breach\" is an incident where a site's data has been illegally accessed by hackers and then released publicly. Review the types of data that were compromised (email addresses, passwords, credit cards etc.) and take appropriate action, such as changing passwords." + "message": "\"유출(breach)\"이란, 사이트의 데이터가 불법적으로 해커에 의해 접근되고 공개되는 사건을 뜻합니다. 손상된 데이터 유형(이메일 주소, 비밀번호, 신용카드 등)을 검토하고 비밀번호 변경 등 적절한 조치를 취하십시오." }, "breachCheckUsernameEmail": { - "message": "Check any usernames or email addresses that you use." + "message": "사용하는 사용자 이름 혹은 이메일 주소를 확인해보세요." }, "checkBreaches": { - "message": "Check Breaches" + "message": "유출 확인하기" }, "breachUsernameNotFound": { - "message": "$USERNAME$ was not found in any known data breaches.", + "message": "$USERNAME$을 알려진 데이터 유출에서 발견하지 못했습니다.", "placeholders": { "username": { "content": "$1", @@ -1447,11 +1462,11 @@ } }, "goodNews": { - "message": "Good News", + "message": "좋은 소식이에요", "description": "ex. Good News, No Breached Accounts Found!" }, "breachUsernameFound": { - "message": "$USERNAME$ was found in $COUNT$ different data breaches online.", + "message": "$USERNAME$을 $COUNT$개의 온라인 상의 데이터 유출에서 발견되었습니다.", "placeholders": { "username": { "content": "$1", @@ -1464,63 +1479,63 @@ } }, "breachFound": { - "message": "Breached Accounts Found" + "message": "유출된 계정이 발견됨" }, "compromisedData": { - "message": "Compromised data" + "message": "손상된 데이터" }, "website": { "message": "웹 사이트" }, "affectedUsers": { - "message": "Affected Users" + "message": "영향을 받는 사용자" }, "breachOccurred": { - "message": "Breach Occurred" + "message": "유출 발생함" }, "breachReported": { - "message": "Breach Reported" + "message": "유출 보고됨" }, "reportError": { - "message": "An error occurred trying to load the report. Try again" + "message": "보고서를 불러오는 도중 오류가 발생했습니다. 다시 시도해주세요." }, "billing": { - "message": "Billing" + "message": "결제" }, "accountCredit": { - "message": "Account Credit", + "message": "계정 크레딧", "description": "Financial term. In the case of Bitwarden, a positive balance means that you owe money, while a negative balance means that you have a credit (Bitwarden owes you money)." }, "accountBalance": { - "message": "Account Balance", + "message": "계정 잔액", "description": "Financial term. In the case of Bitwarden, a positive balance means that you owe money, while a negative balance means that you have a credit (Bitwarden owes you money)." }, "addCredit": { - "message": "Add Credit", + "message": "크레딧 추가", "description": "Add more credit to your account's balance." }, "amount": { - "message": "Amount", + "message": "금액", "description": "Dollar amount, or quantity." }, "creditDelayed": { - "message": "Added credit will appear on your account after the payment has been fully processed. Some payment methods are delayed and can take longer to process than others." + "message": "추가된 크레딧은 결제가 완전히 처리된 후 계정에 표시됩니다. 일부 결제 방식은 지연되거나 처리하는 데 시간이 오래 걸릴 수 있습니다." }, "makeSureEnoughCredit": { - "message": "Please make sure that your account has enough credit available for this purchase. If your account does not have enough credit available, your default payment method on file will be used for the difference. You can add credit to your account from the Billing page." + "message": "이 구매에 사용할 수 있는 크레딧이 충분한지 확인하십시오. 만약 계정에 충분한 크레딧이 없다면, 그 차액만큼 기본 결제 방식에서 지불될 것입니다. 청구 페이지를 통해 계정에 크레딧을 추가할 수 있습니다." }, "creditAppliedDesc": { - "message": "Your account's credit can be used to make purchases. Any available credit will be automatically applied towards invoices generated for this account." + "message": "계정의 크레딧을 구매에 사용할 수 있습니다. 사용 가능한 모든 크레딧이 이 계정에 대해 생성된 청구서에 자동으로 적용됩니다." }, "goPremium": { - "message": "Go Premium", + "message": "프리미엄 가입", "description": "Another way of saying \"Get a premium membership\"" }, "premiumUpdated": { - "message": "You've upgraded to premium." + "message": "프리미엄으로 업그레이드했습니다." }, "premiumUpgradeUnlockFeatures": { - "message": "Upgrade your account to a premium membership and unlock some great additional features." + "message": "프리미엄 회원으로 계정을 업그레이드하고 몇 가지 훌륭한 추가 기능을 잠금 해제하세요." }, "premiumSignUpStorage": { "message": "1GB의 암호화된 파일 저장소." @@ -1529,7 +1544,7 @@ "message": "YubiKey나 FIDO U2F, Duo 등의 추가적인 2단계 인증 옵션." }, "premiumSignUpReports": { - "message": "Password hygiene, account health, and data breach reports to keep your vault safe." + "message": "보관함을 안전하게 유지하기 위한 암호 위생, 계정 상태, 데이터 유출 보고서" }, "premiumSignUpTotp": { "message": "보관함에 등록된 로그인 항목을 위한 TOTP 인증 코드(2FA) 생성기." @@ -1550,13 +1565,13 @@ } }, "addons": { - "message": "Addons" + "message": "부가 기능" }, "premiumAccess": { - "message": "Premium Access" + "message": "프리미엄 이용권" }, "premiumAccessDesc": { - "message": "You can add premium access to all members of your organization for $PRICE$ \/$INTERVAL$.", + "message": "$INTERVAL$간 $PRICE$로 조직의 모든 구성원에게 프리미엄 액세스를 추가할 수 있습니다.", "placeholders": { "price": { "content": "$1", @@ -1569,13 +1584,13 @@ } }, "additionalStorageGb": { - "message": "Additional Storage (GB)" + "message": "추가 저장소 용량 (GB)" }, "additionalStorageGbDesc": { - "message": "# of additional GB" + "message": "# 의 추가 GB" }, "additionalStorageIntervalDesc": { - "message": "Your plan comes with $SIZE$ of encrypted file storage. You can add additional storage for $PRICE$ per GB \/$INTERVAL$.", + "message": "귀하의 플랜은 $SIZE$의 암호화된 파일 저장소가 제공됩니다. GB \/ $INTERVAL$당 $PRICE$로 저장소용량을 추가할 수 있습니다.", "placeholders": { "size": { "content": "$1", @@ -1595,23 +1610,23 @@ "message": "요약" }, "total": { - "message": "Total" + "message": "총합" }, "year": { "message": "년" }, "month": { - "message": "month" + "message": "월" }, "monthAbbr": { - "message": "mo.", + "message": "월", "description": "Short abbreviation for 'month'" }, "paymentChargedAnnually": { - "message": "Your payment method will be charged immediately and on a recurring basis each year. You may cancel at any time." + "message": "귀하의 결제방식으로 즉시 요금이 부과되고 정기적으로 매 년 부과됩니다. 언제든지 취소할 수 있습니다." }, "paymentCharged": { - "message": "Your payment method will be charged immediately and then on a recurring basis each $INTERVAL$. You may cancel at any time.", + "message": "귀하의 결제방식으로 즉시 요금이 부과되고 정기적으로 매 $INTERVAL$ 부과됩니다. 언제든지 취소할 수 있습니다.", "placeholders": { "interval": { "content": "$1", @@ -1620,7 +1635,7 @@ } }, "paymentChargedWithTrial": { - "message": "Your plan comes with a free 7 day trial. Your card will not be charged until the trial has ended and on a recurring basis each $INTERVAL$. You may cancel at any time.", + "message": "귀하의 플랜은 7일 무료 평가판입니다. 평가 기간이 만료될 때까지 카드에서 대금이 지불되지 않습니다. 이후 정기적으로 매 $INTERVAL$ 청구됩니다. 언제든지 취소할 수 있습니다.", "placeholders": { "interval": { "content": "$1", @@ -1632,10 +1647,10 @@ "message": "결제 정보" }, "creditCard": { - "message": "Credit Card" + "message": "신용카드" }, "paypalClickSubmit": { - "message": "Click the PayPal button to log into your PayPal account, then click the Submit button below to continue." + "message": "PayPal 버튼을 클릭하여 PayPal 계정에 로그인한 후 아래의 제출 버튼을 클릭하여 계속 진행하십시오." }, "cancelSubscription": { "message": "구독 취소" @@ -1644,61 +1659,61 @@ "message": "구독을 취소했습니다." }, "pendingCancellation": { - "message": "Pending Cancellation" + "message": "보류 취소" }, "subscriptionPendingCanceled": { - "message": "The subscription has been marked for cancellation at the end of the current billing period." + "message": "구독은 현재 결제 기간이 끝날 때 취소로 표시됩니다." }, "reinstateSubscription": { - "message": "Reinstate Subscription" + "message": "구독 복원" }, "reinstateConfirmation": { - "message": "Are you sure you want to remove the pending cancellation request and reinstate your subscription?" + "message": "보류중인 취소 요청을 제거하고 구독을 복원하시겠습니까?" }, "reinstated": { - "message": "The subscription has been reinstated." + "message": "구독을 복원했습니다." }, "cancelConfirmation": { - "message": "Are you sure you want to cancel? You will lose access to all of this subscription's features at the end of this billing cycle." + "message": "정말로 취소하시겠습니까? 청구 주기 후에 이 구독의 모든 기능에 대한 접근을 잃게 됩니다." }, "canceledSubscription": { - "message": "The subscription has been canceled." + "message": "구독을 취소했습니다." }, "neverExpires": { - "message": "Never Expires" + "message": "만료 없음" }, "status": { - "message": "Status" + "message": "상태" }, "nextCharge": { - "message": "Next Charge" + "message": "다음 지불" }, "details": { - "message": "Details" + "message": "세부사항" }, "downloadLicense": { - "message": "Download License" + "message": "라이선스 다운로드" }, "updateLicense": { - "message": "Update License" + "message": "라이선스 업데이트" }, "updatedLicense": { - "message": "Updated license" + "message": "라이선스 업데이트됨" }, "manageSubscription": { - "message": "Manage Subscription" + "message": "구독 관리" }, "storage": { - "message": "Storage" + "message": "저장소" }, "addStorage": { - "message": "Add Storage" + "message": "저장소 용량 추가" }, "removeStorage": { - "message": "Remove Storage" + "message": "저장소 용량 제거" }, "subscriptionStorage": { - "message": "Your subscription has a total of $MAX_STORAGE$ GB of encrypted file storage. You are currently using $USED_STORAGE$.", + "message": "귀하의 구독은 총 $MAX_STORAGE$ GB의 암호화된 파일 저장소 용량을 갖고 있습니다. 현재 $USED_STORAGE$만큼 사용했습니다.", "placeholders": { "max_storage": { "content": "$1", @@ -1714,7 +1729,7 @@ "message": "결제 수단" }, "noPaymentMethod": { - "message": "No payment method on file." + "message": "파일에 결제방식이 없습니다." }, "addPaymentMethod": { "message": "결제 수단 추가" @@ -1723,36 +1738,36 @@ "message": "결제 수단 변경" }, "invoices": { - "message": "Invoices" + "message": "청구서" }, "noInvoices": { - "message": "No invoices." + "message": "청구서 없음" }, "paid": { - "message": "Paid", + "message": "결제됨", "description": "Past tense status of an invoice. ex. Paid or unpaid." }, "unpaid": { - "message": "Unpaid", + "message": "미결제", "description": "Past tense status of an invoice. ex. Paid or unpaid." }, "transactions": { - "message": "Transactions", + "message": "거래내역", "description": "Payment\/credit transactions." }, "noTransactions": { - "message": "No transactions." + "message": "거래내역 없음." }, "chargeNoun": { - "message": "Charge", + "message": "결제", "description": "Noun. A charge from a payment method." }, "refundNoun": { - "message": "Refund", + "message": "환불", "description": "Noun. A refunded payment that was charged." }, "chargesStatement": { - "message": "Any charges will appear on your statement as $STATEMENT_NAME$.", + "message": "모든 요금은 $STATEMENT_NAME$으로 내역서에 표시됩니다.", "placeholders": { "statement_name": { "content": "$1", @@ -1761,19 +1776,19 @@ } }, "gbStorageAdd": { - "message": "GB of Storage To Add" + "message": "추가되는 저장소 용량 (GB)" }, "gbStorageRemove": { - "message": "GB of Storage To Remove" + "message": "삭제되는 저장소 용량 (GB)" }, "storageAddNote": { - "message": "Adding storage will result in adjustments to your billing totals and immediately charge your payment method on file. The first charge will be prorated for the remainder of the current billing cycle." + "message": "저장소 용량을 추가하면 청구 총계가 조정되고 파일에 즉시 지불 방법이 청구됩니다. 첫 번째 요금은 현재 청구 주기의 나머지 기간 동안 적립될 것입니다." }, "storageRemoveNote": { - "message": "Removing storage will result in adjustments to your billing totals that will be prorated as credits toward your next billing charge." + "message": "저장소 용량을 제거하면 다음 청구 비용에 대한 크레딧으로 할당된 청구 총계가 조정될 것입니다." }, "adjustedStorage": { - "message": "Adjusted $AMOUNT$ GB of storage.", + "message": "$AMOUNT$GB 저장소로 조정됨", "placeholders": { "amount": { "content": "$1", @@ -1782,19 +1797,19 @@ } }, "contactSupport": { - "message": "Contact Customer Support" + "message": "고객 지원 서비스에 문의" }, "updatedPaymentMethod": { - "message": "Updated payment method." + "message": "결제방식 업데이트됨." }, "purchasePremium": { - "message": "Purchase Premium" + "message": "프리미엄 구매" }, "licenseFile": { "message": "라이선스 파일" }, "licenseFileDesc": { - "message": "Your license file will be named something like $FILE_NAME$", + "message": "라이선스 파일의 파일명은 $FILE_NAME$과 같을 것입니다.", "placeholders": { "file_name": { "content": "$1", @@ -1803,16 +1818,16 @@ } }, "uploadLicenseFilePremium": { - "message": "To upgrade your account to a premium membership you need to upload a valid license file." + "message": "프리미엄 멤버십으로 계정을 업그레이드하려면 유효한 라이선스 파일을 업로드해야 합니다." }, "uploadLicenseFileOrg": { - "message": "To create an on-premise hosted organization you need to upload a valid license file." + "message": "온-프레미스 호스트 조직을 생성하려면 유효한 라이선스 파일을 업로드하십시오." }, "accountEmailMustBeVerified": { - "message": "Your account's email address must be verified." + "message": "계정의 이메일 주소를 확인 해야 합니다." }, "newOrganizationDesc": { - "message": "Organizations allow you to share parts of your vault with others as well as manage related users for a specific entity such as a family, small team, or large company." + "message": "조직에서는 다른 사람과 저장소 일부를 공유할 수 있을 뿐 아니라 가족, 소규모 팀 또는 대기업과 같은 특정 엔터티에 대한 관련 사용자를 관리할 수 있습니다." }, "generalInformation": { "message": "일반 정보" @@ -1821,31 +1836,31 @@ "message": "조직 이름" }, "accountOwnedBusiness": { - "message": "This account is owned by a business." + "message": "이 계정은 기업이 소유하고 있습니다." }, "billingEmail": { - "message": "Billing Email" + "message": "결제 이메일" }, "businessName": { - "message": "Business Name" + "message": "기업 이름" }, "chooseYourPlan": { - "message": "Choose Your Plan" + "message": "플랜을 선택하십시오" }, "users": { - "message": "Users" + "message": "사용자" }, "userSeats": { - "message": "User Seats" + "message": "사용자 수" }, "additionalUserSeats": { - "message": "Additional User Seats" + "message": "추가 사용자 수" }, "userSeatsDesc": { - "message": "# of user seats" + "message": "# 의 사용자 수" }, "userSeatsAdditionalDesc": { - "message": "Your plan comes with $BASE_SEATS$ user seats. You can add additional users for $SEAT_PRICE$ per user \/month.", + "message": "귀하의 플랜은 $BASE_SEATS$개의 사용자 수가 제공됩니다. 사용자 당 월 $SEAT_PRICE$로 사용자를 추가할 수 있습니다.", "placeholders": { "base_seats": { "content": "$1", @@ -1858,14 +1873,14 @@ } }, "userSeatsHowManyDesc": { - "message": "How many user seats do you need? You can also add additional seats later if needed." + "message": "사용자 수가 얼마나 필요하십니까? 필요한 경우 나중에 사용자를 추가할 수 있습니다." }, "planNameFree": { - "message": "Free", + "message": "무료", "description": "Free as in 'free beer'." }, "planDescFree": { - "message": "For testing or personal users to share with $COUNT$ other user.", + "message": "테스트 용도나 개인 사용자는 다른 사용자에게 $COUNT$회 공유할 수 있습니다.", "placeholders": { "count": { "content": "$1", @@ -1874,28 +1889,28 @@ } }, "planNameFamilies": { - "message": "Families" + "message": "가정" }, "planDescFamilies": { - "message": "For personal use, to share with family & friends." + "message": "개인적인 사용을 위해 가족과 친구들에게 공유하세요." }, "planNameTeams": { "message": "팀" }, "planDescTeams": { - "message": "For businesses and other team organizations." + "message": "기업 및 기타 팀 조직용." }, "planNameEnterprise": { - "message": "Enterprise" + "message": "기업" }, "planDescEnterprise": { - "message": "For businesses and other large organizations." + "message": "기업 및 기타 대규모 조직용." }, "freeForever": { - "message": "Free Forever" + "message": "영구 무료" }, "includesXUsers": { - "message": "includes $COUNT$ users", + "message": "$COUNT$명의 사용자 포함", "placeholders": { "count": { "content": "$1", @@ -1904,10 +1919,10 @@ } }, "additionalUsers": { - "message": "Additional Users" + "message": "추가 사용자" }, "costPerUser": { - "message": "$COST$ per user", + "message": "사용자 당 $COST$", "placeholders": { "cost": { "content": "$1", @@ -1916,7 +1931,7 @@ } }, "limitedUsers": { - "message": "Limited to $COUNT$ users (including you)", + "message": "$COUNT$명의 사용자(자신 포함) 로 제한됨", "placeholders": { "count": { "content": "$1", @@ -1925,7 +1940,7 @@ } }, "limitedCollections": { - "message": "Limited to $COUNT$ collections", + "message": "$COUNT$개의 컬렉션으로 제한됨", "placeholders": { "count": { "content": "$1", @@ -1934,7 +1949,7 @@ } }, "addShareLimitedUsers": { - "message": "Add and share with up to $COUNT$ users", + "message": "$COUNT$명까지 사용자 추가 및 공유", "placeholders": { "count": { "content": "$1", @@ -1943,13 +1958,13 @@ } }, "addShareUnlimitedUsers": { - "message": "Add and share with unlimited users" + "message": "사용자 무제한 추가 및 공유" }, "createUnlimitedCollections": { - "message": "Create unlimited collections" + "message": "무제한 컬렉션 만들기" }, "gbEncryptedFileStorage": { - "message": "$SIZE$ encrypted file storage", + "message": "$SIZE$의 암호화된 파일 저장소", "placeholders": { "size": { "content": "$1", @@ -1958,28 +1973,28 @@ } }, "onPremHostingOptional": { - "message": "On-premise hosting (optional)" + "message": "온-프레미스 호스팅 (선택 사항)" }, "usersGetPremium": { - "message": "Users get access to premium membership features" + "message": "사용자가 프리미엄 멤버십 기능에 액세스 가능" }, "controlAccessWithGroups": { - "message": "Control user access with groups" + "message": "그룹을 통한 사용자 액세스 제어" }, "syncUsersFromDirectory": { - "message": "Sync your users and groups from a directory" + "message": "디렉토리로부터 사용자 및 그룹 동기화" }, "trackAuditLogs": { - "message": "Track user actions with audit logs" + "message": "감사 로그로 사용자 동작 추적" }, "enforce2faDuo": { - "message": "Enforce 2FA with Duo" + "message": "Duo 2FA를 적용" }, "priorityCustomerSupport": { - "message": "Priority customer support" + "message": "우선 고객 지원" }, "xDayFreeTrial": { - "message": "$COUNT$ day free trial, cancel anytime", + "message": "$COUNT$일간 무료 평가, 언제든지 취소", "placeholders": { "count": { "content": "$1", @@ -1988,34 +2003,34 @@ } }, "monthly": { - "message": "Monthly" + "message": "월간" }, "annually": { - "message": "Annually" + "message": "연간" }, "basePrice": { - "message": "Base Price" + "message": "기준 단가" }, "organizationCreated": { "message": "조직 생성됨" }, "organizationReadyToGo": { - "message": "Your new organization is ready to go!" + "message": "새 조직이 준비 완료되었습니다!" }, "organizationUpgraded": { - "message": "Your organization has been upgraded." + "message": "조직이 업그레이드되었습니다." }, "leave": { - "message": "Leave" + "message": "나가기" }, "leaveOrganizationConfirmation": { - "message": "Are you sure you want to leave this organization?" + "message": "정말 이 조직을 떠나시겠습니까?" }, "leftOrganization": { - "message": "You have left the organization." + "message": "조직을 떠났습니다." }, "defaultCollection": { - "message": "Default Collection" + "message": "기본 컬렉션" }, "getHelp": { "message": "문의하기" @@ -2024,7 +2039,7 @@ "message": "앱 다운로드" }, "loggedInAs": { - "message": "Logged in as" + "message": "로그인됨" }, "eventLogs": { "message": "이벤트 로그" @@ -2054,16 +2069,16 @@ "message": "외부 ID" }, "externalIdDesc": { - "message": "The external id can be used as a reference or to link this resource to an external system such as a user directory." + "message": "외부 Id는 참조로 사용되거나 사용자 디렉토리같은 외부 시스템에 리소스를 링크할 수 있습니다." }, "accessControl": { "message": "접근 제어" }, "groupAccessAllItems": { - "message": "This group can access and modify all items." + "message": "이 그룹은 모든 항목에 액세스하고 수정할 수 있습니다." }, "groupAccessSelectedCollections": { - "message": "This group can access only the selected collections." + "message": "이 그룹은 선택된 컬렉션에만 액세스할 수 있습니다." }, "readOnly": { "message": "읽기 전용" @@ -2087,10 +2102,10 @@ "message": "사용자 초대" }, "inviteUserDesc": { - "message": "Invite a new user to your organization by entering their Bitwarden account email address below. If they do not have a Bitwarden account already, they will be prompted to create a new account." + "message": "아래에 Bitwarden 계정 이메일 주소를 입력하여 조직에 새 사용자를 초대하십시오. Bitwarden 계정을 가지고 있지 않다면, 새로운 계정을 만들라는 메시지가 표시됩니다." }, "inviteMultipleEmailDesc": { - "message": "You can invite up to $COUNT$ users at a time by comma separating a list of email addresses.", + "message": "이메일 주소 목록을 쉼표(,)로 구분하여 한 번에 최대 $COUNT$명의 사용자를 초대할 수 있습니다.", "placeholders": { "count": { "content": "$1", @@ -2099,13 +2114,13 @@ } }, "userUsingTwoStep": { - "message": "This user is using two-step login to protect their account." + "message": "이 사용자는 계정을 보호하기 위해 2단계 로그인을 사용하고 있습니다." }, "userAccessAllItems": { - "message": "This user can access and modify all items." + "message": "이 사용자는 모든 항목에 액세스하고 수정할 수 있습니다." }, "userAccessSelectedCollections": { - "message": "This user can access only the selected collections." + "message": "이 사용자는 선택된 컬렉션에만 액세스할 수 있습니다." }, "search": { "message": "검색" @@ -2117,91 +2132,91 @@ "message": "수락함" }, "confirmed": { - "message": "Confirmed" + "message": "확인됨" }, "owner": { "message": "소유자" }, "ownerDesc": { - "message": "The highest access user that can manage all aspects of your organization." + "message": "조직의 모든 측면을 관리할 수있는 최고 액세스 사용자." }, "admin": { "message": "관리자" }, "adminDesc": { - "message": " Admins can access and manage all items, collections and users in your organization." + "message": "관리자는 모든 항목, 컬렉션 및 조직 내 속한 사용자에 대해 액세스하고 관리할 수 있습니다." }, "user": { "message": "사용자" }, "userDesc": { - "message": "A regular user with access to your organization's collections." + "message": "조직 내 할당된 컬렉션에 액세스할 수 있는 일반 사용자." }, "manager": { - "message": "Manager" + "message": "관리자" }, "managerDesc": { - "message": "Managers can access and manage assigned collections in your organization." + "message": "관리자는 조직 내 할당된 컬렉션에 액세스하고 관리할 수 있습니다." }, "all": { - "message": "All" + "message": "모두" }, "refresh": { - "message": "Refresh" + "message": "새로 고침" }, "timestamp": { - "message": "Timestamp" + "message": "타임스탬프" }, "event": { - "message": "Event" + "message": "이벤트" }, "unknown": { - "message": "Unknown" + "message": "알 수 없음" }, "loadMore": { - "message": "Load More" + "message": "더 불러오기" }, "mobile": { - "message": "Mobile", + "message": "모바일", "description": "Mobile app" }, "extension": { - "message": "Extension", + "message": "확장", "description": "Browser extension\/addon" }, "desktop": { - "message": "Desktop", + "message": "데스크탑", "description": "Desktop app" }, "webVault": { - "message": "Web Vault" + "message": "웹 보관함" }, "loggedIn": { - "message": "Logged in." + "message": "로그인됨." }, "changedPassword": { - "message": "Changed account password." + "message": "계정 비밀번호가 변경됨." }, "enabledUpdated2fa": { - "message": "Enabled\/updated two-step login." + "message": "2단계 로그인 활성화\/갱신됨." }, "disabled2fa": { - "message": "Disabled two-step login." + "message": "2단계 로그인 비활성화됨." }, "recovered2fa": { - "message": "Recovered account from two-step login." + "message": "2단계 로그인으로 복구된 계정." }, "failedLogin": { - "message": "Login attempt failed with incorrect password." + "message": "잘못된 암호로 로그인 시도가 실패했습니다." }, "failedLogin2fa": { - "message": "Login attempt failed with incorrect two-step login." + "message": "잘못된 2단계 로그인으로 로그인 시도가 실패했습니다." }, "editedOrgSettings": { - "message": "Edited organization settings." + "message": "조직 설정이 수정되었습니다." }, "createdItemId": { - "message": "Created item $ID$.", + "message": "$ID$ 항목이 생성되었습니다.", "placeholders": { "id": { "content": "$1", @@ -2210,7 +2225,7 @@ } }, "editedItemId": { - "message": "Edited item $ID$.", + "message": "$ID$ 항목이 수정되었습니다.", "placeholders": { "id": { "content": "$1", @@ -2219,7 +2234,7 @@ } }, "deletedItemId": { - "message": "Deleted item $ID$.", + "message": "$ID$ 항목이 삭제되었습니다.", "placeholders": { "id": { "content": "$1", @@ -2228,7 +2243,7 @@ } }, "sharedItemId": { - "message": "Shared item $ID$.", + "message": "$ID$ 항목이 공유되었습니다.", "placeholders": { "id": { "content": "$1", @@ -2237,7 +2252,7 @@ } }, "createdCollectionId": { - "message": "Created collection $ID$.", + "message": "$ID$ 컬렉션이 생성되었습니다.", "placeholders": { "id": { "content": "$1", @@ -2246,7 +2261,7 @@ } }, "editedCollectionId": { - "message": "Edited collection $ID$.", + "message": "$ID$ 컬렉션이 수정되었습니다.", "placeholders": { "id": { "content": "$1", @@ -2255,7 +2270,7 @@ } }, "deletedCollectionId": { - "message": "Deleted collection $ID$.", + "message": "$ID$ 컬렉션이 삭제되었습니다.", "placeholders": { "id": { "content": "$1", @@ -2318,7 +2333,7 @@ } }, "editedCollectionsForItem": { - "message": "Edited collections for item $ID$.", + "message": "$ID$ 항목에 대한 컬렉션이 수정되었습니다.", "placeholders": { "id": { "content": "$1", @@ -2336,7 +2351,7 @@ } }, "confirmedUserId": { - "message": "Confirmed user $ID$.", + "message": "$ID$ 사용자가 확인되었습니다.", "placeholders": { "id": { "content": "$1", @@ -2354,7 +2369,7 @@ } }, "editedGroupsForUser": { - "message": "Edited groups for user $ID$.", + "message": "$ID$ 사용자에 대한 그룹이 편집되었습니다.", "placeholders": { "id": { "content": "$1", @@ -2378,22 +2393,22 @@ "message": "사용자 접근" }, "userType": { - "message": "User Type" + "message": "사용자 유형" }, "groupAccess": { "message": "그룹 접근" }, "groupAccessUserDesc": { - "message": "Edit the groups that this user belongs to." + "message": "이 사용자가 속한 그룹을 편집합니다." }, "invitedUsers": { "message": "사용자를 초대했습니다." }, "resendInvitation": { - "message": "Resend Invitation" + "message": "초대장 다시 보내기" }, "hasBeenReinvited": { - "message": "$USER$ has been reinvited.", + "message": "$USER$가 다시 초대되었습니다.", "placeholders": { "user": { "content": "$1", @@ -2402,13 +2417,13 @@ } }, "confirm": { - "message": "Confirm" + "message": "확인" }, "confirmUser": { - "message": "Confirm User" + "message": "사용자 확인" }, "hasBeenConfirmed": { - "message": "$USER$ has been confirmed.", + "message": "$USER$가 확인되었습니다.", "placeholders": { "user": { "content": "$1", @@ -2417,10 +2432,10 @@ } }, "confirmUsers": { - "message": "Confirm Users" + "message": "사용자 확인" }, "usersNeedConfirmed": { - "message": "You have users that have accepted their invitation, but still need to be confirmed. Users will not have access to the organization until they are confirmed." + "message": "초대에 수락한 사용자가 있지만 여전히 확인이 필요합니다. 사용자는 확인될 때까지 조직에 액세스할 수 없습니다." }, "startDate": { "message": "시작 날짜" @@ -2429,97 +2444,97 @@ "message": "종료 날짜" }, "verifyEmail": { - "message": "Verify Email" + "message": "이메일 인증하기" }, "verifyEmailDesc": { - "message": "Verify your account's email address to unlock access to all features." + "message": "모든 기능에 대한 액세스 잠금을 해제하려면 계정의 이메일을 인증하십시오." }, "verifyEmailFirst": { - "message": "Your account's email address first must be verified." + "message": "계정의 이메일 주소를 먼저 확인해야 합니다." }, "checkInboxForVerification": { - "message": "Check your email inbox for a verification link." + "message": "이메일 편지함에서 인증 링크를 확인하십시오." }, "emailVerified": { - "message": "Your email has been verified." + "message": "이메일이 확인되었습니다." }, "emailVerifiedFailed": { - "message": "Unable to verify your email. Try sending a new verification email." + "message": "이메일을 인증할 수 없습니다. 새로운 인증을 이메일로 전송하십시오." }, "updateBrowser": { "message": "브라우저 업데이트" }, "updateBrowserDesc": { - "message": "You are using an unsupported web browser. The web vault may not function properly." + "message": "지원하지 않는 웹 브라우저를 사용하고 있습니다. 웹 보관함 기능이 제대로 동작하지 않을 수 있습니다." }, "joinOrganization": { - "message": "Join Organization" + "message": "조직 참가" }, "joinOrganizationDesc": { - "message": "You've been invited to join the organization listed above. To accept the invitation, you need to log in or create a new Bitwarden account." + "message": "이 조직에서 귀하에게 가입 초대를 보냈습니다. 초대를 수락하려면 로그인하거나 Bitwarden 계정을 생성해야 합니다." }, "inviteAccepted": { - "message": "Invitation Accepted" + "message": "초대 수락됨" }, "inviteAcceptedDesc": { - "message": "You can access this organization once an administrator confirms your membership. We'll send you an email when that happens." + "message": "관리자의 확인을 받으면 조직에 액세스할 수 있습니다. 승인이 이뤄지면 이메일을 보내드리겠습니다." }, "inviteAcceptFailed": { - "message": "Unable to accept invitation. Ask an organization admin to send a new invitation." + "message": "초대를 수락할 수 없습니다. 조직 관리자에게 새 초대장을 보내도록 요청하십시오." }, "rememberEmail": { - "message": "Remember email" + "message": "이메일 기억하기" }, "recoverAccountTwoStepDesc": { - "message": "If you cannot access your account through your normal two-step login methods, you can use your two-step login recovery code to disable all two-step providers on your account." + "message": "일반적인 2단계 로그인 방법을 통해 계정에 액세스할 수 없는 경우, 2단계 로그인 복구 코드를 사용하여 계정의 모든 2단계 제공자를 비활성화할 수 있습니다." }, "recoverAccountTwoStep": { - "message": "Recover Account Two-Step Login" + "message": "계정 2단계 로그인 복구하기" }, "twoStepRecoverDisabled": { - "message": "Two-step login has been disabled on your account." + "message": "계정에 2단계 로그인이 비활성화되어 있습니다." }, "learnMore": { "message": "더 알아보기" }, "deleteRecoverDesc": { - "message": "Enter your email address below to recover and delete your account." + "message": "계정을 복구하거나 삭제하려면 아래에 이메일 주소를 입력하십시오." }, "deleteRecoverEmailSent": { - "message": "If your account exists, we've sent you an email with further instructions." + "message": "계정이 존재한다면 추가적인 안내사항이 있는 이메일을 보냈습니다." }, "deleteRecoverConfirmDesc": { - "message": "You have requested to delete your Bitwarden account. Click the button below to confirm." + "message": "Biitiwarden 계정을 삭제하도록 요청했습니다. 아래 버튼을 클릭하여 확인하십시오." }, "myOrganization": { "message": "내 조직" }, "deleteOrganization": { - "message": "Delete Organization" + "message": "조직 삭제" }, "deleteOrganizationDesc": { - "message": "Proceed below to delete this organization and all associated data. Individual user accounts will remain, though they will not be associated to this organization anymore. " + "message": "조직과 연관된 모든 데이터를 삭제하려면 다음 단계로 나아가십시오. 개인 사용자 계정은 유지되지만 더 이상 조직에 연결되지 않습니다. " }, "deleteOrganizationWarning": { - "message": "Deleting the organization is permanent. It cannot be undone." + "message": "조직 삭제는 영구적이며 되돌릴 수 없습니다." }, "organizationDeleted": { - "message": "Organization Deleted" + "message": "조직 삭제됨" }, "organizationDeletedDesc": { - "message": "The organization and all associated data has been deleted." + "message": "조직과 연관된 모든 데이터가 삭제되었습니다." }, "organizationUpdated": { - "message": "Organization updated" + "message": "조직 갱신됨" }, "taxInformation": { - "message": "Tax Information" + "message": "세금 정보" }, "taxInformationDesc": { - "message": "Please contact support to provide (or update) tax information for your invoices." + "message": "청구서에 대한 세금 정보를 제공(또는 업데이트) 하려면 지원팀에 문의하십시오." }, "billingPlan": { - "message": "Plan", + "message": "플랜", "description": "A billing plan\/package. For example: families, teams, enterprise, etc." }, "changeBillingPlan": { @@ -2527,15 +2542,15 @@ "description": "A billing plan\/package. For example: families, teams, enterprise, etc." }, "changeBillingPlanUpgrade": { - "message": "Upgrade your account to another plan be providing the information below. Please ensure that you have an active payment method added to the account.", + "message": "아래 정보를 제공하여 계정을 다른 플랜으로 업그레이드하십시오. 계정에 활성화된 결제 방식이 추가되어 있는지 확인하십시오.", "description": "A billing plan\/package. For example: families, teams, enterprise, etc." }, "changeBillingPlanDesc": { - "message": "Contact customer support if you would like to change your plan. Please ensure that you have an active payment method added to the account.", + "message": "플랜을 변경하려면 고객 지원팀에 문의하십시오. 계정에 활성화된 결제 방식이 추가되어 있는지 확인하십시오.", "description": "A billing plan\/package. For example: families, teams, enterprise, etc." }, "invoiceNumber": { - "message": "Invoice #$NUMBER$", + "message": "청구서 #$NUMBER$", "description": "ex. Invoice #79C66F0-0001", "placeholders": { "number": { @@ -2545,31 +2560,31 @@ } }, "viewInvoice": { - "message": "View Invoice" + "message": "청구서 보기" }, "downloadInvoice": { - "message": "Download Invoice" + "message": "청구서 다운로드" }, "verifyBankAccount": { - "message": "Verify Bank Account" + "message": "은행 계좌 인증하기" }, "verifyBankAccountDesc": { - "message": "We have made two micro-deposits to your bank account (it may take 1-2 business days to show up). Enter these amounts to verify the bank account." + "message": "우리는 귀하의 은행 계좌에 2건의 소액 결제정보를 생성했습니다(보여지기까지 1~2영업일 소요됨). 은행 계좌를 인증하려면 해당 금액을 입력하십시오." }, "verifyBankAccountInitialDesc": { - "message": "Payment with a bank account is only available to customers in the United States. You will be required to verify your bank account. We will make two micro-deposits within the next 1-2 business days. Enter these amounts on the organization's billing page to verify the bank account." + "message": "은행 계좌를 통한 결제는 미국 내 고객만 이용할 수 있습니다. 은행 계좌는 확인이 필요합니다. 1-2영업일 이내에 2건의 소액 결제정보를 생성할 것입니다. 은행 계좌를 인증하려면 조직 내 청구 페이지에서 해당 금액을 입력하십시오." }, "verifyBankAccountFailureWarning": { - "message": "Failure to verify the bank account will result in a missed payment and your subscription being disabled." + "message": "은행 계좌를 확인하지 않으면 결제가 누락되어 구독이 비활성화됩니다." }, "verifiedBankAccount": { - "message": "Bank account has been verified." + "message": "계좌 번호가 확인되었습니다." }, "bankAccount": { - "message": "Bank Account" + "message": "은행 계좌" }, "amountX": { - "message": "Amount $COUNT$", + "message": "금액 $COUNT$", "description": "Used in bank account verification of micro-deposits. Amount, as in a currency amount. Ex. Amount 1 is $2.00, Amount 2 is $1.50", "placeholders": { "count": { @@ -2579,37 +2594,37 @@ } }, "routingNumber": { - "message": "Routing Number", + "message": "라우팅 번호", "description": "Bank account routing number" }, "accountNumber": { "message": "계좌 번호" }, "accountHolderName": { - "message": "Account Holder Name" + "message": "계좌 소유자 이름" }, "bankAccountType": { - "message": "Account Type" + "message": "계좌 유형" }, "bankAccountTypeCompany": { - "message": "Company (Business)" + "message": "회사 (기업)" }, "bankAccountTypeIndividual": { - "message": "Individual (Personal)" + "message": "개인 (개인)" }, "enterInstallationId": { - "message": "Enter your installation id" + "message": "설치 ID를 입력하십시오" }, "addSeats": { - "message": "Add Seats", + "message": "사용자 수 추가", "description": "Seat = User Seat" }, "removeSeats": { - "message": "Remove Seats", + "message": "사용자 수 제거", "description": "Seat = User Seat" }, "subscriptionUserSeats": { - "message": "Your subscription allows for a total of $COUNT$ users.", + "message": "귀하의 구독은 총 $COUNT$명의 사용자를 허용합니다.", "placeholders": { "count": { "content": "$1", @@ -2618,19 +2633,19 @@ } }, "seatsToAdd": { - "message": "Seats To Add" + "message": "추가할 사용자 수" }, "seatsToRemove": { - "message": "Seats To Remove" + "message": "제거할 사용자 수" }, "seatsAddNote": { - "message": "Adding user seats will result in adjustments to your billing totals and immediately charge your payment method on file. The first charge will be prorated for the remainder of the current billing cycle." + "message": "사용자 수를 추가하면 청구 총계가 조정되고 파일에 즉시 지불 방법이 청구됩니다. 첫 번째 요금은 현재 청구 주기의 나머지 기간 동안 적립될 것입니다." }, "seatsRemoveNote": { - "message": "Removing user seats will result in adjustments to your billing totals that will be prorated as credits toward your next billing charge." + "message": "사용자 수를 제거하면 다음 청구 비용에 대한 크레딧으로 할당된 청구 총계가 조정될 것입니다." }, "adjustedSeats": { - "message": "Adjusted $AMOUNT$ user seats.", + "message": "사용자 수가 $AMOUNT$명으로 조정됨", "placeholders": { "amount": { "content": "$1", @@ -2648,13 +2663,13 @@ "message": "암호화 키 업데이트" }, "updateEncryptionKeyShortDesc": { - "message": "You are currently using an outdated encryption scheme." + "message": "현재 오래된 암호화 체계를 사용하고 있습니다." }, "updateEncryptionKeyDesc": { - "message": "We've moved to larger encryption keys that provide better security and access to newer features. Updating your encryption key is quick and easy. Just type your master password below. This update will eventually become mandatory." + "message": "우리는 더 나은 보안 및 새로운 기능에 대한 액세스를 제공하는 더 큰 암호화 키로 이동했습니다. 암호화 키를 업데이트하는 것은 빠르고 쉽습니다. 그저 마스터 비밀번호를 입력하면 됩니다. 이 업데이트는 결국 필수사항이 될 것입니다." }, "updateEncryptionKeyWarning": { - "message": "After updating your encryption key, you are required to log out and back in to all Bitwarden applications that you are currently using (such as the mobile app or browser extensions). Failure to log out and back in (which downloads your new encryption key) may result in data corruption. We will attempt to log you out automatically, however, it may be delayed." + "message": "암호화 키를 업데이트하고난 후 현재 사용 중인 모든 Bitwarden 애플리케이션(예. 모바일 앱 혹은 브라우저 확장 기능)에서 로그아웃 후 다시 로그인해야 합니다. 재로그인하지 않으면 (새 암호화 키를 다운로드받는 경우) 데이터 손실이 발생할 수 있습니다. 자동으로 로그아웃을 시도하지만 지연될 수 있습니다." }, "subscription": { "message": "구독" @@ -2669,26 +2684,26 @@ "message": "조직 업그레이드" }, "upgradeOrganizationDesc": { - "message": "This feature is not available for free organizations. Switch to a paid plan to unlock more features." + "message": "이 기능은 무료 조직에서는 사용할 수 없습니다. 더 많은 기능을 이용하려면 유료 플랜으로 전환하십시오." }, "createOrganizationStep1": { "message": "조직 만들기: 1단계" }, "createOrganizationCreatePersonalAccount": { - "message": "Before creating your organization, you first need to create a free personal account." + "message": "조직을 생성하기 전에 먼저 무료 개인 계정을 생성해야 합니다." }, "refunded": { - "message": "Refunded" + "message": "환불됨" }, "nothingSelected": { "message": "아무것도 선택하지 않았습니다." }, "submitAgreePolicies": { - "message": "By clicking the \"Submit\" button, you agree to the following policies:", + "message": "\"제출\" 버튼을 클릭하는 것으로 이하의 정책에 동의합니다:", "description": "A policy is something like Terms of Service, Privacy Policy, etc." }, "termsOfService": { - "message": "Terms of Service" + "message": "서비스 약관" }, "privacyPolicy": { "message": "개인 정보 보호 정책" @@ -2732,103 +2747,106 @@ "description": "ex. Date this password was updated" }, "organizationIsDisabled": { - "message": "Organization is disabled." + "message": "조직이 비활성화됨" }, "licenseIsExpired": { "message": "라이선스가 만료되었습니다." }, "updatedUsers": { - "message": "Updated users" + "message": "업데이트된 사용자" }, "selected": { - "message": "Selected" + "message": "선택됨" }, "ownership": { - "message": "Ownership" + "message": "소유자" }, "whoOwnsThisItem": { - "message": "Who owns this item?" + "message": "이 항목의 소유자는 누구입니까?" }, "strong": { - "message": "Strong", + "message": "강함", "description": "ex. A strong password. Scale: Very Weak -> Weak -> Good -> Strong" }, "good": { - "message": "Good", + "message": "괜찮음", "description": "ex. A good password. Scale: Very Weak -> Weak -> Good -> Strong" }, "weak": { - "message": "Weak", + "message": "약함", "description": "ex. A weak password. Scale: Very Weak -> Weak -> Good -> Strong" }, "veryWeak": { - "message": "Very Weak", + "message": "매우 약함", "description": "ex. A very weak password. Scale: Very Weak -> Weak -> Good -> Strong" }, "weakMasterPassword": { - "message": "Weak Master Password" + "message": "취약한 마스터 비밀번호" }, "weakMasterPasswordDesc": { - "message": "The master password you have chosen is weak. You should use a strong master password (or a passphrase) to properly protect your Bitwarden account. Are you sure you want to use this master password?" + "message": "선택된 마스터 비밀번호는 취약합니다. Bitwarden 계정을 제대로 보호하기 위해서는 강력한 마스터 비밀번호(혹은 패스프레이즈)를 사용해야 합니다. 정말 마스터 비밀번호로 사용하시겠습니까?" }, "rotateAccountEncKey": { - "message": "Also rotate my account's encryption key" + "message": "내 계정의 암호화 키 회전" }, "rotateEncKeyTitle": { - "message": "Rotate Encryption Key" + "message": "암호화 키 교체하기" }, "rotateEncKeyConfirmation": { - "message": "Are you sure you want to rotate your account's encryption key?" + "message": "정말 계정의 암호화 키를 교체하시겠습니까?" }, "attachmentsNeedFix": { - "message": "This item has old file attachments that need to be fixed." + "message": "이 항목은 수정이 필요한 오래된 파일을 갖고 있습니다." }, "attachmentFixDesc": { - "message": "This is an old file attachment the needs to be fixed. Click to learn more." + "message": "이것은 수정이 필요한 오래된 파일입니다. 자세한 내용을 보려면 클릭하십시오." }, "fix": { - "message": "Fix", + "message": "수정", "description": "This is a verb. ex. 'Fix The Car'" }, "oldAttachmentsNeedFixDesc": { - "message": "There are old file attachments in your vault that need to be fixed before you can rotate your account's encryption key." + "message": "계정의 암호화 키를 교체하기 전에 보관함 내 오래된 파일 수정이 필요합니다." }, "yourAccountsFingerprint": { - "message": "Your account's fingerprint phrase", + "message": "계정 지문 구절", "description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their public key with another user, for the purposes of sharing." }, "fingerprintEnsureIntegrityVerify": { - "message": "To ensure the integrity of your encryption keys, please verify the user's fingerprint phrase before continuing.", + "message": "암호화 키의 무결성을 확인하려면 계속하기 전에 사용자의 지문 구문을 확인하십시오.", "description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their public key with another user, for the purposes of sharing." }, "dontAskFingerprintAgain": { - "message": "Don't ask to verify fingerprint phrase again", + "message": "지문 구절을 다시 확인하지 않음", "description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their public key with another user, for the purposes of sharing." }, "free": { - "message": "Free", + "message": "무료", "description": "Free, as in 'Free beer'" }, "apiKey": { - "message": "API Key" + "message": "API 키" }, "apiKeyDesc": { - "message": "Your API key can be used to authenticate to the Bitwarden public API." + "message": "API 키를 사용하여 Bitwarden 공용 API에 인증할 수 있습니다." }, "apiKeyRotateDesc": { - "message": "Rotating the API key will invalidate the previous key. You can rotate your API key if you believe that the current key is no longer safe to use." + "message": "API 키를 교체하면 이전 키는 무효화됩니다. 현재 키가 더 이상 안전하지 않다고 판단되면 API 키를 교체할 수 있습니다." }, "apiKeyWarning": { - "message": "Your API key has full access to the organization. It should be kept secret." + "message": "귀하의 API 키는 조직에 대한 전체 액세스 권한을 가집니다. 이것은 비밀로 해야 합니다." }, "oauth2ClientCredentials": { - "message": "OAuth 2.0 Client Credentials", + "message": "OAuth 2.0 클라이언트 자격 증명", "description": "'OAuth 2.0' is a programming protocol. It should probably not be translated." }, "viewApiKey": { - "message": "View API Key" + "message": "API 키 보기" }, "rotateApiKey": { - "message": "Rotate API Key" + "message": "API 키 교체" + }, + "selectOneCollection": { + "message": "You must select at least one collection." } } \ No newline at end of file diff --git a/src/locales/nb/messages.json b/src/locales/nb/messages.json index cd2ca039..d2ac86ba 100644 --- a/src/locales/nb/messages.json +++ b/src/locales/nb/messages.json @@ -151,6 +151,9 @@ "value": { "message": "Verdi" }, + "dragToSort": { + "message": "Drag to sort" + }, "cfTypeText": { "message": "Tekst" }, @@ -194,7 +197,7 @@ "description": "A programming term, also known as 'RegEx'." }, "matchDetection": { - "message": "Match-gjenkjenning", + "message": "Samsvar-gjenkjenning", "description": "URI match detection for auto-fill." }, "defaultMatchDetection": { @@ -586,12 +589,16 @@ "unlock": { "message": "Lås opp" }, - "loggedInAsEmail": { - "message": "Logget på som $EMAIL$.", + "loggedInAsEmailOn": { + "message": "Logged in as $EMAIL$ on $HOSTNAME$.", "placeholders": { "email": { "content": "$1", "example": "name@example.com" + }, + "hostname": { + "content": "$2", + "example": "bitwarden.com" } } }, @@ -820,6 +827,13 @@ "wordSeparator": { "message": "Ordadskiller" }, + "capitalize": { + "message": "Capitalize", + "description": "Make the first letter of a work uppercase." + }, + "includeNumber": { + "message": "Include Number" + }, "passwordHistory": { "message": "Passordhistorikk" }, @@ -827,7 +841,8 @@ "message": "Det er ingen passord å liste opp." }, "clear": { - "message": "Tøm" + "message": "Tøm", + "description": "To clear something out. example: To clear browser history." }, "accountUpdated": { "message": "Kontoen er oppdatert" @@ -1485,7 +1500,7 @@ "message": "En feil oppstod under forsøk på å laste inn rapporten. Prøv igjen." }, "billing": { - "message": "Billing" + "message": "Fakturering" }, "accountCredit": { "message": "Konto kreditt", @@ -1504,13 +1519,13 @@ "description": "Dollar amount, or quantity." }, "creditDelayed": { - "message": "Added credit will appear on your account after the payment has been fully processed. Some payment methods are delayed and can take longer to process than others." + "message": "Lagt til kreditt vil vises på kontoen din etter at betalingen er fullstendig behandlet. Noen betalingsmetoder er forsinket og kan ta lengre tid å behandle enn andre." }, "makeSureEnoughCredit": { - "message": "Please make sure that your account has enough credit available for this purchase. If your account does not have enough credit available, your default payment method on file will be used for the difference. You can add credit to your account from the Billing page." + "message": "Vær sikker på at kontoen din har nok kreditt tilgjengelig for dette kjøpet. Hvis kontoen din ikke har nok kreditt tilgjengelig, vil standard betalingsmåten din bli brukt til forskjellen. Du kan legge til kreditt på kontoen din på Faktureringssiden." }, "creditAppliedDesc": { - "message": "Your account's credit can be used to make purchases. Any available credit will be automatically applied towards invoices generated for this account." + "message": "Kontoens kreditt kan brukes til kjøp. Eventuell tilgjengelig kreditt vil automatisk bli brukt mot fakturaer generert for denne kontoen." }, "goPremium": { "message": "Oppgrader til Premium", @@ -1611,7 +1626,7 @@ "message": "Din betalingsmetode vil bli trekt umiddelbart og deretter på en gjentakende basis hvert år. Du kan avbryte det til enhver tid." }, "paymentCharged": { - "message": "Your payment method will be charged immediately and then on a recurring basis each $INTERVAL$. You may cancel at any time.", + "message": "Betalingsmåten din belastes umiddelbart og deretter hver gang $INTERVAL$. Du kan kansellere når som helst.", "placeholders": { "interval": { "content": "$1", @@ -1733,7 +1748,7 @@ "description": "Past tense status of an invoice. ex. Paid or unpaid." }, "unpaid": { - "message": "Unpaid", + "message": "Ikke betalt", "description": "Past tense status of an invoice. ex. Paid or unpaid." }, "transactions": { @@ -1744,7 +1759,7 @@ "message": "Ingen transaksjoner." }, "chargeNoun": { - "message": "Charge", + "message": "Trekk", "description": "Noun. A charge from a payment method." }, "refundNoun": { @@ -2003,7 +2018,7 @@ "message": "Din nye organisasjon er klar til å begynne!" }, "organizationUpgraded": { - "message": "Your organization has been upgraded." + "message": "Din organisasjon har blitt oppgradert." }, "leave": { "message": "Forlat" @@ -2527,7 +2542,7 @@ "description": "A billing plan\/package. For example: families, teams, enterprise, etc." }, "changeBillingPlanUpgrade": { - "message": "Upgrade your account to another plan be providing the information below. Please ensure that you have an active payment method added to the account.", + "message": "Oppgrader din konto til en annen plan, gi informasjonen nedenfor. Sørg for at du har en aktiv betalingsmetode lagt til kontoen.", "description": "A billing plan\/package. For example: families, teams, enterprise, etc." }, "changeBillingPlanDesc": { @@ -2545,10 +2560,10 @@ } }, "viewInvoice": { - "message": "View Invoice" + "message": "Se faktura" }, "downloadInvoice": { - "message": "Download Invoice" + "message": "Last ned faktura" }, "verifyBankAccount": { "message": "Bekreft bankkontoen din" @@ -2810,25 +2825,28 @@ "description": "Free, as in 'Free beer'" }, "apiKey": { - "message": "API Key" + "message": "API-nøkkel" }, "apiKeyDesc": { - "message": "Your API key can be used to authenticate to the Bitwarden public API." + "message": "API-nøkkelen din kan brukes til å godkjenne til den offentlige API-en for Bitwarden." }, "apiKeyRotateDesc": { - "message": "Rotating the API key will invalidate the previous key. You can rotate your API key if you believe that the current key is no longer safe to use." + "message": "Hvis du roterer API-nøkkel, blir den forrige nøkkelen ugyldig. Du kan rotere API-nøkkelen din hvis du mener at den nåværende nøkkelen ikke lenger er trygt å bruke." }, "apiKeyWarning": { - "message": "Your API key has full access to the organization. It should be kept secret." + "message": "Din API-nøkkel har full tilgang til organisasjonen. Det bør holdes hemmelig." }, "oauth2ClientCredentials": { "message": "OAuth 2.0 Client Credentials", "description": "'OAuth 2.0' is a programming protocol. It should probably not be translated." }, "viewApiKey": { - "message": "View API Key" + "message": "Se API-nøkkel" }, "rotateApiKey": { - "message": "Rotate API Key" + "message": "Roter API-nøkkel" + }, + "selectOneCollection": { + "message": "You must select at least one collection." } } \ No newline at end of file diff --git a/src/locales/nl/messages.json b/src/locales/nl/messages.json index 948a3384..09961c8f 100644 --- a/src/locales/nl/messages.json +++ b/src/locales/nl/messages.json @@ -53,7 +53,7 @@ "message": "Nummer" }, "brand": { - "message": "Merk" + "message": "Soort" }, "expiration": { "message": "Vervaldatum" @@ -151,6 +151,9 @@ "value": { "message": "Waarde" }, + "dragToSort": { + "message": "Drag to sort" + }, "cfTypeText": { "message": "Tekst" }, @@ -276,13 +279,13 @@ "message": "Favorieten" }, "types": { - "message": "Types" + "message": "Typen" }, "typeLogin": { "message": "Aanmelden" }, "typeCard": { - "message": "Kaart" + "message": "Creditkaart" }, "typeIdentity": { "message": "Identiteit" @@ -586,12 +589,16 @@ "unlock": { "message": "Ontgrendelen" }, - "loggedInAsEmail": { - "message": "Ingelogd als $EMAIL$.", + "loggedInAsEmailOn": { + "message": "Logged in as $EMAIL$ on $HOSTNAME$.", "placeholders": { "email": { "content": "$1", "example": "name@example.com" + }, + "hostname": { + "content": "$2", + "example": "bitwarden.com" } } }, @@ -820,6 +827,13 @@ "wordSeparator": { "message": "Woordscheidingsteken" }, + "capitalize": { + "message": "Capitalize", + "description": "Make the first letter of a work uppercase." + }, + "includeNumber": { + "message": "Include Number" + }, "passwordHistory": { "message": "Wachtwoordgeschiedenis" }, @@ -827,7 +841,8 @@ "message": "Er zijn geen wachtwoorden om weer te geven." }, "clear": { - "message": "Wissen" + "message": "Wissen", + "description": "To clear something out. example: To clear browser history." }, "accountUpdated": { "message": "Account is bijgewerkt" @@ -2527,7 +2542,7 @@ "description": "A billing plan\/package. For example: families, teams, enterprise, etc." }, "changeBillingPlanUpgrade": { - "message": "Upgrade your account to another plan be providing the information below. Please ensure that you have an active payment method added to the account.", + "message": "Upgrade uw account naar een ander lidmaatschap door onderstaande informatie door te geven. Verzeker uzelf ervan dat er een actieve betaalmethode aan het account is gekoppeld.", "description": "A billing plan\/package. For example: families, teams, enterprise, etc." }, "changeBillingPlanDesc": { @@ -2697,7 +2712,7 @@ "message": "Filters" }, "lockOptions": { - "message": "Vergrendelopties" + "message": "Vergrendelingsopties" }, "lockOptionsDesc": { "message": "Kies wanneer uw kluis wordt vergrendeld. Een vergrendelde kluis vereist dat u uw hoofdwachtwoord opnieuw invoert om de kluis opnieuw te mogen gebruiken." @@ -2830,5 +2845,8 @@ }, "rotateApiKey": { "message": "API-sleutel roteren" + }, + "selectOneCollection": { + "message": "You must select at least one collection." } } \ No newline at end of file diff --git a/src/locales/pl/messages.json b/src/locales/pl/messages.json index c3143eb6..da673add 100644 --- a/src/locales/pl/messages.json +++ b/src/locales/pl/messages.json @@ -151,6 +151,9 @@ "value": { "message": "Wartość" }, + "dragToSort": { + "message": "Drag to sort" + }, "cfTypeText": { "message": "Tekst" }, @@ -586,12 +589,16 @@ "unlock": { "message": "Odblokuj" }, - "loggedInAsEmail": { - "message": "Zalogowany jako $EMAIL$.", + "loggedInAsEmailOn": { + "message": "Logged in as $EMAIL$ on $HOSTNAME$.", "placeholders": { "email": { "content": "$1", "example": "name@example.com" + }, + "hostname": { + "content": "$2", + "example": "bitwarden.com" } } }, @@ -820,6 +827,13 @@ "wordSeparator": { "message": "Separator wyrazów" }, + "capitalize": { + "message": "Capitalize", + "description": "Make the first letter of a work uppercase." + }, + "includeNumber": { + "message": "Include Number" + }, "passwordHistory": { "message": "Historia haseł" }, @@ -827,7 +841,8 @@ "message": "Brak haseł." }, "clear": { - "message": "Wyczyść" + "message": "Wyczyść", + "description": "To clear something out. example: To clear browser history." }, "accountUpdated": { "message": "Konto zaktualizowane" @@ -1017,7 +1032,7 @@ "message": "Wyłącz ikony stron" }, "disableIconsDesc": { - "message": "Możesz wyświetlać rozpoznawalną ikonę serwisu obok danych logowania w Twoim sejfie." + "message": "Wyświetlaj rozpoznawalną ikonę serwisu obok danych logowania w Twoim sejfie." }, "enableGravatars": { "message": "Włącz Gravatary", @@ -1611,7 +1626,7 @@ "message": "Twoja płatność zostanie zrealizowana natychmiast i będzie powtarzana corocznie. Możesz zrezygnować w dowolnej chwili." }, "paymentCharged": { - "message": "Your payment method will be charged immediately and then on a recurring basis each $INTERVAL$. You may cancel at any time.", + "message": "Twoja płatność zostanie zrealizowana natychmiast i będzie powtarzana co $INTERVAL$. Możesz zrezygnować w dowolnej chwili.", "placeholders": { "interval": { "content": "$1", @@ -2003,7 +2018,7 @@ "message": "Twoja nowa organizacja jest gotowa!" }, "organizationUpgraded": { - "message": "Your organization has been upgraded." + "message": "Twoja organizacja została zaktualizowana." }, "leave": { "message": "Opuść" @@ -2527,7 +2542,7 @@ "description": "A billing plan\/package. For example: families, teams, enterprise, etc." }, "changeBillingPlanUpgrade": { - "message": "Upgrade your account to another plan be providing the information below. Please ensure that you have an active payment method added to the account.", + "message": "Zaktualizuj plan dla swojej organizacji poprzez wprowadzenie informacji poniżej. Proszę upewnić się, że do konta została dodana aktywna metoda płatności.", "description": "A billing plan\/package. For example: families, teams, enterprise, etc." }, "changeBillingPlanDesc": { @@ -2830,5 +2845,8 @@ }, "rotateApiKey": { "message": "Zmień klucz API" + }, + "selectOneCollection": { + "message": "You must select at least one collection." } } \ No newline at end of file diff --git a/src/locales/pt_BR/messages.json b/src/locales/pt_BR/messages.json index 682ea0cc..b402f068 100644 --- a/src/locales/pt_BR/messages.json +++ b/src/locales/pt_BR/messages.json @@ -151,6 +151,9 @@ "value": { "message": "Valor" }, + "dragToSort": { + "message": "Drag to sort" + }, "cfTypeText": { "message": "Texto" }, @@ -586,12 +589,16 @@ "unlock": { "message": "Desbloquear" }, - "loggedInAsEmail": { - "message": "Sessão iniciada como $EMAIL$.", + "loggedInAsEmailOn": { + "message": "Logged in as $EMAIL$ on $HOSTNAME$.", "placeholders": { "email": { "content": "$1", "example": "name@example.com" + }, + "hostname": { + "content": "$2", + "example": "bitwarden.com" } } }, @@ -820,6 +827,13 @@ "wordSeparator": { "message": "Separador de palavra" }, + "capitalize": { + "message": "Capitalize", + "description": "Make the first letter of a work uppercase." + }, + "includeNumber": { + "message": "Include Number" + }, "passwordHistory": { "message": "Histórico de senha" }, @@ -827,7 +841,8 @@ "message": "Não existem senhas para listar." }, "clear": { - "message": "Limpar" + "message": "Limpar", + "description": "To clear something out. example: To clear browser history." }, "accountUpdated": { "message": "Conta atualizada" @@ -2830,5 +2845,8 @@ }, "rotateApiKey": { "message": "Girar chave API" + }, + "selectOneCollection": { + "message": "You must select at least one collection." } } \ No newline at end of file diff --git a/src/locales/pt_PT/messages.json b/src/locales/pt_PT/messages.json index 382ed5f7..7a91c0d7 100644 --- a/src/locales/pt_PT/messages.json +++ b/src/locales/pt_PT/messages.json @@ -151,6 +151,9 @@ "value": { "message": "Valor" }, + "dragToSort": { + "message": "Drag to sort" + }, "cfTypeText": { "message": "Texto" }, @@ -586,12 +589,16 @@ "unlock": { "message": "Desbloquear" }, - "loggedInAsEmail": { - "message": "Sessão iniciada como $EMAIL$.", + "loggedInAsEmailOn": { + "message": "Logged in as $EMAIL$ on $HOSTNAME$.", "placeholders": { "email": { "content": "$1", "example": "name@example.com" + }, + "hostname": { + "content": "$2", + "example": "bitwarden.com" } } }, @@ -820,6 +827,13 @@ "wordSeparator": { "message": "Separador de palavras" }, + "capitalize": { + "message": "Capitalize", + "description": "Make the first letter of a work uppercase." + }, + "includeNumber": { + "message": "Include Number" + }, "passwordHistory": { "message": "Histórico de palavras-passe" }, @@ -827,7 +841,8 @@ "message": "Não existem palavras-passe para listar." }, "clear": { - "message": "Limpar" + "message": "Limpar", + "description": "To clear something out. example: To clear browser history." }, "accountUpdated": { "message": "Conta atualizada" @@ -2830,5 +2845,8 @@ }, "rotateApiKey": { "message": "Rodar chave da API" + }, + "selectOneCollection": { + "message": "You must select at least one collection." } } \ No newline at end of file diff --git a/src/locales/ru/messages.json b/src/locales/ru/messages.json index f716511b..71879e15 100644 --- a/src/locales/ru/messages.json +++ b/src/locales/ru/messages.json @@ -151,6 +151,9 @@ "value": { "message": "Значение" }, + "dragToSort": { + "message": "Drag to sort" + }, "cfTypeText": { "message": "Текстовое" }, @@ -285,7 +288,7 @@ "message": "Карта" }, "typeIdentity": { - "message": "Личность" + "message": "Личные данные" }, "typeSecureNote": { "message": "Защищенная заметка" @@ -352,7 +355,7 @@ "message": "Поделиться" }, "valueCopied": { - "message": "$VALUE$ скопировано", + "message": "$VALUE$ скопирован(о)", "description": "Value has been copied to the clipboard.", "placeholders": { "value": { @@ -527,7 +530,7 @@ "message": "Мастер-пароль" }, "masterPassDesc": { - "message": "Мастер-пароль - ключ к вашему безопасному хранилищу. Он очень важен, поэтому не забывайте его. Восстановить мастер-пароль невозможно." + "message": "Мастер-пароль - ключ к вашему защищенному хранилищу. Он очень важен, поэтому не забывайте его. Восстановить мастер-пароль невозможно." }, "masterPassHintDesc": { "message": "Подсказка к мастер-паролю может помочь вам его вспомнить." @@ -586,12 +589,16 @@ "unlock": { "message": "Разблокировать" }, - "loggedInAsEmail": { - "message": "Вы вошли как $EMAIL$.", + "loggedInAsEmailOn": { + "message": "Logged in as $EMAIL$ on $HOSTNAME$.", "placeholders": { "email": { "content": "$1", "example": "name@example.com" + }, + "hostname": { + "content": "$2", + "example": "bitwarden.com" } } }, @@ -677,7 +684,7 @@ "message": "Используйте поддерживаемый веб-браузер (например, Chrome) и\/или добавьте дополнительные варианты аутентификации, которые поддерживаются в веб-браузерах (например, приложение-аутентификатор)." }, "twoStepOptions": { - "message": "Параметры двухфакторной аутентификации" + "message": "Настройки двухфакторной аутентификации" }, "recoveryCodeDesc": { "message": "Потеряли доступ ко всем вариантам двухфакторной аутентификации? Используйте код восстановления, чтобы отключить двухфакторную аутентификацию для вашей учетной записи." @@ -696,7 +703,7 @@ "message": "Ключ безопасности YubiKey OTP" }, "yubiKeyDesc": { - "message": "Используйте YubiKey для доступа к вашей учетной записи. Работает с устройствами YubiKey 4 серии, 5 серии и NEO." + "message": "Используйте YubiKey для доступа к учетной записи. Работает с устройствами YubiKey серий 4, 5 и NEO." }, "duoDesc": { "message": "Подтвердите при помощи Duo Security, используя приложение Duo Mobile, SMS, телефонный звонок или ключ безопасности U2F.", @@ -820,6 +827,13 @@ "wordSeparator": { "message": "Разделитель слов" }, + "capitalize": { + "message": "Capitalize", + "description": "Make the first letter of a work uppercase." + }, + "includeNumber": { + "message": "Include Number" + }, "passwordHistory": { "message": "История паролей" }, @@ -827,13 +841,14 @@ "message": "Нет паролей для отображения." }, "clear": { - "message": "Очистить" + "message": "Очистить", + "description": "To clear something out. example: To clear browser history." }, "accountUpdated": { "message": "Учетная запись обновлена" }, "changeEmail": { - "message": "Изменить email" + "message": "Изменение email" }, "newEmail": { "message": "Новый email" @@ -863,7 +878,7 @@ "message": "Пожалуйста, войдите снова. Если вы используете другие приложения Bitwarden, выполните на них выход и повторный вход." }, "changeMasterPassword": { - "message": "Изменить мастер-пароль" + "message": "Изменение мастер-пароля" }, "masterPasswordChanged": { "message": "Мастер-пароль изменен" @@ -1005,7 +1020,7 @@ "message": "Настройте возможности вашего веб-хранилища." }, "optionsUpdated": { - "message": "Параметры обновлены" + "message": "Настройки обновлены" }, "language": { "message": "Язык" @@ -1081,7 +1096,7 @@ "message": "При включении двухфакторной аутентификации вы можете навсегда потерять доступ к вашей учетной записи Bitwarden. Код восстановления позволяет получить доступ к вашему аккаунту в случае, если вы больше не можете использовать свой обычный метод двухфакторной аутентификации (например, при потере устройства). Поддержка Bitwarden не сможет вам помочь, если вы потеряете доступ к своей учетной записи. Мы рекомендуем вам записать или распечатать код восстановления и сохранить его в надежном месте." }, "viewRecoveryCode": { - "message": "Просмотреть код восстановления" + "message": "Просмотр кода восстановления" }, "providers": { "message": "Провайдеры", @@ -1167,13 +1182,13 @@ "message": "Добавить новый YubiKey в свою учетную запись" }, "twoFactorYubikeyPlugIn": { - "message": "Подключите YubiKey к USB-порту вашего компьютера." + "message": "Вставьте YubiKey в USB-порт компьютера." }, "twoFactorYubikeySelectKey": { "message": "Выберите первое пустое поле ввода YubiKey ниже." }, "twoFactorYubikeyTouchButton": { - "message": "Нажмите кнопку на YubiKey." + "message": "Нажмите кнопку YubiKey." }, "twoFactorYubikeySaveForm": { "message": "Сохранить форму." @@ -1488,11 +1503,11 @@ "message": "Оплата" }, "accountCredit": { - "message": "Баланс аккаунта", + "message": "Средства аккаунта", "description": "Financial term. In the case of Bitwarden, a positive balance means that you owe money, while a negative balance means that you have a credit (Bitwarden owes you money)." }, "accountBalance": { - "message": "Баланс счета", + "message": "Баланс аккаунта", "description": "Financial term. In the case of Bitwarden, a positive balance means that you owe money, while a negative balance means that you have a credit (Bitwarden owes you money)." }, "addCredit": { @@ -1510,7 +1525,7 @@ "message": "Убедитесь, что на вашем счету достаточно средств для этой покупки. Если на вашем счете недостаточно средств, то для покрытия разницы будет использован ваш метод оплаты по умолчанию. Вы можете добавить денежные средства в свой аккаунт на странице оплаты." }, "creditAppliedDesc": { - "message": "Денежные средства на вашем счете могут быть использованы для совершения покупок. Они будут использованы для оплаты счетов, выставленных для этой учетной записи." + "message": "Средства на вашего аккаунта используются для совершения платежей. Любой доступный остаток будет автоматически использован для оплаты счетов, выставленных этому аккаунту." }, "goPremium": { "message": "Перейти на Премиум", @@ -1575,7 +1590,7 @@ "message": "# дополнительных ГБ" }, "additionalStorageIntervalDesc": { - "message": "В ваш план включено $SIZE$ зашифрованного файлового хранилища. Вы можете добавить дополнительное место по $PRICE$ за ГБ \/$INTERVAL$.", + "message": "Ваш план включает $SIZE$ зашифрованного файлового хранилища. Вы можете добавить дополнительное место по цене $PRICE$ за ГБ \/$INTERVAL$.", "placeholders": { "size": { "content": "$1", @@ -1608,7 +1623,7 @@ "description": "Short abbreviation for 'month'" }, "paymentChargedAnnually": { - "message": "Необходимая сумма с вашего метода оплаты будет списана немедленно, а затем с периодичностью каждый год. Можно отменить в любой момент." + "message": "Ваш метод оплаты будет активирован немедленно и использоваться ежегодно. Вы можете отменить это в любой момент." }, "paymentCharged": { "message": "Ваш метод оплаты будет активирован немедленно и использоваться каждый $INTERVAL$. Вы можете отменить это в любой момент.", @@ -1714,7 +1729,7 @@ "message": "Способ оплаты" }, "noPaymentMethod": { - "message": "Нет способа оплаты в файле." + "message": "Нет сохраненных способов оплаты." }, "addPaymentMethod": { "message": "Добавить способ оплаты" @@ -1752,7 +1767,7 @@ "description": "Noun. A refunded payment that was charged." }, "chargesStatement": { - "message": "Любые платежи появятся в вашей выписке как $STATEMENT_NAME$.", + "message": "Платежи будут отображаться в вашей выписке как $STATEMENT_NAME$.", "placeholders": { "statement_name": { "content": "$1", @@ -1827,7 +1842,7 @@ "message": "Email для выставления счетов" }, "businessName": { - "message": "Наименование компании" + "message": "Название компании" }, "chooseYourPlan": { "message": "Выберите свой план" @@ -1943,10 +1958,10 @@ } }, "addShareUnlimitedUsers": { - "message": "Добавить и поделиться неограниченным количеством пользователей" + "message": "Добавлять и делиться с неограниченным количеством пользователей" }, "createUnlimitedCollections": { - "message": "Создание неограниченных коллекций" + "message": "Создавать неограниченное количество коллекций" }, "gbEncryptedFileStorage": { "message": "$SIZE$ зашифрованного хранилища файлов", @@ -1964,13 +1979,13 @@ "message": "Пользователи получают доступ к возможностям Премиум" }, "controlAccessWithGroups": { - "message": "Управление доступом пользователей с помощью групп" + "message": "Контроль доступа пользователей с помощью групп" }, "syncUsersFromDirectory": { "message": "Синхронизация ваших пользователей и групп из каталога" }, "trackAuditLogs": { - "message": "Отслеживание действий пользователя с журналами аудита" + "message": "Отслеживание действий пользователей с помощью журналов аудита" }, "enforce2faDuo": { "message": "Принудительная 2ФА с Duo" @@ -1979,7 +1994,7 @@ "message": "Приоритетная поддержка" }, "xDayFreeTrial": { - "message": "$COUNT$ дней бесплатная пробная версия, отмена в любое время", + "message": "$COUNT$-дневная бесплатная пробная версия, отмена в любое время", "placeholders": { "count": { "content": "$1", @@ -2554,7 +2569,7 @@ "message": "Подтвердить банковский счет" }, "verifyBankAccountDesc": { - "message": "Мы сделали два микро-депозита на ваш банковский счет (появиться в выписке они могут в течение 1-2 рабочих дней). Введите эти суммы для подтверждения банковского счета." + "message": "Мы сделали два микродепозита на ваш счет (отобразиться в выписке они могут в течение 1-2 рабочих дней). Введите эти суммы для подтверждения счета." }, "verifyBankAccountInitialDesc": { "message": "Оплата с банковского счета доступна только клиентам из США. Вам будет необходимо подтвердить свой банковский счет. Мы сделаем два микро-депозита в течение ближайших 1-2 рабочих дней. Введите эти суммы на странице выставления счетов организации, чтобы подтвердить банковский счет." @@ -2697,7 +2712,7 @@ "message": "Фильтры" }, "lockOptions": { - "message": "Параметры блокировки" + "message": "Настройки блокировки" }, "lockOptionsDesc": { "message": "Выберите условие блокировки вашего хранилища. Для его разблокировки потребуется повторно ввести мастер-пароль." @@ -2775,10 +2790,10 @@ "message": "Также повернуть ключ шифрования моего аккаунта" }, "rotateEncKeyTitle": { - "message": "Повернуть ключ шифрования" + "message": "Поворот ключа шифрования" }, "rotateEncKeyConfirmation": { - "message": "Вы действительно хотите повернуть ключ шифрования своего аккаунта?" + "message": "Вы уверены, что хотите повернуть ключ шифрования вашей учетной записи?" }, "attachmentsNeedFix": { "message": "К этому элементу прикреплены старые вложения, которые необходимо исправить." @@ -2830,5 +2845,8 @@ }, "rotateApiKey": { "message": "Повернуть ключ API" + }, + "selectOneCollection": { + "message": "You must select at least one collection." } } \ No newline at end of file diff --git a/src/locales/sk/messages.json b/src/locales/sk/messages.json index 750623a5..49758dbf 100644 --- a/src/locales/sk/messages.json +++ b/src/locales/sk/messages.json @@ -151,6 +151,9 @@ "value": { "message": "Hodnota" }, + "dragToSort": { + "message": "Drag to sort" + }, "cfTypeText": { "message": "Text" }, @@ -586,12 +589,16 @@ "unlock": { "message": "Odomknúť" }, - "loggedInAsEmail": { - "message": "Prihlásený ako $EMAIL$.", + "loggedInAsEmailOn": { + "message": "Logged in as $EMAIL$ on $HOSTNAME$.", "placeholders": { "email": { "content": "$1", "example": "name@example.com" + }, + "hostname": { + "content": "$2", + "example": "bitwarden.com" } } }, @@ -820,6 +827,13 @@ "wordSeparator": { "message": "Oddeľovač slov" }, + "capitalize": { + "message": "Capitalize", + "description": "Make the first letter of a work uppercase." + }, + "includeNumber": { + "message": "Include Number" + }, "passwordHistory": { "message": "História hesla" }, @@ -827,7 +841,8 @@ "message": "Neboli nájdené žiadne heslá." }, "clear": { - "message": "Vyčistiť" + "message": "Vyčistiť", + "description": "To clear something out. example: To clear browser history." }, "accountUpdated": { "message": "Účet bol Aktualizovaný" @@ -1611,7 +1626,7 @@ "message": "Prostredníctvom vašej platobnej metódy bude okamžite zaplatená suma za tento rok a následne sa nastaví automatická ročná platba. Platbu môžete kedykoľvek zrušiť." }, "paymentCharged": { - "message": "Your payment method will be charged immediately and then on a recurring basis each $INTERVAL$. You may cancel at any time.", + "message": "Prostredníctvom vašej platobnej metódy bude okamžite zaplatená suma za toto obdobie a následne sa nastaví automatická $INTERVAL$ platba. Platbu môžete kedykoľvek zrušiť.", "placeholders": { "interval": { "content": "$1", @@ -2830,5 +2845,8 @@ }, "rotateApiKey": { "message": "Obnoviť API kľúč" + }, + "selectOneCollection": { + "message": "You must select at least one collection." } } \ No newline at end of file diff --git a/src/locales/sv/messages.json b/src/locales/sv/messages.json index b1e99d41..f6b0b761 100644 --- a/src/locales/sv/messages.json +++ b/src/locales/sv/messages.json @@ -151,6 +151,9 @@ "value": { "message": "Värde" }, + "dragToSort": { + "message": "Drag to sort" + }, "cfTypeText": { "message": "Text" }, @@ -586,12 +589,16 @@ "unlock": { "message": "Lås upp" }, - "loggedInAsEmail": { - "message": "Inloggad som $EMAIL$.", + "loggedInAsEmailOn": { + "message": "Logged in as $EMAIL$ on $HOSTNAME$.", "placeholders": { "email": { "content": "$1", "example": "name@example.com" + }, + "hostname": { + "content": "$2", + "example": "bitwarden.com" } } }, @@ -755,7 +762,7 @@ } }, "shareSelectedItemsCountDesc": { - "message": "You have selected $COUNT$ item(s). $SHAREABLE_COUNT$ items are sharable, $NONSHAREABLE_COUNT$ are not.", + "message": "Du har valt $COUNT$ objekt. $SHAREABLE_COUNT$ objekt kan delas, $NONSHAREABLE_COUNT$ kan inte delas.", "placeholders": { "count": { "content": "$1", @@ -820,6 +827,13 @@ "wordSeparator": { "message": "Ordseparator" }, + "capitalize": { + "message": "Capitalize", + "description": "Make the first letter of a work uppercase." + }, + "includeNumber": { + "message": "Include Number" + }, "passwordHistory": { "message": "Lösenordshistorik" }, @@ -827,7 +841,8 @@ "message": "Det finns inga lösenord att lista." }, "clear": { - "message": "Rensa" + "message": "Rensa", + "description": "To clear something out. example: To clear browser history." }, "accountUpdated": { "message": "Konto uppdaterat" @@ -851,7 +866,7 @@ } }, "loggedOutWarning": { - "message": "Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour." + "message": "Om du fortsätter kommer du att loggas ut från din nuvarande session och du kommer behöver logga in igen. Aktiva sessioner på andra enheter kan fortsätta vara aktiva i upp till en timme." }, "emailChanged": { "message": "E-postadressen ändrades" @@ -887,7 +902,7 @@ "message": "KDF iterationer" }, "kdfIterationsDesc": { - "message": "Higher KDF iterations can help protect your master password from being brute forced by an attacker. We recommend a value of $VALUE$ or more.", + "message": "Högre KDF-iterationer kan skydda ditt huvudlösenord från att \"brute-forcas\" av en angripare. Vi rekommenderar ett värde på $VALUE$ eller mer.", "placeholders": { "value": { "content": "$1", @@ -896,7 +911,7 @@ } }, "kdfIterationsWarning": { - "message": "Setting your KDF iterations too high could result in poor performance when logging into (and unlocking) Bitwarden on devices with slower CPUs. We recommend that you increase the value in increments of $INCREMENT$ and then test all of your devices.", + "message": "Om du sätter dina KDF-iterationer för högt kan det resultera i dålig prestanda när du loggar in (och låser upp) Bitwarden på enheter med långsammare processorer. Vi rekommenderar att du ökar värdet i steg om $INCREMENT$ och sedan testar alla dina enheter.", "placeholders": { "increment": { "content": "$1", @@ -923,7 +938,7 @@ "message": "Concerned your account is logged in on another device? Proceed below to deauthorize all computers or devices that you have previously used. This security step is recommended if you previously used a public PC or accidentally saved your password on a device that isn't yours. This step will also clear all previously remembered two-step login sessions." }, "deauthorizeSessionsWarning": { - "message": "Proceeding will also log you out of your current session, requiring you to log back in. You will also be prompted for two-step login again, if enabled. Active sessions on other devices may continue to remain active for up to one hour." + "message": "Om du fortsätter kommer även du att loggas ut från din nuvarande session och du kommer behöver logga in igen. Du kommer även att behöva verifiera med tvåstegsverifiering om det är aktiverat. Aktiva sessioner på andra enheter kan fortsätta vara aktiva i upp till en timme." }, "sessionsDeauthorized": { "message": "Alla sessioner avauktoriserade" @@ -950,7 +965,7 @@ "message": "Ta bort konto" }, "deleteAccountDesc": { - "message": "Proceed below to delete your account and all associated data." + "message": "Fortsätt nedan för att radera ditt konto och all associerad data." }, "deleteAccountWarning": { "message": "Borttagning av ditt konto är permanent. Det går inte att ångra." @@ -1033,7 +1048,7 @@ "message": "Domänregler" }, "domainRulesDesc": { - "message": "If you have the same login across multiple different website domains, you can mark the website as \"equivalent\". \"Global\" domains are ones already created for you by Bitwarden." + "message": "Om du har samma inloggningsinformation mellan flera olika webbdomäner kan du markera webbplatsen som \"likvärdig\". \"Globala\" domäner är de som redan skapats åt dig av Bitwarden." }, "globalEqDomains": { "message": "Globala motsvarande domäner" @@ -1119,7 +1134,7 @@ "message": "Inaktivera" }, "twoStepLoginProviderEnabled": { - "message": "This two-step login provider is enabled on your account." + "message": "Den här tvåstegsverifierings-metoden är aktiverad på ditt konto." }, "twoStepLoginAuthDesc": { "message": "Ange ditt huvudlösenord för att ändra på inställningar för tvåstegsverifiering." @@ -1155,10 +1170,10 @@ "message": "Ange den 6-siffriga verifieringskoden från appen" }, "twoStepAuthenticatorReaddDesc": { - "message": "In case you need to add it to another device, below is the QR code (or key) required by your authenticator app." + "message": "Om du skulle behöva lägga till det till en annan enhet har du QR-koden (eller nyckeln) som krävs utav din autentiserings-app nedan." }, "twoStepDisableDesc": { - "message": "Are you sure you want to disable this two-step login provider?" + "message": "Är du säker på att du vill inaktivera denna tvåstegsverifierings-metoden?" }, "twoStepDisabled": { "message": "Tvåfaktorsautentisering leverantör inaktiverad." @@ -1179,13 +1194,13 @@ "message": "Spara formuläret." }, "twoFactorYubikeyWarning": { - "message": "Due to platform limitations, YubiKeys cannot be used on all Bitwarden applications. You should enable another two-step login provider so that you can access your account when YubiKeys cannot be used. Supported platforms:" + "message": "På grund av plattformsbegränsningar kan inte YubiKeys användas på alla Bitwarden-applikationer. Du bör aktivera ytterligare en tvåstegsverifierings-metod så att du kan komma åt ditt konto även när YubiKeys inte kan användas. Plattformar som stöds:" }, "twoFactorYubikeySupportUsb": { - "message": "Web vault, desktop application, CLI, and all browser extensions on a device with a USB port that can accept your YubiKey." + "message": "Webbvalvet, desktop-applikationen, CLI och alla webbläsartillägg på en enhet med en USB-port som kan acceptera din YubiKey." }, "twoFactorYubikeySupportMobile": { - "message": "Mobile apps on a device with NFC capabilities or a USB port that can accept your YubiKey." + "message": "Mobilappar på en enhet med NFC-stöd eller en USB-port som kan acceptera din YubiKey." }, "yubikeyX": { "message": "YubiKey $INDEX$", @@ -1221,7 +1236,7 @@ "message": "Inaktivera alla nycklar" }, "twoFactorDuoDesc": { - "message": "Enter the Bitwarden application information from your Duo Admin panel." + "message": "Ange Bitwardens programinformation från din Duo Admin-panel." }, "twoFactorDuoIntegrationKey": { "message": "Integrationsnyckel" @@ -1248,16 +1263,16 @@ "message": "Lägg till en FIDO U2F säkerhetsnyckel till ditt konto" }, "removeU2fConfirmation": { - "message": "Are you sure you want to remove this security key?" + "message": "Är du säker på att du vill ta bort denna säkerhetsnyckel?" }, "readKey": { "message": "Read Key" }, "keyCompromised": { - "message": "Key is compromised." + "message": "Nyckeln är äventyrad." }, "twoFactorU2fGiveName": { - "message": "Give the security key a friendly name to identify it." + "message": "Ge säkerhetsnyckeln ett namn för att kunna identifiera den." }, "twoFactorU2fPlugInReadKey": { "message": "Plug the security key into your computer's USB port and click the \"Read Key\" button." @@ -1269,25 +1284,25 @@ "message": "Spara formuläret." }, "twoFactorU2fWarning": { - "message": "Due to platform limitations, FIDO U2F cannot be used on all Bitwarden applications. You should enable another two-step login provider so that you can access your account when FIDO U2F cannot be used. Supported platforms:" + "message": "På grund av plattformsbegränsningar kan inte FIDO U2F användas på alla Bitwarden-applikationer. Du bör aktivera ytterligare en tvåstegsverifierings-metod så att du kan komma åt ditt konto även när FIDO U2F inte kan användas. Plattformar som stöds:" }, "twoFactorU2fSupportWeb": { - "message": "Web vault and browser extensions on a desktop\/laptop with a U2F enabled browser (Chrome, Opera, Vivaldi, or Firefox with FIDO U2F enabled)." + "message": "Webbvalvet och webbläsartillägg på en stationär dator eller laptop med en U2F-aktiverad webbläsare (Chrome, Opera, Vivaldi eller Firefox med FIDO U2F aktiverat)." }, "twoFactorU2fWaiting": { - "message": "Waiting for you to touch the button on your security key" + "message": "Väntar på att du ska trycka på knappen på din säkerhetsnyckel" }, "twoFactorU2fClickSave": { - "message": "Click the \"Save\" button below to enable this security key for two-step login." + "message": "Klicka på \"spara\"-knappen nedan för att aktivera den här säkerhetsnyckeln för tvåstegsverifiering." }, "twoFactorU2fProblemReadingTryAgain": { - "message": "There was a problem reading the security key. Try again." + "message": "Det gick inte att läsa säkerhetsnyckeln. Försök igen." }, "twoFactorRecoveryYourCode": { - "message": "Your Bitwarden two-step login recovery code" + "message": "Din återställningskod för tvåstegsverifiering" }, "twoFactorRecoveryNoCode": { - "message": "You have not enabled any two-step login providers yet. After you have enabled a two-step login provider you can check back here for your recovery code." + "message": "Du har inte aktiverat några tvåstegsverifierings-metoder ännu. Efter att du har aktiverat en tvåstegsverifierings-metod kan du återvända hit för att se din återställningskod." }, "printCode": { "message": "Skriv ut kod", @@ -1300,13 +1315,13 @@ "message": "Unsecured Websites Report" }, "unsecuredWebsitesReportDesc": { - "message": "Using unsecured websites with the http:\/\/ scheme can be dangerous. If the website allows, you should always access it using the https:\/\/ scheme so that your connection is encrypted." + "message": "Att använda osäkra webbplatser med http:\/\/ systemet kan vara farligt. Om webbplatsen tillåter, bör du alltid komma åt den med https:\/\/ systemet så att anslutningen är krypterad." }, "unsecuredWebsitesFound": { "message": "Unsecured Websites Found" }, "unsecuredWebsitesFoundDesc": { - "message": "We found $COUNT$ items in your vault with unsecured URIs. You should change their URI scheme to https:\/\/ if the website allows it.", + "message": "Vi hittade $COUNT$ objekt i ditt valv med osäkra URI:er. Om webbplatsen tillåter det bör du ändra deras URI-schema till https:\/\/.", "placeholders": { "count": { "content": "$1", @@ -1315,19 +1330,19 @@ } }, "noUnsecuredWebsites": { - "message": "No items in your vault have unsecured URIs." + "message": "Inga objekt i ditt valv har osäkra URI:er." }, "inactive2faReport": { "message": "Inactive 2FA Report" }, "inactive2faReportDesc": { - "message": "Two-factor authentication (2FA) is an important security setting that helps secure your accounts. If the website offers it, you should always enable two-factor authentication." + "message": "Tvåstegsverifiering (2FA) är en viktig säkerhetsinställning som hjälper dig att säkra dina konton. Om en webbplats erbjuder det så bör du alltid aktivera tvåstegsverifiering." }, "inactive2faFound": { "message": "Logins Without 2FA Found" }, "inactive2faFoundDesc": { - "message": "We found $COUNT$ website(s) in your vault that may not be configured with two-factor authentication (according to twofactorauth.org). To further protect these accounts, you should enable two-factor authentication.", + "message": "Vi hittade $COUNT$ webbplats(er) i ditt valv som kanske inte är konfigurerade med tvåstegsverifiering (enligt twofactorauth.org). För att ytterligare skydda dessa konton bör du aktivera tvåstegsverifiering.", "placeholders": { "count": { "content": "$1", @@ -1336,10 +1351,10 @@ } }, "noInactive2fa": { - "message": "No websites were found in your vault with a missing two-factor authentication configuration." + "message": "Inga webbplatser i ditt valv hittades utan konfigurerad tvåstegsverifiering." }, "instructions": { - "message": "Instructions" + "message": "Instruktioner" }, "exposedPasswordsReport": { "message": "Exposed Passwords Report" @@ -1351,7 +1366,7 @@ "message": "Exposed Passwords Found" }, "exposedPasswordsFoundDesc": { - "message": "We found $COUNT$ items in your vault that have passwords that were exposed in known data breaches. You should change them to use a new password.", + "message": "Vi hittade $COUNT$ objekt i ditt valv som har lösenord som har äventyrats i kända dataintrång. Du bör ändra dessa till att använda nya lösenord.", "placeholders": { "count": { "content": "$1", @@ -1360,13 +1375,13 @@ } }, "noExposedPasswords": { - "message": "No items in your vault have passwords that have been exposed in known data breaches." + "message": "Inga objekt i ditt valv har lösenord som har äventyrats i kända dataintrång." }, "checkExposedPasswords": { "message": "Check Exposed Passwords" }, "exposedXTimes": { - "message": "Exposed $COUNT$ time(s)", + "message": "Synlig $COUNT$ gång(er)", "placeholders": { "count": { "content": "$1", @@ -1378,13 +1393,13 @@ "message": "Weak Passwords Report" }, "weakPasswordsReportDesc": { - "message": "Weak passwords can easily be guessed by hackers and automated tools that are used to crack passwords. The Bitwarden password generator can help you create strong passwords." + "message": "Svaga lösenord kan gissas enkelt av hackare och automatiserade verktyg som används för att knäcka lösenord. Bitwardens lösenordsgenerator kan hjälpa dig att skapa starka lösenord." }, "weakPasswordsFound": { "message": "Weak Passwords Found" }, "weakPasswordsFoundDesc": { - "message": "We found $COUNT$ items in your vault with passwords that are not strong. You should update them to use stronger passwords.", + "message": "Vi hittade $COUNT$ objekt i ditt valv med svaga lösenord. Du bör uppdatera dem till att använda starka lösenord.", "placeholders": { "count": { "content": "$1", @@ -1393,19 +1408,19 @@ } }, "noWeakPasswords": { - "message": "No items in your vault have weak passwords." + "message": "Inga objekt i ditt valv har svaga lösenord." }, "reusedPasswordsReport": { "message": "Reused Passwords Report" }, "reusedPasswordsReportDesc": { - "message": "If a service that you use is compromised, reusing the same password elsewhere can allow hackers to easily gain access to more of your online accounts. You should use a unique password for every account or service." + "message": "Om en tjänst som du använder äventyras, kan återanvända lösenord användas på andra ställen utav hackare för att de enkelt ska få tillgång till dina andra online-konton. Du bör använda ett unikt lösenord för varje konto eller tjänst." }, "reusedPasswordsFound": { "message": "Reused Passwords Found" }, "reusedPasswordsFoundDesc": { - "message": "We found $COUNT$ passwords that are being reused in your vault. You should change them to a unique value.", + "message": "Vi hittade $COUNT$ lösenord som återanvänds i ditt valv. Du bör ändra dem till ett unikt värde.", "placeholders": { "count": { "content": "$1", @@ -1414,10 +1429,10 @@ } }, "noReusedPasswords": { - "message": "No logins in your vault have passwords that are being reused." + "message": "Inga inloggningar i ditt valv har lösenord som återanvänts." }, "reusedXTimes": { - "message": "Reused $COUNT$ times", + "message": "Återanvänd $COUNT$ gånger", "placeholders": { "count": { "content": "$1", @@ -1429,16 +1444,16 @@ "message": "Data Breach Report" }, "breachDesc": { - "message": "A \"breach\" is an incident where a site's data has been illegally accessed by hackers and then released publicly. Review the types of data that were compromised (email addresses, passwords, credit cards etc.) and take appropriate action, such as changing passwords." + "message": "Ett \"intrång\" är en incident där en webbplats data har på olagligt vis blivit stulen av hackare och sedan släppts för allmänheten. Gå igenom och granska typerna av data som äventyrats (e-postadresser, lösenord, kreditkort osv.) och ta lämpliga åtgärder såsom att ändra lösenord." }, "breachCheckUsernameEmail": { - "message": "Check any usernames or email addresses that you use." + "message": "Kolla användarnamn eller e-postadresser som du använder." }, "checkBreaches": { "message": "Check Breaches" }, "breachUsernameNotFound": { - "message": "$USERNAME$ was not found in any known data breaches.", + "message": "$USERNAME$ hittades inte i något känt dataintrång.", "placeholders": { "username": { "content": "$1", @@ -1451,7 +1466,7 @@ "description": "ex. Good News, No Breached Accounts Found!" }, "breachUsernameFound": { - "message": "$USERNAME$ was found in $COUNT$ different data breaches online.", + "message": "$USERNAME$ hittades i $COUNT$ olika dataintrång online.", "placeholders": { "username": { "content": "$1", @@ -1467,7 +1482,7 @@ "message": "Breached Accounts Found" }, "compromisedData": { - "message": "Compromised data" + "message": "Äventyrad data" }, "website": { "message": "Webbsida" @@ -1482,35 +1497,35 @@ "message": "Breach Reported" }, "reportError": { - "message": "An error occurred trying to load the report. Try again" + "message": "Ett fel inträffade när rapporten skulle läsas in. Försök igen" }, "billing": { - "message": "Billing" + "message": "Betalningsinformation" }, "accountCredit": { - "message": "Account Credit", + "message": "Kontokredit", "description": "Financial term. In the case of Bitwarden, a positive balance means that you owe money, while a negative balance means that you have a credit (Bitwarden owes you money)." }, "accountBalance": { - "message": "Account Balance", + "message": "Kontosaldo", "description": "Financial term. In the case of Bitwarden, a positive balance means that you owe money, while a negative balance means that you have a credit (Bitwarden owes you money)." }, "addCredit": { - "message": "Add Credit", + "message": "Lägg till kredit", "description": "Add more credit to your account's balance." }, "amount": { - "message": "Amount", + "message": "Belopp", "description": "Dollar amount, or quantity." }, "creditDelayed": { - "message": "Added credit will appear on your account after the payment has been fully processed. Some payment methods are delayed and can take longer to process than others." + "message": "Tillagd kredit visas på ditt konto efter att betalningen har bearbetats fullständigt. Vissa betalningsmetoder är försenade och kan ta längre tid att behandla än andra." }, "makeSureEnoughCredit": { - "message": "Please make sure that your account has enough credit available for this purchase. If your account does not have enough credit available, your default payment method on file will be used for the difference. You can add credit to your account from the Billing page." + "message": "Kontrollera att ditt konto har tillräckligt med kredit för detta köp. Om ditt konto inte har tillräckligt mycket tillgänglig kredit, kommer din standardbetalningsmetod på filen användas för skillnaden. Du kan lägga till kredit på ditt konto från faktureringssidan." }, "creditAppliedDesc": { - "message": "Your account's credit can be used to make purchases. Any available credit will be automatically applied towards invoices generated for this account." + "message": "Kontots kredit kan användas för att göra inköp. Tillgänglig kredit tillämpas automatiskt mot fakturor genererade för det här kontot." }, "goPremium": { "message": "Skaffa premium", @@ -1520,7 +1535,7 @@ "message": "Du har uppgraderat till premium." }, "premiumUpgradeUnlockFeatures": { - "message": "Upgrade your account to a premium membership and unlock some great additional features." + "message": "Uppgradera ditt konto till ett premium-medlemskap och lås upp några riktigt bra extrafunktioner." }, "premiumSignUpStorage": { "message": "1 GB lagring av krypterade filer." @@ -1529,7 +1544,7 @@ "message": "Ytterligare alternativ för tvåstegsverifiering såsom YubiKey, FIDO U2F och Duo." }, "premiumSignUpReports": { - "message": "Password hygiene, account health, and data breach reports to keep your vault safe." + "message": "Lösenordshygien, kontohälsa och dataintrångsrapporter för att hålla ditt valv säkert." }, "premiumSignUpTotp": { "message": "TOTP verifieringskod-generator (2FA) för inloggningar i ditt valv." @@ -1575,7 +1590,7 @@ "message": "# ytterligare GB" }, "additionalStorageIntervalDesc": { - "message": "Your plan comes with $SIZE$ of encrypted file storage. You can add additional storage for $PRICE$ per GB \/$INTERVAL$.", + "message": "Ditt abonnemang kommer med $SIZE$ krypterad lagring. Du kan lägga till ytterliga lagring för $PRICE$ per GB \/$INTERVAL$.", "placeholders": { "size": { "content": "$1", @@ -1611,7 +1626,7 @@ "message": "Your payment method will be charged immediately and on a recurring basis each year. You may cancel at any time." }, "paymentCharged": { - "message": "Your payment method will be charged immediately and then on a recurring basis each $INTERVAL$. You may cancel at any time.", + "message": "Din betalningsmetod kommer att debiteras omedelbart och sedan återkommande varje $INTERVAL$. Du kan upphäva när som helst.", "placeholders": { "interval": { "content": "$1", @@ -1635,7 +1650,7 @@ "message": "Kreditkort" }, "paypalClickSubmit": { - "message": "Click the PayPal button to log into your PayPal account, then click the Submit button below to continue." + "message": "Klicka på PayPal-knappen för att logga in i ditt PayPal-konto, tryck sedan på \"Skicka\"-knappen nedan för att fortsätta." }, "cancelSubscription": { "message": "Avsluta prenumeration" @@ -1647,19 +1662,19 @@ "message": "Pending Cancellation" }, "subscriptionPendingCanceled": { - "message": "The subscription has been marked for cancellation at the end of the current billing period." + "message": "Abonnemanget har markerats för upphävning vid slutet av den nuvarande faktureringsperioden." }, "reinstateSubscription": { "message": "Återuppta prenumeration" }, "reinstateConfirmation": { - "message": "Are you sure you want to remove the pending cancellation request and reinstate your subscription?" + "message": "Är du säker att du vill ta bort den väntande upphävningsförfrågan och återinföra ditt abonnemang?" }, "reinstated": { "message": "Prenumerationen har återupptagits." }, "cancelConfirmation": { - "message": "Are you sure you want to cancel? You will lose access to all of this subscription's features at the end of this billing cycle." + "message": "Är du säker att du vill upphäva? Du kommer att förlora tillgång till alla funktioner som det här abonnemanget erbjuder i slutet av den här faktureringsperioden." }, "canceledSubscription": { "message": "Prenumerationen har avbrutits." @@ -1714,7 +1729,7 @@ "message": "Betalningssätt" }, "noPaymentMethod": { - "message": "No payment method on file." + "message": "Ingen sparad betalningsmetod." }, "addPaymentMethod": { "message": "Lägg till betalningssätt" @@ -1723,36 +1738,36 @@ "message": "Ändra betalningssätt" }, "invoices": { - "message": "Invoices" + "message": "Fakturor" }, "noInvoices": { - "message": "No invoices." + "message": "Inga fakturor." }, "paid": { - "message": "Paid", + "message": "Betald", "description": "Past tense status of an invoice. ex. Paid or unpaid." }, "unpaid": { - "message": "Unpaid", + "message": "Obetald", "description": "Past tense status of an invoice. ex. Paid or unpaid." }, "transactions": { - "message": "Transactions", + "message": "Transaktioner", "description": "Payment\/credit transactions." }, "noTransactions": { - "message": "No transactions." + "message": "Inga transaktioner." }, "chargeNoun": { - "message": "Charge", + "message": "Debitering", "description": "Noun. A charge from a payment method." }, "refundNoun": { - "message": "Refund", + "message": "Återbetalning", "description": "Noun. A refunded payment that was charged." }, "chargesStatement": { - "message": "Any charges will appear on your statement as $STATEMENT_NAME$.", + "message": "Debiteringar kommer att visas som $STATEMENT_NAME$ i din sammanställning.", "placeholders": { "statement_name": { "content": "$1", @@ -1767,10 +1782,10 @@ "message": "GB lagring att ta bort" }, "storageAddNote": { - "message": "Adding storage will result in adjustments to your billing totals and immediately charge your payment method on file. The first charge will be prorated for the remainder of the current billing cycle." + "message": "Att lägga till lagringsutrymme kommer att resultera i justeringar på ditt totala debiteringsbelopp och omedelbart debitera din betalningsmetod. Den första debiteringen kommer att fördelas proportionellt för återstoden av den nuvarande faktureringscykeln." }, "storageRemoveNote": { - "message": "Removing storage will result in adjustments to your billing totals that will be prorated as credits toward your next billing charge." + "message": "Att ta bort lagringsutrymme resulterar i justeringar på ditt totala debiteringsbelopp som kommer att läggas till som kredit mot din nästa debitering." }, "adjustedStorage": { "message": "Justerade $AMOUNT$ GB lagringsutrymme.", @@ -1845,7 +1860,7 @@ "message": "# antal användarsäten" }, "userSeatsAdditionalDesc": { - "message": "Your plan comes with $BASE_SEATS$ user seats. You can add additional users for $SEAT_PRICE$ per user \/month.", + "message": "Ditt abonnemang kommer med $BASE_SEATS$ användarsäten. Du kan lägga till ytterligare användare för $SEAT_PRICE$ per användare\/månad.", "placeholders": { "base_seats": { "content": "$1", @@ -1958,22 +1973,22 @@ } }, "onPremHostingOptional": { - "message": "On-premise hosting (optional)" + "message": "On-premise hosting (frivilligt)" }, "usersGetPremium": { - "message": "Users get access to premium membership features" + "message": "Användare får tillgång till premium medlemskapsfunktioner" }, "controlAccessWithGroups": { "message": "Kontrollera användaråtkomst med grupper" }, "syncUsersFromDirectory": { - "message": "Sync your users and groups from a directory" + "message": "Synkronisera användare och grupper från en katalog" }, "trackAuditLogs": { - "message": "Track user actions with audit logs" + "message": "Spåra användaråtgärder med granskningsloggar" }, "enforce2faDuo": { - "message": "Enforce 2FA with Duo" + "message": "Kräv 2FA med Duo" }, "priorityCustomerSupport": { "message": "Prioriterad kundsupport" @@ -2003,7 +2018,7 @@ "message": "Din nya organisation är redo att användas!" }, "organizationUpgraded": { - "message": "Your organization has been upgraded." + "message": "Din organisation har uppgraderats." }, "leave": { "message": "Lämna" @@ -2054,7 +2069,7 @@ "message": "Externt ID" }, "externalIdDesc": { - "message": "The external id can be used as a reference or to link this resource to an external system such as a user directory." + "message": "Det externa id:t kan användas som referens eller för att länka denna resurs till ett externt system såsom en användarkatalog." }, "accessControl": { "message": "Åtkomstkontroll" @@ -2099,7 +2114,7 @@ } }, "userUsingTwoStep": { - "message": "This user is using two-step login to protect their account." + "message": "Denna användare använder tvåstegsverifiering för att skydda deras konto." }, "userAccessAllItems": { "message": "Denna användare kan komma åt och ändra alla objekt." @@ -2138,7 +2153,7 @@ "message": "En vanlig användare med tillgång till organisationens samlingar." }, "manager": { - "message": "Manager" + "message": "Hanterare" }, "managerDesc": { "message": "Managers can access and manage assigned collections in your organization." @@ -2183,13 +2198,13 @@ "message": "Ändrade kontolösenord." }, "enabledUpdated2fa": { - "message": "Enabled\/updated two-step login." + "message": "Aktiverade\/uppdaterade tvåstegsverifiering." }, "disabled2fa": { "message": "Inaktiverade tvåstegsverifiering." }, "recovered2fa": { - "message": "Recovered account from two-step login." + "message": "Återställde konto från tvåstegsverifiering." }, "failedLogin": { "message": "Inloggningsförsöket misslyckades med fel lösenord." @@ -2471,7 +2486,7 @@ "message": "Kom ihåg e-postadress" }, "recoverAccountTwoStepDesc": { - "message": "If you cannot access your account through your normal two-step login methods, you can use your two-step login recovery code to disable all two-step providers on your account." + "message": "Om du inte kan komma åt ditt konto genom dina vanliga tvåstegsverifierings-metoder kan du använda din återställningskod för tvåstegsverifiering för att inaktivera alla tvåstegsverifierings-metoder på ditt konto." }, "recoverAccountTwoStep": { "message": "Recover Account Two-Step Login" @@ -2516,7 +2531,7 @@ "message": "Skatteinformation" }, "taxInformationDesc": { - "message": "Please contact support to provide (or update) tax information for your invoices." + "message": "Vänligen kontakta support för att bidra (eller uppdatera) skatteinformation för dina fakturor." }, "billingPlan": { "message": "Abonnemang", @@ -2527,15 +2542,15 @@ "description": "A billing plan\/package. For example: families, teams, enterprise, etc." }, "changeBillingPlanUpgrade": { - "message": "Upgrade your account to another plan be providing the information below. Please ensure that you have an active payment method added to the account.", + "message": "Uppgradera ditt konto till ett annat abonnemang genom att ange informationen nedan. Vänligen säkerhetsställ att du har en aktiv betalningsmetod tillagd på kontot.", "description": "A billing plan\/package. For example: families, teams, enterprise, etc." }, "changeBillingPlanDesc": { - "message": "Contact customer support if you would like to change your plan. Please ensure that you have an active payment method added to the account.", + "message": "Kontakta kundservice om du vill ändra ditt abonnemang. Vänligen säkerhetsställ att du har en aktiv betalningsmetod tillagd på kontot.", "description": "A billing plan\/package. For example: families, teams, enterprise, etc." }, "invoiceNumber": { - "message": "Invoice #$NUMBER$", + "message": "Faktura #$NUMBER$", "description": "ex. Invoice #79C66F0-0001", "placeholders": { "number": { @@ -2545,22 +2560,22 @@ } }, "viewInvoice": { - "message": "View Invoice" + "message": "Visa faktura" }, "downloadInvoice": { - "message": "Download Invoice" + "message": "Hämta faktura" }, "verifyBankAccount": { "message": "Verifiera bankkonto" }, "verifyBankAccountDesc": { - "message": "We have made two micro-deposits to your bank account (it may take 1-2 business days to show up). Enter these amounts to verify the bank account." + "message": "Vi har gjort två mikro-insättningar till ditt bankkonto (det kan ta 1-2 arbetsdagar innan det visas). Ange beloppen för att verifiera bankkontot." }, "verifyBankAccountInitialDesc": { "message": "Payment with a bank account is only available to customers in the United States. You will be required to verify your bank account. We will make two micro-deposits within the next 1-2 business days. Enter these amounts on the organization's billing page to verify the bank account." }, "verifyBankAccountFailureWarning": { - "message": "Failure to verify the bank account will result in a missed payment and your subscription being disabled." + "message": "Går det inte att verifiera bankkontot kommer det att resultera i en missad betalning och ditt abonnemang inaktiveras." }, "verifiedBankAccount": { "message": "Bankkontot har verifierats." @@ -2624,10 +2639,10 @@ "message": "Säten att ta bort" }, "seatsAddNote": { - "message": "Adding user seats will result in adjustments to your billing totals and immediately charge your payment method on file. The first charge will be prorated for the remainder of the current billing cycle." + "message": "Att lägga till användarsäten kommer att resultera i justeringar på ditt totala debiteringsbelopp och omedelbart debitera din betalningsmetod. Den första debiteringen kommer att fördelas proportionellt för återstoden av den nuvarande faktureringscykeln." }, "seatsRemoveNote": { - "message": "Removing user seats will result in adjustments to your billing totals that will be prorated as credits toward your next billing charge." + "message": "Att ta bort användarsäten resulterar i justeringar på ditt totala debiteringsbelopp som kommer att läggas till som kredit mot din nästa debitering." }, "adjustedSeats": { "message": "Justerade $AMOUNT$ användarsäten.", @@ -2684,7 +2699,7 @@ "message": "Du har inte valt något." }, "submitAgreePolicies": { - "message": "By clicking the \"Submit\" button, you agree to the following policies:", + "message": "Genom att klicka på ”Skicka”-knappen, samtycker du till följande principer:", "description": "A policy is something like Terms of Service, Privacy Policy, etc." }, "termsOfService": { @@ -2738,27 +2753,27 @@ "message": "Licensen har upphört att gälla." }, "updatedUsers": { - "message": "Updated users" + "message": "Uppdaterade användare" }, "selected": { - "message": "Selected" + "message": "Vald(a)" }, "ownership": { - "message": "Ownership" + "message": "Ägarskap" }, "whoOwnsThisItem": { - "message": "Who owns this item?" + "message": "Vem äger detta objekt?" }, "strong": { - "message": "Strong", + "message": "Stark", "description": "ex. A strong password. Scale: Very Weak -> Weak -> Good -> Strong" }, "good": { - "message": "Good", + "message": "Bra", "description": "ex. A good password. Scale: Very Weak -> Weak -> Good -> Strong" }, "weak": { - "message": "Weak", + "message": "Svagt", "description": "ex. A weak password. Scale: Very Weak -> Weak -> Good -> Strong" }, "veryWeak": { @@ -2769,66 +2784,69 @@ "message": "Weak Master Password" }, "weakMasterPasswordDesc": { - "message": "The master password you have chosen is weak. You should use a strong master password (or a passphrase) to properly protect your Bitwarden account. Are you sure you want to use this master password?" + "message": "Huvudlösenordet du har valt är svagt. Du bör använda ett starkt huvudlösenord (eller en lösenfras) för att skydda ditt Bitwarden-konto ordentligt. Är du säker på att du vill använda detta huvudlösenord?" }, "rotateAccountEncKey": { - "message": "Also rotate my account's encryption key" + "message": "Rotera även mitt kontos krypteringsnyckel" }, "rotateEncKeyTitle": { "message": "Rotate Encryption Key" }, "rotateEncKeyConfirmation": { - "message": "Are you sure you want to rotate your account's encryption key?" + "message": "Är du säker att du vill rotera ditt kontos krypteringsnyckel?" }, "attachmentsNeedFix": { - "message": "This item has old file attachments that need to be fixed." + "message": "Det här objektet har gamla bifogade filer som behöver fixas." }, "attachmentFixDesc": { - "message": "This is an old file attachment the needs to be fixed. Click to learn more." + "message": "Det här är en gammal bifogad fil som behöver fixas. Klicka här för att läsa mer." }, "fix": { - "message": "Fix", + "message": "Fixa", "description": "This is a verb. ex. 'Fix The Car'" }, "oldAttachmentsNeedFixDesc": { - "message": "There are old file attachments in your vault that need to be fixed before you can rotate your account's encryption key." + "message": "Det finns gamla bifogade filer i ditt valv som behöver fixas innan du kan rotera ditt kontos krypteringsnyckel." }, "yourAccountsFingerprint": { - "message": "Your account's fingerprint phrase", + "message": "Ditt kontos fingeravtrycksfras", "description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their public key with another user, for the purposes of sharing." }, "fingerprintEnsureIntegrityVerify": { - "message": "To ensure the integrity of your encryption keys, please verify the user's fingerprint phrase before continuing.", + "message": "För att verifiera integriteten av dina krypteringsnycklar vänligen verifiera användarens fingeravtrycksfras innan du fortsätter.", "description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their public key with another user, for the purposes of sharing." }, "dontAskFingerprintAgain": { - "message": "Don't ask to verify fingerprint phrase again", + "message": "Fråga inte efter verifiering av fingeravtrycksfrasen igen", "description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their public key with another user, for the purposes of sharing." }, "free": { - "message": "Free", + "message": "Gratis", "description": "Free, as in 'Free beer'" }, "apiKey": { - "message": "API Key" + "message": "API-nyckel" }, "apiKeyDesc": { - "message": "Your API key can be used to authenticate to the Bitwarden public API." + "message": "Din API-nyckel kan användas för att autentisera mot Bitwardens publika API." }, "apiKeyRotateDesc": { - "message": "Rotating the API key will invalidate the previous key. You can rotate your API key if you believe that the current key is no longer safe to use." + "message": "Genom att rotera API-nyckel ogiltigförklarar du den föregående nyckeln. Du kan rotera din API-nyckel om du tror att din nuvarande nyckel inte längre är säker att använda." }, "apiKeyWarning": { - "message": "Your API key has full access to the organization. It should be kept secret." + "message": "Din API-nyckel har full tillgång till organisationen. Den bör hållas hemlig." }, "oauth2ClientCredentials": { - "message": "OAuth 2.0 Client Credentials", + "message": "OAuth 2.0 Klientuppgifter", "description": "'OAuth 2.0' is a programming protocol. It should probably not be translated." }, "viewApiKey": { - "message": "View API Key" + "message": "Visa API-nyckel" }, "rotateApiKey": { - "message": "Rotate API Key" + "message": "Rotera API-nyckel" + }, + "selectOneCollection": { + "message": "You must select at least one collection." } } \ No newline at end of file diff --git a/src/locales/tr/messages.json b/src/locales/tr/messages.json index 4ac3a93c..f3867b1a 100644 --- a/src/locales/tr/messages.json +++ b/src/locales/tr/messages.json @@ -151,6 +151,9 @@ "value": { "message": "Değer" }, + "dragToSort": { + "message": "Drag to sort" + }, "cfTypeText": { "message": "Metin" }, @@ -586,12 +589,16 @@ "unlock": { "message": "Kilidi Aç" }, - "loggedInAsEmail": { - "message": "$EMAIL$ olarak giriş yaptınız.", + "loggedInAsEmailOn": { + "message": "Logged in as $EMAIL$ on $HOSTNAME$.", "placeholders": { "email": { "content": "$1", "example": "name@example.com" + }, + "hostname": { + "content": "$2", + "example": "bitwarden.com" } } }, @@ -820,6 +827,13 @@ "wordSeparator": { "message": "Word Separator" }, + "capitalize": { + "message": "Capitalize", + "description": "Make the first letter of a work uppercase." + }, + "includeNumber": { + "message": "Include Number" + }, "passwordHistory": { "message": "Password History" }, @@ -827,7 +841,8 @@ "message": "Listelenecek şifre yok." }, "clear": { - "message": "Temizle" + "message": "Temizle", + "description": "To clear something out. example: To clear browser history." }, "accountUpdated": { "message": "Account Updated" @@ -2830,5 +2845,8 @@ }, "rotateApiKey": { "message": "Rotate API Key" + }, + "selectOneCollection": { + "message": "You must select at least one collection." } } \ No newline at end of file diff --git a/src/locales/uk/messages.json b/src/locales/uk/messages.json index 0c1c521a..89d36035 100644 --- a/src/locales/uk/messages.json +++ b/src/locales/uk/messages.json @@ -151,6 +151,9 @@ "value": { "message": "Значення" }, + "dragToSort": { + "message": "Drag to sort" + }, "cfTypeText": { "message": "Текст" }, @@ -509,7 +512,7 @@ "message": "Створити обліковий запис" }, "logIn": { - "message": "Вхід" + "message": "Увійти" }, "submit": { "message": "Відправити" @@ -586,12 +589,16 @@ "unlock": { "message": "Розблокувати" }, - "loggedInAsEmail": { - "message": "Ви увійшли як $EMAIL$.", + "loggedInAsEmailOn": { + "message": "Logged in as $EMAIL$ on $HOSTNAME$.", "placeholders": { "email": { "content": "$1", "example": "name@example.com" + }, + "hostname": { + "content": "$2", + "example": "bitwarden.com" } } }, @@ -820,6 +827,13 @@ "wordSeparator": { "message": "Розділювач слів" }, + "capitalize": { + "message": "Capitalize", + "description": "Make the first letter of a work uppercase." + }, + "includeNumber": { + "message": "Include Number" + }, "passwordHistory": { "message": "Історія паролів" }, @@ -827,7 +841,8 @@ "message": "Немає паролів для відображення." }, "clear": { - "message": "Стерти" + "message": "Стерти", + "description": "To clear something out. example: To clear browser history." }, "accountUpdated": { "message": "Обліковий запис оновлено" @@ -2794,7 +2809,7 @@ "message": "У вашому сховищі є старі вкладені файли, які необхідно виправити перед тим, як повертати ключ шифрування облікового запису." }, "yourAccountsFingerprint": { - "message": "Фраза відбитку пальця облікового запису", + "message": "Фраза відбитку вашого облікового запису", "description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their public key with another user, for the purposes of sharing." }, "fingerprintEnsureIntegrityVerify": { @@ -2830,5 +2845,8 @@ }, "rotateApiKey": { "message": "Повернути ключ API" + }, + "selectOneCollection": { + "message": "You must select at least one collection." } } \ No newline at end of file diff --git a/src/locales/vi/messages.json b/src/locales/vi/messages.json new file mode 100644 index 00000000..97c1431f --- /dev/null +++ b/src/locales/vi/messages.json @@ -0,0 +1,2852 @@ +{ + "pageTitle": { + "message": "$APP_NAME$ web Vault", + "description": "The title of the website in the browser window.", + "placeholders": { + "app_name": { + "content": "$1", + "example": "Bitwarden" + } + } + }, + "whatTypeOfItem": { + "message": "Mục này là gì?" + }, + "name": { + "message": "Tên" + }, + "uri": { + "message": "URI" + }, + "uriPosition": { + "message": "URL $POSITION$", + "description": "A listing of URIs. Ex: URI 1, URI 2, URI 3, etc.", + "placeholders": { + "position": { + "content": "$1", + "example": "2" + } + } + }, + "newUri": { + "message": "URI Mới" + }, + "username": { + "message": "Tên người dùng" + }, + "password": { + "message": "Mật khẩu" + }, + "passphrase": { + "message": "Cụm từ mật khẩu" + }, + "notes": { + "message": "Ghi chú" + }, + "customFields": { + "message": "Trường tùy chỉnh" + }, + "cardholderName": { + "message": "Tên chủ thẻ" + }, + "number": { + "message": "Số" + }, + "brand": { + "message": "Nhãn hiệu" + }, + "expiration": { + "message": "Thời hạn" + }, + "securityCode": { + "message": "Mã bảo mật (CVV)" + }, + "identityName": { + "message": "Tên định danh" + }, + "company": { + "message": "Công ty" + }, + "ssn": { + "message": "Số an sinh xã hội" + }, + "passportNumber": { + "message": "Số hộ chiếu" + }, + "licenseNumber": { + "message": "Số giấy phép" + }, + "email": { + "message": "Email" + }, + "phone": { + "message": "Điện thoại" + }, + "january": { + "message": "Tháng 1" + }, + "february": { + "message": "Tháng 2" + }, + "march": { + "message": "Tháng 3" + }, + "april": { + "message": "Tháng 4" + }, + "may": { + "message": "Tháng 5" + }, + "june": { + "message": "Tháng 6" + }, + "july": { + "message": "Tháng 7" + }, + "august": { + "message": "Tháng 8" + }, + "september": { + "message": "Tháng 9" + }, + "october": { + "message": "Tháng 10" + }, + "november": { + "message": "Tháng 11" + }, + "december": { + "message": "Tháng 12" + }, + "title": { + "message": "Tiêu đề" + }, + "mr": { + "message": "Ông" + }, + "mrs": { + "message": "Bà" + }, + "ms": { + "message": "Cô" + }, + "dr": { + "message": "Dr" + }, + "expirationMonth": { + "message": "Tháng hết hạn" + }, + "expirationYear": { + "message": "Năm hết hạn" + }, + "authenticatorKeyTotp": { + "message": "Khóa xác thực (TOTP)" + }, + "folder": { + "message": "Thư mục" + }, + "newCustomField": { + "message": "Trường tùy chỉnh mới" + }, + "value": { + "message": "Giá trị" + }, + "dragToSort": { + "message": "Drag to sort" + }, + "cfTypeText": { + "message": "Văn bản" + }, + "cfTypeHidden": { + "message": "Ẩn" + }, + "cfTypeBoolean": { + "message": "Boolean" + }, + "remove": { + "message": "Xoá" + }, + "unassigned": { + "message": "Hủy ấn định" + }, + "noneFolder": { + "message": "Không có thư mục", + "description": "This is the folder for uncategorized items" + }, + "addFolder": { + "message": "Thêm thư mục" + }, + "editFolder": { + "message": "Chỉnh sửa thư mục" + }, + "baseDomain": { + "message": "Tên miền cơ sở" + }, + "host": { + "message": "Máy chủ", + "description": "A URL's host value. For example, the host of https:\/\/sub.domain.com:443 is 'sub.domain.com:443'." + }, + "exact": { + "message": "Chính xác" + }, + "startsWith": { + "message": "Bắt đầu với" + }, + "regEx": { + "message": "Biểu thức chính quy", + "description": "A programming term, also known as 'RegEx'." + }, + "matchDetection": { + "message": "Độ phù hợp", + "description": "URI match detection for auto-fill." + }, + "defaultMatchDetection": { + "message": "Độ phù hợp mặc định", + "description": "Default URI match detection for auto-fill." + }, + "never": { + "message": "Không bao giờ" + }, + "toggleVisibility": { + "message": "Bật tắt khả năng hiển thị" + }, + "toggleCollapse": { + "message": "Toggle Collapse", + "description": "Toggling an expand\/collapse state." + }, + "generatePassword": { + "message": "Tạo mật khẩu" + }, + "checkPassword": { + "message": "Kiểm tra xem mật khẩu có bị lộ không." + }, + "passwordExposed": { + "message": "Mật khẩu này đã bị lộ $VALUE$ lần() trong các dữ liệu vi phạm. Bạn nên thay đổi nó.", + "placeholders": { + "value": { + "content": "$1", + "example": "2" + } + } + }, + "passwordSafe": { + "message": "Mật khẩu này không được tìm thấy trong bất kỳ dữ liệu vi phạm nào được biết đến. Nó an toàn để sử dụng." + }, + "save": { + "message": "Lưu" + }, + "cancel": { + "message": "Hủy bỏ" + }, + "canceled": { + "message": "Đã hủy" + }, + "close": { + "message": "Đóng" + }, + "delete": { + "message": "Xóa" + }, + "favorite": { + "message": "Yêu thích" + }, + "unfavorite": { + "message": "Bỏ yêu thích" + }, + "edit": { + "message": "Sửa" + }, + "searchCollection": { + "message": "Tìm kiếm bộ sưu tập" + }, + "searchFolder": { + "message": "Tìm kiếm thư mục" + }, + "searchFavorites": { + "message": "Tìm trong danh sách Yêu thích" + }, + "searchType": { + "message": "Tìm thể loại", + "description": "Search item type" + }, + "searchVault": { + "message": "Tìm kiếm trong Kho" + }, + "allItems": { + "message": "Tất cả các mục" + }, + "favorites": { + "message": "Yêu thích" + }, + "types": { + "message": "Các loại" + }, + "typeLogin": { + "message": "Đăng nhập" + }, + "typeCard": { + "message": "Thẻ" + }, + "typeIdentity": { + "message": "Định danh" + }, + "typeSecureNote": { + "message": "Ghi chú bảo mật" + }, + "folders": { + "message": "Thư mục" + }, + "collections": { + "message": "Các bộ sưu tập" + }, + "firstName": { + "message": "Tên" + }, + "middleName": { + "message": "Tên đệm" + }, + "lastName": { + "message": "Họ" + }, + "address1": { + "message": "Địa chỉ 1" + }, + "address2": { + "message": "Địa chỉ 2" + }, + "address3": { + "message": "Địa chỉ 3" + }, + "cityTown": { + "message": "Quận\/Huyện\/Thị trấn" + }, + "stateProvince": { + "message": "Tỉnh\/Thành Phố" + }, + "zipPostalCode": { + "message": "Mã bưu chính" + }, + "country": { + "message": "Quốc gia" + }, + "shared": { + "message": "Đã chia sẻ" + }, + "attachments": { + "message": "Đính kèm" + }, + "select": { + "message": "Chọn" + }, + "addItem": { + "message": "Thêm mục" + }, + "editItem": { + "message": "Chỉnh sửa mục" + }, + "ex": { + "message": "vd.", + "description": "Short abbreviation for 'example'." + }, + "other": { + "message": "Khác" + }, + "share": { + "message": "Chia sẻ" + }, + "valueCopied": { + "message": "Đã sao chép $VALUE$", + "description": "Value has been copied to the clipboard.", + "placeholders": { + "value": { + "content": "$1", + "example": "Password" + } + } + }, + "copyValue": { + "message": "Sao chép giá trị", + "description": "Copy value to clipboard" + }, + "copyPassword": { + "message": "Sao chép mật khẩu", + "description": "Copy password to clipboard" + }, + "copyUsername": { + "message": "Sao chép tên đăng nhập", + "description": "Copy username to clipboard" + }, + "copyNumber": { + "message": "Sao chép số", + "description": "Copy credit card number" + }, + "copySecurityCode": { + "message": "Sao chép mã bảo mật", + "description": "Copy credit card security code (CVV)" + }, + "copyUri": { + "message": "Sao chép URI", + "description": "Copy URI to clipboard" + }, + "myVault": { + "message": "Kho của tôi" + }, + "vault": { + "message": "Kho" + }, + "shareSelected": { + "message": "Chia sẻ mục đã chọn" + }, + "deleteSelected": { + "message": "Xóa mục đã chọn" + }, + "moveSelected": { + "message": "Di chuyển mục đã chọn" + }, + "selectAll": { + "message": "Chọn tất cả" + }, + "unselectAll": { + "message": "Bỏ chọn tất cả" + }, + "launch": { + "message": "Khởi chạy" + }, + "newAttachment": { + "message": "Thêm tệp đính kèm mới" + }, + "deletedAttachment": { + "message": "Đã xoá tệp đính kèm" + }, + "deleteAttachmentConfirmation": { + "message": "Bạn có chắc chắn muốn xóa tập tin đính kèm này?" + }, + "attachmentSaved": { + "message": "Tệp đính kèm đã được lưu." + }, + "file": { + "message": "Tập tin" + }, + "selectFile": { + "message": "Chọn một tập tin." + }, + "maxFileSize": { + "message": "Kích thước tối đa của tệp tin là 100 MB." + }, + "updateKey": { + "message": "Bạn không thể sử dụng tính năng này cho đến khi bạn cập nhật khoá mã hóa." + }, + "addedItem": { + "message": "Đã thêm mục" + }, + "editedItem": { + "message": "Mục được chỉnh sửa" + }, + "sharedItem": { + "message": "Mục đã chia sẻ" + }, + "sharedItems": { + "message": "Các mục đã chia sẻ" + }, + "deleteItem": { + "message": "Xóa mục" + }, + "deleteFolder": { + "message": "Xóa thư mục" + }, + "deleteAttachment": { + "message": "Xóa tệp đính kèm" + }, + "deleteItemConfirmation": { + "message": "Bạn có chắc bạn muốn xóa mục này?" + }, + "deletedItem": { + "message": "Deleted item" + }, + "deletedItems": { + "message": "Deleted items" + }, + "movedItems": { + "message": "Moved items" + }, + "overwritePasswordConfirmation": { + "message": "Are you sure you want to overwrite the current password?" + }, + "editedFolder": { + "message": "Edited folder" + }, + "addedFolder": { + "message": "Added folder" + }, + "deleteFolderConfirmation": { + "message": "Are you sure you want to delete this folder?" + }, + "deletedFolder": { + "message": "Deleted folder" + }, + "loggedOut": { + "message": "Logged out" + }, + "loginExpired": { + "message": "Your login session has expired." + }, + "logOutConfirmation": { + "message": "Are you sure you want to log out?" + }, + "logOut": { + "message": "Log Out" + }, + "ok": { + "message": "Ok" + }, + "yes": { + "message": "Yes" + }, + "no": { + "message": "No" + }, + "loginOrCreateNewAccount": { + "message": "Log in or create a new account to access your secure vault." + }, + "createAccount": { + "message": "Create Account" + }, + "logIn": { + "message": "Log In" + }, + "submit": { + "message": "Submit" + }, + "emailAddressDesc": { + "message": "You'll use your email address to log in." + }, + "yourName": { + "message": "Your Name" + }, + "yourNameDesc": { + "message": "What should we call you?" + }, + "masterPass": { + "message": "Master Password" + }, + "masterPassDesc": { + "message": "The master password is the password you use to access your vault. It is very important that you do not forget your master password. There is no way to recover the password in the event that you forget it." + }, + "masterPassHintDesc": { + "message": "A master password hint can help you remember your password if you forget it." + }, + "reTypeMasterPass": { + "message": "Re-type Master Password" + }, + "masterPassHint": { + "message": "Master Password Hint (optional)" + }, + "masterPassHintLabel": { + "message": "Master Password Hint" + }, + "settings": { + "message": "Settings" + }, + "passwordHint": { + "message": "Password Hint" + }, + "enterEmailToGetHint": { + "message": "Enter your account email address to receive your master password hint." + }, + "getMasterPasswordHint": { + "message": "Get master password hint" + }, + "emailRequired": { + "message": "Email address is required." + }, + "invalidEmail": { + "message": "Invalid email address." + }, + "masterPassRequired": { + "message": "Master password is required." + }, + "masterPassLength": { + "message": "Master password must be at least 8 characters long." + }, + "masterPassDoesntMatch": { + "message": "Master password confirmation does not match." + }, + "newAccountCreated": { + "message": "Your new account has been created! You may now log in." + }, + "masterPassSent": { + "message": "We've sent you an email with your master password hint." + }, + "unexpectedError": { + "message": "An unexpected error has occurred." + }, + "emailAddress": { + "message": "Email Address" + }, + "yourVaultIsLocked": { + "message": "Your vault is locked. Verify your master password to continue." + }, + "unlock": { + "message": "Unlock" + }, + "loggedInAsEmailOn": { + "message": "Logged in as $EMAIL$ on $HOSTNAME$.", + "placeholders": { + "email": { + "content": "$1", + "example": "name@example.com" + }, + "hostname": { + "content": "$2", + "example": "bitwarden.com" + } + } + }, + "invalidMasterPassword": { + "message": "Invalid master password" + }, + "lockNow": { + "message": "Lock Now" + }, + "noItemsInList": { + "message": "There are no items to list." + }, + "noCollectionsInList": { + "message": "There are no collections to list." + }, + "noGroupsInList": { + "message": "There are no groups to list." + }, + "noUsersInList": { + "message": "There are no users to list." + }, + "noEventsInList": { + "message": "There are no events to list." + }, + "newOrganization": { + "message": "New Organization" + }, + "noOrganizationsList": { + "message": "You do not belong to any organizations. Organizations allow you to securely share items with other users." + }, + "versionNumber": { + "message": "Version $VERSION_NUMBER$", + "placeholders": { + "version_number": { + "content": "$1", + "example": "1.2.3" + } + } + }, + "enterVerificationCodeApp": { + "message": "Enter the 6 digit verification code from your authenticator app." + }, + "enterVerificationCodeEmail": { + "message": "Enter the 6 digit verification code that was emailed to $EMAIL$.", + "placeholders": { + "email": { + "content": "$1", + "example": "example@gmail.com" + } + } + }, + "verificationCodeEmailSent": { + "message": "Verification email sent to $EMAIL$.", + "placeholders": { + "email": { + "content": "$1", + "example": "example@gmail.com" + } + } + }, + "rememberMe": { + "message": "Remember me" + }, + "sendVerificationCodeEmailAgain": { + "message": "Send verification code email again" + }, + "useAnotherTwoStepMethod": { + "message": "Use another two-step login method" + }, + "insertYubiKey": { + "message": "Insert your YubiKey into your computer's USB port, then touch its button." + }, + "insertU2f": { + "message": "Insert your security key into your computer's USB port. If it has a button, touch it." + }, + "loginUnavailable": { + "message": "Login Unavailable" + }, + "noTwoStepProviders": { + "message": "This account has two-step login enabled, however, none of the configured two-step providers are supported by this web browser." + }, + "noTwoStepProviders2": { + "message": "Please use a supported web browser (such as Chrome) and\/or add additional providers that are better supported across web browsers (such as an authenticator app)." + }, + "twoStepOptions": { + "message": "Two-step Login Options" + }, + "recoveryCodeDesc": { + "message": "Lost access to all of your two-factor providers? Use your recovery code to disable all two-factor providers from your account." + }, + "recoveryCodeTitle": { + "message": "Recovery Code" + }, + "authenticatorAppTitle": { + "message": "Authenticator App" + }, + "authenticatorAppDesc": { + "message": "Use an authenticator app (such as Authy or Google Authenticator) to generate time-based verification codes.", + "description": "'Authy' and 'Google Authenticator' are product names and should not be translated." + }, + "yubiKeyTitle": { + "message": "YubiKey OTP Security Key" + }, + "yubiKeyDesc": { + "message": "Use a YubiKey to access your account. Works with YubiKey 4 series, 5 series, and NEO devices." + }, + "duoDesc": { + "message": "Verify with Duo Security using the Duo Mobile app, SMS, phone call, or U2F security key.", + "description": "'Duo Security' and 'Duo Mobile' are product names and should not be translated." + }, + "duoOrganizationDesc": { + "message": "Verify with Duo Security for your organization using the Duo Mobile app, SMS, phone call, or U2F security key.", + "description": "'Duo Security' and 'Duo Mobile' are product names and should not be translated." + }, + "u2fDesc": { + "message": "Use any FIDO U2F enabled security key to access your account." + }, + "u2fTitle": { + "message": "FIDO U2F Security Key" + }, + "emailTitle": { + "message": "Email" + }, + "emailDesc": { + "message": "Verification codes will be emailed to you." + }, + "continue": { + "message": "Continue" + }, + "organization": { + "message": "Organization" + }, + "organizations": { + "message": "Organizations" + }, + "shareDesc": { + "message": "Choose an organization that you wish to share this item with. Sharing transfers ownership of the item to the organization. You will no longer be the direct owner of this item once it has been shared." + }, + "shareManyDesc": { + "message": "Choose an organization that you wish to share these items with. Sharing transfers ownership of the items to the organization. You will no longer be the direct owner of these items once they have been shared." + }, + "collectionsDesc": { + "message": "Edit the collections that this item is being shared with. Only organization users with access to these collections will be able to see this item." + }, + "deleteSelectedItemsDesc": { + "message": "You have selected $COUNT$ item(s) to delete. Are you sure you want to delete all of these items?", + "placeholders": { + "count": { + "content": "$1", + "example": "150" + } + } + }, + "moveSelectedItemsDesc": { + "message": "Choose a folder that you would like to move the $COUNT$ selected item(s) to.", + "placeholders": { + "count": { + "content": "$1", + "example": "150" + } + } + }, + "shareSelectedItemsCountDesc": { + "message": "You have selected $COUNT$ item(s). $SHAREABLE_COUNT$ items are sharable, $NONSHAREABLE_COUNT$ are not.", + "placeholders": { + "count": { + "content": "$1", + "example": "10" + }, + "shareable_count": { + "content": "$2", + "example": "8" + }, + "nonshareable_count": { + "content": "$3", + "example": "2" + } + } + }, + "verificationCodeTotp": { + "message": "Verification Code (TOTP)" + }, + "copyVerificationCode": { + "message": "Copy Verification Code" + }, + "warning": { + "message": "Warning" + }, + "exportWarningDesc": { + "message": "This export contains your vault data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it." + }, + "exportMasterPassword": { + "message": "Enter your master password to export your vault data." + }, + "exportVault": { + "message": "Export Vault" + }, + "fileFormat": { + "message": "File Format" + }, + "exportSuccess": { + "message": "Your vault data has been exported." + }, + "passwordGenerator": { + "message": "Password Generator" + }, + "minNumbers": { + "message": "Minimum Numbers" + }, + "minSpecial": { + "message": "Minimum Special", + "description": "Minimum Special Characters" + }, + "ambiguous": { + "message": "Avoid Ambiguous Characters" + }, + "regeneratePassword": { + "message": "Regenerate Password" + }, + "length": { + "message": "Length" + }, + "numWords": { + "message": "Number of Words" + }, + "wordSeparator": { + "message": "Word Separator" + }, + "capitalize": { + "message": "Capitalize", + "description": "Make the first letter of a work uppercase." + }, + "includeNumber": { + "message": "Include Number" + }, + "passwordHistory": { + "message": "Password History" + }, + "noPasswordsInList": { + "message": "There are no passwords to list." + }, + "clear": { + "message": "Clear", + "description": "To clear something out. example: To clear browser history." + }, + "accountUpdated": { + "message": "Account Updated" + }, + "changeEmail": { + "message": "Change Email" + }, + "newEmail": { + "message": "New Email" + }, + "code": { + "message": "Code" + }, + "changeEmailDesc": { + "message": "We have emailed a verification code to $EMAIL$. Please check your email for this code and enter it below to finalize the email address change.", + "placeholders": { + "email": { + "content": "$1", + "example": "john.smith@example.com" + } + } + }, + "loggedOutWarning": { + "message": "Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour." + }, + "emailChanged": { + "message": "Email Changed" + }, + "logBackIn": { + "message": "Please log back in." + }, + "logBackInOthersToo": { + "message": "Please log back in. If you are using other Bitwarden applications log out and back in to those as well." + }, + "changeMasterPassword": { + "message": "Change Master Password" + }, + "masterPasswordChanged": { + "message": "Master Password Changed" + }, + "currentMasterPass": { + "message": "Current Master Password" + }, + "newMasterPass": { + "message": "New Master Password" + }, + "confirmNewMasterPass": { + "message": "Confirm New Master Password" + }, + "encKeySettings": { + "message": "Encryption Key Settings" + }, + "kdfAlgorithm": { + "message": "KDF Algorithm" + }, + "kdfIterations": { + "message": "KDF Iterations" + }, + "kdfIterationsDesc": { + "message": "Higher KDF iterations can help protect your master password from being brute forced by an attacker. We recommend a value of $VALUE$ or more.", + "placeholders": { + "value": { + "content": "$1", + "example": "100,000" + } + } + }, + "kdfIterationsWarning": { + "message": "Setting your KDF iterations too high could result in poor performance when logging into (and unlocking) Bitwarden on devices with slower CPUs. We recommend that you increase the value in increments of $INCREMENT$ and then test all of your devices.", + "placeholders": { + "increment": { + "content": "$1", + "example": "50,000" + } + } + }, + "changeKdf": { + "message": "Change KDF" + }, + "encKeySettingsChanged": { + "message": "Encryption Key Settings Changed" + }, + "dangerZone": { + "message": "Danger Zone" + }, + "dangerZoneDesc": { + "message": "Careful, these actions are not reversible!" + }, + "deauthorizeSessions": { + "message": "Deauthorize Sessions" + }, + "deauthorizeSessionsDesc": { + "message": "Concerned your account is logged in on another device? Proceed below to deauthorize all computers or devices that you have previously used. This security step is recommended if you previously used a public computer or accidentally saved your password on a device that isn't yours. This step will also clear all previously remembered two-step login sessions." + }, + "deauthorizeSessionsWarning": { + "message": "Proceeding will also log you out of your current session, requiring you to log back in. You will also be prompted for two-step login again, if enabled. Active sessions on other devices may continue to remain active for up to one hour." + }, + "sessionsDeauthorized": { + "message": "All Sessions Deauthorized" + }, + "purgeVault": { + "message": "Purge Vault" + }, + "purgedOrganizationVault": { + "message": "Purged organization vault." + }, + "purgeVaultDesc": { + "message": "Proceed below to delete all items and folders in your vault. Items that belong to an organization that you share with will not be deleted." + }, + "purgeOrgVaultDesc": { + "message": "Proceed below to delete all items in the organization's vault." + }, + "purgeVaultWarning": { + "message": "Purging your vault is permanent. It cannot be undone." + }, + "vaultPurged": { + "message": "Your vault has been purged." + }, + "deleteAccount": { + "message": "Delete Account" + }, + "deleteAccountDesc": { + "message": "Proceed below to delete your account and all associated data." + }, + "deleteAccountWarning": { + "message": "Deleting your account is permanent. It cannot be undone." + }, + "accountDeleted": { + "message": "Account Deleted" + }, + "accountDeletedDesc": { + "message": "Your account has been closed and all associated data has been deleted." + }, + "myAccount": { + "message": "My Account" + }, + "tools": { + "message": "Tools" + }, + "importData": { + "message": "Import Data" + }, + "importSuccess": { + "message": "Data has been successfully imported into your vault." + }, + "importFormatError": { + "message": "Data is not formatted correctly. Please check your import file and try again." + }, + "importNothingError": { + "message": "Nothing was imported." + }, + "selectFormat": { + "message": "Select the format of the import file" + }, + "selectImportFile": { + "message": "Select the import file" + }, + "orCopyPasteFileContents": { + "message": "or copy\/paste the import file contents" + }, + "instructionsFor": { + "message": "$NAME$ Instructions", + "description": "The title for the import tool instructions.", + "placeholders": { + "name": { + "content": "$1", + "example": "LastPass (csv)" + } + } + }, + "options": { + "message": "Options" + }, + "optionsDesc": { + "message": "Customize your web vault experience." + }, + "optionsUpdated": { + "message": "Options updated" + }, + "language": { + "message": "Language" + }, + "languageDesc": { + "message": "Change the language used by the web vault." + }, + "disableIcons": { + "message": "Disable Website Icons" + }, + "disableIconsDesc": { + "message": "Website Icons provide a recognizable image next to each login item in your vault." + }, + "enableGravatars": { + "message": "Enable Gravatars", + "description": "'Gravatar' is the name of a service. See www.gravatar.com" + }, + "enableGravatarsDesc": { + "message": "Use avatar images loaded from gravatar.com." + }, + "default": { + "message": "Default" + }, + "domainRules": { + "message": "Domain Rules" + }, + "domainRulesDesc": { + "message": "If you have the same login across multiple different website domains, you can mark the website as \"equivalent\". \"Global\" domains are ones already created for you by Bitwarden." + }, + "globalEqDomains": { + "message": "Global Equivalent Domains" + }, + "customEqDomains": { + "message": "Custom Equivalent Domains" + }, + "exclude": { + "message": "Exclude" + }, + "include": { + "message": "Include" + }, + "customize": { + "message": "Customize" + }, + "newCustomDomain": { + "message": "New Custom Domain" + }, + "newCustomDomainDesc": { + "message": "Enter a list of domains separated by commas. Only \"base\" domains are allowed. Do not enter subdomains. For example, enter \"google.com\" instead of \"www.google.com\". You can also enter \"androidapp:\/\/package.name\" to associate an android app with other website domains." + }, + "customDomainX": { + "message": "Custom Domain $INDEX$", + "placeholders": { + "index": { + "content": "$1", + "example": "2" + } + } + }, + "domainsUpdated": { + "message": "Domains updated" + }, + "twoStepLogin": { + "message": "Two-step Login" + }, + "twoStepLoginDesc": { + "message": "Secure your account by requiring an additional step when logging in." + }, + "twoStepLoginOrganizationDesc": { + "message": "Require two-step login for your organization's users by configuring providers at the organization level." + }, + "twoStepLoginRecoveryWarning": { + "message": "Enabling two-step login can permanently lock you out of your Bitwarden account. A recovery code allows you to access your account in the event that you can no longer use your normal two-step login provider (ex. you lose your device). Bitwarden support will not be able to assist you if you lose access to your account. We recommend you write down or print the recovery code and keep it in a safe place." + }, + "viewRecoveryCode": { + "message": "View Recovery Code" + }, + "providers": { + "message": "Providers", + "description": "Two-step login providers such as YubiKey, Duo, Authenticator apps, Email, etc." + }, + "enable": { + "message": "Enable" + }, + "enabled": { + "message": "Enabled" + }, + "premium": { + "message": "Premium", + "description": "Premium Membership" + }, + "premiumMembership": { + "message": "Premium Membership" + }, + "premiumRequired": { + "message": "Premium Required" + }, + "premiumRequiredDesc": { + "message": "A premium membership is required to use this feature." + }, + "youHavePremiumAccess": { + "message": "You have premium access" + }, + "alreadyPremiumFromOrg": { + "message": "You already have access to premium features because of an organization you are a member of." + }, + "manage": { + "message": "Manage" + }, + "disable": { + "message": "Disable" + }, + "twoStepLoginProviderEnabled": { + "message": "This two-step login provider is enabled on your account." + }, + "twoStepLoginAuthDesc": { + "message": "Enter your master password to modify two-step login settings." + }, + "twoStepAuthenticatorDesc": { + "message": "Follow these steps to set up two-step login with an authenticator app:" + }, + "twoStepAuthenticatorDownloadApp": { + "message": "Download a two-step authenticator app" + }, + "twoStepAuthenticatorNeedApp": { + "message": "Need a two-step authenticator app? Download one of the following" + }, + "iosDevices": { + "message": "iOS devices" + }, + "androidDevices": { + "message": "Android devices" + }, + "windowsDevices": { + "message": "Windows devices" + }, + "twoStepAuthenticatorAppsRecommended": { + "message": "These apps are recommended, however, other authenticator apps will also work." + }, + "twoStepAuthenticatorScanCode": { + "message": "Scan this QR code with your authenticator app" + }, + "key": { + "message": "Key" + }, + "twoStepAuthenticatorEnterCode": { + "message": "Enter the resulting 6 digit verification code from the app" + }, + "twoStepAuthenticatorReaddDesc": { + "message": "In case you need to add it to another device, below is the QR code (or key) required by your authenticator app." + }, + "twoStepDisableDesc": { + "message": "Are you sure you want to disable this two-step login provider?" + }, + "twoStepDisabled": { + "message": "Two-step login provider disabled." + }, + "twoFactorYubikeyAdd": { + "message": "Add a new YubiKey to your account" + }, + "twoFactorYubikeyPlugIn": { + "message": "Plug the YubiKey into your computer's USB port." + }, + "twoFactorYubikeySelectKey": { + "message": "Select the first empty YubiKey input field below." + }, + "twoFactorYubikeyTouchButton": { + "message": "Touch the YubiKey's button." + }, + "twoFactorYubikeySaveForm": { + "message": "Save the form." + }, + "twoFactorYubikeyWarning": { + "message": "Due to platform limitations, YubiKeys cannot be used on all Bitwarden applications. You should enable another two-step login provider so that you can access your account when YubiKeys cannot be used. Supported platforms:" + }, + "twoFactorYubikeySupportUsb": { + "message": "Web vault, desktop application, CLI, and all browser extensions on a device with a USB port that can accept your YubiKey." + }, + "twoFactorYubikeySupportMobile": { + "message": "Mobile apps on a device with NFC capabilities or a USB port that can accept your YubiKey." + }, + "yubikeyX": { + "message": "YubiKey $INDEX$", + "placeholders": { + "index": { + "content": "$1", + "example": "2" + } + } + }, + "u2fkeyX": { + "message": "U2F Key $INDEX$", + "placeholders": { + "index": { + "content": "$1", + "example": "2" + } + } + }, + "nfcSupport": { + "message": "NFC Support" + }, + "twoFactorYubikeySupportsNfc": { + "message": "One of my keys supports NFC." + }, + "twoFactorYubikeySupportsNfcDesc": { + "message": "If one of your YubiKeys supports NFC (such as a YubiKey NEO), you will be prompted on mobile devices whenever NFC availability is detected." + }, + "yubikeysUpdated": { + "message": "YubiKeys updated" + }, + "disableAllKeys": { + "message": "Disable All Keys" + }, + "twoFactorDuoDesc": { + "message": "Enter the Bitwarden application information from your Duo Admin panel." + }, + "twoFactorDuoIntegrationKey": { + "message": "Integration Key" + }, + "twoFactorDuoSecretKey": { + "message": "Secret Key" + }, + "twoFactorDuoApiHostname": { + "message": "API Hostname" + }, + "twoFactorEmailDesc": { + "message": "Follow these steps to set up two-step login with email:" + }, + "twoFactorEmailEnterEmail": { + "message": "Enter the email that you wish to receive verification codes" + }, + "twoFactorEmailEnterCode": { + "message": "Enter the resulting 6 digit verification code from the email" + }, + "sendEmail": { + "message": "Send Email" + }, + "twoFactorU2fAdd": { + "message": "Add a FIDO U2F security key to your account" + }, + "removeU2fConfirmation": { + "message": "Are you sure you want to remove this security key?" + }, + "readKey": { + "message": "Read Key" + }, + "keyCompromised": { + "message": "Key is compromised." + }, + "twoFactorU2fGiveName": { + "message": "Give the security key a friendly name to identify it." + }, + "twoFactorU2fPlugInReadKey": { + "message": "Plug the security key into your computer's USB port and click the \"Read Key\" button." + }, + "twoFactorU2fTouchButton": { + "message": "If the security key has a button, touch it." + }, + "twoFactorU2fSaveForm": { + "message": "Save the form." + }, + "twoFactorU2fWarning": { + "message": "Due to platform limitations, FIDO U2F cannot be used on all Bitwarden applications. You should enable another two-step login provider so that you can access your account when FIDO U2F cannot be used. Supported platforms:" + }, + "twoFactorU2fSupportWeb": { + "message": "Web vault and browser extensions on a desktop\/laptop with a U2F enabled browser (Chrome, Opera, Vivaldi, or Firefox with FIDO U2F enabled)." + }, + "twoFactorU2fWaiting": { + "message": "Waiting for you to touch the button on your security key" + }, + "twoFactorU2fClickSave": { + "message": "Click the \"Save\" button below to enable this security key for two-step login." + }, + "twoFactorU2fProblemReadingTryAgain": { + "message": "There was a problem reading the security key. Try again." + }, + "twoFactorRecoveryYourCode": { + "message": "Your Bitwarden two-step login recovery code" + }, + "twoFactorRecoveryNoCode": { + "message": "You have not enabled any two-step login providers yet. After you have enabled a two-step login provider you can check back here for your recovery code." + }, + "printCode": { + "message": "Print Code", + "description": "Print 2FA recovery code" + }, + "reports": { + "message": "Reports" + }, + "unsecuredWebsitesReport": { + "message": "Unsecured Websites Report" + }, + "unsecuredWebsitesReportDesc": { + "message": "Using unsecured websites with the http:\/\/ scheme can be dangerous. If the website allows, you should always access it using the https:\/\/ scheme so that your connection is encrypted." + }, + "unsecuredWebsitesFound": { + "message": "Unsecured Websites Found" + }, + "unsecuredWebsitesFoundDesc": { + "message": "We found $COUNT$ items in your vault with unsecured URIs. You should change their URI scheme to https:\/\/ if the website allows it.", + "placeholders": { + "count": { + "content": "$1", + "example": "8" + } + } + }, + "noUnsecuredWebsites": { + "message": "No items in your vault have unsecured URIs." + }, + "inactive2faReport": { + "message": "Inactive 2FA Report" + }, + "inactive2faReportDesc": { + "message": "Two-factor authentication (2FA) is an important security setting that helps secure your accounts. If the website offers it, you should always enable two-factor authentication." + }, + "inactive2faFound": { + "message": "Logins Without 2FA Found" + }, + "inactive2faFoundDesc": { + "message": "We found $COUNT$ website(s) in your vault that may not be configured with two-factor authentication (according to twofactorauth.org). To further protect these accounts, you should enable two-factor authentication.", + "placeholders": { + "count": { + "content": "$1", + "example": "8" + } + } + }, + "noInactive2fa": { + "message": "No websites were found in your vault with a missing two-factor authentication configuration." + }, + "instructions": { + "message": "Instructions" + }, + "exposedPasswordsReport": { + "message": "Exposed Passwords Report" + }, + "exposedPasswordsReportDesc": { + "message": "Exposed passwords are passwords that have been uncovered in known data breaches that were released publicly or sold on the dark web by hackers." + }, + "exposedPasswordsFound": { + "message": "Exposed Passwords Found" + }, + "exposedPasswordsFoundDesc": { + "message": "We found $COUNT$ items in your vault that have passwords that were exposed in known data breaches. You should change them to use a new password.", + "placeholders": { + "count": { + "content": "$1", + "example": "8" + } + } + }, + "noExposedPasswords": { + "message": "No items in your vault have passwords that have been exposed in known data breaches." + }, + "checkExposedPasswords": { + "message": "Check Exposed Passwords" + }, + "exposedXTimes": { + "message": "Exposed $COUNT$ time(s)", + "placeholders": { + "count": { + "content": "$1", + "example": "52" + } + } + }, + "weakPasswordsReport": { + "message": "Weak Passwords Report" + }, + "weakPasswordsReportDesc": { + "message": "Weak passwords can easily be guessed by hackers and automated tools that are used to crack passwords. The Bitwarden password generator can help you create strong passwords." + }, + "weakPasswordsFound": { + "message": "Weak Passwords Found" + }, + "weakPasswordsFoundDesc": { + "message": "We found $COUNT$ items in your vault with passwords that are not strong. You should update them to use stronger passwords.", + "placeholders": { + "count": { + "content": "$1", + "example": "8" + } + } + }, + "noWeakPasswords": { + "message": "No items in your vault have weak passwords." + }, + "reusedPasswordsReport": { + "message": "Reused Passwords Report" + }, + "reusedPasswordsReportDesc": { + "message": "If a service that you use is compromised, reusing the same password elsewhere can allow hackers to easily gain access to more of your online accounts. You should use a unique password for every account or service." + }, + "reusedPasswordsFound": { + "message": "Reused Passwords Found" + }, + "reusedPasswordsFoundDesc": { + "message": "We found $COUNT$ passwords that are being reused in your vault. You should change them to a unique value.", + "placeholders": { + "count": { + "content": "$1", + "example": "8" + } + } + }, + "noReusedPasswords": { + "message": "No logins in your vault have passwords that are being reused." + }, + "reusedXTimes": { + "message": "Reused $COUNT$ times", + "placeholders": { + "count": { + "content": "$1", + "example": "8" + } + } + }, + "dataBreachReport": { + "message": "Data Breach Report" + }, + "breachDesc": { + "message": "A \"breach\" is an incident where a site's data has been illegally accessed by hackers and then released publicly. Review the types of data that were compromised (email addresses, passwords, credit cards etc.) and take appropriate action, such as changing passwords." + }, + "breachCheckUsernameEmail": { + "message": "Check any usernames or email addresses that you use." + }, + "checkBreaches": { + "message": "Check Breaches" + }, + "breachUsernameNotFound": { + "message": "$USERNAME$ was not found in any known data breaches.", + "placeholders": { + "username": { + "content": "$1", + "example": "user@example.com" + } + } + }, + "goodNews": { + "message": "Good News", + "description": "ex. Good News, No Breached Accounts Found!" + }, + "breachUsernameFound": { + "message": "$USERNAME$ was found in $COUNT$ different data breaches online.", + "placeholders": { + "username": { + "content": "$1", + "example": "user@example.com" + }, + "count": { + "content": "$2", + "example": "7" + } + } + }, + "breachFound": { + "message": "Breached Accounts Found" + }, + "compromisedData": { + "message": "Compromised data" + }, + "website": { + "message": "Website" + }, + "affectedUsers": { + "message": "Affected Users" + }, + "breachOccurred": { + "message": "Breach Occurred" + }, + "breachReported": { + "message": "Breach Reported" + }, + "reportError": { + "message": "An error occurred trying to load the report. Try again" + }, + "billing": { + "message": "Billing" + }, + "accountCredit": { + "message": "Account Credit", + "description": "Financial term. In the case of Bitwarden, a positive balance means that you owe money, while a negative balance means that you have a credit (Bitwarden owes you money)." + }, + "accountBalance": { + "message": "Account Balance", + "description": "Financial term. In the case of Bitwarden, a positive balance means that you owe money, while a negative balance means that you have a credit (Bitwarden owes you money)." + }, + "addCredit": { + "message": "Add Credit", + "description": "Add more credit to your account's balance." + }, + "amount": { + "message": "Amount", + "description": "Dollar amount, or quantity." + }, + "creditDelayed": { + "message": "Added credit will appear on your account after the payment has been fully processed. Some payment methods are delayed and can take longer to process than others." + }, + "makeSureEnoughCredit": { + "message": "Please make sure that your account has enough credit available for this purchase. If your account does not have enough credit available, your default payment method on file will be used for the difference. You can add credit to your account from the Billing page." + }, + "creditAppliedDesc": { + "message": "Your account's credit can be used to make purchases. Any available credit will be automatically applied towards invoices generated for this account." + }, + "goPremium": { + "message": "Go Premium", + "description": "Another way of saying \"Get a premium membership\"" + }, + "premiumUpdated": { + "message": "You've upgraded to premium." + }, + "premiumUpgradeUnlockFeatures": { + "message": "Upgrade your account to a premium membership and unlock some great additional features." + }, + "premiumSignUpStorage": { + "message": "1 GB encrypted storage for file attachments." + }, + "premiumSignUpTwoStep": { + "message": "Additional two-step login options such as YubiKey, FIDO U2F, and Duo." + }, + "premiumSignUpReports": { + "message": "Password hygiene, account health, and data breach reports to keep your vault safe." + }, + "premiumSignUpTotp": { + "message": "TOTP verification code (2FA) generator for logins in your vault." + }, + "premiumSignUpSupport": { + "message": "Priority customer support." + }, + "premiumSignUpFuture": { + "message": "All future premium features. More coming soon!" + }, + "premiumPrice": { + "message": "All for just $PRICE$ \/year!", + "placeholders": { + "price": { + "content": "$1", + "example": "$10" + } + } + }, + "addons": { + "message": "Addons" + }, + "premiumAccess": { + "message": "Premium Access" + }, + "premiumAccessDesc": { + "message": "You can add premium access to all members of your organization for $PRICE$ \/$INTERVAL$.", + "placeholders": { + "price": { + "content": "$1", + "example": "$3.33" + }, + "interval": { + "content": "$2", + "example": "'month' or 'year'" + } + } + }, + "additionalStorageGb": { + "message": "Additional Storage (GB)" + }, + "additionalStorageGbDesc": { + "message": "# of additional GB" + }, + "additionalStorageIntervalDesc": { + "message": "Your plan comes with $SIZE$ of encrypted file storage. You can add additional storage for $PRICE$ per GB \/$INTERVAL$.", + "placeholders": { + "size": { + "content": "$1", + "example": "1 GB" + }, + "price": { + "content": "$2", + "example": "$4.00" + }, + "interval": { + "content": "$3", + "example": "'month' or 'year'" + } + } + }, + "summary": { + "message": "Summary" + }, + "total": { + "message": "Total" + }, + "year": { + "message": "year" + }, + "month": { + "message": "month" + }, + "monthAbbr": { + "message": "mo.", + "description": "Short abbreviation for 'month'" + }, + "paymentChargedAnnually": { + "message": "Your payment method will be charged immediately and then on a recurring basis each year. You may cancel at any time." + }, + "paymentCharged": { + "message": "Your payment method will be charged immediately and then on a recurring basis each $INTERVAL$. You may cancel at any time.", + "placeholders": { + "interval": { + "content": "$1", + "example": "month or year" + } + } + }, + "paymentChargedWithTrial": { + "message": "Your plan comes with a free 7 day trial. Your payment method will not be charged until the trial has ended. Billing will occur on a recurring basis each $INTERVAL$. You may cancel at any time.", + "placeholders": { + "interval": { + "content": "$1", + "example": "month or year" + } + } + }, + "paymentInformation": { + "message": "Payment Information" + }, + "creditCard": { + "message": "Credit Card" + }, + "paypalClickSubmit": { + "message": "Click the PayPal button to log into your PayPal account, then click the Submit button below to continue." + }, + "cancelSubscription": { + "message": "Cancel Subscription" + }, + "subscriptionCanceled": { + "message": "The subscription has been canceled." + }, + "pendingCancellation": { + "message": "Pending Cancellation" + }, + "subscriptionPendingCanceled": { + "message": "The subscription has been marked for cancellation at the end of the current billing period." + }, + "reinstateSubscription": { + "message": "Reinstate Subscription" + }, + "reinstateConfirmation": { + "message": "Are you sure you want to remove the pending cancellation request and reinstate your subscription?" + }, + "reinstated": { + "message": "The subscription has been reinstated." + }, + "cancelConfirmation": { + "message": "Are you sure you want to cancel? You will lose access to all of this subscription's features at the end of this billing cycle." + }, + "canceledSubscription": { + "message": "The subscription has been canceled." + }, + "neverExpires": { + "message": "Never Expires" + }, + "status": { + "message": "Status" + }, + "nextCharge": { + "message": "Next Charge" + }, + "details": { + "message": "Details" + }, + "downloadLicense": { + "message": "Download License" + }, + "updateLicense": { + "message": "Update License" + }, + "updatedLicense": { + "message": "Updated license" + }, + "manageSubscription": { + "message": "Manage Subscription" + }, + "storage": { + "message": "Storage" + }, + "addStorage": { + "message": "Add Storage" + }, + "removeStorage": { + "message": "Remove Storage" + }, + "subscriptionStorage": { + "message": "Your subscription has a total of $MAX_STORAGE$ GB of encrypted file storage. You are currently using $USED_STORAGE$.", + "placeholders": { + "max_storage": { + "content": "$1", + "example": "4" + }, + "used_storage": { + "content": "$2", + "example": "65 MB" + } + } + }, + "paymentMethod": { + "message": "Payment Method" + }, + "noPaymentMethod": { + "message": "No payment method on file." + }, + "addPaymentMethod": { + "message": "Add Payment Method" + }, + "changePaymentMethod": { + "message": "Change Payment Method" + }, + "invoices": { + "message": "Invoices" + }, + "noInvoices": { + "message": "No invoices." + }, + "paid": { + "message": "Paid", + "description": "Past tense status of an invoice. ex. Paid or unpaid." + }, + "unpaid": { + "message": "Unpaid", + "description": "Past tense status of an invoice. ex. Paid or unpaid." + }, + "transactions": { + "message": "Transactions", + "description": "Payment\/credit transactions." + }, + "noTransactions": { + "message": "No transactions." + }, + "chargeNoun": { + "message": "Charge", + "description": "Noun. A charge from a payment method." + }, + "refundNoun": { + "message": "Refund", + "description": "Noun. A refunded payment that was charged." + }, + "chargesStatement": { + "message": "Any charges will appear on your statement as $STATEMENT_NAME$.", + "placeholders": { + "statement_name": { + "content": "$1", + "example": "BITWARDEN" + } + } + }, + "gbStorageAdd": { + "message": "GB of Storage To Add" + }, + "gbStorageRemove": { + "message": "GB of Storage To Remove" + }, + "storageAddNote": { + "message": "Adding storage will result in adjustments to your billing totals and immediately charge your payment method on file. The first charge will be prorated for the remainder of the current billing cycle." + }, + "storageRemoveNote": { + "message": "Removing storage will result in adjustments to your billing totals that will be prorated as credits toward your next billing charge." + }, + "adjustedStorage": { + "message": "Adjusted $AMOUNT$ GB of storage.", + "placeholders": { + "amount": { + "content": "$1", + "example": "5" + } + } + }, + "contactSupport": { + "message": "Contact Customer Support" + }, + "updatedPaymentMethod": { + "message": "Updated payment method." + }, + "purchasePremium": { + "message": "Purchase Premium" + }, + "licenseFile": { + "message": "License File" + }, + "licenseFileDesc": { + "message": "Your license file will be named something like $FILE_NAME$", + "placeholders": { + "file_name": { + "content": "$1", + "example": "bitwarden_premium_license.json" + } + } + }, + "uploadLicenseFilePremium": { + "message": "To upgrade your account to a premium membership you need to upload a valid license file." + }, + "uploadLicenseFileOrg": { + "message": "To create an on-premises hosted organization you need to upload a valid license file." + }, + "accountEmailMustBeVerified": { + "message": "Your account's email address must be verified." + }, + "newOrganizationDesc": { + "message": "Organizations allow you to share parts of your vault with others as well as manage related users for a specific entity such as a family, small team, or large company." + }, + "generalInformation": { + "message": "General Information" + }, + "organizationName": { + "message": "Organization Name" + }, + "accountOwnedBusiness": { + "message": "This account is owned by a business." + }, + "billingEmail": { + "message": "Billing Email" + }, + "businessName": { + "message": "Business Name" + }, + "chooseYourPlan": { + "message": "Choose Your Plan" + }, + "users": { + "message": "Users" + }, + "userSeats": { + "message": "User Seats" + }, + "additionalUserSeats": { + "message": "Additional User Seats" + }, + "userSeatsDesc": { + "message": "# of user seats" + }, + "userSeatsAdditionalDesc": { + "message": "Your plan comes with $BASE_SEATS$ user seats. You can add additional users for $SEAT_PRICE$ per user \/month.", + "placeholders": { + "base_seats": { + "content": "$1", + "example": "5" + }, + "seat_price": { + "content": "$2", + "example": "$2.00" + } + } + }, + "userSeatsHowManyDesc": { + "message": "How many user seats do you need? You can also add additional seats later if needed." + }, + "planNameFree": { + "message": "Free", + "description": "Free as in 'free beer'." + }, + "planDescFree": { + "message": "For testing or personal users to share with $COUNT$ other user.", + "placeholders": { + "count": { + "content": "$1", + "example": "1" + } + } + }, + "planNameFamilies": { + "message": "Families" + }, + "planDescFamilies": { + "message": "For personal use, to share with family & friends." + }, + "planNameTeams": { + "message": "Teams" + }, + "planDescTeams": { + "message": "For businesses and other team organizations." + }, + "planNameEnterprise": { + "message": "Enterprise" + }, + "planDescEnterprise": { + "message": "For businesses and other large organizations." + }, + "freeForever": { + "message": "Free Forever" + }, + "includesXUsers": { + "message": "includes $COUNT$ users", + "placeholders": { + "count": { + "content": "$1", + "example": "5" + } + } + }, + "additionalUsers": { + "message": "Additional Users" + }, + "costPerUser": { + "message": "$COST$ per user", + "placeholders": { + "cost": { + "content": "$1", + "example": "$3" + } + } + }, + "limitedUsers": { + "message": "Limited to $COUNT$ users (including you)", + "placeholders": { + "count": { + "content": "$1", + "example": "2" + } + } + }, + "limitedCollections": { + "message": "Limited to $COUNT$ collections", + "placeholders": { + "count": { + "content": "$1", + "example": "2" + } + } + }, + "addShareLimitedUsers": { + "message": "Add and share with up to $COUNT$ users", + "placeholders": { + "count": { + "content": "$1", + "example": "5" + } + } + }, + "addShareUnlimitedUsers": { + "message": "Add and share with unlimited users" + }, + "createUnlimitedCollections": { + "message": "Create unlimited collections" + }, + "gbEncryptedFileStorage": { + "message": "$SIZE$ encrypted file storage", + "placeholders": { + "size": { + "content": "$1", + "example": "1 GB" + } + } + }, + "onPremHostingOptional": { + "message": "On-premise hosting (optional)" + }, + "usersGetPremium": { + "message": "Users get access to premium membership features" + }, + "controlAccessWithGroups": { + "message": "Control user access with groups" + }, + "syncUsersFromDirectory": { + "message": "Sync your users and groups from a directory" + }, + "trackAuditLogs": { + "message": "Track user actions with audit logs" + }, + "enforce2faDuo": { + "message": "Enforce 2FA with Duo" + }, + "priorityCustomerSupport": { + "message": "Priority customer support" + }, + "xDayFreeTrial": { + "message": "$COUNT$ day free trial, cancel anytime", + "placeholders": { + "count": { + "content": "$1", + "example": "7" + } + } + }, + "monthly": { + "message": "Monthly" + }, + "annually": { + "message": "Annually" + }, + "basePrice": { + "message": "Base Price" + }, + "organizationCreated": { + "message": "Organization Created" + }, + "organizationReadyToGo": { + "message": "Your new organization is ready to go!" + }, + "organizationUpgraded": { + "message": "Your organization has been upgraded." + }, + "leave": { + "message": "Leave" + }, + "leaveOrganizationConfirmation": { + "message": "Are you sure you want to leave this organization?" + }, + "leftOrganization": { + "message": "You have left the organization." + }, + "defaultCollection": { + "message": "Default Collection" + }, + "getHelp": { + "message": "Get Help" + }, + "getApps": { + "message": "Get the Apps" + }, + "loggedInAs": { + "message": "Logged in as" + }, + "eventLogs": { + "message": "Event Logs" + }, + "people": { + "message": "People" + }, + "groups": { + "message": "Groups" + }, + "newGroup": { + "message": "New Group" + }, + "addGroup": { + "message": "Add Group" + }, + "editGroup": { + "message": "Edit Group" + }, + "deleteGroupConfirmation": { + "message": "Are you sure you want to delete this group?" + }, + "removeUserConfirmation": { + "message": "Are you sure you want to remove this user?" + }, + "externalId": { + "message": "External Id" + }, + "externalIdDesc": { + "message": "The external id can be used as a reference or to link this resource to an external system such as a user directory." + }, + "accessControl": { + "message": "Access Control" + }, + "groupAccessAllItems": { + "message": "This group can access and modify all items." + }, + "groupAccessSelectedCollections": { + "message": "This group can access only the selected collections." + }, + "readOnly": { + "message": "Read Only" + }, + "newCollection": { + "message": "New Collection" + }, + "addCollection": { + "message": "Add Collection" + }, + "editCollection": { + "message": "Edit Collection" + }, + "deleteCollectionConfirmation": { + "message": "Are you sure you want to delete this collection?" + }, + "editUser": { + "message": "Edit User" + }, + "inviteUser": { + "message": "Invite User" + }, + "inviteUserDesc": { + "message": "Invite a new user to your organization by entering their Bitwarden account email address below. If they do not have a Bitwarden account already, they will be prompted to create a new account." + }, + "inviteMultipleEmailDesc": { + "message": "You can invite up to $COUNT$ users at a time by comma separating a list of email addresses.", + "placeholders": { + "count": { + "content": "$1", + "example": "20" + } + } + }, + "userUsingTwoStep": { + "message": "This user is using two-step login to protect their account." + }, + "userAccessAllItems": { + "message": "This user can access and modify all items." + }, + "userAccessSelectedCollections": { + "message": "This user can access only the selected collections." + }, + "search": { + "message": "Search" + }, + "invited": { + "message": "Invited" + }, + "accepted": { + "message": "Accepted" + }, + "confirmed": { + "message": "Confirmed" + }, + "owner": { + "message": "Owner" + }, + "ownerDesc": { + "message": "The highest access user that can manage all aspects of your organization." + }, + "admin": { + "message": "Admin" + }, + "adminDesc": { + "message": "Admins can access and manage all items, collections and users in your organization." + }, + "user": { + "message": "User" + }, + "userDesc": { + "message": "A regular user with access to assigned collections in your organization." + }, + "manager": { + "message": "Manager" + }, + "managerDesc": { + "message": "Managers can access and manage assigned collections in your organization." + }, + "all": { + "message": "All" + }, + "refresh": { + "message": "Refresh" + }, + "timestamp": { + "message": "Timestamp" + }, + "event": { + "message": "Event" + }, + "unknown": { + "message": "Unknown" + }, + "loadMore": { + "message": "Load More" + }, + "mobile": { + "message": "Mobile", + "description": "Mobile app" + }, + "extension": { + "message": "Extension", + "description": "Browser extension\/addon" + }, + "desktop": { + "message": "Desktop", + "description": "Desktop app" + }, + "webVault": { + "message": "Web Vault" + }, + "loggedIn": { + "message": "Logged in." + }, + "changedPassword": { + "message": "Changed account password." + }, + "enabledUpdated2fa": { + "message": "Enabled\/updated two-step login." + }, + "disabled2fa": { + "message": "Disabled two-step login." + }, + "recovered2fa": { + "message": "Recovered account from two-step login." + }, + "failedLogin": { + "message": "Login attempt failed with incorrect password." + }, + "failedLogin2fa": { + "message": "Login attempt failed with incorrect two-step login." + }, + "editedOrgSettings": { + "message": "Edited organization settings." + }, + "createdItemId": { + "message": "Created item $ID$.", + "placeholders": { + "id": { + "content": "$1", + "example": "Google" + } + } + }, + "editedItemId": { + "message": "Edited item $ID$.", + "placeholders": { + "id": { + "content": "$1", + "example": "Google" + } + } + }, + "deletedItemId": { + "message": "Deleted item $ID$.", + "placeholders": { + "id": { + "content": "$1", + "example": "Google" + } + } + }, + "sharedItemId": { + "message": "Shared item $ID$.", + "placeholders": { + "id": { + "content": "$1", + "example": "'Google'" + } + } + }, + "createdCollectionId": { + "message": "Created collection $ID$.", + "placeholders": { + "id": { + "content": "$1", + "example": "Server Passwords" + } + } + }, + "editedCollectionId": { + "message": "Edited collection $ID$.", + "placeholders": { + "id": { + "content": "$1", + "example": "Server Passwords" + } + } + }, + "deletedCollectionId": { + "message": "Deleted collection $ID$.", + "placeholders": { + "id": { + "content": "$1", + "example": "Server Passwords" + } + } + }, + "createdGroupId": { + "message": "Created group $ID$.", + "placeholders": { + "id": { + "content": "$1", + "example": "Developers" + } + } + }, + "editedGroupId": { + "message": "Edited group $ID$.", + "placeholders": { + "id": { + "content": "$1", + "example": "Developers" + } + } + }, + "deletedGroupId": { + "message": "Deleted group $ID$.", + "placeholders": { + "id": { + "content": "$1", + "example": "Developers" + } + } + }, + "removedUserId": { + "message": "Removed user $ID$.", + "placeholders": { + "id": { + "content": "$1", + "example": "John Smith" + } + } + }, + "createdAttachmentForItem": { + "message": "Created attachment for item $ID$.", + "placeholders": { + "id": { + "content": "$1", + "example": "Google" + } + } + }, + "deletedAttachmentForItem": { + "message": "Deleted attachment for item $ID$.", + "placeholders": { + "id": { + "content": "$1", + "example": "Google" + } + } + }, + "editedCollectionsForItem": { + "message": "Edited collections for item $ID$.", + "placeholders": { + "id": { + "content": "$1", + "example": "Google" + } + } + }, + "invitedUserId": { + "message": "Invited user $ID$.", + "placeholders": { + "id": { + "content": "$1", + "example": "John Smith" + } + } + }, + "confirmedUserId": { + "message": "Confirmed user $ID$.", + "placeholders": { + "id": { + "content": "$1", + "example": "John Smith" + } + } + }, + "editedUserId": { + "message": "Edited user $ID$.", + "placeholders": { + "id": { + "content": "$1", + "example": "John Smith" + } + } + }, + "editedGroupsForUser": { + "message": "Edited groups for user $ID$.", + "placeholders": { + "id": { + "content": "$1", + "example": "John Smith" + } + } + }, + "device": { + "message": "Device" + }, + "view": { + "message": "View" + }, + "invalidDateRange": { + "message": "Invalid date range." + }, + "errorOccurred": { + "message": "An error has occurred." + }, + "userAccess": { + "message": "User Access" + }, + "userType": { + "message": "User Type" + }, + "groupAccess": { + "message": "Group Access" + }, + "groupAccessUserDesc": { + "message": "Edit the groups that this user belongs to." + }, + "invitedUsers": { + "message": "Invited user(s)." + }, + "resendInvitation": { + "message": "Resend Invitation" + }, + "hasBeenReinvited": { + "message": "$USER$ has been reinvited.", + "placeholders": { + "user": { + "content": "$1", + "example": "John Smith" + } + } + }, + "confirm": { + "message": "Confirm" + }, + "confirmUser": { + "message": "Confirm User" + }, + "hasBeenConfirmed": { + "message": "$USER$ has been confirmed.", + "placeholders": { + "user": { + "content": "$1", + "example": "John Smith" + } + } + }, + "confirmUsers": { + "message": "Confirm Users" + }, + "usersNeedConfirmed": { + "message": "You have users that have accepted their invitation, but still need to be confirmed. Users will not have access to the organization until they are confirmed." + }, + "startDate": { + "message": "Start Date" + }, + "endDate": { + "message": "End Date" + }, + "verifyEmail": { + "message": "Verify Email" + }, + "verifyEmailDesc": { + "message": "Verify your account's email address to unlock access to all features." + }, + "verifyEmailFirst": { + "message": "Your account's email address first must be verified." + }, + "checkInboxForVerification": { + "message": "Check your email inbox for a verification link." + }, + "emailVerified": { + "message": "Your email has been verified." + }, + "emailVerifiedFailed": { + "message": "Unable to verify your email. Try sending a new verification email." + }, + "updateBrowser": { + "message": "Update Browser" + }, + "updateBrowserDesc": { + "message": "You are using an unsupported web browser. The web vault may not function properly." + }, + "joinOrganization": { + "message": "Join Organization" + }, + "joinOrganizationDesc": { + "message": "You've been invited to join the organization listed above. To accept the invitation, you need to log in or create a new Bitwarden account." + }, + "inviteAccepted": { + "message": "Invitation Accepted" + }, + "inviteAcceptedDesc": { + "message": "You can access this organization once an administrator confirms your membership. We'll send you an email when that happens." + }, + "inviteAcceptFailed": { + "message": "Unable to accept invitation. Ask an organization admin to send a new invitation." + }, + "rememberEmail": { + "message": "Remember email" + }, + "recoverAccountTwoStepDesc": { + "message": "If you cannot access your account through your normal two-step login methods, you can use your two-step login recovery code to disable all two-step providers on your account." + }, + "recoverAccountTwoStep": { + "message": "Recover Account Two-Step Login" + }, + "twoStepRecoverDisabled": { + "message": "Two-step login has been disabled on your account." + }, + "learnMore": { + "message": "Learn more" + }, + "deleteRecoverDesc": { + "message": "Enter your email address below to recover and delete your account." + }, + "deleteRecoverEmailSent": { + "message": "If your account exists, we've sent you an email with further instructions." + }, + "deleteRecoverConfirmDesc": { + "message": "You have requested to delete your Bitwarden account. Click the button below to confirm." + }, + "myOrganization": { + "message": "My Organization" + }, + "deleteOrganization": { + "message": "Delete Organization" + }, + "deleteOrganizationDesc": { + "message": "Proceed below to delete this organization and all associated data. Individual user accounts will remain, though they will not be associated to this organization anymore. " + }, + "deleteOrganizationWarning": { + "message": "Deleting the organization is permanent. It cannot be undone." + }, + "organizationDeleted": { + "message": "Organization Deleted" + }, + "organizationDeletedDesc": { + "message": "The organization and all associated data has been deleted." + }, + "organizationUpdated": { + "message": "Organization updated" + }, + "taxInformation": { + "message": "Tax Information" + }, + "taxInformationDesc": { + "message": "Please contact support to provide (or update) tax information for your invoices." + }, + "billingPlan": { + "message": "Plan", + "description": "A billing plan\/package. For example: families, teams, enterprise, etc." + }, + "changeBillingPlan": { + "message": "Change Plan", + "description": "A billing plan\/package. For example: families, teams, enterprise, etc." + }, + "changeBillingPlanUpgrade": { + "message": "Upgrade your account to another plan be providing the information below. Please ensure that you have an active payment method added to the account.", + "description": "A billing plan\/package. For example: families, teams, enterprise, etc." + }, + "changeBillingPlanDesc": { + "message": "Contact customer support if you would like to change your plan. Please ensure that you have an active payment method added to the account.", + "description": "A billing plan\/package. For example: families, teams, enterprise, etc." + }, + "invoiceNumber": { + "message": "Invoice #$NUMBER$", + "description": "ex. Invoice #79C66F0-0001", + "placeholders": { + "number": { + "content": "$1", + "example": "79C66F0-0001" + } + } + }, + "viewInvoice": { + "message": "View Invoice" + }, + "downloadInvoice": { + "message": "Download Invoice" + }, + "verifyBankAccount": { + "message": "Verify Bank Account" + }, + "verifyBankAccountDesc": { + "message": "We have made two micro-deposits to your bank account (it may take 1-2 business days to show up). Enter these amounts to verify the bank account." + }, + "verifyBankAccountInitialDesc": { + "message": "Payment with a bank account is only available to customers in the United States. You will be required to verify your bank account. We will make two micro-deposits within the next 1-2 business days. Enter these amounts on the organization's billing page to verify the bank account." + }, + "verifyBankAccountFailureWarning": { + "message": "Failure to verify the bank account will result in a missed payment and your subscription being disabled." + }, + "verifiedBankAccount": { + "message": "Bank account has been verified." + }, + "bankAccount": { + "message": "Bank Account" + }, + "amountX": { + "message": "Amount $COUNT$", + "description": "Used in bank account verification of micro-deposits. Amount, as in a currency amount. Ex. Amount 1 is $2.00, Amount 2 is $1.50", + "placeholders": { + "count": { + "content": "$1", + "example": "1" + } + } + }, + "routingNumber": { + "message": "Routing Number", + "description": "Bank account routing number" + }, + "accountNumber": { + "message": "Account Number" + }, + "accountHolderName": { + "message": "Account Holder Name" + }, + "bankAccountType": { + "message": "Account Type" + }, + "bankAccountTypeCompany": { + "message": "Company (Business)" + }, + "bankAccountTypeIndividual": { + "message": "Individual (Personal)" + }, + "enterInstallationId": { + "message": "Enter your installation id" + }, + "addSeats": { + "message": "Add Seats", + "description": "Seat = User Seat" + }, + "removeSeats": { + "message": "Remove Seats", + "description": "Seat = User Seat" + }, + "subscriptionUserSeats": { + "message": "Your subscription allows for a total of $COUNT$ users.", + "placeholders": { + "count": { + "content": "$1", + "example": "50" + } + } + }, + "seatsToAdd": { + "message": "Seats To Add" + }, + "seatsToRemove": { + "message": "Seats To Remove" + }, + "seatsAddNote": { + "message": "Adding user seats will result in adjustments to your billing totals and immediately charge your payment method on file. The first charge will be prorated for the remainder of the current billing cycle." + }, + "seatsRemoveNote": { + "message": "Removing user seats will result in adjustments to your billing totals that will be prorated as credits toward your next billing charge." + }, + "adjustedSeats": { + "message": "Adjusted $AMOUNT$ user seats.", + "placeholders": { + "amount": { + "content": "$1", + "example": "15" + } + } + }, + "keyUpdated": { + "message": "Key Updated" + }, + "updateKeyTitle": { + "message": "Update Key" + }, + "updateEncryptionKey": { + "message": "Update Encryption Key" + }, + "updateEncryptionKeyShortDesc": { + "message": "You are currently using an outdated encryption scheme." + }, + "updateEncryptionKeyDesc": { + "message": "We've moved to larger encryption keys that provide better security and access to newer features. Updating your encryption key is quick and easy. Just type your master password below. This update will eventually become mandatory." + }, + "updateEncryptionKeyWarning": { + "message": "After updating your encryption key, you are required to log out and back in to all Bitwarden applications that you are currently using (such as the mobile app or browser extensions). Failure to log out and back in (which downloads your new encryption key) may result in data corruption. We will attempt to log you out automatically, however, it may be delayed." + }, + "subscription": { + "message": "Subscription" + }, + "loading": { + "message": "Loading" + }, + "upgrade": { + "message": "Upgrade" + }, + "upgradeOrganization": { + "message": "Upgrade Organization" + }, + "upgradeOrganizationDesc": { + "message": "This feature is not available for free organizations. Switch to a paid plan to unlock more features." + }, + "createOrganizationStep1": { + "message": "Create Organization: Step 1" + }, + "createOrganizationCreatePersonalAccount": { + "message": "Before creating your organization, you first need to create a free personal account." + }, + "refunded": { + "message": "Refunded" + }, + "nothingSelected": { + "message": "You have not selected anything." + }, + "submitAgreePolicies": { + "message": "By clicking the \"Submit\" button, you agree to the following policies:", + "description": "A policy is something like Terms of Service, Privacy Policy, etc." + }, + "termsOfService": { + "message": "Terms of Service" + }, + "privacyPolicy": { + "message": "Privacy Policy" + }, + "filters": { + "message": "Filters" + }, + "lockOptions": { + "message": "Lock Options" + }, + "lockOptionsDesc": { + "message": "Choose when your vault locks. A locked vault requires that you re-enter your master password to access it again." + }, + "oneMinute": { + "message": "1 minute" + }, + "fiveMinutes": { + "message": "5 minutes" + }, + "fifteenMinutes": { + "message": "15 minutes" + }, + "thirtyMinutes": { + "message": "30 minutes" + }, + "oneHour": { + "message": "1 hour" + }, + "fourHours": { + "message": "4 hours" + }, + "onRefresh": { + "message": "On Browser Refresh" + }, + "dateUpdated": { + "message": "Updated", + "description": "ex. Date this item was updated" + }, + "datePasswordUpdated": { + "message": "Password Updated", + "description": "ex. Date this password was updated" + }, + "organizationIsDisabled": { + "message": "Organization is disabled." + }, + "licenseIsExpired": { + "message": "License is expired." + }, + "updatedUsers": { + "message": "Updated users" + }, + "selected": { + "message": "Selected" + }, + "ownership": { + "message": "Ownership" + }, + "whoOwnsThisItem": { + "message": "Who owns this item?" + }, + "strong": { + "message": "Strong", + "description": "ex. A strong password. Scale: Very Weak -> Weak -> Good -> Strong" + }, + "good": { + "message": "Good", + "description": "ex. A good password. Scale: Very Weak -> Weak -> Good -> Strong" + }, + "weak": { + "message": "Weak", + "description": "ex. A weak password. Scale: Very Weak -> Weak -> Good -> Strong" + }, + "veryWeak": { + "message": "Very Weak", + "description": "ex. A very weak password. Scale: Very Weak -> Weak -> Good -> Strong" + }, + "weakMasterPassword": { + "message": "Weak Master Password" + }, + "weakMasterPasswordDesc": { + "message": "The master password you have chosen is weak. You should use a strong master password (or a passphrase) to properly protect your Bitwarden account. Are you sure you want to use this master password?" + }, + "rotateAccountEncKey": { + "message": "Also rotate my account's encryption key" + }, + "rotateEncKeyTitle": { + "message": "Rotate Encryption Key" + }, + "rotateEncKeyConfirmation": { + "message": "Are you sure you want to rotate your account's encryption key?" + }, + "attachmentsNeedFix": { + "message": "This item has old file attachments that need to be fixed." + }, + "attachmentFixDesc": { + "message": "This is an old file attachment the needs to be fixed. Click to learn more." + }, + "fix": { + "message": "Fix", + "description": "This is a verb. ex. 'Fix The Car'" + }, + "oldAttachmentsNeedFixDesc": { + "message": "There are old file attachments in your vault that need to be fixed before you can rotate your account's encryption key." + }, + "yourAccountsFingerprint": { + "message": "Your account's fingerprint phrase", + "description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their public key with another user, for the purposes of sharing." + }, + "fingerprintEnsureIntegrityVerify": { + "message": "To ensure the integrity of your encryption keys, please verify the user's fingerprint phrase before continuing.", + "description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their public key with another user, for the purposes of sharing." + }, + "dontAskFingerprintAgain": { + "message": "Don't ask to verify fingerprint phrase again", + "description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their public key with another user, for the purposes of sharing." + }, + "free": { + "message": "Free", + "description": "Free, as in 'Free beer'" + }, + "apiKey": { + "message": "API Key" + }, + "apiKeyDesc": { + "message": "Your API key can be used to authenticate to the Bitwarden public API." + }, + "apiKeyRotateDesc": { + "message": "Rotating the API key will invalidate the previous key. You can rotate your API key if you believe that the current key is no longer safe to use." + }, + "apiKeyWarning": { + "message": "Your API key has full access to the organization. It should be kept secret." + }, + "oauth2ClientCredentials": { + "message": "OAuth 2.0 Client Credentials", + "description": "'OAuth 2.0' is a programming protocol. It should probably not be translated." + }, + "viewApiKey": { + "message": "View API Key" + }, + "rotateApiKey": { + "message": "Rotate API Key" + }, + "selectOneCollection": { + "message": "You must select at least one collection." + } +} \ No newline at end of file diff --git a/src/locales/zh_CN/messages.json b/src/locales/zh_CN/messages.json index e22cf3ea..02b1dd02 100644 --- a/src/locales/zh_CN/messages.json +++ b/src/locales/zh_CN/messages.json @@ -151,6 +151,9 @@ "value": { "message": "值" }, + "dragToSort": { + "message": "Drag to sort" + }, "cfTypeText": { "message": "文本" }, @@ -586,12 +589,16 @@ "unlock": { "message": "解锁​​​​" }, - "loggedInAsEmail": { - "message": "已登录为 $EMAIL$。", + "loggedInAsEmailOn": { + "message": "Logged in as $EMAIL$ on $HOSTNAME$.", "placeholders": { "email": { "content": "$1", "example": "name@example.com" + }, + "hostname": { + "content": "$2", + "example": "bitwarden.com" } } }, @@ -820,6 +827,13 @@ "wordSeparator": { "message": "单词分隔符" }, + "capitalize": { + "message": "Capitalize", + "description": "Make the first letter of a work uppercase." + }, + "includeNumber": { + "message": "Include Number" + }, "passwordHistory": { "message": "密码历史记录" }, @@ -827,7 +841,8 @@ "message": "没有要显示的项目。" }, "clear": { - "message": "清除" + "message": "清除", + "description": "To clear something out. example: To clear browser history." }, "accountUpdated": { "message": "帐户已更新" @@ -2830,5 +2845,8 @@ }, "rotateApiKey": { "message": "旋转 API 密钥" + }, + "selectOneCollection": { + "message": "You must select at least one collection." } } \ No newline at end of file diff --git a/src/locales/zh_TW/messages.json b/src/locales/zh_TW/messages.json index 6c686968..4a5d7e3d 100644 --- a/src/locales/zh_TW/messages.json +++ b/src/locales/zh_TW/messages.json @@ -151,6 +151,9 @@ "value": { "message": "值" }, + "dragToSort": { + "message": "Drag to sort" + }, "cfTypeText": { "message": "文字" }, @@ -586,12 +589,16 @@ "unlock": { "message": "解鎖" }, - "loggedInAsEmail": { - "message": "已登入為 $EMAIL$", + "loggedInAsEmailOn": { + "message": "Logged in as $EMAIL$ on $HOSTNAME$.", "placeholders": { "email": { "content": "$1", "example": "name@example.com" + }, + "hostname": { + "content": "$2", + "example": "bitwarden.com" } } }, @@ -755,7 +762,7 @@ } }, "shareSelectedItemsCountDesc": { - "message": "You have selected $COUNT$ item(s). $SHAREABLE_COUNT$ items are sharable, $NONSHAREABLE_COUNT$ are not.", + "message": "您選擇了 $COUNT$ 個項目。可分享 $SHAREABLE_COUNT$ 個項目,不可分享 $NONSHAREABLE_COUNT$ 個項目。", "placeholders": { "count": { "content": "$1", @@ -820,6 +827,13 @@ "wordSeparator": { "message": "文字分隔字元" }, + "capitalize": { + "message": "Capitalize", + "description": "Make the first letter of a work uppercase." + }, + "includeNumber": { + "message": "Include Number" + }, "passwordHistory": { "message": "密碼歷史記錄" }, @@ -827,7 +841,8 @@ "message": "沒有密碼可顯示。" }, "clear": { - "message": "清除" + "message": "清除", + "description": "To clear something out. example: To clear browser history." }, "accountUpdated": { "message": "帳戶已更新" @@ -914,7 +929,7 @@ "message": "危險操作區" }, "dangerZoneDesc": { - "message": "小心, 這些動作是無法挽回的!" + "message": "小心, 以下這些動作是無法復原的!" }, "deauthorizeSessions": { "message": "取消登入階段" @@ -932,13 +947,13 @@ "message": "清除密碼庫" }, "purgedOrganizationVault": { - "message": "Purged organization vault." + "message": "已清除組織的密碼庫。" }, "purgeVaultDesc": { - "message": "Proceed below to delete all items and folders in your vault. Items that belong to an organization that you share with will not be deleted." + "message": "請在下方繼續刪除密碼庫當中的所有項目與資料夾。將不會刪除您分享給組織的項目。" }, "purgeOrgVaultDesc": { - "message": "Proceed below to delete all items in the organization's vault." + "message": "請在下方繼續刪除密碼庫當中的所有項目。" }, "purgeVaultWarning": { "message": "清除密碼庫是永久性的。將無法被還原。" @@ -950,10 +965,10 @@ "message": "刪除帳戶" }, "deleteAccountDesc": { - "message": "Proceed below to delete your account and all associated data." + "message": "請在下方繼續刪除帳號,以及所有相關資料。" }, "deleteAccountWarning": { - "message": "Deleting your account is permanent. It cannot be undone." + "message": "帳號刪除後就無法再回復。" }, "accountDeleted": { "message": "帳戶已被刪除" @@ -989,7 +1004,7 @@ "message": "或複製貼上要匯入的檔案內容" }, "instructionsFor": { - "message": "$NAME$ Instructions", + "message": "$NAME$ 匯入教學", "description": "The title for the import tool instructions.", "placeholders": { "name": { @@ -1054,7 +1069,7 @@ "message": "新增自訂網域" }, "newCustomDomainDesc": { - "message": "輸入不同域名時以逗號分隔.只允許輸入域名。不能輸入子網域名稱。例如, 輸入 \"google. com\" 而不是 \"www.google.com\"。您還可以輸入 \"androidapp:\/\/package.name\" 將 android 應用程式 與其他網站域相關聯。" + "message": "輸入以逗號分隔的網域清單。只允許最基本的網域,請勿輸入子網域名稱。例如,輸入「google.com」即可,而非「www.google.com」。您也可以輸入「androidapp:\/\/package.name」來將 Android 應用程式與其他網域名稱關聯起來。" }, "customDomainX": { "message": "自訂網域 $INDEX$", @@ -1075,7 +1090,7 @@ "message": "在登入時執行額外的步驟來保護您的帳戶。" }, "twoStepLoginOrganizationDesc": { - "message": "Require two-step login for your organization's users by configuring providers at the organization level." + "message": "可透過組織等級的設定,要求所有使用者都必須開啟兩階段登入。" }, "twoStepLoginRecoveryWarning": { "message": "啟用兩步驟登入可以永久鎖定您的 Bitwarden 帳戶。如果您無法正常使用兩步驟登入驗證應用程式(例如,您遺失了裝置),則可以使用復原碼造訪您的帳戶。 如果您失去造訪帳戶的權限,Bitwarden 便無法幫助您。所以我們建議您記下或列印復原碼,並將其妥善保管。" @@ -1110,7 +1125,7 @@ "message": "您有進階版存取權限" }, "alreadyPremiumFromOrg": { - "message": "You already have access to premium features because of an organization you are a member of." + "message": "您透過加入的組織,已獲得收費功能。" }, "manage": { "message": "管理" @@ -1125,13 +1140,13 @@ "message": "輸入您的主密碼以修改兩步驟登入設定。" }, "twoStepAuthenticatorDesc": { - "message": "Follow these steps to set up two-step login with an authenticator app:" + "message": "請依照下列步驟使用驗證器程式,設定兩階段登入:" }, "twoStepAuthenticatorDownloadApp": { "message": "下載兩步驟登入應用程式" }, "twoStepAuthenticatorNeedApp": { - "message": "需要兩步驗證器APP?下載以下應用之一" + "message": "需要一套驗證器程式嗎?試試下列程式" }, "iosDevices": { "message": "iOS 裝置" @@ -1143,25 +1158,25 @@ "message": "Windows 裝置" }, "twoStepAuthenticatorAppsRecommended": { - "message": "These apps are recommended, however, other authenticator apps will also work." + "message": "推薦使用下列應用程式,但也可使用其他的驗證器。" }, "twoStepAuthenticatorScanCode": { - "message": "使用您的兩步驟APP驗證掃描此QR-Code" + "message": "使用您的驗證器程式掃描此 QR Code" }, "key": { "message": "金鑰" }, "twoStepAuthenticatorEnterCode": { - "message": "Enter the resulting 6 digit verification code from the app" + "message": "請輸入應用程式產生的六位數驗證碼" }, "twoStepAuthenticatorReaddDesc": { - "message": "In case you need to add it to another device, below is the QR code (or key) required by your authenticator app." + "message": "若您需要加入其他裝置,請使用下列 QR Code 或金鑰加入驗證器程式。" }, "twoStepDisableDesc": { "message": "您確定要停用兩步驟登入嗎?" }, "twoStepDisabled": { - "message": "Two-step login provider disabled." + "message": "已停用兩階段登入提供者。" }, "twoFactorYubikeyAdd": { "message": "新增 YubiKey 身分認證裝置至您的帳戶。" @@ -1170,7 +1185,7 @@ "message": "將 YubiKey 插入電腦的 USB 連接埠。" }, "twoFactorYubikeySelectKey": { - "message": "Select in the first empty YubiKey input field below." + "message": "於下方選擇第一個空白的 YubiKey 輸入欄位。" }, "twoFactorYubikeyTouchButton": { "message": "按下 YubiKey 的按鈕。" @@ -1179,13 +1194,13 @@ "message": "儲存表單" }, "twoFactorYubikeyWarning": { - "message": "Due to platform limitations, YubiKeys cannot be used on all Bitwarden applications. You should enable another two-step login provider so that you can access your account when YubiKeys cannot be used. Supported platforms:" + "message": "由於平台限制,無法於所有 Bitwarden 應用程式使用 YubiKeys。請開啟另一套兩階段登入供應者,以確保可在 YubiKeys 無法使用時還能存取帳號。支援的平台有:" }, "twoFactorYubikeySupportUsb": { - "message": "Web vault, desktop application, CLI, and all browser extensions on a device with a USB port that can accept your YubiKey." + "message": "在包含可接受您的 YubiKey 的 USB 埠的電腦上的網頁密碼庫、桌面應用程式、命令行介面、所有瀏覽器擴充套件。" }, "twoFactorYubikeySupportMobile": { - "message": "Mobile apps on a device with NFC capabilities or a USB port that can accept your YubiKey." + "message": "支援 NFC 功能或擁有可接受您的 YubiKey 的 USB 埠的裝置上的行動應用程式。" }, "yubikeyX": { "message": "YubiKey $INDEX$", @@ -1209,10 +1224,10 @@ "message": "NFC 支援" }, "twoFactorYubikeySupportsNfc": { - "message": "One of my keys supports NFC." + "message": "我有一把金鑰支援 NFC。" }, "twoFactorYubikeySupportsNfcDesc": { - "message": "If one of your YubiKeys supports NFC (such as a YubiKey NEO), you will be prompted on mobile devices whenever NFC availability is detected." + "message": "若您有支援 NFC 的 YubiKey(例如 YubiKey NEO),行動裝置將在 NFC 感應到時提示您。" }, "yubikeysUpdated": { "message": "YubiKeys 已更新" @@ -1221,7 +1236,7 @@ "message": "停用全部金鑰" }, "twoFactorDuoDesc": { - "message": "Enter the Bitwarden application information from your Duo Admin panel." + "message": "請輸入來自您的 Duo 管理面板的 Bitwarden 應用程式資訊。" }, "twoFactorDuoIntegrationKey": { "message": "整合金鑰" @@ -1233,13 +1248,13 @@ "message": "API 主機名稱" }, "twoFactorEmailDesc": { - "message": "Follow these steps to set up two-step login with email:" + "message": "請依照下列步驟使用電子郵件,設定兩階段登入:" }, "twoFactorEmailEnterEmail": { - "message": "Enter the email that you wish to receive verification codes" + "message": "請輸入您想要用來收到驗證碼的電子郵件信箱" }, "twoFactorEmailEnterCode": { - "message": "Enter the resulting 6 digit verification code from the email" + "message": "請輸入電子郵件中的六位數驗證碼" }, "sendEmail": { "message": "傳送電子郵件" @@ -1248,46 +1263,46 @@ "message": "在您的帳戶中新增 FIDO U2F 安全金鑰" }, "removeU2fConfirmation": { - "message": "Are you sure you want to remove this security key?" + "message": "您確定要移除這把安全金鑰嗎?" }, "readKey": { "message": "讀取金鑰" }, "keyCompromised": { - "message": "Key is compromised." + "message": "金鑰已洩漏。" }, "twoFactorU2fGiveName": { - "message": "Give the security key a friendly name to identify it." + "message": "給安全鑰匙起一個友好的名稱,以方便識別。" }, "twoFactorU2fPlugInReadKey": { - "message": "Plug the security key into your computer's USB port and click the \"Read Key\" button." + "message": "請將安全鑰匙插入您電腦的 USB 埠,並按下「讀取鑰匙」按鈕。" }, "twoFactorU2fTouchButton": { - "message": "If the security key has a button, touch it." + "message": "如果安全鑰匙有按鈕,請按下去。" }, "twoFactorU2fSaveForm": { "message": "儲存表單" }, "twoFactorU2fWarning": { - "message": "Due to platform limitations, FIDO U2F cannot be used on all Bitwarden applications. You should enable another two-step login provider so that you can access your account when FIDO U2F cannot be used. Supported platforms:" + "message": "由於平台限制,無法於所有 Bitwarden 應用程式使用 FIDO U2F。請開啟另一套兩階段登入供應者,以確保 FIDO U2F 無法使用時還能存取帳號。支援的平台有:" }, "twoFactorU2fSupportWeb": { - "message": "Web vault and browser extensions on a desktop\/laptop with a U2F enabled browser (Chrome, Opera, Vivaldi, or Firefox with FIDO U2F enabled)." + "message": "支援 U2F 的桌面\/筆記本電腦上的網頁密碼庫和啓用 U2F 的瀏覽器 (Chrome, Opera, Vivaldi, 或啓用了 FIDO U2F 的 Firefox)。" }, "twoFactorU2fWaiting": { - "message": "Waiting for you to touch the button on your security key" + "message": "等待您按下加密鑰匙上的按鈕" }, "twoFactorU2fClickSave": { - "message": "Click the \"Save\" button below to enable this security key for two-step login." + "message": "按下底下的「儲存」按鈕,啟用此加密鑰匙以用於兩步驟登入。" }, "twoFactorU2fProblemReadingTryAgain": { - "message": "There was a problem reading the security key. Try again." + "message": "讀取安全金鑰時發生問題。請重試。" }, "twoFactorRecoveryYourCode": { "message": "您的 Bitwarden 兩步驟登入復原碼" }, "twoFactorRecoveryNoCode": { - "message": "You have not enabled any two-step login providers yet. After you have enabled a two-step login provider you can check back here for your recovery code." + "message": "您尚未啟用任何兩步驟登入提供者。等你啟用兩步驟登入提供者後,您可回來這裡取得復原碼。" }, "printCode": { "message": "列印代碼", @@ -1300,13 +1315,13 @@ "message": "Unsecured Websites Report" }, "unsecuredWebsitesReportDesc": { - "message": "Using unsecured websites with the http:\/\/ scheme can be dangerous. If the website allows, you should always access it using the https:\/\/ scheme so that your connection is encrypted." + "message": "使用 http:\/\/ 配置的不安全網站有風險。如果網站允許,您應永遠使用 https:\/\/ 配置存取此網站,這樣您的連線才是加密過的。" }, "unsecuredWebsitesFound": { - "message": "Unsecured Websites Found" + "message": "發現不安全的網站" }, "unsecuredWebsitesFoundDesc": { - "message": "We found $COUNT$ items in your vault with unsecured URIs. You should change their URI scheme to https:\/\/ if the website allows it.", + "message": "我們在您的密碼庫找到 $COUNT$ 個使用不安全網址的項目。如果網站允許,您應變更其網址配置至 https:\/\/。", "placeholders": { "count": { "content": "$1", @@ -1315,19 +1330,19 @@ } }, "noUnsecuredWebsites": { - "message": "No items in your vault have unsecured URIs." + "message": "您的密碼庫沒有使用不安全網址的項目。" }, "inactive2faReport": { "message": "Inactive 2FA Report" }, "inactive2faReportDesc": { - "message": "Two-factor authentication (2FA) is an important security setting that helps secure your accounts. If the website offers it, you should always enable two-factor authentication." + "message": "兩步驟驗證 (2FA) 是個協助保護您帳號的重要安全性設定。如果網站提供 2FA,您應永遠啟用。" }, "inactive2faFound": { - "message": "Logins Without 2FA Found" + "message": "找到沒有 2FA 的登入資訊" }, "inactive2faFoundDesc": { - "message": "We found $COUNT$ website(s) in your vault that may not be configured with two-factor authentication (according to twofactorauth.org). To further protect these accounts, you should enable two-factor authentication.", + "message": "我們在密碼庫找到 $COUNT$ 個可能未設定兩步驟驗證的網站(根據 twofactorauth.org)。若要更加保護這些帳號,您應啟用兩步驟驗證。", "placeholders": { "count": { "content": "$1", @@ -1336,7 +1351,7 @@ } }, "noInactive2fa": { - "message": "No websites were found in your vault with a missing two-factor authentication configuration." + "message": "未在您的密碼庫找到未設定兩步驟驗證的網站。" }, "instructions": { "message": "說明" @@ -1351,7 +1366,7 @@ "message": "Exposed Passwords Found" }, "exposedPasswordsFoundDesc": { - "message": "We found $COUNT$ items in your vault that have passwords that were exposed in known data breaches. You should change them to use a new password.", + "message": "我們在您的密碼庫找到 $COUNT$ 個密碼公開在已知資料洩漏中的項目。您應將這些變更成新密碼。", "placeholders": { "count": { "content": "$1", @@ -1360,13 +1375,13 @@ } }, "noExposedPasswords": { - "message": "No items in your vault have passwords that have been exposed in known data breaches." + "message": "未在您的密碼庫找到密碼公開在已知資料洩漏中的項目。" }, "checkExposedPasswords": { "message": "Check Exposed Passwords" }, "exposedXTimes": { - "message": "Exposed $COUNT$ time(s)", + "message": "已公開 $COUNT$ 次", "placeholders": { "count": { "content": "$1", @@ -1375,16 +1390,16 @@ } }, "weakPasswordsReport": { - "message": "Weak Passwords Report" + "message": "弱強度密碼報告" }, "weakPasswordsReportDesc": { - "message": "Weak passwords can easily be guessed by hackers and automated tools that are used to crack passwords. The Bitwarden password generator can help you create strong passwords." + "message": "弱密碼可以輕易的被駭客和用於破解密碼的自動化工具猜中。Bitwarden 密碼生成器可以幫助您創建強密碼。" }, "weakPasswordsFound": { - "message": "Weak Passwords Found" + "message": "發現不夠安全的密碼" }, "weakPasswordsFoundDesc": { - "message": "We found $COUNT$ items in your vault with passwords that are not strong. You should update them to use stronger passwords.", + "message": "我們在您的密碼庫中發現了 $COUNT$ 個使用弱密碼的項目。您應該將它們改為更強的密碼。", "placeholders": { "count": { "content": "$1", @@ -1393,16 +1408,16 @@ } }, "noWeakPasswords": { - "message": "No items in your vault have weak passwords." + "message": "您的密碼庫未有項目有脆弱密碼。" }, "reusedPasswordsReport": { - "message": "Reused Passwords Report" + "message": "密碼重複使用報告" }, "reusedPasswordsReportDesc": { "message": "If a service that you use is compromised, reusing the same password elsewhere can allow hackers to easily gain access to more of your online accounts. You should use a unique password for every account or service." }, "reusedPasswordsFound": { - "message": "Reused Passwords Found" + "message": "發現密碼重複使用" }, "reusedPasswordsFoundDesc": { "message": "We found $COUNT$ passwords that are being reused in your vault. You should change them to a unique value.", @@ -1414,10 +1429,10 @@ } }, "noReusedPasswords": { - "message": "No logins in your vault have passwords that are being reused." + "message": "未在您密碼庫中找到重複使用密碼的登入資訊。" }, "reusedXTimes": { - "message": "Reused $COUNT$ times", + "message": "已重複使用 $COUNT$ 次", "placeholders": { "count": { "content": "$1", @@ -1432,7 +1447,7 @@ "message": "A \"breach\" is an incident where a site's data has been illegally accessed by hackers and then released publicly. Review the types of data that were compromised (email addresses, passwords, credit cards etc.) and take appropriate action, such as changing passwords." }, "breachCheckUsernameEmail": { - "message": "Check any usernames or email addresses that you use." + "message": "請檢查您所用的使用者名稱或電子信箱位址。" }, "checkBreaches": { "message": "檢查密碼外洩情況" @@ -1464,7 +1479,7 @@ } }, "breachFound": { - "message": "Breached Accounts Found" + "message": "發現被洩漏的帳號資料" }, "compromisedData": { "message": "遭洩漏的資料" @@ -1482,7 +1497,7 @@ "message": "已回報外洩" }, "reportError": { - "message": "An error occurred trying to load the report. Try again" + "message": "嘗試載入報告時發生錯誤。請重試。" }, "billing": { "message": "帳單" @@ -1650,13 +1665,13 @@ "message": "The subscription has been marked for cancellation at the end of the current billing period." }, "reinstateSubscription": { - "message": "Reinstate Subscription" + "message": "重新開始訂閱" }, "reinstateConfirmation": { "message": "Are you sure you want to remove the pending cancellation request and reinstate your subscription?" }, "reinstated": { - "message": "The subscription has been reinstated." + "message": "已重新開始訂閱。" }, "cancelConfirmation": { "message": "Are you sure you want to cancel? You will lose access to all of this subscription's features at the end of this billing cycle." @@ -1773,7 +1788,7 @@ "message": "Removing storage will result in adjustments to your billing totals that will be prorated as credits toward your next billing charge." }, "adjustedStorage": { - "message": "Adjusted $AMOUNT$ GB of storage.", + "message": "已調整 $AMOUNT$ GB 的儲存空間。", "placeholders": { "amount": { "content": "$1", @@ -1809,7 +1824,7 @@ "message": "To create an on-premise hosted organization you need to upload a valid license file." }, "accountEmailMustBeVerified": { - "message": "Your account's email address must be verified." + "message": "您必須驗證電子郵件。" }, "newOrganizationDesc": { "message": "Organizations allow you to share parts of your vault with others as well as manage related users for a specific entity such as a family, small team, or large company." @@ -1842,7 +1857,7 @@ "message": "Additional User Seats" }, "userSeatsDesc": { - "message": "# of user seats" + "message": "# 使用者數" }, "userSeatsAdditionalDesc": { "message": "Your plan comes with $BASE_SEATS$ user seats. You can add additional users for $SEAT_PRICE$ per user \/month.", @@ -1877,7 +1892,7 @@ "message": "家庭" }, "planDescFamilies": { - "message": "For personal use, to share with family & friends." + "message": "個人使用,與家人及朋友分享。" }, "planNameTeams": { "message": "團隊" @@ -1895,7 +1910,7 @@ "message": "永遠免費" }, "includesXUsers": { - "message": "includes $COUNT$ users", + "message": "有 $COUNT$ 位使用者", "placeholders": { "count": { "content": "$1", @@ -1916,7 +1931,7 @@ } }, "limitedUsers": { - "message": "Limited to $COUNT$ users (including you)", + "message": "限制 $COUNT$ 位使用者(包括您)", "placeholders": { "count": { "content": "$1", @@ -1925,7 +1940,7 @@ } }, "limitedCollections": { - "message": "Limited to $COUNT$ collections", + "message": "限制 $COUNT$ 個收藏", "placeholders": { "count": { "content": "$1", @@ -1934,7 +1949,7 @@ } }, "addShareLimitedUsers": { - "message": "Add and share with up to $COUNT$ users", + "message": "新增,並與最多 $COUNT$ 位使用者分享", "placeholders": { "count": { "content": "$1", @@ -1943,10 +1958,10 @@ } }, "addShareUnlimitedUsers": { - "message": "Add and share with unlimited users" + "message": "新增,並與無限位使用者分享" }, "createUnlimitedCollections": { - "message": "Create unlimited collections" + "message": "建立無限收藏" }, "gbEncryptedFileStorage": { "message": "$SIZE$ 加密檔案儲存空間。", @@ -1958,19 +1973,19 @@ } }, "onPremHostingOptional": { - "message": "On-premise hosting (optional)" + "message": "內部寄管(選用)" }, "usersGetPremium": { - "message": "Users get access to premium membership features" + "message": "使用者取得了進階成員功能的存取權限" }, "controlAccessWithGroups": { - "message": "Control user access with groups" + "message": "使用群組控制使用者存取" }, "syncUsersFromDirectory": { - "message": "Sync your users and groups from a directory" + "message": "從目錄同步使用者及群組" }, "trackAuditLogs": { - "message": "Track user actions with audit logs" + "message": "使用稽核記錄追蹤使用者動作" }, "enforce2faDuo": { "message": "強制使用 Duo 兩步驟驗證" @@ -1979,7 +1994,7 @@ "message": "優先客戶支援" }, "xDayFreeTrial": { - "message": "$COUNT$ day free trial, cancel anytime", + "message": "$COUNT$ 天免費試用,隨時可取消", "placeholders": { "count": { "content": "$1", @@ -2003,7 +2018,7 @@ "message": "Your new organization is ready to go!" }, "organizationUpgraded": { - "message": "Your organization has been upgraded." + "message": "您的組織已被升級。" }, "leave": { "message": "離開" @@ -2012,7 +2027,7 @@ "message": "Are you sure you want to leave this organization?" }, "leftOrganization": { - "message": "You have left the organization." + "message": "您已離開組織。" }, "defaultCollection": { "message": "預設收藏" @@ -2060,25 +2075,25 @@ "message": "存取控制" }, "groupAccessAllItems": { - "message": "This group can access and modify all items." + "message": "此群組可存取及修改所有項目。" }, "groupAccessSelectedCollections": { - "message": "This group can access only the selected collections." + "message": "此群組只能存取選擇的收藏。" }, "readOnly": { "message": "唯讀" }, "newCollection": { - "message": "New Collection" + "message": "新增收藏" }, "addCollection": { - "message": "Add Collection" + "message": "加入收藏" }, "editCollection": { "message": "編輯收藏" }, "deleteCollectionConfirmation": { - "message": "Are you sure you want to delete this collection?" + "message": "確定刪除此收藏?" }, "editUser": { "message": "編輯使用者" @@ -2099,13 +2114,13 @@ } }, "userUsingTwoStep": { - "message": "This user is using two-step login to protect their account." + "message": "此使用者正在使用兩步驟登入保護帳號。" }, "userAccessAllItems": { - "message": "This user can access and modify all items." + "message": "此使用者可存取及修改所有項目。" }, "userAccessSelectedCollections": { - "message": "This user can access only the selected collections." + "message": "此使用者只能存取選擇的收藏。" }, "search": { "message": "搜尋" @@ -2183,19 +2198,19 @@ "message": "已變更帳戶密碼。" }, "enabledUpdated2fa": { - "message": "Enabled\/updated two-step login." + "message": "已啟用 \/ 更新兩步驟登入。" }, "disabled2fa": { "message": "已停用兩步驟登入。" }, "recovered2fa": { - "message": "Recovered account from two-step login." + "message": "已從兩步驟登入復原帳號。" }, "failedLogin": { - "message": "Login attempt failed with incorrect password." + "message": "登入失敗,密碼錯誤。" }, "failedLogin2fa": { - "message": "Login attempt failed with incorrect two-step login." + "message": "登入失敗,兩步驟登入錯誤。" }, "editedOrgSettings": { "message": "Edited organization settings." @@ -2237,7 +2252,7 @@ } }, "createdCollectionId": { - "message": "Created collection $ID$.", + "message": "已建立收藏 $ID$。", "placeholders": { "id": { "content": "$1", @@ -2246,7 +2261,7 @@ } }, "editedCollectionId": { - "message": "Edited collection $ID$.", + "message": "已編輯收藏 $ID$。", "placeholders": { "id": { "content": "$1", @@ -2255,7 +2270,7 @@ } }, "deletedCollectionId": { - "message": "Deleted collection $ID$.", + "message": "已刪除收藏 $ID$。", "placeholders": { "id": { "content": "$1", @@ -2300,7 +2315,7 @@ } }, "createdAttachmentForItem": { - "message": "Created attachment for item $ID$.", + "message": "已為項目 $ID$ 建立附件。", "placeholders": { "id": { "content": "$1", @@ -2309,7 +2324,7 @@ } }, "deletedAttachmentForItem": { - "message": "Deleted attachment for item $ID$.", + "message": "已為項目 $ID$ 刪除附件。", "placeholders": { "id": { "content": "$1", @@ -2318,7 +2333,7 @@ } }, "editedCollectionsForItem": { - "message": "Edited collections for item $ID$.", + "message": "已為項目 $ID$ 編輯收藏。", "placeholders": { "id": { "content": "$1", @@ -2327,7 +2342,7 @@ } }, "invitedUserId": { - "message": "Invited user $ID$.", + "message": "使用者 $ID$ 無效。", "placeholders": { "id": { "content": "$1", @@ -2336,7 +2351,7 @@ } }, "confirmedUserId": { - "message": "Confirmed user $ID$.", + "message": "已確認使用者 $ID$。", "placeholders": { "id": { "content": "$1", @@ -2354,7 +2369,7 @@ } }, "editedGroupsForUser": { - "message": "Edited groups for user $ID$.", + "message": "已編輯使用者 $ID$ 的群組。", "placeholders": { "id": { "content": "$1", @@ -2384,16 +2399,16 @@ "message": "群組存取" }, "groupAccessUserDesc": { - "message": "Edit the groups that this user belongs to." + "message": "編輯此使用者所屬的群組。" }, "invitedUsers": { - "message": "Invited user(s)." + "message": "已邀請使用者。" }, "resendInvitation": { "message": "重新傳送邀請" }, "hasBeenReinvited": { - "message": "$USER$ has been reinvited.", + "message": "$USER$ 已被重新邀請。", "placeholders": { "user": { "content": "$1", @@ -2408,7 +2423,7 @@ "message": "確認使用者" }, "hasBeenConfirmed": { - "message": "$USER$ has been confirmed.", + "message": "$USER$ 已被確認。", "placeholders": { "user": { "content": "$1", @@ -2432,25 +2447,25 @@ "message": "驗證電子郵件" }, "verifyEmailDesc": { - "message": "Verify your account's email address to unlock access to all features." + "message": "驗證您的電子郵件位址以使用所有的功能。" }, "verifyEmailFirst": { "message": "Your account's email address first must be verified." }, "checkInboxForVerification": { - "message": "Check your email inbox for a verification link." + "message": "請檢查收件箱以取得驗證連結。" }, "emailVerified": { - "message": "Your email has been verified." + "message": "您的電子信箱已經驗證。" }, "emailVerifiedFailed": { - "message": "Unable to verify your email. Try sending a new verification email." + "message": "無法驗證電子信箱。請嘗試重寄一封驗證電子信件。" }, "updateBrowser": { "message": "更新瀏覽器" }, "updateBrowserDesc": { - "message": "You are using an unsupported web browser. The web vault may not function properly." + "message": "您正在使用未被支援的瀏覽器。網頁密碼庫可能會無法順利運作。" }, "joinOrganization": { "message": "加入組織" @@ -2477,19 +2492,19 @@ "message": "Recover Account Two-Step Login" }, "twoStepRecoverDisabled": { - "message": "Two-step login has been disabled on your account." + "message": "兩步驟登入已在您的帳號停用。" }, "learnMore": { "message": "了解更多" }, "deleteRecoverDesc": { - "message": "Enter your email address below to recover and delete your account." + "message": "請在下方輸入您的電子信箱位址以復原及刪除您的帳號。" }, "deleteRecoverEmailSent": { - "message": "If your account exists, we've sent you an email with further instructions." + "message": "如果您的帳號存在,我們已寄送包含進一步指示的電子信件。" }, "deleteRecoverConfirmDesc": { - "message": "You have requested to delete your Bitwarden account. Click the button below to confirm." + "message": "您已請求刪除您的 Bitwarden 帳號。點擊下方的按鈕確認。" }, "myOrganization": { "message": "我的組織" @@ -2535,7 +2550,7 @@ "description": "A billing plan\/package. For example: families, teams, enterprise, etc." }, "invoiceNumber": { - "message": "Invoice #$NUMBER$", + "message": "收據 #$NUMBER$", "description": "ex. Invoice #79C66F0-0001", "placeholders": { "number": { @@ -2545,10 +2560,10 @@ } }, "viewInvoice": { - "message": "View Invoice" + "message": "檢視收據" }, "downloadInvoice": { - "message": "Download Invoice" + "message": "下載發票" }, "verifyBankAccount": { "message": "驗證銀行帳戶" @@ -2563,7 +2578,7 @@ "message": "Failure to verify the bank account will result in a missed payment and your subscription being disabled." }, "verifiedBankAccount": { - "message": "Bank account has been verified." + "message": "已驗證您的銀行帳號。" }, "bankAccount": { "message": "銀行帳戶" @@ -2609,7 +2624,7 @@ "description": "Seat = User Seat" }, "subscriptionUserSeats": { - "message": "Your subscription allows for a total of $COUNT$ users.", + "message": "您的訂閱當中包含 $COUNT$ 位使用者的授權。", "placeholders": { "count": { "content": "$1", @@ -2618,10 +2633,10 @@ } }, "seatsToAdd": { - "message": "Seats To Add" + "message": "要新增的席位數" }, "seatsToRemove": { - "message": "Seats To Remove" + "message": "要移除的席位數" }, "seatsAddNote": { "message": "Adding user seats will result in adjustments to your billing totals and immediately charge your payment method on file. The first charge will be prorated for the remainder of the current billing cycle." @@ -2630,7 +2645,7 @@ "message": "Removing user seats will result in adjustments to your billing totals that will be prorated as credits toward your next billing charge." }, "adjustedSeats": { - "message": "Adjusted $AMOUNT$ user seats.", + "message": "已調整為 $AMOUNT$ 個使用者席位。", "placeholders": { "amount": { "content": "$1", @@ -2648,7 +2663,7 @@ "message": "更新加密金鑰" }, "updateEncryptionKeyShortDesc": { - "message": "You are currently using an outdated encryption scheme." + "message": "您目前使用的是過時的加密方式。" }, "updateEncryptionKeyDesc": { "message": "We've moved to larger encryption keys that provide better security and access to newer features. Updating your encryption key is quick and easy. Just type your master password below. This update will eventually become mandatory." @@ -2666,7 +2681,7 @@ "message": "升級" }, "upgradeOrganization": { - "message": "Upgrade Organization" + "message": "升級組織" }, "upgradeOrganizationDesc": { "message": "This feature is not available for free organizations. Switch to a paid plan to unlock more features." @@ -2681,7 +2696,7 @@ "message": "已退款" }, "nothingSelected": { - "message": "You have not selected anything." + "message": "您沒有選擇任何項目。" }, "submitAgreePolicies": { "message": "一旦您按下「送出」,表示您同意以下條款:", @@ -2732,7 +2747,7 @@ "description": "ex. Date this password was updated" }, "organizationIsDisabled": { - "message": "Organization is disabled." + "message": "已停用組織。" }, "licenseIsExpired": { "message": "授權已過期。" @@ -2778,10 +2793,10 @@ "message": "更新加密金鑰" }, "rotateEncKeyConfirmation": { - "message": "Are you sure you want to rotate your account's encryption key?" + "message": "確定更新帳號的加密金鑰?" }, "attachmentsNeedFix": { - "message": "This item has old file attachments that need to be fixed." + "message": "此項目包含需要修復的舊檔案附件。" }, "attachmentFixDesc": { "message": "This is an old file attachment the needs to be fixed. Click to learn more." @@ -2802,18 +2817,18 @@ "description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their public key with another user, for the purposes of sharing." }, "dontAskFingerprintAgain": { - "message": "Don't ask to verify fingerprint phrase again", + "message": "請勿詢問再次驗證指紋片語", "description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their public key with another user, for the purposes of sharing." }, "free": { - "message": "Free", + "message": "免費", "description": "Free, as in 'Free beer'" }, "apiKey": { - "message": "API Key" + "message": "API 金鑰" }, "apiKeyDesc": { - "message": "Your API key can be used to authenticate to the Bitwarden public API." + "message": "您的 API 金鑰可用來驗證 Bitwarden 公用 API。" }, "apiKeyRotateDesc": { "message": "Rotating the API key will invalidate the previous key. You can rotate your API key if you believe that the current key is no longer safe to use." @@ -2822,13 +2837,16 @@ "message": "Your API key has full access to the organization. It should be kept secret." }, "oauth2ClientCredentials": { - "message": "OAuth 2.0 Client Credentials", + "message": "OAuth 2.0 客戶端登入資訊", "description": "'OAuth 2.0' is a programming protocol. It should probably not be translated." }, "viewApiKey": { - "message": "View API Key" + "message": "檢視 API 金鑰" }, "rotateApiKey": { - "message": "Rotate API Key" + "message": "更新 API 金鑰" + }, + "selectOneCollection": { + "message": "You must select at least one collection." } } \ No newline at end of file