New Crowdin translations (#188)

* New translations messages.json (Portuguese, Brazilian)

* New translations copy.resx (Portuguese, Brazilian)

* New translations messages.json (Romanian)

* New translations copy.resx (Romanian)

* New translations copy.resx (Portuguese)

* New translations messages.json (Portuguese)

* New translations copy.resx (Italian)

* New translations messages.json (Japanese)

* New translations copy.resx (Japanese)

* New translations messages.json (Russian)

* New translations copy.resx (Russian)

* New translations copy.resx (Swedish)

* New translations messages.json (Thai)

* New translations copy.resx (Thai)

* New translations messages.json (Swedish)

* New translations copy.resx (Spanish)

* New translations messages.json (Slovak)

* New translations copy.resx (Slovak)

* New translations messages.json (Spanish)

* New translations messages.json (Italian)

* New translations copy.resx (Indonesian)

* New translations messages.json (Czech)

* New translations copy.resx (Czech)

* New translations messages.json (Dutch)

* New translations copy.resx (Croatian)

* New translations messages.json (Croatian)

* New translations copy.resx (Chinese Simplified)

* New translations messages.json (Chinese Traditional)

* New translations copy.resx (Chinese Traditional)

* New translations copy.resx (Dutch)

* New translations messages.json (Finnish)

* New translations messages.json (Hindi)

* New translations copy.resx (Hindi)

* New translations messages.json (Indonesian)

* New translations copy.resx (German)

* New translations messages.json (German)

* New translations copy.resx (Finnish)

* New translations messages.json (French)

* New translations copy.resx (French)

* New translations messages.json (Chinese Simplified)
This commit is contained in:
Kyle Spearrin 2017-07-14 16:02:28 -04:00 committed by GitHub
parent e4baa19232
commit b9fbc3228e
23 changed files with 4529 additions and 317 deletions

View File

@ -131,10 +131,6 @@
"message":"Verification Code",
"description":"Verification Code"
},
"enterTwoStepVerCode":{
"message":"Enter your two-step verification code.",
"description":"Enter your two-step verification code."
},
"account":{
"message":"Account",
"description":"Account"
@ -537,7 +533,7 @@
},
"twoStepLoginConfirmation":{
"message":"Two-step login makes your account more secure by requiring you to enter a security code from an authenticator app whenever you log in. Two-step login can be enabled on the bitwarden.com web vault. Do you want to visit the website now?",
"description":"Two-step login makes your account more secure by requiring you to enter a security code from an authenticator app whenever you log in. Two-step login can be enabled on the bitwarden.com web vault. Do you want to visit the website now?"
"description":"Two-step login makes your account more secure by requiring you to verify your login with another device such as a security key, authenticator app, SMS, phone call, or email. Two-step login can be enabled on the bitwarden.com web vault. Do you want to visit the website now?"
},
"loggingOut":{
"message":"Logging out",
@ -701,10 +697,138 @@
},
"contribute":{
"message":"You can contribute to!",
"description":"You can contribute to!"
"description":"You can contribute too!"
},
"learnMore":{
"message":"Learn more",
"description":"Learn more"
},
"authenticatorKeyTotp":{
"message":"Authenticator Key (TOTP)",
"description":"Authenticator Key (TOTP)"
},
"verificationCodeTotp":{
"message":"Verification Code (TOTP)",
"description":"Verification Code (TOTP)"
},
"copyVerificationCode":{
"message":"Copy Verification Code",
"description":"Copy Verification Code"
},
"attachments":{
"message":"Attachments",
"description":"Attachments"
},
"deleteAttachment":{
"message":"Delete attachment",
"description":"Delete attachment"
},
"deleteAttachmentConfirmation":{
"message":"Are you sure you want to delete this attachment?",
"description":"Are you sure you want to delete this attachment?"
},
"deletedAttachment":{
"message":"Deleted attachment",
"description":"Deleted attachment"
},
"newAttachment":{
"message":"Add New Attachment",
"description":"Add New Attachment"
},
"noAttachments":{
"message":"No attachments.",
"description":"No attachments."
},
"attachmentSaved":{
"message":"The attachment has been saved.",
"description":"The attachment has been saved."
},
"file":{
"message":"File",
"description":"File"
},
"selectFile":{
"message":"Select a file.",
"description":"Select a file."
},
"maxFileSize":{
"message":"Maximum file size is 100 MB.",
"description":"Maximum file size is 100 MB."
},
"featureUnavailable":{
"message":"Feature Unavailable",
"description":"Feature Unavailable"
},
"updateKey":{
"message":"You cannot use this feature until you update your encryption key.",
"description":"You cannot use this feature until you update your encryption key."
},
"premiumMembership":{
"message":"Premium Membership",
"description":"Premium Membership"
},
"premiumManage":{
"message":"Manage Membership",
"description":"Manage Membership"
},
"premiumManageAlert":{
"message":"You can manage your membership on the bitwarden.com web vault. Do you want to visit the website now?",
"description":"You can manage your membership on the bitwarden.com web vault. Do you want to visit the website now?"
},
"premiumRefresh":{
"message":"Refresh Membership",
"description":"Refresh Membership"
},
"premiumNotCurrentMember":{
"message":"You are not currently a premium member.",
"description":"You are not currently a premium member."
},
"premiumSignUpAndGet":{
"message":"Sign up for a premium membership and get:",
"description":"Sign up for a premium membership and get:"
},
"ppremiumSignUpStorage":{
"message":"1 GB of encrypted file storage.",
"description":"1 GB of encrypted file storage."
},
"ppremiumSignUpTwoStep":{
"message":"Additional two-step login options such as YubiKey, FIDO U2F, and Duo.",
"description":"Additional two-step login options such as YubiKey, FIDO U2F, and Duo."
},
"ppremiumSignUpTotp":{
"message":"TOTP verification code (2FA) generator for logins in your vault.",
"description":"TOTP verification code (2FA) generator for logins in your vault."
},
"ppremiumSignUpSupport":{
"message":"Priority customer support.",
"description":"Priority customer support."
},
"ppremiumSignUpFuture":{
"message":"All future premium features. More coming soon!",
"description":"All future premium features. More coming soon!"
},
"premiumPurchase":{
"message":"Purchase Premium",
"description":"Purchase Premium"
},
"premiumPurchaseAlert":{
"message":"You can purchase premium membership on the bitwarden.com web vault. Do you want to visit the website now?",
"description":"You can purchase premium membership on the bitwarden.com web vault. Do you want to visit the website now?"
},
"premiumCurrentMember":{
"message":"You are a premium member!",
"description":"You are a premium member!"
},
"premiumCurrentMemberThanks":{
"message":"Thank you for supporting bitwarden.",
"description":"Thank you for supporting bitwarden."
},
"premiumPrice":{
"message":"All for just %price% \/year!",
"description":"All for just %price% \/year!"
},
"refreshComplete":{
"message":"Refresh complete",
"description":"Refresh complete"
}
}

View File

@ -68,7 +68,7 @@
"description":"My Vault"
},
"tools":{
"message":"Tools",
"message":"Werkzeuge",
"description":"Tools"
},
"settings":{
@ -131,10 +131,6 @@
"message":"Verifizierungscode",
"description":"Verification Code"
},
"enterTwoStepVerCode":{
"message":"Bitte den Two-Step-Verifizierungscode angeben.",
"description":"Enter your two-step verification code."
},
"account":{
"message":"Account",
"description":"Account"
@ -220,7 +216,7 @@
"description":"Open an issue at our GitHub repository."
},
"sync":{
"message":"Sync",
"message":"Synchronisation",
"description":"Sync"
},
"syncVaultNow":{
@ -356,7 +352,7 @@
"description":"Launch Website"
},
"website":{
"message":"Website",
"message":"Webseite",
"description":"Website"
},
"togglePassword":{
@ -400,7 +396,7 @@
"description":"Lock Options"
},
"lockNow":{
"message":"Lock Now",
"message":"Jetzt sperren",
"description":"Lock Now"
},
"immediately":{
@ -537,7 +533,7 @@
},
"twoStepLoginConfirmation":{
"message":"Mit Two-Step-Login wird dein Account zusätzlich abgesichert, da bei jedem Login zusätzlich ein Sicherheitscode von einer Authentifizierungs-App benötigt wird. Two-Step-Login kann im bitwarden.com Web-Tresor aktiviert werden. Möchtest du die Seite jetzt öffnen?",
"description":"Two-step login makes your account more secure by requiring you to enter a security code from an authenticator app whenever you log in. Two-step login can be enabled on the bitwarden.com web vault. Do you want to visit the website now?"
"description":"Two-step login makes your account more secure by requiring you to verify your login with another device such as a security key, authenticator app, SMS, phone call, or email. Two-step login can be enabled on the bitwarden.com web vault. Do you want to visit the website now?"
},
"loggingOut":{
"message":"Logge aus",
@ -612,19 +608,19 @@
"description":"Lost authenticator app?"
},
"credits":{
"message":"Credits",
"message":"Danksagungen",
"description":"Credits (giving thanks to people that helped, like at the end of a movie)"
},
"thankYou":{
"message":"Thank You",
"message":"Vielen Dank",
"description":"Thank You"
},
"translations":{
"message":"Translations",
"message":"Übersetzungen",
"description":"Translations"
},
"searchFolder":{
"message":"Search folder",
"message":"Ordner Durchsuchen",
"description":"Search folder"
},
"noneFolder":{
@ -660,7 +656,7 @@
"description":"Never for this website"
},
"disableContextMenuItem":{
"message":"Disable Context Menu Options",
"message":"Kontextmenü-Optionen deaktivieren",
"description":"Disable Context Menu Options"
},
"disableContextMenuItemDesc":{
@ -672,7 +668,7 @@
"description":"Export Vault"
},
"warning":{
"message":"WARNING",
"message":"WARNUNG",
"description":"WARNING (should stay in capitalized letters if the language permits)"
},
"exportWarning":{
@ -701,10 +697,138 @@
},
"contribute":{
"message":"You can contribute to!",
"description":"You can contribute to!"
"description":"You can contribute too!"
},
"learnMore":{
"message":"Learn more",
"description":"Learn more"
},
"authenticatorKeyTotp":{
"message":"Authenticator Key (TOTP)",
"description":"Authenticator Key (TOTP)"
},
"verificationCodeTotp":{
"message":"Verification Code (TOTP)",
"description":"Verification Code (TOTP)"
},
"copyVerificationCode":{
"message":"Copy Verification Code",
"description":"Copy Verification Code"
},
"attachments":{
"message":"Attachments",
"description":"Attachments"
},
"deleteAttachment":{
"message":"Delete attachment",
"description":"Delete attachment"
},
"deleteAttachmentConfirmation":{
"message":"Are you sure you want to delete this attachment?",
"description":"Are you sure you want to delete this attachment?"
},
"deletedAttachment":{
"message":"Deleted attachment",
"description":"Deleted attachment"
},
"newAttachment":{
"message":"Add New Attachment",
"description":"Add New Attachment"
},
"noAttachments":{
"message":"No attachments.",
"description":"No attachments."
},
"attachmentSaved":{
"message":"The attachment has been saved.",
"description":"The attachment has been saved."
},
"file":{
"message":"File",
"description":"File"
},
"selectFile":{
"message":"Select a file.",
"description":"Select a file."
},
"maxFileSize":{
"message":"Maximum file size is 100 MB.",
"description":"Maximum file size is 100 MB."
},
"featureUnavailable":{
"message":"Feature Unavailable",
"description":"Feature Unavailable"
},
"updateKey":{
"message":"You cannot use this feature until you update your encryption key.",
"description":"You cannot use this feature until you update your encryption key."
},
"premiumMembership":{
"message":"Premium Membership",
"description":"Premium Membership"
},
"premiumManage":{
"message":"Manage Membership",
"description":"Manage Membership"
},
"premiumManageAlert":{
"message":"You can manage your membership on the bitwarden.com web vault. Do you want to visit the website now?",
"description":"You can manage your membership on the bitwarden.com web vault. Do you want to visit the website now?"
},
"premiumRefresh":{
"message":"Refresh Membership",
"description":"Refresh Membership"
},
"premiumNotCurrentMember":{
"message":"You are not currently a premium member.",
"description":"You are not currently a premium member."
},
"premiumSignUpAndGet":{
"message":"Sign up for a premium membership and get:",
"description":"Sign up for a premium membership and get:"
},
"ppremiumSignUpStorage":{
"message":"1 GB of encrypted file storage.",
"description":"1 GB of encrypted file storage."
},
"ppremiumSignUpTwoStep":{
"message":"Additional two-step login options such as YubiKey, FIDO U2F, and Duo.",
"description":"Additional two-step login options such as YubiKey, FIDO U2F, and Duo."
},
"ppremiumSignUpTotp":{
"message":"TOTP verification code (2FA) generator for logins in your vault.",
"description":"TOTP verification code (2FA) generator for logins in your vault."
},
"ppremiumSignUpSupport":{
"message":"Priority customer support.",
"description":"Priority customer support."
},
"ppremiumSignUpFuture":{
"message":"All future premium features. More coming soon!",
"description":"All future premium features. More coming soon!"
},
"premiumPurchase":{
"message":"Purchase Premium",
"description":"Purchase Premium"
},
"premiumPurchaseAlert":{
"message":"You can purchase premium membership on the bitwarden.com web vault. Do you want to visit the website now?",
"description":"You can purchase premium membership on the bitwarden.com web vault. Do you want to visit the website now?"
},
"premiumCurrentMember":{
"message":"You are a premium member!",
"description":"You are a premium member!"
},
"premiumCurrentMemberThanks":{
"message":"Thank you for supporting bitwarden.",
"description":"Thank you for supporting bitwarden."
},
"premiumPrice":{
"message":"All for just %price% \/year!",
"description":"All for just %price% \/year!"
},
"refreshComplete":{
"message":"Refresh complete",
"description":"Refresh complete"
}
}

View File

@ -131,10 +131,6 @@
"message":"Código de verificación",
"description":"Verification Code"
},
"enterTwoStepVerCode":{
"message":"Introduce tu código de verificación en dos pasos.",
"description":"Enter your two-step verification code."
},
"account":{
"message":"Cuenta",
"description":"Account"
@ -400,7 +396,7 @@
"description":"Lock Options"
},
"lockNow":{
"message":"Lock Now",
"message":"Bloquear",
"description":"Lock Now"
},
"immediately":{
@ -432,7 +428,7 @@
"description":"4 hours"
},
"onLocked":{
"message":"On Locked",
"message":"Bloquear con el sistema",
"description":"On Locked"
},
"onRestart":{
@ -537,7 +533,7 @@
},
"twoStepLoginConfirmation":{
"message":"La autenticación en dos pasos hace que tu cuenta sea mucho más segura requiriendo que introduzcas un código de seguridad de una aplicación de autenticación cada vez que accedes. La autenticación en dos pasos puede ser habilitada en la bóveda web de bitwarden.com. ¿Quieres visitar ahora el sitio web?",
"description":"Two-step login makes your account more secure by requiring you to enter a security code from an authenticator app whenever you log in. Two-step login can be enabled on the bitwarden.com web vault. Do you want to visit the website now?"
"description":"Two-step login makes your account more secure by requiring you to verify your login with another device such as a security key, authenticator app, SMS, phone call, or email. Two-step login can be enabled on the bitwarden.com web vault. Do you want to visit the website now?"
},
"loggingOut":{
"message":"Sessión finalizada",
@ -656,7 +652,7 @@
"description":"Yes, Save Now"
},
"notificationNeverSave":{
"message":"Never for this website",
"message":"Nunca para este sitio",
"description":"Never for this website"
},
"disableContextMenuItem":{
@ -701,10 +697,138 @@
},
"contribute":{
"message":"You can contribute to!",
"description":"You can contribute to!"
"description":"You can contribute too!"
},
"learnMore":{
"message":"Learn more",
"message":"Más información",
"description":"Learn more"
},
"authenticatorKeyTotp":{
"message":"Authenticator Key (TOTP)",
"description":"Authenticator Key (TOTP)"
},
"verificationCodeTotp":{
"message":"Verification Code (TOTP)",
"description":"Verification Code (TOTP)"
},
"copyVerificationCode":{
"message":"Copy Verification Code",
"description":"Copy Verification Code"
},
"attachments":{
"message":"Attachments",
"description":"Attachments"
},
"deleteAttachment":{
"message":"Delete attachment",
"description":"Delete attachment"
},
"deleteAttachmentConfirmation":{
"message":"Are you sure you want to delete this attachment?",
"description":"Are you sure you want to delete this attachment?"
},
"deletedAttachment":{
"message":"Deleted attachment",
"description":"Deleted attachment"
},
"newAttachment":{
"message":"Add New Attachment",
"description":"Add New Attachment"
},
"noAttachments":{
"message":"No attachments.",
"description":"No attachments."
},
"attachmentSaved":{
"message":"The attachment has been saved.",
"description":"The attachment has been saved."
},
"file":{
"message":"File",
"description":"File"
},
"selectFile":{
"message":"Select a file.",
"description":"Select a file."
},
"maxFileSize":{
"message":"Maximum file size is 100 MB.",
"description":"Maximum file size is 100 MB."
},
"featureUnavailable":{
"message":"Feature Unavailable",
"description":"Feature Unavailable"
},
"updateKey":{
"message":"You cannot use this feature until you update your encryption key.",
"description":"You cannot use this feature until you update your encryption key."
},
"premiumMembership":{
"message":"Premium Membership",
"description":"Premium Membership"
},
"premiumManage":{
"message":"Manage Membership",
"description":"Manage Membership"
},
"premiumManageAlert":{
"message":"You can manage your membership on the bitwarden.com web vault. Do you want to visit the website now?",
"description":"You can manage your membership on the bitwarden.com web vault. Do you want to visit the website now?"
},
"premiumRefresh":{
"message":"Refresh Membership",
"description":"Refresh Membership"
},
"premiumNotCurrentMember":{
"message":"You are not currently a premium member.",
"description":"You are not currently a premium member."
},
"premiumSignUpAndGet":{
"message":"Sign up for a premium membership and get:",
"description":"Sign up for a premium membership and get:"
},
"ppremiumSignUpStorage":{
"message":"1 GB of encrypted file storage.",
"description":"1 GB of encrypted file storage."
},
"ppremiumSignUpTwoStep":{
"message":"Additional two-step login options such as YubiKey, FIDO U2F, and Duo.",
"description":"Additional two-step login options such as YubiKey, FIDO U2F, and Duo."
},
"ppremiumSignUpTotp":{
"message":"TOTP verification code (2FA) generator for logins in your vault.",
"description":"TOTP verification code (2FA) generator for logins in your vault."
},
"ppremiumSignUpSupport":{
"message":"Priority customer support.",
"description":"Priority customer support."
},
"ppremiumSignUpFuture":{
"message":"All future premium features. More coming soon!",
"description":"All future premium features. More coming soon!"
},
"premiumPurchase":{
"message":"Purchase Premium",
"description":"Purchase Premium"
},
"premiumPurchaseAlert":{
"message":"You can purchase premium membership on the bitwarden.com web vault. Do you want to visit the website now?",
"description":"You can purchase premium membership on the bitwarden.com web vault. Do you want to visit the website now?"
},
"premiumCurrentMember":{
"message":"You are a premium member!",
"description":"You are a premium member!"
},
"premiumCurrentMemberThanks":{
"message":"Thank you for supporting bitwarden.",
"description":"Thank you for supporting bitwarden."
},
"premiumPrice":{
"message":"All for just %price% \/year!",
"description":"All for just %price% \/year!"
},
"refreshComplete":{
"message":"Refresh complete",
"description":"Refresh complete"
}
}

View File

@ -131,10 +131,6 @@
"message":"Tunnistautumiskoodi",
"description":"Verification Code"
},
"enterTwoStepVerCode":{
"message":"Syötä kaksivaiheisen tunnistautumisen koodisi.",
"description":"Enter your two-step verification code."
},
"account":{
"message":"Tili",
"description":"Account"
@ -400,7 +396,7 @@
"description":"Lock Options"
},
"lockNow":{
"message":"Lock Now",
"message":"Lukitse nyt",
"description":"Lock Now"
},
"immediately":{
@ -432,11 +428,11 @@
"description":"4 hours"
},
"onLocked":{
"message":"On Locked",
"message":"Tietokoneen lukitsemisen yhteydessä",
"description":"On Locked"
},
"onRestart":{
"message":"Uudelleenkäynnistyksen yhteydessä",
"message":"Tietokoneen käynnistyksen yhteydessä",
"description":"On Restart"
},
"never":{
@ -537,7 +533,7 @@
},
"twoStepLoginConfirmation":{
"message":"Kaksivaiheinen kirjautuminen tekee tilistäsi turvallisemman vaatimalla koodin tunnistautumispalvelusta joka kirjautumiskerralla. Voit ottaa kaksivaiheisen tunnistautumisen käyttöön bitwarden.com-verkkoholvissa. Haluatko käydä sivustolla nyt?",
"description":"Two-step login makes your account more secure by requiring you to enter a security code from an authenticator app whenever you log in. Two-step login can be enabled on the bitwarden.com web vault. Do you want to visit the website now?"
"description":"Two-step login makes your account more secure by requiring you to verify your login with another device such as a security key, authenticator app, SMS, phone call, or email. Two-step login can be enabled on the bitwarden.com web vault. Do you want to visit the website now?"
},
"loggingOut":{
"message":"Kirjaudutaan ulos",
@ -636,7 +632,7 @@
"description":"Features"
},
"gaDesc":{
"message":"Käytämme analyticsiä saadaksemme tietoa siitä, kuinka lisäosaa käytetään. Näin voimme kehittää sitä paremmaksi. Kaikki tiedonkeruu on täysin nimetöntä.",
"message":"Käytämme Analyticsiä saadaksemme tietoa siitä, kuinka lisäosaa käytetään. Näin voimme kehittää sitä paremmaksi. Kaikki tiedonkeruu on täysin nimetöntä.",
"description":"We use analytics to better learn how the extension is being used so that we can make it better. All data collection is completely anonymous."
},
"disableAddLoginNotification":{
@ -656,7 +652,7 @@
"description":"Yes, Save Now"
},
"notificationNeverSave":{
"message":"Never for this website",
"message":"Ei koskaan tälle sivustolle",
"description":"Never for this website"
},
"disableContextMenuItem":{
@ -701,10 +697,138 @@
},
"contribute":{
"message":"You can contribute to!",
"description":"You can contribute to!"
"description":"You can contribute too!"
},
"learnMore":{
"message":"Learn more",
"message":"Lue lisää",
"description":"Learn more"
},
"authenticatorKeyTotp":{
"message":"Authenticator Key (TOTP)",
"description":"Authenticator Key (TOTP)"
},
"verificationCodeTotp":{
"message":"Verification Code (TOTP)",
"description":"Verification Code (TOTP)"
},
"copyVerificationCode":{
"message":"Copy Verification Code",
"description":"Copy Verification Code"
},
"attachments":{
"message":"Attachments",
"description":"Attachments"
},
"deleteAttachment":{
"message":"Delete attachment",
"description":"Delete attachment"
},
"deleteAttachmentConfirmation":{
"message":"Are you sure you want to delete this attachment?",
"description":"Are you sure you want to delete this attachment?"
},
"deletedAttachment":{
"message":"Deleted attachment",
"description":"Deleted attachment"
},
"newAttachment":{
"message":"Add New Attachment",
"description":"Add New Attachment"
},
"noAttachments":{
"message":"No attachments.",
"description":"No attachments."
},
"attachmentSaved":{
"message":"The attachment has been saved.",
"description":"The attachment has been saved."
},
"file":{
"message":"File",
"description":"File"
},
"selectFile":{
"message":"Select a file.",
"description":"Select a file."
},
"maxFileSize":{
"message":"Maximum file size is 100 MB.",
"description":"Maximum file size is 100 MB."
},
"featureUnavailable":{
"message":"Feature Unavailable",
"description":"Feature Unavailable"
},
"updateKey":{
"message":"You cannot use this feature until you update your encryption key.",
"description":"You cannot use this feature until you update your encryption key."
},
"premiumMembership":{
"message":"Premium Membership",
"description":"Premium Membership"
},
"premiumManage":{
"message":"Manage Membership",
"description":"Manage Membership"
},
"premiumManageAlert":{
"message":"You can manage your membership on the bitwarden.com web vault. Do you want to visit the website now?",
"description":"You can manage your membership on the bitwarden.com web vault. Do you want to visit the website now?"
},
"premiumRefresh":{
"message":"Refresh Membership",
"description":"Refresh Membership"
},
"premiumNotCurrentMember":{
"message":"You are not currently a premium member.",
"description":"You are not currently a premium member."
},
"premiumSignUpAndGet":{
"message":"Sign up for a premium membership and get:",
"description":"Sign up for a premium membership and get:"
},
"ppremiumSignUpStorage":{
"message":"1 GB of encrypted file storage.",
"description":"1 GB of encrypted file storage."
},
"ppremiumSignUpTwoStep":{
"message":"Additional two-step login options such as YubiKey, FIDO U2F, and Duo.",
"description":"Additional two-step login options such as YubiKey, FIDO U2F, and Duo."
},
"ppremiumSignUpTotp":{
"message":"TOTP verification code (2FA) generator for logins in your vault.",
"description":"TOTP verification code (2FA) generator for logins in your vault."
},
"ppremiumSignUpSupport":{
"message":"Priority customer support.",
"description":"Priority customer support."
},
"ppremiumSignUpFuture":{
"message":"All future premium features. More coming soon!",
"description":"All future premium features. More coming soon!"
},
"premiumPurchase":{
"message":"Purchase Premium",
"description":"Purchase Premium"
},
"premiumPurchaseAlert":{
"message":"You can purchase premium membership on the bitwarden.com web vault. Do you want to visit the website now?",
"description":"You can purchase premium membership on the bitwarden.com web vault. Do you want to visit the website now?"
},
"premiumCurrentMember":{
"message":"You are a premium member!",
"description":"You are a premium member!"
},
"premiumCurrentMemberThanks":{
"message":"Thank you for supporting bitwarden.",
"description":"Thank you for supporting bitwarden."
},
"premiumPrice":{
"message":"All for just %price% \/year!",
"description":"All for just %price% \/year!"
},
"refreshComplete":{
"message":"Refresh complete",
"description":"Refresh complete"
}
}

View File

@ -131,10 +131,6 @@
"message":"Code de vérification",
"description":"Verification Code"
},
"enterTwoStepVerCode":{
"message":"Saissiez votre code d'authentification à deux facteurs.",
"description":"Enter your two-step verification code."
},
"account":{
"message":"Compte",
"description":"Account"
@ -400,7 +396,7 @@
"description":"Lock Options"
},
"lockNow":{
"message":"Lock Now",
"message":"Verrouiller maintenant",
"description":"Lock Now"
},
"immediately":{
@ -432,7 +428,7 @@
"description":"4 hours"
},
"onLocked":{
"message":"On Locked",
"message":"Au verrouillage",
"description":"On Locked"
},
"onRestart":{
@ -537,7 +533,7 @@
},
"twoStepLoginConfirmation":{
"message":"L'authentification à double facteurs rend votre compte plus sécurisé en vous demandant de saisir un code de sécurité depuis une application d'authentification à chaque fois que vous vous identifiez. L'authentification à double facteurs peut être activée depuis le coffre web sur bitwarden.com. Souhaitez-vous visiter le site maintenant ?",
"description":"Two-step login makes your account more secure by requiring you to enter a security code from an authenticator app whenever you log in. Two-step login can be enabled on the bitwarden.com web vault. Do you want to visit the website now?"
"description":"Two-step login makes your account more secure by requiring you to verify your login with another device such as a security key, authenticator app, SMS, phone call, or email. Two-step login can be enabled on the bitwarden.com web vault. Do you want to visit the website now?"
},
"loggingOut":{
"message":"Déconnexion",
@ -656,7 +652,7 @@
"description":"Yes, Save Now"
},
"notificationNeverSave":{
"message":"Never for this website",
"message":"Jamais pour ce site web",
"description":"Never for this website"
},
"disableContextMenuItem":{
@ -701,10 +697,138 @@
},
"contribute":{
"message":"You can contribute to!",
"description":"You can contribute to!"
"description":"You can contribute too!"
},
"learnMore":{
"message":"Learn more",
"message":"En savoir plus",
"description":"Learn more"
},
"authenticatorKeyTotp":{
"message":"Authenticator Key (TOTP)",
"description":"Authenticator Key (TOTP)"
},
"verificationCodeTotp":{
"message":"Verification Code (TOTP)",
"description":"Verification Code (TOTP)"
},
"copyVerificationCode":{
"message":"Copy Verification Code",
"description":"Copy Verification Code"
},
"attachments":{
"message":"Attachments",
"description":"Attachments"
},
"deleteAttachment":{
"message":"Delete attachment",
"description":"Delete attachment"
},
"deleteAttachmentConfirmation":{
"message":"Are you sure you want to delete this attachment?",
"description":"Are you sure you want to delete this attachment?"
},
"deletedAttachment":{
"message":"Deleted attachment",
"description":"Deleted attachment"
},
"newAttachment":{
"message":"Add New Attachment",
"description":"Add New Attachment"
},
"noAttachments":{
"message":"No attachments.",
"description":"No attachments."
},
"attachmentSaved":{
"message":"The attachment has been saved.",
"description":"The attachment has been saved."
},
"file":{
"message":"File",
"description":"File"
},
"selectFile":{
"message":"Select a file.",
"description":"Select a file."
},
"maxFileSize":{
"message":"Maximum file size is 100 MB.",
"description":"Maximum file size is 100 MB."
},
"featureUnavailable":{
"message":"Feature Unavailable",
"description":"Feature Unavailable"
},
"updateKey":{
"message":"You cannot use this feature until you update your encryption key.",
"description":"You cannot use this feature until you update your encryption key."
},
"premiumMembership":{
"message":"Premium Membership",
"description":"Premium Membership"
},
"premiumManage":{
"message":"Manage Membership",
"description":"Manage Membership"
},
"premiumManageAlert":{
"message":"You can manage your membership on the bitwarden.com web vault. Do you want to visit the website now?",
"description":"You can manage your membership on the bitwarden.com web vault. Do you want to visit the website now?"
},
"premiumRefresh":{
"message":"Refresh Membership",
"description":"Refresh Membership"
},
"premiumNotCurrentMember":{
"message":"You are not currently a premium member.",
"description":"You are not currently a premium member."
},
"premiumSignUpAndGet":{
"message":"Sign up for a premium membership and get:",
"description":"Sign up for a premium membership and get:"
},
"ppremiumSignUpStorage":{
"message":"1 GB of encrypted file storage.",
"description":"1 GB of encrypted file storage."
},
"ppremiumSignUpTwoStep":{
"message":"Additional two-step login options such as YubiKey, FIDO U2F, and Duo.",
"description":"Additional two-step login options such as YubiKey, FIDO U2F, and Duo."
},
"ppremiumSignUpTotp":{
"message":"TOTP verification code (2FA) generator for logins in your vault.",
"description":"TOTP verification code (2FA) generator for logins in your vault."
},
"ppremiumSignUpSupport":{
"message":"Priority customer support.",
"description":"Priority customer support."
},
"ppremiumSignUpFuture":{
"message":"All future premium features. More coming soon!",
"description":"All future premium features. More coming soon!"
},
"premiumPurchase":{
"message":"Purchase Premium",
"description":"Purchase Premium"
},
"premiumPurchaseAlert":{
"message":"You can purchase premium membership on the bitwarden.com web vault. Do you want to visit the website now?",
"description":"You can purchase premium membership on the bitwarden.com web vault. Do you want to visit the website now?"
},
"premiumCurrentMember":{
"message":"You are a premium member!",
"description":"You are a premium member!"
},
"premiumCurrentMemberThanks":{
"message":"Thank you for supporting bitwarden.",
"description":"Thank you for supporting bitwarden."
},
"premiumPrice":{
"message":"All for just %price% \/year!",
"description":"All for just %price% \/year!"
},
"refreshComplete":{
"message":"Refresh complete",
"description":"Refresh complete"
}
}

View File

@ -131,10 +131,6 @@
"message":"Verification Code",
"description":"Verification Code"
},
"enterTwoStepVerCode":{
"message":"Enter your two-step verification code.",
"description":"Enter your two-step verification code."
},
"account":{
"message":"Account",
"description":"Account"
@ -537,7 +533,7 @@
},
"twoStepLoginConfirmation":{
"message":"Two-step login makes your account more secure by requiring you to enter a security code from an authenticator app whenever you log in. Two-step login can be enabled on the bitwarden.com web vault. Do you want to visit the website now?",
"description":"Two-step login makes your account more secure by requiring you to enter a security code from an authenticator app whenever you log in. Two-step login can be enabled on the bitwarden.com web vault. Do you want to visit the website now?"
"description":"Two-step login makes your account more secure by requiring you to verify your login with another device such as a security key, authenticator app, SMS, phone call, or email. Two-step login can be enabled on the bitwarden.com web vault. Do you want to visit the website now?"
},
"loggingOut":{
"message":"Logging out",
@ -701,10 +697,138 @@
},
"contribute":{
"message":"You can contribute to!",
"description":"You can contribute to!"
"description":"You can contribute too!"
},
"learnMore":{
"message":"Learn more",
"description":"Learn more"
},
"authenticatorKeyTotp":{
"message":"Authenticator Key (TOTP)",
"description":"Authenticator Key (TOTP)"
},
"verificationCodeTotp":{
"message":"Verification Code (TOTP)",
"description":"Verification Code (TOTP)"
},
"copyVerificationCode":{
"message":"Copy Verification Code",
"description":"Copy Verification Code"
},
"attachments":{
"message":"Attachments",
"description":"Attachments"
},
"deleteAttachment":{
"message":"Delete attachment",
"description":"Delete attachment"
},
"deleteAttachmentConfirmation":{
"message":"Are you sure you want to delete this attachment?",
"description":"Are you sure you want to delete this attachment?"
},
"deletedAttachment":{
"message":"Deleted attachment",
"description":"Deleted attachment"
},
"newAttachment":{
"message":"Add New Attachment",
"description":"Add New Attachment"
},
"noAttachments":{
"message":"No attachments.",
"description":"No attachments."
},
"attachmentSaved":{
"message":"The attachment has been saved.",
"description":"The attachment has been saved."
},
"file":{
"message":"File",
"description":"File"
},
"selectFile":{
"message":"Select a file.",
"description":"Select a file."
},
"maxFileSize":{
"message":"Maximum file size is 100 MB.",
"description":"Maximum file size is 100 MB."
},
"featureUnavailable":{
"message":"Feature Unavailable",
"description":"Feature Unavailable"
},
"updateKey":{
"message":"You cannot use this feature until you update your encryption key.",
"description":"You cannot use this feature until you update your encryption key."
},
"premiumMembership":{
"message":"Premium Membership",
"description":"Premium Membership"
},
"premiumManage":{
"message":"Manage Membership",
"description":"Manage Membership"
},
"premiumManageAlert":{
"message":"You can manage your membership on the bitwarden.com web vault. Do you want to visit the website now?",
"description":"You can manage your membership on the bitwarden.com web vault. Do you want to visit the website now?"
},
"premiumRefresh":{
"message":"Refresh Membership",
"description":"Refresh Membership"
},
"premiumNotCurrentMember":{
"message":"You are not currently a premium member.",
"description":"You are not currently a premium member."
},
"premiumSignUpAndGet":{
"message":"Sign up for a premium membership and get:",
"description":"Sign up for a premium membership and get:"
},
"ppremiumSignUpStorage":{
"message":"1 GB of encrypted file storage.",
"description":"1 GB of encrypted file storage."
},
"ppremiumSignUpTwoStep":{
"message":"Additional two-step login options such as YubiKey, FIDO U2F, and Duo.",
"description":"Additional two-step login options such as YubiKey, FIDO U2F, and Duo."
},
"ppremiumSignUpTotp":{
"message":"TOTP verification code (2FA) generator for logins in your vault.",
"description":"TOTP verification code (2FA) generator for logins in your vault."
},
"ppremiumSignUpSupport":{
"message":"Priority customer support.",
"description":"Priority customer support."
},
"ppremiumSignUpFuture":{
"message":"All future premium features. More coming soon!",
"description":"All future premium features. More coming soon!"
},
"premiumPurchase":{
"message":"Purchase Premium",
"description":"Purchase Premium"
},
"premiumPurchaseAlert":{
"message":"You can purchase premium membership on the bitwarden.com web vault. Do you want to visit the website now?",
"description":"You can purchase premium membership on the bitwarden.com web vault. Do you want to visit the website now?"
},
"premiumCurrentMember":{
"message":"You are a premium member!",
"description":"You are a premium member!"
},
"premiumCurrentMemberThanks":{
"message":"Thank you for supporting bitwarden.",
"description":"Thank you for supporting bitwarden."
},
"premiumPrice":{
"message":"All for just %price% \/year!",
"description":"All for just %price% \/year!"
},
"refreshComplete":{
"message":"Refresh complete",
"description":"Refresh complete"
}
}

View File

@ -0,0 +1,834 @@
{
"appName":{
"message":"bitwarden",
"description":"bitwarden"
},
"extName":{
"message":"bitwarden - Besplatni upravitelj lozinki",
"description":"Extension name"
},
"extDesc":{
"message":"bitwarden je siguran i besplatan upravitelj lozinki za sve vaše uređaje.",
"description":"Extension description"
},
"loginOrCreateNewAccount":{
"message":"Prijavite se ili stvorite novi račun kako biste pristupili svom sigurnom trezoru.",
"description":"Log in or create a new account to access your secure vault."
},
"createAccount":{
"message":"Stvori račun",
"description":"Create Account"
},
"login":{
"message":"Prijavi se",
"description":"Log In"
},
"cancel":{
"message":"Odustani",
"description":"Cancel"
},
"close":{
"message":"Zatvori",
"description":"Close"
},
"submit":{
"message":"Pošalji",
"description":"Submit"
},
"emailAddress":{
"message":"Adresa e-pošte",
"description":"Email Address"
},
"masterPass":{
"message":"Glavna lozinka",
"description":"Master Password"
},
"masterPassDesc":{
"message":"Glavna lozinka je lozinka koju koristite za pristup vašem trezoru. Vrlo je važno da ne zaboravite glavnu lozinku. Ne postoji način za oporavak lozinke u slučaju da je zaboravite.",
"description":"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":"Podsjetnik glavne lozinke Vam može pomoći da se prisjetite svoje lozinke ako je zaboravite.",
"description":"A master password hint can help you remember your password if you forget it."
},
"reTypeMasterPass":{
"message":"Ponovno upišite glavnu lozinku",
"description":"Re-type Master Password"
},
"masterPassHint":{
"message":"Podsjetnik glavne lozinke (izborno)",
"description":"Master Password Hint (optional)"
},
"tab":{
"message":"Kartica",
"description":"Tab"
},
"myVault":{
"message":"Moj trezor",
"description":"My Vault"
},
"tools":{
"message":"Alati",
"description":"Tools"
},
"settings":{
"message":"Postavke",
"description":"Settings"
},
"currentTab":{
"message":"Trenutna kartica",
"description":"Current Tab"
},
"copyPassword":{
"message":"Kopiraj lozinku",
"description":"Copy Password"
},
"copyUsername":{
"message":"Kopiraj korisničko ime",
"description":"Copy Username"
},
"autoFill":{
"message":"Automatsko popunjavanje",
"description":"Auto-fill"
},
"generatePasswordCopied":{
"message":"Generiranje lozinke (kopirano)",
"description":"Generate Password (copied)"
},
"noMatchingLogins":{
"message":"Nema podudarajućih prijava.",
"description":"No matching logins."
},
"vaultLocked":{
"message":"Trezor je zaključan.",
"description":"Vault is locked."
},
"autoFillInfo":{
"message":"Nema dostupnih prijava za automatsko popunjavanje za trenutnu karticu preglednika.",
"description":"There are no logins available to auto-fill for the current browser tab."
},
"addLogin":{
"message":"Dodaj prijavu",
"description":"Add a Login"
},
"passwordHint":{
"message":"Podsjetnik za lozinku",
"description":"Password Hint"
},
"enterEmailToGetHint":{
"message":"Unesite adresu e-pošte svog računa da biste zaprimili podsjetnik za glavnu lozinku.",
"description":"Enter your account email address to receive your master password hint."
},
"getMasterPasswordHint":{
"message":"Dobijte podsjetnik za glavnu lozinku",
"description":"Get master password hint"
},
"continue":{
"message":"Nastavi",
"description":"Continue"
},
"verificationCode":{
"message":"Kod za provjeru",
"description":"Verification Code"
},
"account":{
"message":"Račun",
"description":"Account"
},
"changeMasterPassword":{
"message":"Promjena glavne lozinke",
"description":"Change Master Password"
},
"changeEmail":{
"message":"Promijeni e-poštu",
"description":"Change Email"
},
"twoStepLogin":{
"message":"Prijava u dva koraka",
"description":"Two-step Login"
},
"logOut":{
"message":"Odjavi se",
"description":"Log Out"
},
"about":{
"message":"O aplikaciji",
"description":"About"
},
"version":{
"message":"Verzija",
"description":"Version"
},
"save":{
"message":"Spremi",
"description":"Save"
},
"addFolder":{
"message":"Dodaj mapu",
"description":"Add Folder"
},
"name":{
"message":"Ime",
"description":"Name"
},
"editFolder":{
"message":"Uredi mapu",
"description":"Edit Folder"
},
"deleteFolder":{
"message":"Izbriši mapu",
"description":"Delete Folder"
},
"folders":{
"message":"Mape",
"description":"Folders"
},
"noFolders":{
"message":"Nema mapa na popisu.",
"description":"There are no folders to list."
},
"helpFeedback":{
"message":"Pomoć i povratne informacije",
"description":"Help & Feedback"
},
"emailUs":{
"message":"Pošaljite nam e-poštu",
"description":"Email Us"
},
"emailUsDirectly":{
"message":"Pošaljite nam izravno e-poštu kako biste dobili pomoć ili ostavite povratnu informaciju.",
"description":"Email us directly to get help or leave feedback."
},
"visitOurWebsite":{
"message":"Posjetite našu web stranicu",
"description":"Visit Our Website"
},
"visitOurWebsiteDirectly":{
"message":"Posjetite našu web stranicu kako biste dobili pomoć, vijesti, e-poštu i \/ ili saznali više o tome kako koristiti bitwarden.",
"description":"Visit our website to get help, news, email us, and\/or learn more about how to use bitwarden."
},
"fileBugReport":{
"message":"Pošaljite Izvješće o pogrešci",
"description":"File a Bug Report"
},
"gitHubIssue":{
"message":"Otvorite problem u našem GitHub repozitoriju.",
"description":"Open an issue at our GitHub repository."
},
"sync":{
"message":"Sinkronizacija",
"description":"Sync"
},
"syncVaultNow":{
"message":"Sinkronizirajte trezor sada",
"description":"Sync Vault Now"
},
"lastSync":{
"message":"Posljednja sinkronizacija:",
"description":"Last Sync:"
},
"passGen":{
"message":"Generator lozinke",
"description":"Password Generator"
},
"passGenInfo":{
"message":"Automatski generirajte jake, jedinstvene zaporke za prijavu.",
"description":"Automatically generate strong, unique passwords for your logins."
},
"bitWebVault":{
"message":"bitwarden Web trezor",
"description":"bitwarden Web Vault"
},
"bitWebVaultInfo":{
"message":"Upravljajte svojim prijavama s bilo kojeg web-preglednika pomoću bitwarden web trezora.",
"description":"Manage your logins from any web browser with the bitwarden web vault."
},
"bitIosVault":{
"message":"bitwarden iOS trezor",
"description":"bitwarden iOS Vault"
},
"bitIosVaultInfo":{
"message":"Upravljajte svojim prijavama s mobilnih uređaja pomoću bitwarden iOS trezora.",
"description":"Manage your logins from your mobile devices with the bitwarden iOS vault."
},
"bitAndrVault":{
"message":"bitwarden Android trezor",
"description":"bitwarden Android Vault"
},
"bitAndrVaultInfo":{
"message":"Upravljajte svojim prijavama s mobilnih uređaja pomoću bitwarden Android trezora.",
"description":"Manage your logins from your mobile devices with the bitwarden Android vault."
},
"importLogins":{
"message":"Uvezi prijave",
"description":"Import Logins"
},
"importLoginsInfo":{
"message":"Brzo uvezite svoje prijave iz drugih aplikacija za upravljanje lozinkama.",
"description":"Quickly bulk import your logins from other password management applications."
},
"select":{
"message":"Odaberi",
"description":"Select"
},
"generatePassword":{
"message":"Generiraj lozinku",
"description":"Generate Password"
},
"regeneratePassword":{
"message":"Obnovi lozinku",
"description":"Regenerate Password"
},
"options":{
"message":"Opcije",
"description":"Options"
},
"length":{
"message":"Dužina",
"description":"Length"
},
"minNumbers":{
"message":"Najmanje brojeva",
"description":"Minimum Numbers"
},
"minSpecial":{
"message":"Najmanje specijalnih",
"description":"Minimum Special"
},
"avoidAmbChar":{
"message":"Izbjegavajte dvosmislene znakove",
"description":"Avoid Ambiguous Characters"
},
"searchVault":{
"message":"Pretraživanje trezora",
"description":"Search vault"
},
"edit":{
"message":"Uredi",
"description":"Edit"
},
"noLoginsInList":{
"message":"Nema prijava na popisu.",
"description":"There are no logins to list."
},
"loginInformation":{
"message":"Podaci za prijavu",
"description":"Login Information"
},
"username":{
"message":"Korisničko ime",
"description":"Username"
},
"password":{
"message":"Lozinka",
"description":"Password"
},
"favorite":{
"message":"Favorit",
"description":"Favorite"
},
"notes":{
"message":"Bilješke",
"description":"Notes"
},
"editLogin":{
"message":"Uredi prijavu",
"description":"Edit Login"
},
"folder":{
"message":"Mapa",
"description":"Folder"
},
"deleteLogin":{
"message":"Izbriši prijavu",
"description":"Delete Login"
},
"viewLogin":{
"message":"Prikaži prijavu",
"description":"View Login"
},
"launchWebsite":{
"message":"Pokreni web stranicu",
"description":"Launch Website"
},
"website":{
"message":"Web stranica",
"description":"Website"
},
"togglePassword":{
"message":"Uključi lozinku",
"description":"Toggle Password"
},
"manage":{
"message":"Upravljanje",
"description":"Manage"
},
"other":{
"message":"Ostalo",
"description":"Other"
},
"disableGa":{
"message":"Onemogućite uslugu Google Analytics",
"description":"Disable Analytics"
},
"rateExtension":{
"message":"Ocijenite ovo proširenje",
"description":"Rate the Extension"
},
"rateExtensionDesc":{
"message":"Molimo razmislite o tome da nam pomognete s dobrom recenzijom!",
"description":"Please consider helping us out with a good review!"
},
"browserNotSupportClipboard":{
"message":"Vaš web preglednik ne podržava jednostavno kopiranje međuspremnika. Umjesto toga ručno kopirajte.",
"description":"Your web browser does not support easy clipboard copying. Copy it manually instead."
},
"verifyMasterPassword":{
"message":"Potvrdite glavnu lozinku",
"description":"Verify Master Password"
},
"invalidMasterPassword":{
"message":"Nevažeća glavna lozinka",
"description":"Invalid master password"
},
"lockOptions":{
"message":"Opcije zaključavanja",
"description":"Lock Options"
},
"lockNow":{
"message":"Zaključaj sada",
"description":"Lock Now"
},
"immediately":{
"message":"Odmah",
"description":"Immediately"
},
"oneMinute":{
"message":"1 minuta",
"description":"1 minute"
},
"fiveMinutes":{
"message":"5 minuta",
"description":"5 minutes"
},
"fifteenMinutes":{
"message":"15 minuta",
"description":"15 minutes"
},
"thirtyMinutes":{
"message":"30 minuta",
"description":"30 minutes"
},
"oneHour":{
"message":"1 sat",
"description":"1 hour"
},
"fourHours":{
"message":"4 sata",
"description":"4 hours"
},
"onLocked":{
"message":"Kod zaključavanja",
"description":"On Locked"
},
"onRestart":{
"message":"Kod ponovnog pokretanja",
"description":"On Restart"
},
"never":{
"message":"Nikad",
"description":"Never"
},
"security":{
"message":"Sigurnost",
"description":"Security"
},
"errorsOccurred":{
"message":"Došlo je do pogreške",
"description":"Errors have occurred"
},
"emailRequired":{
"message":"Adresa e-pošte je obavezna.",
"description":"Email address is required."
},
"invalidEmail":{
"message":"Nevažeća adresa e-pošte.",
"description":"Invalid email address."
},
"masterPassRequired":{
"message":"Potrebna je glavna lozinka.",
"description":"Master password is required."
},
"masterPassLength":{
"message":"Glavna lozinka mora imati najmanje 8 znakova.",
"description":"Master password must be at least 8 characters long."
},
"masterPassDoesntMatch":{
"message":"Potvrda glavne lozinke ne odgovara.",
"description":"Master password confirmation does not match."
},
"newAccountCreated":{
"message":"Vaš novi račun je kreiran! Sada se možete prijaviti.",
"description":"Your new account has been created! You may now log in."
},
"masterPassSent":{
"message":"Poslali smo vam e-poštu s podsjetnikom glavne lozinke.",
"description":"We've sent you an email with your master password hint."
},
"verificationCodeRequired":{
"message":"Potvrdni kôd je obavezan.",
"description":"Verification code is required."
},
"valueCopied":{
"message":" kopirano",
"description":"' copied'. This is part of a sentence so be sure to leave the space prefix. For example: 'Password copied'"
},
"autofillError":{
"message":"Nije moguće automatski ispuniti odabranu prijavu na ovoj stranici. Umjesto toga kopirajte \/ zalijepite korisničko ime i \/ ili zaporku.",
"description":"Unable to auto-fill the selected login on this page. Copy\/paste your username and\/or password instead."
},
"loggedOut":{
"message":"Odjavljen",
"description":"Logged out"
},
"loginExpired":{
"message":"Vaša sesija je istekla.",
"description":"Your login session has expired."
},
"logOutConfirmation":{
"message":"Jeste li sigurni da se želite odjaviti?",
"description":"Are you sure you want to log out?"
},
"yes":{
"message":"Da",
"description":"Yes"
},
"no":{
"message":"Ne",
"description":"No"
},
"unexpectedError":{
"message":"Došlo je do neočekivane pogreške.",
"description":"An unexpected error has occured."
},
"nameRequired":{
"message":"Ime je obavezno.",
"description":"Name is required."
},
"addedFolder":{
"message":"Dodana je mapa",
"description":"Added folder"
},
"changeMasterPass":{
"message":"Promjena glavne lozinke",
"description":"Change Master Password"
},
"changeMasterPasswordConfirmation":{
"message":"Možete promijeniti svoju glavnu lozinku na internetskom trezoru bitwarden.com. Želite li sada posjetiti web stranicu?",
"description":"You can change your master password on the bitwarden.com web vault. Do you want to visit the website now?"
},
"changeEmailConfirmation":{
"message":"Adresu e-pošte možete promijeniti na trezoru web sučelja bitwarden.com. Želite li sada posjetiti web stranicu?",
"description":"You can change your email address on the bitwarden.com web vault. Do you want to visit the website now?"
},
"twoStepLoginConfirmation":{
"message":"Two-step login makes your account more secure by requiring you to verify your login with another device such as a security key, authenticator app, SMS, phone call, or email. Two-step login can be enabled on the bitwarden.com web vault. Do you want to visit the website now?",
"description":"Two-step login makes your account more secure by requiring you to verify your login with another device such as a security key, authenticator app, SMS, phone call, or email. Two-step login can be enabled on the bitwarden.com web vault. Do you want to visit the website now?"
},
"loggingOut":{
"message":"Odjavljivanje",
"description":"Logging out"
},
"loggingOutConfirmation":{
"message":"Nedavno je odrađeno ažuriranje. Morate se ponovo prijaviti da biste promijenili opcije zaključavanja. Želite li se odjaviti sada?",
"description":"You've recently updated from an older version. You must re-log in to change your lock options. Do you want to log out now?"
},
"editedFolder":{
"message":"Uređena mapa",
"description":"Edited Folder"
},
"deleteFolderConfirmation":{
"message":"Jeste li sigurni da želite izbrisati ovu mapu?",
"description":"Are you sure you want to delete this folder?"
},
"deletedFolder":{
"message":"Izbrisana mapa",
"description":"Deleted folder"
},
"gettingStartedTutorial":{
"message":"Priručnik za početak rada",
"description":"Getting Started Tutorial"
},
"gettingStartedTutorialVideo":{
"message":"Pogledajte naš početni vodič da biste saznali kako najbolje iskoristiti proširenje preglednika.",
"description":"Watch our getting started tutorial to learn how to get the most out of the browser extension."
},
"syncingComplete":{
"message":"Sinkronizacija dovršena",
"description":"Syncing complete"
},
"importLoginsConfirmation":{
"message":"Možete masovno uvesti prijave sa web-trezora bitwarden.com. Želite li sada posjetiti web stranicu?",
"description":"You can bulk import logins from the bitwarden.com web vault. Do you want to visit the website now?"
},
"passwordCopied":{
"message":"Lozinka kopirana",
"description":"Password copied"
},
"uri":{
"message":"URL",
"description":"URI"
},
"addedLogin":{
"message":"Dodana prijava",
"description":"Added login"
},
"editedLogin":{
"message":"Uređena prijava",
"description":"Edited login"
},
"deleteLoginConfirmation":{
"message":"Jeste li sigurni da želite izbrisati ovu prijavu?",
"description":"Are you sure you want to delete this login?"
},
"deletedLogin":{
"message":"Izbrisana prijava",
"description":"Deleted login"
},
"overwritePassword":{
"message":"Prebriši zaporku",
"description":"Overwrite Password"
},
"overwritePasswordConfirmation":{
"message":"Jeste li sigurni da želite prebrisati trenutnu zaporku?",
"description":"Are you sure you want to overwrite the current password?"
},
"lost2FAApp":{
"message":"Izgubljena aplikacija autentifikatora?",
"description":"Lost authenticator app?"
},
"credits":{
"message":"Zasluge",
"description":"Credits (giving thanks to people that helped, like at the end of a movie)"
},
"thankYou":{
"message":"Hvala Vam",
"description":"Thank You"
},
"translations":{
"message":"Prijevodi",
"description":"Translations"
},
"searchFolder":{
"message":"Mapa pretraživanja",
"description":"Search folder"
},
"noneFolder":{
"message":"Nema mape",
"description":"No Folder - this is the folder for uncategorized logins"
},
"features":{
"message":"Značajke",
"description":"Features"
},
"gaDesc":{
"message":"Koristimo Google Analytics kako bismo saznali na koji način se proširenje upotrebljava kako bismo ga mogli poboljšati. Svako prikupljanje podataka potpuno je anonimno.",
"description":"We use analytics to better learn how the extension is being used so that we can make it better. All data collection is completely anonymous."
},
"disableAddLoginNotification":{
"message":"Onemogući obavijest o dodavanju prijave",
"description":"Disable Add Login Notification"
},
"addLoginNotificationDesc":{
"message":"\"Obavijest o dodavanju prijave\" automatski vas traži da spremite nove prijave u svoj trezor kad god se prvi put prijavite na njih.",
"description":"The \"Add Login Notification\" automatically prompts you to save new logins to your vault whenever you log into them for the first time."
},
"notificationAddDesc":{
"message":"Treba li bitwarden zapamtiti ovu lozinku za vas?",
"description":"Should bitwarden remember this password for you?"
},
"notificationAddSave":{
"message":"Da, spremi sad",
"description":"Yes, Save Now"
},
"notificationNeverSave":{
"message":"Nikad za ovu stranicu",
"description":"Never for this website"
},
"disableContextMenuItem":{
"message":"Onemogući mogućnosti kontekstnog izbornika",
"description":"Disable Context Menu Options"
},
"disableContextMenuItemDesc":{
"message":"Opcije kontekstnog izbotnika omogućuju brzi pristup generiranju lozinke i prijavama za web stranicu na vašoj trenutačnoj kartici.",
"description":"Context menu options provide quick access to password generation and logins for the website in your current tab."
},
"exportVault":{
"message":"Izvoz trezora",
"description":"Export Vault"
},
"warning":{
"message":"UPOZORENJE",
"description":"WARNING (should stay in capitalized letters if the language permits)"
},
"exportWarning":{
"message":"Ovaj izvoz sadrži vaše nešifirane podatke u .csv formatu. Ne biste ga trebali spremati ili poslati preko nesigurnih kanala (kao što je e-pošta). Obrišite ga odmah nakon što ste završili s upotrebom.",
"description":"This export contains your unencrypted data in .csv format. You should not store or send it over unsecure channels (such as email). Delete it immediately after your are done using it."
},
"exportMasterPassword":{
"message":"Unesite glavnu lozinku za izvoz podataka iz trezora.",
"description":"Enter your master password to export your vault data."
},
"exportVaultInfo":{
"message":"Izvoz podataka iz trezora u .csv formatu je iz razloga da ga možete jednostavno modificirati ili premjestiti drugdje.",
"description":"Export your vault data in .csv format so that you can easily modify it or move it elsewhere."
},
"shared":{
"message":"Dijeljeno",
"description":"Shared"
},
"shareVault":{
"message":"Podijelite trezor",
"description":"Share Your Vault"
},
"shareVaultInfo":{
"message":"Izradite organizaciju kako biste sigurno dijelili svoje prijave s drugim korisnicima.",
"description":"Create an organization to securely share your logins with other users."
},
"contribute":{
"message":"You can contribute too!",
"description":"You can contribute too!"
},
"learnMore":{
"message":"Saznaj više",
"description":"Learn more"
},
"authenticatorKeyTotp":{
"message":"Authenticator Key (TOTP)",
"description":"Authenticator Key (TOTP)"
},
"verificationCodeTotp":{
"message":"Verification Code (TOTP)",
"description":"Verification Code (TOTP)"
},
"copyVerificationCode":{
"message":"Copy Verification Code",
"description":"Copy Verification Code"
},
"attachments":{
"message":"Attachments",
"description":"Attachments"
},
"deleteAttachment":{
"message":"Delete attachment",
"description":"Delete attachment"
},
"deleteAttachmentConfirmation":{
"message":"Are you sure you want to delete this attachment?",
"description":"Are you sure you want to delete this attachment?"
},
"deletedAttachment":{
"message":"Deleted attachment",
"description":"Deleted attachment"
},
"newAttachment":{
"message":"Add New Attachment",
"description":"Add New Attachment"
},
"noAttachments":{
"message":"No attachments.",
"description":"No attachments."
},
"attachmentSaved":{
"message":"The attachment has been saved.",
"description":"The attachment has been saved."
},
"file":{
"message":"File",
"description":"File"
},
"selectFile":{
"message":"Select a file.",
"description":"Select a file."
},
"maxFileSize":{
"message":"Maximum file size is 100 MB.",
"description":"Maximum file size is 100 MB."
},
"featureUnavailable":{
"message":"Feature Unavailable",
"description":"Feature Unavailable"
},
"updateKey":{
"message":"You cannot use this feature until you update your encryption key.",
"description":"You cannot use this feature until you update your encryption key."
},
"premiumMembership":{
"message":"Premium Membership",
"description":"Premium Membership"
},
"premiumManage":{
"message":"Manage Membership",
"description":"Manage Membership"
},
"premiumManageAlert":{
"message":"You can manage your membership on the bitwarden.com web vault. Do you want to visit the website now?",
"description":"You can manage your membership on the bitwarden.com web vault. Do you want to visit the website now?"
},
"premiumRefresh":{
"message":"Refresh Membership",
"description":"Refresh Membership"
},
"premiumNotCurrentMember":{
"message":"You are not currently a premium member.",
"description":"You are not currently a premium member."
},
"premiumSignUpAndGet":{
"message":"Sign up for a premium membership and get:",
"description":"Sign up for a premium membership and get:"
},
"ppremiumSignUpStorage":{
"message":"1 GB of encrypted file storage.",
"description":"1 GB of encrypted file storage."
},
"ppremiumSignUpTwoStep":{
"message":"Additional two-step login options such as YubiKey, FIDO U2F, and Duo.",
"description":"Additional two-step login options such as YubiKey, FIDO U2F, and Duo."
},
"ppremiumSignUpTotp":{
"message":"TOTP verification code (2FA) generator for logins in your vault.",
"description":"TOTP verification code (2FA) generator for logins in your vault."
},
"ppremiumSignUpSupport":{
"message":"Priority customer support.",
"description":"Priority customer support."
},
"ppremiumSignUpFuture":{
"message":"All future premium features. More coming soon!",
"description":"All future premium features. More coming soon!"
},
"premiumPurchase":{
"message":"Purchase Premium",
"description":"Purchase Premium"
},
"premiumPurchaseAlert":{
"message":"You can purchase premium membership on the bitwarden.com web vault. Do you want to visit the website now?",
"description":"You can purchase premium membership on the bitwarden.com web vault. Do you want to visit the website now?"
},
"premiumCurrentMember":{
"message":"You are a premium member!",
"description":"You are a premium member!"
},
"premiumCurrentMemberThanks":{
"message":"Thank you for supporting bitwarden.",
"description":"Thank you for supporting bitwarden."
},
"premiumPrice":{
"message":"All for just %price% \/year!",
"description":"All for just %price% \/year!"
},
"refreshComplete":{
"message":"Refresh complete",
"description":"Refresh complete"
}
}

View File

@ -4,11 +4,11 @@
"description":"bitwarden"
},
"extName":{
"message":"bitwarden Manajer Kata Sandi Gratis",
"message":"bitwarden - Pengelola Sandi Gratis",
"description":"Extension name"
},
"extDesc":{
"message":"bitwarden adalah sebuah manajer kata sandi yang aman dan gratis untuk semua perangkat Anda.",
"message":"bitwarden adalah sebuah pengelola sandi yang aman dan gratis untuk semua perangkat Anda.",
"description":"Extension description"
},
"loginOrCreateNewAccount":{
@ -64,15 +64,15 @@
"description":"Tab"
},
"myVault":{
"message":"Berangkas Saya",
"message":"Brankas Saya",
"description":"My Vault"
},
"tools":{
"message":"Peralatan",
"message":"Alat",
"description":"Tools"
},
"settings":{
"message":"Pengaturan",
"message":"Setelan",
"description":"Settings"
},
"currentTab":{
@ -88,7 +88,7 @@
"description":"Copy Username"
},
"autoFill":{
"message":"Isi secara otomatis",
"message":"Isi otomatis",
"description":"Auto-fill"
},
"generatePasswordCopied":{
@ -96,7 +96,7 @@
"description":"Generate Password (copied)"
},
"noMatchingLogins":{
"message":"Masuk tidak cocok.",
"message":"Tidak ada info masuk yang cocok.",
"description":"No matching logins."
},
"vaultLocked":{
@ -108,71 +108,67 @@
"description":"There are no logins available to auto-fill for the current browser tab."
},
"addLogin":{
"message":"Add a Login",
"message":"Tambahkan Info Masuk",
"description":"Add a Login"
},
"passwordHint":{
"message":"Password Hint",
"message":"Petunjuk Sandi",
"description":"Password Hint"
},
"enterEmailToGetHint":{
"message":"Enter your account email address to receive your master password hint.",
"message":"Masukkan email akun Anda untuk menerima pentunjuk sandi utama Anda.",
"description":"Enter your account email address to receive your master password hint."
},
"getMasterPasswordHint":{
"message":"Get master password hint",
"message":"Dapatkan petunjuk sandi utama",
"description":"Get master password hint"
},
"continue":{
"message":"Continue",
"message":"Lanjutkan",
"description":"Continue"
},
"verificationCode":{
"message":"Verification Code",
"message":"Kode Verifikasi",
"description":"Verification Code"
},
"enterTwoStepVerCode":{
"message":"Enter your two-step verification code.",
"description":"Enter your two-step verification code."
},
"account":{
"message":"Account",
"message":"Akun",
"description":"Account"
},
"changeMasterPassword":{
"message":"Change Master Password",
"message":"Ubah Kata Sandi Utama",
"description":"Change Master Password"
},
"changeEmail":{
"message":"Change Email",
"message":"Ubah Email",
"description":"Change Email"
},
"twoStepLogin":{
"message":"Two-step Login",
"message":"Info masuk dua langkah",
"description":"Two-step Login"
},
"logOut":{
"message":"Log Out",
"message":"Keluar",
"description":"Log Out"
},
"about":{
"message":"About",
"message":"Tentang",
"description":"About"
},
"version":{
"message":"Version",
"message":"Versi",
"description":"Version"
},
"save":{
"message":"Save",
"message":"Simpan",
"description":"Save"
},
"addFolder":{
"message":"Add Folder",
"message":"Tambah Folder",
"description":"Add Folder"
},
"name":{
"message":"Name",
"message":"Nama",
"description":"Name"
},
"editFolder":{
@ -180,131 +176,131 @@
"description":"Edit Folder"
},
"deleteFolder":{
"message":"Delete Folder",
"message":"Hapus Folder",
"description":"Delete Folder"
},
"folders":{
"message":"Folders",
"message":"Folder",
"description":"Folders"
},
"noFolders":{
"message":"There are no folders to list.",
"message":"Tidak ada folder yang dapat dicantumkan.",
"description":"There are no folders to list."
},
"helpFeedback":{
"message":"Help & Feedback",
"message":"Bantuan & Umpan Balik",
"description":"Help & Feedback"
},
"emailUs":{
"message":"Email Us",
"message":"Kirim Email Ke Kami",
"description":"Email Us"
},
"emailUsDirectly":{
"message":"Email us directly to get help or leave feedback.",
"message":"Email kami secara langsung untuk mendapatkan bantuan atau memberikan umpan balik.",
"description":"Email us directly to get help or leave feedback."
},
"visitOurWebsite":{
"message":"Visit Our Website",
"message":"Kunjungi Situs Web Kami",
"description":"Visit Our Website"
},
"visitOurWebsiteDirectly":{
"message":"Visit our website to get help, news, email us, and\/or learn more about how to use bitwarden.",
"message":"Kunjungi situs web kami untuk mendapatkan bantuan, berita, email kami, dan\/atau mempelajari lebih lanjut tentang bagaimana menggunakan bitwarden.",
"description":"Visit our website to get help, news, email us, and\/or learn more about how to use bitwarden."
},
"fileBugReport":{
"message":"File a Bug Report",
"message":"Buat Laporan Masalah",
"description":"File a Bug Report"
},
"gitHubIssue":{
"message":"Open an issue at our GitHub repository.",
"message":"Buka sebuah isu di repositori GitHub kami.",
"description":"Open an issue at our GitHub repository."
},
"sync":{
"message":"Sync",
"message":"Sinkronisasi",
"description":"Sync"
},
"syncVaultNow":{
"message":"Sync Vault Now",
"message":"Sinkronkan Brankas Sekarang",
"description":"Sync Vault Now"
},
"lastSync":{
"message":"Last Sync:",
"message":"Sinkronisasi Terakhir:",
"description":"Last Sync:"
},
"passGen":{
"message":"Password Generator",
"message":"Pembuat Kata Sandi",
"description":"Password Generator"
},
"passGenInfo":{
"message":"Automatically generate strong, unique passwords for your logins.",
"message":"Secara otomatis membuat sandi yang kuat dan unik untuk info masuk Anda.",
"description":"Automatically generate strong, unique passwords for your logins."
},
"bitWebVault":{
"message":"bitwarden Web Vault",
"message":"Brankas Web bitwarden",
"description":"bitwarden Web Vault"
},
"bitWebVaultInfo":{
"message":"Manage your logins from any web browser with the bitwarden web vault.",
"message":"Kelola info masuk Anda dari berbagai peramban web dengan brankas web bitwarden.",
"description":"Manage your logins from any web browser with the bitwarden web vault."
},
"bitIosVault":{
"message":"bitwarden iOS Vault",
"message":"Brankas iOS bitwarden",
"description":"bitwarden iOS Vault"
},
"bitIosVaultInfo":{
"message":"Manage your logins from your mobile devices with the bitwarden iOS vault.",
"message":"Kelola info masuk Anda dari ponsel Anda dengan brankas iOS bitwarden.",
"description":"Manage your logins from your mobile devices with the bitwarden iOS vault."
},
"bitAndrVault":{
"message":"bitwarden Android Vault",
"message":"Brankas Android bitwarden",
"description":"bitwarden Android Vault"
},
"bitAndrVaultInfo":{
"message":"Manage your logins from your mobile devices with the bitwarden Android vault.",
"message":"Kelola info masuk Anda dari ponsel Anda dengan brankas Android bitwarden.",
"description":"Manage your logins from your mobile devices with the bitwarden Android vault."
},
"importLogins":{
"message":"Import Logins",
"message":"Impor Info Masuk",
"description":"Import Logins"
},
"importLoginsInfo":{
"message":"Quickly bulk import your logins from other password management applications.",
"message":"Mengimpor massal info masuk Anda dari aplikasi pengelola sandi lainnya dengan cepat.",
"description":"Quickly bulk import your logins from other password management applications."
},
"select":{
"message":"Select",
"message":"Pilih",
"description":"Select"
},
"generatePassword":{
"message":"Generate Password",
"message":"Buat Kata Sandi",
"description":"Generate Password"
},
"regeneratePassword":{
"message":"Regenerate Password",
"message":"Buat Ulang Sandi",
"description":"Regenerate Password"
},
"options":{
"message":"Options",
"message":"Pilihan",
"description":"Options"
},
"length":{
"message":"Length",
"message":"Panjang",
"description":"Length"
},
"minNumbers":{
"message":"Minimum Numbers",
"message":"Angka Minimum",
"description":"Minimum Numbers"
},
"minSpecial":{
"message":"Minimum Special",
"message":"Karakter Khusus Minimum",
"description":"Minimum Special"
},
"avoidAmbChar":{
"message":"Avoid Ambiguous Characters",
"message":"Hindari Karakter Ambigu",
"description":"Avoid Ambiguous Characters"
},
"searchVault":{
"message":"Search vault",
"message":"Cari brankas",
"description":"Search vault"
},
"edit":{
@ -312,31 +308,31 @@
"description":"Edit"
},
"noLoginsInList":{
"message":"There are no logins to list.",
"message":"Tidak ada info masuk yang dapat dicantumkan.",
"description":"There are no logins to list."
},
"loginInformation":{
"message":"Login Information",
"message":"Informasi Info Masuk",
"description":"Login Information"
},
"username":{
"message":"Username",
"message":"Nama Pengguna",
"description":"Username"
},
"password":{
"message":"Password",
"message":"Kata Sandi",
"description":"Password"
},
"favorite":{
"message":"Favorite",
"message":"Favorit",
"description":"Favorite"
},
"notes":{
"message":"Notes",
"message":"Catatan",
"description":"Notes"
},
"editLogin":{
"message":"Edit Login",
"message":"Edit Info Masuk",
"description":"Edit Login"
},
"folder":{
@ -344,239 +340,239 @@
"description":"Folder"
},
"deleteLogin":{
"message":"Delete Login",
"message":"Hapus Info Masuk",
"description":"Delete Login"
},
"viewLogin":{
"message":"View Login",
"message":"Lihat Info Masuk",
"description":"View Login"
},
"launchWebsite":{
"message":"Launch Website",
"message":"Buka Situs Web",
"description":"Launch Website"
},
"website":{
"message":"Website",
"message":"Situs Web",
"description":"Website"
},
"togglePassword":{
"message":"Toggle Password",
"message":"Sakelar Sandi",
"description":"Toggle Password"
},
"manage":{
"message":"Manage",
"message":"Kelola",
"description":"Manage"
},
"other":{
"message":"Other",
"message":"Lainnya",
"description":"Other"
},
"disableGa":{
"message":"Disable Analytics",
"message":"Nonaktifkan Analitik",
"description":"Disable Analytics"
},
"rateExtension":{
"message":"Rate the Extension",
"message":"Nilai Ekstensi",
"description":"Rate the Extension"
},
"rateExtensionDesc":{
"message":"Please consider helping us out with a good review!",
"message":"Mohon pertimbangkan membantu kami dengan ulasan yang baik!",
"description":"Please consider helping us out with a good review!"
},
"browserNotSupportClipboard":{
"message":"Your web browser does not support easy clipboard copying. Copy it manually instead.",
"message":"Peramban Anda tidak mendukung menyalin clipboard dengan mudah. Salin secara manual.",
"description":"Your web browser does not support easy clipboard copying. Copy it manually instead."
},
"verifyMasterPassword":{
"message":"Verify Master Password",
"message":"Verifikasi Kata Sandi Utama",
"description":"Verify Master Password"
},
"invalidMasterPassword":{
"message":"Invalid master password",
"message":"Sandi utama tidak valid",
"description":"Invalid master password"
},
"lockOptions":{
"message":"Lock Options",
"message":"Pilihan Penguncian",
"description":"Lock Options"
},
"lockNow":{
"message":"Lock Now",
"message":"Kunci Sekarang",
"description":"Lock Now"
},
"immediately":{
"message":"Immediately",
"message":"Segera",
"description":"Immediately"
},
"oneMinute":{
"message":"1 minute",
"message":"1 menit",
"description":"1 minute"
},
"fiveMinutes":{
"message":"5 minutes",
"message":"5 menit",
"description":"5 minutes"
},
"fifteenMinutes":{
"message":"15 minutes",
"message":"15 menit",
"description":"15 minutes"
},
"thirtyMinutes":{
"message":"30 minutes",
"message":"30 menit",
"description":"30 minutes"
},
"oneHour":{
"message":"1 hour",
"message":"1 jam",
"description":"1 hour"
},
"fourHours":{
"message":"4 hours",
"message":"4 jam",
"description":"4 hours"
},
"onLocked":{
"message":"On Locked",
"message":"Saat Komputer Terkunci",
"description":"On Locked"
},
"onRestart":{
"message":"On Restart",
"message":"Pada Mulai Ulang",
"description":"On Restart"
},
"never":{
"message":"Never",
"message":"Jangan pernah",
"description":"Never"
},
"security":{
"message":"Security",
"message":"Keamanan",
"description":"Security"
},
"errorsOccurred":{
"message":"Errors have occurred",
"message":"Terjadi kesalahan",
"description":"Errors have occurred"
},
"emailRequired":{
"message":"Email address is required.",
"message":"Alamat email diperlukan.",
"description":"Email address is required."
},
"invalidEmail":{
"message":"Invalid email address.",
"message":"Alamat email tidak valid.",
"description":"Invalid email address."
},
"masterPassRequired":{
"message":"Master password is required.",
"message":"Sandi utama diperlukan.",
"description":"Master password is required."
},
"masterPassLength":{
"message":"Master password must be at least 8 characters long.",
"message":"Kata sandi utama sedikitnya harus 8 karakter.",
"description":"Master password must be at least 8 characters long."
},
"masterPassDoesntMatch":{
"message":"Master password confirmation does not match.",
"message":"Konfirmasi sandi utama tidak cocok.",
"description":"Master password confirmation does not match."
},
"newAccountCreated":{
"message":"Your new account has been created! You may now log in.",
"message":"Akun baru Anda telah dibuat! Sekarang Anda bisa masuk.",
"description":"Your new account has been created! You may now log in."
},
"masterPassSent":{
"message":"We've sent you an email with your master password hint.",
"message":"Kami telah mengirimi Anda email dengan petunjuk sandi utama Anda.",
"description":"We've sent you an email with your master password hint."
},
"verificationCodeRequired":{
"message":"Verification code is required.",
"message":"Kode verifikasi diperlukan.",
"description":"Verification code is required."
},
"valueCopied":{
"message":" copied",
"message":" disalin",
"description":"' copied'. This is part of a sentence so be sure to leave the space prefix. For example: 'Password copied'"
},
"autofillError":{
"message":"Unable to auto-fill the selected login on this page. Copy\/paste your username and\/or password instead.",
"message":"Tidak dapat mengisi otomatis info masuk yang dipilih pada laman ini. Salin\/tempel nama pengguna dan\/atau sandi Anda.",
"description":"Unable to auto-fill the selected login on this page. Copy\/paste your username and\/or password instead."
},
"loggedOut":{
"message":"Logged out",
"message":"Keluar",
"description":"Logged out"
},
"loginExpired":{
"message":"Your login session has expired.",
"message":"Sesi masuk Anda telah berakhir.",
"description":"Your login session has expired."
},
"logOutConfirmation":{
"message":"Are you sure you want to log out?",
"message":"Anda yakin ingin keluar?",
"description":"Are you sure you want to log out?"
},
"yes":{
"message":"Yes",
"message":"Ya",
"description":"Yes"
},
"no":{
"message":"No",
"message":"Tidak",
"description":"No"
},
"unexpectedError":{
"message":"An unexpected error has occured.",
"message":"Terjadi kesalahan yang tak diduga.",
"description":"An unexpected error has occured."
},
"nameRequired":{
"message":"Name is required.",
"message":"Nama diperlukan.",
"description":"Name is required."
},
"addedFolder":{
"message":"Added folder",
"message":"Tambah Folder",
"description":"Added folder"
},
"changeMasterPass":{
"message":"Change Master Password",
"message":"Ubah Kata Sandi Utama",
"description":"Change Master Password"
},
"changeMasterPasswordConfirmation":{
"message":"You can change your master password on the bitwarden.com web vault. Do you want to visit the website now?",
"message":"Anda dapat mengubah kata sandi utama Anda di brankas web bitwarden.com. Anda ingin mengunjungi situs web sekarang?",
"description":"You can change your master password on the bitwarden.com web vault. Do you want to visit the website now?"
},
"changeEmailConfirmation":{
"message":"You can change your email address on the bitwarden.com web vault. Do you want to visit the website now?",
"message":"Anda dapat mengubah alamat email Anda di brankas web bitwarden.com. Anda ingin mengunjungi situs web sekarang?",
"description":"You can change your email address on the bitwarden.com web vault. Do you want to visit the website now?"
},
"twoStepLoginConfirmation":{
"message":"Two-step login makes your account more secure by requiring you to enter a security code from an authenticator app whenever you log in. Two-step login can be enabled on the bitwarden.com web vault. Do you want to visit the website now?",
"description":"Two-step login makes your account more secure by requiring you to enter a security code from an authenticator app whenever you log in. Two-step login can be enabled on the bitwarden.com web vault. Do you want to visit the website now?"
"description":"Two-step login makes your account more secure by requiring you to verify your login with another device such as a security key, authenticator app, SMS, phone call, or email. Two-step login can be enabled on the bitwarden.com web vault. Do you want to visit the website now?"
},
"loggingOut":{
"message":"Logging out",
"message":"Keluar",
"description":"Logging out"
},
"loggingOutConfirmation":{
"message":"You've recently updated from an older version. You must re-log in to change your lock options. Do you want to log out now?",
"message":"Anda baru saja diperbarui dari versi yang lebih lawas. Anda harus masuk kembali untuk mengubah pilihan penguncian Anda. Apakah Anda ingin keluar sekarang?",
"description":"You've recently updated from an older version. You must re-log in to change your lock options. Do you want to log out now?"
},
"editedFolder":{
"message":"Edited Folder",
"message":"Folder yang di Edit",
"description":"Edited Folder"
},
"deleteFolderConfirmation":{
"message":"Are you sure you want to delete this folder?",
"message":"Anda yakin Anda ingin menghapus folder ini?",
"description":"Are you sure you want to delete this folder?"
},
"deletedFolder":{
"message":"Deleted folder",
"message":"Folder dihapus",
"description":"Deleted folder"
},
"gettingStartedTutorial":{
"message":"Getting Started Tutorial",
"message":"Tutorial Perkenalan",
"description":"Getting Started Tutorial"
},
"gettingStartedTutorialVideo":{
"message":"Watch our getting started tutorial to learn how to get the most out of the browser extension.",
"message":"Lihat tutorial perkenalan kami untuk mempelajari bagaimana mendapatkan hasil maksimal dari ekstensi peramban.",
"description":"Watch our getting started tutorial to learn how to get the most out of the browser extension."
},
"syncingComplete":{
"message":"Syncing complete",
"message":"Sinkronisasi selesai",
"description":"Syncing complete"
},
"importLoginsConfirmation":{
"message":"You can bulk import logins from the bitwarden.com web vault. Do you want to visit the website now?",
"message":"Anda dapat mengimpor massal info masuk dari brankas web bitwarden.com. Anda ingin mengunjungi situs web sekarang?",
"description":"You can bulk import logins from the bitwarden.com web vault. Do you want to visit the website now?"
},
"passwordCopied":{
"message":"Password copied",
"message":"Sandi disalin",
"description":"Password copied"
},
"uri":{
@ -584,127 +580,255 @@
"description":"URI"
},
"addedLogin":{
"message":"Added login",
"message":"Info masuk yang ditambahkan",
"description":"Added login"
},
"editedLogin":{
"message":"Edited login",
"message":"Info masuk yang diedit",
"description":"Edited login"
},
"deleteLoginConfirmation":{
"message":"Are you sure you want to delete this login?",
"message":"Anda yakin Anda ingin menghapus info masuk ini?",
"description":"Are you sure you want to delete this login?"
},
"deletedLogin":{
"message":"Deleted login",
"message":"Info masuk dihapus",
"description":"Deleted login"
},
"overwritePassword":{
"message":"Overwrite Password",
"message":"Timpa Sandi",
"description":"Overwrite Password"
},
"overwritePasswordConfirmation":{
"message":"Are you sure you want to overwrite the current password?",
"message":"Anda yakin ingin menimpa sandi saat ini?",
"description":"Are you sure you want to overwrite the current password?"
},
"lost2FAApp":{
"message":"Lost authenticator app?",
"message":"Kehilangan aplikasi autentikasi?",
"description":"Lost authenticator app?"
},
"credits":{
"message":"Credits",
"message":"Kredit",
"description":"Credits (giving thanks to people that helped, like at the end of a movie)"
},
"thankYou":{
"message":"Thank You",
"message":"Terima Kasih",
"description":"Thank You"
},
"translations":{
"message":"Translations",
"message":"Terjemahan",
"description":"Translations"
},
"searchFolder":{
"message":"Search folder",
"message":"Cari folder",
"description":"Search folder"
},
"noneFolder":{
"message":"No Folder",
"message":"Tidak Ada Folder",
"description":"No Folder - this is the folder for uncategorized logins"
},
"features":{
"message":"Features",
"message":"Fitur",
"description":"Features"
},
"gaDesc":{
"message":"We use analytics to better learn how the extension is being used so that we can make it better. All data collection is completely anonymous.",
"message":"Kami menggunakan analitik untuk mempelajari lebih baik bagaimana ekstensi sedang digunakan sehingga kami dapat membuatnya lebih baik. Semua pengumpulan data benar-benar anonim.",
"description":"We use analytics to better learn how the extension is being used so that we can make it better. All data collection is completely anonymous."
},
"disableAddLoginNotification":{
"message":"Disable Add Login Notification",
"message":"Nonaktifkan Pemberitahuan Penambahan Info Masuk",
"description":"Disable Add Login Notification"
},
"addLoginNotificationDesc":{
"message":"The \"Add Login Notification\" automatically prompts you to save new logins to your vault whenever you log into them for the first time.",
"message":"\"Notifikasi Penambahan Info Masuk\" secara otomatis akan meminta Anda untuk menyimpan info masuk baru ke brankas Anda saat Anda masuk untuk pertama kalinya.",
"description":"The \"Add Login Notification\" automatically prompts you to save new logins to your vault whenever you log into them for the first time."
},
"notificationAddDesc":{
"message":"Should bitwarden remember this password for you?",
"message":"Haruskah bitwarden mengingat sandi ini untuk Anda?",
"description":"Should bitwarden remember this password for you?"
},
"notificationAddSave":{
"message":"Yes, Save Now",
"message":"Ya, Simpan Sekarang",
"description":"Yes, Save Now"
},
"notificationNeverSave":{
"message":"Never for this website",
"message":"Jangan pernah untuk situs ini",
"description":"Never for this website"
},
"disableContextMenuItem":{
"message":"Disable Context Menu Options",
"message":"Nonaktifkan Pilihan Menu Konteks",
"description":"Disable Context Menu Options"
},
"disableContextMenuItemDesc":{
"message":"Context menu options provide quick access to password generation and logins for the website in your current tab.",
"message":"Pilihan menu konteks menyediakan akses cepat ke pembuat sandi dan info masuk untuk situs web di tab Anda saat ini.",
"description":"Context menu options provide quick access to password generation and logins for the website in your current tab."
},
"exportVault":{
"message":"Export Vault",
"message":"Ekspor Brankas",
"description":"Export Vault"
},
"warning":{
"message":"WARNING",
"message":"PERINGATAN",
"description":"WARNING (should stay in capitalized letters if the language permits)"
},
"exportWarning":{
"message":"This export contains your unencrypted data in .csv format. You should not store or send it over unsecure channels (such as email). Delete it immediately after your are done using it.",
"message":"Ekspor ini berisi data Anda yang tidak terenkripsi dalam format .csv. Anda seharusnya tidak menyimpan atau mengirimnya melalui kanal yang tidak aman (seperti email). Hapus berkas ini segera setelah Anda selesai menggunakannya.",
"description":"This export contains your unencrypted data in .csv format. You should not store or send it over unsecure channels (such as email). Delete it immediately after your are done using it."
},
"exportMasterPassword":{
"message":"Enter your master password to export your vault data.",
"message":"Masukkan sandi utama Anda untuk mengekspor data brankas Anda.",
"description":"Enter your master password to export your vault data."
},
"exportVaultInfo":{
"message":"Export your vault data in .csv format so that you can easily modify it or move it elsewhere.",
"message":"Ekspor data brankas Anda dalam format .csv sehingga Anda dapat dengan mudah mengubahnya atau memindahkannya ke tempat lain.",
"description":"Export your vault data in .csv format so that you can easily modify it or move it elsewhere."
},
"shared":{
"message":"Shared",
"message":"Dibagikan",
"description":"Shared"
},
"shareVault":{
"message":"Share Your Vault",
"message":"Bagikan Brankas Anda",
"description":"Share Your Vault"
},
"shareVaultInfo":{
"message":"Create an organization to securely share your logins with other users.",
"message":"Buat organisasi untuk berbagi info masuk Anda dengan aman dengan pengguna lain.",
"description":"Create an organization to securely share your logins with other users."
},
"contribute":{
"message":"You can contribute to!",
"description":"You can contribute to!"
"description":"You can contribute too!"
},
"learnMore":{
"message":"Learn more",
"message":"Pelajari lebih lanjut",
"description":"Learn more"
},
"authenticatorKeyTotp":{
"message":"Authenticator Key (TOTP)",
"description":"Authenticator Key (TOTP)"
},
"verificationCodeTotp":{
"message":"Verification Code (TOTP)",
"description":"Verification Code (TOTP)"
},
"copyVerificationCode":{
"message":"Copy Verification Code",
"description":"Copy Verification Code"
},
"attachments":{
"message":"Attachments",
"description":"Attachments"
},
"deleteAttachment":{
"message":"Delete attachment",
"description":"Delete attachment"
},
"deleteAttachmentConfirmation":{
"message":"Are you sure you want to delete this attachment?",
"description":"Are you sure you want to delete this attachment?"
},
"deletedAttachment":{
"message":"Deleted attachment",
"description":"Deleted attachment"
},
"newAttachment":{
"message":"Add New Attachment",
"description":"Add New Attachment"
},
"noAttachments":{
"message":"No attachments.",
"description":"No attachments."
},
"attachmentSaved":{
"message":"The attachment has been saved.",
"description":"The attachment has been saved."
},
"file":{
"message":"File",
"description":"File"
},
"selectFile":{
"message":"Select a file.",
"description":"Select a file."
},
"maxFileSize":{
"message":"Maximum file size is 100 MB.",
"description":"Maximum file size is 100 MB."
},
"featureUnavailable":{
"message":"Feature Unavailable",
"description":"Feature Unavailable"
},
"updateKey":{
"message":"You cannot use this feature until you update your encryption key.",
"description":"You cannot use this feature until you update your encryption key."
},
"premiumMembership":{
"message":"Premium Membership",
"description":"Premium Membership"
},
"premiumManage":{
"message":"Manage Membership",
"description":"Manage Membership"
},
"premiumManageAlert":{
"message":"You can manage your membership on the bitwarden.com web vault. Do you want to visit the website now?",
"description":"You can manage your membership on the bitwarden.com web vault. Do you want to visit the website now?"
},
"premiumRefresh":{
"message":"Refresh Membership",
"description":"Refresh Membership"
},
"premiumNotCurrentMember":{
"message":"You are not currently a premium member.",
"description":"You are not currently a premium member."
},
"premiumSignUpAndGet":{
"message":"Sign up for a premium membership and get:",
"description":"Sign up for a premium membership and get:"
},
"ppremiumSignUpStorage":{
"message":"1 GB of encrypted file storage.",
"description":"1 GB of encrypted file storage."
},
"ppremiumSignUpTwoStep":{
"message":"Additional two-step login options such as YubiKey, FIDO U2F, and Duo.",
"description":"Additional two-step login options such as YubiKey, FIDO U2F, and Duo."
},
"ppremiumSignUpTotp":{
"message":"TOTP verification code (2FA) generator for logins in your vault.",
"description":"TOTP verification code (2FA) generator for logins in your vault."
},
"ppremiumSignUpSupport":{
"message":"Priority customer support.",
"description":"Priority customer support."
},
"ppremiumSignUpFuture":{
"message":"All future premium features. More coming soon!",
"description":"All future premium features. More coming soon!"
},
"premiumPurchase":{
"message":"Purchase Premium",
"description":"Purchase Premium"
},
"premiumPurchaseAlert":{
"message":"You can purchase premium membership on the bitwarden.com web vault. Do you want to visit the website now?",
"description":"You can purchase premium membership on the bitwarden.com web vault. Do you want to visit the website now?"
},
"premiumCurrentMember":{
"message":"You are a premium member!",
"description":"You are a premium member!"
},
"premiumCurrentMemberThanks":{
"message":"Thank you for supporting bitwarden.",
"description":"Thank you for supporting bitwarden."
},
"premiumPrice":{
"message":"All for just %price% \/year!",
"description":"All for just %price% \/year!"
},
"refreshComplete":{
"message":"Refresh complete",
"description":"Refresh complete"
}
}

View File

@ -131,10 +131,6 @@
"message":"Codice di Verifica",
"description":"Verification Code"
},
"enterTwoStepVerCode":{
"message":"Inserisci il codice di verifica in due passaggi.",
"description":"Enter your two-step verification code."
},
"account":{
"message":"Account",
"description":"Account"
@ -400,7 +396,7 @@
"description":"Lock Options"
},
"lockNow":{
"message":"Lock Now",
"message":"Blocca Ora",
"description":"Lock Now"
},
"immediately":{
@ -432,7 +428,7 @@
"description":"4 hours"
},
"onLocked":{
"message":"On Locked",
"message":"Al Blocco Computer",
"description":"On Locked"
},
"onRestart":{
@ -537,7 +533,7 @@
},
"twoStepLoginConfirmation":{
"message":"L'autenticazione in due passaggi rende il tuo account più sicuro richiedendo di inserire un codice di sicurezza da una app di autenticazione ogni volta che fai il log in. La verifica in due passaggi può esserer attivata sulla cassaforte online di bitwarden.com. Vuoi visitare ora il sito? ",
"description":"Two-step login makes your account more secure by requiring you to enter a security code from an authenticator app whenever you log in. Two-step login can be enabled on the bitwarden.com web vault. Do you want to visit the website now?"
"description":"Two-step login makes your account more secure by requiring you to verify your login with another device such as a security key, authenticator app, SMS, phone call, or email. Two-step login can be enabled on the bitwarden.com web vault. Do you want to visit the website now?"
},
"loggingOut":{
"message":"Disconnettendo",
@ -656,7 +652,7 @@
"description":"Yes, Save Now"
},
"notificationNeverSave":{
"message":"Never for this website",
"message":"Mai per questo sito",
"description":"Never for this website"
},
"disableContextMenuItem":{
@ -701,10 +697,138 @@
},
"contribute":{
"message":"You can contribute to!",
"description":"You can contribute to!"
"description":"You can contribute too!"
},
"learnMore":{
"message":"Learn more",
"message":"Per saperne di più",
"description":"Learn more"
},
"authenticatorKeyTotp":{
"message":"Authenticator Key (TOTP)",
"description":"Authenticator Key (TOTP)"
},
"verificationCodeTotp":{
"message":"Verification Code (TOTP)",
"description":"Verification Code (TOTP)"
},
"copyVerificationCode":{
"message":"Copy Verification Code",
"description":"Copy Verification Code"
},
"attachments":{
"message":"Attachments",
"description":"Attachments"
},
"deleteAttachment":{
"message":"Delete attachment",
"description":"Delete attachment"
},
"deleteAttachmentConfirmation":{
"message":"Are you sure you want to delete this attachment?",
"description":"Are you sure you want to delete this attachment?"
},
"deletedAttachment":{
"message":"Deleted attachment",
"description":"Deleted attachment"
},
"newAttachment":{
"message":"Add New Attachment",
"description":"Add New Attachment"
},
"noAttachments":{
"message":"No attachments.",
"description":"No attachments."
},
"attachmentSaved":{
"message":"The attachment has been saved.",
"description":"The attachment has been saved."
},
"file":{
"message":"File",
"description":"File"
},
"selectFile":{
"message":"Select a file.",
"description":"Select a file."
},
"maxFileSize":{
"message":"Maximum file size is 100 MB.",
"description":"Maximum file size is 100 MB."
},
"featureUnavailable":{
"message":"Feature Unavailable",
"description":"Feature Unavailable"
},
"updateKey":{
"message":"You cannot use this feature until you update your encryption key.",
"description":"You cannot use this feature until you update your encryption key."
},
"premiumMembership":{
"message":"Premium Membership",
"description":"Premium Membership"
},
"premiumManage":{
"message":"Manage Membership",
"description":"Manage Membership"
},
"premiumManageAlert":{
"message":"You can manage your membership on the bitwarden.com web vault. Do you want to visit the website now?",
"description":"You can manage your membership on the bitwarden.com web vault. Do you want to visit the website now?"
},
"premiumRefresh":{
"message":"Refresh Membership",
"description":"Refresh Membership"
},
"premiumNotCurrentMember":{
"message":"You are not currently a premium member.",
"description":"You are not currently a premium member."
},
"premiumSignUpAndGet":{
"message":"Sign up for a premium membership and get:",
"description":"Sign up for a premium membership and get:"
},
"ppremiumSignUpStorage":{
"message":"1 GB of encrypted file storage.",
"description":"1 GB of encrypted file storage."
},
"ppremiumSignUpTwoStep":{
"message":"Additional two-step login options such as YubiKey, FIDO U2F, and Duo.",
"description":"Additional two-step login options such as YubiKey, FIDO U2F, and Duo."
},
"ppremiumSignUpTotp":{
"message":"TOTP verification code (2FA) generator for logins in your vault.",
"description":"TOTP verification code (2FA) generator for logins in your vault."
},
"ppremiumSignUpSupport":{
"message":"Priority customer support.",
"description":"Priority customer support."
},
"ppremiumSignUpFuture":{
"message":"All future premium features. More coming soon!",
"description":"All future premium features. More coming soon!"
},
"premiumPurchase":{
"message":"Purchase Premium",
"description":"Purchase Premium"
},
"premiumPurchaseAlert":{
"message":"You can purchase premium membership on the bitwarden.com web vault. Do you want to visit the website now?",
"description":"You can purchase premium membership on the bitwarden.com web vault. Do you want to visit the website now?"
},
"premiumCurrentMember":{
"message":"You are a premium member!",
"description":"You are a premium member!"
},
"premiumCurrentMemberThanks":{
"message":"Thank you for supporting bitwarden.",
"description":"Thank you for supporting bitwarden."
},
"premiumPrice":{
"message":"All for just %price% \/year!",
"description":"All for just %price% \/year!"
},
"refreshComplete":{
"message":"Refresh complete",
"description":"Refresh complete"
}
}

View File

@ -131,10 +131,6 @@
"message":"Verification Code",
"description":"Verification Code"
},
"enterTwoStepVerCode":{
"message":"Enter your two-step verification code.",
"description":"Enter your two-step verification code."
},
"account":{
"message":"Account",
"description":"Account"
@ -537,7 +533,7 @@
},
"twoStepLoginConfirmation":{
"message":"Two-step login makes your account more secure by requiring you to enter a security code from an authenticator app whenever you log in. Two-step login can be enabled on the bitwarden.com web vault. Do you want to visit the website now?",
"description":"Two-step login makes your account more secure by requiring you to enter a security code from an authenticator app whenever you log in. Two-step login can be enabled on the bitwarden.com web vault. Do you want to visit the website now?"
"description":"Two-step login makes your account more secure by requiring you to verify your login with another device such as a security key, authenticator app, SMS, phone call, or email. Two-step login can be enabled on the bitwarden.com web vault. Do you want to visit the website now?"
},
"loggingOut":{
"message":"Logging out",
@ -701,10 +697,138 @@
},
"contribute":{
"message":"You can contribute to!",
"description":"You can contribute to!"
"description":"You can contribute too!"
},
"learnMore":{
"message":"Learn more",
"description":"Learn more"
},
"authenticatorKeyTotp":{
"message":"Authenticator Key (TOTP)",
"description":"Authenticator Key (TOTP)"
},
"verificationCodeTotp":{
"message":"Verification Code (TOTP)",
"description":"Verification Code (TOTP)"
},
"copyVerificationCode":{
"message":"Copy Verification Code",
"description":"Copy Verification Code"
},
"attachments":{
"message":"Attachments",
"description":"Attachments"
},
"deleteAttachment":{
"message":"Delete attachment",
"description":"Delete attachment"
},
"deleteAttachmentConfirmation":{
"message":"Are you sure you want to delete this attachment?",
"description":"Are you sure you want to delete this attachment?"
},
"deletedAttachment":{
"message":"Deleted attachment",
"description":"Deleted attachment"
},
"newAttachment":{
"message":"Add New Attachment",
"description":"Add New Attachment"
},
"noAttachments":{
"message":"No attachments.",
"description":"No attachments."
},
"attachmentSaved":{
"message":"The attachment has been saved.",
"description":"The attachment has been saved."
},
"file":{
"message":"File",
"description":"File"
},
"selectFile":{
"message":"Select a file.",
"description":"Select a file."
},
"maxFileSize":{
"message":"Maximum file size is 100 MB.",
"description":"Maximum file size is 100 MB."
},
"featureUnavailable":{
"message":"Feature Unavailable",
"description":"Feature Unavailable"
},
"updateKey":{
"message":"You cannot use this feature until you update your encryption key.",
"description":"You cannot use this feature until you update your encryption key."
},
"premiumMembership":{
"message":"Premium Membership",
"description":"Premium Membership"
},
"premiumManage":{
"message":"Manage Membership",
"description":"Manage Membership"
},
"premiumManageAlert":{
"message":"You can manage your membership on the bitwarden.com web vault. Do you want to visit the website now?",
"description":"You can manage your membership on the bitwarden.com web vault. Do you want to visit the website now?"
},
"premiumRefresh":{
"message":"Refresh Membership",
"description":"Refresh Membership"
},
"premiumNotCurrentMember":{
"message":"You are not currently a premium member.",
"description":"You are not currently a premium member."
},
"premiumSignUpAndGet":{
"message":"Sign up for a premium membership and get:",
"description":"Sign up for a premium membership and get:"
},
"ppremiumSignUpStorage":{
"message":"1 GB of encrypted file storage.",
"description":"1 GB of encrypted file storage."
},
"ppremiumSignUpTwoStep":{
"message":"Additional two-step login options such as YubiKey, FIDO U2F, and Duo.",
"description":"Additional two-step login options such as YubiKey, FIDO U2F, and Duo."
},
"ppremiumSignUpTotp":{
"message":"TOTP verification code (2FA) generator for logins in your vault.",
"description":"TOTP verification code (2FA) generator for logins in your vault."
},
"ppremiumSignUpSupport":{
"message":"Priority customer support.",
"description":"Priority customer support."
},
"ppremiumSignUpFuture":{
"message":"All future premium features. More coming soon!",
"description":"All future premium features. More coming soon!"
},
"premiumPurchase":{
"message":"Purchase Premium",
"description":"Purchase Premium"
},
"premiumPurchaseAlert":{
"message":"You can purchase premium membership on the bitwarden.com web vault. Do you want to visit the website now?",
"description":"You can purchase premium membership on the bitwarden.com web vault. Do you want to visit the website now?"
},
"premiumCurrentMember":{
"message":"You are a premium member!",
"description":"You are a premium member!"
},
"premiumCurrentMemberThanks":{
"message":"Thank you for supporting bitwarden.",
"description":"Thank you for supporting bitwarden."
},
"premiumPrice":{
"message":"All for just %price% \/year!",
"description":"All for just %price% \/year!"
},
"refreshComplete":{
"message":"Refresh complete",
"description":"Refresh complete"
}
}

View File

@ -131,10 +131,6 @@
"message":"Verificatiecode",
"description":"Verification Code"
},
"enterTwoStepVerCode":{
"message":"Voer je tweestaps-verificatiecode in.",
"description":"Enter your two-step verification code."
},
"account":{
"message":"Account",
"description":"Account"
@ -537,7 +533,7 @@
},
"twoStepLoginConfirmation":{
"message":"Tweestaps-verificatie maakt je account veiliger door je bij iedere login een code te vragen van een authenticatie-app. Tweestaps-verificatie kun je aanzetten in de webkluis op bitwarden.com. Wil je de website nu bezoeken?",
"description":"Two-step login makes your account more secure by requiring you to enter a security code from an authenticator app whenever you log in. Two-step login can be enabled on the bitwarden.com web vault. Do you want to visit the website now?"
"description":"Two-step login makes your account more secure by requiring you to verify your login with another device such as a security key, authenticator app, SMS, phone call, or email. Two-step login can be enabled on the bitwarden.com web vault. Do you want to visit the website now?"
},
"loggingOut":{
"message":"Uitloggen",
@ -701,10 +697,138 @@
},
"contribute":{
"message":"You can contribute to!",
"description":"You can contribute to!"
"description":"You can contribute too!"
},
"learnMore":{
"message":"Learn more",
"description":"Learn more"
},
"authenticatorKeyTotp":{
"message":"Authenticator Key (TOTP)",
"description":"Authenticator Key (TOTP)"
},
"verificationCodeTotp":{
"message":"Verification Code (TOTP)",
"description":"Verification Code (TOTP)"
},
"copyVerificationCode":{
"message":"Copy Verification Code",
"description":"Copy Verification Code"
},
"attachments":{
"message":"Attachments",
"description":"Attachments"
},
"deleteAttachment":{
"message":"Delete attachment",
"description":"Delete attachment"
},
"deleteAttachmentConfirmation":{
"message":"Are you sure you want to delete this attachment?",
"description":"Are you sure you want to delete this attachment?"
},
"deletedAttachment":{
"message":"Deleted attachment",
"description":"Deleted attachment"
},
"newAttachment":{
"message":"Add New Attachment",
"description":"Add New Attachment"
},
"noAttachments":{
"message":"No attachments.",
"description":"No attachments."
},
"attachmentSaved":{
"message":"The attachment has been saved.",
"description":"The attachment has been saved."
},
"file":{
"message":"File",
"description":"File"
},
"selectFile":{
"message":"Select a file.",
"description":"Select a file."
},
"maxFileSize":{
"message":"Maximum file size is 100 MB.",
"description":"Maximum file size is 100 MB."
},
"featureUnavailable":{
"message":"Feature Unavailable",
"description":"Feature Unavailable"
},
"updateKey":{
"message":"You cannot use this feature until you update your encryption key.",
"description":"You cannot use this feature until you update your encryption key."
},
"premiumMembership":{
"message":"Premium Membership",
"description":"Premium Membership"
},
"premiumManage":{
"message":"Manage Membership",
"description":"Manage Membership"
},
"premiumManageAlert":{
"message":"You can manage your membership on the bitwarden.com web vault. Do you want to visit the website now?",
"description":"You can manage your membership on the bitwarden.com web vault. Do you want to visit the website now?"
},
"premiumRefresh":{
"message":"Refresh Membership",
"description":"Refresh Membership"
},
"premiumNotCurrentMember":{
"message":"You are not currently a premium member.",
"description":"You are not currently a premium member."
},
"premiumSignUpAndGet":{
"message":"Sign up for a premium membership and get:",
"description":"Sign up for a premium membership and get:"
},
"ppremiumSignUpStorage":{
"message":"1 GB of encrypted file storage.",
"description":"1 GB of encrypted file storage."
},
"ppremiumSignUpTwoStep":{
"message":"Additional two-step login options such as YubiKey, FIDO U2F, and Duo.",
"description":"Additional two-step login options such as YubiKey, FIDO U2F, and Duo."
},
"ppremiumSignUpTotp":{
"message":"TOTP verification code (2FA) generator for logins in your vault.",
"description":"TOTP verification code (2FA) generator for logins in your vault."
},
"ppremiumSignUpSupport":{
"message":"Priority customer support.",
"description":"Priority customer support."
},
"ppremiumSignUpFuture":{
"message":"All future premium features. More coming soon!",
"description":"All future premium features. More coming soon!"
},
"premiumPurchase":{
"message":"Purchase Premium",
"description":"Purchase Premium"
},
"premiumPurchaseAlert":{
"message":"You can purchase premium membership on the bitwarden.com web vault. Do you want to visit the website now?",
"description":"You can purchase premium membership on the bitwarden.com web vault. Do you want to visit the website now?"
},
"premiumCurrentMember":{
"message":"You are a premium member!",
"description":"You are a premium member!"
},
"premiumCurrentMemberThanks":{
"message":"Thank you for supporting bitwarden.",
"description":"Thank you for supporting bitwarden."
},
"premiumPrice":{
"message":"All for just %price% \/year!",
"description":"All for just %price% \/year!"
},
"refreshComplete":{
"message":"Refresh complete",
"description":"Refresh complete"
}
}

View File

@ -131,10 +131,6 @@
"message":"Verification Code",
"description":"Verification Code"
},
"enterTwoStepVerCode":{
"message":"Enter your two-step verification code.",
"description":"Enter your two-step verification code."
},
"account":{
"message":"Account",
"description":"Account"
@ -537,7 +533,7 @@
},
"twoStepLoginConfirmation":{
"message":"Two-step login makes your account more secure by requiring you to enter a security code from an authenticator app whenever you log in. Two-step login can be enabled on the bitwarden.com web vault. Do you want to visit the website now?",
"description":"Two-step login makes your account more secure by requiring you to enter a security code from an authenticator app whenever you log in. Two-step login can be enabled on the bitwarden.com web vault. Do you want to visit the website now?"
"description":"Two-step login makes your account more secure by requiring you to verify your login with another device such as a security key, authenticator app, SMS, phone call, or email. Two-step login can be enabled on the bitwarden.com web vault. Do you want to visit the website now?"
},
"loggingOut":{
"message":"Logging out",
@ -701,10 +697,138 @@
},
"contribute":{
"message":"You can contribute to!",
"description":"You can contribute to!"
"description":"You can contribute too!"
},
"learnMore":{
"message":"Learn more",
"description":"Learn more"
},
"authenticatorKeyTotp":{
"message":"Authenticator Key (TOTP)",
"description":"Authenticator Key (TOTP)"
},
"verificationCodeTotp":{
"message":"Verification Code (TOTP)",
"description":"Verification Code (TOTP)"
},
"copyVerificationCode":{
"message":"Copy Verification Code",
"description":"Copy Verification Code"
},
"attachments":{
"message":"Attachments",
"description":"Attachments"
},
"deleteAttachment":{
"message":"Delete attachment",
"description":"Delete attachment"
},
"deleteAttachmentConfirmation":{
"message":"Are you sure you want to delete this attachment?",
"description":"Are you sure you want to delete this attachment?"
},
"deletedAttachment":{
"message":"Deleted attachment",
"description":"Deleted attachment"
},
"newAttachment":{
"message":"Add New Attachment",
"description":"Add New Attachment"
},
"noAttachments":{
"message":"No attachments.",
"description":"No attachments."
},
"attachmentSaved":{
"message":"The attachment has been saved.",
"description":"The attachment has been saved."
},
"file":{
"message":"File",
"description":"File"
},
"selectFile":{
"message":"Select a file.",
"description":"Select a file."
},
"maxFileSize":{
"message":"Maximum file size is 100 MB.",
"description":"Maximum file size is 100 MB."
},
"featureUnavailable":{
"message":"Feature Unavailable",
"description":"Feature Unavailable"
},
"updateKey":{
"message":"You cannot use this feature until you update your encryption key.",
"description":"You cannot use this feature until you update your encryption key."
},
"premiumMembership":{
"message":"Premium Membership",
"description":"Premium Membership"
},
"premiumManage":{
"message":"Manage Membership",
"description":"Manage Membership"
},
"premiumManageAlert":{
"message":"You can manage your membership on the bitwarden.com web vault. Do you want to visit the website now?",
"description":"You can manage your membership on the bitwarden.com web vault. Do you want to visit the website now?"
},
"premiumRefresh":{
"message":"Refresh Membership",
"description":"Refresh Membership"
},
"premiumNotCurrentMember":{
"message":"You are not currently a premium member.",
"description":"You are not currently a premium member."
},
"premiumSignUpAndGet":{
"message":"Sign up for a premium membership and get:",
"description":"Sign up for a premium membership and get:"
},
"ppremiumSignUpStorage":{
"message":"1 GB of encrypted file storage.",
"description":"1 GB of encrypted file storage."
},
"ppremiumSignUpTwoStep":{
"message":"Additional two-step login options such as YubiKey, FIDO U2F, and Duo.",
"description":"Additional two-step login options such as YubiKey, FIDO U2F, and Duo."
},
"ppremiumSignUpTotp":{
"message":"TOTP verification code (2FA) generator for logins in your vault.",
"description":"TOTP verification code (2FA) generator for logins in your vault."
},
"ppremiumSignUpSupport":{
"message":"Priority customer support.",
"description":"Priority customer support."
},
"ppremiumSignUpFuture":{
"message":"All future premium features. More coming soon!",
"description":"All future premium features. More coming soon!"
},
"premiumPurchase":{
"message":"Purchase Premium",
"description":"Purchase Premium"
},
"premiumPurchaseAlert":{
"message":"You can purchase premium membership on the bitwarden.com web vault. Do you want to visit the website now?",
"description":"You can purchase premium membership on the bitwarden.com web vault. Do you want to visit the website now?"
},
"premiumCurrentMember":{
"message":"You are a premium member!",
"description":"You are a premium member!"
},
"premiumCurrentMemberThanks":{
"message":"Thank you for supporting bitwarden.",
"description":"Thank you for supporting bitwarden."
},
"premiumPrice":{
"message":"All for just %price% \/year!",
"description":"All for just %price% \/year!"
},
"refreshComplete":{
"message":"Refresh complete",
"description":"Refresh complete"
}
}

View File

@ -131,10 +131,6 @@
"message":"Código de verificação",
"description":"Verification Code"
},
"enterTwoStepVerCode":{
"message":"Digite o seu código de verificação de dois passos.",
"description":"Enter your two-step verification code."
},
"account":{
"message":"Conta",
"description":"Account"
@ -432,7 +428,7 @@
"description":"4 hours"
},
"onLocked":{
"message":"On Locked",
"message":"No bloqueio",
"description":"On Locked"
},
"onRestart":{
@ -537,7 +533,7 @@
},
"twoStepLoginConfirmation":{
"message":"O início de sessão de dois passos torna a sua conta mais segura ao requerer que digite um código de segurança de uma aplicação de autenticação quando iniciar sessão. O início de sessão de dois passos pode ser ativado no cofre web bitwarden.com. Pretende visitar o website agora?",
"description":"Two-step login makes your account more secure by requiring you to enter a security code from an authenticator app whenever you log in. Two-step login can be enabled on the bitwarden.com web vault. Do you want to visit the website now?"
"description":"Two-step login makes your account more secure by requiring you to verify your login with another device such as a security key, authenticator app, SMS, phone call, or email. Two-step login can be enabled on the bitwarden.com web vault. Do you want to visit the website now?"
},
"loggingOut":{
"message":"A terminar sessão",
@ -701,10 +697,138 @@
},
"contribute":{
"message":"Também pode contribuir!",
"description":"You can contribute to!"
"description":"You can contribute too!"
},
"learnMore":{
"message":"Saber mais",
"description":"Learn more"
},
"authenticatorKeyTotp":{
"message":"Authenticator Key (TOTP)",
"description":"Authenticator Key (TOTP)"
},
"verificationCodeTotp":{
"message":"Verification Code (TOTP)",
"description":"Verification Code (TOTP)"
},
"copyVerificationCode":{
"message":"Copy Verification Code",
"description":"Copy Verification Code"
},
"attachments":{
"message":"Attachments",
"description":"Attachments"
},
"deleteAttachment":{
"message":"Delete attachment",
"description":"Delete attachment"
},
"deleteAttachmentConfirmation":{
"message":"Are you sure you want to delete this attachment?",
"description":"Are you sure you want to delete this attachment?"
},
"deletedAttachment":{
"message":"Deleted attachment",
"description":"Deleted attachment"
},
"newAttachment":{
"message":"Add New Attachment",
"description":"Add New Attachment"
},
"noAttachments":{
"message":"No attachments.",
"description":"No attachments."
},
"attachmentSaved":{
"message":"The attachment has been saved.",
"description":"The attachment has been saved."
},
"file":{
"message":"File",
"description":"File"
},
"selectFile":{
"message":"Select a file.",
"description":"Select a file."
},
"maxFileSize":{
"message":"Maximum file size is 100 MB.",
"description":"Maximum file size is 100 MB."
},
"featureUnavailable":{
"message":"Feature Unavailable",
"description":"Feature Unavailable"
},
"updateKey":{
"message":"You cannot use this feature until you update your encryption key.",
"description":"You cannot use this feature until you update your encryption key."
},
"premiumMembership":{
"message":"Premium Membership",
"description":"Premium Membership"
},
"premiumManage":{
"message":"Manage Membership",
"description":"Manage Membership"
},
"premiumManageAlert":{
"message":"You can manage your membership on the bitwarden.com web vault. Do you want to visit the website now?",
"description":"You can manage your membership on the bitwarden.com web vault. Do you want to visit the website now?"
},
"premiumRefresh":{
"message":"Refresh Membership",
"description":"Refresh Membership"
},
"premiumNotCurrentMember":{
"message":"You are not currently a premium member.",
"description":"You are not currently a premium member."
},
"premiumSignUpAndGet":{
"message":"Sign up for a premium membership and get:",
"description":"Sign up for a premium membership and get:"
},
"ppremiumSignUpStorage":{
"message":"1 GB of encrypted file storage.",
"description":"1 GB of encrypted file storage."
},
"ppremiumSignUpTwoStep":{
"message":"Additional two-step login options such as YubiKey, FIDO U2F, and Duo.",
"description":"Additional two-step login options such as YubiKey, FIDO U2F, and Duo."
},
"ppremiumSignUpTotp":{
"message":"TOTP verification code (2FA) generator for logins in your vault.",
"description":"TOTP verification code (2FA) generator for logins in your vault."
},
"ppremiumSignUpSupport":{
"message":"Priority customer support.",
"description":"Priority customer support."
},
"ppremiumSignUpFuture":{
"message":"All future premium features. More coming soon!",
"description":"All future premium features. More coming soon!"
},
"premiumPurchase":{
"message":"Purchase Premium",
"description":"Purchase Premium"
},
"premiumPurchaseAlert":{
"message":"You can purchase premium membership on the bitwarden.com web vault. Do you want to visit the website now?",
"description":"You can purchase premium membership on the bitwarden.com web vault. Do you want to visit the website now?"
},
"premiumCurrentMember":{
"message":"You are a premium member!",
"description":"You are a premium member!"
},
"premiumCurrentMemberThanks":{
"message":"Thank you for supporting bitwarden.",
"description":"Thank you for supporting bitwarden."
},
"premiumPrice":{
"message":"All for just %price% \/year!",
"description":"All for just %price% \/year!"
},
"refreshComplete":{
"message":"Refresh complete",
"description":"Refresh complete"
}
}

View File

@ -0,0 +1,834 @@
{
"appName":{
"message":"bitwarden",
"description":"bitwarden"
},
"extName":{
"message":"bitwarden - Free Password Manager",
"description":"Extension name"
},
"extDesc":{
"message":"bitwarden is a secure and free password manager for all of your devices.",
"description":"Extension description"
},
"loginOrCreateNewAccount":{
"message":"Log in or create a new account to access your secure vault.",
"description":"Log in or create a new account to access your secure vault."
},
"createAccount":{
"message":"Create Account",
"description":"Create Account"
},
"login":{
"message":"Log In",
"description":"Log In"
},
"cancel":{
"message":"Cancel",
"description":"Cancel"
},
"close":{
"message":"Close",
"description":"Close"
},
"submit":{
"message":"Submit",
"description":"Submit"
},
"emailAddress":{
"message":"Email Address",
"description":"Email Address"
},
"masterPass":{
"message":"Master Password",
"description":"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.",
"description":"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.",
"description":"A master password hint can help you remember your password if you forget it."
},
"reTypeMasterPass":{
"message":"Re-type Master Password",
"description":"Re-type Master Password"
},
"masterPassHint":{
"message":"Master Password Hint (optional)",
"description":"Master Password Hint (optional)"
},
"tab":{
"message":"Tab",
"description":"Tab"
},
"myVault":{
"message":"My Vault",
"description":"My Vault"
},
"tools":{
"message":"Tools",
"description":"Tools"
},
"settings":{
"message":"Settings",
"description":"Settings"
},
"currentTab":{
"message":"Current Tab",
"description":"Current Tab"
},
"copyPassword":{
"message":"Copy Password",
"description":"Copy Password"
},
"copyUsername":{
"message":"Copy Username",
"description":"Copy Username"
},
"autoFill":{
"message":"Auto-fill",
"description":"Auto-fill"
},
"generatePasswordCopied":{
"message":"Generate Password (copied)",
"description":"Generate Password (copied)"
},
"noMatchingLogins":{
"message":"No matching logins.",
"description":"No matching logins."
},
"vaultLocked":{
"message":"Vault is locked.",
"description":"Vault is locked."
},
"autoFillInfo":{
"message":"There are no logins available to auto-fill for the current browser tab.",
"description":"There are no logins available to auto-fill for the current browser tab."
},
"addLogin":{
"message":"Add a Login",
"description":"Add a Login"
},
"passwordHint":{
"message":"Password Hint",
"description":"Password Hint"
},
"enterEmailToGetHint":{
"message":"Enter your account email address to receive your master password hint.",
"description":"Enter your account email address to receive your master password hint."
},
"getMasterPasswordHint":{
"message":"Get master password hint",
"description":"Get master password hint"
},
"continue":{
"message":"Continue",
"description":"Continue"
},
"verificationCode":{
"message":"Verification Code",
"description":"Verification Code"
},
"account":{
"message":"Account",
"description":"Account"
},
"changeMasterPassword":{
"message":"Change Master Password",
"description":"Change Master Password"
},
"changeEmail":{
"message":"Change Email",
"description":"Change Email"
},
"twoStepLogin":{
"message":"Two-step Login",
"description":"Two-step Login"
},
"logOut":{
"message":"Log Out",
"description":"Log Out"
},
"about":{
"message":"About",
"description":"About"
},
"version":{
"message":"Version",
"description":"Version"
},
"save":{
"message":"Save",
"description":"Save"
},
"addFolder":{
"message":"Add Folder",
"description":"Add Folder"
},
"name":{
"message":"Name",
"description":"Name"
},
"editFolder":{
"message":"Edit Folder",
"description":"Edit Folder"
},
"deleteFolder":{
"message":"Delete Folder",
"description":"Delete Folder"
},
"folders":{
"message":"Folders",
"description":"Folders"
},
"noFolders":{
"message":"There are no folders to list.",
"description":"There are no folders to list."
},
"helpFeedback":{
"message":"Help & Feedback",
"description":"Help & Feedback"
},
"emailUs":{
"message":"Email Us",
"description":"Email Us"
},
"emailUsDirectly":{
"message":"Email us directly to get help or leave feedback.",
"description":"Email us directly to get help or leave feedback."
},
"visitOurWebsite":{
"message":"Visit Our Website",
"description":"Visit Our Website"
},
"visitOurWebsiteDirectly":{
"message":"Visit our website to get help, news, email us, and\/or learn more about how to use bitwarden.",
"description":"Visit our website to get help, news, email us, and\/or learn more about how to use bitwarden."
},
"fileBugReport":{
"message":"File a Bug Report",
"description":"File a Bug Report"
},
"gitHubIssue":{
"message":"Open an issue at our GitHub repository.",
"description":"Open an issue at our GitHub repository."
},
"sync":{
"message":"Sync",
"description":"Sync"
},
"syncVaultNow":{
"message":"Sync Vault Now",
"description":"Sync Vault Now"
},
"lastSync":{
"message":"Last Sync:",
"description":"Last Sync:"
},
"passGen":{
"message":"Password Generator",
"description":"Password Generator"
},
"passGenInfo":{
"message":"Automatically generate strong, unique passwords for your logins.",
"description":"Automatically generate strong, unique passwords for your logins."
},
"bitWebVault":{
"message":"bitwarden Web Vault",
"description":"bitwarden Web Vault"
},
"bitWebVaultInfo":{
"message":"Manage your logins from any web browser with the bitwarden web vault.",
"description":"Manage your logins from any web browser with the bitwarden web vault."
},
"bitIosVault":{
"message":"bitwarden iOS Vault",
"description":"bitwarden iOS Vault"
},
"bitIosVaultInfo":{
"message":"Manage your logins from your mobile devices with the bitwarden iOS vault.",
"description":"Manage your logins from your mobile devices with the bitwarden iOS vault."
},
"bitAndrVault":{
"message":"bitwarden Android Vault",
"description":"bitwarden Android Vault"
},
"bitAndrVaultInfo":{
"message":"Manage your logins from your mobile devices with the bitwarden Android vault.",
"description":"Manage your logins from your mobile devices with the bitwarden Android vault."
},
"importLogins":{
"message":"Import Logins",
"description":"Import Logins"
},
"importLoginsInfo":{
"message":"Quickly bulk import your logins from other password management applications.",
"description":"Quickly bulk import your logins from other password management applications."
},
"select":{
"message":"Select",
"description":"Select"
},
"generatePassword":{
"message":"Generate Password",
"description":"Generate Password"
},
"regeneratePassword":{
"message":"Regenerate Password",
"description":"Regenerate Password"
},
"options":{
"message":"Options",
"description":"Options"
},
"length":{
"message":"Length",
"description":"Length"
},
"minNumbers":{
"message":"Minimum Numbers",
"description":"Minimum Numbers"
},
"minSpecial":{
"message":"Minimum Special",
"description":"Minimum Special"
},
"avoidAmbChar":{
"message":"Avoid Ambiguous Characters",
"description":"Avoid Ambiguous Characters"
},
"searchVault":{
"message":"Search vault",
"description":"Search vault"
},
"edit":{
"message":"Edit",
"description":"Edit"
},
"noLoginsInList":{
"message":"There are no logins to list.",
"description":"There are no logins to list."
},
"loginInformation":{
"message":"Login Information",
"description":"Login Information"
},
"username":{
"message":"Username",
"description":"Username"
},
"password":{
"message":"Password",
"description":"Password"
},
"favorite":{
"message":"Favorite",
"description":"Favorite"
},
"notes":{
"message":"Notes",
"description":"Notes"
},
"editLogin":{
"message":"Edit Login",
"description":"Edit Login"
},
"folder":{
"message":"Folder",
"description":"Folder"
},
"deleteLogin":{
"message":"Delete Login",
"description":"Delete Login"
},
"viewLogin":{
"message":"View Login",
"description":"View Login"
},
"launchWebsite":{
"message":"Launch Website",
"description":"Launch Website"
},
"website":{
"message":"Website",
"description":"Website"
},
"togglePassword":{
"message":"Toggle Password",
"description":"Toggle Password"
},
"manage":{
"message":"Manage",
"description":"Manage"
},
"other":{
"message":"Other",
"description":"Other"
},
"disableGa":{
"message":"Disable Analytics",
"description":"Disable Analytics"
},
"rateExtension":{
"message":"Rate the Extension",
"description":"Rate the Extension"
},
"rateExtensionDesc":{
"message":"Please consider helping us out with a good review!",
"description":"Please consider helping us out with a good review!"
},
"browserNotSupportClipboard":{
"message":"Your web browser does not support easy clipboard copying. Copy it manually instead.",
"description":"Your web browser does not support easy clipboard copying. Copy it manually instead."
},
"verifyMasterPassword":{
"message":"Verify Master Password",
"description":"Verify Master Password"
},
"invalidMasterPassword":{
"message":"Invalid master password",
"description":"Invalid master password"
},
"lockOptions":{
"message":"Lock Options",
"description":"Lock Options"
},
"lockNow":{
"message":"Lock Now",
"description":"Lock Now"
},
"immediately":{
"message":"Immediately",
"description":"Immediately"
},
"oneMinute":{
"message":"1 minute",
"description":"1 minute"
},
"fiveMinutes":{
"message":"5 minutes",
"description":"5 minutes"
},
"fifteenMinutes":{
"message":"15 minutes",
"description":"15 minutes"
},
"thirtyMinutes":{
"message":"30 minutes",
"description":"30 minutes"
},
"oneHour":{
"message":"1 hour",
"description":"1 hour"
},
"fourHours":{
"message":"4 hours",
"description":"4 hours"
},
"onLocked":{
"message":"On Locked",
"description":"On Locked"
},
"onRestart":{
"message":"On Restart",
"description":"On Restart"
},
"never":{
"message":"Never",
"description":"Never"
},
"security":{
"message":"Security",
"description":"Security"
},
"errorsOccurred":{
"message":"Errors have occurred",
"description":"Errors have occurred"
},
"emailRequired":{
"message":"Email address is required.",
"description":"Email address is required."
},
"invalidEmail":{
"message":"Invalid email address.",
"description":"Invalid email address."
},
"masterPassRequired":{
"message":"Master password is required.",
"description":"Master password is required."
},
"masterPassLength":{
"message":"Master password must be at least 8 characters long.",
"description":"Master password must be at least 8 characters long."
},
"masterPassDoesntMatch":{
"message":"Master password confirmation does not match.",
"description":"Master password confirmation does not match."
},
"newAccountCreated":{
"message":"Your new account has been created! You may now log in.",
"description":"Your new account has been created! You may now log in."
},
"masterPassSent":{
"message":"We've sent you an email with your master password hint.",
"description":"We've sent you an email with your master password hint."
},
"verificationCodeRequired":{
"message":"Verification code is required.",
"description":"Verification code is required."
},
"valueCopied":{
"message":" copied",
"description":"' copied'. This is part of a sentence so be sure to leave the space prefix. For example: 'Password copied'"
},
"autofillError":{
"message":"Unable to auto-fill the selected login on this page. Copy\/paste your username and\/or password instead.",
"description":"Unable to auto-fill the selected login on this page. Copy\/paste your username and\/or password instead."
},
"loggedOut":{
"message":"Logged out",
"description":"Logged out"
},
"loginExpired":{
"message":"Your login session has expired.",
"description":"Your login session has expired."
},
"logOutConfirmation":{
"message":"Are you sure you want to log out?",
"description":"Are you sure you want to log out?"
},
"yes":{
"message":"Yes",
"description":"Yes"
},
"no":{
"message":"No",
"description":"No"
},
"unexpectedError":{
"message":"An unexpected error has occured.",
"description":"An unexpected error has occured."
},
"nameRequired":{
"message":"Name is required.",
"description":"Name is required."
},
"addedFolder":{
"message":"Added folder",
"description":"Added folder"
},
"changeMasterPass":{
"message":"Change Master Password",
"description":"Change Master Password"
},
"changeMasterPasswordConfirmation":{
"message":"You can change your master password on the bitwarden.com web vault. Do you want to visit the website now?",
"description":"You can change your master password on the bitwarden.com web vault. Do you want to visit the website now?"
},
"changeEmailConfirmation":{
"message":"You can change your email address on the bitwarden.com web vault. Do you want to visit the website now?",
"description":"You can change your email address on the bitwarden.com web vault. Do you want to visit the website now?"
},
"twoStepLoginConfirmation":{
"message":"Two-step login makes your account more secure by requiring you to verify your login with another device such as a security key, authenticator app, SMS, phone call, or email. Two-step login can be enabled on the bitwarden.com web vault. Do you want to visit the website now?",
"description":"Two-step login makes your account more secure by requiring you to verify your login with another device such as a security key, authenticator app, SMS, phone call, or email. Two-step login can be enabled on the bitwarden.com web vault. Do you want to visit the website now?"
},
"loggingOut":{
"message":"Logging out",
"description":"Logging out"
},
"loggingOutConfirmation":{
"message":"You've recently updated from an older version. You must re-log in to change your lock options. Do you want to log out now?",
"description":"You've recently updated from an older version. You must re-log in to change your lock options. Do you want to log out now?"
},
"editedFolder":{
"message":"Edited Folder",
"description":"Edited Folder"
},
"deleteFolderConfirmation":{
"message":"Are you sure you want to delete this folder?",
"description":"Are you sure you want to delete this folder?"
},
"deletedFolder":{
"message":"Deleted folder",
"description":"Deleted folder"
},
"gettingStartedTutorial":{
"message":"Getting Started Tutorial",
"description":"Getting Started Tutorial"
},
"gettingStartedTutorialVideo":{
"message":"Watch our getting started tutorial to learn how to get the most out of the browser extension.",
"description":"Watch our getting started tutorial to learn how to get the most out of the browser extension."
},
"syncingComplete":{
"message":"Syncing complete",
"description":"Syncing complete"
},
"importLoginsConfirmation":{
"message":"You can bulk import logins from the bitwarden.com web vault. Do you want to visit the website now?",
"description":"You can bulk import logins from the bitwarden.com web vault. Do you want to visit the website now?"
},
"passwordCopied":{
"message":"Password copied",
"description":"Password copied"
},
"uri":{
"message":"URI",
"description":"URI"
},
"addedLogin":{
"message":"Added login",
"description":"Added login"
},
"editedLogin":{
"message":"Edited login",
"description":"Edited login"
},
"deleteLoginConfirmation":{
"message":"Are you sure you want to delete this login?",
"description":"Are you sure you want to delete this login?"
},
"deletedLogin":{
"message":"Deleted login",
"description":"Deleted login"
},
"overwritePassword":{
"message":"Overwrite Password",
"description":"Overwrite Password"
},
"overwritePasswordConfirmation":{
"message":"Are you sure you want to overwrite the current password?",
"description":"Are you sure you want to overwrite the current password?"
},
"lost2FAApp":{
"message":"Lost authenticator app?",
"description":"Lost authenticator app?"
},
"credits":{
"message":"Credits",
"description":"Credits (giving thanks to people that helped, like at the end of a movie)"
},
"thankYou":{
"message":"Thank You",
"description":"Thank You"
},
"translations":{
"message":"Translations",
"description":"Translations"
},
"searchFolder":{
"message":"Search folder",
"description":"Search folder"
},
"noneFolder":{
"message":"No Folder",
"description":"No Folder - this is the folder for uncategorized logins"
},
"features":{
"message":"Features",
"description":"Features"
},
"gaDesc":{
"message":"We use analytics to better learn how the extension is being used so that we can make it better. All data collection is completely anonymous.",
"description":"We use analytics to better learn how the extension is being used so that we can make it better. All data collection is completely anonymous."
},
"disableAddLoginNotification":{
"message":"Disable Add Login Notification",
"description":"Disable Add Login Notification"
},
"addLoginNotificationDesc":{
"message":"The \"Add Login Notification\" automatically prompts you to save new logins to your vault whenever you log into them for the first time.",
"description":"The \"Add Login Notification\" automatically prompts you to save new logins to your vault whenever you log into them for the first time."
},
"notificationAddDesc":{
"message":"Should bitwarden remember this password for you?",
"description":"Should bitwarden remember this password for you?"
},
"notificationAddSave":{
"message":"Yes, Save Now",
"description":"Yes, Save Now"
},
"notificationNeverSave":{
"message":"Never for this website",
"description":"Never for this website"
},
"disableContextMenuItem":{
"message":"Disable Context Menu Options",
"description":"Disable Context Menu Options"
},
"disableContextMenuItemDesc":{
"message":"Context menu options provide quick access to password generation and logins for the website in your current tab.",
"description":"Context menu options provide quick access to password generation and logins for the website in your current tab."
},
"exportVault":{
"message":"Export Vault",
"description":"Export Vault"
},
"warning":{
"message":"WARNING",
"description":"WARNING (should stay in capitalized letters if the language permits)"
},
"exportWarning":{
"message":"This export contains your unencrypted data in .csv format. You should not store or send it over unsecure channels (such as email). Delete it immediately after your are done using it.",
"description":"This export contains your unencrypted data in .csv format. You should not store or send it over unsecure channels (such as email). Delete it immediately after your are done using it."
},
"exportMasterPassword":{
"message":"Enter your master password to export your vault data.",
"description":"Enter your master password to export your vault data."
},
"exportVaultInfo":{
"message":"Export your vault data in .csv format so that you can easily modify it or move it elsewhere.",
"description":"Export your vault data in .csv format so that you can easily modify it or move it elsewhere."
},
"shared":{
"message":"Shared",
"description":"Shared"
},
"shareVault":{
"message":"Share Your Vault",
"description":"Share Your Vault"
},
"shareVaultInfo":{
"message":"Create an organization to securely share your logins with other users.",
"description":"Create an organization to securely share your logins with other users."
},
"contribute":{
"message":"You can contribute too!",
"description":"You can contribute too!"
},
"learnMore":{
"message":"Learn more",
"description":"Learn more"
},
"authenticatorKeyTotp":{
"message":"Authenticator Key (TOTP)",
"description":"Authenticator Key (TOTP)"
},
"verificationCodeTotp":{
"message":"Verification Code (TOTP)",
"description":"Verification Code (TOTP)"
},
"copyVerificationCode":{
"message":"Copy Verification Code",
"description":"Copy Verification Code"
},
"attachments":{
"message":"Attachments",
"description":"Attachments"
},
"deleteAttachment":{
"message":"Delete attachment",
"description":"Delete attachment"
},
"deleteAttachmentConfirmation":{
"message":"Are you sure you want to delete this attachment?",
"description":"Are you sure you want to delete this attachment?"
},
"deletedAttachment":{
"message":"Deleted attachment",
"description":"Deleted attachment"
},
"newAttachment":{
"message":"Add New Attachment",
"description":"Add New Attachment"
},
"noAttachments":{
"message":"No attachments.",
"description":"No attachments."
},
"attachmentSaved":{
"message":"The attachment has been saved.",
"description":"The attachment has been saved."
},
"file":{
"message":"File",
"description":"File"
},
"selectFile":{
"message":"Select a file.",
"description":"Select a file."
},
"maxFileSize":{
"message":"Maximum file size is 100 MB.",
"description":"Maximum file size is 100 MB."
},
"featureUnavailable":{
"message":"Feature Unavailable",
"description":"Feature Unavailable"
},
"updateKey":{
"message":"You cannot use this feature until you update your encryption key.",
"description":"You cannot use this feature until you update your encryption key."
},
"premiumMembership":{
"message":"Premium Membership",
"description":"Premium Membership"
},
"premiumManage":{
"message":"Manage Membership",
"description":"Manage Membership"
},
"premiumManageAlert":{
"message":"You can manage your membership on the bitwarden.com web vault. Do you want to visit the website now?",
"description":"You can manage your membership on the bitwarden.com web vault. Do you want to visit the website now?"
},
"premiumRefresh":{
"message":"Refresh Membership",
"description":"Refresh Membership"
},
"premiumNotCurrentMember":{
"message":"You are not currently a premium member.",
"description":"You are not currently a premium member."
},
"premiumSignUpAndGet":{
"message":"Sign up for a premium membership and get:",
"description":"Sign up for a premium membership and get:"
},
"ppremiumSignUpStorage":{
"message":"1 GB of encrypted file storage.",
"description":"1 GB of encrypted file storage."
},
"ppremiumSignUpTwoStep":{
"message":"Additional two-step login options such as YubiKey, FIDO U2F, and Duo.",
"description":"Additional two-step login options such as YubiKey, FIDO U2F, and Duo."
},
"ppremiumSignUpTotp":{
"message":"TOTP verification code (2FA) generator for logins in your vault.",
"description":"TOTP verification code (2FA) generator for logins in your vault."
},
"ppremiumSignUpSupport":{
"message":"Priority customer support.",
"description":"Priority customer support."
},
"ppremiumSignUpFuture":{
"message":"All future premium features. More coming soon!",
"description":"All future premium features. More coming soon!"
},
"premiumPurchase":{
"message":"Purchase Premium",
"description":"Purchase Premium"
},
"premiumPurchaseAlert":{
"message":"You can purchase premium membership on the bitwarden.com web vault. Do you want to visit the website now?",
"description":"You can purchase premium membership on the bitwarden.com web vault. Do you want to visit the website now?"
},
"premiumCurrentMember":{
"message":"You are a premium member!",
"description":"You are a premium member!"
},
"premiumCurrentMemberThanks":{
"message":"Thank you for supporting bitwarden.",
"description":"Thank you for supporting bitwarden."
},
"premiumPrice":{
"message":"All for just %price% \/year!",
"description":"All for just %price% \/year!"
},
"refreshComplete":{
"message":"Refresh complete",
"description":"Refresh complete"
}
}

View File

@ -131,10 +131,6 @@
"message":"Введите код",
"description":"Verification Code"
},
"enterTwoStepVerCode":{
"message":"Введите код подтверждения двухфакторной аутентификации.",
"description":"Enter your two-step verification code."
},
"account":{
"message":"Аккаунт",
"description":"Account"
@ -400,7 +396,7 @@
"description":"Lock Options"
},
"lockNow":{
"message":"Lock Now",
"message":"Заблокировать",
"description":"Lock Now"
},
"immediately":{
@ -432,7 +428,7 @@
"description":"4 hours"
},
"onLocked":{
"message":"On Locked",
"message":"Заблокировано",
"description":"On Locked"
},
"onRestart":{
@ -537,7 +533,7 @@
},
"twoStepLoginConfirmation":{
"message":"Двухфакторная аутентификация делает ваш аккаунт более защищенным, требуя ввода кода безопасности из приложения-аутентификатора при каждом входе в систему. Двухфакторная аутентификация включается на сайте bitwarden.com. Хотите перейти на сайт сейчас?",
"description":"Two-step login makes your account more secure by requiring you to enter a security code from an authenticator app whenever you log in. Two-step login can be enabled on the bitwarden.com web vault. Do you want to visit the website now?"
"description":"Two-step login makes your account more secure by requiring you to verify your login with another device such as a security key, authenticator app, SMS, phone call, or email. Two-step login can be enabled on the bitwarden.com web vault. Do you want to visit the website now?"
},
"loggingOut":{
"message":"Выход...",
@ -640,11 +636,11 @@
"description":"We use analytics to better learn how the extension is being used so that we can make it better. All data collection is completely anonymous."
},
"disableAddLoginNotification":{
"message":"Отключить уведомления о добавлении логина",
"message":"Отключить уведомление о добавлении логина",
"description":"Disable Add Login Notification"
},
"addLoginNotificationDesc":{
"message":"\"Уведомление о добавлении логина\" автоматически напоминает вам сохранить новый логин в ваше хранилище сразу после того, как вы воспользуетесь им в первый раз.",
"message":"Уведомление о добавлении логина автоматически предложит вам сохранить новые логины в хранилище.",
"description":"The \"Add Login Notification\" automatically prompts you to save new logins to your vault whenever you log into them for the first time."
},
"notificationAddDesc":{
@ -656,7 +652,7 @@
"description":"Yes, Save Now"
},
"notificationNeverSave":{
"message":"Never for this website",
"message":"Никогда для этого сайта",
"description":"Never for this website"
},
"disableContextMenuItem":{
@ -701,10 +697,138 @@
},
"contribute":{
"message":"You can contribute to!",
"description":"You can contribute to!"
"description":"You can contribute too!"
},
"learnMore":{
"message":"Learn more",
"message":"Подробнее",
"description":"Learn more"
},
"authenticatorKeyTotp":{
"message":"Authenticator Key (TOTP)",
"description":"Authenticator Key (TOTP)"
},
"verificationCodeTotp":{
"message":"Verification Code (TOTP)",
"description":"Verification Code (TOTP)"
},
"copyVerificationCode":{
"message":"Copy Verification Code",
"description":"Copy Verification Code"
},
"attachments":{
"message":"Attachments",
"description":"Attachments"
},
"deleteAttachment":{
"message":"Delete attachment",
"description":"Delete attachment"
},
"deleteAttachmentConfirmation":{
"message":"Are you sure you want to delete this attachment?",
"description":"Are you sure you want to delete this attachment?"
},
"deletedAttachment":{
"message":"Deleted attachment",
"description":"Deleted attachment"
},
"newAttachment":{
"message":"Add New Attachment",
"description":"Add New Attachment"
},
"noAttachments":{
"message":"No attachments.",
"description":"No attachments."
},
"attachmentSaved":{
"message":"The attachment has been saved.",
"description":"The attachment has been saved."
},
"file":{
"message":"File",
"description":"File"
},
"selectFile":{
"message":"Select a file.",
"description":"Select a file."
},
"maxFileSize":{
"message":"Maximum file size is 100 MB.",
"description":"Maximum file size is 100 MB."
},
"featureUnavailable":{
"message":"Feature Unavailable",
"description":"Feature Unavailable"
},
"updateKey":{
"message":"You cannot use this feature until you update your encryption key.",
"description":"You cannot use this feature until you update your encryption key."
},
"premiumMembership":{
"message":"Premium Membership",
"description":"Premium Membership"
},
"premiumManage":{
"message":"Manage Membership",
"description":"Manage Membership"
},
"premiumManageAlert":{
"message":"You can manage your membership on the bitwarden.com web vault. Do you want to visit the website now?",
"description":"You can manage your membership on the bitwarden.com web vault. Do you want to visit the website now?"
},
"premiumRefresh":{
"message":"Refresh Membership",
"description":"Refresh Membership"
},
"premiumNotCurrentMember":{
"message":"You are not currently a premium member.",
"description":"You are not currently a premium member."
},
"premiumSignUpAndGet":{
"message":"Sign up for a premium membership and get:",
"description":"Sign up for a premium membership and get:"
},
"ppremiumSignUpStorage":{
"message":"1 GB of encrypted file storage.",
"description":"1 GB of encrypted file storage."
},
"ppremiumSignUpTwoStep":{
"message":"Additional two-step login options such as YubiKey, FIDO U2F, and Duo.",
"description":"Additional two-step login options such as YubiKey, FIDO U2F, and Duo."
},
"ppremiumSignUpTotp":{
"message":"TOTP verification code (2FA) generator for logins in your vault.",
"description":"TOTP verification code (2FA) generator for logins in your vault."
},
"ppremiumSignUpSupport":{
"message":"Priority customer support.",
"description":"Priority customer support."
},
"ppremiumSignUpFuture":{
"message":"All future premium features. More coming soon!",
"description":"All future premium features. More coming soon!"
},
"premiumPurchase":{
"message":"Purchase Premium",
"description":"Purchase Premium"
},
"premiumPurchaseAlert":{
"message":"You can purchase premium membership on the bitwarden.com web vault. Do you want to visit the website now?",
"description":"You can purchase premium membership on the bitwarden.com web vault. Do you want to visit the website now?"
},
"premiumCurrentMember":{
"message":"You are a premium member!",
"description":"You are a premium member!"
},
"premiumCurrentMemberThanks":{
"message":"Thank you for supporting bitwarden.",
"description":"Thank you for supporting bitwarden."
},
"premiumPrice":{
"message":"All for just %price% \/year!",
"description":"All for just %price% \/year!"
},
"refreshComplete":{
"message":"Refresh complete",
"description":"Refresh complete"
}
}

View File

@ -131,10 +131,6 @@
"message":"Overovací kód",
"description":"Verification Code"
},
"enterTwoStepVerCode":{
"message":"Zadajte dvojstupňový overovací kód.",
"description":"Enter your two-step verification code."
},
"account":{
"message":"Účet",
"description":"Account"
@ -400,7 +396,7 @@
"description":"Lock Options"
},
"lockNow":{
"message":"Lock Now",
"message":"Uzamknúť teraz",
"description":"Lock Now"
},
"immediately":{
@ -432,7 +428,7 @@
"description":"4 hours"
},
"onLocked":{
"message":"On Locked",
"message":"Pri uzamknutí",
"description":"On Locked"
},
"onRestart":{
@ -537,7 +533,7 @@
},
"twoStepLoginConfirmation":{
"message":"Dvojstupňové prihlasovanie robí váš účet bezpečnejsí vyžadovaním bezpečnostného kódu z overovacej aplikácie vždy, keď sa prihlásite. Dvojstupňové prihlasovanie môžete povoliť na webovom trezore bitwarden.com. Chcete navštíviť túto stránku teraz?",
"description":"Two-step login makes your account more secure by requiring you to enter a security code from an authenticator app whenever you log in. Two-step login can be enabled on the bitwarden.com web vault. Do you want to visit the website now?"
"description":"Two-step login makes your account more secure by requiring you to verify your login with another device such as a security key, authenticator app, SMS, phone call, or email. Two-step login can be enabled on the bitwarden.com web vault. Do you want to visit the website now?"
},
"loggingOut":{
"message":"Odhlasuje sa",
@ -656,7 +652,7 @@
"description":"Yes, Save Now"
},
"notificationNeverSave":{
"message":"Never for this website",
"message":"Nikdy pre túto stránku",
"description":"Never for this website"
},
"disableContextMenuItem":{
@ -701,10 +697,138 @@
},
"contribute":{
"message":"You can contribute to!",
"description":"You can contribute to!"
"description":"You can contribute too!"
},
"learnMore":{
"message":"Learn more",
"message":"Zistiť viac",
"description":"Learn more"
},
"authenticatorKeyTotp":{
"message":"Authenticator Key (TOTP)",
"description":"Authenticator Key (TOTP)"
},
"verificationCodeTotp":{
"message":"Verification Code (TOTP)",
"description":"Verification Code (TOTP)"
},
"copyVerificationCode":{
"message":"Copy Verification Code",
"description":"Copy Verification Code"
},
"attachments":{
"message":"Attachments",
"description":"Attachments"
},
"deleteAttachment":{
"message":"Delete attachment",
"description":"Delete attachment"
},
"deleteAttachmentConfirmation":{
"message":"Are you sure you want to delete this attachment?",
"description":"Are you sure you want to delete this attachment?"
},
"deletedAttachment":{
"message":"Deleted attachment",
"description":"Deleted attachment"
},
"newAttachment":{
"message":"Add New Attachment",
"description":"Add New Attachment"
},
"noAttachments":{
"message":"No attachments.",
"description":"No attachments."
},
"attachmentSaved":{
"message":"The attachment has been saved.",
"description":"The attachment has been saved."
},
"file":{
"message":"File",
"description":"File"
},
"selectFile":{
"message":"Select a file.",
"description":"Select a file."
},
"maxFileSize":{
"message":"Maximum file size is 100 MB.",
"description":"Maximum file size is 100 MB."
},
"featureUnavailable":{
"message":"Feature Unavailable",
"description":"Feature Unavailable"
},
"updateKey":{
"message":"You cannot use this feature until you update your encryption key.",
"description":"You cannot use this feature until you update your encryption key."
},
"premiumMembership":{
"message":"Premium Membership",
"description":"Premium Membership"
},
"premiumManage":{
"message":"Manage Membership",
"description":"Manage Membership"
},
"premiumManageAlert":{
"message":"You can manage your membership on the bitwarden.com web vault. Do you want to visit the website now?",
"description":"You can manage your membership on the bitwarden.com web vault. Do you want to visit the website now?"
},
"premiumRefresh":{
"message":"Refresh Membership",
"description":"Refresh Membership"
},
"premiumNotCurrentMember":{
"message":"You are not currently a premium member.",
"description":"You are not currently a premium member."
},
"premiumSignUpAndGet":{
"message":"Sign up for a premium membership and get:",
"description":"Sign up for a premium membership and get:"
},
"ppremiumSignUpStorage":{
"message":"1 GB of encrypted file storage.",
"description":"1 GB of encrypted file storage."
},
"ppremiumSignUpTwoStep":{
"message":"Additional two-step login options such as YubiKey, FIDO U2F, and Duo.",
"description":"Additional two-step login options such as YubiKey, FIDO U2F, and Duo."
},
"ppremiumSignUpTotp":{
"message":"TOTP verification code (2FA) generator for logins in your vault.",
"description":"TOTP verification code (2FA) generator for logins in your vault."
},
"ppremiumSignUpSupport":{
"message":"Priority customer support.",
"description":"Priority customer support."
},
"ppremiumSignUpFuture":{
"message":"All future premium features. More coming soon!",
"description":"All future premium features. More coming soon!"
},
"premiumPurchase":{
"message":"Purchase Premium",
"description":"Purchase Premium"
},
"premiumPurchaseAlert":{
"message":"You can purchase premium membership on the bitwarden.com web vault. Do you want to visit the website now?",
"description":"You can purchase premium membership on the bitwarden.com web vault. Do you want to visit the website now?"
},
"premiumCurrentMember":{
"message":"You are a premium member!",
"description":"You are a premium member!"
},
"premiumCurrentMemberThanks":{
"message":"Thank you for supporting bitwarden.",
"description":"Thank you for supporting bitwarden."
},
"premiumPrice":{
"message":"All for just %price% \/year!",
"description":"All for just %price% \/year!"
},
"refreshComplete":{
"message":"Refresh complete",
"description":"Refresh complete"
}
}

View File

@ -131,10 +131,6 @@
"message":"Verifieringskod",
"description":"Verification Code"
},
"enterTwoStepVerCode":{
"message":"Ange din tvåstegsverifieringskod.",
"description":"Enter your two-step verification code."
},
"account":{
"message":"Konto",
"description":"Account"
@ -400,7 +396,7 @@
"description":"Lock Options"
},
"lockNow":{
"message":"Lock Now",
"message":"Lås nu",
"description":"Lock Now"
},
"immediately":{
@ -432,7 +428,7 @@
"description":"4 hours"
},
"onLocked":{
"message":"On Locked",
"message":"Vid låsning av datorn",
"description":"On Locked"
},
"onRestart":{
@ -537,7 +533,7 @@
},
"twoStepLoginConfirmation":{
"message":"Tvåstegsverifiering gör ditt konto säkrare genom att kräva en verifieringskod från en autentiseringsapp på din mobila enhet när du loggar in. Tvåstegsverifiering kan aktiveras på bitwardens webbvalv. Vill du besöka webbplatsen nu?",
"description":"Two-step login makes your account more secure by requiring you to enter a security code from an authenticator app whenever you log in. Two-step login can be enabled on the bitwarden.com web vault. Do you want to visit the website now?"
"description":"Two-step login makes your account more secure by requiring you to verify your login with another device such as a security key, authenticator app, SMS, phone call, or email. Two-step login can be enabled on the bitwarden.com web vault. Do you want to visit the website now?"
},
"loggingOut":{
"message":"Loggar ut",
@ -656,7 +652,7 @@
"description":"Yes, Save Now"
},
"notificationNeverSave":{
"message":"Never for this website",
"message":"Aldrig för denna webbplats",
"description":"Never for this website"
},
"disableContextMenuItem":{
@ -701,10 +697,138 @@
},
"contribute":{
"message":"You can contribute to!",
"description":"You can contribute to!"
"description":"You can contribute too!"
},
"learnMore":{
"message":"Learn more",
"message":"Lär dig mer",
"description":"Learn more"
},
"authenticatorKeyTotp":{
"message":"Authenticator Key (TOTP)",
"description":"Authenticator Key (TOTP)"
},
"verificationCodeTotp":{
"message":"Verification Code (TOTP)",
"description":"Verification Code (TOTP)"
},
"copyVerificationCode":{
"message":"Copy Verification Code",
"description":"Copy Verification Code"
},
"attachments":{
"message":"Attachments",
"description":"Attachments"
},
"deleteAttachment":{
"message":"Delete attachment",
"description":"Delete attachment"
},
"deleteAttachmentConfirmation":{
"message":"Are you sure you want to delete this attachment?",
"description":"Are you sure you want to delete this attachment?"
},
"deletedAttachment":{
"message":"Deleted attachment",
"description":"Deleted attachment"
},
"newAttachment":{
"message":"Add New Attachment",
"description":"Add New Attachment"
},
"noAttachments":{
"message":"No attachments.",
"description":"No attachments."
},
"attachmentSaved":{
"message":"The attachment has been saved.",
"description":"The attachment has been saved."
},
"file":{
"message":"File",
"description":"File"
},
"selectFile":{
"message":"Select a file.",
"description":"Select a file."
},
"maxFileSize":{
"message":"Maximum file size is 100 MB.",
"description":"Maximum file size is 100 MB."
},
"featureUnavailable":{
"message":"Feature Unavailable",
"description":"Feature Unavailable"
},
"updateKey":{
"message":"You cannot use this feature until you update your encryption key.",
"description":"You cannot use this feature until you update your encryption key."
},
"premiumMembership":{
"message":"Premium Membership",
"description":"Premium Membership"
},
"premiumManage":{
"message":"Manage Membership",
"description":"Manage Membership"
},
"premiumManageAlert":{
"message":"You can manage your membership on the bitwarden.com web vault. Do you want to visit the website now?",
"description":"You can manage your membership on the bitwarden.com web vault. Do you want to visit the website now?"
},
"premiumRefresh":{
"message":"Refresh Membership",
"description":"Refresh Membership"
},
"premiumNotCurrentMember":{
"message":"You are not currently a premium member.",
"description":"You are not currently a premium member."
},
"premiumSignUpAndGet":{
"message":"Sign up for a premium membership and get:",
"description":"Sign up for a premium membership and get:"
},
"ppremiumSignUpStorage":{
"message":"1 GB of encrypted file storage.",
"description":"1 GB of encrypted file storage."
},
"ppremiumSignUpTwoStep":{
"message":"Additional two-step login options such as YubiKey, FIDO U2F, and Duo.",
"description":"Additional two-step login options such as YubiKey, FIDO U2F, and Duo."
},
"ppremiumSignUpTotp":{
"message":"TOTP verification code (2FA) generator for logins in your vault.",
"description":"TOTP verification code (2FA) generator for logins in your vault."
},
"ppremiumSignUpSupport":{
"message":"Priority customer support.",
"description":"Priority customer support."
},
"ppremiumSignUpFuture":{
"message":"All future premium features. More coming soon!",
"description":"All future premium features. More coming soon!"
},
"premiumPurchase":{
"message":"Purchase Premium",
"description":"Purchase Premium"
},
"premiumPurchaseAlert":{
"message":"You can purchase premium membership on the bitwarden.com web vault. Do you want to visit the website now?",
"description":"You can purchase premium membership on the bitwarden.com web vault. Do you want to visit the website now?"
},
"premiumCurrentMember":{
"message":"You are a premium member!",
"description":"You are a premium member!"
},
"premiumCurrentMemberThanks":{
"message":"Thank you for supporting bitwarden.",
"description":"Thank you for supporting bitwarden."
},
"premiumPrice":{
"message":"All for just %price% \/year!",
"description":"All for just %price% \/year!"
},
"refreshComplete":{
"message":"Refresh complete",
"description":"Refresh complete"
}
}

View File

@ -131,10 +131,6 @@
"message":"Verification Code",
"description":"Verification Code"
},
"enterTwoStepVerCode":{
"message":"Enter your two-step verification code.",
"description":"Enter your two-step verification code."
},
"account":{
"message":"Account",
"description":"Account"
@ -537,7 +533,7 @@
},
"twoStepLoginConfirmation":{
"message":"Two-step login makes your account more secure by requiring you to enter a security code from an authenticator app whenever you log in. Two-step login can be enabled on the bitwarden.com web vault. Do you want to visit the website now?",
"description":"Two-step login makes your account more secure by requiring you to enter a security code from an authenticator app whenever you log in. Two-step login can be enabled on the bitwarden.com web vault. Do you want to visit the website now?"
"description":"Two-step login makes your account more secure by requiring you to verify your login with another device such as a security key, authenticator app, SMS, phone call, or email. Two-step login can be enabled on the bitwarden.com web vault. Do you want to visit the website now?"
},
"loggingOut":{
"message":"Logging out",
@ -701,10 +697,138 @@
},
"contribute":{
"message":"You can contribute to!",
"description":"You can contribute to!"
"description":"You can contribute too!"
},
"learnMore":{
"message":"Learn more",
"description":"Learn more"
},
"authenticatorKeyTotp":{
"message":"Authenticator Key (TOTP)",
"description":"Authenticator Key (TOTP)"
},
"verificationCodeTotp":{
"message":"Verification Code (TOTP)",
"description":"Verification Code (TOTP)"
},
"copyVerificationCode":{
"message":"Copy Verification Code",
"description":"Copy Verification Code"
},
"attachments":{
"message":"Attachments",
"description":"Attachments"
},
"deleteAttachment":{
"message":"Delete attachment",
"description":"Delete attachment"
},
"deleteAttachmentConfirmation":{
"message":"Are you sure you want to delete this attachment?",
"description":"Are you sure you want to delete this attachment?"
},
"deletedAttachment":{
"message":"Deleted attachment",
"description":"Deleted attachment"
},
"newAttachment":{
"message":"Add New Attachment",
"description":"Add New Attachment"
},
"noAttachments":{
"message":"No attachments.",
"description":"No attachments."
},
"attachmentSaved":{
"message":"The attachment has been saved.",
"description":"The attachment has been saved."
},
"file":{
"message":"File",
"description":"File"
},
"selectFile":{
"message":"Select a file.",
"description":"Select a file."
},
"maxFileSize":{
"message":"Maximum file size is 100 MB.",
"description":"Maximum file size is 100 MB."
},
"featureUnavailable":{
"message":"Feature Unavailable",
"description":"Feature Unavailable"
},
"updateKey":{
"message":"You cannot use this feature until you update your encryption key.",
"description":"You cannot use this feature until you update your encryption key."
},
"premiumMembership":{
"message":"Premium Membership",
"description":"Premium Membership"
},
"premiumManage":{
"message":"Manage Membership",
"description":"Manage Membership"
},
"premiumManageAlert":{
"message":"You can manage your membership on the bitwarden.com web vault. Do you want to visit the website now?",
"description":"You can manage your membership on the bitwarden.com web vault. Do you want to visit the website now?"
},
"premiumRefresh":{
"message":"Refresh Membership",
"description":"Refresh Membership"
},
"premiumNotCurrentMember":{
"message":"You are not currently a premium member.",
"description":"You are not currently a premium member."
},
"premiumSignUpAndGet":{
"message":"Sign up for a premium membership and get:",
"description":"Sign up for a premium membership and get:"
},
"ppremiumSignUpStorage":{
"message":"1 GB of encrypted file storage.",
"description":"1 GB of encrypted file storage."
},
"ppremiumSignUpTwoStep":{
"message":"Additional two-step login options such as YubiKey, FIDO U2F, and Duo.",
"description":"Additional two-step login options such as YubiKey, FIDO U2F, and Duo."
},
"ppremiumSignUpTotp":{
"message":"TOTP verification code (2FA) generator for logins in your vault.",
"description":"TOTP verification code (2FA) generator for logins in your vault."
},
"ppremiumSignUpSupport":{
"message":"Priority customer support.",
"description":"Priority customer support."
},
"ppremiumSignUpFuture":{
"message":"All future premium features. More coming soon!",
"description":"All future premium features. More coming soon!"
},
"premiumPurchase":{
"message":"Purchase Premium",
"description":"Purchase Premium"
},
"premiumPurchaseAlert":{
"message":"You can purchase premium membership on the bitwarden.com web vault. Do you want to visit the website now?",
"description":"You can purchase premium membership on the bitwarden.com web vault. Do you want to visit the website now?"
},
"premiumCurrentMember":{
"message":"You are a premium member!",
"description":"You are a premium member!"
},
"premiumCurrentMemberThanks":{
"message":"Thank you for supporting bitwarden.",
"description":"Thank you for supporting bitwarden."
},
"premiumPrice":{
"message":"All for just %price% \/year!",
"description":"All for just %price% \/year!"
},
"refreshComplete":{
"message":"Refresh complete",
"description":"Refresh complete"
}
}

View File

@ -131,10 +131,6 @@
"message":"验证码",
"description":"Verification Code"
},
"enterTwoStepVerCode":{
"message":"输入您的两步登录验证码。",
"description":"Enter your two-step verification code."
},
"account":{
"message":"账户",
"description":"Account"
@ -400,7 +396,7 @@
"description":"Lock Options"
},
"lockNow":{
"message":"Lock Now",
"message":"立即锁定",
"description":"Lock Now"
},
"immediately":{
@ -432,7 +428,7 @@
"description":"4 hours"
},
"onLocked":{
"message":"On Locked",
"message":"电脑锁定时",
"description":"On Locked"
},
"onRestart":{
@ -537,7 +533,7 @@
},
"twoStepLoginConfirmation":{
"message":"两步登录需要您登录时输入一个从认证应用获得的安全吗,这样能使您的账户更安全。两步登录可以在 bitwarden.com 网页版打开。现在为您跳转吗?",
"description":"Two-step login makes your account more secure by requiring you to enter a security code from an authenticator app whenever you log in. Two-step login can be enabled on the bitwarden.com web vault. Do you want to visit the website now?"
"description":"Two-step login makes your account more secure by requiring you to verify your login with another device such as a security key, authenticator app, SMS, phone call, or email. Two-step login can be enabled on the bitwarden.com web vault. Do you want to visit the website now?"
},
"loggingOut":{
"message":"登出...",
@ -656,7 +652,7 @@
"description":"Yes, Save Now"
},
"notificationNeverSave":{
"message":"Never for this website",
"message":"忽略此网站",
"description":"Never for this website"
},
"disableContextMenuItem":{
@ -701,10 +697,138 @@
},
"contribute":{
"message":"You can contribute to!",
"description":"You can contribute to!"
"description":"You can contribute too!"
},
"learnMore":{
"message":"Learn more",
"message":"进一步了解",
"description":"Learn more"
},
"authenticatorKeyTotp":{
"message":"Authenticator Key (TOTP)",
"description":"Authenticator Key (TOTP)"
},
"verificationCodeTotp":{
"message":"Verification Code (TOTP)",
"description":"Verification Code (TOTP)"
},
"copyVerificationCode":{
"message":"Copy Verification Code",
"description":"Copy Verification Code"
},
"attachments":{
"message":"Attachments",
"description":"Attachments"
},
"deleteAttachment":{
"message":"Delete attachment",
"description":"Delete attachment"
},
"deleteAttachmentConfirmation":{
"message":"Are you sure you want to delete this attachment?",
"description":"Are you sure you want to delete this attachment?"
},
"deletedAttachment":{
"message":"Deleted attachment",
"description":"Deleted attachment"
},
"newAttachment":{
"message":"Add New Attachment",
"description":"Add New Attachment"
},
"noAttachments":{
"message":"No attachments.",
"description":"No attachments."
},
"attachmentSaved":{
"message":"The attachment has been saved.",
"description":"The attachment has been saved."
},
"file":{
"message":"File",
"description":"File"
},
"selectFile":{
"message":"Select a file.",
"description":"Select a file."
},
"maxFileSize":{
"message":"Maximum file size is 100 MB.",
"description":"Maximum file size is 100 MB."
},
"featureUnavailable":{
"message":"Feature Unavailable",
"description":"Feature Unavailable"
},
"updateKey":{
"message":"You cannot use this feature until you update your encryption key.",
"description":"You cannot use this feature until you update your encryption key."
},
"premiumMembership":{
"message":"Premium Membership",
"description":"Premium Membership"
},
"premiumManage":{
"message":"Manage Membership",
"description":"Manage Membership"
},
"premiumManageAlert":{
"message":"You can manage your membership on the bitwarden.com web vault. Do you want to visit the website now?",
"description":"You can manage your membership on the bitwarden.com web vault. Do you want to visit the website now?"
},
"premiumRefresh":{
"message":"Refresh Membership",
"description":"Refresh Membership"
},
"premiumNotCurrentMember":{
"message":"You are not currently a premium member.",
"description":"You are not currently a premium member."
},
"premiumSignUpAndGet":{
"message":"Sign up for a premium membership and get:",
"description":"Sign up for a premium membership and get:"
},
"ppremiumSignUpStorage":{
"message":"1 GB of encrypted file storage.",
"description":"1 GB of encrypted file storage."
},
"ppremiumSignUpTwoStep":{
"message":"Additional two-step login options such as YubiKey, FIDO U2F, and Duo.",
"description":"Additional two-step login options such as YubiKey, FIDO U2F, and Duo."
},
"ppremiumSignUpTotp":{
"message":"TOTP verification code (2FA) generator for logins in your vault.",
"description":"TOTP verification code (2FA) generator for logins in your vault."
},
"ppremiumSignUpSupport":{
"message":"Priority customer support.",
"description":"Priority customer support."
},
"ppremiumSignUpFuture":{
"message":"All future premium features. More coming soon!",
"description":"All future premium features. More coming soon!"
},
"premiumPurchase":{
"message":"Purchase Premium",
"description":"Purchase Premium"
},
"premiumPurchaseAlert":{
"message":"You can purchase premium membership on the bitwarden.com web vault. Do you want to visit the website now?",
"description":"You can purchase premium membership on the bitwarden.com web vault. Do you want to visit the website now?"
},
"premiumCurrentMember":{
"message":"You are a premium member!",
"description":"You are a premium member!"
},
"premiumCurrentMemberThanks":{
"message":"Thank you for supporting bitwarden.",
"description":"Thank you for supporting bitwarden."
},
"premiumPrice":{
"message":"All for just %price% \/year!",
"description":"All for just %price% \/year!"
},
"refreshComplete":{
"message":"Refresh complete",
"description":"Refresh complete"
}
}

View File

@ -131,10 +131,6 @@
"message":"驗證碼",
"description":"Verification Code"
},
"enterTwoStepVerCode":{
"message":"輸入你的兩步驟驗證碼。",
"description":"Enter your two-step verification code."
},
"account":{
"message":"帳戶",
"description":"Account"
@ -537,7 +533,7 @@
},
"twoStepLoginConfirmation":{
"message":"兩步驟登入需要你登入時輸入由驗證碼程式提供的安全碼,令你的帳戶更安全。兩步驟登入可以在 bitwarden 網頁版開啟。現在前往?",
"description":"Two-step login makes your account more secure by requiring you to enter a security code from an authenticator app whenever you log in. Two-step login can be enabled on the bitwarden.com web vault. Do you want to visit the website now?"
"description":"Two-step login makes your account more secure by requiring you to verify your login with another device such as a security key, authenticator app, SMS, phone call, or email. Two-step login can be enabled on the bitwarden.com web vault. Do you want to visit the website now?"
},
"loggingOut":{
"message":"登出中...",
@ -701,10 +697,138 @@
},
"contribute":{
"message":"You can contribute to!",
"description":"You can contribute to!"
"description":"You can contribute too!"
},
"learnMore":{
"message":"Learn more",
"description":"Learn more"
},
"authenticatorKeyTotp":{
"message":"Authenticator Key (TOTP)",
"description":"Authenticator Key (TOTP)"
},
"verificationCodeTotp":{
"message":"Verification Code (TOTP)",
"description":"Verification Code (TOTP)"
},
"copyVerificationCode":{
"message":"Copy Verification Code",
"description":"Copy Verification Code"
},
"attachments":{
"message":"Attachments",
"description":"Attachments"
},
"deleteAttachment":{
"message":"Delete attachment",
"description":"Delete attachment"
},
"deleteAttachmentConfirmation":{
"message":"Are you sure you want to delete this attachment?",
"description":"Are you sure you want to delete this attachment?"
},
"deletedAttachment":{
"message":"Deleted attachment",
"description":"Deleted attachment"
},
"newAttachment":{
"message":"Add New Attachment",
"description":"Add New Attachment"
},
"noAttachments":{
"message":"No attachments.",
"description":"No attachments."
},
"attachmentSaved":{
"message":"The attachment has been saved.",
"description":"The attachment has been saved."
},
"file":{
"message":"File",
"description":"File"
},
"selectFile":{
"message":"Select a file.",
"description":"Select a file."
},
"maxFileSize":{
"message":"Maximum file size is 100 MB.",
"description":"Maximum file size is 100 MB."
},
"featureUnavailable":{
"message":"Feature Unavailable",
"description":"Feature Unavailable"
},
"updateKey":{
"message":"You cannot use this feature until you update your encryption key.",
"description":"You cannot use this feature until you update your encryption key."
},
"premiumMembership":{
"message":"Premium Membership",
"description":"Premium Membership"
},
"premiumManage":{
"message":"Manage Membership",
"description":"Manage Membership"
},
"premiumManageAlert":{
"message":"You can manage your membership on the bitwarden.com web vault. Do you want to visit the website now?",
"description":"You can manage your membership on the bitwarden.com web vault. Do you want to visit the website now?"
},
"premiumRefresh":{
"message":"Refresh Membership",
"description":"Refresh Membership"
},
"premiumNotCurrentMember":{
"message":"You are not currently a premium member.",
"description":"You are not currently a premium member."
},
"premiumSignUpAndGet":{
"message":"Sign up for a premium membership and get:",
"description":"Sign up for a premium membership and get:"
},
"ppremiumSignUpStorage":{
"message":"1 GB of encrypted file storage.",
"description":"1 GB of encrypted file storage."
},
"ppremiumSignUpTwoStep":{
"message":"Additional two-step login options such as YubiKey, FIDO U2F, and Duo.",
"description":"Additional two-step login options such as YubiKey, FIDO U2F, and Duo."
},
"ppremiumSignUpTotp":{
"message":"TOTP verification code (2FA) generator for logins in your vault.",
"description":"TOTP verification code (2FA) generator for logins in your vault."
},
"ppremiumSignUpSupport":{
"message":"Priority customer support.",
"description":"Priority customer support."
},
"ppremiumSignUpFuture":{
"message":"All future premium features. More coming soon!",
"description":"All future premium features. More coming soon!"
},
"premiumPurchase":{
"message":"Purchase Premium",
"description":"Purchase Premium"
},
"premiumPurchaseAlert":{
"message":"You can purchase premium membership on the bitwarden.com web vault. Do you want to visit the website now?",
"description":"You can purchase premium membership on the bitwarden.com web vault. Do you want to visit the website now?"
},
"premiumCurrentMember":{
"message":"You are a premium member!",
"description":"You are a premium member!"
},
"premiumCurrentMemberThanks":{
"message":"Thank you for supporting bitwarden.",
"description":"Thank you for supporting bitwarden."
},
"premiumPrice":{
"message":"All for just %price% \/year!",
"description":"All for just %price% \/year!"
},
"refreshComplete":{
"message":"Refresh complete",
"description":"Refresh complete"
}
}

156
store/locales/hr/copy.resx Normal file
View File

@ -0,0 +1,156 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace"/>
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0"/>
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string"/>
<xsd:attribute name="type" type="xsd:string"/>
<xsd:attribute name="mimetype" type="xsd:string"/>
<xsd:attribute ref="xml:space"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string"/>
<xsd:attribute name="name" type="xsd:string"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2"/>
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1"/>
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3"/>
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4"/>
<xsd:attribute ref="xml:space"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required"/>
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="Name" xml:space="preserve">
<value>bitwarden - Besplatni upravitelj lozinki</value>
</data>
<data name="Summary" xml:space="preserve">
<value>Siguran i besplatan upravitelj lozinki za sve vaše uređaje</value>
</data>
<data name="Description" xml:space="preserve">
<value>bitwarden je najlakši i najsigurniji način pohranjivanja svih vaših prijava i lozinki, dok su iste sinkronizirane među svim vašim uređajima.
Krađa lozinki ozbiljan je problem. Web-lokacije i aplikacije koje upotrebljavate svakodnevno su napadnute. Pojavljuju se sigurnosne povrede, a vaše lozinke su ukradene. Ako ponovno upotrebljavate iste zaporke u aplikacijama i web-lokacijama, hakeri mogu lako pristupiti vašoj e-pošti, banci i drugim važnim računima.
Sigurnosni stručnjaci preporučuju da koristite različitu, nasumično generiranu lozinku za svaki račun koji stvorite. Ali kako upravljati svim tim lozinkama? Bitwarden vam olakšava stvaranje, pohranu i pristup lozinkama.
bitwarden pohranjuje sve vaše prijave u šifrirani trezor koji se sinkronizira na svim vašim uređajima. Budući da je potpuno šifriran prije nego ikada napusti uređaj, samo vi imate pristup podacima. Čak ni tim u bitwardenu ne može vidjeti vaše podatke. Vaši su podaci zapečaćeni s AES-256 bitnim šifriranjem, salt hashom i PBKDF2 SHA-256.</value>
</data>
<data name="AssetTitle" xml:space="preserve">
<value>Siguran i besplatan upravitelj lozinki za sve vaše uređaje</value>
</data>
<data name="ScreenshotSync" xml:space="preserve">
<value>Sinkronizirajte i pristupite trezoru s više uređaja</value>
</data>
<data name="ScreenshotVault" xml:space="preserve">
<value>Upravljajte svim svojim prijavama i lozinkama iz sigurnog trezora</value>
</data>
<data name="ScreenshotAutofill" xml:space="preserve">
<value>Brzo automatsko popunjavanje vjerodajnica za prijavu na bilo kojoj web stranici koje posjećujete</value>
</data>
<data name="ScreenshotMenu" xml:space="preserve">
<value>Vaš trezor je lako dostupan iz izbornika desnim klikom</value>
</data>
<data name="ScreenshotPassword" xml:space="preserve">
<value>Automatski generirajte jake, nasumične i sigurne lozinke</value>
</data>
<data name="ScreenshotEdit" xml:space="preserve">
<value>Vašim se podacima sigurno upravlja AES-256 bitnim šifriranjem</value>
</data>
</root>

View File

@ -118,37 +118,37 @@
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="Name" xml:space="preserve">
<value>bitwarden Manajer Kata Sandi Gratis</value>
<value>bitwarden - Pengelola Sandi Gratis</value>
</data>
<data name="Summary" xml:space="preserve">
<value>Sebuah manajer kata sandi yang aman dan gratis untuk semua perangkat Anda</value>
<value>Pengelola sandi yang aman dan gratis untuk semua perangkat Anda</value>
</data>
<data name="Description" xml:space="preserve">
<value>bitwarden is the easiest and safest way to store all of your logins and passwords while conveniently keeping them synced between all of your devices.
<value>bitwarden adalah cara termudah dan teraman untuk menyimpan semua info masuk dan sandi Anda sambil tetap menjaga mereka disinkronkan di antara semua perangkat Anda.
Password theft is a serious problem. The websites and apps that you use are under attack every day. Security breaches occur and your passwords are stolen. When you reuse the same passwords across apps and websites hackers can easily access your email, bank, and other important accounts.
Pencurian sandi adalah masalah serius. Situs web dan aplikasi yang Anda gunakan diserang setiap hari. Pelanggaran keamanan terjadi dan sandi Anda dicuri. Ketika Anda menggunakan sandi yang sama di aplikasi dan situs web peretas dapat dengan mudah mengakses email, bank, dan akun penting Anda yang lain.
Security experts recommend that you use a different, randomly generated password for every account that you create. But how do you manage all those passwords? bitwarden makes it easy for you to create, store, and access your passwords.
Pakar keamanan merekomendasikan agar Anda menggunakan sandi yang berbeda dan dibuat secara acak untuk setiap akun yang Anda buat. Tapi bagaimana mengelola semua sandi tersebut? bitwarden membuatnya menjadi mudah untuk Anda membuat, menyimpan dan mengakses sandi Anda.
bitwarden stores all of your logins in an encrypted vault that syncs across all of your devices. Since it's fully encrypted before it ever leaves your device, only you have access to your data. Not even the team at bitwarden can read your data, even if we wanted to. Your data is sealed with AES-256 bit encryption, salted hashing, and PBKDF2 SHA-256.</value>
bitwarden menyimpan semua info masuk Anda di brankas terenkripsi yang disinkronkan di semua perangkat Anda. Karena sepenuhnya dienkripsi sebelum meninggalkan perangkat Anda, hanya Anda yang memiliki akses ke data Anda. Bahkan tim di bitwarden tidak dapat membaca data Anda, bahkan jika kami mau. Data Anda disegel dengan ekripsi AES-256 bit, hash yang di-salt, dan PBKDF2 SHA-256.</value>
</data>
<data name="AssetTitle" xml:space="preserve">
<value>Sebuah manajer kata sandi yang aman dan gratis untuk semua perangkat Anda</value>
<value>Pengelola sandi yang aman dan gratis untuk semua perangkat Anda</value>
</data>
<data name="ScreenshotSync" xml:space="preserve">
<value>Selaraskan dan akses beranglas Anda dari beberapa perangkat</value>
<value>Sinkronkan dan akses brankas Anda dari beberapa perangkat</value>
</data>
<data name="ScreenshotVault" xml:space="preserve">
<value>Kelola semua info masuk dan kata sandi Anda dari sebuah berangkas yang aman</value>
<value>Kelola semua info masuk dan sandi Anda dari brankas yang aman</value>
</data>
<data name="ScreenshotAutofill" xml:space="preserve">
<value>Secara otomatis mengisi info masuk Anda dengan cepat ke situs web manapun yang Anda kunjungi</value>
<value>Mengisi info masuk dengan cepat dan otomatis ke situs web yang Anda kunjungi</value>
</data>
<data name="ScreenshotMenu" xml:space="preserve">
<value>Berangkas Anda juga mudah diakses dari menu klik kanan</value>
<value>Brankas Anda juga mudah diakses dari menu klik kanan</value>
</data>
<data name="ScreenshotPassword" xml:space="preserve">
<value>Secara otomatis menghasilkan kata sandi yang kuat, acak, dan aman</value>
<value>Secara otomatis menghasilkan sandi yang kuat, acak dan aman</value>
</data>
<data name="ScreenshotEdit" xml:space="preserve">
<value>Informasi Anda dikelola dengan aman menggunakan enkripsi AES-256 bit</value>

156
store/locales/ro/copy.resx Normal file
View File

@ -0,0 +1,156 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace"/>
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0"/>
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string"/>
<xsd:attribute name="type" type="xsd:string"/>
<xsd:attribute name="mimetype" type="xsd:string"/>
<xsd:attribute ref="xml:space"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string"/>
<xsd:attribute name="name" type="xsd:string"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2"/>
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1"/>
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3"/>
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4"/>
<xsd:attribute ref="xml:space"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required"/>
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="Name" xml:space="preserve">
<value>bitwarden Free Password Manager</value>
</data>
<data name="Summary" xml:space="preserve">
<value>A secure and free password manager for all of your devices</value>
</data>
<data name="Description" xml:space="preserve">
<value>bitwarden is the easiest and safest way to store all of your logins and passwords while conveniently keeping them synced between all of your devices.
Password theft is a serious problem. The websites and apps that you use are under attack every day. Security breaches occur and your passwords are stolen. When you reuse the same passwords across apps and websites hackers can easily access your email, bank, and other important accounts.
Security experts recommend that you use a different, randomly generated password for every account that you create. But how do you manage all those passwords? bitwarden makes it easy for you to create, store, and access your passwords.
bitwarden stores all of your logins in an encrypted vault that syncs across all of your devices. Since it's fully encrypted before it ever leaves your device, only you have access to your data. Not even the team at bitwarden can read your data, even if we wanted to. Your data is sealed with AES-256 bit encryption, salted hashing, and PBKDF2 SHA-256.</value>
</data>
<data name="AssetTitle" xml:space="preserve">
<value>A secure and free password manager for all of your devices</value>
</data>
<data name="ScreenshotSync" xml:space="preserve">
<value>Sync and access your vault from multiple devices</value>
</data>
<data name="ScreenshotVault" xml:space="preserve">
<value>Manage all your logins and passwords from a secure vault</value>
</data>
<data name="ScreenshotAutofill" xml:space="preserve">
<value>Quickly auto-fill your login credentials into any website that you visit</value>
</data>
<data name="ScreenshotMenu" xml:space="preserve">
<value>Your vault is also conveniently accessible from the right-click menu</value>
</data>
<data name="ScreenshotPassword" xml:space="preserve">
<value>Automatically generate strong, random, and secure passwords</value>
</data>
<data name="ScreenshotEdit" xml:space="preserve">
<value>Your information is managed securely using AES-256 bit encryption</value>
</data>
</root>