From 029610e0f8a8a0c098a9f832e3eaad46a0f22d92 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Tue, 29 Jun 2021 14:08:50 -0400 Subject: [PATCH] New translations messages.json (Croatian) --- src/_locales/hr/messages.json | 66 ++++++++++++++++++++++++++--------- 1 file changed, 50 insertions(+), 16 deletions(-) diff --git a/src/_locales/hr/messages.json b/src/_locales/hr/messages.json index f2063e4cf6..9702b9e9c3 100644 --- a/src/_locales/hr/messages.json +++ b/src/_locales/hr/messages.json @@ -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." } }