1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-06 10:33:57 +00:00

New Crowdin translations (#166)

* New translations messages.json (Bulgarian)

* New translations messages.json (Norwegian Bokmal)

* New translations messages.json (Ukrainian)

* New translations messages.json (Turkish)

* New translations messages.json (Thai)

* New translations messages.json (Swedish)

* New translations messages.json (Spanish)

* New translations messages.json (Slovak)

* New translations messages.json (Russian)

* New translations messages.json (Romanian)

* New translations messages.json (Portuguese, Brazilian)

* New translations messages.json (Portuguese)

* New translations messages.json (Polish)

* New translations messages.json (Persian)

* New translations messages.json (Korean)

* New translations messages.json (Chinese Simplified)

* New translations messages.json (Japanese)

* New translations messages.json (Italian)

* New translations messages.json (Indonesian)

* New translations messages.json (Hungarian)

* New translations messages.json (German)

* New translations messages.json (French)

* New translations messages.json (Finnish)

* New translations messages.json (Estonian)

* 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 (Vietnamese)
This commit is contained in:
Kyle Spearrin
2018-11-20 22:35:39 -05:00
committed by GitHub
parent 87d205d472
commit a796a09311
30 changed files with 893 additions and 173 deletions

View File

@@ -112,6 +112,10 @@
"toggleVisibility": {
"message": "Slå synlighed til\/fra"
},
"toggleCollapse": {
"message": "Toggle Collapse",
"description": "Toggling an expand\/collapse state."
},
"cardholderName": {
"message": "Kortindehaverens navn"
},
@@ -701,11 +705,13 @@
"changeMasterPasswordConfirmation": {
"message": "Du kan ændre din hovedadgangskode i bitwarden.com web-boksen. Vil du besøge hjemmesiden nu?"
},
"changeEmail": {
"message": "Skift e-mailadresse"
"fingerprintPhrase": {
"message": "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."
},
"changeEmailConfirmation": {
"message": "Du kan ændre din e-mailadresse i bitwarden.com web-boksen. Vil du besøge hjemmesiden nu?"
"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."
},
"goToWebVault": {
"message": "Gå til web-boks"
@@ -1124,5 +1130,23 @@
},
"whoOwnsThisItem": {
"message": "Hvem ejer dette element?"
},
"strong": {
"message": "Strong",
"description": "ex. A strong password. Scale: Weak -> Good -> Strong"
},
"good": {
"message": "Good",
"description": "ex. A good password. Scale: Weak -> Good -> Strong"
},
"weak": {
"message": "Weak",
"description": "ex. A weak password. Scale: 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?"
}
}