1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-18 11:05:41 +01:00

New translations messages.json (Croatian)

This commit is contained in:
Kyle Spearrin 2021-06-29 14:08:50 -04:00
parent 8b1d2df0b4
commit 029610e0f8

View File

@ -150,6 +150,9 @@
"save": {
"message": "Spremi"
},
"move": {
"message": "Move"
},
"addFolder": {
"message": "Dodaj mapu"
},
@ -628,23 +631,33 @@
"shared": {
"message": "Dijeljeno"
},
"shareVault": {
"message": "Podijeli svoj trezor"
"learnOrg": {
"message": "Learn about Organizations"
},
"shareVaultConfirmation": {
"message": "Bitwarden omogućuje dijeljenje trezora s drugima pomoću organizacijskog računa. Želiš li sada posjetiti bitwarden.com za više informacija?"
"learnOrgConfirmation": {
"message": "Bitwarden allows you to share your vault items with others by using an organization. Would you like to visit the bitwarden.com website to learn more?"
},
"shareItem": {
"message": "Podijeli stavku"
"moveToOrganization": {
"message": "Move to Organization"
},
"share": {
"message": "Podijeli"
},
"sharedItem": {
"message": "Stavka podijeljena"
"movedItemToOrg": {
"message": "$ITEMNAME$ moved to $ORGNAME$",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
},
"orgname": {
"content": "$2",
"example": "Company Name"
}
}
},
"shareDesc": {
"message": "Odaberi organizaciju s kojom želiš podijeliti ovu stavku. Nakon dijeljenja više nećeš biti izravni vlasnik ove stavke jer dijeljenje prenosi vlasništvo stavke na organizaciju."
"moveToOrgDesc": {
"message": "Choose an organization that you wish to move this item to. Moving to an organization transfers ownership of the item to that organization. You will no longer be the direct owner of this item once it has been moved."
},
"learnMore": {
"message": "Saznaj više"
@ -805,6 +818,9 @@
"webAuthnNewTab": {
"message": "Nastavi na WebAuthn 2FA verifikaciju u novoj kartici."
},
"webAuthnNewTabOpen": {
"message": "Open new tab"
},
"webAuthnAuthenticate": {
"message": "Ovjeri WebAuthn"
},
@ -898,15 +914,27 @@
"enableAutoFillOnPageLoadDesc": {
"message": "Ako se otkrije obrazac za prijavu, samostalno auto-ispuni kada se web stranica učita."
},
"enableAutoTotpCopyOnAutoFill": {
"message": "Automatsko kopiranje TOTP nakon učitavanja stranice."
},
"enableAutoTotpCopyOnAutoFillDesc": {
"message": "Ako je auto-ispuna pri učitavanju stranice uključena, TOTP verifikacijski kôd će se automatski kopirati kod učitavanja stranice. Isključuje se opcijom „Onemogući automatsko kopiranje TOTP”"
},
"experimentalFeature": {
"message": "Ovo je trenutno eksperimentalna značajka. Koristi na vlastitu odgovornost."
},
"defaultAutoFillOnPageLoad": {
"message": "Default autofill setting for login items"
},
"defaultAutoFillOnPageLoadDesc": {
"message": "After enabling Auto-fill on Page Load, you can enable or disable the feature for individual login items. This is the default setting for login items that are not separately configured."
},
"itemAutoFillOnPageLoad": {
"message": "Auto-fill on Page Load (if enabled in Options)"
},
"autoFillOnPageLoadUseDefault": {
"message": "Use default setting"
},
"autoFillOnPageLoadYes": {
"message": "Auto-fill on page load"
},
"autoFillOnPageLoadNo": {
"message": "Do not auto-fill on page load"
},
"commandOpenPopup": {
"message": "Otvori iskočni prozor trezora"
},
@ -1718,5 +1746,11 @@
},
"passwordConfirmationDesc": {
"message": "Ova radnja je zaštićena. Za nastavak i potvrdu identiteta, unesi svoju glavnu lozinku."
},
"emailVerificationRequired": {
"message": "Email Verification Required"
},
"emailVerificationRequiredDesc": {
"message": "You must verify your email to use this feature. You can verify your email in the web vault."
}
}