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:
parent
8b1d2df0b4
commit
029610e0f8
@ -150,6 +150,9 @@
|
|||||||
"save": {
|
"save": {
|
||||||
"message": "Spremi"
|
"message": "Spremi"
|
||||||
},
|
},
|
||||||
|
"move": {
|
||||||
|
"message": "Move"
|
||||||
|
},
|
||||||
"addFolder": {
|
"addFolder": {
|
||||||
"message": "Dodaj mapu"
|
"message": "Dodaj mapu"
|
||||||
},
|
},
|
||||||
@ -628,23 +631,33 @@
|
|||||||
"shared": {
|
"shared": {
|
||||||
"message": "Dijeljeno"
|
"message": "Dijeljeno"
|
||||||
},
|
},
|
||||||
"shareVault": {
|
"learnOrg": {
|
||||||
"message": "Podijeli svoj trezor"
|
"message": "Learn about Organizations"
|
||||||
},
|
},
|
||||||
"shareVaultConfirmation": {
|
"learnOrgConfirmation": {
|
||||||
"message": "Bitwarden omogućuje dijeljenje trezora s drugima pomoću organizacijskog računa. Želiš li sada posjetiti bitwarden.com za više informacija?"
|
"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": {
|
"moveToOrganization": {
|
||||||
"message": "Podijeli stavku"
|
"message": "Move to Organization"
|
||||||
},
|
},
|
||||||
"share": {
|
"share": {
|
||||||
"message": "Podijeli"
|
"message": "Podijeli"
|
||||||
},
|
},
|
||||||
"sharedItem": {
|
"movedItemToOrg": {
|
||||||
"message": "Stavka podijeljena"
|
"message": "$ITEMNAME$ moved to $ORGNAME$",
|
||||||
|
"placeholders": {
|
||||||
|
"itemname": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "Secret Item"
|
||||||
|
},
|
||||||
|
"orgname": {
|
||||||
|
"content": "$2",
|
||||||
|
"example": "Company Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"shareDesc": {
|
"moveToOrgDesc": {
|
||||||
"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."
|
"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": {
|
"learnMore": {
|
||||||
"message": "Saznaj više"
|
"message": "Saznaj više"
|
||||||
@ -805,6 +818,9 @@
|
|||||||
"webAuthnNewTab": {
|
"webAuthnNewTab": {
|
||||||
"message": "Nastavi na WebAuthn 2FA verifikaciju u novoj kartici."
|
"message": "Nastavi na WebAuthn 2FA verifikaciju u novoj kartici."
|
||||||
},
|
},
|
||||||
|
"webAuthnNewTabOpen": {
|
||||||
|
"message": "Open new tab"
|
||||||
|
},
|
||||||
"webAuthnAuthenticate": {
|
"webAuthnAuthenticate": {
|
||||||
"message": "Ovjeri WebAuthn"
|
"message": "Ovjeri WebAuthn"
|
||||||
},
|
},
|
||||||
@ -898,15 +914,27 @@
|
|||||||
"enableAutoFillOnPageLoadDesc": {
|
"enableAutoFillOnPageLoadDesc": {
|
||||||
"message": "Ako se otkrije obrazac za prijavu, samostalno auto-ispuni kada se web stranica učita."
|
"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": {
|
"experimentalFeature": {
|
||||||
"message": "Ovo je trenutno eksperimentalna značajka. Koristi na vlastitu odgovornost."
|
"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": {
|
"commandOpenPopup": {
|
||||||
"message": "Otvori iskočni prozor trezora"
|
"message": "Otvori iskočni prozor trezora"
|
||||||
},
|
},
|
||||||
@ -1718,5 +1746,11 @@
|
|||||||
},
|
},
|
||||||
"passwordConfirmationDesc": {
|
"passwordConfirmationDesc": {
|
||||||
"message": "Ova radnja je zaštićena. Za nastavak i potvrdu identiteta, unesi svoju glavnu lozinku."
|
"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."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user