From 5487d5ae28273d88f0eaf7ffe96421200a015599 Mon Sep 17 00:00:00 2001
From: "bw-ghapp[bot]" <178206702+bw-ghapp[bot]@users.noreply.github.com>
Date: Mon, 23 Jun 2025 12:17:41 +0200
Subject: [PATCH] Autosync the updated translations (#15178)
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
---
apps/web/src/locales/af/messages.json | 6 +-
apps/web/src/locales/ar/messages.json | 6 +-
apps/web/src/locales/az/messages.json | 6 +-
apps/web/src/locales/be/messages.json | 6 +-
apps/web/src/locales/bg/messages.json | 6 +-
apps/web/src/locales/bn/messages.json | 6 +-
apps/web/src/locales/bs/messages.json | 6 +-
apps/web/src/locales/ca/messages.json | 6 +-
apps/web/src/locales/cs/messages.json | 178 +-
apps/web/src/locales/cy/messages.json | 6 +-
apps/web/src/locales/da/messages.json | 6 +-
apps/web/src/locales/de/messages.json | 14 +-
apps/web/src/locales/el/messages.json | 6 +-
apps/web/src/locales/en_GB/messages.json | 6 +-
apps/web/src/locales/en_IN/messages.json | 6 +-
apps/web/src/locales/eo/messages.json | 6 +-
apps/web/src/locales/es/messages.json | 382 +-
apps/web/src/locales/et/messages.json | 6 +-
apps/web/src/locales/eu/messages.json | 6 +-
apps/web/src/locales/fa/messages.json | 28 +-
apps/web/src/locales/fi/messages.json | 6 +-
apps/web/src/locales/fil/messages.json | 6 +-
apps/web/src/locales/fr/messages.json | 6 +-
apps/web/src/locales/gl/messages.json | 6 +-
apps/web/src/locales/he/messages.json | 6 +-
apps/web/src/locales/hi/messages.json | 6 +-
apps/web/src/locales/hr/messages.json | 6 +-
apps/web/src/locales/hu/messages.json | 6 +-
apps/web/src/locales/id/messages.json | 6 +-
apps/web/src/locales/it/messages.json | 172 +-
apps/web/src/locales/ja/messages.json | 6 +-
apps/web/src/locales/ka/messages.json | 6 +-
apps/web/src/locales/km/messages.json | 6 +-
apps/web/src/locales/kn/messages.json | 6 +-
apps/web/src/locales/ko/messages.json | 6 +-
apps/web/src/locales/lv/messages.json | 6 +-
apps/web/src/locales/ml/messages.json | 6 +-
apps/web/src/locales/mr/messages.json | 6 +-
apps/web/src/locales/my/messages.json | 6 +-
apps/web/src/locales/nb/messages.json | 6 +-
apps/web/src/locales/ne/messages.json | 6 +-
apps/web/src/locales/nl/messages.json | 6 +-
apps/web/src/locales/nn/messages.json | 6 +-
apps/web/src/locales/or/messages.json | 6 +-
apps/web/src/locales/pl/messages.json | 6 +-
apps/web/src/locales/pt_BR/messages.json | 6 +-
apps/web/src/locales/pt_PT/messages.json | 10 +-
apps/web/src/locales/ro/messages.json | 6 +-
apps/web/src/locales/ru/messages.json | 6 +-
apps/web/src/locales/si/messages.json | 6 +-
apps/web/src/locales/sk/messages.json | 6 +-
apps/web/src/locales/sl/messages.json | 6 +-
apps/web/src/locales/sr_CS/messages.json | 6 +-
apps/web/src/locales/sr_CY/messages.json | 6510 ++++++++++++++++++++--
apps/web/src/locales/sv/messages.json | 6 +-
apps/web/src/locales/te/messages.json | 6 +-
apps/web/src/locales/th/messages.json | 6 +-
apps/web/src/locales/tr/messages.json | 6 +-
apps/web/src/locales/uk/messages.json | 26 +-
apps/web/src/locales/vi/messages.json | 6 +-
apps/web/src/locales/zh_CN/messages.json | 12 +-
apps/web/src/locales/zh_TW/messages.json | 6 +-
62 files changed, 6615 insertions(+), 1035 deletions(-)
diff --git a/apps/web/src/locales/af/messages.json b/apps/web/src/locales/af/messages.json
index 554c29bddb5..40203dffde0 100644
--- a/apps/web/src/locales/af/messages.json
+++ b/apps/web/src/locales/af/messages.json
@@ -7614,9 +7614,9 @@
"message": "Diensrekening bygewerk",
"description": "Notifies that a service account has been updated"
},
- "newSaSelectAccess": {
- "message": "Tik of kies projekte of geheime",
- "description": "Instructions for selecting projects or secrets for a new service account"
+ "typeOrSelectProjects": {
+ "message": "Type or select projects",
+ "description": "Instructions for selecting projects for a service account"
},
"newSaTypeToFilter": {
"message": "Tik om te filter",
diff --git a/apps/web/src/locales/ar/messages.json b/apps/web/src/locales/ar/messages.json
index 99f2aec7e93..c6fb31351bc 100644
--- a/apps/web/src/locales/ar/messages.json
+++ b/apps/web/src/locales/ar/messages.json
@@ -7614,9 +7614,9 @@
"message": "Service account updated",
"description": "Notifies that a service account has been updated"
},
- "newSaSelectAccess": {
- "message": "Type or select projects or secrets",
- "description": "Instructions for selecting projects or secrets for a new service account"
+ "typeOrSelectProjects": {
+ "message": "Type or select projects",
+ "description": "Instructions for selecting projects for a service account"
},
"newSaTypeToFilter": {
"message": "Type to filter",
diff --git a/apps/web/src/locales/az/messages.json b/apps/web/src/locales/az/messages.json
index ae11d7d18a6..cccf564df9f 100644
--- a/apps/web/src/locales/az/messages.json
+++ b/apps/web/src/locales/az/messages.json
@@ -7614,9 +7614,9 @@
"message": "Xidmət hesabı güncəlləndi",
"description": "Notifies that a service account has been updated"
},
- "newSaSelectAccess": {
- "message": "Layihələri və ya sirləri yazın və ya seçin",
- "description": "Instructions for selecting projects or secrets for a new service account"
+ "typeOrSelectProjects": {
+ "message": "Layihələri yaz və ya seç",
+ "description": "Instructions for selecting projects for a service account"
},
"newSaTypeToFilter": {
"message": "Filtrləmək üçün yazın",
diff --git a/apps/web/src/locales/be/messages.json b/apps/web/src/locales/be/messages.json
index 224977b046a..56078b60431 100644
--- a/apps/web/src/locales/be/messages.json
+++ b/apps/web/src/locales/be/messages.json
@@ -7614,9 +7614,9 @@
"message": "Сэрвісны ўліковы запіс абноўлены",
"description": "Notifies that a service account has been updated"
},
- "newSaSelectAccess": {
- "message": "Увядзіце або выберыце праекты (сакрэты)",
- "description": "Instructions for selecting projects or secrets for a new service account"
+ "typeOrSelectProjects": {
+ "message": "Type or select projects",
+ "description": "Instructions for selecting projects for a service account"
},
"newSaTypeToFilter": {
"message": "Увядзіце, каб адфільтраваць",
diff --git a/apps/web/src/locales/bg/messages.json b/apps/web/src/locales/bg/messages.json
index fe6de463495..851de530ac1 100644
--- a/apps/web/src/locales/bg/messages.json
+++ b/apps/web/src/locales/bg/messages.json
@@ -7614,9 +7614,9 @@
"message": "Сервизният акаунт е обновен",
"description": "Notifies that a service account has been updated"
},
- "newSaSelectAccess": {
- "message": "Пишете тук или изберете проекти или тайни",
- "description": "Instructions for selecting projects or secrets for a new service account"
+ "typeOrSelectProjects": {
+ "message": "Пишете тук или изберете проекти",
+ "description": "Instructions for selecting projects for a service account"
},
"newSaTypeToFilter": {
"message": "Пишете тук за филтриране",
diff --git a/apps/web/src/locales/bn/messages.json b/apps/web/src/locales/bn/messages.json
index 91c11170998..660912d30a2 100644
--- a/apps/web/src/locales/bn/messages.json
+++ b/apps/web/src/locales/bn/messages.json
@@ -7614,9 +7614,9 @@
"message": "Service account updated",
"description": "Notifies that a service account has been updated"
},
- "newSaSelectAccess": {
- "message": "Type or select projects or secrets",
- "description": "Instructions for selecting projects or secrets for a new service account"
+ "typeOrSelectProjects": {
+ "message": "Type or select projects",
+ "description": "Instructions for selecting projects for a service account"
},
"newSaTypeToFilter": {
"message": "Type to filter",
diff --git a/apps/web/src/locales/bs/messages.json b/apps/web/src/locales/bs/messages.json
index 4ff05a9d7b2..df9d19a28b1 100644
--- a/apps/web/src/locales/bs/messages.json
+++ b/apps/web/src/locales/bs/messages.json
@@ -7614,9 +7614,9 @@
"message": "Service account updated",
"description": "Notifies that a service account has been updated"
},
- "newSaSelectAccess": {
- "message": "Type or select projects or secrets",
- "description": "Instructions for selecting projects or secrets for a new service account"
+ "typeOrSelectProjects": {
+ "message": "Type or select projects",
+ "description": "Instructions for selecting projects for a service account"
},
"newSaTypeToFilter": {
"message": "Type to filter",
diff --git a/apps/web/src/locales/ca/messages.json b/apps/web/src/locales/ca/messages.json
index 6b1fbcc8125..99f1b96d978 100644
--- a/apps/web/src/locales/ca/messages.json
+++ b/apps/web/src/locales/ca/messages.json
@@ -7614,9 +7614,9 @@
"message": "Compte de servei actualitzat",
"description": "Notifies that a service account has been updated"
},
- "newSaSelectAccess": {
- "message": "Escriu o selecciona projectes o secrets",
- "description": "Instructions for selecting projects or secrets for a new service account"
+ "typeOrSelectProjects": {
+ "message": "Escriu o selecciona projectes",
+ "description": "Instructions for selecting projects for a service account"
},
"newSaTypeToFilter": {
"message": "Escriu per a filtrar",
diff --git a/apps/web/src/locales/cs/messages.json b/apps/web/src/locales/cs/messages.json
index a31392b7df1..943d52d863a 100644
--- a/apps/web/src/locales/cs/messages.json
+++ b/apps/web/src/locales/cs/messages.json
@@ -21,7 +21,7 @@
"message": "Rizikové heslo"
},
"reviewAtRiskPasswords": {
- "message": "Zkontrolujte riziková hesla (slabá, odhalená nebo opakovaně používaná) ve všech aplikacích. Vyberte nejkritičtější aplikace a stanovte priority bezpečnostních opatření pro uživatele, abyste se vypořádali s rizikovými hesly."
+ "message": "Zkontrolujte ohrožená hesla (slabá, odhalená nebo opakovaně používaná) ve všech aplikacích. Vyberte nejkritičtější aplikace a stanovte priority bezpečnostních opatření pro uživatele, abyste se vypořádali s ohroženými hesly."
},
"dataLastUpdated": {
"message": "Data naposledy aktualizována: $DATE$",
@@ -90,7 +90,7 @@
"message": "Neoznačili jste žádné aplikace jako kritické"
},
"noCriticalAppsDescription": {
- "message": "Vyberte své nejkritičtější aplikace, abyste objevili riziková hesla a upozorněte uživatele na změnu těchto hesel."
+ "message": "Vyberte své nejkritičtější aplikace, abyste objevili ohrožená hesla a upozorněte uživatele na změnu těchto hesel."
},
"markCriticalApps": {
"message": "Označit kritické aplikace"
@@ -120,7 +120,7 @@
"message": "Ohrožení členové"
},
"atRiskMembersWithCount": {
- "message": "Rizikoví členové ($COUNT$)",
+ "message": "Ohrožení členové ($COUNT$)",
"placeholders": {
"count": {
"content": "$1",
@@ -129,7 +129,7 @@
}
},
"atRiskApplicationsWithCount": {
- "message": "Rizikové aplikace ($COUNT$)",
+ "message": "Ohrožené aplikace ($COUNT$)",
"placeholders": {
"count": {
"content": "$1",
@@ -171,7 +171,7 @@
"message": "Celkem členů"
},
"atRiskApplications": {
- "message": "Rizikové aplikace"
+ "message": "Ohrožené aplikace"
},
"totalApplications": {
"message": "Celkem aplikací"
@@ -587,7 +587,7 @@
"message": "Upravit"
},
"searchCollection": {
- "message": "Prohledat kolekci"
+ "message": "Prohledat sbírku"
},
"searchFolder": {
"message": "Prohledat složku"
@@ -666,7 +666,7 @@
"message": "Složky"
},
"collections": {
- "message": "Kolekce"
+ "message": "Sbírky"
},
"firstName": {
"message": "Křestní jméno"
@@ -1367,13 +1367,13 @@
"message": "Žádné položky k zobrazení."
},
"noPermissionToViewAllCollectionItems": {
- "message": "Nemáte oprávnění k zobrazení všech položek v této kolekci."
+ "message": "Nemáte oprávnění k zobrazení všech položek v této sbírce."
},
"youDoNotHavePermissions": {
- "message": "Nemáte oprávnění k této kolekci"
+ "message": "Nemáte oprávnění k této sbírce"
},
"noCollectionsInList": {
- "message": "Žádné kolekce k zobrazení."
+ "message": "Žádné sbírky k zobrazení."
},
"noGroupsInList": {
"message": "Žádné skupiny k zobrazení."
@@ -1539,7 +1539,7 @@
"message": "Vyberte organizaci, do které chcete tuto položku přesunout. Přesun do organizace převede vlastnictví položky této organizaci. Po přesunutí této položky již nebudete přímým vlastníkem této položky."
},
"collectionsDesc": {
- "message": "Upravte kolekce, ve kterých je tato položka sdílená. Pouze uživatelé organizace, kteří mají přístup k těmto kolekcím, budou moci tuto položku vidět."
+ "message": "Upravte sbírky, ve kterých je tato položka sdílená. Pouze uživatelé organizace, kteří mají přístup k těmto sbírkám, budou moci tuto položku vidět."
},
"deleteSelectedItemsDesc": {
"message": "$COUNT$ položek bude přesunuto do koše.",
@@ -1551,7 +1551,7 @@
}
},
"deleteSelectedCollectionsDesc": {
- "message": "$COUNT$ kolekcí bude trvale smazáno.",
+ "message": "$COUNT$ sbírek bude trvale smazáno.",
"placeholders": {
"count": {
"content": "$1",
@@ -2019,7 +2019,7 @@
"message": "Zvolte složku"
},
"selectImportCollection": {
- "message": "Zvolte kolekci"
+ "message": "Zvolte sbírku"
},
"importTargetHint": {
"message": "Pokud chcete obsah importovaného souboru přesunout do složky $DESTINATION$, vyberte tuto volbu",
@@ -2201,7 +2201,7 @@
"message": "Spravovat"
},
"manageCollection": {
- "message": "Spravovat kolekci"
+ "message": "Spravovat sbírku"
},
"viewItems": {
"message": "Zobrazit položky"
@@ -3141,7 +3141,7 @@
}
},
"limitedCollections": {
- "message": "Omezeno na $COUNT$ kolekcí",
+ "message": "Omezeno na $COUNT$ sbírek",
"placeholders": {
"count": {
"content": "$1",
@@ -3162,7 +3162,7 @@
"message": "Neomezený počet uživatelů"
},
"createUnlimitedCollections": {
- "message": "Neomezený počet kolekcí"
+ "message": "Neomezený počet sbírek"
},
"gbEncryptedFileStorage": {
"message": "$SIZE$ šifrovaného úložiště",
@@ -3264,7 +3264,7 @@
"message": "Opustili jste organizaci"
},
"defaultCollection": {
- "message": "Výchozí kolekce"
+ "message": "Výchozí sbírka"
},
"getHelp": {
"message": "Získat nápovědu"
@@ -3339,7 +3339,7 @@
"message": "Externí SSO ID je nešifrovaná reference mezi Bitwardenem a Vaším nastaveným poskytovatelem SSO."
},
"nestCollectionUnder": {
- "message": "Vnořit kolekci pod"
+ "message": "Vnořit sbírku pod"
},
"accessControl": {
"message": "Správa přístupů"
@@ -3348,19 +3348,19 @@
"message": "Jen ke čtení"
},
"newCollection": {
- "message": "Nová kolekce"
+ "message": "Nová sbírka"
},
"addCollection": {
- "message": "Přidat kolekci"
+ "message": "Přidat sbírku"
},
"editCollection": {
- "message": "Upravit kolekci"
+ "message": "Upravit sbírku"
},
"collectionInfo": {
- "message": "Informace o kolekci"
+ "message": "Informace o sbírce"
},
"deleteCollectionConfirmation": {
- "message": "Opravdu chcete smazat tuto kolekci?"
+ "message": "Opravdu chcete smazat tuto sbírku?"
},
"editMember": {
"message": "Upravit člena"
@@ -3420,13 +3420,13 @@
"message": "Administrátor"
},
"adminDesc": {
- "message": "Spravuje přístup v organizaci, všechny kolekce, členy, hlášení a nastavení zabezpečení."
+ "message": "Spravuje přístup v organizaci, všechny sbírky, členy, hlášení a nastavení zabezpečení."
},
"user": {
"message": "Uživatel"
},
"userDesc": {
- "message": "Přistupuje k přiřazeným kolekcím a přidává je."
+ "message": "Přistupuje k přiřazeným sbírkám a přidává položky."
},
"all": {
"message": "Vše"
@@ -3607,7 +3607,7 @@
}
},
"viewCollectionWithName": {
- "message": "Byla zobrazena kolekce $NAME$.",
+ "message": "Zobrazit sbírku - $NAME$",
"placeholders": {
"name": {
"content": "$1",
@@ -3661,7 +3661,7 @@
}
},
"createdCollectionId": {
- "message": "Byla vytvořena kolekce $ID$.",
+ "message": "Byla vytvořena sbírka $ID$.",
"placeholders": {
"id": {
"content": "$1",
@@ -3670,7 +3670,7 @@
}
},
"editedCollectionId": {
- "message": "Byla upravena kolekce $ID$.",
+ "message": "Byla upravena sbírka $ID$.",
"placeholders": {
"id": {
"content": "$1",
@@ -3679,10 +3679,10 @@
}
},
"deletedCollections": {
- "message": "Byly smazány kolekce."
+ "message": "Byly smazány sbírky."
},
"deletedCollectionId": {
- "message": "Byla smazána kolekce $ID$.",
+ "message": "Byla smazána sbírka $ID$.",
"placeholders": {
"id": {
"content": "$1",
@@ -3799,7 +3799,7 @@
}
},
"editedCollectionsForItem": {
- "message": "Byly upraveny kolekce pro položku $ID$.",
+ "message": "Byly upraveny sbírky pro položku $ID$.",
"placeholders": {
"id": {
"content": "$1",
@@ -4004,7 +4004,7 @@
"message": "Přístup skupiny"
},
"groupAccessUserDesc": {
- "message": "Udělí členům přístup ke kolekcím přidáním do 1 nebo více skupin."
+ "message": "Udělí členům přístup ke sbírkám přidáním do 1 nebo více skupin."
},
"invitedUsers": {
"message": "Uživatelé byli pozváni"
@@ -4775,7 +4775,7 @@
"message": "Měnit klíč API"
},
"selectOneCollection": {
- "message": "Musíte vybrat alespoň jednu kolekci."
+ "message": "Musíte vybrat alespoň jednu sbírku."
},
"couldNotChargeCardPayInvoice": {
"message": "Nepodařilo se nám strhnout platbu z Vaší karty. Prohlédněte si a zaplaťte nezaplacenou fakturu uvedenou níže."
@@ -5382,7 +5382,7 @@
"message": "Majitelé a správci organizací jsou od prosazování těchto zásad osvobozeni."
},
"personalOwnershipSubmitError": {
- "message": "Z důvodu podnikových zásad nemůžete ukládat položky do svého osobního trezoru. Změňte vlastnictví položky na organizaci a poté si vyberte z dostupných kolekcí."
+ "message": "Z důvodu podnikových zásad nemůžete ukládat položky do svého osobního trezoru. Změňte vlastnictví položky na organizaci a poté si vyberte z dostupných sbírek."
},
"disableSend": {
"message": "Odebrat Send"
@@ -5472,16 +5472,16 @@
"message": "K provedení této akce nemáte potřebná oprávnění."
},
"manageAllCollections": {
- "message": "Správa všech kolekcí"
+ "message": "Správa všech sbírek"
},
"createNewCollections": {
- "message": "Vytváření nových kolekcí"
+ "message": "Vytváření nových sbírek"
},
"editAnyCollection": {
- "message": "Úprava jakékoli kolekce"
+ "message": "Úprava jakékoli sbírky"
},
"deleteAnyCollection": {
- "message": "Smazání jakékoli kolekce"
+ "message": "Smazání jakékoli sbírky"
},
"manageGroups": {
"message": "Správa skupin"
@@ -6318,7 +6318,7 @@
"message": "Prémiový přístup až pro 6 uživatelů"
},
"sponsoredFamiliesSharedCollectionsForFamilyMembers": {
- "message": "Sdílené kolekce pro členy rodiny"
+ "message": "Sdílené sbírky pro členy rodiny"
},
"memberFamilies": {
"message": "Rodiny členů"
@@ -7614,9 +7614,9 @@
"message": "Účet služby byl aktualizován",
"description": "Notifies that a service account has been updated"
},
- "newSaSelectAccess": {
- "message": "Napište nebo vyberte projekty nebo tajné klíče",
- "description": "Instructions for selecting projects or secrets for a new service account"
+ "typeOrSelectProjects": {
+ "message": "Napište nebo vyberte projekty",
+ "description": "Instructions for selecting projects for a service account"
},
"newSaTypeToFilter": {
"message": "Pište pro filtrování",
@@ -7795,19 +7795,19 @@
"message": "Informace o skupině"
},
"editGroupMembersDesc": {
- "message": "Udělí členům přístup k přiřazeným kolekcím skupiny."
+ "message": "Udělí členům přístup k přiřazeným sbírkám skupiny."
},
"editGroupCollectionsDesc": {
- "message": "Udělí členům přístup ke kolekcím přidáním do této skupiny."
+ "message": "Udělí členům přístup ke sbírkám přidáním do této skupiny."
},
"restrictedCollectionAssignmentDesc": {
- "message": "Můžete přiřadit jen Vámi spravované kolekce."
+ "message": "Můžete přiřadit jen Vámi spravované sbírky."
},
"selectMembers": {
"message": "Vybrat členy"
},
"selectCollections": {
- "message": "Vybrat kolekce"
+ "message": "Vybrat sbírku"
},
"role": {
"message": "Role"
@@ -7816,13 +7816,13 @@
"message": "Odebrat člena"
},
"collection": {
- "message": "Kolekce"
+ "message": "Sbírka"
},
"noCollection": {
- "message": "Žádná kolekce"
+ "message": "Žádná sbírka"
},
"noCollectionsAdded": {
- "message": "Nebyly přidány žádné kolekce"
+ "message": "Nebyly přidány žádné sbírky"
},
"noMembersAdded": {
"message": "Nebyli přidáni žádní členové"
@@ -8023,7 +8023,7 @@
}
},
"freeOrgMaxCollectionReachedManageBilling": {
- "message": "Bezplatné organizace mohou mít až $COLLECTIONCOUNT$ kolekcí. Chcete-li přidat více kolekcí, přejděte na placený tarif.",
+ "message": "Bezplatné organizace mohou mít až $COLLECTIONCOUNT$ sbírek. Chcete-li přidat více sbírek, přejděte na placený tarif.",
"placeholders": {
"COLLECTIONCOUNT": {
"content": "$1",
@@ -8032,7 +8032,7 @@
}
},
"freeOrgMaxCollectionReachedNoManageBilling": {
- "message": "Bezplatné organizace mohou mít až $COLLECTIONCOUNT$ kolekcí. Pro aktualizaci kontaktujte majitele organizace.",
+ "message": "Bezplatné organizace mohou mít až $COLLECTIONCOUNT$ sbírek. Pro aktualizaci kontaktujte majitele organizace.",
"placeholders": {
"COLLECTIONCOUNT": {
"content": "$1",
@@ -8692,25 +8692,25 @@
}
},
"collectionManagement": {
- "message": "Správa kolekce"
+ "message": "Správa sbírky"
},
"collectionManagementDesc": {
- "message": "Spravuje chování kolekce pro organizaci"
+ "message": "Spravuje chování sbírky pro organizaci"
},
"limitCollectionCreationDesc": {
- "message": "Omezí vytváření kolekce na vlastníky a správce"
+ "message": "Omezí vytváření sbírky na vlastníky a správce"
},
"limitCollectionDeletionDesc": {
- "message": "Omezí mazání kolekce na vlastníky a správce"
+ "message": "Omezí mazání sbírky na vlastníky a správce"
},
"limitItemDeletionDescription": {
- "message": "Omezit smazání položky na členy s oprávněním Spravovat kolekci"
+ "message": "Omezit smazání položky na členy s oprávněním Spravovat sbírku"
},
"allowAdminAccessToAllCollectionItemsDesc": {
- "message": "Vlastníci a správci mohou spravovat všechny kolekce a předměty"
+ "message": "Vlastníci a správci mohou spravovat všechny sbírky a položky"
},
"updatedCollectionManagement": {
- "message": "Aktualizované nastavení správy kolekce"
+ "message": "Aktualizované nastavení správy sbírky"
},
"passwordManagerPlanPrice": {
"message": "Cena předplatného Správce hesel"
@@ -8743,10 +8743,10 @@
"message": "Beta"
},
"assignCollectionAccess": {
- "message": "Přiřadit přístup ke kolekci"
+ "message": "Přiřadit přístup ke sbírce"
},
"editedCollections": {
- "message": "Upravené kolekce"
+ "message": "Upravené sbírky"
},
"baseUrl": {
"message": "URL serveru"
@@ -8777,7 +8777,7 @@
"message": "Přístupový klíč nebude zkopírován do duplikované položky. Chete pokračovat v duplikování této položky?"
},
"modifiedCollectionManagement": {
- "message": "Upraveno nastavení správy kolekce $ID$.",
+ "message": "Upraveno nastavení správy sbírky $ID$.",
"placeholders": {
"id": {
"content": "$1",
@@ -8811,25 +8811,25 @@
"message": "Byl dosažen limit počtu uživatelů. Kontaktujte svého poskytovatele pro zakoupení dalších uživatelů."
},
"collectionAccessRestricted": {
- "message": "Přístup ke kolekci je omezen"
+ "message": "Přístup ke sbírce je omezen"
},
"readOnlyCollectionAccess": {
- "message": "Nemáte přístup ke správě této kolekce."
+ "message": "Nemáte přístup ke správě této sbírky."
},
"grantManageCollectionWarningTitle": {
- "message": "Chybějící oprávnění pro správu kolekcí"
+ "message": "Chybějící oprávnění pro správu sbírky"
},
"grantManageCollectionWarning": {
- "message": "Udělte oprávnění \"Spravovat kolekci\" pro úplnou správu kolekce, včetně jejího smazání."
+ "message": "Udělte oprávnění \"Spravovat sbírku\" pro úplnou správu sbírky, včetně jejího smazání."
},
"grantCollectionAccess": {
- "message": "Udělí skupinám nebo členům přístup k této kolekci."
+ "message": "Udělí skupinám nebo členům přístup k této sbírce."
},
"grantCollectionAccessMembersOnly": {
- "message": "Udělí členům přístup k této kolekci."
+ "message": "Udělí členům přístup k této sbírce."
},
"adminCollectionAccess": {
- "message": "Správci mohou přistupovat ke kolekcím a spravovat je."
+ "message": "Správci mohou přistupovat ke sbírkám a spravovat je."
},
"serviceAccountAccessUpdated": {
"message": "Přístup účtu služby byl aktualizován"
@@ -8918,31 +8918,31 @@
"message": "Do skupin nemůžete přidat sami sebe."
},
"cannotAddYourselfToCollections": {
- "message": "Do kolekcí nemůžete přidat sami sebe."
+ "message": "Do sbírek nemůžete přidat sami sebe."
},
"assign": {
"message": "Přiřadit"
},
"assignToCollections": {
- "message": "Přiřadit ke kolekcím"
+ "message": "Přiřadit ke sbírkám"
},
"assignToTheseCollections": {
- "message": "Přiřadit k těmto kolekcím"
+ "message": "Přiřadit k těmto sbírkám"
},
"bulkCollectionAssignmentDialogDescriptionSingular": {
- "message": "Jen členové organizace s přístupem k těmto kolekcím budou moci vidět položku."
+ "message": "Jen členové organizace s přístupem k těmto sbírkám budou moci vidět položku."
},
"bulkCollectionAssignmentDialogDescriptionPlural": {
- "message": "Jen členové organizace s přístupem k těmto kolekcím budou moci vidět položky."
+ "message": "Jen členové organizace s přístupem k těmto sbírkám budou moci vidět položky."
},
"selectCollectionsToAssign": {
- "message": "Vyberte kolekce pro přiřazení"
+ "message": "Vyberte sbírky pro přiřazení"
},
"noCollectionsAssigned": {
- "message": "Nebyly přiřazeny žádné kolekce"
+ "message": "Nebyly přiřazeny žádné sbírky"
},
"successfullyAssignedCollections": {
- "message": "Kolekce byly úspěšně přiřazeny"
+ "message": "Sbírky byly úspěšně přiřazeny"
},
"bulkCollectionAssignmentWarning": {
"message": "Vybrali jste $TOTAL_COUNT$ položek. Nemůžete aktualizovat $READONLY_COUNT$ položek, protože nemáte oprávnění k úpravám.",
@@ -9254,7 +9254,7 @@
"message": "Smazání poskytovatele je trvalé. Tuto akci nelze vrátit zpět."
},
"errorAssigningTargetCollection": {
- "message": "Chyba při přiřazování cílové kolekce."
+ "message": "Chyba při přiřazování do cílové sbírky."
},
"errorAssigningTargetFolder": {
"message": "Chyba při přiřazování cílové složky."
@@ -9412,7 +9412,7 @@
"message": "Žádný přístup"
},
"collectionAdminConsoleManaged": {
- "message": "Tato kolekce je přístupná pouze z konzole správce"
+ "message": "Tato sbírka je přístupná pouze z konzole správce"
},
"organizationOptionsMenu": {
"message": "Přepnout menu organizace"
@@ -9421,7 +9421,7 @@
"message": "Vybrat položku trezoru"
},
"collectionItemSelect": {
- "message": "Vybrat položku kolekce"
+ "message": "Vybrat položku sbírky"
},
"manageBillingFromProviderPortalMessage": {
"message": "Spravovat fakturaci z portálu poskytovatele"
@@ -9494,7 +9494,7 @@
"message": "Zobrazit přístup"
},
"noCollectionsSelected": {
- "message": "Nevybrali jste žádné kolekce."
+ "message": "Nevybrali jste žádné sbírky."
},
"updateName": {
"message": "Aktualizovat název"
@@ -9603,13 +9603,13 @@
"message": "Ujistěte se, že členové mají přístup k správným údajům a jejich účty jsou bezpečné. Použijte tuto zprávu k získání CSV přístupu členů a konfigurací účtu."
},
"memberAccessReportPageDesc": {
- "message": "Audit přístupu členů organizace ke skupinám, kolekcím a položkám kolekcí. Export CSV poskytuje podrobný rozpis pro jednotlivé členy, včetně informací o oprávněních ke kolekcím a konfiguracích účtů."
+ "message": "Audit přístupu členů organizace ke skupinám, sbírkám a položkám kolekcí. Export CSV poskytuje podrobný rozpis pro jednotlivé členy, včetně informací o oprávněních ke sbírkám a konfiguracích účtů."
},
"memberAccessReportNoCollection": {
- "message": "(Žádná kolekce)"
+ "message": "(Žádná sbírka)"
},
"memberAccessReportNoCollectionPermission": {
- "message": "(Žádné oprávnění ke kolekci)"
+ "message": "(Žádné oprávnění ke sbírce)"
},
"memberAccessReportNoGroup": {
"message": "(Žádná skupina)"
@@ -9971,7 +9971,7 @@
"message": "Neomezené sdílení"
},
"unlimitedCollections": {
- "message": "Neomezené kolekce"
+ "message": "Neomezené sbírky"
},
"secureDataSharing": {
"message": "Zabezpečené sdílení dat"
@@ -10110,7 +10110,7 @@
}
},
"deleteOrganizationUserWarningDesc": {
- "message": "Tímto trvale smažete všechny položky vlastněné $NAME$. Položky kolekcí nejsou ovlivněny.",
+ "message": "Tímto trvale smažete všechny položky vlastněné $NAME$. Položky sbírky nejsou ovlivněny.",
"description": "Warning description for the delete organization user dialog",
"placeholders": {
"name": {
@@ -10120,7 +10120,7 @@
}
},
"deleteManyOrganizationUsersWarningDesc": {
- "message": "Tímto trvale smažete všechny položky vlastněné následujícími členy. Položky kolekcí nejsou ovlivněny.",
+ "message": "Tímto trvale smažete všechny položky vlastněné následujícími členy. Položky sbírky nejsou ovlivněny.",
"description": "Warning description for the bulk delete organization users dialog"
},
"organizationUserDeleted": {
@@ -10193,7 +10193,7 @@
"message": "Kód z popisu"
},
"cannotRemoveViewOnlyCollections": {
- "message": "Nemůžete odebrat kolekce s oprávněními jen pro zobrazení: $COLLECTIONS$",
+ "message": "Nemůžete odebrat sbírky s oprávněními jen pro zobrazení: $COLLECTIONS$",
"placeholders": {
"collections": {
"content": "$1",
@@ -10383,7 +10383,7 @@
"message": "Otevřeno rozšíření prohlížeče"
},
"openedExtensionViewAtRiskPasswords": {
- "message": "Rozšíření Bitwarden pro prohlížeč bylo úspěšně otevřeno. Nyní můžete zkontrolovat Vaše riziková hesla."
+ "message": "Rozšíření Bitwarden pro prohlížeč bylo úspěšně otevřeno. Nyní můžete zkontrolovat Vaše ohrožená hesla."
},
"openExtensionManuallyPart1": {
"message": "Měli jsme potíže s otevřením rozšíření Bitwarden pro pohlížeč. Klepněte na ikonu Bitwarden",
@@ -10543,7 +10543,7 @@
"message": "Tyto události jsou jen příklady a neodrážejí skutečné události v rámci Vaší organizace Bitwarden."
},
"cannotCreateCollection": {
- "message": "Bezplatné organizace mohou mít až 2 kolekce. Chcete-li přidat více kolekcí, přejděte na placený tarif."
+ "message": "Bezplatné organizace mohou mít až 2 sbírky. Chcete-li přidat více sbírek, přejděte na placený tarif."
},
"businessUnit": {
"message": "Obchodní jednotka"
diff --git a/apps/web/src/locales/cy/messages.json b/apps/web/src/locales/cy/messages.json
index 37c4bc632f2..2e37bbd10a7 100644
--- a/apps/web/src/locales/cy/messages.json
+++ b/apps/web/src/locales/cy/messages.json
@@ -7614,9 +7614,9 @@
"message": "Service account updated",
"description": "Notifies that a service account has been updated"
},
- "newSaSelectAccess": {
- "message": "Type or select projects or secrets",
- "description": "Instructions for selecting projects or secrets for a new service account"
+ "typeOrSelectProjects": {
+ "message": "Type or select projects",
+ "description": "Instructions for selecting projects for a service account"
},
"newSaTypeToFilter": {
"message": "Type to filter",
diff --git a/apps/web/src/locales/da/messages.json b/apps/web/src/locales/da/messages.json
index 74b1f351843..42ade7e3dbc 100644
--- a/apps/web/src/locales/da/messages.json
+++ b/apps/web/src/locales/da/messages.json
@@ -7614,9 +7614,9 @@
"message": "Tjenestekonto opdateret",
"description": "Notifies that a service account has been updated"
},
- "newSaSelectAccess": {
- "message": "Angiv/vælg projekter eller hemmeligheder",
- "description": "Instructions for selecting projects or secrets for a new service account"
+ "typeOrSelectProjects": {
+ "message": "Type or select projects",
+ "description": "Instructions for selecting projects for a service account"
},
"newSaTypeToFilter": {
"message": "Skriv for at filtrere",
diff --git a/apps/web/src/locales/de/messages.json b/apps/web/src/locales/de/messages.json
index cab36865cc7..8c26dd5eb14 100644
--- a/apps/web/src/locales/de/messages.json
+++ b/apps/web/src/locales/de/messages.json
@@ -2154,10 +2154,10 @@
"message": "Durch die Aktivierung der Zwei-Faktor-Authentifizierung kannst du dich dauerhaft aus deinem Bitwarden-Konto aussperren. Ein Wiederherstellungscode ermöglicht es dir, auf dein Konto zuzugreifen, falls du deinen normalen Zwei-Faktor-Anbieter nicht mehr verwenden kannst (z.B. wenn du dein Gerät verlierst). Der Bitwarden-Support kann dir nicht helfen, wenn du den Zugang zu deinem Konto verlierst. Wir empfehlen dir, den Wiederherstellungscode aufzuschreiben oder auszudrucken und an einem sicheren Ort aufzubewahren."
},
"restrictedItemTypesPolicy": {
- "message": "Remove card item type"
+ "message": "Karten-Eintragstyp entfernen"
},
"restrictedItemTypesPolicyDesc": {
- "message": "Do not allow members to create card item types."
+ "message": "Mitgliedern das Erstellen von Karten-Eintragstypen nicht erlauben."
},
"yourSingleUseRecoveryCode": {
"message": "Dein einmal benutzbarer Wiederherstellungscode kann benutzt werden, um die Zwei-Faktor-Authentifizierung auszuschalten, wenn du Zugang zu deinen Zwei-Faktor-Anbietern verlierst. Bitwarden empfiehlt dir, den Wiederherstellungscode aufzuschreiben und an einem sicheren Ort aufzubewahren."
@@ -4537,7 +4537,7 @@
"message": "Alle von dir gespeicherten Exporte mit Konto-Beschränkungen werden ungültig."
},
"legacyEncryptionUnsupported": {
- "message": "Legacy encryption is no longer supported. Please contact support to recover your account."
+ "message": "Die veraltete Verschlüsselung wird nicht mehr unterstützt. Bitte kontaktiere den Support, um dein Konto wiederherzustellen."
},
"subscription": {
"message": "Abo"
@@ -7614,9 +7614,9 @@
"message": "Dienstkonto aktualisiert",
"description": "Notifies that a service account has been updated"
},
- "newSaSelectAccess": {
- "message": "Projektnamen oder Geheimnisse eingeben oder auswählen",
- "description": "Instructions for selecting projects or secrets for a new service account"
+ "typeOrSelectProjects": {
+ "message": "Type or select projects",
+ "description": "Instructions for selecting projects for a service account"
},
"newSaTypeToFilter": {
"message": "Schreiben, um zu filtern",
@@ -10638,7 +10638,7 @@
"message": "Bitte klicke auf den Mit PayPal bezahlen Button, um deine Zahlungsmethode hinzuzufügen."
},
"revokeActiveSponsorshipConfirmation": {
- "message": "If you remove $EMAIL$, the sponsorship for this Family plan will end. A seat within your organization will become available for members or sponsorships after the sponsored organization renewal date on $DATE$.",
+ "message": "Wenn du $EMAIL$ entfernst, wird das Sponsoring für diesen Families-Tarif beendet. Ein Benutzerplatz in deiner Organisation steht Mitgliedern oder Sponsoren nach dem Verlängerungsdatum der gesponserten Organisation am $DATE$ zur Verfügung.",
"placeholders": {
"email": {
"content": "$1",
diff --git a/apps/web/src/locales/el/messages.json b/apps/web/src/locales/el/messages.json
index 3b7495f1ab4..54ba674a858 100644
--- a/apps/web/src/locales/el/messages.json
+++ b/apps/web/src/locales/el/messages.json
@@ -7614,9 +7614,9 @@
"message": "Ο λογαριασμός υπηρεσίας ενημερώθηκε",
"description": "Notifies that a service account has been updated"
},
- "newSaSelectAccess": {
- "message": "Πληκτρολογήστε ή επιλέξτε έργα ή μυστικά",
- "description": "Instructions for selecting projects or secrets for a new service account"
+ "typeOrSelectProjects": {
+ "message": "Type or select projects",
+ "description": "Instructions for selecting projects for a service account"
},
"newSaTypeToFilter": {
"message": "Πληκτρολογήστε για φιλτράρισμα",
diff --git a/apps/web/src/locales/en_GB/messages.json b/apps/web/src/locales/en_GB/messages.json
index 293416d4b7b..7a76669948e 100644
--- a/apps/web/src/locales/en_GB/messages.json
+++ b/apps/web/src/locales/en_GB/messages.json
@@ -7614,9 +7614,9 @@
"message": "Service account updated",
"description": "Notifies that a service account has been updated"
},
- "newSaSelectAccess": {
- "message": "Type or select projects or secrets",
- "description": "Instructions for selecting projects or secrets for a new service account"
+ "typeOrSelectProjects": {
+ "message": "Type or select projects",
+ "description": "Instructions for selecting projects for a service account"
},
"newSaTypeToFilter": {
"message": "Type to filter",
diff --git a/apps/web/src/locales/en_IN/messages.json b/apps/web/src/locales/en_IN/messages.json
index 716c54c2c97..6c0b7b2b7bf 100644
--- a/apps/web/src/locales/en_IN/messages.json
+++ b/apps/web/src/locales/en_IN/messages.json
@@ -7614,9 +7614,9 @@
"message": "Service account updated",
"description": "Notifies that a service account has been updated"
},
- "newSaSelectAccess": {
- "message": "Type or select projects or secrets",
- "description": "Instructions for selecting projects or secrets for a new service account"
+ "typeOrSelectProjects": {
+ "message": "Type or select projects",
+ "description": "Instructions for selecting projects for a service account"
},
"newSaTypeToFilter": {
"message": "Type to filter",
diff --git a/apps/web/src/locales/eo/messages.json b/apps/web/src/locales/eo/messages.json
index 7f107bf3c36..2d19d8a127d 100644
--- a/apps/web/src/locales/eo/messages.json
+++ b/apps/web/src/locales/eo/messages.json
@@ -7614,9 +7614,9 @@
"message": "Service account updated",
"description": "Notifies that a service account has been updated"
},
- "newSaSelectAccess": {
- "message": "Entajpu aŭ elektu projektojn aŭ sekretojn",
- "description": "Instructions for selecting projects or secrets for a new service account"
+ "typeOrSelectProjects": {
+ "message": "Type or select projects",
+ "description": "Instructions for selecting projects for a service account"
},
"newSaTypeToFilter": {
"message": "Entajpu por filtri",
diff --git a/apps/web/src/locales/es/messages.json b/apps/web/src/locales/es/messages.json
index f11b0138875..4b2f40f1829 100644
--- a/apps/web/src/locales/es/messages.json
+++ b/apps/web/src/locales/es/messages.json
@@ -3,7 +3,7 @@
"message": "Todas las aplicaciones"
},
"appLogoLabel": {
- "message": "Bitwarden logo"
+ "message": "Logo de Bitwarden"
},
"criticalApplications": {
"message": "Aplicaciones críticas"
@@ -111,10 +111,10 @@
"message": "Request password change"
},
"totalPasswords": {
- "message": "Total passwords"
+ "message": "Total de contraseñas"
},
"searchApps": {
- "message": "Search applications"
+ "message": "Buscar aplicaciones"
},
"atRiskMembers": {
"message": "At-risk members"
@@ -168,16 +168,16 @@
}
},
"totalMembers": {
- "message": "Total members"
+ "message": "Total de miembros"
},
"atRiskApplications": {
"message": "At-risk applications"
},
"totalApplications": {
- "message": "Total applications"
+ "message": "Total de aplicaciones"
},
"unmarkAsCriticalApp": {
- "message": "Unmark as critical app"
+ "message": "Desmarcar como aplicación crítica"
},
"criticalApplicationSuccessfullyUnmarked": {
"message": "Critical application successfully unmarked"
@@ -220,7 +220,7 @@
"message": "Notas"
},
"privateNote": {
- "message": "Private note"
+ "message": "Nota privada"
},
"note": {
"message": "Nota"
@@ -259,7 +259,7 @@
"message": "Historial del elemento"
},
"authenticatorKey": {
- "message": "Authenticator key"
+ "message": "Clave de autenticador"
},
"autofillOptions": {
"message": "Opciones de autocompletar"
@@ -483,7 +483,7 @@
"message": "Editar carpeta"
},
"editWithName": {
- "message": "Edit $ITEM$: $NAME$",
+ "message": "Editar $ITEM$: $NAME$",
"placeholders": {
"item": {
"content": "$1",
@@ -496,10 +496,10 @@
}
},
"newFolder": {
- "message": "New folder"
+ "message": "Nueva carpeta"
},
"folderName": {
- "message": "Folder name"
+ "message": "Nombre de la carpeta"
},
"folderHintText": {
"message": "Nest a folder by adding the parent folder's name followed by a “/”. Example: Social/Forums"
@@ -648,7 +648,7 @@
"message": "Nota segura"
},
"typeSshKey": {
- "message": "SSH key"
+ "message": "Clave SSH"
},
"typeLoginPlural": {
"message": "Inicios de sesión"
@@ -804,7 +804,7 @@
"description": "Copy passphrase to clipboard"
},
"passwordCopied": {
- "message": "Password copied"
+ "message": "Contraseña copiada"
},
"copyUsername": {
"message": "Copiar usuario",
@@ -823,7 +823,7 @@
"description": "Copy URI to clipboard"
},
"copyCustomField": {
- "message": "Copy $FIELD$",
+ "message": "Copiar $FIELD$",
"placeholders": {
"field": {
"content": "$1",
@@ -832,7 +832,7 @@
}
},
"copyWebsite": {
- "message": "Copy website"
+ "message": "Copiar sitio web"
},
"copyNotes": {
"message": "Copiar notas"
@@ -847,7 +847,7 @@
"message": "Copiar correo electrónico"
},
"copyCompany": {
- "message": "Copy company"
+ "message": "Copiar empresa"
},
"copySSN": {
"message": "Copiar número de seguro social"
@@ -938,7 +938,7 @@
}
},
"itemsMovedToOrg": {
- "message": "Items moved to $ORGNAME$",
+ "message": "Elementos movidos a $ORGNAME$",
"placeholders": {
"orgname": {
"content": "$1",
@@ -947,7 +947,7 @@
}
},
"itemMovedToOrg": {
- "message": "Item moved to $ORGNAME$",
+ "message": "Elemento movido a $ORGNAME$",
"placeholders": {
"orgname": {
"content": "$1",
@@ -1013,16 +1013,16 @@
"message": "Tu sesión ha expirado."
},
"restartRegistration": {
- "message": "Restart registration"
+ "message": "Reiniciar registro"
},
"expiredLink": {
"message": "Enlace expirado"
},
"pleaseRestartRegistrationOrTryLoggingIn": {
- "message": "Please restart registration or try logging in."
+ "message": "Por favor, reinicia el registro o intenta iniciar sesión."
},
"youMayAlreadyHaveAnAccount": {
- "message": "You may already have an account"
+ "message": "Puede que ya tengas una cuenta"
},
"logOutConfirmation": {
"message": "¿Estás seguro de querer cerrar la sesión?"
@@ -1040,7 +1040,7 @@
"message": "No"
},
"location": {
- "message": "Location"
+ "message": "Ubicación"
},
"loginOrCreateNewAccount": {
"message": "Identifícate o crea una nueva cuenta para acceder a tu caja fuerte."
@@ -1052,7 +1052,7 @@
"message": "Iniciar sesión con el dispositivo debe configurarse en los ajustes de la aplicación Bitwarden. ¿Necesitas otra opción?"
},
"needAnotherOptionV1": {
- "message": "Need another option?"
+ "message": "¿Necesitas otra opción?"
},
"loginWithMasterPassword": {
"message": "Iniciar sesión con contraseña maestra"
@@ -1073,7 +1073,7 @@
"message": "Use single sign-on"
},
"welcomeBack": {
- "message": "Welcome back"
+ "message": "Bienvenido de nuevo"
},
"invalidPasskeyPleaseTryAgain": {
"message": "Clave inválida. Por favor, inténtelo de nuevo."
@@ -1157,7 +1157,7 @@
"message": "Crear cuenta"
},
"newToBitwarden": {
- "message": "New to Bitwarden?"
+ "message": "¿Nuevo en Bitwarden?"
},
"setAStrongPassword": {
"message": "Establece una contraseña fuerte"
@@ -1175,31 +1175,31 @@
"message": "Identificarse"
},
"logInToBitwarden": {
- "message": "Log in to Bitwarden"
+ "message": "Iniciar sesión en Bitwarden"
},
"enterTheCodeSentToYourEmail": {
- "message": "Enter the code sent to your email"
+ "message": "Introduce el código enviado a tu correo electrónico"
},
"enterTheCodeFromYourAuthenticatorApp": {
- "message": "Enter the code from your authenticator app"
+ "message": "Introduce el código de tu aplicación de autenticación"
},
"pressYourYubiKeyToAuthenticate": {
- "message": "Press your YubiKey to authenticate"
+ "message": "Pulsa tu YubiKey para autenticarte"
},
"authenticationTimeout": {
- "message": "Authentication timeout"
+ "message": "Tiempo de autenticación agotado"
},
"authenticationSessionTimedOut": {
"message": "The authentication session timed out. Please restart the login process."
},
"verifyYourIdentity": {
- "message": "Verify your Identity"
+ "message": "Verifica tu Identidad"
},
"weDontRecognizeThisDevice": {
"message": "We don't recognize this device. Enter the code sent to your email to verify your identity."
},
"continueLoggingIn": {
- "message": "Continue logging in"
+ "message": "Continuar el inicio de sesión"
},
"whatIsADevice": {
"message": "What is a device?"
@@ -1211,7 +1211,7 @@
"message": "Inicio de sesión en proceso"
},
"logInRequestSent": {
- "message": "Request sent"
+ "message": "Solicitud enviada"
},
"submit": {
"message": "Enviar"
@@ -1244,7 +1244,7 @@
"message": "Pista de contraseña maestra (opcional)"
},
"newMasterPassHint": {
- "message": "New master password hint (optional)"
+ "message": "Nueva pista para la contraseña maestra (opcional)"
},
"masterPassHintLabel": {
"message": "Pista de contraseña maestra"
@@ -1330,10 +1330,10 @@
"message": "Correo electrónico"
},
"yourVaultIsLockedV2": {
- "message": "Your vault is locked"
+ "message": "Tu caja fuerte está bloqueada"
},
"yourAccountIsLocked": {
- "message": "Your account is locked"
+ "message": "Tu cuenta está bloqueada"
},
"uuid": {
"message": "UUID"
@@ -1370,7 +1370,7 @@
"message": "No tiene los permisos para ver todos los elementos de esta colección."
},
"youDoNotHavePermissions": {
- "message": "You do not have permissions to this collection"
+ "message": "No tienes permisos para esta colección"
},
"noCollectionsInList": {
"message": "No hay colecciones que listar."
@@ -1400,10 +1400,10 @@
"message": "Unlock Bitwarden on your device or on the "
},
"areYouTryingToAccessYourAccount": {
- "message": "Are you trying to access your account?"
+ "message": "¿Estás intentando acceder a tu cuenta?"
},
"accessAttemptBy": {
- "message": "Access attempt by $EMAIL$",
+ "message": "Intento de acceso de $EMAIL$",
"placeholders": {
"email": {
"content": "$1",
@@ -1412,10 +1412,10 @@
}
},
"confirmAccess": {
- "message": "Confirm access"
+ "message": "Confirmar acceso"
},
"denyAccess": {
- "message": "Deny access"
+ "message": "Denegar acceso"
},
"notificationSentDeviceAnchor": {
"message": "web app"
@@ -1427,7 +1427,7 @@
"message": "Unlock Bitwarden on your device. Make sure the Fingerprint phrase matches the one below before approving."
},
"aNotificationWasSentToYourDevice": {
- "message": "A notification was sent to your device"
+ "message": "Se ha enviado una notificación a tu dispositivo"
},
"versionNumber": {
"message": "Versión $VERSION_NUMBER$",
@@ -1448,14 +1448,14 @@
}
},
"dontAskAgainOnThisDeviceFor30Days": {
- "message": "Don't ask again on this device for 30 days"
+ "message": "No volver a preguntar en este dispositivo durante 30 días"
},
"selectAnotherMethod": {
- "message": "Select another method",
+ "message": "Selecciona otro método",
"description": "Select another two-step login method"
},
"useYourRecoveryCode": {
- "message": "Use your recovery code"
+ "message": "Usa tu código de recuperación"
},
"insertU2f": {
"message": "Inserta tu llave de seguridad en el puerto USB de tu equipo. Si tiene un botón, púlsalo."
@@ -1518,13 +1518,13 @@
"message": "(Migrado desde FIDO)"
},
"openInNewTab": {
- "message": "Open in new tab"
+ "message": "Abrir en una nueva pestaña"
},
"emailTitle": {
"message": "Correo electrónico"
},
"emailDescV2": {
- "message": "Enter a code sent to your email."
+ "message": "Introduce un código enviado a tu correo electrónico."
},
"continue": {
"message": "Continuar"
@@ -1563,7 +1563,7 @@
"message": "¿Está seguro de que desea continuar?"
},
"moveSelectedItemsDesc": {
- "message": "Choose a folder that you would like to add the $COUNT$ selected item(s) to.",
+ "message": "Selecciona una carpeta a la que quieras mover los $COUNT$ elementos seleccionados.",
"placeholders": {
"count": {
"content": "$1",
@@ -1685,7 +1685,7 @@
"description": "deprecated. Use avoidAmbiguous instead."
},
"avoidAmbiguous": {
- "message": "Avoid ambiguous characters",
+ "message": "Evita caracteres ambiguos",
"description": "Label for the avoid ambiguous characters checkbox."
},
"length": {
@@ -1730,10 +1730,10 @@
"message": "Historial de contraseñas"
},
"generatorHistory": {
- "message": "Generator history"
+ "message": "Historial del generador"
},
"clearGeneratorHistoryTitle": {
- "message": "Clear generator history"
+ "message": "Borrar historial del generador"
},
"cleargGeneratorHistoryDescription": {
"message": "If you continue, all entries will be permanently deleted from generator's history. Are you sure you want to continue?"
@@ -1742,13 +1742,13 @@
"message": "No hay contraseñas que listar."
},
"clearHistory": {
- "message": "Clear history"
+ "message": "Limpiar historial"
},
"nothingToShow": {
- "message": "Nothing to show"
+ "message": "Nada que mostrar"
},
"nothingGeneratedRecently": {
- "message": "You haven't generated anything recently"
+ "message": "No has generado nada recientemente"
},
"clear": {
"message": "Limpiar",
@@ -1788,10 +1788,10 @@
"message": "Por favor, vuelve a acceder."
},
"currentSession": {
- "message": "Current session"
+ "message": "Sesión actual"
},
"requestPending": {
- "message": "Request pending"
+ "message": "Solicitud pendiente"
},
"logBackInOthersToo": {
"message": "Por favor, vuelve a acceder. Si estás utilizando otras aplicaciones de Bitwarden, cierra sesión y vuelva a acceder en ellas también."
@@ -2010,7 +2010,7 @@
"message": "Error al descifrar el archivo exportado. Su clave de cifrado no coincide con la clave de cifrado utilizada para exporta los datos."
},
"destination": {
- "message": "Destination"
+ "message": "Destino"
},
"learnAboutImportOptions": {
"message": "Conozca sus opciones de importación"
@@ -2201,16 +2201,16 @@
"message": "Gestionar"
},
"manageCollection": {
- "message": "Manage collection"
+ "message": "Gestionar colección"
},
"viewItems": {
- "message": "View items"
+ "message": "Ver elementos"
},
"viewItemsHidePass": {
"message": "View items, hidden passwords"
},
"editItems": {
- "message": "Edit items"
+ "message": "Editar elementos"
},
"editItemsHidePass": {
"message": "Edit items, hidden passwords"
@@ -2222,7 +2222,7 @@
"message": "Revocar el acceso"
},
"revoke": {
- "message": "Revoke"
+ "message": "Revocar"
},
"twoStepLoginProviderEnabled": {
"message": "Este proveedor de autenticación en dos pasos está habilitado para tu cuenta."
@@ -2243,7 +2243,7 @@
"message": "."
},
"continueToExternalUrlTitle": {
- "message": "Continue to $URL$?",
+ "message": "¿Continuar a $URL$?",
"placeholders": {
"url": {
"content": "$1",
@@ -2252,10 +2252,10 @@
}
},
"continueToExternalUrlDesc": {
- "message": "You are leaving Bitwarden and launching an external website in a new window."
+ "message": "Estás saliendo de Bitwarden y lanzando un sitio web externo en una nueva ventana."
},
"twoStepContinueToBitwardenUrlTitle": {
- "message": "Continue to bitwarden.com?"
+ "message": "¿Continuar a bitwarden.com?"
},
"twoStepContinueToBitwardenUrlDesc": {
"message": "Bitwarden Authenticator allows you to store authenticator keys and generate TOTP codes for 2-step verification flows. Learn more on the bitwarden.com website."
@@ -2270,7 +2270,7 @@
"message": "Clave"
},
"twoStepAuthenticatorEnterCodeV2": {
- "message": "Verification code"
+ "message": "Código de verificación"
},
"twoStepAuthenticatorReaddDesc": {
"message": "En caso de que necesite agregarlo a otro dispositivo, a continuación se indica el código QR (o clave) requerido por su aplicación autenticadora."
@@ -2519,7 +2519,7 @@
"message": "Compruebe las contraseñas comprometidas"
},
"timesExposed": {
- "message": "Times exposed"
+ "message": "Veces expuesta"
},
"exposedXTimes": {
"message": "Comprometida $COUNT$ veces",
@@ -2556,7 +2556,7 @@
"message": "No hay elementos en su caja fuerte que tengan contraseñas débiles."
},
"weakness": {
- "message": "Weakness"
+ "message": "Debilidad"
},
"reusedPasswordsReport": {
"message": "Contraseñas reutilizadas"
@@ -2584,7 +2584,7 @@
"message": "No hay inicios de sesión en su caja fuerte que tengan contraseñas que esten siendo reutilizadas."
},
"timesReused": {
- "message": "Times reused"
+ "message": "Veces reutilizada"
},
"reusedXTimes": {
"message": "Reutilizada $COUNT$ veces",
@@ -2933,10 +2933,10 @@
"message": "Facturas"
},
"noUnpaidInvoices": {
- "message": "No unpaid invoices."
+ "message": "No hay facturas pendientes."
},
"noPaidInvoices": {
- "message": "No paid invoices."
+ "message": "No hay facturas pagadas."
},
"paid": {
"message": "Pagado",
@@ -3387,10 +3387,10 @@
}
},
"inviteSingleEmailDesc": {
- "message": "You have 1 invite remaining."
+ "message": "Tienes 1 invitación restante."
},
"inviteZeroEmailDesc": {
- "message": "You have 0 invites remaining."
+ "message": "Tienes 0 invitaciones restantes."
},
"userUsingTwoStep": {
"message": "Este usuario está usando autenticación de dos pasos para proteger su cuenta."
@@ -3556,7 +3556,7 @@
}
},
"viewAllLogInOptions": {
- "message": "View all log in options"
+ "message": "Ver todas las opciones de inicio de sesión"
},
"viewAllLoginOptions": {
"message": "Ver todas las opciones de inicio de sesión"
@@ -3922,19 +3922,19 @@
"message": "Device Type"
},
"ipAddress": {
- "message": "IP Address"
+ "message": "Dirección IP"
},
"confirmLogIn": {
- "message": "Confirm login"
+ "message": "Confirmar inicio de sesión"
},
"denyLogIn": {
- "message": "Deny login"
+ "message": "Denegar inicio de sesión"
},
"thisRequestIsNoLongerValid": {
- "message": "This request is no longer valid."
+ "message": "Esta solicitud ya no es válida."
},
"logInConfirmedForEmailOnDevice": {
- "message": "Login confirmed for $EMAIL$ on $DEVICE$",
+ "message": "Inicio de sesión confirmado para $EMAIL$ en $DEVICE$",
"placeholders": {
"email": {
"content": "$1",
@@ -3953,7 +3953,7 @@
"message": "Login request has already expired."
},
"justNow": {
- "message": "Just now"
+ "message": "Justo ahora"
},
"requestedXMinutesAgo": {
"message": "Requested $MINUTES$ minutes ago",
@@ -4067,7 +4067,7 @@
"message": "Tu cuenta de correo ha sido verificada."
},
"emailVerifiedV2": {
- "message": "Email verified"
+ "message": "Correo electrónico verificado"
},
"emailVerifiedFailed": {
"message": "No se ha podido verificar tu cuenta de correo electrónico. Prueba a enviar un nuevo correo de verificación."
@@ -4088,13 +4088,13 @@
"message": "Está utilizando un navegador web no compatible. Es posible que la caja fuerte web no funcione correctamente."
},
"youHaveAPendingLoginRequest": {
- "message": "You have a pending login request from another device."
+ "message": "Tienes una solicitud de inicio de sesión desde otro dispositivo."
},
"reviewLoginRequest": {
"message": "Review login request"
},
"freeTrialEndPromptCount": {
- "message": "Your free trial ends in $COUNT$ days.",
+ "message": "Tu prueba gratuita termina en $COUNT$ días.",
"placeholders": {
"count": {
"content": "$1",
@@ -4103,7 +4103,7 @@
}
},
"freeTrialEndPromptMultipleDays": {
- "message": "$ORGANIZATION$, your free trial ends in $COUNT$ days.",
+ "message": "$ORGANIZATION$, tu prueba gratuita termina en $COUNT$ días.",
"placeholders": {
"count": {
"content": "$2",
@@ -4116,7 +4116,7 @@
}
},
"freeTrialEndPromptTomorrow": {
- "message": "$ORGANIZATION$, your free trial ends tomorrow.",
+ "message": "$ORGANIZATION$, tu prueba gratuita termina mañana.",
"placeholders": {
"organization": {
"content": "$1",
@@ -4125,7 +4125,7 @@
}
},
"freeTrialEndPromptTomorrowNoOrgName": {
- "message": "Your free trial ends tomorrow."
+ "message": "Tu prueba gratuita finaliza mañana."
},
"freeTrialEndPromptToday": {
"message": "$ORGANIZATION$, your free trial ends today.",
@@ -4137,16 +4137,16 @@
}
},
"freeTrialEndingTodayWithoutOrgName": {
- "message": "Your free trial ends today."
+ "message": "Tu prueba gratuita termina hoy."
},
"clickHereToAddPaymentMethod": {
- "message": "Click here to add a payment method."
+ "message": "Pulsa aquí para añadir un método de pago."
},
"joinOrganization": {
"message": "Únete a la organización"
},
"joinOrganizationName": {
- "message": "Join $ORGANIZATIONNAME$",
+ "message": "Unirse a $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
@@ -4158,7 +4158,7 @@
"message": "Usted ha sido invitado a unirse a la organización mencionada anteriormente. Para aceptar la invitación, debe iniciar sesión o crear una nueva cuenta de Bitwarden."
},
"finishJoiningThisOrganizationBySettingAMasterPassword": {
- "message": "Finish joining this organization by setting a master password."
+ "message": "Termina de unirte a esta organización estableciendo una contraseña maestra."
},
"inviteAccepted": {
"message": "Invitación Aceptada"
@@ -4479,7 +4479,7 @@
}
},
"editFieldLabel": {
- "message": "Edit $LABEL$",
+ "message": "Editar $LABEL$",
"placeholders": {
"label": {
"content": "$1",
@@ -4669,7 +4669,7 @@
"message": "Seleccionado"
},
"recommended": {
- "message": "Recommended"
+ "message": "Recomendado"
},
"ownership": {
"message": "Propiedad"
@@ -4862,7 +4862,7 @@
"message": "Número mínimo de palabras"
},
"overridePasswordTypePolicy": {
- "message": "Password Type",
+ "message": "Tipo de Contraseña",
"description": "Name of the password generator policy that overrides the user's password/passphrase selection."
},
"userPreference": {
@@ -4979,10 +4979,10 @@
"message": "Inicie sesión utilizando el portal de inicio de sesión único de su organización. Introduzca el identificador de su organización para comenzar."
},
"singleSignOnEnterOrgIdentifier": {
- "message": "Enter your organization's SSO identifier to begin"
+ "message": "Introduce el identificador SSO de tu organización para comenzar"
},
"singleSignOnEnterOrgIdentifierText": {
- "message": "To log in with your SSO provider, enter your organization's SSO identifier to begin. You may need to enter this SSO identifier when you log in from a new device."
+ "message": "Para iniciar sesión con tu proveedor de SSO, introduce el SSO de tu organización para comenzar. Puede que necesites introducir este identificador SSO cuando inicies sesión en un nuevo dispositivo."
},
"enterpriseSingleSignOn": {
"message": "Inicio de sesión único empresarial"
@@ -5100,7 +5100,7 @@
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"sendTypeTextToShare": {
- "message": "Text to share"
+ "message": "Texto a compartir"
},
"sendTypeFile": {
"message": "Archivo"
@@ -5168,7 +5168,7 @@
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"copyLink": {
- "message": "Copy link"
+ "message": "Copiar enlace"
},
"copySendLink": {
"message": "Copiar enlace Send",
@@ -5194,7 +5194,7 @@
"message": "Borrado pendiente"
},
"hideTextByDefault": {
- "message": "Hide text by default"
+ "message": "Ocultar texto por defecto"
},
"expired": {
"message": "Caducado"
@@ -5551,13 +5551,13 @@
"message": "Development, DevOps, and IT teams choose Bitwarden Secrets Manager to securely manage and deploy their infrastructure and machine secrets."
},
"centralizeSecretsManagement": {
- "message": "Centralize secrets management."
+ "message": "Centralizar gestión de secretos."
},
"centralizeSecretsManagementDescription": {
"message": "Securely store and manage secrets in one location to prevent secret sprawl across your organization."
},
"preventSecretLeaks": {
- "message": "Prevent secret leaks."
+ "message": "Evitar fugas de secretos."
},
"preventSecretLeaksDescription": {
"message": "Protect secrets with end-to-end encryption. No more hard coding secrets or sharing through .env files."
@@ -5575,13 +5575,13 @@
"message": "Maintain tight control over machine and human access to secrets with SSO integrations, event logs, and access rotation."
},
"tryItNow": {
- "message": "Try it now"
+ "message": "Pruébalo ahora"
},
"sendRequest": {
- "message": "Send request"
+ "message": "Enviar solicitud"
},
"addANote": {
- "message": "Add a note"
+ "message": "Añadir una nota"
},
"bitwardenSecretsManager": {
"message": "Bitwarden Secrets Manager"
@@ -5890,7 +5890,7 @@
"message": "Error"
},
"decryptionError": {
- "message": "Decryption error"
+ "message": "Error de descifrado"
},
"couldNotDecryptVaultItemsBelow": {
"message": "Bitwarden could not decrypt the vault item(s) listed below."
@@ -6318,7 +6318,7 @@
"message": "Acceso Premium para hasta 6 usuarios"
},
"sponsoredFamiliesSharedCollectionsForFamilyMembers": {
- "message": "Shared collections for family members"
+ "message": "Colecciones compartidas para miembros familiares"
},
"memberFamilies": {
"message": "Member families"
@@ -6459,7 +6459,7 @@
"message": "El código de verificación es requerido."
},
"webauthnCancelOrTimeout": {
- "message": "The authentication was cancelled or took too long. Please try again."
+ "message": "La autenticación fue cancelada o tardó demasiado. Por favor, inténtalo de nuevo."
},
"invalidVerificationCode": {
"message": "Código de verificación no válido"
@@ -6810,7 +6810,7 @@
"message": "Generar nombre de usuario"
},
"generateEmail": {
- "message": "Generate email"
+ "message": "Generar correo electrónico"
},
"generatePassword": {
"message": "Generar contraseña"
@@ -6819,19 +6819,19 @@
"message": "Generate passphrase"
},
"passwordGenerated": {
- "message": "Password generated"
+ "message": "Contraseña generada"
},
"passphraseGenerated": {
"message": "Passphrase generated"
},
"usernameGenerated": {
- "message": "Username generated"
+ "message": "Nombre de usuario generado"
},
"emailGenerated": {
- "message": "Email generated"
+ "message": "Correo electrónico generado"
},
"spinboxBoundariesHint": {
- "message": "Value must be between $MIN$ and $MAX$.",
+ "message": "El valor debe estar entre $MIN$ y $MAX$.",
"description": "Explains spin box minimum and maximum values to the user",
"placeholders": {
"min": {
@@ -6878,7 +6878,7 @@
"message": "Utiliza la bandeja de entrada global configurada de tu dominio."
},
"useThisEmail": {
- "message": "Use this email"
+ "message": "Usar este correo electrónico"
},
"random": {
"message": "Aleatorio",
@@ -6888,10 +6888,10 @@
"message": "Palabra aleatoria"
},
"usernameGenerator": {
- "message": "Username generator"
+ "message": "Generador de nombre de usuario"
},
"useThisPassword": {
- "message": "Use this password"
+ "message": "Usar esta contraseña"
},
"useThisPassphrase": {
"message": "Use this passphrase"
@@ -6903,11 +6903,11 @@
"message": "Secure password generated! Don't forget to also update your password on the website."
},
"useGeneratorHelpTextPartOne": {
- "message": "Use the generator",
+ "message": "Usa el generador",
"description": "This will be used as part of a larger sentence, broken up to include the generator icon. The full sentence will read 'Use the generator [GENERATOR_ICON] to create a strong unique password'"
},
"useGeneratorHelpTextPartTwo": {
- "message": "to create a strong unique password",
+ "message": "para crear una contraseña única y segura",
"description": "This will be used as part of a larger sentence, broken up to include the generator icon. The full sentence will read 'Use the generator [GENERATOR_ICON] to create a strong unique password'"
},
"service": {
@@ -7265,10 +7265,10 @@
}
},
"singleFieldNeedsAttention": {
- "message": "1 field needs your attention."
+ "message": "1 campo necesita tu atención."
},
"multipleFieldsNeedAttention": {
- "message": "$COUNT$ fields need your attention.",
+ "message": "$COUNT$ campos necesitan tu atención.",
"placeholders": {
"count": {
"content": "$1",
@@ -7614,9 +7614,9 @@
"message": "Cuenta de servicio actualizada",
"description": "Notifies that a service account has been updated"
},
- "newSaSelectAccess": {
- "message": "Escriba o seleccione proyectos o secretos",
- "description": "Instructions for selecting projects or secrets for a new service account"
+ "typeOrSelectProjects": {
+ "message": "Type or select projects",
+ "description": "Instructions for selecting projects for a service account"
},
"newSaTypeToFilter": {
"message": "Escriba para filtrar",
@@ -8367,10 +8367,10 @@
"message": "Se requiere aprobación en el dispositivo. Seleccione una opción de aprobación a continuación:"
},
"deviceApprovalRequiredV2": {
- "message": "Device approval required"
+ "message": "Aprobación del dispositivo requerida"
},
"selectAnApprovalOptionBelow": {
- "message": "Select an approval option below"
+ "message": "Selecciona una opción de aprobación abajo"
},
"rememberThisDevice": {
"message": "Recordar en este dispositivo"
@@ -8427,7 +8427,7 @@
"description": "Used as a card title description on the set password page to explain why the user is there"
},
"cardMetrics": {
- "message": "out of $TOTAL$",
+ "message": "de $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
@@ -8494,16 +8494,16 @@
"message": "Aprobar solicitud"
},
"deviceApproved": {
- "message": "Device approved"
+ "message": "Dispositivo aprobado"
},
"deviceRemoved": {
- "message": "Device removed"
+ "message": "Dispositivo eliminado"
},
"removeDevice": {
- "message": "Remove device"
+ "message": "Eliminar dispositivo"
},
"removeDeviceConfirmation": {
- "message": "Are you sure you want to remove this device?"
+ "message": "¿Estás seguro de que quieres eliminar este dispositivo?"
},
"noDeviceRequests": {
"message": "No hay solicitudes de dispositivo"
@@ -8839,7 +8839,7 @@
"description": "Label indicating the most common import formats"
},
"maintainYourSubscription": {
- "message": "To maintain your subscription for $ORG$, ",
+ "message": "Para mantener tu suscripción a $ORG$, ",
"description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'To maintain your subscription for $ORG$, add a payment method.'",
"placeholders": {
"org": {
@@ -8849,7 +8849,7 @@
}
},
"addAPaymentMethod": {
- "message": "add a payment method",
+ "message": "añade un método de pago",
"description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'To maintain your subscription for $ORG$, add a payment method'"
},
"organizationInformation": {
@@ -8862,34 +8862,34 @@
"message": "Thank you for signing up for Bitwarden Secrets Manager!"
},
"smFreeTrialConfirmationEmail": {
- "message": "We've sent a confirmation email to your email at "
+ "message": "Hemos enviado un correo electrónico de confirmación a tu correo electrónico "
},
"sorryToSeeYouGo": {
- "message": "Sorry to see you go! Help improve Bitwarden by sharing why you're canceling.",
+ "message": "¡Lamento que te vayas! Ayuda a mejorar Bitwarden compartiendo el motivo de tu cancelación.",
"description": "A message shown to users as part of an offboarding survey asking them to provide more information on their subscription cancelation."
},
"selectCancellationReason": {
- "message": "Select a reason for canceling",
+ "message": "Selecciona un motivo de cancelación",
"description": "Used as a form field label for a select input on the offboarding survey."
},
"anyOtherFeedback": {
- "message": "Is there any other feedback you'd like to share?",
+ "message": "¿Hay algún otro comentario que quieras compartir?",
"description": "Used as a form field label for a textarea input on the offboarding survey."
},
"missingFeatures": {
- "message": "Missing features",
+ "message": "Faltan características",
"description": "An option for the offboarding survey shown when a user cancels their subscription."
},
"movingToAnotherTool": {
- "message": "Moving to another tool",
+ "message": "Me muevo a otra herramienta",
"description": "An option for the offboarding survey shown when a user cancels their subscription."
},
"tooDifficultToUse": {
- "message": "Too difficult to use",
+ "message": "Muy difícil de usar",
"description": "An option for the offboarding survey shown when a user cancels their subscription."
},
"notUsingEnough": {
- "message": "Not using enough",
+ "message": "No lo uso suficiente",
"description": "An option for the offboarding survey shown when a user cancels their subscription."
},
"tooExpensive": {
@@ -8897,16 +8897,16 @@
"description": "An option for the offboarding survey shown when a user cancels their subscription."
},
"freeForOneYear": {
- "message": "Free for 1 year"
+ "message": "Gratis durante 1 año"
},
"newWebApp": {
- "message": "Welcome to the new and improved web app. Learn more about what’s changed."
+ "message": "Bienvenido a la nueva y mejorada aplicación web. Aprende más sobre lo que ha cambiado."
},
"releaseBlog": {
- "message": "Read release blog"
+ "message": "Leer blog de lanzamientos"
},
"adminConsole": {
- "message": "Admin Console"
+ "message": "Consola de Administración"
},
"providerPortal": {
"message": "Provider Portal"
@@ -8939,7 +8939,7 @@
"message": "Seleccionar colecciones para asignar"
},
"noCollectionsAssigned": {
- "message": "No collections have been assigned"
+ "message": "No se han asignado colecciones"
},
"successfullyAssignedCollections": {
"message": "Successfully assigned collections"
@@ -9008,7 +9008,7 @@
"description": "A subscription status label"
},
"subscriptionExpired": {
- "message": "Subscription expired",
+ "message": "Suscripción expirada",
"description": "The date header used when a subscription is past due."
},
"pastDueWarningForChargeAutomatically": {
@@ -9071,7 +9071,7 @@
"description": "Message to encourage the user to start creating machine accounts."
},
"machineAccountsNoItemsTitle": {
- "message": "Nothing to show yet",
+ "message": "Nada que mostrar aún",
"description": "Title to indicate that there are no machine accounts to display."
},
"deleteMachineAccounts": {
@@ -9242,13 +9242,13 @@
}
},
"providerDeleted": {
- "message": "Provider deleted"
+ "message": "Proveedor eliminado"
},
"providerDeletedDesc": {
- "message": "The Provider and all associated data has been deleted."
+ "message": "El Proveedor y todos los datos asociados han sido eliminados."
},
"deleteProviderRecoverConfirmDesc": {
- "message": "You have requested to delete this Provider. Use the button below to confirm."
+ "message": "Has solicitado eliminar este Proveedor. Usa el botón de abajo para confirmar."
},
"deleteProviderWarning": {
"message": "Deleting your provider is permanent. It cannot be undone."
@@ -9403,16 +9403,16 @@
"message": "Seats"
},
"addOrganization": {
- "message": "Add organization"
+ "message": "Añadir organización"
},
"createdNewClient": {
- "message": "Successfully created new client"
+ "message": "Nuevo cliente creado con éxito"
},
"noAccess": {
- "message": "No access"
+ "message": "Sin acceso"
},
"collectionAdminConsoleManaged": {
- "message": "This collection is only accessible from the admin console"
+ "message": "Esta colección solo es accesible desde la consola de administración"
},
"organizationOptionsMenu": {
"message": "Toggle Organization Menu"
@@ -9454,7 +9454,7 @@
"message": "Enter your Enterprise organization information"
},
"viewItemsIn": {
- "message": "View items in $NAME$",
+ "message": "Ver elementos en $NAME$",
"description": "Button to view the contents of a folder or collection",
"placeholders": {
"name": {
@@ -9464,7 +9464,7 @@
}
},
"backTo": {
- "message": "Back to $NAME$",
+ "message": "Volver a $NAME$",
"description": "Navigate back to a previous folder or collection",
"placeholders": {
"name": {
@@ -9478,7 +9478,7 @@
"description": "Button text to navigate back"
},
"removeItem": {
- "message": "Remove $NAME$",
+ "message": "Eliminar $NAME$",
"description": "Remove a selected option, such as a folder or collection",
"placeholders": {
"name": {
@@ -9488,19 +9488,19 @@
}
},
"viewInfo": {
- "message": "View info"
+ "message": "Ver información"
},
"viewAccess": {
- "message": "View access"
+ "message": "Ver acceso"
},
"noCollectionsSelected": {
- "message": "You have not selected any collections."
+ "message": "No has seleccionado ninguna colección."
},
"updateName": {
- "message": "Update name"
+ "message": "Actualizar nombre"
},
"updatedOrganizationName": {
- "message": "Updated organization name"
+ "message": "Nombre de la organización actualizado"
},
"providerPlan": {
"message": "Managed Service Provider"
@@ -9575,7 +9575,7 @@
"message": "Verified"
},
"viewSecret": {
- "message": "View secret"
+ "message": "Ver secreto"
},
"noClients": {
"message": "There are no clients to list"
@@ -9630,13 +9630,13 @@
"message": "Higher KDF iterations can help protect your master password from being brute forced by an attacker."
},
"incrementsOf100,000": {
- "message": "increments of 100,000"
+ "message": "incrementos de 100.000"
},
"smallIncrements": {
- "message": "small increments"
+ "message": "pequeños incrementos"
},
"kdfIterationRecommends": {
- "message": "We recommend 600,000 or more"
+ "message": "Recomendamos 600.000 o más"
},
"kdfToHighWarningIncreaseInIncrements": {
"message": "For older devices, setting your KDF too high may lead to performance issues. Increase the value in $VALUE$ and test your devices.",
@@ -9654,7 +9654,7 @@
"message": "Grant groups or people access to this secret. Permissions set for people will override permissions set by groups."
},
"secretPeopleEmptyMessage": {
- "message": "Add people or groups to share access to this secret"
+ "message": "Añade personas o grupos para compartir el acceso a este secreto"
},
"secretMachineAccountsDescription": {
"message": "Grant machine accounts access to this secret."
@@ -9669,7 +9669,7 @@
"message": "This action will remove your access to this secret."
},
"invoice": {
- "message": "Invoice"
+ "message": "Factura"
},
"unassignedSeatsAvailable": {
"message": "You have $SEATS$ unassigned seats available.",
@@ -9727,16 +9727,16 @@
"message": "After making updates in the Bitwarden cloud server, upload your license file to apply the most recent changes."
},
"addToFolder": {
- "message": "Add to folder"
+ "message": "Añadir a carpeta"
},
"selectFolder": {
- "message": "Select folder"
+ "message": "Seleccionar carpeta"
},
"personalItemTransferWarningSingular": {
- "message": "1 item will be permanently transferred to the selected organization. You will no longer own this item."
+ "message": "1 elemento será transferido permanentemente a la organización seleccionada. Ya no serás el propietario de este elemento."
},
"personalItemsTransferWarningPlural": {
- "message": "$PERSONAL_ITEMS_COUNT$ items will be permanently transferred to the selected organization. You will no longer own these items.",
+ "message": "$PERSONAL_ITEMS_COUNT$ elementos serán transferidos permanentemente a la organización seleccionada. Ya no serás el propietario de estos elementos.",
"placeholders": {
"personal_items_count": {
"content": "$1",
@@ -9745,7 +9745,7 @@
}
},
"personalItemWithOrgTransferWarningSingular": {
- "message": "1 item will be permanently transferred to $ORG$. You will no longer own this item.",
+ "message": "1 elemento será transferido permanentemente a $ORG$. Ya no serás el propietario de este elemento.",
"placeholders": {
"org": {
"content": "$1",
@@ -9754,7 +9754,7 @@
}
},
"personalItemsWithOrgTransferWarningPlural": {
- "message": "$PERSONAL_ITEMS_COUNT$ items will be permanently transferred to $ORG$. You will no longer own these items.",
+ "message": "$PERSONAL_ITEMS_COUNT$ elementos serán transferidos permanentemente a $ORG$. Ya no serás el propietario de estos elementos.",
"placeholders": {
"personal_items_count": {
"content": "$1",
@@ -9947,10 +9947,10 @@
"message": "Fingerprint"
},
"sshKeyPrivateKey": {
- "message": "Private key"
+ "message": "Clave privada"
},
"sshKeyPublicKey": {
- "message": "Public key"
+ "message": "Clave pública"
},
"sshKeyAlgorithmED25519": {
"message": "ED25519"
@@ -9965,7 +9965,7 @@
"message": "RSA 4096-Bit"
},
"premiumAccounts": {
- "message": "6 premium accounts"
+ "message": "6 cuentas premium"
},
"unlimitedSharing": {
"message": "Unlimited sharing"
@@ -9989,13 +9989,13 @@
"message": "Account recovery"
},
"customRoles": {
- "message": "Custom roles"
+ "message": "Roles personalizados"
},
"unlimitedSecretsStorage": {
"message": "Unlimited secrets storage"
},
"unlimitedUsers": {
- "message": "Unlimited users"
+ "message": "Usuario ilimitados"
},
"UpTo50MachineAccounts": {
"message": "Up to 50 machine accounts"
@@ -10019,7 +10019,7 @@
"message": "File saved to device. Manage from your device downloads."
},
"publicApi": {
- "message": "Public API",
+ "message": "API Pública",
"description": "The text, 'API', is an acronym and should not be translated."
},
"showCharacterCount": {
@@ -10029,7 +10029,7 @@
"message": "Hide character count"
},
"editAccess": {
- "message": "Edit access"
+ "message": "Editar acceso"
},
"textHelpText": {
"message": "Use text fields for data like security questions"
@@ -10075,7 +10075,7 @@
"description": "Full description for the password generator special characters checkbox"
},
"addAttachment": {
- "message": "Add attachment"
+ "message": "Añadir adjunto"
},
"maxFileSizeSansPunctuation": {
"message": "Maximum file size is 500 MB"
@@ -10100,7 +10100,7 @@
"message": "Non-compliant members will be revoked. Administrators can restore members once they leave all other organizations."
},
"deleteOrganizationUser": {
- "message": "Delete $NAME$",
+ "message": "Eliminar $NAME$",
"placeholders": {
"name": {
"content": "$1",
@@ -10124,7 +10124,7 @@
"description": "Warning description for the bulk delete organization users dialog"
},
"organizationUserDeleted": {
- "message": "Deleted $NAME$",
+ "message": "$NAME$ eliminado",
"placeholders": {
"name": {
"content": "$1",
@@ -10145,7 +10145,7 @@
}
},
"userLeftOrganization": {
- "message": "User $ID$ left organization",
+ "message": "El usuario $ID$ abandonó la organización",
"placeholders": {
"id": {
"content": "$1",
@@ -10169,10 +10169,10 @@
"message": "To regain access to your organization, add a payment method."
},
"deleteMembers": {
- "message": "Delete members"
+ "message": "Eliminar miembros"
},
"noSelectedMembersApplicable": {
- "message": "This action is not applicable to any of the selected members."
+ "message": "Esta acción no es aplicable a ninguno de los miembros seleccionados."
},
"deletedSuccessfully": {
"message": "Deleted successfully"
@@ -10205,7 +10205,7 @@
"message": "Remove members"
},
"devices": {
- "message": "Devices"
+ "message": "Dispositivos"
},
"deviceListDescription": {
"message": "Your account was logged in to each of the devices below. If you do not recognize a device, remove it now."
@@ -10335,10 +10335,10 @@
"message": "The password you entered is incorrect."
},
"importSshKey": {
- "message": "Import"
+ "message": "Importar"
},
"confirmSshKeyPassword": {
- "message": "Confirm password"
+ "message": "Confirmar contraseña"
},
"enterSshKeyPasswordDesc": {
"message": "Enter the password for the SSH key."
@@ -10347,7 +10347,7 @@
"message": "Enter password"
},
"invalidSshKey": {
- "message": "The SSH key is invalid"
+ "message": "La clave SSH no es válida"
},
"sshKeyTypeUnsupported": {
"message": "The SSH key type is not supported"
@@ -10486,7 +10486,7 @@
"message": "Your provider subscription will receive a credit for any remaining time in the organization's subscription."
},
"doYouWantToAddThisOrg": {
- "message": "Do you want to add this organization to $PROVIDER$?",
+ "message": "¿Quieres añadir esta organización a $PROVIDER$?",
"placeholders": {
"provider": {
"content": "$1",
@@ -10559,7 +10559,7 @@
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"sendsBodyNoItems": {
- "message": "Share files and data securely with anyone, on any platform. Your information will remain end-to-end encrypted while limiting exposure.",
+ "message": "Comparte archivos y datos de forma segura con cualquiera, en cualquier plataforma. Tu información permanecerá encriptada de extremo a extremo, limitando su exposición.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"generatorNudgeTitle": {
@@ -10629,7 +10629,7 @@
"example": "Store your keys and connect with the SSH agent for fast, encrypted authentication. Learn more about SSH agent"
},
"restart": {
- "message": "Restart"
+ "message": "Reiniciar"
},
"verifyProviderBankAccountWithStatementDescriptorWarning": {
"message": "Payment with a bank account is only available to customers in the United States. You will be required to verify your bank account. We will make a micro-deposit within the next 1-2 business days. Enter the statement descriptor code from this deposit on the provider's subscription page to verify the bank account. Failure to verify the bank account will result in a missed payment and your subscription being suspended."
diff --git a/apps/web/src/locales/et/messages.json b/apps/web/src/locales/et/messages.json
index 1919579e14a..6f84e698427 100644
--- a/apps/web/src/locales/et/messages.json
+++ b/apps/web/src/locales/et/messages.json
@@ -7614,9 +7614,9 @@
"message": "Service account updated",
"description": "Notifies that a service account has been updated"
},
- "newSaSelectAccess": {
- "message": "Trüki või vali mõni projekt või saladus",
- "description": "Instructions for selecting projects or secrets for a new service account"
+ "typeOrSelectProjects": {
+ "message": "Type or select projects",
+ "description": "Instructions for selecting projects for a service account"
},
"newSaTypeToFilter": {
"message": "Type to filter",
diff --git a/apps/web/src/locales/eu/messages.json b/apps/web/src/locales/eu/messages.json
index ad22618c583..713d5944d55 100644
--- a/apps/web/src/locales/eu/messages.json
+++ b/apps/web/src/locales/eu/messages.json
@@ -7614,9 +7614,9 @@
"message": "Service account updated",
"description": "Notifies that a service account has been updated"
},
- "newSaSelectAccess": {
- "message": "Idatzi edo aukeratu proiektu edo sekretuak",
- "description": "Instructions for selecting projects or secrets for a new service account"
+ "typeOrSelectProjects": {
+ "message": "Type or select projects",
+ "description": "Instructions for selecting projects for a service account"
},
"newSaTypeToFilter": {
"message": "Type to filter",
diff --git a/apps/web/src/locales/fa/messages.json b/apps/web/src/locales/fa/messages.json
index 2c6b848801d..3f22e6a4929 100644
--- a/apps/web/src/locales/fa/messages.json
+++ b/apps/web/src/locales/fa/messages.json
@@ -75,7 +75,7 @@
}
},
"noAppsInOrgTitle": {
- "message": "No applications found in $ORG NAME$",
+ "message": "هیچ برنامهای در $ORG NAME$ یافت نشد",
"placeholders": {
"org name": {
"content": "$1",
@@ -2013,7 +2013,7 @@
"message": "مقصد"
},
"learnAboutImportOptions": {
- "message": "درباره گزینههای برون ریزی خود بیاموزید"
+ "message": "درباره گزینههای درون ریزی خود بیاموزید"
},
"selectImportFolder": {
"message": "یک پوشه انتخاب کنید"
@@ -2154,10 +2154,10 @@
"message": "راهاندازی ورود دو مرحلهای میتواند برای همیشه حساب Bitwarden شما را قفل کند. یک کد بازیابی به شما امکان میدهد در صورتی که دیگر نمیتوانید از ارائهدهندهی ورود دو مرحلهای معمولی خود استفاده کنید (به عنوان مثال: دستگاه خود را گم میکنید) به حساب خود دسترسی پیدا کنید. اگر دسترسی به حساب خود را از دست بدهید، پشتیبانی Bitwarden نمیتواند به شما کمک کند. توصیه میکنیم کد بازیابی را یادداشت یا چاپ کنید و آن را در مکانی امن نگهداری کنید."
},
"restrictedItemTypesPolicy": {
- "message": "Remove card item type"
+ "message": "حذف نوع مورد کارت"
},
"restrictedItemTypesPolicyDesc": {
- "message": "Do not allow members to create card item types."
+ "message": "اجازه نده اعضا نوع مورد کارت ایجاد کنند."
},
"yourSingleUseRecoveryCode": {
"message": "کد بازیابی یکبار مصرف شما میتواند در صورت از دست دادن دسترسی به سرویس ورود دو مرحلهای، برای غیرفعال کردن آن استفاده شود. Bitwarden توصیه میکند این کد را یادداشت کرده و در جای امنی نگهداری کنید."
@@ -4537,7 +4537,7 @@
"message": "هرگونه برون ریزی حساب کاربری با دسترسی محدود که ذخیره کردهاید، نامعتبر خواهد شد."
},
"legacyEncryptionUnsupported": {
- "message": "Legacy encryption is no longer supported. Please contact support to recover your account."
+ "message": "رمزنگاری قدیمی دیگر پشتیبانی نمیشود. لطفاً برای بازیابی حساب کاربری خود با پشتیبانی تماس بگیرید."
},
"subscription": {
"message": "اشتراک"
@@ -6819,16 +6819,16 @@
"message": "تولید عبارت عبور"
},
"passwordGenerated": {
- "message": "Password generated"
+ "message": "کلمه عبور تولید شد"
},
"passphraseGenerated": {
- "message": "Passphrase generated"
+ "message": "عبارت عبور تولید شد"
},
"usernameGenerated": {
- "message": "Username generated"
+ "message": "نام کاربری تولید شد"
},
"emailGenerated": {
- "message": "Email generated"
+ "message": "ایمیل تولید شد"
},
"spinboxBoundariesHint": {
"message": "مقدار باید بین $MIN$ و $MAX$ باشد.",
@@ -6894,7 +6894,7 @@
"message": "از این کلمه عبور استفاده کن"
},
"useThisPassphrase": {
- "message": "Use this passphrase"
+ "message": "از این عبارت عبور استفاده کن"
},
"useThisUsername": {
"message": "از این نام کاربری استفاده کن"
@@ -7614,9 +7614,9 @@
"message": "سرویس حساب بهروز شد",
"description": "Notifies that a service account has been updated"
},
- "newSaSelectAccess": {
- "message": "پروژهها یا اسرار را تایپ یا انتخاب کنید",
- "description": "Instructions for selecting projects or secrets for a new service account"
+ "typeOrSelectProjects": {
+ "message": "Type or select projects",
+ "description": "Instructions for selecting projects for a service account"
},
"newSaTypeToFilter": {
"message": "برای فیلتر تایپ کنید",
@@ -10638,7 +10638,7 @@
"message": "لطفاً برای افزودن روش پرداخت خود، روی دکمه پرداخت با پیپال کلیک کنید."
},
"revokeActiveSponsorshipConfirmation": {
- "message": "If you remove $EMAIL$, the sponsorship for this Family plan will end. A seat within your organization will become available for members or sponsorships after the sponsored organization renewal date on $DATE$.",
+ "message": "اگر $EMAIL$ را حذف کنید، حمایت مالی از این طرح خانوادگی به پایان میرسد. یک جایگاه در سازمان شما پس از تاریخ تمدید سازمان تحت حمایت در $DATE$ برای اعضا یا حمایتهای مالی دیگر در دسترس خواهد بود.",
"placeholders": {
"email": {
"content": "$1",
diff --git a/apps/web/src/locales/fi/messages.json b/apps/web/src/locales/fi/messages.json
index 18cfb6faeb2..9536559154e 100644
--- a/apps/web/src/locales/fi/messages.json
+++ b/apps/web/src/locales/fi/messages.json
@@ -7614,9 +7614,9 @@
"message": "Palvelutili päivitettiin",
"description": "Notifies that a service account has been updated"
},
- "newSaSelectAccess": {
- "message": "Syötä tai valitse projekteja tai salaisuuksia",
- "description": "Instructions for selecting projects or secrets for a new service account"
+ "typeOrSelectProjects": {
+ "message": "Type or select projects",
+ "description": "Instructions for selecting projects for a service account"
},
"newSaTypeToFilter": {
"message": "Suodata kirjoittamalla",
diff --git a/apps/web/src/locales/fil/messages.json b/apps/web/src/locales/fil/messages.json
index dde46f61d40..cf0e82e676d 100644
--- a/apps/web/src/locales/fil/messages.json
+++ b/apps/web/src/locales/fil/messages.json
@@ -7614,9 +7614,9 @@
"message": "Na-update na ang serbisyo account",
"description": "Notifies that a service account has been updated"
},
- "newSaSelectAccess": {
- "message": "Mag type o pumili ng mga proyekto o lihim",
- "description": "Instructions for selecting projects or secrets for a new service account"
+ "typeOrSelectProjects": {
+ "message": "Type or select projects",
+ "description": "Instructions for selecting projects for a service account"
},
"newSaTypeToFilter": {
"message": "Mag-type para i-filter",
diff --git a/apps/web/src/locales/fr/messages.json b/apps/web/src/locales/fr/messages.json
index 30b542af3b9..f88f7fefcab 100644
--- a/apps/web/src/locales/fr/messages.json
+++ b/apps/web/src/locales/fr/messages.json
@@ -7614,9 +7614,9 @@
"message": "Compte de service mis à jour",
"description": "Notifies that a service account has been updated"
},
- "newSaSelectAccess": {
- "message": "Saisir ou sélectionner des projets ou des secrets",
- "description": "Instructions for selecting projects or secrets for a new service account"
+ "typeOrSelectProjects": {
+ "message": "Saisissez ou sélectionnez des projets",
+ "description": "Instructions for selecting projects for a service account"
},
"newSaTypeToFilter": {
"message": "Saisir pour filtrer",
diff --git a/apps/web/src/locales/gl/messages.json b/apps/web/src/locales/gl/messages.json
index 1b3eda6e91b..08cc149d913 100644
--- a/apps/web/src/locales/gl/messages.json
+++ b/apps/web/src/locales/gl/messages.json
@@ -7614,9 +7614,9 @@
"message": "Service account updated",
"description": "Notifies that a service account has been updated"
},
- "newSaSelectAccess": {
- "message": "Type or select projects or secrets",
- "description": "Instructions for selecting projects or secrets for a new service account"
+ "typeOrSelectProjects": {
+ "message": "Type or select projects",
+ "description": "Instructions for selecting projects for a service account"
},
"newSaTypeToFilter": {
"message": "Type to filter",
diff --git a/apps/web/src/locales/he/messages.json b/apps/web/src/locales/he/messages.json
index 2698ae1e12c..a061c2ce041 100644
--- a/apps/web/src/locales/he/messages.json
+++ b/apps/web/src/locales/he/messages.json
@@ -7614,9 +7614,9 @@
"message": "חשבון השירות עודכן",
"description": "Notifies that a service account has been updated"
},
- "newSaSelectAccess": {
- "message": "הקלד או בחר פרויקטים או סודות",
- "description": "Instructions for selecting projects or secrets for a new service account"
+ "typeOrSelectProjects": {
+ "message": "Type or select projects",
+ "description": "Instructions for selecting projects for a service account"
},
"newSaTypeToFilter": {
"message": "הקלד כדי לסנן",
diff --git a/apps/web/src/locales/hi/messages.json b/apps/web/src/locales/hi/messages.json
index 8eb9cd25490..4f01a763aea 100644
--- a/apps/web/src/locales/hi/messages.json
+++ b/apps/web/src/locales/hi/messages.json
@@ -7614,9 +7614,9 @@
"message": "Service account updated",
"description": "Notifies that a service account has been updated"
},
- "newSaSelectAccess": {
- "message": "Type or select projects or secrets",
- "description": "Instructions for selecting projects or secrets for a new service account"
+ "typeOrSelectProjects": {
+ "message": "Type or select projects",
+ "description": "Instructions for selecting projects for a service account"
},
"newSaTypeToFilter": {
"message": "Type to filter",
diff --git a/apps/web/src/locales/hr/messages.json b/apps/web/src/locales/hr/messages.json
index aade6244e32..68c75f9342f 100644
--- a/apps/web/src/locales/hr/messages.json
+++ b/apps/web/src/locales/hr/messages.json
@@ -7614,9 +7614,9 @@
"message": "Ažuriran račun usluge",
"description": "Notifies that a service account has been updated"
},
- "newSaSelectAccess": {
- "message": "Upiši ili odaberi projekte ili tajne",
- "description": "Instructions for selecting projects or secrets for a new service account"
+ "typeOrSelectProjects": {
+ "message": "Type or select projects",
+ "description": "Instructions for selecting projects for a service account"
},
"newSaTypeToFilter": {
"message": "Upiši za filtriranje…",
diff --git a/apps/web/src/locales/hu/messages.json b/apps/web/src/locales/hu/messages.json
index 18b8c7cefd5..a7cf8c389e7 100644
--- a/apps/web/src/locales/hu/messages.json
+++ b/apps/web/src/locales/hu/messages.json
@@ -7614,9 +7614,9 @@
"message": "A szolgáltatás fiók frissítésre került.",
"description": "Notifies that a service account has been updated"
},
- "newSaSelectAccess": {
- "message": "Gépeljük be vagy válasszunk projekteket vagy titkos kódokat",
- "description": "Instructions for selecting projects or secrets for a new service account"
+ "typeOrSelectProjects": {
+ "message": "Projektek begépelése vagy kiválasztása",
+ "description": "Instructions for selecting projects for a service account"
},
"newSaTypeToFilter": {
"message": "Gépelés a szűréshez",
diff --git a/apps/web/src/locales/id/messages.json b/apps/web/src/locales/id/messages.json
index 451f92f5468..d479e73d4ca 100644
--- a/apps/web/src/locales/id/messages.json
+++ b/apps/web/src/locales/id/messages.json
@@ -7614,9 +7614,9 @@
"message": "Service account updated",
"description": "Notifies that a service account has been updated"
},
- "newSaSelectAccess": {
- "message": "Type or select projects or secrets",
- "description": "Instructions for selecting projects or secrets for a new service account"
+ "typeOrSelectProjects": {
+ "message": "Type or select projects",
+ "description": "Instructions for selecting projects for a service account"
},
"newSaTypeToFilter": {
"message": "Type to filter",
diff --git a/apps/web/src/locales/it/messages.json b/apps/web/src/locales/it/messages.json
index ab9095d0300..6d9af97e64f 100644
--- a/apps/web/src/locales/it/messages.json
+++ b/apps/web/src/locales/it/messages.json
@@ -3,7 +3,7 @@
"message": "Tutte le applicazioni"
},
"appLogoLabel": {
- "message": "Bitwarden logo"
+ "message": "Logo Bitwarden"
},
"criticalApplications": {
"message": "Applicazioni critiche"
@@ -99,7 +99,7 @@
"message": "Contrassegna l'applicazione come critica"
},
"applicationsMarkedAsCriticalSuccess": {
- "message": "Applications marked as critical"
+ "message": "Applicazioni contrassegnate come critiche"
},
"application": {
"message": "Applicazione"
@@ -141,13 +141,13 @@
"message": "Questi membri accedono ad applicazioni con parole d'accesso deboli, esposte, o riutilizzate."
},
"atRiskMembersDescriptionNone": {
- "message": "These are no members logging into applications with weak, exposed, or reused passwords."
+ "message": "Non ci sono utenti connessi con password deboli, esposte o riutilizzate."
},
"atRiskApplicationsDescription": {
"message": "Queste applicazioni hanno parole d'accesso deboli, esposte o riutilizzate."
},
"atRiskApplicationsDescriptionNone": {
- "message": "These are no applications with weak, exposed, or reused passwords."
+ "message": "Non ci sono applicazioni con password deboli, esposte o riutilizzate."
},
"atRiskMembersDescriptionWithApp": {
"message": "Questi membri stanno entrando in $APPNAME$ con parole d'accesso deboli, esposte, o riutilizzate.",
@@ -159,7 +159,7 @@
}
},
"atRiskMembersDescriptionWithAppNone": {
- "message": "There are no at risk members for $APPNAME$.",
+ "message": "Non ci sono membri a rischio per $APPNAME$.",
"placeholders": {
"appname": {
"content": "$1",
@@ -2154,10 +2154,10 @@
"message": "Impostare la verifica in due passaggi potrebbe bloccarti permanentemente fuori dal tuo account Bitwarden. Un codice di recupero ti permette di accedere al tuo account il caso non potessi più usare il tuo solito metodo di verifica in due passaggi (per esempio se perdi il telefono). L'assistenza clienti di Bitwarden non sarà in grado di aiutarti se perdi l'accesso al tuo account. Scrivi o stampa il tuo codice di recupero e conservalo in un luogo sicuro."
},
"restrictedItemTypesPolicy": {
- "message": "Remove card item type"
+ "message": "Rimuovi tipo di carta"
},
"restrictedItemTypesPolicyDesc": {
- "message": "Do not allow members to create card item types."
+ "message": "Non consentire ai membri di salvare le carte."
},
"yourSingleUseRecoveryCode": {
"message": "Puoi usare il codice di recupero monouso se non hai accesso a nessuno dei metodi impostati per l'accesso in due passaggi. Se accedi con un codice, l'accesso in due passaggi sarà disattivato. Conserva il codice in un luogo sicuro e accessibile solo a te."
@@ -3333,10 +3333,10 @@
"message": "L'ID esterno è un riferimento non crittografato usato da Bitwarden Directory Connector e API."
},
"ssoExternalId": {
- "message": "SSO External ID"
+ "message": "ID esterno SSO"
},
"ssoExternalIdDesc": {
- "message": "SSO External ID is an unencrypted reference between Bitwarden and your configured SSO provider."
+ "message": "L'ID esterno SSO è un riferimento non crittografato che collega Bitwarden e il provider SSO."
},
"nestCollectionUnder": {
"message": "Annida raccolta sotto"
@@ -4082,7 +4082,7 @@
"message": "Aggiorna browser"
},
"generatingYourRiskInsights": {
- "message": "Generating your Risk Insights..."
+ "message": "Generazione delle tue informazioni sui rischi..."
},
"updateBrowserDesc": {
"message": "Stai utilizzando un browser non supportato. La cassaforte web potrebbe non funzionare correttamente."
@@ -4534,10 +4534,10 @@
"message": "Dopo aver aggiornato la tua chiave di crittografia, devi uscire ed entrare di nuovo in tutte le app Bitwarden che stai usando (come l'app mobile o l'estensione del browser). Se non si esce e rientra (per scaricare la nuova chiave di crittografia) i dati della tua cassaforte potrebbero essere danneggiati. Cercheremo di farti uscire automaticamente, ma potrebbe esserci un ritardo."
},
"updateEncryptionKeyAccountExportWarning": {
- "message": "Any account restricted exports you have saved will become invalid."
+ "message": "Qualsiasi esportazione effettuata da un account limitato non sarà valida."
},
"legacyEncryptionUnsupported": {
- "message": "Legacy encryption is no longer supported. Please contact support to recover your account."
+ "message": "La crittografia legacy non è più supportata. Contatta l'assistenza per recuperare il tuo account."
},
"subscription": {
"message": "Abbonamento"
@@ -5686,7 +5686,7 @@
"message": "WebAuthn verificato! Puoi chiudere questa scheda."
},
"yourNewPasswordCannotBeTheSameAsYourCurrentPassword": {
- "message": "Your new password cannot be the same as your current password."
+ "message": "La tua nuova password non può essere identica alla precedente."
},
"hintEqualsPassword": {
"message": "Il suggerimento per la password non può essere uguale alla tua password."
@@ -5884,7 +5884,7 @@
"message": "Impronta"
},
"fingerprintPhrase": {
- "message": "Fingerprint phrase:"
+ "message": "Frase impronta:"
},
"error": {
"message": "Errore"
@@ -6291,19 +6291,19 @@
"message": "Bitwarden Families gratis"
},
"sponsoredBitwardenFamilies": {
- "message": "Sponsored families"
+ "message": "Famiglie sponsorizzate"
},
"noSponsoredFamiliesMessage": {
- "message": "No sponsored families"
+ "message": "Nessuna famiglia sponsorizzata"
},
"nosponsoredFamiliesDetails": {
- "message": "Sponsored non-member families plans will display here"
+ "message": "I piani delle famiglie sponsorizzate non-membri saranno visualizzati qui"
},
"sponsorshipFreeBitwardenFamilies": {
- "message": "Members of your organization are eligible for Free Bitwarden Families. You can sponsor Free Bitwarden Families for employees who are not a member of your Bitwarden organization. Sponsoring a non-member requires an available seat within your organization."
+ "message": "I membri della tua organizzazione potrebbero ricevere l'abilitazione gratuita delle famiglie Bitwarden. Puoi sponsorizzare le famiglie Bitwarden gratuite per i dipendenti che non sono membri della tua organizzazione Bitwarden. Sponsorizzare un non-membro richiede un posto disponibile all'interno della tua organizzazione."
},
"sponsoredFamiliesRemoveActiveSponsorship": {
- "message": "When you remove an active sponsorship, a seat within your organization will be available after the renewal date of the sponsored organization."
+ "message": "Se rimuovi una sponsorizzazione attiva, un posto all'interno della tua organizzazione sarà disponibile dopo la data di rinnovo."
},
"sponsoredFamiliesEligible": {
"message": "Tu e la tua famiglia siete idonei per Bitwarden Families gratis. Riscatta con la tua email personale per mantenere i tuoi dati al sicuro anche quando non sei a lavoro."
@@ -6312,28 +6312,28 @@
"message": "Riscatta oggi il tuo piano Bitwarden Families gratis per mantenere i tuoi dati al sicuro anche quando non sei al lavoro."
},
"sponsoredFamiliesIncludeMessage": {
- "message": "The Bitwarden for Families plan includes"
+ "message": "Il piano Bitwarden per famiglie include"
},
"sponsoredFamiliesPremiumAccess": {
"message": "Accesso Premium fino a 6 utenti"
},
"sponsoredFamiliesSharedCollectionsForFamilyMembers": {
- "message": "Shared collections for family members"
+ "message": "Raccolte condivise per i membri della famiglia"
},
"memberFamilies": {
- "message": "Member families"
+ "message": "Famiglie membri"
},
"noMemberFamilies": {
- "message": "No member families"
+ "message": "Famiglie non membri"
},
"noMemberFamiliesDescription": {
- "message": "Members who have redeemed family plans will display here"
+ "message": "I membri che hanno riscattato i piani famiglia saranno visualizzati qui"
},
"membersWithSponsoredFamilies": {
- "message": "Members of your organization are eligible for Free Bitwarden Families. Here you can see members who have sponsored a Families organization."
+ "message": "I membri della tua organizzazione possono avere accesso gratuito alle famiglie Bitwarden. Qui puoi vedere i membri sponsor."
},
"organizationHasMemberMessage": {
- "message": "A sponsorship cannot be sent to $EMAIL$ because they are a member of your organization.",
+ "message": "Non puoi sponsorizzare $EMAIL$ perché sono membri della tua organizzazione.",
"placeholders": {
"email": {
"content": "$1",
@@ -6393,7 +6393,7 @@
"message": "Account riscattato"
},
"revokeAccountMessage": {
- "message": "Revoke account $NAME$",
+ "message": "Revoca l'account $NAME$",
"placeholders": {
"name": {
"content": "$1",
@@ -6465,10 +6465,10 @@
"message": "Codice di verifica non valido"
},
"removeMasterPasswordForOrganizationUserKeyConnector": {
- "message": "A master password is no longer required for members of the following organization. Please confirm the domain below with your organization administrator."
+ "message": "La password principale non è più richiesta per i membri dell'organizzazione. Per favore, conferma il dominio qui sotto con l'amministratore."
},
"keyConnectorDomain": {
- "message": "Key Connector domain"
+ "message": "Dominio Key Connector"
},
"leaveOrganization": {
"message": "Lascia organizzazione"
@@ -6748,7 +6748,7 @@
}
},
"exportingIndividualVaultWithAttachmentsDescription": {
- "message": "Only the individual vault items including attachments associated with $EMAIL$ will be exported. Organization vault items will not be included",
+ "message": "Solo gli elementi della cassaforte personale associati a $EMAIL$, inclusi gli allegati, saranno esportati. Gli elementi della cassaforte dell'organizzazione non saranno inclusi",
"placeholders": {
"email": {
"content": "$1",
@@ -6819,16 +6819,16 @@
"message": "Genera passphrase"
},
"passwordGenerated": {
- "message": "Password generated"
+ "message": "Password generata"
},
"passphraseGenerated": {
- "message": "Passphrase generated"
+ "message": "Frase segreta generata"
},
"usernameGenerated": {
- "message": "Username generated"
+ "message": "Nome utente generato"
},
"emailGenerated": {
- "message": "Email generated"
+ "message": "Email generata"
},
"spinboxBoundariesHint": {
"message": "Il valore deve essere compreso tra $MIN$ e $MAX$.",
@@ -6894,7 +6894,7 @@
"message": "Usa questa password"
},
"useThisPassphrase": {
- "message": "Use this passphrase"
+ "message": "Usa questa frase segreta"
},
"useThisUsername": {
"message": "Usa questo nome utente"
@@ -7289,7 +7289,7 @@
"message": "Segui i passaggi qui sotto per completare l'accesso."
},
"followTheStepsBelowToFinishLoggingInWithSecurityKey": {
- "message": "Follow the steps below to finish logging in with your security key."
+ "message": "Segui i prossimi passaggi per completare l'accesso con la tua chiave di sicurezza."
},
"launchDuo": {
"message": "Avvia DUO"
@@ -7614,9 +7614,9 @@
"message": "Account di servizio aggiornato",
"description": "Notifies that a service account has been updated"
},
- "newSaSelectAccess": {
- "message": "Digita o seleziona progetti o segreti",
- "description": "Instructions for selecting projects or secrets for a new service account"
+ "typeOrSelectProjects": {
+ "message": "Digita o seleziona un progetto",
+ "description": "Instructions for selecting projects for a service account"
},
"newSaTypeToFilter": {
"message": "Digita per filtrare",
@@ -7972,7 +7972,7 @@
"message": "Invita membro"
},
"addSponsorship": {
- "message": "Add sponsorship"
+ "message": "Aggiungi sponsorizzazione"
},
"needsConfirmation": {
"message": "Necessitano conferma"
@@ -8704,7 +8704,7 @@
"message": "Limita l'eliminazione delle raccolte ai proprietari e agli amministratori"
},
"limitItemDeletionDescription": {
- "message": "Limit item deletion to members with the Manage collection permissions"
+ "message": "Consenti l'eliminazione solo ai membri con i permessi di gestione raccolte"
},
"allowAdminAccessToAllCollectionItemsDesc": {
"message": "Proprietari e amministratori possono gestire tutte le raccolte e gli elementi"
@@ -9427,19 +9427,19 @@
"message": "Gestisci la fatturazione dal Portale del Fornitore"
},
"continueSettingUp": {
- "message": "Continue setting up Bitwarden"
+ "message": "Continua a configurare Bitwarden"
},
"continueSettingUpFreeTrial": {
"message": "Continua a configurare la tua prova gratuita di Bitwarden"
},
"continueSettingUpPasswordManager": {
- "message": "Continue setting up Bitwarden Password Manager"
+ "message": "Continua a configurare la tua prova gratuita di Bitwarden Password Manager"
},
"continueSettingUpFreeTrialPasswordManager": {
"message": "Continua a configurare la tua prova gratuita di Bitwarden Password Manager"
},
"continueSettingUpSecretsManager": {
- "message": "Continue setting up Bitwarden Secrets Manager"
+ "message": "Continua a configurare la tua prova gratuita di Bitwarden Secrets Manager"
},
"continueSettingUpFreeTrialSecretsManager": {
"message": "Continua a configurare la tua prova gratuita di Bitwarden Secrets Manager"
@@ -10299,37 +10299,37 @@
"message": "Il nome dell'organizzazione non può superare i 50 caratteri."
},
"rotationCompletedTitle": {
- "message": "Key rotation successful"
+ "message": "Rotazione chiave riuscita"
},
"rotationCompletedDesc": {
- "message": "Your master password and encryption keys have been updated. Your other devices have been logged out."
+ "message": "La password principale e le chiavi di crittografia sono state aggiornate. Gli altri dispositivi sono stati disconnessi."
},
"trustUserEmergencyAccess": {
- "message": "Trust and confirm user"
+ "message": "Contrassegna come affidabile e conferma l'utente"
},
"trustOrganization": {
- "message": "Trust organization"
+ "message": "Contrassegna organizzazione come affidabile"
},
"trust": {
- "message": "Trust"
+ "message": "Contrassegna come affidabile"
},
"doNotTrust": {
- "message": "Do not trust"
+ "message": "Non considerare affidabile"
},
"organizationNotTrusted": {
- "message": "Organization is not trusted"
+ "message": "L'organizzazione non è contrassegnata come affidabile"
},
"emergencyAccessTrustWarning": {
- "message": "For the security of your account, only confirm if you have granted emergency access to this user and their fingerprint matches what is displayed in their account"
+ "message": "Per la sicurezza del tuo account, conferma solo se hai concesso l'accesso di emergenza a questo utente e le loro frasi impronta corrispondono a quanto visualizzato nel loro account"
},
"orgTrustWarning": {
- "message": "For the security of your account, only proceed if you are a member of this organization, have account recovery enabled, and the fingerprint displayed below matches the organization's fingerprint."
+ "message": "Per la sicurezza del tuo account, procedi solo se sei un membro di questa organizzazione, se il recupero dell'account è abilitato e se la frase impronta visualizzata di seguito corrisponde a quella dell'organizzazione."
},
"orgTrustWarning1": {
- "message": "This organization has an Enterprise policy that will enroll you in account recovery. Enrollment will allow organization administrators to change your password. Only proceed if you recognize this organization and the fingerprint phrase displayed below matches the organization's fingerprint."
+ "message": "Questa organizzazione ha una politica Enterprise che ti abiliterà al recupero dell'account. Ciò consentirà agli amministratori di modificare la password. Procedi solo se riconosci questa organizzazione e se la frase impronta mostrata di seguito corrisponde a quella dell'organizzazione."
},
"trustUser": {
- "message": "Trust user"
+ "message": "Considera l'utente affidabile"
},
"sshKeyWrongPassword": {
"message": "La parola d'accesso inserita non è corretta."
@@ -10501,7 +10501,7 @@
"message": "I posti assegnati superano i posti disponibili."
},
"userkeyRotationDisclaimerEmergencyAccessText": {
- "message": "Fingerprint phrase for $NUM_USERS$ contacts for which you have enabled emergency access.",
+ "message": "Frase impronta per i contatti $NUM_USERS$ per i quali hai abilitato l'accesso di emergenza.",
"placeholders": {
"num_users": {
"content": "$1",
@@ -10510,7 +10510,7 @@
}
},
"userkeyRotationDisclaimerAccountRecoveryOrgsText": {
- "message": "Fingerprint phrase for the organization $ORG_NAME$ for which you have enabled account recovery.",
+ "message": "Frase impronta per l'organizzazione $ORG_NAME$ per cui hai abilitato il recupero dell'account.",
"placeholders": {
"org_name": {
"content": "$1",
@@ -10519,10 +10519,10 @@
}
},
"userkeyRotationDisclaimerDescription": {
- "message": "Rotating your encryption keys will require you to trust keys of any organizations that can recover your account, and any contacts that you have enabled emergency access for. To continue, make sure you can verify the following:"
+ "message": "Per la rotazione delle chiavi di crittografia dovrai affidarti alle chiavi di qualsiasi organizzazione in grado di recuperare il tuo account, e a tutti i contatti per i quali è stato abilitato l'accesso di emergenza. Per continuare, assicurati di poter verificare quanto segue:"
},
"userkeyRotationDisclaimerTitle": {
- "message": "Untrusted encryption keys"
+ "message": "Chiavi di crittografia non attendibili"
},
"changeAtRiskPassword": {
"message": "Cambia parola d'accesso a rischio"
@@ -10534,10 +10534,10 @@
"message": "Non consentire ai membri di sbloccare il proprio account con un PIN."
},
"upgradeForFullEventsMessage": {
- "message": "Event logs are not stored for your organization. Upgrade to a Teams or Enterprise plan to get full access to organization event logs."
+ "message": "I registri degli eventi non sono memorizzati per la tua organizzazione. Aggiorna a un piano di team o Enterprise per ottenere l'accesso completo ai registri."
},
"upgradeEventLogTitleMessage": {
- "message": "Upgrade to see event logs from your organization."
+ "message": "Aggiorna il piano per vedere i registri degli eventi dalla tua organizzazione."
},
"upgradeEventLogMessage": {
"message": "Questi eventi sono solo esempi e non riflettono eventi reali all'interno della tua organizzazione Bitwarden."
@@ -10549,96 +10549,96 @@
"message": "Business Unit"
},
"businessUnits": {
- "message": "Business Units"
+ "message": "Business Unit"
},
"newBusinessUnit": {
- "message": "New business unit"
+ "message": "Nuova Business Unit"
},
"sendsTitleNoItems": {
- "message": "Send sensitive information safely",
+ "message": "Invia informazioni sensibili in modo sicuro",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"sendsBodyNoItems": {
- "message": "Share files and data securely with anyone, on any platform. Your information will remain end-to-end encrypted while limiting exposure.",
+ "message": "Condividi facilmente file e dati con chiunque, su qualsiasi piattaforma. Le tue informazioni saranno crittografate end-to-end per la massima sicurezza.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"generatorNudgeTitle": {
- "message": "Quickly create passwords"
+ "message": "Crea rapidamente password sicure"
},
"generatorNudgeBodyOne": {
- "message": "Easily create strong and unique passwords by clicking on",
+ "message": "Crea facilmente password forti e uniche cliccando su",
"description": "Two part message",
"example": "Easily create strong and unique passwords by clicking on {icon} to help you keep your logins secure."
},
"generatorNudgeBodyTwo": {
- "message": "to help you keep your logins secure.",
+ "message": "per aiutarti a mantenere i tuoi login al sicuro.",
"description": "Two part message",
"example": "Easily create strong and unique passwords by clicking on {icon} to help you keep your logins secure."
},
"generatorNudgeBodyAria": {
- "message": "Easily create strong and unique passwords by clicking on the Generate password button to help you keep your logins secure.",
+ "message": "Crea facilmente password forti e uniche cliccando sul pulsante 'Genera password' per aiutarti a mantenere al sicuro i tuoi login.",
"description": "Aria label for the body content of the generator nudge"
},
"newLoginNudgeTitle": {
- "message": "Save time with autofill"
+ "message": "Accedi in un attimo grazie al riempimento automatico"
},
"newLoginNudgeBodyOne": {
- "message": "Include a",
+ "message": "Includi",
"description": "This is in multiple parts to allow for bold text in the middle of the sentence.",
"example": "Include a Website so this login appears as an autofill suggestion."
},
"newLoginNudgeBodyBold": {
- "message": "Website",
+ "message": "Sito",
"description": "This is in multiple parts to allow for bold text in the middle of the sentence.",
"example": "Include a Website so this login appears as an autofill suggestion."
},
"newLoginNudgeBodyTwo": {
- "message": "so this login appears as an autofill suggestion.",
+ "message": "in modo che questo login appaia come un suggerimento per il riempimento automatico.",
"description": "This is in multiple parts to allow for bold text in the middle of the sentence.",
"example": "Include a Website so this login appears as an autofill suggestion."
},
"newCardNudgeTitle": {
- "message": "Seamless online checkout"
+ "message": "Accesso e pagamento online semplificati"
},
"newCardNudgeBody": {
- "message": "With cards, easily autofill payment forms securely and accurately."
+ "message": "Con le carte memorizzate, riempi i campi di pagamento in modo facile e veloce."
},
"newIdentityNudgeTitle": {
- "message": "Simplify creating accounts"
+ "message": "Semplifica la creazione di account"
},
"newIdentityNudgeBody": {
- "message": "With identities, quickly autofill long registration or contact forms."
+ "message": "Con le identità, riempi in un attimo i moduli di registrazione per la creazione di account."
},
"newNoteNudgeTitle": {
- "message": "Keep your sensitive data safe"
+ "message": "Mantieni al sicuro i tuoi dati sensibili"
},
"newNoteNudgeBody": {
- "message": "With notes, securely store sensitive data like banking or insurance details."
+ "message": "Usa le note per memorizzare in modo sicuro i dati sensibili come i dettagli bancari o assicurativi."
},
"newSshNudgeTitle": {
- "message": "Developer-friendly SSH access"
+ "message": "Accesso SSH ideale per gli sviluppatori"
},
"newSshNudgeBodyOne": {
- "message": "Store your keys and connect with the SSH agent for fast, encrypted authentication.",
+ "message": "Memorizza le chiavi e connettiti con l'agente SSH per un'autenticazione crittografata veloce.",
"description": "Two part message",
"example": "Store your keys and connect with the SSH agent for fast, encrypted authentication. Learn more about SSH agent"
},
"newSshNudgeBodyTwo": {
- "message": "Learn more about SSH agent",
+ "message": "Scopri di più sull'agente SSH",
"description": "Two part message",
"example": "Store your keys and connect with the SSH agent for fast, encrypted authentication. Learn more about SSH agent"
},
"restart": {
- "message": "Restart"
+ "message": "Riavvia"
},
"verifyProviderBankAccountWithStatementDescriptorWarning": {
- "message": "Payment with a bank account is only available to customers in the United States. You will be required to verify your bank account. We will make a micro-deposit within the next 1-2 business days. Enter the statement descriptor code from this deposit on the provider's subscription page to verify the bank account. Failure to verify the bank account will result in a missed payment and your subscription being suspended."
+ "message": "Il pagamento con un conto corrente bancario è disponibile solo per i clienti negli Stati Uniti. Ti sarà richiesto di verificare il tuo conto corrente. Effettueremo un micro-deposito entro i prossimi 1-2 giorni lavorativi. Cerca l'apposito codice nei dettagli della transazione e inseriscilo nella pagina di sottoscrizione del provider per verificare il conto bancario. La mancata verifica del conto bancario comporterà un mancato pagamento e la sospensione dell'abbonamento."
},
"clickPayWithPayPal": {
- "message": "Please click the Pay with PayPal button to add your payment method."
+ "message": "Clicca sul pulsante 'Paga con PayPal' per aggiungere il tuo metodo di pagamento."
},
"revokeActiveSponsorshipConfirmation": {
- "message": "If you remove $EMAIL$, the sponsorship for this Family plan will end. A seat within your organization will become available for members or sponsorships after the sponsored organization renewal date on $DATE$.",
+ "message": "Se rimuovi $EMAIL$, la sponsorizzazione per questo piano famiglia terminerà. Un posto all'interno della tua organizzazione sarà disponibile per i membri o le sponsorizzazioni dopo la data di rinnovo $DATE$.",
"placeholders": {
"email": {
"content": "$1",
diff --git a/apps/web/src/locales/ja/messages.json b/apps/web/src/locales/ja/messages.json
index 96b8516e2f5..7c5bbce17ec 100644
--- a/apps/web/src/locales/ja/messages.json
+++ b/apps/web/src/locales/ja/messages.json
@@ -7614,9 +7614,9 @@
"message": "サービスアカウントを更新しました",
"description": "Notifies that a service account has been updated"
},
- "newSaSelectAccess": {
- "message": "プロジェクトまたはシークレットを入力・選択",
- "description": "Instructions for selecting projects or secrets for a new service account"
+ "typeOrSelectProjects": {
+ "message": "Type or select projects",
+ "description": "Instructions for selecting projects for a service account"
},
"newSaTypeToFilter": {
"message": "入力して絞り込む",
diff --git a/apps/web/src/locales/ka/messages.json b/apps/web/src/locales/ka/messages.json
index 15a61700aba..291947ae991 100644
--- a/apps/web/src/locales/ka/messages.json
+++ b/apps/web/src/locales/ka/messages.json
@@ -7614,9 +7614,9 @@
"message": "Service account updated",
"description": "Notifies that a service account has been updated"
},
- "newSaSelectAccess": {
- "message": "Type or select projects or secrets",
- "description": "Instructions for selecting projects or secrets for a new service account"
+ "typeOrSelectProjects": {
+ "message": "Type or select projects",
+ "description": "Instructions for selecting projects for a service account"
},
"newSaTypeToFilter": {
"message": "Type to filter",
diff --git a/apps/web/src/locales/km/messages.json b/apps/web/src/locales/km/messages.json
index 07debb35541..e30f94e1b42 100644
--- a/apps/web/src/locales/km/messages.json
+++ b/apps/web/src/locales/km/messages.json
@@ -7614,9 +7614,9 @@
"message": "Service account updated",
"description": "Notifies that a service account has been updated"
},
- "newSaSelectAccess": {
- "message": "Type or select projects or secrets",
- "description": "Instructions for selecting projects or secrets for a new service account"
+ "typeOrSelectProjects": {
+ "message": "Type or select projects",
+ "description": "Instructions for selecting projects for a service account"
},
"newSaTypeToFilter": {
"message": "Type to filter",
diff --git a/apps/web/src/locales/kn/messages.json b/apps/web/src/locales/kn/messages.json
index 38e7c0dee9d..22f1f944758 100644
--- a/apps/web/src/locales/kn/messages.json
+++ b/apps/web/src/locales/kn/messages.json
@@ -7614,9 +7614,9 @@
"message": "Service account updated",
"description": "Notifies that a service account has been updated"
},
- "newSaSelectAccess": {
- "message": "Type or select projects or secrets",
- "description": "Instructions for selecting projects or secrets for a new service account"
+ "typeOrSelectProjects": {
+ "message": "Type or select projects",
+ "description": "Instructions for selecting projects for a service account"
},
"newSaTypeToFilter": {
"message": "Type to filter",
diff --git a/apps/web/src/locales/ko/messages.json b/apps/web/src/locales/ko/messages.json
index 3fd362966c3..8c1ee9cad33 100644
--- a/apps/web/src/locales/ko/messages.json
+++ b/apps/web/src/locales/ko/messages.json
@@ -7614,9 +7614,9 @@
"message": "Service account updated",
"description": "Notifies that a service account has been updated"
},
- "newSaSelectAccess": {
- "message": "Type or select projects or secrets",
- "description": "Instructions for selecting projects or secrets for a new service account"
+ "typeOrSelectProjects": {
+ "message": "Type or select projects",
+ "description": "Instructions for selecting projects for a service account"
},
"newSaTypeToFilter": {
"message": "Type to filter",
diff --git a/apps/web/src/locales/lv/messages.json b/apps/web/src/locales/lv/messages.json
index 4d4b37e8b07..05926cf9139 100644
--- a/apps/web/src/locales/lv/messages.json
+++ b/apps/web/src/locales/lv/messages.json
@@ -7614,9 +7614,9 @@
"message": "Pakalpojumu konts ir atjaunināts",
"description": "Notifies that a service account has been updated"
},
- "newSaSelectAccess": {
- "message": "Rakstīt vai atlasīt projektus vai noslēpumus",
- "description": "Instructions for selecting projects or secrets for a new service account"
+ "typeOrSelectProjects": {
+ "message": "Ierakstīt vai atlasīt projektus",
+ "description": "Instructions for selecting projects for a service account"
},
"newSaTypeToFilter": {
"message": "Rakstīt, lai atlasītu",
diff --git a/apps/web/src/locales/ml/messages.json b/apps/web/src/locales/ml/messages.json
index 07b4658145a..bc9c67f431b 100644
--- a/apps/web/src/locales/ml/messages.json
+++ b/apps/web/src/locales/ml/messages.json
@@ -7614,9 +7614,9 @@
"message": "Service account updated",
"description": "Notifies that a service account has been updated"
},
- "newSaSelectAccess": {
- "message": "Type or select projects or secrets",
- "description": "Instructions for selecting projects or secrets for a new service account"
+ "typeOrSelectProjects": {
+ "message": "Type or select projects",
+ "description": "Instructions for selecting projects for a service account"
},
"newSaTypeToFilter": {
"message": "Type to filter",
diff --git a/apps/web/src/locales/mr/messages.json b/apps/web/src/locales/mr/messages.json
index f7979fde36e..dcb3b8a0109 100644
--- a/apps/web/src/locales/mr/messages.json
+++ b/apps/web/src/locales/mr/messages.json
@@ -7614,9 +7614,9 @@
"message": "Service account updated",
"description": "Notifies that a service account has been updated"
},
- "newSaSelectAccess": {
- "message": "Type or select projects or secrets",
- "description": "Instructions for selecting projects or secrets for a new service account"
+ "typeOrSelectProjects": {
+ "message": "Type or select projects",
+ "description": "Instructions for selecting projects for a service account"
},
"newSaTypeToFilter": {
"message": "Type to filter",
diff --git a/apps/web/src/locales/my/messages.json b/apps/web/src/locales/my/messages.json
index 07debb35541..e30f94e1b42 100644
--- a/apps/web/src/locales/my/messages.json
+++ b/apps/web/src/locales/my/messages.json
@@ -7614,9 +7614,9 @@
"message": "Service account updated",
"description": "Notifies that a service account has been updated"
},
- "newSaSelectAccess": {
- "message": "Type or select projects or secrets",
- "description": "Instructions for selecting projects or secrets for a new service account"
+ "typeOrSelectProjects": {
+ "message": "Type or select projects",
+ "description": "Instructions for selecting projects for a service account"
},
"newSaTypeToFilter": {
"message": "Type to filter",
diff --git a/apps/web/src/locales/nb/messages.json b/apps/web/src/locales/nb/messages.json
index 8c78b227095..9fb02e51705 100644
--- a/apps/web/src/locales/nb/messages.json
+++ b/apps/web/src/locales/nb/messages.json
@@ -7614,9 +7614,9 @@
"message": "Tjenestekonto oppdatert",
"description": "Notifies that a service account has been updated"
},
- "newSaSelectAccess": {
- "message": "Skriv inn eller velg prosjekter eller hemmeligheter",
- "description": "Instructions for selecting projects or secrets for a new service account"
+ "typeOrSelectProjects": {
+ "message": "Type or select projects",
+ "description": "Instructions for selecting projects for a service account"
},
"newSaTypeToFilter": {
"message": "Skriv for å filtrere",
diff --git a/apps/web/src/locales/ne/messages.json b/apps/web/src/locales/ne/messages.json
index d51693795a6..54de2dfe15d 100644
--- a/apps/web/src/locales/ne/messages.json
+++ b/apps/web/src/locales/ne/messages.json
@@ -7614,9 +7614,9 @@
"message": "Service account updated",
"description": "Notifies that a service account has been updated"
},
- "newSaSelectAccess": {
- "message": "Type or select projects or secrets",
- "description": "Instructions for selecting projects or secrets for a new service account"
+ "typeOrSelectProjects": {
+ "message": "Type or select projects",
+ "description": "Instructions for selecting projects for a service account"
},
"newSaTypeToFilter": {
"message": "Type to filter",
diff --git a/apps/web/src/locales/nl/messages.json b/apps/web/src/locales/nl/messages.json
index 6ef4ba4b21e..e1f5f09cfb9 100644
--- a/apps/web/src/locales/nl/messages.json
+++ b/apps/web/src/locales/nl/messages.json
@@ -7614,9 +7614,9 @@
"message": "Serviceaccount bijgewerkt",
"description": "Notifies that a service account has been updated"
},
- "newSaSelectAccess": {
- "message": "Typ of selecteer projecten of geheimen",
- "description": "Instructions for selecting projects or secrets for a new service account"
+ "typeOrSelectProjects": {
+ "message": "Typ of selecteer projecten",
+ "description": "Instructions for selecting projects for a service account"
},
"newSaTypeToFilter": {
"message": "Typ om te filteren",
diff --git a/apps/web/src/locales/nn/messages.json b/apps/web/src/locales/nn/messages.json
index ecac9f9333c..42a0b3c4796 100644
--- a/apps/web/src/locales/nn/messages.json
+++ b/apps/web/src/locales/nn/messages.json
@@ -7614,9 +7614,9 @@
"message": "Service account updated",
"description": "Notifies that a service account has been updated"
},
- "newSaSelectAccess": {
- "message": "Type or select projects or secrets",
- "description": "Instructions for selecting projects or secrets for a new service account"
+ "typeOrSelectProjects": {
+ "message": "Type or select projects",
+ "description": "Instructions for selecting projects for a service account"
},
"newSaTypeToFilter": {
"message": "Type to filter",
diff --git a/apps/web/src/locales/or/messages.json b/apps/web/src/locales/or/messages.json
index 07debb35541..e30f94e1b42 100644
--- a/apps/web/src/locales/or/messages.json
+++ b/apps/web/src/locales/or/messages.json
@@ -7614,9 +7614,9 @@
"message": "Service account updated",
"description": "Notifies that a service account has been updated"
},
- "newSaSelectAccess": {
- "message": "Type or select projects or secrets",
- "description": "Instructions for selecting projects or secrets for a new service account"
+ "typeOrSelectProjects": {
+ "message": "Type or select projects",
+ "description": "Instructions for selecting projects for a service account"
},
"newSaTypeToFilter": {
"message": "Type to filter",
diff --git a/apps/web/src/locales/pl/messages.json b/apps/web/src/locales/pl/messages.json
index 20e7348f7e4..e8fecced192 100644
--- a/apps/web/src/locales/pl/messages.json
+++ b/apps/web/src/locales/pl/messages.json
@@ -7614,9 +7614,9 @@
"message": "Zaktualizowano konto serwisowe",
"description": "Notifies that a service account has been updated"
},
- "newSaSelectAccess": {
- "message": "Wpisz lub wybierz projekty lub sekrety",
- "description": "Instructions for selecting projects or secrets for a new service account"
+ "typeOrSelectProjects": {
+ "message": "Type or select projects",
+ "description": "Instructions for selecting projects for a service account"
},
"newSaTypeToFilter": {
"message": "Wpisz, aby filtrować",
diff --git a/apps/web/src/locales/pt_BR/messages.json b/apps/web/src/locales/pt_BR/messages.json
index 1cc680cc452..8bf684435b0 100644
--- a/apps/web/src/locales/pt_BR/messages.json
+++ b/apps/web/src/locales/pt_BR/messages.json
@@ -7614,9 +7614,9 @@
"message": "Conta de serviço atualizada",
"description": "Notifies that a service account has been updated"
},
- "newSaSelectAccess": {
- "message": "Digite ou selecione projetos ou segredos",
- "description": "Instructions for selecting projects or secrets for a new service account"
+ "typeOrSelectProjects": {
+ "message": "Type or select projects",
+ "description": "Instructions for selecting projects for a service account"
},
"newSaTypeToFilter": {
"message": "Digite para filtrar",
diff --git a/apps/web/src/locales/pt_PT/messages.json b/apps/web/src/locales/pt_PT/messages.json
index 9fb5b616b46..71d04702b27 100644
--- a/apps/web/src/locales/pt_PT/messages.json
+++ b/apps/web/src/locales/pt_PT/messages.json
@@ -7614,9 +7614,9 @@
"message": "Conta de serviço atualizada",
"description": "Notifies that a service account has been updated"
},
- "newSaSelectAccess": {
- "message": "Escreva ou selecione projetos ou segredos",
- "description": "Instructions for selecting projects or secrets for a new service account"
+ "typeOrSelectProjects": {
+ "message": "Introduza ou selecione projetos",
+ "description": "Instructions for selecting projects for a service account"
},
"newSaTypeToFilter": {
"message": "Escreva para filtrar",
@@ -9733,7 +9733,7 @@
"message": "Selecionar pasta"
},
"personalItemTransferWarningSingular": {
- "message": "1 será permanentemente transferido para a organização selecionada. Este item deixará de lhe pertencer."
+ "message": "1 item será permanentemente transferido para a organização selecionada. Este item deixará de lhe pertencer."
},
"personalItemsTransferWarningPlural": {
"message": "$PERSONAL_ITEMS_COUNT$ itens serão permanentemente transferidos para a organização selecionada. Estes itens deixarão de lhe pertencer.",
@@ -9745,7 +9745,7 @@
}
},
"personalItemWithOrgTransferWarningSingular": {
- "message": "1 será permanentemente transferido para a $ORG$. Este item deixará de lhe pertencer.",
+ "message": "1 item será permanentemente transferido para a $ORG$. Este item deixará de lhe pertencer.",
"placeholders": {
"org": {
"content": "$1",
diff --git a/apps/web/src/locales/ro/messages.json b/apps/web/src/locales/ro/messages.json
index 2fb86d3053a..c649c34db53 100644
--- a/apps/web/src/locales/ro/messages.json
+++ b/apps/web/src/locales/ro/messages.json
@@ -7614,9 +7614,9 @@
"message": "Service account updated",
"description": "Notifies that a service account has been updated"
},
- "newSaSelectAccess": {
- "message": "Type or select projects or secrets",
- "description": "Instructions for selecting projects or secrets for a new service account"
+ "typeOrSelectProjects": {
+ "message": "Type or select projects",
+ "description": "Instructions for selecting projects for a service account"
},
"newSaTypeToFilter": {
"message": "Type to filter",
diff --git a/apps/web/src/locales/ru/messages.json b/apps/web/src/locales/ru/messages.json
index 8a04b7b240d..03d459c4d90 100644
--- a/apps/web/src/locales/ru/messages.json
+++ b/apps/web/src/locales/ru/messages.json
@@ -7614,9 +7614,9 @@
"message": "Сервисный аккаунт изменен",
"description": "Notifies that a service account has been updated"
},
- "newSaSelectAccess": {
- "message": "Введите или выберите проекты или секреты",
- "description": "Instructions for selecting projects or secrets for a new service account"
+ "typeOrSelectProjects": {
+ "message": "Введите или выберите проекты",
+ "description": "Instructions for selecting projects for a service account"
},
"newSaTypeToFilter": {
"message": "Введите для фильтрации",
diff --git a/apps/web/src/locales/si/messages.json b/apps/web/src/locales/si/messages.json
index 17de550d55c..d0ad1a3db64 100644
--- a/apps/web/src/locales/si/messages.json
+++ b/apps/web/src/locales/si/messages.json
@@ -7614,9 +7614,9 @@
"message": "Service account updated",
"description": "Notifies that a service account has been updated"
},
- "newSaSelectAccess": {
- "message": "Type or select projects or secrets",
- "description": "Instructions for selecting projects or secrets for a new service account"
+ "typeOrSelectProjects": {
+ "message": "Type or select projects",
+ "description": "Instructions for selecting projects for a service account"
},
"newSaTypeToFilter": {
"message": "Type to filter",
diff --git a/apps/web/src/locales/sk/messages.json b/apps/web/src/locales/sk/messages.json
index 16000275916..efd84d112cf 100644
--- a/apps/web/src/locales/sk/messages.json
+++ b/apps/web/src/locales/sk/messages.json
@@ -7614,9 +7614,9 @@
"message": "Service account updated",
"description": "Notifies that a service account has been updated"
},
- "newSaSelectAccess": {
- "message": "Type or select projects or secrets",
- "description": "Instructions for selecting projects or secrets for a new service account"
+ "typeOrSelectProjects": {
+ "message": "Type or select projects",
+ "description": "Instructions for selecting projects for a service account"
},
"newSaTypeToFilter": {
"message": "Type to filter",
diff --git a/apps/web/src/locales/sl/messages.json b/apps/web/src/locales/sl/messages.json
index 39af83a7729..a1dd7d8f3d3 100644
--- a/apps/web/src/locales/sl/messages.json
+++ b/apps/web/src/locales/sl/messages.json
@@ -7614,9 +7614,9 @@
"message": "Service account updated",
"description": "Notifies that a service account has been updated"
},
- "newSaSelectAccess": {
- "message": "Type or select projects or secrets",
- "description": "Instructions for selecting projects or secrets for a new service account"
+ "typeOrSelectProjects": {
+ "message": "Type or select projects",
+ "description": "Instructions for selecting projects for a service account"
},
"newSaTypeToFilter": {
"message": "Type to filter",
diff --git a/apps/web/src/locales/sr_CS/messages.json b/apps/web/src/locales/sr_CS/messages.json
index 3e1b824592b..7521c2d20a6 100644
--- a/apps/web/src/locales/sr_CS/messages.json
+++ b/apps/web/src/locales/sr_CS/messages.json
@@ -7614,9 +7614,9 @@
"message": "Service account updated",
"description": "Notifies that a service account has been updated"
},
- "newSaSelectAccess": {
- "message": "Type or select projects or secrets",
- "description": "Instructions for selecting projects or secrets for a new service account"
+ "typeOrSelectProjects": {
+ "message": "Type or select projects",
+ "description": "Instructions for selecting projects for a service account"
},
"newSaTypeToFilter": {
"message": "Type to filter",
diff --git a/apps/web/src/locales/sr_CY/messages.json b/apps/web/src/locales/sr_CY/messages.json
index c2901f39c15..52fd8b6e19d 100644
--- a/apps/web/src/locales/sr_CY/messages.json
+++ b/apps/web/src/locales/sr_CY/messages.json
@@ -1,14 +1,187 @@
{
- "pageTitle": {
- "message": "$APP_NAME$ Интернет Сеф",
- "description": "The title of the website in the browser window.",
+ "allApplications": {
+ "message": "Све апликације"
+ },
+ "appLogoLabel": {
+ "message": "Bitwarden лого"
+ },
+ "criticalApplications": {
+ "message": "Критичне апликације"
+ },
+ "noCriticalAppsAtRisk": {
+ "message": "Нема критичних апликација у ризику"
+ },
+ "accessIntelligence": {
+ "message": "Приступи интелигенцији"
+ },
+ "riskInsights": {
+ "message": "Увид у ризик"
+ },
+ "passwordRisk": {
+ "message": "Ризик од лозинке"
+ },
+ "reviewAtRiskPasswords": {
+ "message": "Прегледај ризичне лозинке (слабе, изложене или поново коришћене) у апликацијама. Изабери своје најкритичније апликације да би дао приоритет безбедносним радњама како би твоји корисници адресирали ризичне лозинке."
+ },
+ "dataLastUpdated": {
+ "message": "Подаци су последњи пут ажурирани: $DATE$",
"placeholders": {
- "app_name": {
+ "date": {
"content": "$1",
- "example": "Bitwarden"
+ "example": "2021-01-01"
}
}
},
+ "notifiedMembers": {
+ "message": "Обавештени чланови"
+ },
+ "revokeMembers": {
+ "message": "Уклони чланове"
+ },
+ "restoreMembers": {
+ "message": "Врати чланове"
+ },
+ "cannotRestoreAccessError": {
+ "message": "Није могуће повратити приступ организацији"
+ },
+ "allApplicationsWithCount": {
+ "message": "Све апликације ($COUNT$)",
+ "placeholders": {
+ "count": {
+ "content": "$1",
+ "example": "3"
+ }
+ }
+ },
+ "createNewLoginItem": {
+ "message": "Креирајте нову ставку за пријаву"
+ },
+ "criticalApplicationsWithCount": {
+ "message": "Критичне апликације ($COUNT$)",
+ "placeholders": {
+ "count": {
+ "content": "$1",
+ "example": "3"
+ }
+ }
+ },
+ "notifiedMembersWithCount": {
+ "message": "Обавештени чланови ($COUNT$)",
+ "placeholders": {
+ "count": {
+ "content": "$1",
+ "example": "3"
+ }
+ }
+ },
+ "noAppsInOrgTitle": {
+ "message": "Није пронађена ниједна апликација у $ORG NAME$",
+ "placeholders": {
+ "org name": {
+ "content": "$1",
+ "example": "Company Name"
+ }
+ }
+ },
+ "noAppsInOrgDescription": {
+ "message": "Док корисници чувају пријаве, апликације се појављују овде, приказујући све ризичне лозинке. Означите критичне апликације и обавестите кориснике да ажурирају лозинке."
+ },
+ "noCriticalAppsTitle": {
+ "message": "Нисте означили ниједну апликацију као критичну"
+ },
+ "noCriticalAppsDescription": {
+ "message": "Изаберите своје најкритичније апликације да бисте открили ризичне лозинке и обавестите кориснике да промене те лозинке."
+ },
+ "markCriticalApps": {
+ "message": "Означите критичне апликације"
+ },
+ "markAppAsCritical": {
+ "message": "Означите апликацију као критичну"
+ },
+ "applicationsMarkedAsCriticalSuccess": {
+ "message": "Апликације означене као критичне"
+ },
+ "application": {
+ "message": "Апликација"
+ },
+ "atRiskPasswords": {
+ "message": "Лозинке под ризиком"
+ },
+ "requestPasswordChange": {
+ "message": "Затражити промену лозинке"
+ },
+ "totalPasswords": {
+ "message": "Укупне лозинке"
+ },
+ "searchApps": {
+ "message": "Претражите апликације"
+ },
+ "atRiskMembers": {
+ "message": "Чланови под ризиком"
+ },
+ "atRiskMembersWithCount": {
+ "message": "Ризични чланови ($COUNT$)",
+ "placeholders": {
+ "count": {
+ "content": "$1",
+ "example": "3"
+ }
+ }
+ },
+ "atRiskApplicationsWithCount": {
+ "message": "Ризичне апликације ($COUNT$)",
+ "placeholders": {
+ "count": {
+ "content": "$1",
+ "example": "3"
+ }
+ }
+ },
+ "atRiskMembersDescription": {
+ "message": "Ови чланови се пријављују у апликације са слабим, откривеним или поново коришћеним лозинкама."
+ },
+ "atRiskMembersDescriptionNone": {
+ "message": "Нема чланова пријављена у апликације са слабим, откривеним или поново коришћеним лозинкама."
+ },
+ "atRiskApplicationsDescription": {
+ "message": "Ове апликације имају слабу, проваљену или често коришћену лозинку."
+ },
+ "atRiskApplicationsDescriptionNone": {
+ "message": "Ове апликације немају слабу, проваљену или често коришћену лозинку."
+ },
+ "atRiskMembersDescriptionWithApp": {
+ "message": "Ови чланови се пријављују у $APPNAME$ са слабим, откривеним или поново коришћеним лозинкама.",
+ "placeholders": {
+ "appname": {
+ "content": "$1",
+ "example": "Salesforce"
+ }
+ }
+ },
+ "atRiskMembersDescriptionWithAppNone": {
+ "message": "There are no at risk members for $APPNAME$.",
+ "placeholders": {
+ "appname": {
+ "content": "$1",
+ "example": "Salesforce"
+ }
+ }
+ },
+ "totalMembers": {
+ "message": "Укупно чланова"
+ },
+ "atRiskApplications": {
+ "message": "Апликације под ризиком"
+ },
+ "totalApplications": {
+ "message": "Укупно апликација"
+ },
+ "unmarkAsCriticalApp": {
+ "message": "Уклони ознаку критичне апликације"
+ },
+ "criticalApplicationSuccessfullyUnmarked": {
+ "message": "Успешно уклоњена ознака са критичне апликације"
+ },
"whatTypeOfItem": {
"message": "Који је ово тип елемента?"
},
@@ -46,12 +219,104 @@
"notes": {
"message": "Напомене"
},
+ "privateNote": {
+ "message": "Приватна белешка"
+ },
+ "note": {
+ "message": "Белешка"
+ },
"customFields": {
"message": "Прилагођена поља"
},
"cardholderName": {
"message": "Име власника картице"
},
+ "loginCredentials": {
+ "message": "Акредитиве за пријављивање"
+ },
+ "personalDetails": {
+ "message": "Личне информације"
+ },
+ "identification": {
+ "message": "Идентификација"
+ },
+ "contactInfo": {
+ "message": "Контакт инфо"
+ },
+ "cardDetails": {
+ "message": "Детаљи картице"
+ },
+ "cardBrandDetails": {
+ "message": "$BRAND$ детаљи",
+ "placeholders": {
+ "brand": {
+ "content": "$1",
+ "example": "Visa"
+ }
+ }
+ },
+ "itemHistory": {
+ "message": "Историја предмета"
+ },
+ "authenticatorKey": {
+ "message": "Кључ аутентификатора"
+ },
+ "autofillOptions": {
+ "message": "Опције Ауто-пуњења"
+ },
+ "websiteUri": {
+ "message": "Вебсајт (URI)"
+ },
+ "websiteUriCount": {
+ "message": "Сајт (URI) $COUNT$",
+ "description": "Label for an input field that contains a website URI. The input field is part of a list of fields, and the count indicates the position of the field in the list.",
+ "placeholders": {
+ "count": {
+ "content": "$1",
+ "example": "3"
+ }
+ }
+ },
+ "websiteAdded": {
+ "message": "Вебсајт додат"
+ },
+ "addWebsite": {
+ "message": "Додај вебсајт"
+ },
+ "deleteWebsite": {
+ "message": "Обриши вебсајт"
+ },
+ "defaultLabel": {
+ "message": "Подразумевано ($VALUE$)",
+ "description": "A label that indicates the default value for a field with the current default value in parentheses.",
+ "placeholders": {
+ "value": {
+ "content": "$1",
+ "example": "Base domain"
+ }
+ }
+ },
+ "showMatchDetection": {
+ "message": "Прикажи откривање подударања $WEBSITE$",
+ "placeholders": {
+ "website": {
+ "content": "$1",
+ "example": "https://example.com"
+ }
+ }
+ },
+ "hideMatchDetection": {
+ "message": "Сакриј откривање подударања $WEBSITE$",
+ "placeholders": {
+ "website": {
+ "content": "$1",
+ "example": "https://example.com"
+ }
+ }
+ },
+ "autoFillOnPageLoad": {
+ "message": "Ауто-попуњавање при учитавању странице?"
+ },
"number": {
"message": "Број"
},
@@ -64,6 +329,9 @@
"securityCode": {
"message": "Безбедносни кôд (CVV)"
},
+ "securityCodeSlashCVV": {
+ "message": "Безбедносни кôд/CVV"
+ },
"identityName": {
"message": "Име идентитета"
},
@@ -133,9 +401,18 @@
"ms": {
"message": "Гђа."
},
+ "mx": {
+ "message": "Mx"
+ },
"dr": {
"message": "Др"
},
+ "cardExpiredTitle": {
+ "message": "Картица је истекла"
+ },
+ "cardExpiredMessage": {
+ "message": "Ако сте је обновили, ажурирајте податке о картици"
+ },
"expirationMonth": {
"message": "Месец истека"
},
@@ -145,18 +422,24 @@
"authenticatorKeyTotp": {
"message": "Једнократни код"
},
+ "totpHelperTitle": {
+ "message": "Учините верификацију у 2 корака беспрекорном"
+ },
+ "totpHelper": {
+ "message": "Bitwarden може да чува и попуњава верификационе кодове у 2 корака. Копирајте и налепите кључ у ово поље."
+ },
+ "totpHelperWithCapture": {
+ "message": "Bitwarden може да чува и попуњава верификационе кодове у 2 корака. Изаберите икону камере да бисте направили снимак екрана QR кода за аутентификацију ове веб локације или копирајте и налепите кључ у ово поље."
+ },
+ "learnMoreAboutAuthenticators": {
+ "message": "Сазнајте више о аутентификаторима"
+ },
"folder": {
"message": "Фасцикла"
},
- "newCustomField": {
- "message": "Ново прилагођено поље"
- },
"value": {
"message": "Вредност"
},
- "dragToSort": {
- "message": "Превуците за сортирање"
- },
"cfTypeText": {
"message": "Текст"
},
@@ -166,10 +449,19 @@
"cfTypeBoolean": {
"message": "Булове"
},
+ "cfTypeCheckbox": {
+ "message": "Поље за потврду"
+ },
"cfTypeLinked": {
"message": "Повезано",
"description": "This describes a field that is 'linked' (related) to another field."
},
+ "fieldType": {
+ "message": "Врста поља"
+ },
+ "fieldLabel": {
+ "message": "Ознака поља"
+ },
"remove": {
"message": "Уклони"
},
@@ -180,19 +472,48 @@
"message": "Без фасцикле",
"description": "This is the folder for uncategorized items"
},
+ "selfOwnershipLabel": {
+ "message": "Ти",
+ "description": "Used as a label to indicate that the user is the owner of an item."
+ },
"addFolder": {
"message": "Додај фасциклу"
},
"editFolder": {
"message": "Уреди фасциклу"
},
+ "editWithName": {
+ "message": "Уредити $ITEM$: $NAME$",
+ "placeholders": {
+ "item": {
+ "content": "$1",
+ "example": "login"
+ },
+ "name": {
+ "content": "$2",
+ "example": "Social"
+ }
+ }
+ },
+ "newFolder": {
+ "message": "Нова фасцикла"
+ },
+ "folderName": {
+ "message": "Име фасцикле"
+ },
+ "folderHintText": {
+ "message": "Угнездите фасциклу додавањем имена надређене фасцкле праћеног знаком „/“. Пример: Друштвени/Форуми"
+ },
+ "deleteFolderPermanently": {
+ "message": "Да ли сте сигурни да желите да трајно избришете ову фасциклу?"
+ },
"baseDomain": {
"message": "Главни домен",
- "description": "Domain name. Ex. website.com"
+ "description": "Domain name. Example: website.com"
},
"domainName": {
"message": "Име домена",
- "description": "Domain name. Ex. website.com"
+ "description": "Domain name. Example: website.com"
},
"host": {
"message": "Хост",
@@ -226,9 +547,6 @@
"message": "Пребаци проширење",
"description": "Toggling an expand/collapse state."
},
- "generatePassword": {
- "message": "Генерисање лозинке"
- },
"checkPassword": {
"message": "Проверите да ли је лозинка изложена."
},
@@ -277,13 +595,37 @@
"searchFavorites": {
"message": "Претражи омиљене"
},
- "searchType": {
- "message": "Претражи тип",
- "description": "Search item type"
+ "searchLogin": {
+ "message": "Претражити пријаве",
+ "description": "Search Login type"
+ },
+ "searchCard": {
+ "message": "Претражити картице",
+ "description": "Search Card type"
+ },
+ "searchIdentity": {
+ "message": "Претражити идентитете",
+ "description": "Search Identity type"
+ },
+ "searchSecureNote": {
+ "message": "Претражити сигурносне белешке",
+ "description": "Search Secure Note type"
},
"searchVault": {
"message": "Претражи сеф"
},
+ "searchMyVault": {
+ "message": "Претражити мој сеф"
+ },
+ "searchOrganization": {
+ "message": "Претражити организацију"
+ },
+ "searchMembers": {
+ "message": "Претрага чланова"
+ },
+ "searchGroups": {
+ "message": "Претрага група"
+ },
"allItems": {
"message": "Све ставке"
},
@@ -305,6 +647,9 @@
"typeSecureNote": {
"message": "Сигурносна белешка"
},
+ "typeSshKey": {
+ "message": "SSH кључ"
+ },
"typeLoginPlural": {
"message": "Пријаве"
},
@@ -335,6 +680,9 @@
"fullName": {
"message": "Пуно име"
},
+ "address": {
+ "message": "Адреса"
+ },
"address1": {
"message": "Адреса 1"
},
@@ -365,6 +713,9 @@
"select": {
"message": "Изабери"
},
+ "newItem": {
+ "message": "Нова ставке"
+ },
"addItem": {
"message": "Додај ставку"
},
@@ -374,6 +725,46 @@
"viewItem": {
"message": "Види ставку"
},
+ "newItemHeader": {
+ "message": "Нови $TYPE$",
+ "placeholders": {
+ "type": {
+ "content": "$1",
+ "example": "login"
+ }
+ }
+ },
+ "editItemHeader": {
+ "message": "Уреди $TYPE$",
+ "placeholders": {
+ "type": {
+ "content": "$1",
+ "example": "login"
+ }
+ }
+ },
+ "viewItemType": {
+ "message": "Видети $ITEMTYPE$",
+ "placeholders": {
+ "itemtype": {
+ "content": "$1",
+ "example": "login"
+ }
+ }
+ },
+ "new": {
+ "message": "Ново/а",
+ "description": "for adding new items"
+ },
+ "item": {
+ "message": "Ставка"
+ },
+ "itemDetails": {
+ "message": "Детаљи ставке"
+ },
+ "itemName": {
+ "message": "Име ставке"
+ },
"ex": {
"message": "нпр.",
"description": "Short abbreviation for 'example'."
@@ -397,6 +788,9 @@
}
}
},
+ "copySuccessful": {
+ "message": "Успешно копирање"
+ },
"copyValue": {
"message": "Копирај вредност",
"description": "Copy value to clipboard"
@@ -405,6 +799,13 @@
"message": "Копирај лозинку",
"description": "Copy password to clipboard"
},
+ "copyPassphrase": {
+ "message": "Копирај приступну фразу",
+ "description": "Copy passphrase to clipboard"
+ },
+ "passwordCopied": {
+ "message": "Лозинка копирана"
+ },
"copyUsername": {
"message": "Копирај име",
"description": "Copy username to clipboard"
@@ -421,6 +822,45 @@
"message": "Копирај УРЛ",
"description": "Copy URI to clipboard"
},
+ "copyCustomField": {
+ "message": "Копирати $FIELD$",
+ "placeholders": {
+ "field": {
+ "content": "$1",
+ "example": "Custom field label"
+ }
+ }
+ },
+ "copyWebsite": {
+ "message": "Копирати вебсајт"
+ },
+ "copyNotes": {
+ "message": "Копирати белешке"
+ },
+ "copyAddress": {
+ "message": "Копирати адресу"
+ },
+ "copyPhone": {
+ "message": "Копирати телефон"
+ },
+ "copyEmail": {
+ "message": "Копирај Е-пошту"
+ },
+ "copyCompany": {
+ "message": "Копирати фирму"
+ },
+ "copySSN": {
+ "message": "Копирати број социјалног осигурања"
+ },
+ "copyPassportNumber": {
+ "message": "Копирати број пасоша"
+ },
+ "copyLicenseNumber": {
+ "message": "Копирати број лиценце"
+ },
+ "copyName": {
+ "message": "Копирати име"
+ },
"me": {
"message": "Ја"
},
@@ -437,10 +877,10 @@
"message": "Сефови"
},
"vaultItems": {
- "message": "Стваке сефа"
+ "message": "Стaвке сефа"
},
- "moveSelectedToOrg": {
- "message": "Премести одабрано у организацију"
+ "filter": {
+ "message": "Филтер"
},
"deleteSelected": {
"message": "Избриши изабрано"
@@ -478,9 +918,6 @@
"maxFileSize": {
"message": "Максимална величина је 500МБ."
},
- "updateKey": {
- "message": "Не можете да користите ову способност док не промените Ваш кључ за шифровање."
- },
"addedItem": {
"message": "Ставка додата"
},
@@ -500,8 +937,17 @@
}
}
},
- "movedItemsToOrg": {
- "message": "Одабране ставке премештене у $ORGNAME$",
+ "itemsMovedToOrg": {
+ "message": "Ставке премештене у $ORGNAME$",
+ "placeholders": {
+ "orgname": {
+ "content": "$1",
+ "example": "Company Name"
+ }
+ }
+ },
+ "itemMovedToOrg": {
+ "message": "Ставка премештена у $ORGNAME$",
"placeholders": {
"orgname": {
"content": "$1",
@@ -545,12 +991,39 @@
"deletedFolder": {
"message": "Фасцикла обрисана"
},
+ "editInfo": {
+ "message": "Измени информације"
+ },
+ "access": {
+ "message": "Приступ"
+ },
+ "accessLevel": {
+ "message": "Ниво приступа"
+ },
+ "accessing": {
+ "message": "Приступ"
+ },
"loggedOut": {
"message": "Одјављено"
},
+ "loggedOutDesc": {
+ "message": "Одјављени сте са свог налога."
+ },
"loginExpired": {
"message": "Ваша сесија је истекла."
},
+ "restartRegistration": {
+ "message": "Поново покрените регистрацију"
+ },
+ "expiredLink": {
+ "message": "Истекла веза"
+ },
+ "pleaseRestartRegistrationOrTryLoggingIn": {
+ "message": "Поново покрените регистрацију или покушајте да се пријавите."
+ },
+ "youMayAlreadyHaveAnAccount": {
+ "message": "Можда већ имате налог"
+ },
"logOutConfirmation": {
"message": "Заиста желите да се одјавите?"
},
@@ -566,20 +1039,185 @@
"no": {
"message": "Не"
},
+ "location": {
+ "message": "Локација"
+ },
"loginOrCreateNewAccount": {
"message": "Пријавите се или креирајте нови налог за приступ Сефу."
},
+ "loginWithDevice": {
+ "message": "Пријавите се са уређајем"
+ },
+ "loginWithDeviceEnabledNote": {
+ "message": "Пријава помоћу уређаја мора бити подешена у подешавањима Bitwarden апликације. Потребна је друга опција?"
+ },
+ "needAnotherOptionV1": {
+ "message": "Треба Вам друга опције?"
+ },
+ "loginWithMasterPassword": {
+ "message": "Пријавите се са главном лозинком"
+ },
+ "readingPasskeyLoading": {
+ "message": "Читање притупачног кључа..."
+ },
+ "readingPasskeyLoadingInfo": {
+ "message": "Држите овај прозор отворен и пратите упутства из прегледача."
+ },
+ "useADifferentLogInMethod": {
+ "message": "Користи други начин пријављивања"
+ },
+ "logInWithPasskey": {
+ "message": "Пријавите се са приступним кључем"
+ },
+ "useSingleSignOn": {
+ "message": "Употребити једнократну пријаву"
+ },
+ "welcomeBack": {
+ "message": "Добродошли назад"
+ },
+ "invalidPasskeyPleaseTryAgain": {
+ "message": "Неважећи приступни кључ. Молим вас, покушајте поново."
+ },
+ "twoFactorForPasskeysNotSupportedOnClientUpdateToLogIn": {
+ "message": "2FA за приступни кључ није подржано. Надоградити апликацјиу за пријаву."
+ },
+ "loginWithPasskeyInfo": {
+ "message": "Користите генерисан passkey који ће вас аутоматски пријавити без лозинке. Биометрија, као што је препознавање лица или отисак прста, или неки други FIDO2 метод за проверу идентитета."
+ },
+ "newPasskey": {
+ "message": "Нов приступни кључ"
+ },
+ "learnMoreAboutPasswordless": {
+ "message": "Сазнајте више о пријављивању без лозинке"
+ },
+ "creatingPasskeyLoading": {
+ "message": "Прављење приступалном гључа..."
+ },
+ "creatingPasskeyLoadingInfo": {
+ "message": "Држите овај прозор отворен и пратите упутства из прегледача."
+ },
+ "errorCreatingPasskey": {
+ "message": "Грешка у креацији приступног кључа"
+ },
+ "errorCreatingPasskeyInfo": {
+ "message": "Дошло је до проблема приликом креирања вашег приступног кључа."
+ },
+ "passkeySuccessfullyCreated": {
+ "message": "Приступни кључ је успешно креиран!"
+ },
+ "customPasskeyNameInfo": {
+ "message": "Именујте Ваш приступни кључ за лакшу идентификацију."
+ },
+ "useForVaultEncryption": {
+ "message": "Користи се за шифровање сефа"
+ },
+ "useForVaultEncryptionInfo": {
+ "message": "Пријавите се и откључајте на подржаним уређајима без ваше главне лозинке. Пратите упутства из прегледача да бисте завршили подешавање."
+ },
+ "useForVaultEncryptionErrorReadingPasskey": {
+ "message": "Грешка при читању кључа. Покушајте поново или опозовите избор ове опције."
+ },
+ "encryptionNotSupported": {
+ "message": "Шифровање није подржано"
+ },
+ "enablePasskeyEncryption": {
+ "message": "Подесити шифровање"
+ },
+ "usedForEncryption": {
+ "message": "Употребљено за шифровање"
+ },
+ "loginWithPasskeyEnabled": {
+ "message": "Пријављивање са упаљеним приступчним кључем"
+ },
+ "passkeySaved": {
+ "message": "„$NAME$“ сачувано",
+ "placeholders": {
+ "name": {
+ "content": "$1",
+ "example": "Personal yubikey"
+ }
+ }
+ },
+ "passkeyRemoved": {
+ "message": "Приступни кључ је уклоњен"
+ },
+ "removePasskey": {
+ "message": "Уклонити приступни кључ"
+ },
+ "removePasskeyInfo": {
+ "message": "Ако су сви приступни кључеви уклоњени, нећете моћи да се пријавите на нове уређаје без ваше главне лозинке."
+ },
+ "passkeyLimitReachedInfo": {
+ "message": "Достугнут лимит приступног кључа. Уклонити један да би додали други."
+ },
+ "tryAgain": {
+ "message": "Покушај поново"
+ },
"createAccount": {
"message": "Креирај налог"
},
+ "newToBitwarden": {
+ "message": "Нови сте у Bitwarden-у?"
+ },
+ "setAStrongPassword": {
+ "message": "Поставите јаку лозинку"
+ },
+ "finishCreatingYourAccountBySettingAPassword": {
+ "message": "Завршите креирање налога постављањем лозинке"
+ },
+ "newAroundHere": {
+ "message": "Нов овде?"
+ },
+ "startTrial": {
+ "message": "Почетак пробе"
+ },
"logIn": {
"message": "Пријавите се"
},
+ "logInToBitwarden": {
+ "message": "Пријавите се на Bitwarden"
+ },
+ "enterTheCodeSentToYourEmail": {
+ "message": "Унесите кôд послат на ваш имејл"
+ },
+ "enterTheCodeFromYourAuthenticatorApp": {
+ "message": "Унесите кôд из апликације за аутентификацију"
+ },
+ "pressYourYubiKeyToAuthenticate": {
+ "message": "Стисните Ваш YubiKey за аутентификацију"
+ },
+ "authenticationTimeout": {
+ "message": "Истекло је време аутентификације"
+ },
+ "authenticationSessionTimedOut": {
+ "message": "Истекло је време сесије за аутентификацију. Молим вас покрените процес пријаве поново."
+ },
+ "verifyYourIdentity": {
+ "message": "Потврдите идентитет"
+ },
+ "weDontRecognizeThisDevice": {
+ "message": "Не препознајемо овај уређај. Унесите код послат на адресу ваше електронске поште да би сте потврдили ваш идентитет."
+ },
+ "continueLoggingIn": {
+ "message": "Настави са пријављивањем"
+ },
+ "whatIsADevice": {
+ "message": "Шта је уређај?"
+ },
+ "aDeviceIs": {
+ "message": "Уређај је јединствена инсталација Bitwarden апликације на коју сте се пријавили. Поновно инсталирање, брисање података апликације или брисање колачића може довести до тога да се уређај појави више пута."
+ },
+ "logInInitiated": {
+ "message": "Пријава је покренута"
+ },
+ "logInRequestSent": {
+ "message": "Захтев је послат"
+ },
"submit": {
"message": "Пошаљи"
},
"emailAddressDesc": {
- "message": "Користите ваш имејл за пријављивање."
+ "message": "Користи твоју Е-пошту за пријављивање."
},
"yourName": {
"message": "Ваше име"
@@ -593,6 +1231,9 @@
"masterPassDesc": {
"message": "Главна Лозинка је лозинка коју користите за приступ Вашем сефу. Врло је важно да је не заборавите. Не постоји начин да повратите лозинку у случају да је заборавите."
},
+ "masterPassImportant": {
+ "message": "Главне лозинке се не могу повратити ако их заборавите!"
+ },
"masterPassHintDesc": {
"message": "Савет Главне Лозинке може да Вам помогне да се је потсетите ако је заборавите."
},
@@ -602,32 +1243,64 @@
"masterPassHint": {
"message": "Савет Главне Лозинке (опционо)"
},
+ "newMasterPassHint": {
+ "message": "Савет за нову главну лозинку (опционо)"
+ },
"masterPassHintLabel": {
"message": "Савет Главне Лозинке"
},
+ "masterPassHintText": {
+ "message": "Ако заборавиш лозинку, наговештај за лозинку се може послати на твоју Е-пошту. $CURRENT$/$MAXIMUM$ карактера максимум.",
+ "placeholders": {
+ "current": {
+ "content": "$1",
+ "example": "0"
+ },
+ "maximum": {
+ "content": "$2",
+ "example": "50"
+ }
+ }
+ },
"settings": {
"message": "Подешавања"
},
- "passwordHint": {
- "message": "Помоћ за лозинку"
+ "accountEmail": {
+ "message": "Е-пошта налога"
},
- "enterEmailToGetHint": {
- "message": "Унесите Ваш имејл да би добили савет за Вашу Главну Лозинку."
+ "requestHint": {
+ "message": "Захтевај савет"
+ },
+ "requestPasswordHint": {
+ "message": "Затражити савет лозинке"
+ },
+ "enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
+ "message": "Унеси адресу Е-поште свог налога и биће ти послат савет за лозинку"
},
"getMasterPasswordHint": {
"message": "Добити савет за Главну Лозинку"
},
"emailRequired": {
- "message": "Имејл је неопходан."
+ "message": "Адреса Е-поште је неопходна."
},
"invalidEmail": {
- "message": "Неисправан имејл."
+ "message": "Нетачна адреса Е-поште."
},
- "masterPassRequired": {
+ "masterPasswordRequired": {
"message": "Главна Лозинка је неопходна."
},
- "masterPassLength": {
- "message": "Главна Лозинка треба имати бар 8 знака."
+ "confirmMasterPasswordRequired": {
+ "message": "Поновно уписивање главне лозинке је неопходно."
+ },
+ "masterPasswordMinlength": {
+ "message": "Главна лозинка мора бити дужине најмање $VALUE$ карактера.",
+ "description": "The Master Password must be at least a specific number of characters long.",
+ "placeholders": {
+ "value": {
+ "content": "$1",
+ "example": "8"
+ }
+ }
},
"masterPassDoesntMatch": {
"message": "Потврђена Главна Лозинка се не подудара."
@@ -635,17 +1308,35 @@
"newAccountCreated": {
"message": "Ваш налог је креиран! Сада се можте пријавити."
},
+ "newAccountCreated2": {
+ "message": "Ваш нови налог је направљен!"
+ },
+ "youHaveBeenLoggedIn": {
+ "message": "Пријављени сте!"
+ },
+ "trialAccountCreated": {
+ "message": "Налог је успешно направљен."
+ },
"masterPassSent": {
"message": "Послали смо Вам поруку са саветом главне лозинке."
},
"unexpectedError": {
"message": "Дошло је до неочекиване грешке."
},
- "emailAddress": {
- "message": "Имејл"
+ "expirationDateError": {
+ "message": "Изаберите датум истека који је у будућности."
},
- "yourVaultIsLocked": {
- "message": "Сеф је блокиран. Унесите главну лозинку за наставак."
+ "emailAddress": {
+ "message": "Адреса Е-поште"
+ },
+ "yourVaultIsLockedV2": {
+ "message": "Ваш сеф је блокиран"
+ },
+ "yourAccountIsLocked": {
+ "message": "Ваш налог је закључан"
+ },
+ "uuid": {
+ "message": "UUID"
},
"unlock": {
"message": "Откључај"
@@ -666,12 +1357,21 @@
"invalidMasterPassword": {
"message": "Погрешна главна лозинка"
},
+ "invalidFilePassword": {
+ "message": "Неважећа лозинка за датотеку, користите лозинку коју сте унели када сте креирали датотеку за извоз."
+ },
"lockNow": {
"message": "Закључај одмах"
},
"noItemsInList": {
"message": "Нама ставке у листи."
},
+ "noPermissionToViewAllCollectionItems": {
+ "message": "Немате дозволу да видите све ставке у овој колекцији."
+ },
+ "youDoNotHavePermissions": {
+ "message": "Немате дозволе за ову колекцију"
+ },
"noCollectionsInList": {
"message": "Нема колекције у листи."
},
@@ -681,6 +1381,9 @@
"noUsersInList": {
"message": "Нема корисника у листи."
},
+ "noMembersInList": {
+ "message": "Нема чланова за приказивање."
+ },
"noEventsInList": {
"message": "Нема догађаја у листи."
},
@@ -690,6 +1393,42 @@
"noOrganizationsList": {
"message": "Не припадате ниједној организацији. Организације вам омогућавају да безбедно делите ставке са другим корисницима."
},
+ "notificationSentDevice": {
+ "message": "Обавештење је послато на ваш уређај."
+ },
+ "notificationSentDevicePart1": {
+ "message": "Откључај Bitwarden на твом уређају или на "
+ },
+ "areYouTryingToAccessYourAccount": {
+ "message": "Да ли покушавате да приступите вашем налогу?"
+ },
+ "accessAttemptBy": {
+ "message": "Покушај приступа са $EMAIL$",
+ "placeholders": {
+ "email": {
+ "content": "$1",
+ "example": "name@example.com"
+ }
+ }
+ },
+ "confirmAccess": {
+ "message": "Потврди приступ"
+ },
+ "denyAccess": {
+ "message": "Одбиј приступ"
+ },
+ "notificationSentDeviceAnchor": {
+ "message": "веб апликација"
+ },
+ "notificationSentDevicePart2": {
+ "message": "Потврдите да се фраза отиска прста поклапа са овом испод пре одобравања."
+ },
+ "notificationSentDeviceComplete": {
+ "message": "Октључај Bitwarden на твом уређају. Потврдите да се фраза отиска прста поклапа са овом испод пре одобравања."
+ },
+ "aNotificationWasSentToYourDevice": {
+ "message": "Обавештење је послато на ваш уређај"
+ },
"versionNumber": {
"message": "Верзија $VERSION_NUMBER$",
"placeholders": {
@@ -699,20 +1438,8 @@
}
}
},
- "enterVerificationCodeApp": {
- "message": "Унесите шестоцифрени верификациони код из апликације за утврђивање аутентичности."
- },
- "enterVerificationCodeEmail": {
- "message": "Унесите шестоцифрени верификациони код који је послан на $EMAIL$.",
- "placeholders": {
- "email": {
- "content": "$1",
- "example": "example@gmail.com"
- }
- }
- },
"verificationCodeEmailSent": {
- "message": "Провера имејла послата на $EMAIL$.",
+ "message": "Е-пошта за верификацију је послата на $EMAIL$.",
"placeholders": {
"email": {
"content": "$1",
@@ -720,17 +1447,15 @@
}
}
},
- "rememberMe": {
- "message": "Запамти ме"
+ "dontAskAgainOnThisDeviceFor30Days": {
+ "message": "Не питајте поново на овом уређају 30 дана"
},
- "sendVerificationCodeEmailAgain": {
- "message": "Поново послати верификациони код на имејл"
+ "selectAnotherMethod": {
+ "message": "Изаберите другу методу",
+ "description": "Select another two-step login method"
},
- "useAnotherTwoStepMethod": {
- "message": "Користите другу методу пријављивања у два корака"
- },
- "insertYubiKey": {
- "message": "Убаците свој YubiKey у УСБ порт рачунара, а затим додирните његово дугме."
+ "useYourRecoveryCode": {
+ "message": "Употребите шифру за опоравак"
},
"insertU2f": {
"message": "Убаците свој сигурносни кључ у УСБ порт рачунара, и ако има дугме, додирните га."
@@ -747,6 +1472,9 @@
"twoStepOptions": {
"message": "Опције дво-коракне пријаве"
},
+ "selectTwoStepLoginMethod": {
+ "message": "Одабрати методу пријављивања у два корака"
+ },
"recoveryCodeDesc": {
"message": "Изгубили сте приступ свим својим двофакторским добављачима? Употребите код за опоравак да онемогућите све двофакторске добављаче из налога."
},
@@ -756,18 +1484,18 @@
"authenticatorAppTitle": {
"message": "Апликација Аутентификатор"
},
- "authenticatorAppDesc": {
- "message": "Користите апликацију за аутентификацију (као што је Authy или Google Authenticator) за генерисање верификационих кодова.",
- "description": "'Authy' and 'Google Authenticator' are product names and should not be translated."
+ "authenticatorAppDescV2": {
+ "message": "Унесите кôд који генерише апликација за аутентификацију као што је Bitwarden Authenticator.",
+ "description": "'Bitwarden Authenticator' is a product name and should not be translated."
},
- "yubiKeyTitle": {
- "message": "YubiKey OTP сигурносни кључ"
+ "yubiKeyTitleV2": {
+ "message": "Yubico OTP сигурносни кључ"
},
"yubiKeyDesc": {
"message": "Користите YubiKey за приступ налогу. Ради са YubiKey 4 и 5, и NEO уређаје."
},
- "duoDesc": {
- "message": "Провери са Duo Security користећи Duo Mobile апликацију, СМС, телефонски позив, или U2F кључ.",
+ "duoDescV2": {
+ "message": "Унесите кôд који је генерисао Duo Security.",
"description": "'Duo Security' and 'Duo Mobile' are product names and should not be translated."
},
"duoOrganizationDesc": {
@@ -789,11 +1517,14 @@
"webAuthnMigrated": {
"message": "(Мигрирао из FIDO)"
},
+ "openInNewTab": {
+ "message": "Отвори у новом језичку"
+ },
"emailTitle": {
"message": "Е-пошта"
},
- "emailDesc": {
- "message": "Верификациони кодови ће вам бити послати имејлом."
+ "emailDescV2": {
+ "message": "Унесите код послат на вашу е-пошту."
},
"continue": {
"message": "Настави"
@@ -807,9 +1538,6 @@
"moveToOrgDesc": {
"message": "Изаберите организацију коју желите да преместите овај предмет. Прелазак на организацију преноси власништво над ставком у ту организацију. Више нећете бити директни власник ове ставке након што је премештена."
},
- "moveManyToOrgDesc": {
- "message": "Изаберите организацију коју желите да преместите ове ставке. Прелазак на организацију преноси власништво над ставкама у ту организацију. Више нећете бити директни власник ове ставки након што су премештене."
- },
"collectionsDesc": {
"message": "Уредите колекције са којима се ова ставка дели. Само корисници организације који имају приступ овим колекцијама моћи ће да виде ову ставку."
},
@@ -822,8 +1550,8 @@
}
}
},
- "moveSelectedItemsDesc": {
- "message": "Изаберите фасциклу у коју желите да преместите одабране $COUNT$ ставке.",
+ "deleteSelectedCollectionsDesc": {
+ "message": "$COUNT$ колекција/е ће бити трајно избрисана/е.",
"placeholders": {
"count": {
"content": "$1",
@@ -831,20 +1559,15 @@
}
}
},
- "moveSelectedItemsCountDesc": {
- "message": "Одабрали сте $COUNT$ ставку(и). $MOVEABLE_COUNT$ ставка(и) може да се преместе у организацију, $NONMOVEABLE_COUNT$ не.",
+ "deleteSelectedConfirmation": {
+ "message": "Желите ли заиста да наставите?"
+ },
+ "moveSelectedItemsDesc": {
+ "message": "Изаберите фасциклу коју желите да додате $COUNT$ изабраним ставкама.",
"placeholders": {
"count": {
"content": "$1",
- "example": "10"
- },
- "moveable_count": {
- "content": "$2",
- "example": "8"
- },
- "nonmoveable_count": {
- "content": "$3",
- "example": "2"
+ "example": "150"
}
}
},
@@ -854,15 +1577,30 @@
"copyVerificationCode": {
"message": "Копирај верификациони код"
},
+ "copyUuid": {
+ "message": "Копирај UUID"
+ },
+ "errorRefreshingAccessToken": {
+ "message": "Грешка при освежавању токена приступа"
+ },
+ "errorRefreshingAccessTokenDesc": {
+ "message": "Није пронађен токен за освежавање или АПИ кључеви. Покушајте да се одјавите и поново пријавите."
+ },
"warning": {
"message": "Упозорење"
},
"confirmVaultExport": {
"message": "Потврдите извоз сефа"
},
+ "confirmSecretsExport": {
+ "message": "Потврдите извоз тајни"
+ },
"exportWarningDesc": {
"message": "Овај извоз садржи податке сефа у нешифрираном формату. Не бисте смели да сачувате или шаљете извезену датотеку преко несигурних канала (као што је имејл). Избришите датотеку одмах након што завршите са коришћењем."
},
+ "exportSecretsWarningDesc": {
+ "message": "Овај извоз садржи тајне податке у нешифрираном формату. Не бисте смели да сачувате или шаљете извезену датотеку преко несигурних канала (као што је имејл). Избришите датотеку одмах након што завршите са коришћењем."
+ },
"encExportKeyWarningDesc": {
"message": "Овај извоз шифрује податке користећи кључ за шифровање вашег налога. Ако икада промените кључ за шифровање свог налога, требало би да поново извезете, јер нећете моћи да дешифрујете овај извоз."
},
@@ -872,12 +1610,60 @@
"export": {
"message": "Извези"
},
+ "exportFrom": {
+ "message": "Извоз од"
+ },
"exportVault": {
"message": "Извоз сефа"
},
+ "exportSecrets": {
+ "message": "Извоз тајне"
+ },
"fileFormat": {
"message": "Формат датотеке"
},
+ "fileEncryptedExportWarningDesc": {
+ "message": "Овај извоз ће бити заштићен лозинком и захтеваће лозинку датотеке за дешифровање."
+ },
+ "exportPasswordDescription": {
+ "message": "Ова лозинка ће се користити за извоз и увоз ове датотеке"
+ },
+ "confirmMasterPassword": {
+ "message": "Потрдити Главну Лозинку"
+ },
+ "confirmFormat": {
+ "message": "Потврдити формат"
+ },
+ "filePassword": {
+ "message": "Лозинка датотеке"
+ },
+ "confirmFilePassword": {
+ "message": "Потврдити лозинку датотеке"
+ },
+ "accountRestrictedOptionDescription": {
+ "message": "Користите кључ за шифровање вашег налога, изведен из корисничког имена и главне лозинке, да шифрујете извоз и ограничите увоз само на тренутни Bitwarden налог."
+ },
+ "passwordProtectedOptionDescription": {
+ "message": "Подесите лозинку за шифровање извоза и увоз у било који Bitwarden налог користећи лозинку за дешифровање."
+ },
+ "exportTypeHeading": {
+ "message": "Тип извоза"
+ },
+ "accountRestricted": {
+ "message": "Налог је ограничен"
+ },
+ "passwordProtected": {
+ "message": "Заштићено лозинком"
+ },
+ "filePasswordAndConfirmFilePasswordDoNotMatch": {
+ "message": "Унете лозинке се не подударају."
+ },
+ "confirmVaultImport": {
+ "message": "Потврдите увоз сефа"
+ },
+ "confirmVaultImportDesc": {
+ "message": "Ова датотека је заштићена лозинком. Унесите лозинку датотеке да бисте увезли податке."
+ },
"exportSuccess": {
"message": "Податци сефа су извежени."
},
@@ -892,27 +1678,33 @@
},
"minSpecial": {
"message": "Минимално Специјално",
- "description": "Minimum Special Characters"
+ "description": "Minimum special characters"
},
"ambiguous": {
- "message": "Избегавај двосмислене карактере"
+ "message": "Избегавај двосмислене карактере",
+ "description": "deprecated. Use avoidAmbiguous instead."
},
- "regeneratePassword": {
- "message": "Поново генериши лозинку"
+ "avoidAmbiguous": {
+ "message": "Избегавај двосмислене карактере",
+ "description": "Label for the avoid ambiguous characters checkbox."
},
"length": {
"message": "Дужина"
},
+ "passwordMinLength": {
+ "message": "Минимална дужина лозинке"
+ },
"uppercase": {
"message": "Велика слова (A-Z)",
- "description": "Include uppercase letters in the password generator."
+ "description": "deprecated. Use uppercaseLabel instead."
},
"lowercase": {
"message": "Мала слова (a-z)",
- "description": "Include lowercase letters in the password generator."
+ "description": "deprecated. Use lowercaseLabel instead."
},
"numbers": {
- "message": "Цифре (0-9)"
+ "message": "Цифре (0-9)",
+ "description": "deprecated. Use numbersLabel instead."
},
"specialCharacters": {
"message": "Специјална слова (!@#$%^&*)"
@@ -925,20 +1717,42 @@
},
"capitalize": {
"message": "Прво слово велико",
- "description": "Make the first letter of a work uppercase."
+ "description": "Make the first letter of a word uppercase."
},
"includeNumber": {
"message": "Убаци број"
},
+ "generatorPolicyInEffect": {
+ "message": "Захтеви политике предузећа су примењени на опције генератора.",
+ "description": "Indicates that a policy limits the credential generator screen."
+ },
"passwordHistory": {
"message": "Историја Лозинке"
},
+ "generatorHistory": {
+ "message": "Генератор историје"
+ },
+ "clearGeneratorHistoryTitle": {
+ "message": "Испразнити генератор историје"
+ },
+ "cleargGeneratorHistoryDescription": {
+ "message": "Ако наставите, сви уноси ће бити трајно избрисани из генератора историје. Да ли сте сигурни да желите да наставите?"
+ },
"noPasswordsInList": {
"message": "Нама лозинке у листи."
},
+ "clearHistory": {
+ "message": "Обриши историју"
+ },
+ "nothingToShow": {
+ "message": "Ништа да се покаже"
+ },
+ "nothingGeneratedRecently": {
+ "message": "Недавно нисте ништа генерисали"
+ },
"clear": {
"message": "Очисти",
- "description": "To clear something out. example: To clear browser history."
+ "description": "To clear something out. Example: To clear browser history."
},
"accountUpdated": {
"message": "Налог ажуриран"
@@ -973,6 +1787,12 @@
"logBackIn": {
"message": "Молимо да се поново пријавите."
},
+ "currentSession": {
+ "message": "Тренутна сесија"
+ },
+ "requestPending": {
+ "message": "Захтев је на чекању"
+ },
"logBackInOthersToo": {
"message": "Молимо вас да се поново пријавите. Ако користите друге Bitwarden апликације, одјавите се и вратите се и на њих."
},
@@ -1018,6 +1838,19 @@
}
}
},
+ "kdfMemory": {
+ "message": "KDF меморија (МБ)",
+ "description": "Memory refers to computer memory (RAM). MB is short for megabytes."
+ },
+ "argon2Warning": {
+ "message": "Постављање превисоких KDF итерација, меморија и паралелизам може резултирати лошим перформансама приликом пријављивања (и откључавања) Bitwarden-а на старим уређајима или са споријим процесорима. Препоручујемо вам да промените вредност у корацима, а затим тестирате све своје уређаје."
+ },
+ "kdfParallelism": {
+ "message": "KDF паралелизам"
+ },
+ "argon2Desc": {
+ "message": "Веће KDF итерације, меморија и паралелизам могу помоћи у заштити ваше главне лозинке од грубе присиле од стране нападача."
+ },
"changeKdf": {
"message": "Променити KDF"
},
@@ -1027,9 +1860,6 @@
"dangerZone": {
"message": "Опасна зона"
},
- "dangerZoneDesc": {
- "message": "Пажљиво, ове акције су крајне!"
- },
"deauthorizeSessions": {
"message": "Одузели овлашћење сесије"
},
@@ -1039,9 +1869,39 @@
"deauthorizeSessionsWarning": {
"message": "Наставак ће вас такође одјавити из тренутне сесије, што захтева поновно пријављивање. Од вас ће такође бити затражено да се поново пријавите у два корака, ако је омогућено. Активне сесије на другим уређајима могу да остану активне још један сат."
},
+ "newDeviceLoginProtection": {
+ "message": "Пријава на новом уређају"
+ },
+ "turnOffNewDeviceLoginProtection": {
+ "message": "Искључи заштиту пријаве на новом уређају"
+ },
+ "turnOnNewDeviceLoginProtection": {
+ "message": "Укључи заштиту пријаве на новом уређају"
+ },
+ "turnOffNewDeviceLoginProtectionModalDesc": {
+ "message": "Наставите доле да бисте искључили верификационе имејлове које Bitwarden шаље када се пријавите са новог уређаја."
+ },
+ "turnOnNewDeviceLoginProtectionModalDesc": {
+ "message": "Наставите доле да бисте Bitwarden Ва- шаље верификационе имејлове када се пријавите са новог уређаја."
+ },
+ "turnOffNewDeviceLoginProtectionWarning": {
+ "message": "Ако је заштита нових пријава искључена, је било ко са вашом главном лозинком може приступити вашем налогу са било којег уређаја. Да бисте заштитили свој рачун без верификационих имејлова, поставите пријаву у два корака."
+ },
+ "accountNewDeviceLoginProtectionSaved": {
+ "message": "Промене нових уређаји за заштиту пријаве су сачуване"
+ },
"sessionsDeauthorized": {
"message": "Одузето овлашћење свих сесија"
},
+ "accountIsOwnedMessage": {
+ "message": "Овај налого припада $ORGANIZATIONNAME$",
+ "placeholders": {
+ "organizationName": {
+ "content": "$1",
+ "example": "Organization"
+ }
+ }
+ },
"purgeVault": {
"message": "Испрани Сеф"
},
@@ -1078,8 +1938,11 @@
"accountDeletedDesc": {
"message": "Ваш налог је затворен и сви повезани подаци су избрисани."
},
+ "deleteOrganizationWarning": {
+ "message": "Брисање организације је трајно. Не може се поништити."
+ },
"myAccount": {
- "message": "Мој Налог"
+ "message": "Мој налог"
},
"tools": {
"message": "Алатке"
@@ -1087,6 +1950,26 @@
"importData": {
"message": "Увези податке"
},
+ "onboardingImportDataDetailsPartOne": {
+ "message": "Ако немате податке за увоз, можете креирати ",
+ "description": "This will be part of a larger sentence, that will read like this: If you don't have any data to import, you can create a new item instead. (Optional second half: You may need to wait until your administrator confirms your organization membership.)"
+ },
+ "onboardingImportDataDetailsLink": {
+ "message": "нову ставку",
+ "description": "This will be part of a larger sentence, that will read like this: If you don't have any data to import, you can create a new item instead. (Optional second half: You may need to wait until your administrator confirms your organization membership.)"
+ },
+ "onboardingImportDataDetailsLoginLink": {
+ "message": "нова пријава",
+ "description": "This will be part of a larger sentence, that will read like this: If you don't have any data to import, you can create a new login instead. (Optional second half: You may need to wait until your administrator confirms your organization membership.)"
+ },
+ "onboardingImportDataDetailsPartTwoNoOrgs": {
+ "message": " уместо.",
+ "description": "This will be part of a larger sentence, that will read like this: If you don't have any data to import, you can create a new item instead."
+ },
+ "onboardingImportDataDetailsPartTwoWithOrgs": {
+ "message": " уместо. Можда ћете морати да сачекате док администратор не потврди чланство.",
+ "description": "This will be part of a larger sentence, that will read like this: If you don't have any data to import, you can create a new item instead. You may need to wait until your administrator confirms your organization membership."
+ },
"importError": {
"message": "Грешка при увозу"
},
@@ -1096,6 +1979,18 @@
"importSuccess": {
"message": "Подаци су успешно увезени у ваш сеф."
},
+ "importSuccessNumberOfItems": {
+ "message": "$AMOUNT$ ставке/и су увезене.",
+ "placeholders": {
+ "amount": {
+ "content": "$1",
+ "example": "2"
+ }
+ }
+ },
+ "dataExportSuccess": {
+ "message": "Подаци су успешно извезени"
+ },
"importWarning": {
"message": "Увозите податке у $ORGANIZATION$. Ваши подаци могу бити подељени са члановима ове организације. Да ли желите да наставите?",
"placeholders": {
@@ -1114,12 +2009,43 @@
"importEncKeyError": {
"message": "Грешка у дешифрирању извозне датотеке. Ваш кључ за шифровање не одговара кључу који се користио за извоз података."
},
+ "destination": {
+ "message": "Одредиште"
+ },
+ "learnAboutImportOptions": {
+ "message": "Сазнајте више о опцијама увоза"
+ },
+ "selectImportFolder": {
+ "message": "Изабери фасциклу"
+ },
+ "selectImportCollection": {
+ "message": "Изабери колекцију"
+ },
+ "importTargetHint": {
+ "message": "Изаберите ову опцију ако желите да се садржај увезене датотеке премести у $DESTINATION$",
+ "description": "Located as a hint under the import target. Will be appended by either folder or collection, depending if the user is importing into an individual or an organizational vault.",
+ "placeholders": {
+ "destination": {
+ "content": "$1",
+ "example": "folder or collection"
+ }
+ }
+ },
+ "importUnassignedItemsError": {
+ "message": "Датотека садржи недодељене ставке."
+ },
"selectFormat": {
"message": "Одабрати формат датотеке за увоз"
},
"selectImportFile": {
"message": "Одабрати датотеку за увоз"
},
+ "chooseFile": {
+ "message": "Изабери датотеку"
+ },
+ "noFileChosen": {
+ "message": "Није изабрана ниједна датотека"
+ },
"orCopyPasteFileContents": {
"message": "или копирајте/налепите садржај датотеке за увоз"
},
@@ -1151,25 +2077,11 @@
"languageDesc": {
"message": "Променити језик за Сеф."
},
- "disableIcons": {
- "message": "Угаси иконице сајта"
+ "enableFavicon": {
+ "message": "Прикажи иконе сајтова"
},
- "disableIconsDesc": {
- "message": "Иконе веб сајта пружају препознатљиву слику поред сваке пријаву у сефу."
- },
- "enableGravatars": {
- "message": "Омогући Gravatar",
- "description": "'Gravatar' is the name of a service. See www.gravatar.com"
- },
- "enableGravatarsDesc": {
- "message": "Користите слике аватара учитане са gravatar.com."
- },
- "enableFullWidth": {
- "message": "Упали пуни ширину распореда",
- "description": "Allows scaling the web vault UI's width"
- },
- "enableFullWidthDesc": {
- "message": "Дозволите веб сефу да користи пуну ширину прозора прегледача."
+ "faviconDesc": {
+ "message": "Прикажи препознатљиву иконицу поред сваке ставке за пријаву."
},
"default": {
"message": "Подразумевано"
@@ -1216,15 +2128,40 @@
"twoStepLogin": {
"message": "Дво-коракна лозинка"
},
+ "twoStepLoginEnforcement": {
+ "message": "Спровођење пријаве у два корака"
+ },
"twoStepLoginDesc": {
"message": "Заштитите свој налог захтевањем додатног корака приликом пријављивања."
},
- "twoStepLoginOrganizationDesc": {
- "message": "Захтевајте пријаву у два корака за кориснике ваше организације конфигурисањем добављача на нивоу организације."
+ "twoStepLoginTeamsDesc": {
+ "message": "Омогућите пријаву у два корака за вашу организацију."
+ },
+ "twoStepLoginEnterpriseDescStart": {
+ "message": "Примени Bitwarden опције за пријаву у два корака за чланове користећи ",
+ "description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Enforce Bitwarden Two-step Login options for members by using the Two-step Login Policy.'"
+ },
+ "twoStepLoginPolicy": {
+ "message": "Опције дво-коракне политике"
+ },
+ "twoStepLoginOrganizationDuoDesc": {
+ "message": "Да бисте спровели пријаву у два корака Duoупотребите опције испод."
+ },
+ "twoStepLoginOrganizationSsoDesc": {
+ "message": "Ако сте поставили SSO или планирате, Пријава у два корака је можда већ принуђена преко вашег добављача идентитета."
},
"twoStepLoginRecoveryWarning": {
"message": "Омогућавање пријаве у два корака може вас трајно закључати са вашег Bitwarden-а налога. Код за опоравак омогућава вам приступ вашем налогу у случају да више не можете да користите свог уобичајеног добављача услуге пријављивања у два корака (нпр. ако изгубите уређај). Подршка Bitwarden-а неће вам моћи помоћи ако изгубите приступ свом налогу. Препоручујемо да запишете или одштампате код за опоравак и сачувате га на сигурном месту."
},
+ "restrictedItemTypesPolicy": {
+ "message": "Уклоните тип ставке картице"
+ },
+ "restrictedItemTypesPolicyDesc": {
+ "message": "Не дозволите члановима да креирају тип ставке картице."
+ },
+ "yourSingleUseRecoveryCode": {
+ "message": "Ваш јединствени кôд за опоравак може се користити за искључивање у два корака у случају да изгубите приступ свом двоструком провајдеру пријаве. Bitwarden препоручује да запишете кôд за опоравак и држите га на сигурном месту."
+ },
"viewRecoveryCode": {
"message": "Погледати шифру за опоравак"
},
@@ -1238,9 +2175,12 @@
"enabled": {
"message": "Омогућено"
},
+ "restoreAccess": {
+ "message": "Врати притуп"
+ },
"premium": {
"message": "Премијум",
- "description": "Premium Membership"
+ "description": "Premium membership"
},
"premiumMembership": {
"message": "Премијум чланство"
@@ -1260,44 +2200,77 @@
"manage": {
"message": "Управљати"
},
+ "manageCollection": {
+ "message": "Управљај колекцијом"
+ },
+ "viewItems": {
+ "message": "Прикажи ставке"
+ },
+ "viewItemsHidePass": {
+ "message": "Прикажи ставке, сакривене лозинке"
+ },
+ "editItems": {
+ "message": "Уреди ставке"
+ },
+ "editItemsHidePass": {
+ "message": "Уреди ставке, сакривене лозинке"
+ },
"disable": {
"message": "Онемогући"
},
+ "revokeAccess": {
+ "message": "Опозови Приступ"
+ },
+ "revoke": {
+ "message": "Опозови"
+ },
"twoStepLoginProviderEnabled": {
"message": "Овај добављач услуге пријављивања у два корака је омогућен на вашем налогу."
},
"twoStepLoginAuthDesc": {
"message": "Унесите главну лозинку да бисте изменили подешавања пријављивања у два корака."
},
- "twoStepAuthenticatorDesc": {
- "message": "Следите ове кораке за подешавање пријаве у два корака помоћу апликације за проверу аутентичности:"
+ "twoStepAuthenticatorInstructionPrefix": {
+ "message": "Преузмите апликацију за аутентификацију као што је"
},
- "twoStepAuthenticatorDownloadApp": {
- "message": "Преузмите апликацију за аутентификацију у два корака"
+ "twoStepAuthenticatorInstructionInfix1": {
+ "message": ","
},
- "twoStepAuthenticatorNeedApp": {
- "message": "Треба вам апликација за аутентификацију у два корака? Преузмите једну од следеће"
+ "twoStepAuthenticatorInstructionInfix2": {
+ "message": "или"
},
- "iosDevices": {
- "message": "iOS уређаји"
+ "twoStepAuthenticatorInstructionSuffix": {
+ "message": "."
},
- "androidDevices": {
- "message": "Android уређаји"
+ "continueToExternalUrlTitle": {
+ "message": "Наставити на $URL$?",
+ "placeholders": {
+ "url": {
+ "content": "$1",
+ "example": "bitwarden.com"
+ }
+ }
},
- "windowsDevices": {
- "message": "Windows уређаји"
+ "continueToExternalUrlDesc": {
+ "message": "Напуштате Bitwarden и покрећете спољне веб странице у новом прозору."
},
- "twoStepAuthenticatorAppsRecommended": {
- "message": "Ове апликације се препоручују, међутим, друге апликације за утврђивање аутентичности такође ће радити."
+ "twoStepContinueToBitwardenUrlTitle": {
+ "message": "Наставити на bitwarden.com?"
},
- "twoStepAuthenticatorScanCode": {
- "message": "Скенирајте овај QR код са апликацијом за идентификљцију"
+ "twoStepContinueToBitwardenUrlDesc": {
+ "message": "Bitwarden Authenticator омогућава вам да чувате кључеве аутентификатора и генеришете ТОТП кодове за токове верификације у 2 корака. Сазнајте више на bitwarden.com."
+ },
+ "twoStepAuthenticatorScanCodeV2": {
+ "message": "Скенирајте КР кôд у наставку помоћу апликације за аутентификацију или унесите кључ."
+ },
+ "twoStepAuthenticatorQRCanvasError": {
+ "message": "Учитавање QR кôда није успело. Покушајте поново или користите тастер испод."
},
"key": {
"message": "Кључ"
},
- "twoStepAuthenticatorEnterCode": {
- "message": "Унесите резултирајући шестоцифрени код из апликације"
+ "twoStepAuthenticatorEnterCodeV2": {
+ "message": "Верификациони кôд"
},
"twoStepAuthenticatorReaddDesc": {
"message": "У случају да га требате додати на други уређај, доле је КР код (или кључ) који захтева ваша апликација за аутентификацију."
@@ -1377,11 +2350,11 @@
"twoFactorDuoDesc": {
"message": "Унесите информације о апликацији Bitwarden из администрације Duo."
},
- "twoFactorDuoIntegrationKey": {
- "message": "Кључ интеграције"
+ "twoFactorDuoClientId": {
+ "message": "Ид клијента"
},
- "twoFactorDuoSecretKey": {
- "message": "Тајни кључ"
+ "twoFactorDuoClientSecret": {
+ "message": "Тајна клијента"
},
"twoFactorDuoApiHostname": {
"message": "API Име хоста"
@@ -1440,11 +2413,8 @@
"twoFactorU2fProblemReadingTryAgain": {
"message": "Догодила се грешка приликом читања безбедносног кључа. Покушајте поново."
},
- "twoFactorWebAuthnWarning": {
- "message": "Због ограничења платформе, WebAuthn се не могу користити на свим Bitwarden апликацијама. Требали бисте омогућити другог добављача услуге пријављивања у два корака како бисте могли да приступите свом налогу када WebAuthn не могу да се користе. Подржане платформе:"
- },
- "twoFactorWebAuthnSupportWeb": {
- "message": "Веб сеф и додатке прегледача на рачунару са WebAuthn омогућен прегледач (Chrome, Opera, Vivaldi, или Firefox са FIDO U2F омогућено)."
+ "twoFactorWebAuthnWarning1": {
+ "message": "Због ограничења платформе, WebAuthn се не могу користити на свим Bitwarden апликацијама. Требали бисте подесити другог добављача услуге пријављивања у два корака како бисте могли да приступите свом налогу када WebAuthn не могу да се користе."
},
"twoFactorRecoveryYourCode": {
"message": "Ваш Bitwarden код за опоравак пријаве у два корака"
@@ -1461,7 +2431,11 @@
},
"reportsDesc": {
"message": "Идентификујте и затворите безбедносне празнине у вашим онлајн налозима кликом на извештаје у наставку.",
- "description": "Vault Health Reports can be used to evaluate the security of your Bitwarden Personal or Organization Vault."
+ "description": "Vault health reports can be used to evaluate the security of your Bitwarden individual or organization vault."
+ },
+ "orgsReportsDesc": {
+ "message": "Идентификујте и затворите безбедносне празнине у вашим налозима организације кликом на извештаје у наставку.",
+ "description": "Vault health reports can be used to evaluate the security of your Bitwarden individual or organization vault."
},
"unsecuredWebsitesReport": {
"message": "Извештај о несигурним веб локацијама"
@@ -1472,12 +2446,16 @@
"unsecuredWebsitesFound": {
"message": "Пронађене су незаштићене веб странице"
},
- "unsecuredWebsitesFoundDesc": {
- "message": "Нашли смо $COUNT$ ставке у вашем сефу са незаштићеним УРЛ. Требали би да промените шеме у https:// ако веб страница то дозвољава.",
+ "unsecuredWebsitesFoundReportDesc": {
+ "message": "Нашли смо $COUNT$ ставке у вашем $VAULT$ са незаштићеним УРЛ. Требали би да промените шеме у https:// ако веб страница то дозвољава.",
"placeholders": {
"count": {
"content": "$1",
"example": "8"
+ },
+ "vault": {
+ "content": "$2",
+ "example": "this will be 'vault' or 'vaults'"
}
}
},
@@ -1493,12 +2471,16 @@
"inactive2faFound": {
"message": "Нађене пријаве без 2FA"
},
- "inactive2faFoundDesc": {
- "message": "Насшли смо $COUNT$ сајта у вашем сефу који можда нису подешени са двофакторском потврдом идентитета (према twofactorauth.org). Да бисте додатно заштитили ове налоге, требало би да омогућите двостепену потврду идентитета.",
+ "inactive2faFoundReportDesc": {
+ "message": "Нашли смо $COUNT$ сајта у вашем $VAULT$ који можда нису конфигурисани за пријаву у два корака (према 2fa.directory). Да бисте додатно заштитили ове налоге, требало би да подесите пријаву у два корака.",
"placeholders": {
"count": {
"content": "$1",
"example": "8"
+ },
+ "vault": {
+ "content": "$2",
+ "example": "this will be 'vault' or 'vaults'"
}
}
},
@@ -1517,12 +2499,16 @@
"exposedPasswordsFound": {
"message": "Пронађене изложене лозинке"
},
- "exposedPasswordsFoundDesc": {
+ "exposedPasswordsFoundReportDesc": {
"message": "Пронашли смо у вашем сефу $COUNT$ предмета који садрже лозинке откривене у познатим повредама података. Требали би да их промените да бисте користили нову лозинку.",
"placeholders": {
"count": {
"content": "$1",
"example": "8"
+ },
+ "vault": {
+ "content": "$2",
+ "example": "this will be 'vault' or 'vaults'"
}
}
},
@@ -1532,6 +2518,9 @@
"checkExposedPasswords": {
"message": "Проверите изложене лозинке"
},
+ "timesExposed": {
+ "message": "Пута изложено"
+ },
"exposedXTimes": {
"message": "Изложено $COUNT$ пута",
"placeholders": {
@@ -1550,18 +2539,25 @@
"weakPasswordsFound": {
"message": "Пронађене су слабе лозинке"
},
- "weakPasswordsFoundDesc": {
+ "weakPasswordsFoundReportDesc": {
"message": "Пронашли смо у вашем сефу $COUNT$ ставки са слабим лозинкама. Требали бисте их ажурирати да би користили јаче лозинке.",
"placeholders": {
"count": {
"content": "$1",
"example": "8"
+ },
+ "vault": {
+ "content": "$2",
+ "example": "this will be 'vault' or 'vaults'"
}
}
},
"noWeakPasswords": {
"message": "Ниједна ставка у вашем сефу сабржи слабе лозинке."
},
+ "weakness": {
+ "message": "Слабост"
+ },
"reusedPasswordsReport": {
"message": "Извештај о поновној употреби лозинки"
},
@@ -1571,18 +2567,25 @@
"reusedPasswordsFound": {
"message": "Пронађене поновне лозинке"
},
- "reusedPasswordsFoundDesc": {
+ "reusedPasswordsFoundReportDesc": {
"message": "Нашли смо $COUNT$ лозинке које се поново користе у вашем сефу. Требали бисте да их промените у јединствену вредност.",
"placeholders": {
"count": {
"content": "$1",
"example": "8"
+ },
+ "vault": {
+ "content": "$2",
+ "example": "this will be 'vault' or 'vaults'"
}
}
},
"noReusedPasswords": {
"message": "Ниједна пријава у ваш сефу нема лозинке које се поново користе."
},
+ "timesReused": {
+ "message": "Пута поново употребљено"
+ },
"reusedXTimes": {
"message": "Коришћено $COUNT$ пута",
"placeholders": {
@@ -1654,6 +2657,12 @@
"billing": {
"message": "Наплате"
},
+ "billingPlanLabel": {
+ "message": "План претплате"
+ },
+ "paymentType": {
+ "message": "Врста Уплате"
+ },
"accountCredit": {
"message": "Салдо налога",
"description": "Financial term. In the case of Bitwarden, a positive balance means that you owe money, while a negative balance means that you have a credit (Bitwarden owes you money)."
@@ -1681,7 +2690,7 @@
},
"goPremium": {
"message": "Купи Премијум",
- "description": "Another way of saying \"Get a premium membership\""
+ "description": "Another way of saying \"Get a Premium membership\""
},
"premiumUpdated": {
"message": "Надоградили сте на премијум."
@@ -1692,8 +2701,8 @@
"premiumSignUpStorage": {
"message": "1ГБ шифровано складиште за прилоге."
},
- "premiumSignUpTwoStep": {
- "message": "Додатне опције пријаве у два корака као што су YubiKey, FIDO U2F, и Duo."
+ "premiumSignUpTwoStepOptions": {
+ "message": "Приоритарне опције пријаве у два корака као што су YubiKey и Duo."
},
"premiumSignUpEmergency": {
"message": "Улаз у хитним случајевима"
@@ -1719,6 +2728,22 @@
}
}
},
+ "premiumPriceWithFamilyPlan": {
+ "message": "Идите на премиум за само $PRICE$ годишње, или набавите премијум налоге за $FAMILYPLANUSERCOUNT$ корисника и неограничено породично дељење са ",
+ "placeholders": {
+ "price": {
+ "content": "$1",
+ "example": "$10"
+ },
+ "familyplanusercount": {
+ "content": "$2",
+ "example": "6"
+ }
+ }
+ },
+ "bitwardenFamiliesPlan": {
+ "message": "Bitwarden Families план."
+ },
"addons": {
"message": "Додаци"
},
@@ -1770,6 +2795,9 @@
"year": {
"message": "година"
},
+ "yr": {
+ "message": "год"
+ },
"month": {
"message": "месец"
},
@@ -1789,6 +2817,9 @@
}
}
},
+ "paymentChargedWithUnpaidSubscription": {
+ "message": "Ваш начин плаћања ће бити наплаћен за све неплаћене претплате."
+ },
"paymentChargedWithTrial": {
"message": "Ваш план долази са бесплатним 7-дневним пробним периодом. Начин плаћања неће бити наплаћен док се пробно време не заврши. Наплата ће се вршити периодично, сваки $INTERVAL$. Можете отказати било када."
},
@@ -1798,6 +2829,9 @@
"billingInformation": {
"message": "Информације за обрачун"
},
+ "billingTrialSubLabel": {
+ "message": "Ваш начин плаћања неће бити наплаћен током бесплатног пробног периода од 7 дана."
+ },
"creditCard": {
"message": "Кредитна Картица"
},
@@ -1807,6 +2841,9 @@
"cancelSubscription": {
"message": "Откажи претплату"
},
+ "subscriptionExpiration": {
+ "message": "Истицање претплате"
+ },
"subscriptionCanceled": {
"message": "Претплата је отказана."
},
@@ -1846,15 +2883,18 @@
"downloadLicense": {
"message": "Преузимање лиценце"
},
+ "viewBillingToken": {
+ "message": "Види токен наплате"
+ },
"updateLicense": {
"message": "Ажурирање лиценце"
},
- "updatedLicense": {
- "message": "Лиценца ажурирана"
- },
"manageSubscription": {
"message": "Управљај претплатама"
},
+ "launchCloudSubscription": {
+ "message": "Покренути Cloud претплату"
+ },
"storage": {
"message": "Складиште"
},
@@ -1892,8 +2932,11 @@
"invoices": {
"message": "Фактуре"
},
- "noInvoices": {
- "message": "Нема фактуре."
+ "noUnpaidInvoices": {
+ "message": "Нема неплаћених фактура."
+ },
+ "noPaidInvoices": {
+ "message": "Нема плаћених фактура."
},
"paid": {
"message": "Плаћено",
@@ -1951,6 +2994,9 @@
"contactSupport": {
"message": "Обратите се корисничкој подршци"
},
+ "contactSupportShort": {
+ "message": "Контактирај подршку"
+ },
"updatedPaymentMethod": {
"message": "Ажуриран начин плаћања."
},
@@ -2052,6 +3098,9 @@
"planDescTeams": {
"message": "За предузећа и друге тимске организације."
},
+ "planNameTeamsStarter": {
+ "message": "Teams Starter"
+ },
"planNameEnterprise": {
"message": "Предузећа"
},
@@ -2154,12 +3203,45 @@
}
}
},
+ "trialThankYou": {
+ "message": "Хвала што сте се пријавили за Bitwarden за $PLAN$!",
+ "placeholders": {
+ "plan": {
+ "content": "$1",
+ "example": "Teams"
+ }
+ }
+ },
+ "trialSecretsManagerThankYou": {
+ "message": "Хвала што сте се пријавили за Bitwarden Secrets Manager за $PLAN$!",
+ "placeholders": {
+ "plan": {
+ "content": "$1",
+ "example": "Teams"
+ }
+ }
+ },
+ "trialPaidInfoMessage": {
+ "message": "Када се заврши бесплатни период плана $PLAN$ (7 дана), биће претворен у плаћеном плану.",
+ "placeholders": {
+ "plan": {
+ "content": "$1",
+ "example": "Teams"
+ }
+ }
+ },
+ "trialConfirmationEmail": {
+ "message": "Послали смо имејл са потврдом на адресу за обрачун вашег тима на "
+ },
"monthly": {
"message": "Месечно"
},
"annually": {
"message": "Годишње"
},
+ "annual": {
+ "message": "Годишње"
+ },
"basePrice": {
"message": "Основна цена"
},
@@ -2223,9 +3305,24 @@
"deleteGroupConfirmation": {
"message": "Да ли сте сигурни да желите да обришете ову групу?"
},
+ "deleteMultipleGroupsConfirmation": {
+ "message": "Да ли сте сигурни да желите да избришете $QUANTITY$ групу/е?",
+ "placeholders": {
+ "quantity": {
+ "content": "$1",
+ "example": "3"
+ }
+ }
+ },
"removeUserConfirmation": {
"message": "Да ли сте сигурни да желите да уклоните овог корисника?"
},
+ "removeOrgUserConfirmation": {
+ "message": "Када се члан уклони, он више нема приступ подацима организације и ова радња је неповратна. Да бисте поново додали члана у организацију, они морају бити позвани и поново укључени."
+ },
+ "revokeUserConfirmation": {
+ "message": "Када се члан опозове, он више нема приступ подацима организације. Да бисте брзо вратили приступ члановима, идите на картицу Опозвано."
+ },
"removeUserConfirmationKeyConnector": {
"message": "Упозорење! Овај корисник захтева Key Connector да управља њиховом шифровањем. Уклањање овог корисника из ваше организације трајно ће онемогућити њихов рачун. Ова радња се не може поништити. Да ли желите да наставите?"
},
@@ -2235,15 +3332,18 @@
"externalIdDesc": {
"message": "Спољни ид се може користити као референца или за повезивање овог ресурса са спољним системом као што је корисничка фасцикла."
},
+ "ssoExternalId": {
+ "message": "SSO Спољни ИД"
+ },
+ "ssoExternalIdDesc": {
+ "message": "SSO Спољни ИД је неуредна референца између Bitwarden-а и вашег конфигурисаног SSO провајдера."
+ },
+ "nestCollectionUnder": {
+ "message": "Постави колекцију испод"
+ },
"accessControl": {
"message": "Контрола Приступа"
},
- "groupAccessAllItems": {
- "message": "Ова група може приступити и изменити све ставке."
- },
- "groupAccessSelectedCollections": {
- "message": "Ова група може приступити само одабраним колекцијама."
- },
"readOnly": {
"message": "Само за читање"
},
@@ -2256,14 +3356,23 @@
"editCollection": {
"message": "Уреди колекцију"
},
+ "collectionInfo": {
+ "message": "Инфо колекције"
+ },
"deleteCollectionConfirmation": {
"message": "Сигурно обрисати ову колекцију?"
},
- "editUser": {
- "message": "Измени корисника"
+ "editMember": {
+ "message": "Уредити члан"
},
- "inviteUser": {
- "message": "Позива Кориснике"
+ "fieldOnTabRequiresAttention": {
+ "message": "Поље на језичку '$TAB$' захтева пажњу.",
+ "placeholders": {
+ "tab": {
+ "content": "$1",
+ "example": "Collection info"
+ }
+ }
},
"inviteUserDesc": {
"message": "Позовите новог корисника у своју организацију тако што ћете доле унети имејл његовог Bitwarden налога. Ако немају Bitwarden налог, биће затражено да креирају нови налог."
@@ -2277,24 +3386,21 @@
}
}
},
+ "inviteSingleEmailDesc": {
+ "message": "Преостала вам је 1 позивница."
+ },
+ "inviteZeroEmailDesc": {
+ "message": "Преостало вам је 0 позивница."
+ },
"userUsingTwoStep": {
"message": "Овај корисник користи пријаву у два корака за заштиту свог налога."
},
- "userAccessAllItems": {
- "message": "Овај корисник може приступити и изменити све ставке."
- },
- "userAccessSelectedCollections": {
- "message": "Овај корисник може приступити само одабраним колекцијама."
- },
"search": {
"message": "Тражи"
},
"invited": {
"message": "Позвано"
},
- "accepted": {
- "message": "Прихваћено"
- },
"confirmed": {
"message": "Потврђено"
},
@@ -2322,15 +3428,15 @@
"userDesc": {
"message": "Редовни корисник са приступом додељеним колекцијама у вашој организацији."
},
- "manager": {
- "message": "Менаџер"
- },
- "managerDesc": {
- "message": "Менаџери могу да приступе додељеним колекцијама и управљају њима у вашој организацији."
- },
"all": {
"message": "Све"
},
+ "addAccess": {
+ "message": "Додај приступ"
+ },
+ "addAccessFilter": {
+ "message": "Додај филтер приступа"
+ },
"refresh": {
"message": "Освежи"
},
@@ -2361,6 +3467,15 @@
"webVault": {
"message": "Интернет Сеф"
},
+ "cli": {
+ "message": "CLI"
+ },
+ "bitWebVault": {
+ "message": "Bitwarden Интернет Сеф"
+ },
+ "bitSecretsManager": {
+ "message": "Bitwarden Менаџер Тајности"
+ },
"loggedIn": {
"message": "Пријављено."
},
@@ -2382,6 +3497,19 @@
"failedLogin2fa": {
"message": "Покушај пријаве није успео са нетачном пријавом у два корака."
},
+ "incorrectPassword": {
+ "message": "Погрешна лозинка"
+ },
+ "incorrectCode": {
+ "message": "Погрешан код"
+ },
+ "incorrectPin": {
+ "message": "Нетачан PIN"
+ },
+ "pin": {
+ "message": "ПИН",
+ "description": "PIN code. Ex. The short code (often numeric) that you use to unlock a device."
+ },
"exportedVault": {
"message": "Сеф извежен."
},
@@ -2427,6 +3555,12 @@
}
}
},
+ "viewAllLogInOptions": {
+ "message": "Погледајте сав извештај у опције"
+ },
+ "viewAllLoginOptions": {
+ "message": "Погледајте сав извештај у опције"
+ },
"viewedItemId": {
"message": "Прогледана ставка $ID$.",
"placeholders": {
@@ -2454,6 +3588,15 @@
}
}
},
+ "viewedCardNumberItemId": {
+ "message": "Прегледан број картице за ставку $ID$.",
+ "placeholders": {
+ "id": {
+ "content": "$1",
+ "example": "Unique ID"
+ }
+ }
+ },
"viewedSecurityCodeItemId": {
"message": "Прогледан сигурносни код за $ID$.",
"placeholders": {
@@ -2463,6 +3606,24 @@
}
}
},
+ "viewCollectionWithName": {
+ "message": "Преглед колекције - $NAME$",
+ "placeholders": {
+ "name": {
+ "content": "$1",
+ "example": "Collection1"
+ }
+ }
+ },
+ "editItemWithName": {
+ "message": "Уредити ставку - $NAME$",
+ "placeholders": {
+ "name": {
+ "content": "$1",
+ "example": "Google Login"
+ }
+ }
+ },
"copiedPasswordItemId": {
"message": "Копирана лозинка за $ID$.",
"placeholders": {
@@ -2517,6 +3678,9 @@
}
}
},
+ "deletedCollections": {
+ "message": "Избрисане колекције"
+ },
"deletedCollectionId": {
"message": "Колекција $ID$ избрисана.",
"placeholders": {
@@ -2562,6 +3726,15 @@
}
}
},
+ "deletedManyGroups": {
+ "message": "Обрисано $QUANTITY$ група/е.",
+ "placeholders": {
+ "quantity": {
+ "content": "$1",
+ "example": "3"
+ }
+ }
+ },
"removedUserId": {
"message": "Корисник $ID$ уклоњен.",
"placeholders": {
@@ -2571,6 +3744,42 @@
}
}
},
+ "removeUserIdAccess": {
+ "message": "Опозови приступ „$ID$“",
+ "placeholders": {
+ "id": {
+ "content": "$1",
+ "example": "John Smith"
+ }
+ }
+ },
+ "revokedUserId": {
+ "message": "Опозван приступ организацији за $ID$.",
+ "placeholders": {
+ "id": {
+ "content": "$1",
+ "example": "John Smith"
+ }
+ }
+ },
+ "restoredUserId": {
+ "message": "Враћен приступ организацији за $ID$.",
+ "placeholders": {
+ "id": {
+ "content": "$1",
+ "example": "John Smith"
+ }
+ }
+ },
+ "revokeUserId": {
+ "message": "Опозови приступ „$ID$“",
+ "placeholders": {
+ "id": {
+ "content": "$1",
+ "example": "John Smith"
+ }
+ }
+ },
"createdAttachmentForItem": {
"message": "Креиран прилог за $ID$.",
"placeholders": {
@@ -2634,6 +3843,9 @@
}
}
},
+ "unlinkedSso": {
+ "message": "Неповезан SSO."
+ },
"unlinkedSsoUser": {
"message": "Отповезај SSO за $ID$.",
"placeholders": {
@@ -2682,6 +3894,97 @@
"device": {
"message": "Уређај"
},
+ "loginStatus": {
+ "message": "Статус пријаве"
+ },
+ "firstLogin": {
+ "message": "Прва пријава"
+ },
+ "trusted": {
+ "message": "Поуздан"
+ },
+ "needsApproval": {
+ "message": "Потребно је одобрење"
+ },
+ "areYouTryingtoLogin": {
+ "message": "Да ли покушавате да се пријавите?"
+ },
+ "logInAttemptBy": {
+ "message": "Покушај пријаве од $EMAIL$",
+ "placeholders": {
+ "email": {
+ "content": "$1",
+ "example": "name@example.com"
+ }
+ }
+ },
+ "deviceType": {
+ "message": "Тип уређаја"
+ },
+ "ipAddress": {
+ "message": "ИП адреса"
+ },
+ "confirmLogIn": {
+ "message": "Потврди пријављивање"
+ },
+ "denyLogIn": {
+ "message": "Одбиј пријављивање"
+ },
+ "thisRequestIsNoLongerValid": {
+ "message": "Овај захтев више није важећи."
+ },
+ "logInConfirmedForEmailOnDevice": {
+ "message": "Пријава потврђена за $EMAIL$ на $DEVICE$",
+ "placeholders": {
+ "email": {
+ "content": "$1",
+ "example": "name@example.com"
+ },
+ "device": {
+ "content": "$2",
+ "example": "iOS"
+ }
+ }
+ },
+ "youDeniedALogInAttemptFromAnotherDevice": {
+ "message": "Одбили сте покушај пријаве са другог уређаја. Ако сте то заиста били ви, покушајте поново да се пријавите помоћу уређаја."
+ },
+ "loginRequestHasAlreadyExpired": {
+ "message": "Захтев за пријаву је већ истекао."
+ },
+ "justNow": {
+ "message": "Управо сада"
+ },
+ "requestedXMinutesAgo": {
+ "message": "Затражено пре $MINUTES$ минута",
+ "placeholders": {
+ "minutes": {
+ "content": "$1",
+ "example": "5"
+ }
+ }
+ },
+ "creatingAccountOn": {
+ "message": "Креирај налог на"
+ },
+ "checkYourEmail": {
+ "message": "Проверите свој имејл"
+ },
+ "followTheLinkInTheEmailSentTo": {
+ "message": "Пратите везу послатој на"
+ },
+ "andContinueCreatingYourAccount": {
+ "message": "и наставите са креирањем налога."
+ },
+ "noEmail": {
+ "message": "Немате имејл?"
+ },
+ "goBack": {
+ "message": "Ићи назад"
+ },
+ "toEditYourEmailAddress": {
+ "message": "да измените свој имејл."
+ },
"view": {
"message": "Приказ"
},
@@ -2763,6 +4066,9 @@
"emailVerified": {
"message": "Ваш имејл је потврђен."
},
+ "emailVerifiedV2": {
+ "message": "Имејл верификован"
+ },
"emailVerifiedFailed": {
"message": "Није могуће верификовати ваш имејл. Покушајте да пошаљете нову поруку за верификацију."
},
@@ -2775,21 +4081,94 @@
"updateBrowser": {
"message": "Ажурирајте Претраживач"
},
+ "generatingYourRiskInsights": {
+ "message": "Генерисање прегледа вашег ризика..."
+ },
"updateBrowserDesc": {
"message": "Користите неподржани веб прегледач. Веб сеф можда неће правилно функционисати."
},
+ "youHaveAPendingLoginRequest": {
+ "message": "Имате захтев за пријаву на чекању са другог уређаја."
+ },
+ "reviewLoginRequest": {
+ "message": "Прегледајте захтев за пријаву"
+ },
+ "freeTrialEndPromptCount": {
+ "message": "Ваша проба се завршава за $COUNT$ дана.",
+ "placeholders": {
+ "count": {
+ "content": "$1",
+ "example": "remaining days"
+ }
+ }
+ },
+ "freeTrialEndPromptMultipleDays": {
+ "message": "$ORGANIZATION$, Ваша проба са завршава за $COUNT$ дана.",
+ "placeholders": {
+ "count": {
+ "content": "$2",
+ "example": "remaining days"
+ },
+ "organization": {
+ "content": "$1",
+ "example": "organization name"
+ }
+ }
+ },
+ "freeTrialEndPromptTomorrow": {
+ "message": "$ORGANIZATION$, Ваша проба са завршава сутра.",
+ "placeholders": {
+ "organization": {
+ "content": "$1",
+ "example": "organization name"
+ }
+ }
+ },
+ "freeTrialEndPromptTomorrowNoOrgName": {
+ "message": "Ваша бесплатна пробна се завршава сутра."
+ },
+ "freeTrialEndPromptToday": {
+ "message": "$ORGANIZATION$, Ваша проба са завршава данас.",
+ "placeholders": {
+ "organization": {
+ "content": "$1",
+ "example": "organization name"
+ }
+ }
+ },
+ "freeTrialEndingTodayWithoutOrgName": {
+ "message": "Ваша бесплатна пробна се завршава данас."
+ },
+ "clickHereToAddPaymentMethod": {
+ "message": "Кликните овде да додате начин плаћања."
+ },
"joinOrganization": {
"message": "Придружи Организацију"
},
+ "joinOrganizationName": {
+ "message": "Придружити се $ORGANIZATIONNAME$",
+ "placeholders": {
+ "organizationName": {
+ "content": "$1",
+ "example": "My Org Name"
+ }
+ }
+ },
"joinOrganizationDesc": {
"message": "Позвани сте да се придружите наведеној организацији. Да бисте прихватили позивницу, потребно је да се пријавите или направите нови Bitwarden налог."
},
+ "finishJoiningThisOrganizationBySettingAMasterPassword": {
+ "message": "Завршите придруживање овој организацији постављањем главне лозинке."
+ },
"inviteAccepted": {
"message": "Позив прихваћен"
},
"inviteAcceptedDesc": {
"message": "Овој организацији можете приступити када администратор потврди ваше чланство. Послаћемо вам имејл када се то догоди."
},
+ "inviteInitAcceptedDesc": {
+ "message": "Сада можете приступити овој организацији."
+ },
"inviteAcceptFailed": {
"message": "Није могуће прихватити позивницу. Замолите администратора организације да пошаље нову позивницу."
},
@@ -2798,7 +4177,7 @@
"placeholders": {
"description": {
"content": "$1",
- "example": "You must enable 2FA on your user account before you can join this organization."
+ "example": "You must set up 2FA on your user account before you can join this organization."
}
}
},
@@ -2808,6 +4187,9 @@
"recoverAccountTwoStepDesc": {
"message": "Ако не можете да приступите свом налогу путем уобичајених метода пријављивања у два корака, можете користити свој код за опоравак пријаве да бисте онемогућили све добављаче услуга у два корака на свом налогу."
},
+ "logInBelowUsingYourSingleUseRecoveryCode": {
+ "message": "Пријавите се испод коришћења вашег једнократног кôда за опоравак. Ово ће искључити све провајдере у два корака на вашем налогу."
+ },
"recoverAccountTwoStep": {
"message": "Опоравак пријаве у два корака"
},
@@ -2826,9 +4208,15 @@
"deleteRecoverConfirmDesc": {
"message": "Затражили сте да избришете свој Bitwarden рачун. Кликните на доње дугме да бисте потврдили."
},
+ "deleteRecoverOrgConfirmDesc": {
+ "message": "Захтевали сте да избришете своју Bitwarden оранизацију."
+ },
"myOrganization": {
"message": "Моја организација"
},
+ "organizationInfo": {
+ "message": "Инфо о организацији"
+ },
"deleteOrganization": {
"message": "Уклони организацију"
},
@@ -2870,15 +4258,15 @@
},
"billingPlan": {
"message": "План",
- "description": "A billing plan/package. For example: families, teams, enterprise, etc."
+ "description": "A billing plan/package. For example: Families, Teams, Enterprise, etc."
},
"changeBillingPlan": {
"message": "Промените план",
- "description": "A billing plan/package. For example: families, teams, enterprise, etc."
+ "description": "A billing plan/package. For example: Families, Teams, Enterprise, etc."
},
"changeBillingPlanUpgrade": {
"message": "Надоградите свој рачун на други план тако што ћете пружити информације у наставку. Обавезно проверите да имате активни начин плаћања на рачун.",
- "description": "A billing plan/package. For example: families, teams, enterprise, etc."
+ "description": "A billing plan/package. For example: Families, Teams, Enterprise, etc."
},
"invoiceNumber": {
"message": "Фактура #$NUMBER$",
@@ -2949,6 +4337,9 @@
"limitSubscriptionDesc": {
"message": "Поставите ограничење лиценце за своју претплату. Једном када се достигне ова граница, нећете моћи да позовете нове кориснике."
},
+ "limitSmSubscriptionDesc": {
+ "message": "Поставите ограничење лиценце за своју претплату менаџера тајни. Једном када се достигне ова граница, нећете моћи да позовете нове чланове."
+ },
"maxSeatLimit": {
"message": "Максимална граница лиценце (опционо)",
"description": "Upper limit of seats to allow through autoscaling"
@@ -2985,6 +4376,9 @@
"subscriptionUpdated": {
"message": "Претплата је ажурирана"
},
+ "subscribedToSecretsManager": {
+ "message": "Претплата је ажурирана. Сада имате приступ Secrets Manager-у."
+ },
"additionalOptions": {
"message": "Додатне опције"
},
@@ -2994,6 +4388,12 @@
"subscriptionUserSeatsUnlimitedAutoscale": {
"message": "Подешавање ваше претплате резултираће прорисаним променама у вашим новчаним вредностима. Ако ново позвани корисници прелази ваше лиценце за претплату, одмах ћете добити прорисану накнаду за додатни корисник."
},
+ "smStandaloneTrialSeatCountUpdateMessageFragment1": {
+ "message": "Ако желите да додате додатна"
+ },
+ "smStandaloneTrialSeatCountUpdateMessageFragment2": {
+ "message": "седишта без понуде у пакету, контактирајте"
+ },
"subscriptionUserSeatsLimitedAutoscale": {
"message": "Подешавање ваше претплате резултираће прорисаним променама у вашим новчаним вредностима. Ако ново позвани корисници прелази ваше лиценце за претплату, одмах ћете добити прорисану накнаду за додатни корисник док ваши лимит $MAX$ није достигнут.",
"placeholders": {
@@ -3003,6 +4403,15 @@
}
}
},
+ "subscriptionUserSeatsWithoutAdditionalSeatsOption": {
+ "message": "Можете позвати до $COUNT$ чланова без додатне накнаде. Контактирајте корисничку подршку да надоградите свој план и позовете још чланова.",
+ "placeholders": {
+ "count": {
+ "content": "$1",
+ "example": "10"
+ }
+ }
+ },
"subscriptionFreePlan": {
"message": "Не можете позвати више од $COUNT$ корисника без надоградње претплате.",
"placeholders": {
@@ -3012,12 +4421,12 @@
}
}
},
- "subscriptionFamiliesPlan": {
- "message": "Не можете позвати више од $COUNT$ корисника без надоградње претплате. Молимо контактирајте корисничку подршку за надоградњу.",
+ "subscriptionUpgrade": {
+ "message": "Не можете позвати више од $COUNT$ чланова без надоградње претплате.",
"placeholders": {
"count": {
"content": "$1",
- "example": "6"
+ "example": "2"
}
}
},
@@ -3039,6 +4448,15 @@
}
}
},
+ "subscriptionSeatMaxReached": {
+ "message": "Не можете позвати више од $COUNT$ чланова без надоградње смештаја претплате.",
+ "placeholders": {
+ "count": {
+ "content": "$1",
+ "example": "50"
+ }
+ }
+ },
"seatsToAdd": {
"message": "Места за додавање"
},
@@ -3060,26 +4478,66 @@
}
}
},
- "keyUpdated": {
- "message": "Кључ је ажуриран"
+ "editFieldLabel": {
+ "message": "Уреди $LABEL$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ }
+ }
},
- "updateKeyTitle": {
- "message": "Ажурирате кључ"
+ "reorderToggleButton": {
+ "message": "Преместити $LABEL$. Користите тастер са стрелицом да бисте померили ставку.",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ }
+ }
},
- "updateEncryptionKey": {
- "message": "Ажурирајте кључ за шифровање"
+ "reorderFieldUp": {
+ "message": "$LABEL$ премештено на горе, позиција $INDEX$ од $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
},
- "updateEncryptionKeyShortDesc": {
- "message": "Тренутно користите застарелу шему шифровања."
- },
- "updateEncryptionKeyDesc": {
- "message": "Прешли смо на веће кључеве за шифровање који пружају бољу сигурност и приступ новијим функцијама. Ажурирање кључа за шифровање је брзо и једноставно. Само унесите главну лозинку испод. Ово ажурирање ће временом постати обавезно."
+ "reorderFieldDown": {
+ "message": "$LABEL$ премештено на доле, позиција $INDEX$ од $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
},
"updateEncryptionKeyWarning": {
"message": "Након ажурирања кључа за шифровање, мораћете да се одјавите и вратите у све Bitwarden апликације које тренутно користите (као што су мобилна апликација или додаци прегледача). Ако се не одјавите и поново пријавите (чиме се преузима ваш нови кључ за шифровање), може доћи до оштећења података. Покушаћемо аутоматски да се одјавимо, али може доћи до одлагања."
},
- "updateEncryptionKeyExportWarning": {
- "message": "Сваки шифровани извоз који сте сачували такође ће постати неважећи."
+ "updateEncryptionKeyAccountExportWarning": {
+ "message": "Сваки рачун са ограничен извоз који сте сачували постаће неважећи."
+ },
+ "legacyEncryptionUnsupported": {
+ "message": "Legacy енкрипција више није подржана. Молимо контактирајте подршку за повраћај налога."
},
"subscription": {
"message": "Претплата"
@@ -3108,11 +4566,26 @@
"nothingSelected": {
"message": "Нисте ништа изабрали."
},
+ "receiveMarketingEmailsV2": {
+ "message": "Добијајте савете, најаве и могућности истраживања од Bitwarden-а у пријемном сандучету."
+ },
+ "unsubscribe": {
+ "message": "Одјави се"
+ },
+ "atAnyTime": {
+ "message": "било када."
+ },
+ "byContinuingYouAgreeToThe": {
+ "message": "Ако наставите, слажете се са"
+ },
+ "and": {
+ "message": "и"
+ },
"acceptPolicies": {
"message": "Означавањем овог поља пристајете на следеће:"
},
- "acceptPoliciesError": {
- "message": "Услови услуге и Политика приватности нису признати."
+ "acceptPoliciesRequired": {
+ "message": "Услови услуге и Политика приватности нису прихваћени."
},
"termsOfService": {
"message": "Услови коришћења услуге"
@@ -3126,9 +4599,15 @@
"vaultTimeout": {
"message": "Тајмаут сефа"
},
+ "vaultTimeout1": {
+ "message": "Истекло време"
+ },
"vaultTimeoutDesc": {
"message": "Изаберите када ће сеф истећи и да изврши одабрану радњу."
},
+ "vaultTimeoutLogoutDesc": {
+ "message": "Одаберите када ће ваш сеф бити одјављен."
+ },
"oneMinute": {
"message": "1 минут"
},
@@ -3154,6 +4633,10 @@
"message": "Промењено",
"description": "ex. Date this item was updated"
},
+ "dateCreated": {
+ "message": "Креирано",
+ "description": "ex. Date this item was created"
+ },
"datePasswordUpdated": {
"message": "Лозинка ажурирана",
"description": "ex. Date this password was updated"
@@ -3161,6 +4644,21 @@
"organizationIsDisabled": {
"message": "Организација је онемогућена."
},
+ "secretsAccessSuspended": {
+ "message": "Суспендованим организацијама се не може приступити. За помоћ контактирајте власника своје организације."
+ },
+ "secretsCannotCreate": {
+ "message": "Тајне се не могу креирати у суспендованим организацијама. За помоћ контактирајте власника своје организације."
+ },
+ "projectsCannotCreate": {
+ "message": "Пројекти се не могу креирати у суспендованим организацијама. За помоћ контактирајте власника своје организације."
+ },
+ "serviceAccountsCannotCreate": {
+ "message": "Сервисни налози се не могу креирати у суспендованим организацијама. За помоћ контактирајте власника своје организације."
+ },
+ "disabledOrganizationFilterError": {
+ "message": "Није могуће приступити ставкама у онемогућене организације. Обратите се власнику организације за помоћ."
+ },
"licenseIsExpired": {
"message": "Лиценца је истекла."
},
@@ -3170,6 +4668,9 @@
"selected": {
"message": "Изабано"
},
+ "recommended": {
+ "message": "Препоручено"
+ },
"ownership": {
"message": "Власништво"
},
@@ -3210,8 +4711,8 @@
"attachmentsNeedFix": {
"message": "Ова ставка има старе прилоге које треба поправити."
},
- "attachmentFixDesc": {
- "message": "Ово је стари прилог који треба поправити. Кликните да бисте сазнали више."
+ "attachmentFixDescription": {
+ "message": "Овај прилог користи застарело шифровање. Изаберите „Поправи“ да бисте преузели, поново шифровали и поново отпремили прилог."
},
"fix": {
"message": "Фиксирај",
@@ -3228,10 +4729,19 @@
"message": "Да бисте осигурали интегритет кључева за шифровање, молимо да проверите Вашу Сигурносну Фразу Сефа пре наставка.",
"description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their public key with another user, for the purposes of sharing."
},
+ "fingerprintMatchInfo": {
+ "message": "Уверите се да је ваш сеф откључан и да се фраза отиска прста подудара на другом уређају."
+ },
+ "fingerprintPhraseHeader": {
+ "message": "Сигурносна фраза сефа"
+ },
"dontAskFingerprintAgain": {
"message": "Не питај више за проверу Сигурносне Фразе Сефа",
"description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their public key with another user, for the purposes of sharing."
},
+ "youWillBeNotifiedOnceTheRequestIsApproved": {
+ "message": "Бићете обавештени када захтев буде одобрен"
+ },
"free": {
"message": "Бесплатно",
"description": "Free, as in 'Free beer'"
@@ -3270,24 +4780,30 @@
"couldNotChargeCardPayInvoice": {
"message": "Нисмо могли да наплатимо вашу картицу. Молимо погледајте и платите наведену неплаћену фактуру."
},
- "inAppPurchase": {
- "message": "Куповина Унутар Апликације"
- },
- "cannotPerformInAppPurchase": {
- "message": "Не можете да извршите ову радњу док користите начин плаћања за куповину у апликацији."
- },
- "manageSubscriptionFromStore": {
- "message": "Морате управљати претплатом из продавнице у којој је обављена куповина у апликацији."
- },
"minLength": {
"message": "Минимална Дужина"
},
"clone": {
"message": "Клонирај"
},
+ "masterPassPolicyTitle": {
+ "message": "Захтеви за главну лозинку"
+ },
"masterPassPolicyDesc": {
"message": "Поставите минималне захтеве за чврстоћу главне лозинке."
},
+ "passwordStrengthScore": {
+ "message": "Снага лозинкe $SCORE$",
+ "placeholders": {
+ "score": {
+ "content": "$1",
+ "example": "4"
+ }
+ }
+ },
+ "twoStepLoginPolicyTitle": {
+ "message": "Потребна дво-степенска пријава"
+ },
"twoStepLoginPolicyDesc": {
"message": "Захтевајте од корисника да поставе пријаву у два корака на своје личне налоге."
},
@@ -3300,9 +4816,6 @@
"passwordGeneratorPolicyDesc": {
"message": "Поставите минималне захтеве за конфигурацију генератора лозинки."
},
- "passwordGeneratorPolicyInEffect": {
- "message": "Једна или више смерница организације утичу на поставке вашег генератора."
- },
"masterPasswordPolicyInEffect": {
"message": "Једна или више смерница организације захтевају да ваша главна лозинка да би испуњавали следеће захтеве:"
},
@@ -3348,8 +4861,9 @@
"minimumNumberOfWords": {
"message": "Минимални број речи"
},
- "defaultType": {
- "message": "Подразумевани тип"
+ "overridePasswordTypePolicy": {
+ "message": "Тип лозинке",
+ "description": "Name of the password generator policy that overrides the user's password/passphrase selection."
},
"userPreference": {
"message": "Подешавање Корисника"
@@ -3365,7 +4879,7 @@
},
"lock": {
"message": "Закључај",
- "description": "Verb form: to make secure or inaccesible by"
+ "description": "Verb form: to make secure or inaccessible by"
},
"trash": {
"message": "Отпад",
@@ -3416,30 +4930,12 @@
"restoreSelected": {
"message": "Врати изабрано"
},
- "restoreItem": {
- "message": "Врати ставку"
- },
"restoredItem": {
"message": "Ставка враћена"
},
"restoredItems": {
"message": "Ставке враћене"
},
- "restoreItemConfirmation": {
- "message": "Да ли сте сигурни да желите да вратите ову ставку?"
- },
- "restoreItems": {
- "message": "Врати ставке"
- },
- "restoreSelectedItemsDesc": {
- "message": "Одабрали сте $COUNT$ ставке за повраћај. Да ли сте сигурни да желите да повратите све ове ставке?",
- "placeholders": {
- "count": {
- "content": "$1",
- "example": "150"
- }
- }
- },
"restoredItemId": {
"message": "Ставка $ID$ повраћена.",
"placeholders": {
@@ -3473,9 +4969,6 @@
"setMasterPassword": {
"message": "Постави Главну Лозинку"
},
- "ssoCompleteRegistration": {
- "message": "Да бисте довршили пријављивање помоћу SSO, молимо да поставите главну лозинку за приступ и заштиту вашег сефа."
- },
"identifier": {
"message": "Идентификатор"
},
@@ -3485,15 +4978,45 @@
"ssoLogInWithOrgIdentifier": {
"message": "Пријавите се помоћу портала за јединствену пријаву ваше организације. Унесите идентификатор организације да бисте започели."
},
+ "singleSignOnEnterOrgIdentifier": {
+ "message": "За почетак унесите SSO идентификатор ваше организације"
+ },
+ "singleSignOnEnterOrgIdentifierText": {
+ "message": "To log in with your SSO provider, enter your organization's SSO identifier to begin. You may need to enter this SSO identifier when you log in from a new device."
+ },
"enterpriseSingleSignOn": {
"message": "Enterprise Једна Пријава"
},
"ssoHandOff": {
"message": "Можете да затворите овај језичак и да наставите са додатком."
},
+ "youSuccessfullyLoggedIn": {
+ "message": "Успешно сте се пријавили"
+ },
+ "thisWindowWillCloseIn5Seconds": {
+ "message": "Овај прозор ће се аутоматски затворити за 5 секунди"
+ },
+ "youMayCloseThisWindow": {
+ "message": "Можете затворити овај прозор"
+ },
"includeAllTeamsFeatures": {
"message": "Све функције тима, плус:"
},
+ "includeAllTeamsStarterFeatures": {
+ "message": "Све функције Teams Starter, плус:"
+ },
+ "chooseMonthlyOrAnnualBilling": {
+ "message": "Изаберите месечни или годишњи обрачун"
+ },
+ "abilityToAddMoreThanNMembers": {
+ "message": "Могућност додавања више од $COUNT$ члана",
+ "placeholders": {
+ "count": {
+ "content": "$1",
+ "example": "10"
+ }
+ }
+ },
"includeSsoAuthentication": {
"message": "SSO аутентификација преко SAML2.0 и OpenID везу"
},
@@ -3506,6 +5029,13 @@
"ssoIdentifierRequired": {
"message": "Потребан је идентификатор организације."
},
+ "ssoIdentifier": {
+ "message": "SSO идентификација"
+ },
+ "ssoIdentifierHintPartOne": {
+ "message": "Дајте овај ИД својим члановима да се пријаве са ССО. Да бисте заобишли овај корак, подесите ",
+ "description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Provide this ID to your members to login with SSO. To bypass this step, set up Domain verification'"
+ },
"unlinkSso": {
"message": "Откачи SSO"
},
@@ -3521,11 +5051,14 @@
"singleOrgDesc": {
"message": "Ограничите корисницима могућност придруживања било којој другој организацији."
},
+ "singleOrgPolicyDesc": {
+ "message": "Restrict members from joining other organizations. This policy is required for organizations that have enabled domain verification."
+ },
"singleOrgBlockCreateMessage": {
"message": "Ваша тренутна организација има смернице које не дозвољавају да се придружите више организација. Молимо контактирајте администраторе своје организације или се пријавите са другим Bitwarden налога."
},
- "singleOrgPolicyWarning": {
- "message": "Чланови организације који нису власници или администратори и који су већ чланови друге организације биће уклоњени из ваше организације."
+ "singleOrgPolicyMemberWarning": {
+ "message": "Non-compliant members will be placed in revoked status until they leave all other organizations. Administrators are exempt and can restore members once compliance is met."
},
"requireSso": {
"message": "Аутентификација једнократном пријавом"
@@ -3545,12 +5078,40 @@
"requireSsoExemption": {
"message": "Власници и администратори организација изузети су ове политике."
},
+ "limitSendViews": {
+ "message": "Ограничити приказе"
+ },
+ "limitSendViewsHint": {
+ "message": "Нико не може да види ово Send након што се достигне ограничење.",
+ "description": "Displayed under the limit views field on Send"
+ },
+ "limitSendViewsCount": {
+ "message": "Осталих прегледа: $ACCESSCOUNT$",
+ "description": "Displayed under the limit views field on Send",
+ "placeholders": {
+ "accessCount": {
+ "content": "$1",
+ "example": "2"
+ }
+ }
+ },
+ "sendDetails": {
+ "message": "Детаљи Send-а",
+ "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
+ },
+ "sendTypeTextToShare": {
+ "message": "Текст за дељење"
+ },
"sendTypeFile": {
"message": "Датотека"
},
"sendTypeText": {
"message": "Текст"
},
+ "sendPasswordDescV3": {
+ "message": "Додајте опционалну лозинку за примаоце да приступе овом Send.",
+ "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
+ },
"createSend": {
"message": "Креирај ново „Send“",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
@@ -3575,19 +5136,15 @@
"message": "Избриши „Send“",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
- "deleteSendConfirmation": {
- "message": "Сигурно избрисати овај „Send“?",
- "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
- },
- "whatTypeOfSend": {
- "message": "Који је ово тип „Send“-a?",
+ "deleteSendPermanentConfirmation": {
+ "message": "Да ли сте сигурни да желите да трајно избришете овај Send?",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"deletionDate": {
"message": "Брисање после"
},
- "deletionDateDesc": {
- "message": "„The Send“ ће бити трајно избрисан наведеног датума и времена.",
+ "deletionDateDescV2": {
+ "message": "Send ће бити трајно обрисано у наведени датум.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"expirationDate": {
@@ -3600,28 +5157,19 @@
"maxAccessCount": {
"message": "Максималан број приступа"
},
- "maxAccessCountDesc": {
- "message": "Ако је постављено, корисници више неће моћи да приступе овом „send“ када се достигне максимални број приступа.",
- "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
- },
- "currentAccessCount": {
- "message": "Тренутни број приступа"
- },
- "sendPasswordDesc": {
- "message": "Опционално захтевајте лозинку за приступ корисницима „Send“-у.",
- "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
- },
- "sendNotesDesc": {
- "message": "Приватне белешке о овом „Send“.",
- "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
- },
"disabled": {
"message": "Онемогућено"
},
+ "revoked": {
+ "message": "Опозвано"
+ },
"sendLink": {
"message": "УРЛ „Send“",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
+ "copyLink": {
+ "message": "Копирај везу"
+ },
"copySendLink": {
"message": "Копирај УРЛ „Send“",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
@@ -3635,13 +5183,6 @@
"removePasswordConfirmation": {
"message": "Да ли сте сигурни да желите уклонити лозинку?"
},
- "hideEmail": {
- "message": "Сакриј моју е-адресу од примаоца."
- },
- "disableThisSend": {
- "message": "Онемогућите овај „Send“ да нико не би могао да му приступи.",
- "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
- },
"allSends": {
"message": "Све „Send“"
},
@@ -3652,6 +5193,9 @@
"pendingDeletion": {
"message": "Брисање на чекању"
},
+ "hideTextByDefault": {
+ "message": "Сакриј текст подразумевано"
+ },
"expired": {
"message": "Истекло"
},
@@ -3671,8 +5215,8 @@
"message": "Ово Слање је подразумевано скривено. Можете да пребацујете његову видљивост помоћу дугмета испод.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
- "downloadFile": {
- "message": "Преузми датотеку"
+ "downloadAttachments": {
+ "message": "Преузмите прилоге"
},
"sendAccessUnavailable": {
"message": "„Send“ које покушавате да приступите не постоји или више није доступан.",
@@ -3766,7 +5310,7 @@
"placeholders": {
"description": {
"content": "$1",
- "example": "You must enable 2FA on your user account before you can join this organization."
+ "example": "You must set up 2FA on your user account before you can join this organization."
}
}
},
@@ -3873,13 +5417,6 @@
"message": "Не дозволите корисницима да сакрију своју е-пошту од примаоца приликом креирања или уређивања „Send“-а.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
- "sendOptionsPolicyInEffect": {
- "message": "Следеће организационе политике су тренутно на снази:"
- },
- "sendDisableHideEmailInEffect": {
- "message": "Корисници не могу да сакрију своју е-пошту од примаоца приликом креирања или уређивања „Send“-а.",
- "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
- },
"modifiedPolicyId": {
"message": "Политика $ID$ промењена.",
"placeholders": {
@@ -3901,9 +5438,27 @@
"customDesc": {
"message": "Омогућава детаљнију контролу корисничких дозвола за напредне конфигурације."
},
+ "customDescNonEnterpriseStart": {
+ "message": "Прилагођене улоге су ",
+ "description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Custom roles is an enterprise feature. Contact our support team to upgrade your subscription'"
+ },
+ "customDescNonEnterpriseLink": {
+ "message": "enterprise способност",
+ "description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Custom roles is an enterprise feature. Contact our support team to upgrade your subscription'"
+ },
+ "customDescNonEnterpriseEnd": {
+ "message": ". Контактирајте наш тим за подршку да бисте надоградили своју претплату",
+ "description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Custom roles is an enterprise feature. Contact our support team to upgrade your subscription'"
+ },
+ "customNonEnterpriseError": {
+ "message": "Да бисте омогућили прилагођене дозволе, организација мора бити на Enterprise 2020."
+ },
"permissions": {
"message": "Дозволе"
},
+ "permission": {
+ "message": "Дозвола"
+ },
"accessEventLogs": {
"message": "Приступе извештаја догађаја"
},
@@ -3928,15 +5483,6 @@
"deleteAnyCollection": {
"message": "Брише било коју колекцију"
},
- "manageAssignedCollections": {
- "message": "Управљање додељеним колекцијама"
- },
- "editAssignedCollections": {
- "message": "Уреди додељеним колекцијама"
- },
- "deleteAssignedCollections": {
- "message": "Брише додељеним колекцијама"
- },
"manageGroups": {
"message": "Управљање групама"
},
@@ -3949,8 +5495,8 @@
"manageUsers": {
"message": "Управљај корисницима"
},
- "manageResetPassword": {
- "message": "Управљање ресетовањем лозинке"
+ "manageAccountRecovery": {
+ "message": "Управљајте опоравком налога"
},
"disableRequiredError": {
"message": "Морате ручно да онемогућите $POLICYNAME$ пријаву пре него што ова политика може да се онемогући.",
@@ -3970,27 +5516,6 @@
"personalOwnershipCheckboxDesc": {
"message": "Онемогућите лично власништво за кориснике организације"
},
- "textHiddenByDefault": {
- "message": "На притуп „Send“-а, сакриј текст по дефаулту",
- "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
- },
- "sendNameDesc": {
- "message": "Име да се опише ово слање.",
- "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
- },
- "sendTextDesc": {
- "message": "Текст који желиш да пошаљеш."
- },
- "sendFileDesc": {
- "message": "Датотека коју желиш да пошаљеш."
- },
- "copySendLinkOnSave": {
- "message": "Копирај везу да би поделио слање на бележницу након снимања."
- },
- "sendLinkLabel": {
- "message": "Пошаљи везу",
- "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
- },
"send": {
"message": "Пошаљи",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
@@ -4022,6 +5547,75 @@
"message": "или",
"description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Learn more, see how it works, **or** try it now.'"
},
+ "developmentDevOpsAndITTeamsChooseBWSecret": {
+ "message": "Развојни, ДевОпс и ИТ тимови бирају Bitwarden Secrets Manager да безбедно управљају и примењују своју инфраструктуру и машинске тајне."
+ },
+ "centralizeSecretsManagement": {
+ "message": "Централизујте управљање тајнама."
+ },
+ "centralizeSecretsManagementDescription": {
+ "message": "Безбедно чувајте тајне и управљајте њима на једној локацији да бисте спречили ширење тајни широм ваше организације."
+ },
+ "preventSecretLeaks": {
+ "message": "Спречите цурење тајне."
+ },
+ "preventSecretLeaksDescription": {
+ "message": "Заштитите тајне помоћу енкрипције од краја до краја. Нема више тајни тврдог кодирања или дељења путем .env датотека."
+ },
+ "enhanceDeveloperProductivity": {
+ "message": "Повећајте продуктивност програмера."
+ },
+ "enhanceDeveloperProductivityDescription": {
+ "message": "Програмски преузмите и примените тајне како би програмери могли да се усредсреде на оно што је најважније, као што је побољшање квалитета кода."
+ },
+ "strengthenBusinessSecurity": {
+ "message": "Ојачајте сигурност пословања."
+ },
+ "strengthenBusinessSecurityDescription": {
+ "message": "Одржавајте чврсту контролу над машинским и људским приступом тајнама помоћу SSO интеграција, евиденције догађаја и ротације приступа."
+ },
+ "tryItNow": {
+ "message": "Пробајте сада"
+ },
+ "sendRequest": {
+ "message": "Слање захтева"
+ },
+ "addANote": {
+ "message": "Додај белешку"
+ },
+ "bitwardenSecretsManager": {
+ "message": "Bitwarden Secrets Manager"
+ },
+ "moreProductsFromBitwarden": {
+ "message": "Више производа од Bitwarden"
+ },
+ "requestAccessToSecretsManager": {
+ "message": "Потражи приступ Манаџеру тајни"
+ },
+ "youNeedApprovalFromYourAdminToTrySecretsManager": {
+ "message": "Потребно вам је одобрење администратора да испробате менаџер тајни."
+ },
+ "smAccessRequestEmailSent": {
+ "message": "Имејл за приступ менаџера тајни послат администраторима."
+ },
+ "requestAccessSMDefaultEmailContent": {
+ "message": "Hi,\n\nI am requesting a subscription to Bitwarden Secrets Manager for our team. Your support would mean a great deal!\n\nBitwarden Secrets Manager is an end-to-end encrypted secrets management solution for securely storing, sharing, and deploying machine credentials like API keys, database passwords, and authentication certificates.\n\nSecrets Manager will help us to:\n\n- Improve security\n- Streamline operations\n- Prevent costly secret leaks\n\nTo request a free trial for our team, please reach out to Bitwarden.\n\nThank you for your help!"
+ },
+ "giveMembersAccess": {
+ "message": "Омогућите члановима приступ:"
+ },
+ "viewAndSelectTheMembers": {
+ "message": "погледајте и изаберите чланове којима желите да дате приступ Менаџеру тајни."
+ },
+ "openYourOrganizations": {
+ "message": "Отворите вашу организацију"
+ },
+ "usingTheMenuSelect": {
+ "message": "Помоћу менија, изаберите"
+ },
+ "toGrantAccessToSelectedMembers": {
+ "message": "да одобрите приступ одабраним члановима."
+ },
"sendVaultCardTryItNow": {
"message": "пробај сада",
"description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Learn more, see how it works, or **try it now**.'"
@@ -4038,8 +5632,8 @@
"message": "да пробаш одмах.",
"description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Learn more about Bitwarden Send or sign up to **try it today.**'"
},
- "sendCreatorIdentifier": {
- "message": "Bitwarden корисник $USER_IDENTIFIER$ је поделио следеће са тобом",
+ "sendAccessCreatorIdentifier": {
+ "message": "Bitwarden члан $USER_IDENTIFIER$ је поделио следеће са тобом",
"placeholders": {
"user_identifier": {
"content": "$1",
@@ -4047,6 +5641,10 @@
}
}
},
+ "viewSend": {
+ "message": "Видети Send",
+ "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
+ },
"viewSendHiddenEmailWarning": {
"message": "Bitwarden корисник који је створио овај „Send“ је изабрао да сакрије своју е-адресу. Требате да се осигурате да верујете извору ове везе пре употребе или преузимања његовог садржаја.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
@@ -4066,29 +5664,41 @@
"dateParsingError": {
"message": "Појавила се грешка при снимању датума брисања и истицања."
},
+ "hideYourEmail": {
+ "message": "Сакријте свој имејл од гледалаца."
+ },
"webAuthnFallbackMsg": {
"message": "Да би проверили Ваш 2FA Кликните на дугме испод."
},
"webAuthnAuthenticate": {
"message": "WebAutn аутентификација"
},
+ "readSecurityKey": {
+ "message": "Read security key"
+ },
+ "awaitingSecurityKeyInteraction": {
+ "message": "Awaiting security key interaction..."
+ },
"webAuthnNotSupported": {
"message": "WebAuthn није подржано у овом прегледачу."
},
"webAuthnSuccess": {
"message": "Успешна провера WebAuthn-а!
Можете да затворите овај језичак."
},
+ "yourNewPasswordCannotBeTheSameAsYourCurrentPassword": {
+ "message": "Your new password cannot be the same as your current password."
+ },
"hintEqualsPassword": {
"message": "Ваша помоћ за лозинку не може да буде иста као лозинка."
},
- "enrollPasswordReset": {
- "message": "Упишите се ресетовање лозинке"
+ "enrollAccountRecovery": {
+ "message": "Пријавите се за опоравак налога"
},
- "enrolledPasswordReset": {
- "message": "Уписани за ресетовање лозинке"
+ "enrolledAccountRecovery": {
+ "message": "Уписан/а у опоравак налога"
},
- "withdrawPasswordReset": {
- "message": "Повуците се са ресетовања лозинке"
+ "withdrawAccountRecovery": {
+ "message": "Повуците са опоравка налога"
},
"enrollPasswordResetSuccess": {
"message": "Успешно уписвање!"
@@ -4096,8 +5706,8 @@
"withdrawPasswordResetSuccess": {
"message": "Успешно отписивање!"
},
- "eventEnrollPasswordReset": {
- "message": "Корисник $ID$ је уписан у помоћ за ресетовање лозинке.",
+ "eventEnrollAccountRecovery": {
+ "message": "Корисник $ID$ уписан у опоравак налога.",
"placeholders": {
"id": {
"content": "$1",
@@ -4105,8 +5715,8 @@
}
}
},
- "eventWithdrawPasswordReset": {
- "message": "Корисник $ID$ је укинут са помоћа за ресетовање лозинке.",
+ "eventWithdrawAccountRecovery": {
+ "message": "Корисник $ID$ исписан из опоравка налога.",
"placeholders": {
"id": {
"content": "$1",
@@ -4165,24 +5775,21 @@
"resetPasswordEnrollmentWarning": {
"message": "Упис ће омогућити администраторима организације да промене вашу главну лозинку. Јесте ли сигурни да желите да се упишете?"
},
- "resetPasswordPolicy": {
- "message": "Ресетовање главне лозинке"
+ "accountRecoveryPolicy": {
+ "message": "Администрација опоравка налога"
},
- "resetPasswordPolicyDescription": {
- "message": "Дозволи администраторе организације да ресетују корисничку главну лозинку за организацију."
+ "accountRecoveryPolicyDesc": {
+ "message": "На основу методе шифровања, опоравите налоге када су главне лозинке или поуздани уређаји заборављени или изгубљени."
},
- "resetPasswordPolicyWarning": {
- "message": "Корисници у организацији ће се морати само-уписати или се аутоматски уписати пре него што администратори могу да ресетују њихову главну лозинку."
+ "accountRecoveryPolicyWarning": {
+ "message": "Постојећи налози са главним лозинкама ће захтевати да се чланови сами пријаве пре него што администратори могу да опораве њихове налоге. Аутоматска регистрација ће укључити опоравак налога за нове чланове."
+ },
+ "accountRecoverySingleOrgRequirementDesc": {
+ "message": "Политика предузећа за јединствену организацију мора бити омогућена пре активирања ове политике."
},
"resetPasswordPolicyAutoEnroll": {
"message": "Ауто уписивање"
},
- "resetPasswordPolicyAutoEnrollDescription": {
- "message": "Сви корисници ће се аутоматски уписати у ресетовање лозинке након што се прихвати њихов позив."
- },
- "resetPasswordPolicyAutoEnrollWarning": {
- "message": "Корисници који су већ у организацији неће бити ретроактивно уписани у ресетовање лозинке. Мораће се само-уписати пре него што администратори могу да ресетују њихову главну лозинку."
- },
"resetPasswordPolicyAutoEnrollCheckbox": {
"message": "Аутоматски упишите нове кориснике"
},
@@ -4213,12 +5820,21 @@
"reinviteSelected": {
"message": "Поновно послати позивнице"
},
+ "resendNotification": {
+ "message": "Поново ослати обавештење"
+ },
"noSelectedUsersApplicable": {
"message": "Ова акција није применљива на било који од одабраних корисника."
},
"removeUsersWarning": {
"message": "Јесте ли сигурни да желите да уклоните следеће кориснике? Процес може потрајати неколико секунди да се заврши, и не може се прекинути или отказати."
},
+ "removeOrgUsersConfirmation": {
+ "message": "Када се члан уклони, он више нема приступ подацима организације и ова радња је неповратна. Да бисте поново додали члана у организацију, он мора бити позван и поново укључени. Процес може потрајати неколико секунди и не може се прекинути или отказати."
+ },
+ "revokeUsersWarning": {
+ "message": "Када се члан опозове, он више нема приступ подацима организације. Да бисте брзо вратили приступ члану, идите на картицу Опозвано. Процес може потрајати неколико секунди и не може се прекинути или отказати."
+ },
"theme": {
"message": "Тема"
},
@@ -4249,20 +5865,46 @@
"bulkRemovedMessage": {
"message": "Успешно уклоњено"
},
+ "bulkRevokedMessage": {
+ "message": "Успешно опозван приступ организацији"
+ },
+ "bulkRestoredMessage": {
+ "message": "Успешно враћен приступ организацији"
+ },
"bulkFilteredMessage": {
"message": "Искључено, није применљиво за ову акцију."
},
+ "nonCompliantMembersTitle": {
+ "message": "Non-compliant members"
+ },
+ "nonCompliantMembersError": {
+ "message": "Members that are non-compliant with the Single organization or Two-step login policy cannot be restored until they adhere to the policy requirements"
+ },
"fingerprint": {
"message": "Отисак прста"
},
- "removeUsers": {
- "message": "Уклони кориснике"
+ "fingerprintPhrase": {
+ "message": "Fingerprint phrase:"
},
"error": {
"message": "Грешка"
},
- "resetPasswordManageUsers": {
- "message": "Управљање корисницима такође морају бити омогућени са дозволом за управљање ресетовање лозинке"
+ "decryptionError": {
+ "message": "Грешка при декрипцији"
+ },
+ "couldNotDecryptVaultItemsBelow": {
+ "message": "Bitwarden није могао да декриптује ставке из трезора наведене испод."
+ },
+ "contactCSToAvoidDataLossPart1": {
+ "message": "Обратите се корисничкој подршци",
+ "description": "This is part of a larger sentence. The full sentence will read 'Contact customer success to avoid additional data loss.'"
+ },
+ "contactCSToAvoidDataLossPart2": {
+ "message": "да бисте избегли додатни губитак података.",
+ "description": "This is part of a larger sentence. The full sentence will read 'Contact customer success to avoid additional data loss.'"
+ },
+ "accountRecoveryManageUsers": {
+ "message": "Корисницима за управљање такође мора бити додељена дозвола за опоравак налога за управљање"
},
"setupProvider": {
"message": "Подешавање првајдера"
@@ -4282,6 +5924,10 @@
"clients": {
"message": "Клијента"
},
+ "client": {
+ "message": "Клијент",
+ "description": "This is used as a table header to describe which client application created an event log."
+ },
"providerAdmin": {
"message": "Администратор провајдера"
},
@@ -4321,9 +5967,15 @@
"newClientOrganizationDesc": {
"message": "Креирајте нову организацију клијента која ће бити повезана са вама као провајдера. Бићете у могућности да приступите и управљате овој организацијом."
},
+ "newClient": {
+ "message": "Нови клијент"
+ },
"addExistingOrganization": {
"message": "Додај постојећу организацију"
},
+ "addNewOrganization": {
+ "message": "Додај нову организацију"
+ },
"myProvider": {
"message": "Мој провајдер"
},
@@ -4394,6 +6046,24 @@
"masterPasswordInvalidWarning": {
"message": "Ваша главна лозинка не испуњава услове политике ове организације. Да бисте се придружили организацији, морате одмах ажурирати своју главну лозинку. Ако наставите, одјавићете се из ваше тренутне сесије. Активне сесије на другим уређајима могу да остану активне до један сат."
},
+ "updateWeakMasterPasswordWarning": {
+ "message": "Ваша главна лозинка не испуњава једну или више смерница ваше организације. Да бисте приступили сефу, морате одмах да ажурирате главну лозинку. Ако наставите, одјавићете се са ваше тренутне сесије, што захтева да се поново пријавите. Активне сесије на другим уређајима могу да остану активне до један сат."
+ },
+ "automaticAppLogin": {
+ "message": "Аутоматски пријавите кориснике за дозвољене апликације"
+ },
+ "automaticAppLoginDesc": {
+ "message": "Обрасци за пријаву ће аутоматски бити попуњени и послати за апликације које покреће ваш провајдер идентитета."
+ },
+ "automaticAppLoginIdpHostLabel": {
+ "message": "Хост добављача идентитета"
+ },
+ "automaticAppLoginIdpHostDesc": {
+ "message": "Унесите УРЛ хоста добављача идентитета. Унесите више УРЛ-ова одвајањем зарезом."
+ },
+ "tdeDisabledMasterPasswordRequired": {
+ "message": "Ваша организација је ажурирала опције дешифровања. Поставите главну лозинку за приступ вашем сефу."
+ },
"maximumVaultTimeout": {
"message": "Тајмаут сефа"
},
@@ -4425,17 +6095,59 @@
}
}
},
- "customVaultTimeout": {
- "message": "Прилагодити тајмаут сефа"
+ "vaultTimeoutPolicyInEffect1": {
+ "message": "Макимум $HOURS$ сат(а) и $MINUTES$ минут(а).",
+ "placeholders": {
+ "hours": {
+ "content": "$1",
+ "example": "5"
+ },
+ "minutes": {
+ "content": "$2",
+ "example": "5"
+ }
+ }
+ },
+ "vaultTimeoutPolicyWithActionInEffect": {
+ "message": "Смернице ваше организације утичу на временско ограничење сефа. Максимално дозвољено ограничење сефа је $HOURS$ сат(и) и $MINUTES$ минут(а). Ваша радња временског ограничења сефа је подешена на $ACTION$.",
+ "placeholders": {
+ "hours": {
+ "content": "$1",
+ "example": "5"
+ },
+ "minutes": {
+ "content": "$2",
+ "example": "5"
+ },
+ "action": {
+ "content": "$3",
+ "example": "Lock"
+ }
+ }
+ },
+ "vaultTimeoutActionPolicyInEffect": {
+ "message": "Смернице ваше организације су поставиле вашу радњу временског ограничења сефа на $ACTION$.",
+ "placeholders": {
+ "action": {
+ "content": "$1",
+ "example": "Lock"
+ }
+ }
},
"vaultTimeoutToLarge": {
"message": "Време истека вашег сефа је премашило дозвољена ограничења од стране ваше организације."
},
+ "vaultCustomTimeoutMinimum": {
+ "message": "Минимално прилагођено временско ограничење је 1 минут."
+ },
+ "vaultTimeoutRangeError": {
+ "message": "Временско ограничење сефа није у дозвољеном опсегу."
+ },
"disablePersonalVaultExport": {
"message": "Онемогућите извоз личног сефа"
},
- "disablePersonalVaultExportDesc": {
- "message": "Забрањује корисницима да извозе своје приватне податке из сефа."
+ "disablePersonalVaultExportDescription": {
+ "message": "Не дозволи члановима да извозе податке из свог индивидуалног сефа."
},
"vaultExportDisabled": {
"message": "Извоз сефа онемогућен"
@@ -4443,6 +6155,18 @@
"personalVaultExportPolicyInEffect": {
"message": "Једна или више полиса ваше организације вас спречава да извезете ваш сеф."
},
+ "activateAutofill": {
+ "message": "Активирати ауто-пуњење"
+ },
+ "activateAutofillPolicyDesc": {
+ "message": "Активирајте ауто-пуњење при учитавању странице на додатку прегледача за све постојеће и нове чланове."
+ },
+ "experimentalFeature": {
+ "message": "Компромитоване или непоуздане веб локације могу да искористе ауто-пуњење при учитавању странице."
+ },
+ "learnMoreAboutAutofill": {
+ "message": "Сазнајте више о ауто-пуњење"
+ },
"selectType": {
"message": "Одабрати тип SSO-а"
},
@@ -4486,34 +6210,34 @@
"message": "Прилагођен обим"
},
"additionalUserIdClaimTypes": {
- "message": "Custom User ID Claim Types"
+ "message": "Типови захтева за кориснички ИД"
},
"additionalEmailClaimTypes": {
- "message": "Email Claim Types"
+ "message": "Врсте потраживања имејла"
},
"additionalNameClaimTypes": {
- "message": "Custom Name Claim Types"
+ "message": "Типови захтева за корисничко име"
},
"acrValues": {
- "message": "Requested Authentication Context Class Reference values"
+ "message": "Захтеване референтне вредности класе контекста аутентикације"
},
"expectedReturnAcrValue": {
- "message": "Expected \"acr\" Claim Value In Response"
+ "message": "Очекивано \"acr\" захтевају вредност у одговору"
},
"spEntityId": {
- "message": "SP Entity ID"
+ "message": "SP entity ID"
},
"spMetadataUrl": {
- "message": "SAML 2.0 Metadata URL"
+ "message": "SAML 2.0 metadata URL"
},
"spAcsUrl": {
- "message": "Assertion Consumer Service (ACS) URL"
+ "message": "Assertion consumer service (ACS) URL"
},
"spNameIdFormat": {
- "message": "Name ID Format"
+ "message": "Формат ИД назива"
},
"spOutboundSigningAlgorithm": {
- "message": "Outbound Signing Algorithm"
+ "message": "Алгоритам за излазно потписивање"
},
"spSigningBehavior": {
"message": "Понашање пријављања"
@@ -4527,6 +6251,12 @@
"spValidateCertificates": {
"message": "Проверити цертификате"
},
+ "spUniqueEntityId": {
+ "message": "Постави уникатни ИД провајдера сервиса"
+ },
+ "spUniqueEntityIdDesc": {
+ "message": "Генерише идентификатор који је јединствен за вашу организацију"
+ },
"idpEntityId": {
"message": "Id ентитета"
},
@@ -4549,31 +6279,67 @@
"message": "Дозволи нежељени одговор на аутентификацију"
},
"idpAllowOutboundLogoutRequests": {
- "message": "Allow outbound logout requests"
+ "message": "Дозволи одлазне захтеве за одјављивањем"
},
"idpSignAuthenticationRequests": {
"message": "Sign authentication requests"
},
"ssoSettingsSaved": {
- "message": "Single Sign-On configuration was saved."
+ "message": "Single sign-on configuration saved"
},
"sponsoredFamilies": {
- "message": "Free Bitwarden Families"
+ "message": "Бесплатно Bitwarden Families"
+ },
+ "sponsoredBitwardenFamilies": {
+ "message": "Sponsored families"
+ },
+ "noSponsoredFamiliesMessage": {
+ "message": "Нема спонзорисаних породица"
+ },
+ "nosponsoredFamiliesDetails": {
+ "message": "Овде ће се приказати планови не-чланова породице"
+ },
+ "sponsorshipFreeBitwardenFamilies": {
+ "message": "Чланови ваше организације су прихватљиви за Free Bitwarden Families. Можете спонзорисати Free Bitwarden Families за запослене који нису члан ваше Bitwarden организације. За спонзорисање не-члана потребно је доступно седиште у вашој организацији."
+ },
+ "sponsoredFamiliesRemoveActiveSponsorship": {
+ "message": "When you remove an active sponsorship, a seat within your organization will be available after the renewal date of the sponsored organization."
},
"sponsoredFamiliesEligible": {
- "message": "You and your family are eligible for Free Bitwarden Families. Redeem with your personal email to keep your data secure even when you are not at work."
+ "message": "Ви и ваша породица испуњавате услове за бесплатне Bitwarden Families. Искористите својом личном е-поштом да бисте заштитили своје податке чак и када нисте на послу."
},
"sponsoredFamiliesEligibleCard": {
- "message": "Redeem your Free Bitwarden for Families plan today to keep your data secure even when you are not at work."
+ "message": "Искористите свој бесплатни план Bitwarden for Families данас да бисте заштитили своје податке чак и када нисте на послу."
},
- "sponsoredFamiliesInclude": {
- "message": "The Bitwarden for Families plan include"
+ "sponsoredFamiliesIncludeMessage": {
+ "message": "Bitwarden for Families укључује"
},
"sponsoredFamiliesPremiumAccess": {
- "message": "Premium access for up to 6 users"
+ "message": "Премиум приступ за до 6 корисника"
},
- "sponsoredFamiliesSharedCollections": {
- "message": "Shared collections for Family secrets"
+ "sponsoredFamiliesSharedCollectionsForFamilyMembers": {
+ "message": "Дељене колекције за чланове породице"
+ },
+ "memberFamilies": {
+ "message": "Member families"
+ },
+ "noMemberFamilies": {
+ "message": "No member families"
+ },
+ "noMemberFamiliesDescription": {
+ "message": "Members who have redeemed family plans will display here"
+ },
+ "membersWithSponsoredFamilies": {
+ "message": "Members of your organization are eligible for Free Bitwarden Families. Here you can see members who have sponsored a Families organization."
+ },
+ "organizationHasMemberMessage": {
+ "message": "Спонзорство се не може послати на $EMAIL$ јер је члан ваше организације.",
+ "placeholders": {
+ "email": {
+ "content": "$1",
+ "example": "mail@example.com"
+ }
+ }
},
"badToken": {
"message": "Веза више није важећа. Питајте спонзора да поново пошаље понуду."
@@ -4600,34 +6366,34 @@
"message": "Accept offer for an existing organization or create a new Families organization."
},
"setupSponsoredFamiliesLoginDesc": {
- "message": "You've been offered a free Bitwarden Families Plan Organization. To continue, you need to log in to the account that received the offer."
+ "message": "You've been offered a free Bitwarden Families plan organization. To continue, you need to log in to the account that received the offer."
},
"sponsoredFamiliesAcceptFailed": {
- "message": "Unable to accept offer. Please resend the offer email from your enterprise account and try again."
+ "message": "Unable to accept offer. Please resend the offer email from your Enterprise account and try again."
},
"sponsoredFamiliesAcceptFailedShort": {
- "message": "Unable to accept offer. $DESCRIPTION$",
+ "message": "Није могуће прихватити понуду. $DESCRIPTION$",
"placeholders": {
"description": {
"content": "$1",
- "example": "You must have at least one existing Families Organization."
+ "example": "You must have at least one existing Families organization."
}
}
},
"sponsoredFamiliesOffer": {
- "message": "Accept Free Bitwarden Families"
+ "message": "Прихвати Бесплатно Free Bitwarden Families"
},
"sponsoredFamiliesOfferRedeemed": {
- "message": "Free Bitwarden Families offer successfully redeemed"
+ "message": "Бесплатна понуда за Bitwarden Families је успешно искоришћена"
},
"redeemed": {
- "message": "Redeemed"
+ "message": "Откупљено"
},
"redeemedAccount": {
- "message": "Redeemed Account"
+ "message": "Налог откупљен"
},
- "revokeAccount": {
- "message": "Revoke account $NAME$",
+ "revokeAccountMessage": {
+ "message": "Опозови налог $NAME$",
"placeholders": {
"name": {
"content": "$1",
@@ -4636,7 +6402,7 @@
}
},
"resendEmailLabel": {
- "message": "Resend Sponsorship email to $NAME$ sponsorship",
+ "message": "Resend sponsorship email to $NAME$ sponsorship",
"placeholders": {
"name": {
"content": "$1",
@@ -4645,10 +6411,10 @@
}
},
"freeFamiliesPlan": {
- "message": "Free Families Plan"
+ "message": "Бесплатан породични план"
},
"redeemNow": {
- "message": "Redeem Now"
+ "message": "Откупи сада"
},
"recipient": {
"message": "Прималац"
@@ -4662,15 +6428,9 @@
"sponsorshipCreated": {
"message": "Спонзорство креиран"
},
- "revoke": {
- "message": "Опозови"
- },
"emailSent": {
"message": "Е-пошта је послата"
},
- "revokeSponsorshipConfirmation": {
- "message": "After removing this account, the Families plan sponsorship will expire at the end of the billing period. You will not be able to redeem a new sponsorship offer until the existing one expires. Are you sure you want to continue?"
- },
"removeSponsorshipSuccess": {
"message": "Спонзорство уклоњено"
},
@@ -4698,17 +6458,17 @@
"verificationCodeRequired": {
"message": "Верификациони код је обавезан."
},
+ "webauthnCancelOrTimeout": {
+ "message": "Аутентификација је отказана или је трајала предуго. Молим вас, покушајте поново."
+ },
"invalidVerificationCode": {
"message": "Неисправан верификациони код"
},
- "convertOrganizationEncryptionDesc": {
- "message": "$ORGANIZATION$ is using SSO with a self-hosted key server. A master password is no longer required to log in for members of this organization.",
- "placeholders": {
- "organization": {
- "content": "$1",
- "example": "My Org Name"
- }
- }
+ "removeMasterPasswordForOrganizationUserKeyConnector": {
+ "message": "Главна лозинка више није потребна за чланове следеће организације. Молимо потврдите домен са администратором организације."
+ },
+ "keyConnectorDomain": {
+ "message": "Домен конектора кључа"
},
"leaveOrganization": {
"message": "Напусти организацију"
@@ -4727,33 +6487,39 @@
},
"ssoPolicyHelpStart": {
"message": "Упалити",
- "description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Enable the SSO Authentication policy to require all members to log in with SSO.'"
+ "description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Use the require single-sign-on authentication policy to require all members to log in with SSO.'"
},
- "ssoPolicyHelpLink": {
- "message": "политику SSO аутентификације",
- "description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Enable the SSO Authentication policy to require all members to log in with SSO.'"
+ "ssoPolicyHelpAnchor": {
+ "message": "захтева смернице за аутентификацију јединственог пријављивања",
+ "description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Use the require single-sign-on authentication policy to require all members to log in with SSO.'"
},
"ssoPolicyHelpEnd": {
"message": "да би сви чланови обавезно користили SSO.",
- "description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Enable the SSO Authentication policy to require all members to log in with SSO.'"
- },
- "ssoPolicyHelpKeyConnector": {
- "message": "SSO Authentication and Single Organization policies are required to set up Key Connector decryption."
+ "description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Use the require single-sign-on authentication policy to require all members to log in with SSO.'"
},
"memberDecryptionOption": {
- "message": "Member Decryption Options"
+ "message": "Опциј дешифровања члана"
},
"memberDecryptionPassDesc": {
- "message": "Once authenticated, members will decrypt vault data using their Master Passwords."
+ "message": "Након аутентификације, чланови ће дешифровати податке из сефа користећи своје главне лозинке."
},
"keyConnector": {
"message": "Key Connector"
},
- "memberDecryptionKeyConnectorDesc": {
- "message": "Connect Login with SSO to your self-hosted decryption key server. Using this option, members won’t need to use their Master Passwords to decrypt vault data. Contact Bitwarden Support for set up assistance."
+ "memberDecryptionKeyConnectorDescStart": {
+ "message": "Connect login with SSO to your self-hosted decryption key server. Using this option, members won’t need to use their master passwords to decrypt vault data. The",
+ "description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Connect login with SSO to your self-hosted decryption key server. Using this option, members won’t need to use their master passwords to decrypt vault data. The require SSO authentication and single organization policies are required to set up Key Connector decryption. Contact Bitwarden Support for set up assistance.'"
+ },
+ "memberDecryptionKeyConnectorDescLink": {
+ "message": "require SSO authentication and single organization policies",
+ "description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Connect login with SSO to your self-hosted decryption key server. Using this option, members won’t need to use their master passwords to decrypt vault data. The require SSO authentication and single organization policies are required to set up Key Connector decryption. Contact Bitwarden Support for set up assistance.'"
+ },
+ "memberDecryptionKeyConnectorDescEnd": {
+ "message": "are required to set up Key Connector decryption. Contact Bitwarden Support for set up assistance.",
+ "description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Connect login with SSO to your self-hosted decryption key server. Using this option, members won’t need to use their master passwords to decrypt vault data. The require SSO authentication and single organization policies are required to set up Key Connector decryption. Contact Bitwarden Support for set up assistance.'"
},
"keyConnectorPolicyRestriction": {
- "message": "\"Login with SSO and Key Connector Decryption\" is enabled. This policy will only apply to Owners and Admins."
+ "message": "\"Login with SSO and Key Connector Decryption\" is activated. This policy will only apply to owners and admins."
},
"enabledSso": {
"message": "SSO омогућен"
@@ -4768,7 +6534,7 @@
"message": "Онемогућити Key Connector"
},
"keyConnectorWarning": {
- "message": "Once members begin using Key Connector, your Organization cannot revert to Master Password decryption. Proceed only if you are comfortable deploying and managing a key server."
+ "message": "Once members begin using Key Connector, your organization cannot revert to master password decryption. Proceed only if you are comfortable deploying and managing a key server."
},
"migratedKeyConnector": {
"message": "Мигрирано на Key Connector"
@@ -4780,13 +6546,13 @@
"message": "The sponsorship offer has expired. You may delete the organization you created to avoid a charge at the end of your 7 day trial. Otherwise you may close this prompt to keep the organization and assume billing responsibility."
},
"newFamiliesOrganization": {
- "message": "New Families Organization"
+ "message": "Нова организација Families"
},
"acceptOffer": {
"message": "Прихвати понуду"
},
"sponsoringOrg": {
- "message": "Sponsoring Organization"
+ "message": "Спонзорска организација"
},
"keyConnectorTest": {
"message": "Тест"
@@ -4798,28 +6564,28 @@
"message": "Key Connector недоступан. Проверити URL."
},
"sponsorshipTokenHasExpired": {
- "message": "The sponsorship offer has expired."
+ "message": "Понуда за спонзорство је истекла."
},
"freeWithSponsorship": {
"message": "БЕСПЛАТНО уз спонзорство"
},
"viewBillingSyncToken": {
- "message": "View Billing Sync Token"
+ "message": "Види токен синхронизације наплате"
},
- "generateBillingSyncToken": {
- "message": "Generate Billing Sync Token"
+ "generateBillingToken": {
+ "message": "Генериши токен наплате"
},
"copyPasteBillingSync": {
- "message": "Copy and paste this token into the Billing Sync settings of your self-hosted organization."
+ "message": "Copy and paste this token into the billing sync settings of your self-hosted organization."
},
"billingSyncCanAccess": {
- "message": "Your Billing Sync token can access and edit this organization's subscription settings."
+ "message": "Your billing sync token can access and edit this organization's subscription settings."
},
- "manageBillingSync": {
- "message": "Manage Billing Sync"
+ "manageBillingTokenSync": {
+ "message": "Управљати токеном наплате"
},
"setUpBillingSync": {
- "message": "Set Up Billing Sync"
+ "message": "Подесити синхронизацију наплате"
},
"generateToken": {
"message": "Генеришите Токен"
@@ -4831,28 +6597,58 @@
"message": "If you proceed, you will need to re-setup billing sync on your self-hosted server."
},
"rotateBillingSyncTokenTitle": {
- "message": "Rotating the Billing Sync Token will invalidate the previous token."
+ "message": "Rotating the billing sync token will invalidate the previous token."
+ },
+ "selfHostedServer": {
+ "message": "личан хостинг"
+ },
+ "customEnvironment": {
+ "message": "Прилагођено окружење"
+ },
+ "selfHostedBaseUrlHint": {
+ "message": "Наведите основну УРЛ адресу вашег локалног хостовања Bitwarden-а. Пример: https://bitwarden.company.com"
+ },
+ "selfHostedCustomEnvHeader": {
+ "message": "За напредну конфигурацију, можете навести основну УРЛ адресу сваке услуге независно."
+ },
+ "selfHostedEnvFormInvalid": {
+ "message": "Морате додати или основни УРЛ сервера или бар једно прилагођено окружење."
+ },
+ "apiUrl": {
+ "message": "УРЛ АПИ Сервера"
+ },
+ "webVaultUrl": {
+ "message": "УРЛ сервера Сефа"
+ },
+ "identityUrl": {
+ "message": "УРЛ сервера идентитета"
+ },
+ "notificationsUrl": {
+ "message": "УРЛ сервера обавештења"
+ },
+ "iconsUrl": {
+ "message": "УРЛ сервера иконица"
+ },
+ "environmentSaved": {
+ "message": "УРЛ адресе окружења су сачуване"
},
"selfHostingTitle": {
- "message": "Self-Hosting"
+ "message": "Ауто-хстинг"
},
"selfHostingEnterpriseOrganizationSectionCopy": {
"message": "To set-up your organization on your own server, you will need to upload your license file. To support Free Families plans and advanced billing capabilities for your self-hosted organization, you will need to set up billing sync."
},
"billingSyncApiKeyRotated": {
- "message": "Token rotated."
- },
- "billingSync": {
- "message": "Billing Sync"
- },
- "billingSyncDesc": {
- "message": "Billing Sync provides Free Families plans for members and advanced billing capabilities by linking your self-hosted Bitwarden to the Bitwarden cloud server."
+ "message": "Токен је обрнут."
},
"billingSyncKeyDesc": {
- "message": "A Billing Sync Token from your cloud organization's subscription settings is required to complete this form."
+ "message": "A billing sync token from your cloud organization's subscription settings is required to complete this form."
},
"billingSyncKey": {
- "message": "Billing Sync Token"
+ "message": "Синхронизација токена наплате"
+ },
+ "automaticBillingSyncDesc": {
+ "message": "Аутоматска синхронизација откључава Families спонзорства и омогућава вам да синхронизујете лиценцу без отпремања датотеке. Након ажурирања на Bitwarden клауд серверу, изаберите Синх Лиценсе да бисте применили промене."
},
"active": {
"message": "Активан"
@@ -4896,20 +6692,45 @@
"required": {
"message": "обавезно"
},
+ "charactersCurrentAndMaximum": {
+ "message": "$CURRENT$ од макс $MAX$ карактера",
+ "placeholders": {
+ "current": {
+ "content": "$1",
+ "example": "0"
+ },
+ "max": {
+ "content": "$2",
+ "example": "100"
+ }
+ }
+ },
+ "characterMaximum": {
+ "message": "Максимум $MAX$ карактера",
+ "placeholders": {
+ "max": {
+ "content": "$1",
+ "example": "100"
+ }
+ }
+ },
"idpSingleSignOnServiceUrlRequired": {
- "message": "Required if Entity ID is not a URL."
+ "message": "Потребно ако Entity ID није УРЛ."
+ },
+ "offerNoLongerValid": {
+ "message": "This offer is no longer valid. Contact your organization administrators for more information."
},
"openIdOptionalCustomizations": {
"message": "Опциона подешавања"
},
"openIdAuthorityRequired": {
- "message": "Required if Authority is not valid."
+ "message": "Потребно ако Authority није добро."
},
"separateMultipleWithComma": {
"message": "Вишеструко одвојите зарезом."
},
"sessionTimeout": {
- "message": "Your session has timed out. Please go back and try logging in again."
+ "message": "Ваша сесија је истекла. Вратите се и покушајте поново да се пријавите."
},
"exportingPersonalVaultTitle": {
"message": "Извоз личног сефа"
@@ -4917,8 +6738,8 @@
"exportingOrganizationVaultTitle": {
"message": "Извоз сефа организације"
},
- "exportingPersonalVaultDescription": {
- "message": "Only the personal vault items associated with $EMAIL$ will be exported. Organization vault items will not be included.",
+ "exportingIndividualVaultDescription": {
+ "message": "Само појединачне ставке сефа повезане са $EMAIL$ ће бити извењене. Ставке организационог сефа неће бити укључене. Само информације о ставкама из сефа ће бити извезене и неће укључивати повезане прилоге.",
"placeholders": {
"email": {
"content": "$1",
@@ -4926,8 +6747,17 @@
}
}
},
- "exportingOrganizationVaultDescription": {
- "message": "Only the organization vault associated with $ORGANIZATION$ will be exported. Personal vault items and items from other organizations will not be included.",
+ "exportingIndividualVaultWithAttachmentsDescription": {
+ "message": "Извешће се само појединачни сеф, укључујући прилоге повезане са $EMAIL$. Организациони сефски предмети неће бити укључени",
+ "placeholders": {
+ "email": {
+ "content": "$1",
+ "example": "name@example.com"
+ }
+ }
+ },
+ "exportingOrganizationVaultDesc": {
+ "message": "Биће извезен само сеф организације повезан са $ORGANIZATION$. Ставке у појединачним сефовима или другим организацијама неће бити укључене.",
"placeholders": {
"organization": {
"content": "$1",
@@ -4960,26 +6790,79 @@
"message": "Тренутна организација",
"description": "This is used by screen readers to indicate the organization that is currently being shown to the user."
},
+ "accountLoggedInAsName": {
+ "message": "Налог: Пријављено као $NAME$",
+ "placeholders": {
+ "name": {
+ "content": "$1",
+ "example": "John Smith"
+ }
+ }
+ },
"accountSettings": {
"message": "Подешавања налога"
},
"generator": {
- "message": "Генератор"
- },
- "whatWouldYouLikeToGenerate": {
- "message": "Шта желите да генеришете?"
- },
- "passwordType": {
- "message": "Тип лозинке"
- },
- "regenerateUsername": {
- "message": "Поново генериши име"
+ "message": "Генератор",
+ "description": "Short for 'credential generator'."
},
"generateUsername": {
"message": "Генериши име"
},
- "usernameType": {
- "message": "Тип имена"
+ "generateEmail": {
+ "message": "Генеришите имејл"
+ },
+ "generatePassword": {
+ "message": "Генерисање лозинке"
+ },
+ "generatePassphrase": {
+ "message": "Генеришите приступну фразу"
+ },
+ "passwordGenerated": {
+ "message": "Лозинка генерисана"
+ },
+ "passphraseGenerated": {
+ "message": "Приступна фраза је генерисана"
+ },
+ "usernameGenerated": {
+ "message": "Корисничко име генерисано"
+ },
+ "emailGenerated": {
+ "message": "Имејл генерисан"
+ },
+ "spinboxBoundariesHint": {
+ "message": "Value must be between $MIN$ and $MAX$.",
+ "description": "Explains spin box minimum and maximum values to the user",
+ "placeholders": {
+ "min": {
+ "content": "$1",
+ "example": "8"
+ },
+ "max": {
+ "content": "$2",
+ "example": "128"
+ }
+ }
+ },
+ "passwordLengthRecommendationHint": {
+ "message": " Use $RECOMMENDED$ characters or more to generate a strong password.",
+ "description": "Appended to `spinboxBoundariesHint` to recommend a length to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).",
+ "placeholders": {
+ "recommended": {
+ "content": "$1",
+ "example": "14"
+ }
+ }
+ },
+ "passphraseNumWordsRecommendationHint": {
+ "message": " Use $RECOMMENDED$ words or more to generate a strong passphrase.",
+ "description": "Appended to `spinboxBoundariesHint` to recommend a number of words to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).",
+ "placeholders": {
+ "recommended": {
+ "content": "$1",
+ "example": "6"
+ }
+ }
},
"plusAddressedEmail": {
"message": "Плус имејл адресе",
@@ -4992,7 +6875,10 @@
"message": "„Ухвати све“ е-порука"
},
"catchallEmailDesc": {
- "message": "Use your domain's configured catch-all inbox."
+ "message": "Користите подешено catch-all пријемно сандуче вашег домена."
+ },
+ "useThisEmail": {
+ "message": "Користи овај имејл"
},
"random": {
"message": "Случајно",
@@ -5001,6 +6887,29 @@
"randomWord": {
"message": "Случајна реч"
},
+ "usernameGenerator": {
+ "message": "Генератор корисничког имена"
+ },
+ "useThisPassword": {
+ "message": "Употреби ову лозинку"
+ },
+ "useThisPassphrase": {
+ "message": "Употреби ову приступну фразу"
+ },
+ "useThisUsername": {
+ "message": "Употреби ово корисничко име"
+ },
+ "securePasswordGenerated": {
+ "message": "Сигурна лозинка је генерисана! Не заборавите да ажурирате и своју лозинку на веб локацији."
+ },
+ "useGeneratorHelpTextPartOne": {
+ "message": "Употребити генератор",
+ "description": "This will be used as part of a larger sentence, broken up to include the generator icon. The full sentence will read 'Use the generator [GENERATOR_ICON] to create a strong unique password'"
+ },
+ "useGeneratorHelpTextPartTwo": {
+ "message": "да креирате јаку јединствену лозинку",
+ "description": "This will be used as part of a larger sentence, broken up to include the generator icon. The full sentence will read 'Use the generator [GENERATOR_ICON] to create a strong unique password'"
+ },
"service": {
"message": "Сервис"
},
@@ -5039,7 +6948,7 @@
},
"lastSync": {
"message": "Последња синхронизација",
- "Description": "Used as a prefix to indicate the last time a sync occured. Example \"Last sync 1968-11-16 00:00:00\""
+ "description": "Used as a prefix to indicate the last time a sync occurred. Example \"Last sync 1968-11-16 00:00:00\""
},
"sponsorshipsSynced": {
"message": "Self-hosted sponsorships synced."
@@ -5054,20 +6963,3691 @@
}
},
"billingContactProviderForAssistance": {
- "message": "Please reach out to them for further assistance",
+ "message": "Обратите се њима за даљу помоћ",
"description": "This text is displayed if an organization's billing is managed by a Provider. It tells the user to contact the Provider for assistance."
},
"forwardedEmail": {
- "message": "Forwarded Email Alias"
+ "message": "Прослеђен псеудоним е-поште"
},
"forwardedEmailDesc": {
- "message": "Generate an email alias with an external forwarding service."
+ "message": "Генеришите псеудоним е-поште помоћу екстерне услуге прослеђивања."
+ },
+ "forwarderDomainName": {
+ "message": "Домен имејла",
+ "description": "Labels the domain name email forwarder service option"
+ },
+ "forwarderDomainNameHint": {
+ "message": "Изаберите домен који подржава изабрана услуга",
+ "description": "Guidance provided for email forwarding services that support multiple email domains."
+ },
+ "forwarderError": {
+ "message": "$SERVICENAME$ грешка: $ERRORMESSAGE$",
+ "description": "Reports an error returned by a forwarding service to the user.",
+ "placeholders": {
+ "servicename": {
+ "content": "$1",
+ "example": "SimpleLogin"
+ },
+ "errormessage": {
+ "content": "$2",
+ "example": "Invalid characters in domain name."
+ }
+ }
+ },
+ "forwarderGeneratedBy": {
+ "message": "Генерисао Bitwarden.",
+ "description": "Displayed with the address on the forwarding service's configuration screen."
+ },
+ "forwarderGeneratedByWithWebsite": {
+ "message": "Вебсајт: $WEBSITE$. Генерисао Bitwarden.",
+ "description": "Displayed with the address on the forwarding service's configuration screen.",
+ "placeholders": {
+ "WEBSITE": {
+ "content": "$1",
+ "example": "www.example.com"
+ }
+ }
+ },
+ "forwaderInvalidToken": {
+ "message": "Погрешан АПИ токен $SERVICENAME$",
+ "description": "Displayed when the user's API token is empty or rejected by the forwarding service.",
+ "placeholders": {
+ "servicename": {
+ "content": "$1",
+ "example": "SimpleLogin"
+ }
+ }
+ },
+ "forwaderInvalidTokenWithMessage": {
+ "message": "Погрешан АПИ токен $SERVICENAME$: $ERRORMESSAGE$",
+ "description": "Displayed when the user's API token is rejected by the forwarding service with an error message.",
+ "placeholders": {
+ "servicename": {
+ "content": "$1",
+ "example": "SimpleLogin"
+ },
+ "errormessage": {
+ "content": "$2",
+ "example": "Please verify your email address to continue."
+ }
+ }
+ },
+ "forwaderInvalidOperation": {
+ "message": "$SERVICENAME$ refused your request. Please contact your service provider for assistance.",
+ "description": "Displayed when the user is forbidden from using the API by the forwarding service.",
+ "placeholders": {
+ "servicename": {
+ "content": "$1",
+ "example": "SimpleLogin"
+ }
+ }
+ },
+ "forwaderInvalidOperationWithMessage": {
+ "message": "$SERVICENAME$ refused your request: $ERRORMESSAGE$",
+ "description": "Displayed when the user is forbidden from using the API by the forwarding service with an error message.",
+ "placeholders": {
+ "servicename": {
+ "content": "$1",
+ "example": "SimpleLogin"
+ },
+ "errormessage": {
+ "content": "$2",
+ "example": "Please verify your email address to continue."
+ }
+ }
+ },
+ "forwarderNoAccountId": {
+ "message": "Није могуће добити ИД налога маскираног имејла $SERVICENAME$.",
+ "description": "Displayed when the forwarding service fails to return an account ID.",
+ "placeholders": {
+ "servicename": {
+ "content": "$1",
+ "example": "SimpleLogin"
+ }
+ }
+ },
+ "forwarderNoDomain": {
+ "message": "Погрешан домен $SERVICENAME$.",
+ "description": "Displayed when the domain is empty or domain authorization failed at the forwarding service.",
+ "placeholders": {
+ "servicename": {
+ "content": "$1",
+ "example": "SimpleLogin"
+ }
+ }
+ },
+ "forwarderNoUrl": {
+ "message": "Погрешан УРЛ $SERVICENAME$.",
+ "description": "Displayed when the url of the forwarding service wasn't supplied.",
+ "placeholders": {
+ "servicename": {
+ "content": "$1",
+ "example": "SimpleLogin"
+ }
+ }
+ },
+ "forwarderUnknownError": {
+ "message": "Непозната грешка $SERVICENAME$-а.",
+ "description": "Displayed when the forwarding service failed due to an unknown error.",
+ "placeholders": {
+ "servicename": {
+ "content": "$1",
+ "example": "SimpleLogin"
+ }
+ }
+ },
+ "forwarderUnknownForwarder": {
+ "message": "Непознати шпедитер: '$SERVICENAME$'.",
+ "description": "Displayed when the forwarding service is not supported.",
+ "placeholders": {
+ "servicename": {
+ "content": "$1",
+ "example": "JustTrust.us"
+ }
+ }
},
"hostname": {
"message": "Име домаћина",
"description": "Part of a URL."
},
- "apiAccessToken": {
- "message": "Приступни АПИ токен"
+ "deviceVerification": {
+ "message": "Провера уређаја"
+ },
+ "enableDeviceVerification": {
+ "message": "Омогућити проверу уређаја"
+ },
+ "deviceVerificationDesc": {
+ "message": "Када је омогућено, верификациони кодови се шаљу на вашу е-адресу када се пријавите са непрепознатог уређаја"
+ },
+ "updatedDeviceVerification": {
+ "message": "Провера уређаја је ажурирана"
+ },
+ "areYouSureYouWantToEnableDeviceVerificationTheVerificationCodeEmailsWillArriveAtX": {
+ "message": "Да ли сте сигурни да желите да омогућите верификацију уређаја? Верификациони кодо ће бити послат на: $EMAIL$",
+ "placeholders": {
+ "email": {
+ "content": "$1",
+ "example": "My Email"
+ }
+ }
+ },
+ "premiumSubcriptionRequired": {
+ "message": "Premium претплата је потребна"
+ },
+ "scim": {
+ "message": "SCIM provisioning",
+ "description": "The text, 'SCIM', is an acronym and should not be translated."
+ },
+ "scimDescription": {
+ "message": "Automatically provision users and groups with your preferred identity provider via SCIM provisioning",
+ "description": "the text, 'SCIM', is an acronym and should not be translated."
+ },
+ "scimIntegrationDescription": {
+ "message": "Automatically provision users and groups with your preferred identity provider via SCIM provisioning. Find supported integrations",
+ "description": "the text, 'SCIM', is an acronym and should not be translated."
+ },
+ "scimEnabledCheckboxDesc": {
+ "message": "Упали SCIM",
+ "description": "the text, 'SCIM', is an acronym and should not be translated."
+ },
+ "scimEnabledCheckboxDescHelpText": {
+ "message": "Set up your preferred identity provider by configuring the URL and SCIM API Key",
+ "description": "the text, 'SCIM', is an acronym and should not be translated."
+ },
+ "scimApiKeyHelperText": {
+ "message": "This API key has access to manage users within your organization. It should be kept secret."
+ },
+ "copyScimKey": {
+ "message": "Copy the SCIM API key to your clipboard",
+ "description": "the text, 'SCIM' and 'API', are acronyms and should not be translated."
+ },
+ "rotateScimKey": {
+ "message": "Rotate the SCIM API key",
+ "description": "the text, 'SCIM' and 'API', are acronyms and should not be translated."
+ },
+ "rotateScimKeyWarning": {
+ "message": "Are you sure you want to rotate the SCIM API Key? The current key will no longer work for any existing integrations.",
+ "description": "the text, 'SCIM' and 'API', are acronyms and should not be translated."
+ },
+ "rotateKey": {
+ "message": "Променити кључ"
+ },
+ "scimApiKey": {
+ "message": "SCIM API key",
+ "description": "the text, 'SCIM' and 'API', are acronyms and should not be translated."
+ },
+ "copyScimUrl": {
+ "message": "Copy the SCIM endpoint URL to your clipboard",
+ "description": "the text, 'SCIM' and 'URL', are acronyms and should not be translated."
+ },
+ "scimUrl": {
+ "message": "SCIM УРЛ",
+ "description": "the text, 'SCIM' and 'URL', are acronyms and should not be translated."
+ },
+ "scimApiKeyRotated": {
+ "message": "SCIM API кључ успешно ротиран",
+ "description": "the text, 'SCIM' and 'API', are acronyms and should not be translated."
+ },
+ "scimSettingsSaved": {
+ "message": "SCIM подешавања сачувана",
+ "description": "the text, 'SCIM', is an acronym and should not be translated."
+ },
+ "inputRequired": {
+ "message": "Унос је потребан."
+ },
+ "inputEmail": {
+ "message": "Унос није е-адреса."
+ },
+ "inputMinLength": {
+ "message": "Унос трба имати најмање $COUNT$ слова.",
+ "placeholders": {
+ "count": {
+ "content": "$1",
+ "example": "8"
+ }
+ }
+ },
+ "inputMaxLength": {
+ "message": "Унос не сме бити већи од $COUNT$ карактера.",
+ "placeholders": {
+ "count": {
+ "content": "$1",
+ "example": "20"
+ }
+ }
+ },
+ "inputForbiddenCharacters": {
+ "message": "The following characters are not allowed: $CHARACTERS$",
+ "placeholders": {
+ "characters": {
+ "content": "$1",
+ "example": "@, #, $, %"
+ }
+ }
+ },
+ "inputMinValue": {
+ "message": "Вредност мора бити најмање $MIN$.",
+ "placeholders": {
+ "min": {
+ "content": "$1",
+ "example": "8"
+ }
+ }
+ },
+ "inputMaxValue": {
+ "message": "Вредност не сме бити већа од $MAX$.",
+ "placeholders": {
+ "max": {
+ "content": "$1",
+ "example": "100"
+ }
+ }
+ },
+ "multipleInputEmails": {
+ "message": "1 или више имејлова су неважећи"
+ },
+ "tooManyEmails": {
+ "message": "Можете послати само до $COUNT$ имејла истовремено",
+ "placeholders": {
+ "count": {
+ "content": "$1",
+ "example": "20"
+ }
+ }
+ },
+ "fieldsNeedAttention": {
+ "message": "$COUNT$ поље(а) изнад захтевај(у) вашу пажњу.",
+ "placeholders": {
+ "count": {
+ "content": "$1",
+ "example": "4"
+ }
+ }
+ },
+ "singleFieldNeedsAttention": {
+ "message": "1 поље захтева вашу пажњу."
+ },
+ "multipleFieldsNeedAttention": {
+ "message": "$COUNT$ поља захтевају вашу пажњу.",
+ "placeholders": {
+ "count": {
+ "content": "$1",
+ "example": "2"
+ }
+ }
+ },
+ "duoHealthCheckResultsInNullAuthUrlError": {
+ "message": "Грешка при повезивању са услугом Duo. Користите други метод пријаве у два корака или контактирајте Duo за помоћ."
+ },
+ "duoRequiredByOrgForAccount": {
+ "message": "DUO пријава у два корака је потребна за ваш налог."
+ },
+ "duoTwoFactorRequiredPageSubtitle": {
+ "message": "Duo two-step login is required for your account. Follow the steps below to finish logging in."
+ },
+ "followTheStepsBelowToFinishLoggingIn": {
+ "message": "Follow the steps below to finish logging in."
+ },
+ "followTheStepsBelowToFinishLoggingInWithSecurityKey": {
+ "message": "Следите наведене кораке да бисте завршили пријаву са својим безбедносним кључем."
+ },
+ "launchDuo": {
+ "message": "Покренути DUO"
+ },
+ "turnOn": {
+ "message": "Укључи"
+ },
+ "on": {
+ "message": "Укључено"
+ },
+ "off": {
+ "message": "Искључено"
+ },
+ "members": {
+ "message": "Чланови"
+ },
+ "reporting": {
+ "message": "Пријављивање"
+ },
+ "numberOfUsers": {
+ "message": "Број корисника"
+ },
+ "pickAnAvatarColor": {
+ "message": "Изабрати боју аватара"
+ },
+ "customizeAvatar": {
+ "message": "Прилагодити аватар"
+ },
+ "avatarUpdated": {
+ "message": "Аватар ажуриран"
+ },
+ "brightBlue": {
+ "message": "Јаркоплава"
+ },
+ "green": {
+ "message": "Зелена"
+ },
+ "orange": {
+ "message": "Наранџаста"
+ },
+ "lavender": {
+ "message": "Лаванда"
+ },
+ "yellow": {
+ "message": "Жута"
+ },
+ "indigo": {
+ "message": "Индиго"
+ },
+ "teal": {
+ "message": "Плавозелена"
+ },
+ "salmon": {
+ "message": "Лосос"
+ },
+ "pink": {
+ "message": "Розе"
+ },
+ "customColor": {
+ "message": "Сопствена боја"
+ },
+ "selectPlaceholder": {
+ "message": "-- Одабрати --"
+ },
+ "multiSelectPlaceholder": {
+ "message": "-- Тип за филтрирање --"
+ },
+ "multiSelectLoading": {
+ "message": "Преузимање опција..."
+ },
+ "multiSelectNotFound": {
+ "message": "Ни једна ставка"
+ },
+ "multiSelectClearAll": {
+ "message": "Обриши све"
+ },
+ "toggleCharacterCount": {
+ "message": "Пребаци бројање слова",
+ "description": "'Character count' describes a feature that displays a number next to each character of the password."
+ },
+ "passwordCharacterCount": {
+ "message": "Број знакова лозинке",
+ "description": "'Character count' describes a feature that displays a number next to each character of the password."
+ },
+ "hide": {
+ "message": "Сакриј"
+ },
+ "projects": {
+ "message": "Пројекти",
+ "description": "Description for the Projects field."
+ },
+ "lastEdited": {
+ "message": "Последња измена",
+ "description": "The label for the date and time when a item was last edited."
+ },
+ "editSecret": {
+ "message": "Уреди тајну",
+ "description": "Action to modify an existing secret."
+ },
+ "addSecret": {
+ "message": "Додај тајну",
+ "description": "Action to create a new secret."
+ },
+ "copySecretName": {
+ "message": "Копирати име тајне",
+ "description": "Action to copy the name of a secret to the system's clipboard."
+ },
+ "copySecretValue": {
+ "message": "Копирати вредност тајне",
+ "description": "Action to copy the value of a secret to the system's clipboard."
+ },
+ "deleteSecret": {
+ "message": "Обрисати тајну",
+ "description": "Action to delete a single secret from the system."
+ },
+ "deleteSecrets": {
+ "message": "Обрисати тајне",
+ "description": "The action to delete multiple secrets from the system."
+ },
+ "hardDeleteSecret": {
+ "message": "Трајно избрисати тајну"
+ },
+ "hardDeleteSecrets": {
+ "message": "Трајно избрисати тајне"
+ },
+ "secretProjectAssociationDescription": {
+ "message": "Изаберите пројекте са којима ће тајна бити повезана. Тајну ће моћи да виде само корисници организације са приступом овим пројектима.",
+ "description": "A prompt explaining how secrets can be associated with projects."
+ },
+ "selectProjects": {
+ "message": "Одабрати пројекте",
+ "description": "A label for a type-to-filter input field to choose projects."
+ },
+ "searchProjects": {
+ "message": "Претражити пројекте",
+ "description": "Label for the search bar used to search projects."
+ },
+ "project": {
+ "message": "Пројекат",
+ "description": "Similar to collections, projects can be used to group secrets."
+ },
+ "editProject": {
+ "message": "Уреди Пројекат",
+ "description": "The action to modify an existing project."
+ },
+ "viewProject": {
+ "message": "Приказ пројекта",
+ "description": "The action to view details of a project."
+ },
+ "deleteProject": {
+ "message": "Избриши пројекат",
+ "description": "The action to delete a project from the system."
+ },
+ "deleteProjects": {
+ "message": "Избриши пројекте",
+ "description": "The action to delete multiple projects from the system."
+ },
+ "secret": {
+ "message": "Тајна",
+ "description": "Label for a secret (key/value pair)"
+ },
+ "serviceAccount": {
+ "message": "Налог сервиса",
+ "description": "A machine user which can be used to automate processes and access secrets in the system."
+ },
+ "serviceAccounts": {
+ "message": "Налози сервиса",
+ "description": "The title for the section that deals with service accounts."
+ },
+ "secrets": {
+ "message": "Тајне",
+ "description": "The title for the section of the application that deals with secrets."
+ },
+ "nameValuePair": {
+ "message": "Name/Value pair",
+ "description": "Title for a name/ value pair. Secrets typically consist of a name and value pair."
+ },
+ "secretEdited": {
+ "message": "Тајна промењена",
+ "description": "Notification for the successful editing of a secret."
+ },
+ "secretCreated": {
+ "message": "Тајна креирана",
+ "description": "Notification for the successful creation of a secret."
+ },
+ "newSecret": {
+ "message": "Нова тајна",
+ "description": "Title for creating a new secret."
+ },
+ "newServiceAccount": {
+ "message": "Нови налог услуге",
+ "description": "Title for creating a new service account."
+ },
+ "secretsNoItemsTitle": {
+ "message": "Нема тајне за приказ",
+ "description": "Empty state to indicate that there are no secrets to display."
+ },
+ "secretsNoItemsMessage": {
+ "message": "Да бисте започели, додајте нову тајну или увезите тајне.",
+ "description": "Message to encourage the user to start adding secrets."
+ },
+ "secretsTrashNoItemsMessage": {
+ "message": "У отпад нема тајне."
+ },
+ "serviceAccountsNoItemsMessage": {
+ "message": "Create a new service account to get started automating secret access.",
+ "description": "Message to encourage the user to start creating service accounts."
+ },
+ "serviceAccountsNoItemsTitle": {
+ "message": "Нема ништа за приказати",
+ "description": "Title to indicate that there are no service accounts to display."
+ },
+ "searchSecrets": {
+ "message": "Претражити тајне",
+ "description": "Placeholder text for searching secrets."
+ },
+ "deleteServiceAccounts": {
+ "message": "Избришите сервисне налоге",
+ "description": "Title for the action to delete one or multiple service accounts."
+ },
+ "deleteServiceAccount": {
+ "message": "Избришите сервисни налог",
+ "description": "Title for the action to delete a single service account."
+ },
+ "viewServiceAccount": {
+ "message": "Видети сервисни налог",
+ "description": "Action to view the details of a service account."
+ },
+ "deleteServiceAccountDialogMessage": {
+ "message": "Брисање налога услуге $SERVICE_ACCOUNT$ је трајно и неповратно.",
+ "placeholders": {
+ "service_account": {
+ "content": "$1",
+ "example": "Service account name"
+ }
+ }
+ },
+ "deleteServiceAccountsDialogMessage": {
+ "message": "Брисање услужних налога је трајно и неповратно."
+ },
+ "deleteServiceAccountsConfirmMessage": {
+ "message": "Брисање $COUNT$ сервисна рачуна",
+ "placeholders": {
+ "count": {
+ "content": "$1",
+ "example": "2"
+ }
+ }
+ },
+ "deleteServiceAccountToast": {
+ "message": "Сервисни налог избрисан"
+ },
+ "deleteServiceAccountsToast": {
+ "message": "Услужни налог избрисан"
+ },
+ "searchServiceAccounts": {
+ "message": "Тражити сервисне налоге",
+ "description": "Placeholder text for searching service accounts."
+ },
+ "editServiceAccount": {
+ "message": "Уредити услужни налог",
+ "description": "Title for editing a service account."
+ },
+ "addProject": {
+ "message": "Додај пројекат",
+ "description": "Title for creating a new project."
+ },
+ "projectEdited": {
+ "message": "Пројекат промењен",
+ "description": "Notification for the successful editing of a project."
+ },
+ "projectSaved": {
+ "message": "Пројекат сачуван",
+ "description": "Notification for the successful saving of a project."
+ },
+ "projectCreated": {
+ "message": "Пројекат креиран",
+ "description": "Notification for the successful creation of a project."
+ },
+ "projectName": {
+ "message": "Назив Пројекта",
+ "description": "Label for entering the name of a project."
+ },
+ "newProject": {
+ "message": "Нови пројекат",
+ "description": "Title for creating a new project."
+ },
+ "softDeleteSecretWarning": {
+ "message": "Брисање тајни може утицати на постојеће интеграције.",
+ "description": "Warns that deleting secrets can have consequences on integrations"
+ },
+ "softDeletesSuccessToast": {
+ "message": "Тајне послане у отпад",
+ "description": "Notifies that the selected secrets have been moved to the trash"
+ },
+ "hardDeleteSecretConfirmation": {
+ "message": "Да ли сте сигурни да желите да трајно избришете ову тајну?"
+ },
+ "hardDeleteSecretsConfirmation": {
+ "message": "Да ли сте сигурни да желите да трајно избришете ове тајне?"
+ },
+ "hardDeletesSuccessToast": {
+ "message": "Тајне трајно избрисане"
+ },
+ "smAccess": {
+ "message": "Приступ",
+ "description": "Title indicating what permissions a service account has"
+ },
+ "projectCommaSecret": {
+ "message": "Пројекат, тајна",
+ "description": ""
+ },
+ "serviceAccountName": {
+ "message": "Има налога сервиса",
+ "description": "Label for the name of a service account"
+ },
+ "serviceAccountCreated": {
+ "message": "Сервисни налог креиран",
+ "description": "Notifies that a new service account has been created"
+ },
+ "serviceAccountUpdated": {
+ "message": "Услужни налог ажуриран",
+ "description": "Notifies that a service account has been updated"
+ },
+ "typeOrSelectProjects": {
+ "message": "Type or select projects",
+ "description": "Instructions for selecting projects for a service account"
+ },
+ "newSaTypeToFilter": {
+ "message": "Тип за филтрирање",
+ "description": "Instructions for filtering a list of projects or secrets"
+ },
+ "deleteProjectsToast": {
+ "message": "Пројекат избрисан",
+ "description": "Notifies that the selected projects have been deleted"
+ },
+ "deleteProjectToast": {
+ "message": "Пројекат и све повезане тајне су избрисане",
+ "description": "Notifies that a project has been deleted"
+ },
+ "deleteProjectDialogMessage": {
+ "message": "Брисање пројекта $PROJECT$ је трајно и неповратно.",
+ "description": "Informs users that projects are hard deleted and not sent to trash",
+ "placeholders": {
+ "project": {
+ "content": "$1",
+ "example": "project name"
+ }
+ }
+ },
+ "deleteProjectInputLabel": {
+ "message": "Унети \"$CONFIRM$\" за наставак",
+ "description": "Users are prompted to type 'confirm' to delete a project",
+ "placeholders": {
+ "confirm": {
+ "content": "$1",
+ "example": "Delete 3 projects"
+ }
+ }
+ },
+ "deleteProjectConfirmMessage": {
+ "message": "Обрисати $PROJECT$",
+ "description": "Confirmation prompt to delete a specific project, where '$PROJECT$' is a placeholder for the name of the project.",
+ "placeholders": {
+ "project": {
+ "content": "$1",
+ "example": "project name"
+ }
+ }
+ },
+ "deleteProjectsConfirmMessage": {
+ "message": "Обрисати $COUNT$ пројекта",
+ "description": "Confirmation prompt to delete multiple projects, where '$COUNT$' is a placeholder for the number of projects to be deleted.",
+ "placeholders": {
+ "count": {
+ "content": "$1",
+ "example": "2"
+ }
+ }
+ },
+ "deleteProjectsDialogMessage": {
+ "message": "Брисање пројекта је трајно и неповратно.",
+ "description": "This message is displayed in a dialog box as a warning before proceeding with project deletion."
+ },
+ "projectsNoItemsTitle": {
+ "message": "Нема пројекта за приказ",
+ "description": "Empty state to be displayed when there are no projects to display in the list."
+ },
+ "projectsNoItemsMessage": {
+ "message": "Add a new project to get started organizing secrets.",
+ "description": "Message to be displayed when there are no projects to display in the list."
+ },
+ "smConfirmationRequired": {
+ "message": "Потврда је обавезна",
+ "description": "Indicates that user confirmation is required for an action to proceed."
+ },
+ "bulkDeleteProjectsErrorMessage": {
+ "message": "Следећи пројекти се не могу избрисати:",
+ "description": "Message to be displayed when there is an error during bulk project deletion."
+ },
+ "softDeleteSuccessToast": {
+ "message": "Тајна послана у отпад",
+ "description": "Notification to be displayed when a secret is successfully sent to the trash."
+ },
+ "hardDeleteSuccessToast": {
+ "message": "Тајна трајно избрисана"
+ },
+ "accessTokens": {
+ "message": "Приступни токени",
+ "description": "Title for the section displaying access tokens."
+ },
+ "newAccessToken": {
+ "message": "Нови приступни токен",
+ "description": "Button label for creating a new access token."
+ },
+ "expires": {
+ "message": "Истиче",
+ "description": "Label for the expiration date of an access token."
+ },
+ "canRead": {
+ "message": "Може да чита",
+ "description": "Label for the access level of an access token (Read only)."
+ },
+ "accessTokensNoItemsTitle": {
+ "message": "Нема токен за приказ",
+ "description": "Title to be displayed when there are no access tokens to display in the list."
+ },
+ "accessTokensNoItemsDesc": {
+ "message": "To get started, create an access token",
+ "description": "Message to be displayed when there are no access tokens to display in the list."
+ },
+ "downloadAccessToken": {
+ "message": "Преузмите или копирајте пре затварања.",
+ "description": "Message to be displayed before closing an access token, reminding the user to download or copy it."
+ },
+ "expiresOnAccessToken": {
+ "message": "Истиче:",
+ "description": "Label for the expiration date of an access token."
+ },
+ "accessTokenCallOutTitle": {
+ "message": "Access tokens are not stored and cannot be retrieved",
+ "description": "Notification to inform the user that access tokens are only displayed once and cannot be retrieved again."
+ },
+ "copyToken": {
+ "message": "Копирај токен",
+ "description": "Copies the generated access token to the user's clipboard."
+ },
+ "accessToken": {
+ "message": "Приступни токени",
+ "description": "A unique string that gives a client application (eg. CLI) access to a secret or set of secrets."
+ },
+ "accessTokenExpirationRequired": {
+ "message": "Потребан је датум истека",
+ "description": "Error message indicating that an expiration date for the access token must be set."
+ },
+ "accessTokenCreatedAndCopied": {
+ "message": "Access token created and copied to clipboard",
+ "description": "Notification to inform the user that the access token has been created and copied to the clipboard."
+ },
+ "revokeAccessToken": {
+ "message": "Опозови приступ токенима",
+ "description": "Invalidates / cancels an access token and as such removes access to secrets for the client application."
+ },
+ "revokeAccessTokens": {
+ "message": "Опозови приступ токена"
+ },
+ "revokeAccessTokenDesc": {
+ "message": "Опозив приступних токена је трајно и неповратно."
+ },
+ "accessTokenRevoked": {
+ "message": "Приступ токена опозван",
+ "description": "Toast message after deleting one or multiple access tokens."
+ },
+ "noAccessTokenSelected": {
+ "message": "Није изабран приступни токен за опозив",
+ "description": "Toast error message after trying to delete access tokens but not selecting any access tokens."
+ },
+ "submenu": {
+ "message": "Под-мени"
+ },
+ "from": {
+ "message": "Од"
+ },
+ "to": {
+ "message": "За"
+ },
+ "member": {
+ "message": "Члан"
+ },
+ "update": {
+ "message": "Ажурирај"
+ },
+ "plusNMore": {
+ "message": "+ још $QUANTITY$",
+ "placeholders": {
+ "quantity": {
+ "content": "$1",
+ "example": "5"
+ }
+ }
+ },
+ "groupInfo": {
+ "message": "Информације о групи"
+ },
+ "editGroupMembersDesc": {
+ "message": "Grant members access to the group's assigned collections."
+ },
+ "editGroupCollectionsDesc": {
+ "message": "Grant access to collections by adding them to this group."
+ },
+ "restrictedCollectionAssignmentDesc": {
+ "message": "Можете да доделите само колекције којима управљате."
+ },
+ "selectMembers": {
+ "message": "Изаберите чланове"
+ },
+ "selectCollections": {
+ "message": "Изаберите колекције"
+ },
+ "role": {
+ "message": "Улога"
+ },
+ "removeMember": {
+ "message": "Уклони члан"
+ },
+ "collection": {
+ "message": "Колекција"
+ },
+ "noCollection": {
+ "message": "Нема колекције"
+ },
+ "noCollectionsAdded": {
+ "message": "Ниједна колекција додата"
+ },
+ "noMembersAdded": {
+ "message": "Ниједан члан додат"
+ },
+ "noGroupsAdded": {
+ "message": "Ниједна група додата"
+ },
+ "group": {
+ "message": "Група"
+ },
+ "domainVerification": {
+ "message": "Верификација домена"
+ },
+ "newDomain": {
+ "message": "Нови домен"
+ },
+ "noDomains": {
+ "message": "Нема домена"
+ },
+ "noDomainsSubText": {
+ "message": "Повезивање домена омогућава члановима да прескоче SSO идентификацију при пријављивање са SSO."
+ },
+ "copyDnsTxtRecord": {
+ "message": "Копирати DNS TXT запис"
+ },
+ "dnsTxtRecord": {
+ "message": "DNS TXT запис"
+ },
+ "dnsTxtRecordInputHint": {
+ "message": "Копирајте и налепите TXT запис у DNS провајдер."
+ },
+ "removeDomain": {
+ "message": "Уклони домен"
+ },
+ "removeDomainWarning": {
+ "message": "Уклањање домена се не може опозвати. Сигурно наставити?"
+ },
+ "domainRemoved": {
+ "message": "Домен уклоњен"
+ },
+ "domainSaved": {
+ "message": "Домен сачуван"
+ },
+ "duplicateDomainError": {
+ "message": "Не можете два пута тражити исти домен."
+ },
+ "domainNotAvailable": {
+ "message": "Неко други користи $DOMAIN$. Користите други домен да бисте наставили.",
+ "placeholders": {
+ "DOMAIN": {
+ "content": "$1",
+ "example": "bitwarden.com"
+ }
+ }
+ },
+ "domainNameTh": {
+ "message": "Име"
+ },
+ "domainStatusTh": {
+ "message": "Статус"
+ },
+ "lastChecked": {
+ "message": "Последња провера"
+ },
+ "editDomain": {
+ "message": "Уреди домен"
+ },
+ "domainFormInvalid": {
+ "message": "Постоје грешке у формулару које захтевају вашу пажњу"
+ },
+ "addedDomain": {
+ "message": "Домен $DOMAIN$ додат",
+ "placeholders": {
+ "DOMAIN": {
+ "content": "$1",
+ "example": "bitwarden.com"
+ }
+ }
+ },
+ "removedDomain": {
+ "message": "Домен $DOMAIN$ уклоњен",
+ "placeholders": {
+ "DOMAIN": {
+ "content": "$1",
+ "example": "bitwarden.com"
+ }
+ }
+ },
+ "verificationRequiredForActionSetPinToContinue": {
+ "message": "За ову радњу је потребна верификација. Подесите ПИН да бисте наставили."
+ },
+ "setPin": {
+ "message": "Поставите PIN"
+ },
+ "verifyWithBiometrics": {
+ "message": "Верификујте помоћу биометрије"
+ },
+ "awaitingConfirmation": {
+ "message": "Чека се потврда"
+ },
+ "couldNotCompleteBiometrics": {
+ "message": "Није могуће завршити биометрију."
+ },
+ "needADifferentMethod": {
+ "message": "Потребан вам је други начин?"
+ },
+ "useMasterPassword": {
+ "message": "Користите главну лозинку"
+ },
+ "usePin": {
+ "message": "Користите ПИН"
+ },
+ "useBiometrics": {
+ "message": "Користите биометрију"
+ },
+ "enterVerificationCodeSentToEmail": {
+ "message": "Унесите верификациони кôд који је послат на Вашу е-адресу."
+ },
+ "resendCode": {
+ "message": "Поново послати кôд"
+ },
+ "memberColumnHeader": {
+ "message": "Члан"
+ },
+ "groupSlashMemberColumnHeader": {
+ "message": "Група/Члан"
+ },
+ "selectGroupsAndMembers": {
+ "message": "Изаберите групе и чланове"
+ },
+ "selectGroups": {
+ "message": "Изаберите групе"
+ },
+ "userPermissionOverrideHelperDesc": {
+ "message": "Дозволе постављене за члана ће заменити дозволе које је поставила група тог члана."
+ },
+ "noMembersOrGroupsAdded": {
+ "message": "Нема додатих чланова или група"
+ },
+ "deleted": {
+ "message": "Обрисано"
+ },
+ "memberStatusFilter": {
+ "message": "Филтрирај члан по статусу"
+ },
+ "inviteMember": {
+ "message": "Позови Члан"
+ },
+ "addSponsorship": {
+ "message": "Add sponsorship"
+ },
+ "needsConfirmation": {
+ "message": "Потребна је потврда"
+ },
+ "memberRole": {
+ "message": "Улога члана"
+ },
+ "moreFromBitwarden": {
+ "message": "Више од Bitwarden"
+ },
+ "switchProducts": {
+ "message": "Пребацити призвод"
+ },
+ "freeOrgInvLimitReachedManageBilling": {
+ "message": "Free organizations may have up to $SEATCOUNT$ members. Upgrade to a paid plan to invite more members.",
+ "placeholders": {
+ "seatcount": {
+ "content": "$1",
+ "example": "2"
+ }
+ }
+ },
+ "freeOrgInvLimitReachedNoManageBilling": {
+ "message": "Free organizations may have up to $SEATCOUNT$ members. Contact your organization owner to upgrade.",
+ "placeholders": {
+ "seatcount": {
+ "content": "$1",
+ "example": "2"
+ }
+ }
+ },
+ "teamsStarterPlanInvLimitReachedManageBilling": {
+ "message": "Teams Starter plans may have up to $SEATCOUNT$ members. Upgrade to your plan to invite more members.",
+ "placeholders": {
+ "seatcount": {
+ "content": "$1",
+ "example": "10"
+ }
+ }
+ },
+ "teamsStarterPlanInvLimitReachedNoManageBilling": {
+ "message": "Teams Starter планови могу имати до $SEATCOUNT$ чланова. Контактирајте влацника ваше организације да надоградите свој план и позовете још чланова.",
+ "placeholders": {
+ "seatcount": {
+ "content": "$1",
+ "example": "10"
+ }
+ }
+ },
+ "freeOrgMaxCollectionReachedManageBilling": {
+ "message": "Free organizations may have up to $COLLECTIONCOUNT$ collections. Upgrade to a paid plan to add more collections.",
+ "placeholders": {
+ "COLLECTIONCOUNT": {
+ "content": "$1",
+ "example": "2"
+ }
+ }
+ },
+ "freeOrgMaxCollectionReachedNoManageBilling": {
+ "message": "Free organizations may have up to $COLLECTIONCOUNT$ collections. Contact your organization owner to upgrade.",
+ "placeholders": {
+ "COLLECTIONCOUNT": {
+ "content": "$1",
+ "example": "2"
+ }
+ }
+ },
+ "server": {
+ "message": "Сервер"
+ },
+ "exportData": {
+ "message": "Увези податке"
+ },
+ "exportingOrganizationSecretDataTitle": {
+ "message": "Извоз тајних података организације"
+ },
+ "exportingOrganizationSecretDataDescription": {
+ "message": "Само подаци тајног менаџера повезани са $ORGANIZATION$ биће извезени. Ставке у другим производима или из других организација неће бити укључене.",
+ "placeholders": {
+ "ORGANIZATION": {
+ "content": "$1",
+ "example": "My Org Name"
+ }
+ }
+ },
+ "fileUpload": {
+ "message": "Отпремање датотеке"
+ },
+ "upload": {
+ "message": "Отпреми"
+ },
+ "acceptedFormats": {
+ "message": "Прихваћени формати:"
+ },
+ "copyPasteImportContents": {
+ "message": "Копирајте и налепите садржај увоза:"
+ },
+ "or": {
+ "message": "или"
+ },
+ "unlockWithBiometrics": {
+ "message": "Откључај са биометријом"
+ },
+ "unlockWithPin": {
+ "message": "Откључај са ПИН"
+ },
+ "unlockWithMasterPassword": {
+ "message": "Откључај са главном лозинком"
+ },
+ "licenseAndBillingManagement": {
+ "message": "Управљање лиценцама и наплатом"
+ },
+ "automaticSync": {
+ "message": "Аутоматска синхронизација"
+ },
+ "manualUpload": {
+ "message": "Ручно отпремање"
+ },
+ "manualBillingTokenUploadDesc": {
+ "message": "Ако не желите да омогућите синхронизацију обрачуна, ручно отпремите своју лиценцу овде. Ово неће аутоматски откључати Families спонзорства."
+ },
+ "syncLicense": {
+ "message": "Синхронизација лиценце"
+ },
+ "licenseSyncSuccess": {
+ "message": "Успешна синхронизација лиценце"
+ },
+ "licenseUploadSuccess": {
+ "message": "Успешан унос лиценце"
+ },
+ "lastLicenseSync": {
+ "message": "Последња синх лиценце"
+ },
+ "billingSyncHelp": {
+ "message": "Помоћ синх наплате"
+ },
+ "licensePaidFeaturesHelp": {
+ "message": "Помоћ функције које се плаћају лиценцом"
+ },
+ "selfHostGracePeriodHelp": {
+ "message": "Након што ваша претплата истекне, имате 60 дана да примените ажурирану лиценцу на Вашу организацију. Грациозни период се завршава $GRACE_PERIOD_END_DATE$.",
+ "placeholders": {
+ "GRACE_PERIOD_END_DATE": {
+ "content": "$1",
+ "example": "May 12, 2024"
+ }
+ }
+ },
+ "uploadLicense": {
+ "message": "Унос лиценце"
+ },
+ "projectPeopleDescription": {
+ "message": "Одобрите групама или људима приступ овом пројекту."
+ },
+ "projectPeopleSelectHint": {
+ "message": "Унесите или изаберите људе или групе"
+ },
+ "projectServiceAccountsDescription": {
+ "message": "Одобрите услужним налозима приступ овом пројекту."
+ },
+ "projectServiceAccountsSelectHint": {
+ "message": "Унесите или изаберите сервисне налоге"
+ },
+ "projectEmptyPeopleAccessPolicies": {
+ "message": "Додајте људе или групе да бисте започели сарадњу"
+ },
+ "projectEmptyServiceAccountAccessPolicies": {
+ "message": "Додајте налоге услуге да бисте одобрили приступ"
+ },
+ "serviceAccountPeopleDescription": {
+ "message": "Одобрите групама или људима приступ овом налогу сервиса."
+ },
+ "serviceAccountProjectsDescription": {
+ "message": "Доделите пројекте овом налогу услуге. "
+ },
+ "serviceAccountEmptyProjectAccesspolicies": {
+ "message": "Додајте пројекте да бисте одобрили приступ"
+ },
+ "canReadWrite": {
+ "message": "Може читати, писати"
+ },
+ "groupSlashUser": {
+ "message": "Група/Корисник"
+ },
+ "lowKdfIterations": {
+ "message": "Ниска KDF понављања"
+ },
+ "updateLowKdfIterationsDesc": {
+ "message": "Ажурирајте подешавања шифровања да бисте испунили нове безбедносне препоруке и побољшали заштиту налога."
+ },
+ "kdfSettingsChangeLogoutWarning": {
+ "message": "Ако наставите, одјавићете се са свих активних сесија. Мораћете поново да се пријавите и завршитепријаве у два корака, ако имате. Препоручујемо да извезете трезор пре него што промените подешавања шифровања да бисте спречили губитак података."
+ },
+ "secretsManager": {
+ "message": "Менаџер тајни"
+ },
+ "secretsManagerAccessDescription": {
+ "message": "Activate user access to Secrets Manager."
+ },
+ "userAccessSecretsManagerGA": {
+ "message": "Овај корисник може приступити Менаџеру Тајни"
+ },
+ "important": {
+ "message": "Важно:"
+ },
+ "viewAll": {
+ "message": "Прегледај све"
+ },
+ "showingPortionOfTotal": {
+ "message": "Приказ $PORTION$ од $TOTAL$",
+ "placeholders": {
+ "portion": {
+ "content": "$1",
+ "example": "2"
+ },
+ "total": {
+ "content": "$2",
+ "example": "5"
+ }
+ }
+ },
+ "resolveTheErrorsBelowAndTryAgain": {
+ "message": "Поправите грешке испод и покушајте поново."
+ },
+ "description": {
+ "message": "Опис"
+ },
+ "errorReadingImportFile": {
+ "message": "Дошло је до грешке у покушају читања датотеке за увоз"
+ },
+ "accessedSecret": {
+ "message": "Приступ тајни $SECRET_ID$.",
+ "placeholders": {
+ "secret_id": {
+ "content": "$1",
+ "example": "4d34e8a8"
+ }
+ }
+ },
+ "sdk": {
+ "message": "SDK",
+ "description": "Software Development Kit"
+ },
+ "createAnAccount": {
+ "message": "Креирај налог"
+ },
+ "createSecret": {
+ "message": "Креирати тајну"
+ },
+ "createProject": {
+ "message": "Креирај пројекат"
+ },
+ "createServiceAccount": {
+ "message": "Креирајте налог сервиса"
+ },
+ "downloadThe": {
+ "message": "Преузети",
+ "description": "Link to a downloadable resource. This will be used as part of a larger phrase. Example: Download the Secrets Manager CLI"
+ },
+ "smCLI": {
+ "message": "Secrets Manager CLI"
+ },
+ "importSecrets": {
+ "message": "Увоз тајне"
+ },
+ "getStarted": {
+ "message": "Почните"
+ },
+ "complete": {
+ "message": "$COMPLETED$/$TOTAL$ завршено",
+ "placeholders": {
+ "COMPLETED": {
+ "content": "$1",
+ "example": "1"
+ },
+ "TOTAL": {
+ "content": "$2",
+ "example": "4"
+ }
+ }
+ },
+ "restoreSecret": {
+ "message": "Врати тајну"
+ },
+ "restoreSecrets": {
+ "message": "Врати тајне"
+ },
+ "restoreSecretPrompt": {
+ "message": "Да ли сте сигурни да желите да вратите ову тајну?"
+ },
+ "restoreSecretsPrompt": {
+ "message": "Да ли сте сигурни да желите да вратите ове тајне?"
+ },
+ "secretRestoredSuccessToast": {
+ "message": "Тајна враћена"
+ },
+ "secretsRestoredSuccessToast": {
+ "message": "Тајне враћене"
+ },
+ "selectionIsRequired": {
+ "message": "Потребно је да изаберете нешто."
+ },
+ "saPeopleWarningTitle": {
+ "message": "Приступни токени су и даље доступни"
+ },
+ "saPeopleWarningMessage": {
+ "message": "Уклањање људи са налога услуге не уклања приступне токене које су креирали. Ради најбоље безбедносне праксе, препоручује се да опозовете приступне токене које су креирали људи уклоњени са налога услуге."
+ },
+ "smAccessRemovalWarningProjectTitle": {
+ "message": "Уклоните приступ овом пројекту"
+ },
+ "smAccessRemovalWarningProjectMessage": {
+ "message": "Ова радња ће уклонити ваш приступ пројекту."
+ },
+ "smAccessRemovalWarningSaTitle": {
+ "message": "Уклоните приступ овом налогу услуге"
+ },
+ "smAccessRemovalWarningSaMessage": {
+ "message": "Ова радња ће вам уклонити приступ налогу услуге."
+ },
+ "removeAccess": {
+ "message": "Уклони приступ"
+ },
+ "checkForBreaches": {
+ "message": "Проверите познате упада података за ову лозинку"
+ },
+ "exposedMasterPassword": {
+ "message": "Изложена главна лозинка"
+ },
+ "exposedMasterPasswordDesc": {
+ "message": "Лозинка је пронађена у случају повреде података. Користите јединствену лозинку да бисте заштитили свој налог. Да ли сте сигурни да желите да користите откривену лозинку?"
+ },
+ "weakAndExposedMasterPassword": {
+ "message": "Слаба и зложена главна лозинка"
+ },
+ "weakAndBreachedMasterPasswordDesc": {
+ "message": "Идентификована је слаба лозинка и пронађена у упаду података. Користите јаку и јединствену лозинку да заштитите свој налог. Да ли сте сигурни да желите да користите ову лозинку?"
+ },
+ "characterMinimum": {
+ "message": "Минимум $LENGTH$ карактера",
+ "placeholders": {
+ "length": {
+ "content": "$1",
+ "example": "14"
+ }
+ }
+ },
+ "masterPasswordMinimumlength": {
+ "message": "Главна лозинка треба имати барем $LENGTH$ карактера.",
+ "placeholders": {
+ "length": {
+ "content": "$1",
+ "example": "14"
+ }
+ }
+ },
+ "inputTrimValidator": {
+ "message": "Унос не сме да садржи само размак.",
+ "description": "Notification to inform the user that a form's input can't contain only whitespace."
+ },
+ "dismiss": {
+ "message": "Одбаци"
+ },
+ "notAvailableForFreeOrganization": {
+ "message": "Ова функција није доступна за бесплатне организације. Обратите се власнику организације за надоградњу."
+ },
+ "smProjectSecretsNoItemsNoAccess": {
+ "message": "Контактирајте администратора своје организације да бисте управљали тајнама за овај пројекат.",
+ "description": "The message shown to the user under a project's secrets tab when the user only has read access to the project."
+ },
+ "enforceOnLoginDesc": {
+ "message": "Захтевајте од постојећих чланова да промене њихове лозинке"
+ },
+ "smProjectDeleteAccessRestricted": {
+ "message": "Немате дозволе да избришете овај пројекат",
+ "description": "The individual description shown to the user when the user doesn't have access to delete a project."
+ },
+ "smProjectsDeleteBulkConfirmation": {
+ "message": "Следећи пројекти се не могу брисати. Да ли желите да наставите?",
+ "description": "The message shown to the user when bulk deleting projects and the user doesn't have access to some projects."
+ },
+ "updateKdfSettings": {
+ "message": "Ажурирати KDF подешавања"
+ },
+ "loginInitiated": {
+ "message": "Пријава је покренута"
+ },
+ "rememberThisDeviceToMakeFutureLoginsSeamless": {
+ "message": "Remember this device to make future logins seamless"
+ },
+ "deviceApprovalRequired": {
+ "message": "Потребно је одобрење уређаја. Изаберите опцију одобрења испод:"
+ },
+ "deviceApprovalRequiredV2": {
+ "message": "Потребно је одобрење уређаја"
+ },
+ "selectAnApprovalOptionBelow": {
+ "message": "Изаберите опцију одобрења у наставку"
+ },
+ "rememberThisDevice": {
+ "message": "Запамти овај уређај"
+ },
+ "uncheckIfPublicDevice": {
+ "message": "Искључите ако се користи јавни уређај"
+ },
+ "approveFromYourOtherDevice": {
+ "message": "Одобри са мојим другим уређајем"
+ },
+ "requestAdminApproval": {
+ "message": "Затражити одобрење администратора"
+ },
+ "trustedDeviceEncryption": {
+ "message": "Шифровање поузданог уређаја"
+ },
+ "trustedDevices": {
+ "message": "Поуздани уређаји"
+ },
+ "memberDecryptionOptionTdeDescPart1": {
+ "message": "Members will not need a master password when logging in with SSO. Master password is replaced with an encryption key stored on the device, making that device trusted. The first device a member creates their account and logs into will be trusted. New devices will need to be approved by an existing trusted device or by an administrator. The",
+ "description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Members will not need a master password when logging in with SSO. Master password is replaced with an encryption key stored on the device, making that device trusted. The first device a member creates their account and logs into will be trusted. New devices will need to be approved by an existing trusted device or by an administrator. The single organization policy, SSO required policy, and account recovery administration policy will turn on when this option is used.'"
+ },
+ "memberDecryptionOptionTdeDescLink1": {
+ "message": "single organization",
+ "description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Members will not need a master password when logging in with SSO. Master password is replaced with an encryption key stored on the device, making that device trusted. The first device a member creates their account and logs into will be trusted. New devices will need to be approved by an existing trusted device or by an administrator. The single organization policy, SSO required policy, and account recovery administration policy will turn on when this option is used.'"
+ },
+ "memberDecryptionOptionTdeDescPart2": {
+ "message": "policy,",
+ "description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Members will not need a master password when logging in with SSO. Master password is replaced with an encryption key stored on the device, making that device trusted. The first device a member creates their account and logs into will be trusted. New devices will need to be approved by an existing trusted device or by an administrator. The single organization policy, SSO required policy, and account recovery administration policy will turn on when this option is used.'"
+ },
+ "memberDecryptionOptionTdeDescLink2": {
+ "message": "SSO required",
+ "description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Members will not need a master password when logging in with SSO. Master password is replaced with an encryption key stored on the device, making that device trusted. The first device a member creates their account and logs into will be trusted. New devices will need to be approved by an existing trusted device or by an administrator. The single organization policy, SSO required policy, and account recovery administration policy will turn on when this option is used.'"
+ },
+ "memberDecryptionOptionTdeDescPart3": {
+ "message": "policy, and",
+ "description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Members will not need a master password when logging in with SSO. Master password is replaced with an encryption key stored on the device, making that device trusted. The first device a member creates their account and logs into will be trusted. New devices will need to be approved by an existing trusted device or by an administrator. The single organization policy, SSO required policy, and account recovery administration policy will turn on when this option is used.'"
+ },
+ "memberDecryptionOptionTdeDescLink3": {
+ "message": "account recovery administration",
+ "description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Members will not need a master password when logging in with SSO. Master password is replaced with an encryption key stored on the device, making that device trusted. The first device a member creates their account and logs into will be trusted. New devices will need to be approved by an existing trusted device or by an administrator. The single organization policy, SSO required policy, and account recovery administration policy will turn on when this option is used.'"
+ },
+ "memberDecryptionOptionTdeDescPart4": {
+ "message": "policy will turn on when this option is used.",
+ "description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Members will not need a master password when logging in with SSO. Master password is replaced with an encryption key stored on the device, making that device trusted. The first device a member creates their account and logs into will be trusted. New devices will need to be approved by an existing trusted device or by an administrator. The single organization policy, SSO required policy, and account recovery administration policy will turn on when this option is used.'"
+ },
+ "orgPermissionsUpdatedMustSetPassword": {
+ "message": "Дозволе за вашу организацију су ажуриране, што захтева да поставите главну лозинку.",
+ "description": "Used as a card title description on the set password page to explain why the user is there"
+ },
+ "orgRequiresYouToSetPassword": {
+ "message": "Ваша организација захтева да поставите главну лозинку.",
+ "description": "Used as a card title description on the set password page to explain why the user is there"
+ },
+ "cardMetrics": {
+ "message": "од $TOTAL$",
+ "placeholders": {
+ "total": {
+ "content": "$1",
+ "example": "5"
+ }
+ }
+ },
+ "notFound": {
+ "message": "$RESOURCE$ није нађено/а",
+ "placeholders": {
+ "resource": {
+ "content": "$1",
+ "example": "Service Account"
+ }
+ }
+ },
+ "verificationRequired": {
+ "message": "Потребдна верификација",
+ "description": "Default title for the user verification dialog."
+ },
+ "recoverAccount": {
+ "message": "Опоравак налога"
+ },
+ "updatedTempPassword": {
+ "message": "Корисник је ажурирао лозинку издату путем опоравка налога."
+ },
+ "activatedAccessToSecretsManager": {
+ "message": "Активиран приступ Манаџеру тајни",
+ "description": "Confirmation message that one or more users gained access to Secrets Manager"
+ },
+ "activateAccess": {
+ "message": "Активирати приступ"
+ },
+ "bulkEnableSecretsManagerDescription": {
+ "message": "Омогућите следећим члановима приступ Манаџеру Тајни. Улога додељена у Менаџеру лозинки односиће се на Менаџеру Тајни.",
+ "description": "This description is shown to an admin when they are attempting to add more users to Secrets Manager."
+ },
+ "activateSecretsManager": {
+ "message": "Активирати менаџер тајни"
+ },
+ "yourOrganizationsFingerprint": {
+ "message": "Ваша Сигурносна Фраза организације",
+ "description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their organization's public key with another user, for the purposes of sharing."
+ },
+ "deviceApprovals": {
+ "message": "Одобрења уређаја"
+ },
+ "deviceApprovalsDesc": {
+ "message": "Дозволите пријављивање чланова тако што ћете одобрити њихове захтеве за пријаву испод. Неодобрени захтеви истичу после 1 недељу. Проверите информације о члану пре него што одобрите."
+ },
+ "deviceInfo": {
+ "message": "Информације о уређају"
+ },
+ "time": {
+ "message": "Време"
+ },
+ "denyAllRequests": {
+ "message": "Одбиј све захтеве"
+ },
+ "denyRequest": {
+ "message": "Одбиј захтев"
+ },
+ "approveRequest": {
+ "message": "Одобри захтев"
+ },
+ "deviceApproved": {
+ "message": "Уређај одобрен"
+ },
+ "deviceRemoved": {
+ "message": "Уређај је уклоњен"
+ },
+ "removeDevice": {
+ "message": "Уклони уређај"
+ },
+ "removeDeviceConfirmation": {
+ "message": "Да ли сте сигурни да желите да уклоните овај уређај?"
+ },
+ "noDeviceRequests": {
+ "message": "Нема захтева уређаја"
+ },
+ "noDeviceRequestsDesc": {
+ "message": "Захтеви за одобрење уређаја чланова ће се појавити овде"
+ },
+ "loginRequestDenied": {
+ "message": "Захтев за пријаву је одбијен"
+ },
+ "allLoginRequestsDenied": {
+ "message": "Сви захтеви за пријаву су одбијени"
+ },
+ "loginRequestApproved": {
+ "message": "Захтев за пријаву је одобрен"
+ },
+ "removeOrgUserNoMasterPasswordTitle": {
+ "message": "Налог нема главну лозинку"
+ },
+ "removeOrgUserNoMasterPasswordDesc": {
+ "message": "Уклањање $USER$ без постављања главне лозинке за њих може ограничити приступ њиховом пуном налогу. Да ли сте сигурни да желите да наставите?",
+ "placeholders": {
+ "user": {
+ "content": "$1",
+ "example": "John Smith"
+ }
+ }
+ },
+ "noMasterPassword": {
+ "message": "Без главне лозинке"
+ },
+ "removeMembersWithoutMasterPasswordWarning": {
+ "message": "Уклањање чланова који немају главну лозинку без постављања једне за њих може ограничити приступ њиховом пуном налогу."
+ },
+ "approvedAuthRequest": {
+ "message": "Одобрен уређај за $ID$.",
+ "placeholders": {
+ "id": {
+ "content": "$1",
+ "example": "First 8 Character of a GUID"
+ }
+ }
+ },
+ "rejectedAuthRequest": {
+ "message": "Одбијен уређај за $ID$.",
+ "placeholders": {
+ "id": {
+ "content": "$1",
+ "example": "First 8 Character of a GUID"
+ }
+ }
+ },
+ "requestedDeviceApproval": {
+ "message": "Затражено је одобрење уређаја."
+ },
+ "tdeOffboardingPasswordSet": {
+ "message": "User set a master password during TDE offboarding."
+ },
+ "startYour7DayFreeTrialOfBitwardenFor": {
+ "message": "Започните своју 7-дневну бесплатну пробну Bitwarden-а за $ORG$",
+ "placeholders": {
+ "org": {
+ "content": "$1",
+ "example": "Organization name"
+ }
+ }
+ },
+ "startYour7DayFreeTrialOfBitwardenSecretsManagerFor": {
+ "message": "Започните своју 7-дневну бесплатну пробну Bitwarden Secrets Manager за $ORG$",
+ "placeholders": {
+ "org": {
+ "content": "$1",
+ "example": "Organization name"
+ }
+ }
+ },
+ "next": {
+ "message": "Следеће"
+ },
+ "ssoLoginIsRequired": {
+ "message": "SSO пријава је потребна"
+ },
+ "selectedRegionFlag": {
+ "message": "Одабрана застава"
+ },
+ "accountSuccessfullyCreated": {
+ "message": "Налог је успешно креиран!"
+ },
+ "adminApprovalRequested": {
+ "message": "Захтевано је одобрење администратора"
+ },
+ "adminApprovalRequestSentToAdmins": {
+ "message": "Ваш захтев је послат вашем администратору."
+ },
+ "troubleLoggingIn": {
+ "message": "Имате проблема са пријављивањем?"
+ },
+ "loginApproved": {
+ "message": "Пријава је одобрена"
+ },
+ "userEmailMissing": {
+ "message": "Недостаје имејл корисника"
+ },
+ "activeUserEmailNotFoundLoggingYouOut": {
+ "message": "Active user email not found. Logging you out."
+ },
+ "deviceTrusted": {
+ "message": "Уређај поуздан"
+ },
+ "inviteUsers": {
+ "message": "Позови кориснике"
+ },
+ "secretsManagerForPlan": {
+ "message": "Secrets Manager for $PLAN$",
+ "placeholders": {
+ "plan": {
+ "content": "$1",
+ "example": "Teams"
+ }
+ }
+ },
+ "secretsManagerForPlanDesc": {
+ "message": "For engineering and DevOps teams to manage secrets throughout the software development lifecycle."
+ },
+ "free2PersonOrganization": {
+ "message": "Бесплатна организација за 2 особе"
+ },
+ "unlimitedSecrets": {
+ "message": "Неограничене тајне"
+ },
+ "unlimitedProjects": {
+ "message": "Неограничени пројекти"
+ },
+ "projectsIncluded": {
+ "message": "$COUNT$ projects included",
+ "placeholders": {
+ "count": {
+ "content": "$1",
+ "example": "3"
+ }
+ }
+ },
+ "serviceAccountsIncluded": {
+ "message": "$COUNT$ service accounts included",
+ "placeholders": {
+ "count": {
+ "content": "$1",
+ "example": "3"
+ }
+ }
+ },
+ "additionalServiceAccountCost": {
+ "message": "$COST$ per month for additional service accounts",
+ "placeholders": {
+ "cost": {
+ "content": "$1",
+ "example": "$0.50"
+ }
+ }
+ },
+ "subscribeToSecretsManager": {
+ "message": "Пријави се на Secrets Manager"
+ },
+ "addSecretsManagerUpgradeDesc": {
+ "message": "Add Secrets Manager to your upgraded plan to maintain access to any secrets created with your previous plan."
+ },
+ "additionalServiceAccounts": {
+ "message": "Додатни сервисни налози"
+ },
+ "includedServiceAccounts": {
+ "message": "Ваш план долази са $COUNT$ налога сервиса.",
+ "placeholders": {
+ "count": {
+ "content": "$1",
+ "example": "50"
+ }
+ }
+ },
+ "addAdditionalServiceAccounts": {
+ "message": "Можете додати још сервисних налога за $COST$ месечно.",
+ "placeholders": {
+ "cost": {
+ "content": "$1",
+ "example": "$0.50"
+ }
+ }
+ },
+ "collectionManagement": {
+ "message": "Управљање збирке"
+ },
+ "collectionManagementDesc": {
+ "message": "Управљајте понашањем збирке за организацију"
+ },
+ "limitCollectionCreationDesc": {
+ "message": "Ограничите креирање збирке на власнике и администраторе"
+ },
+ "limitCollectionDeletionDesc": {
+ "message": "Ограничите брисање збирке на власнике и администраторе"
+ },
+ "limitItemDeletionDescription": {
+ "message": "Limit item deletion to members with the Manage collection permissions"
+ },
+ "allowAdminAccessToAllCollectionItemsDesc": {
+ "message": "Власници и администратори могу да управљају свим колекцијама и ставкама"
+ },
+ "updatedCollectionManagement": {
+ "message": "Ажурирано подешавање управљања колекцијом"
+ },
+ "passwordManagerPlanPrice": {
+ "message": "Цена плана менаџера лозинки"
+ },
+ "secretsManagerPlanPrice": {
+ "message": "Цена плана менаџера тајни"
+ },
+ "passwordManager": {
+ "message": "Менаџер лозинки"
+ },
+ "freeOrganization": {
+ "message": "Бесплатна организација"
+ },
+ "limitServiceAccounts": {
+ "message": "Limit service accounts (optional)"
+ },
+ "limitServiceAccountsDesc": {
+ "message": "Set a limit for your service accounts. Once this limit is reached, you will not be able to create new service accounts."
+ },
+ "serviceAccountLimit": {
+ "message": "Service account limit (optional)"
+ },
+ "maxServiceAccountCost": {
+ "message": "Max potential service account cost"
+ },
+ "loggedInExclamation": {
+ "message": "Пријављено!"
+ },
+ "beta": {
+ "message": "Бета"
+ },
+ "assignCollectionAccess": {
+ "message": "Додели приступ збирке"
+ },
+ "editedCollections": {
+ "message": "Уређене колекције"
+ },
+ "baseUrl": {
+ "message": "УРЛ Сервера"
+ },
+ "selfHostBaseUrl": {
+ "message": "УРЛ сервера који се самостално хостује",
+ "description": "Label for field requesting a self-hosted integration service URL"
+ },
+ "alreadyHaveAccount": {
+ "message": "Већ имате налог?"
+ },
+ "toggleSideNavigation": {
+ "message": "Укључите бочну навигацију"
+ },
+ "skipToContent": {
+ "message": "Прескочи на садржај"
+ },
+ "managePermissionRequired": {
+ "message": "Најмање један члан или група мора имати могућност управљања дозволом."
+ },
+ "typePasskey": {
+ "message": "Приступни кључ"
+ },
+ "passkeyNotCopied": {
+ "message": "Приступни кључ неће бити копиран"
+ },
+ "passkeyNotCopiedAlert": {
+ "message": "Приступни кључ неће бити копиран на клонирану ставку. Да ли желите да наставите са клонирањем ставке?"
+ },
+ "modifiedCollectionManagement": {
+ "message": "Измењено подешавање управљања колекцијом $ID$.",
+ "placeholders": {
+ "id": {
+ "content": "$1",
+ "example": "Unique ID"
+ }
+ }
+ },
+ "seeDetailedInstructions": {
+ "message": "Погледајте детаљна упутства на нашој веб локацији за помоћ на",
+ "description": "This is followed a by a hyperlink to the help website."
+ },
+ "installBrowserExtension": {
+ "message": "Инсталирајте додатак претраживача"
+ },
+ "installBrowserExtensionDetails": {
+ "message": "Користите додатак за брзо чување пријава и аутоматско попуњавање образаца без отварања веб апликације."
+ },
+ "projectAccessUpdated": {
+ "message": "Приступ пројекту је ажуриран"
+ },
+ "unexpectedErrorSend": {
+ "message": "Дошло је до неочекиване грешке при учитавању овога Send. Покушати поново касније."
+ },
+ "seatLimitReached": {
+ "message": "Достигнуто је ограничење броја места"
+ },
+ "contactYourProvider": {
+ "message": "Обратите се свом провајдеру да бисте купили додатна места."
+ },
+ "seatLimitReachedContactYourProvider": {
+ "message": "Достигнуто је ограничење броја места. Обратите се свом провајдеру да бисте купили додатна места."
+ },
+ "collectionAccessRestricted": {
+ "message": "Приступ колекцији је ограничен"
+ },
+ "readOnlyCollectionAccess": {
+ "message": "Немате приступ за управљање овом колекцијом."
+ },
+ "grantManageCollectionWarningTitle": {
+ "message": "Missing Manage Collection Permissions"
+ },
+ "grantManageCollectionWarning": {
+ "message": "Grant Manage collection permissions to allow full collection management including deletion of collection."
+ },
+ "grantCollectionAccess": {
+ "message": "Одобрите групама или члановима приступ овој колекцији."
+ },
+ "grantCollectionAccessMembersOnly": {
+ "message": "Одобрите члановима приступ овој колекцији."
+ },
+ "adminCollectionAccess": {
+ "message": "Администратори могу да приступе и управљају колекцијама."
+ },
+ "serviceAccountAccessUpdated": {
+ "message": "Приступ услужног налога ажуриран"
+ },
+ "commonImportFormats": {
+ "message": "Уобичајени формати",
+ "description": "Label indicating the most common import formats"
+ },
+ "maintainYourSubscription": {
+ "message": "Да бисте одржали своју претплату за $ORG$, ",
+ "description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'To maintain your subscription for $ORG$, add a payment method.'",
+ "placeholders": {
+ "org": {
+ "content": "$1",
+ "example": "Example Inc."
+ }
+ }
+ },
+ "addAPaymentMethod": {
+ "message": "додајте начин плаћања",
+ "description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'To maintain your subscription for $ORG$, add a payment method'"
+ },
+ "organizationInformation": {
+ "message": "Информације о организацији"
+ },
+ "confirmationDetails": {
+ "message": "Детаљи потврде"
+ },
+ "smFreeTrialThankYou": {
+ "message": "Хвала што сте се пријавили за Bitwarden Secrets Manager!"
+ },
+ "smFreeTrialConfirmationEmail": {
+ "message": "Послали смо е-поруку са потврдом на ваш имејл на "
+ },
+ "sorryToSeeYouGo": {
+ "message": "Жао нам је што идете Помозите да се побољша Bitwarden тако што ћете поделити зашто отказујете.",
+ "description": "A message shown to users as part of an offboarding survey asking them to provide more information on their subscription cancelation."
+ },
+ "selectCancellationReason": {
+ "message": "Изаберите разлог за отказивање",
+ "description": "Used as a form field label for a select input on the offboarding survey."
+ },
+ "anyOtherFeedback": {
+ "message": "Да ли бисте желели да поделите још неке информације?",
+ "description": "Used as a form field label for a textarea input on the offboarding survey."
+ },
+ "missingFeatures": {
+ "message": "Недостају способности",
+ "description": "An option for the offboarding survey shown when a user cancels their subscription."
+ },
+ "movingToAnotherTool": {
+ "message": "Прелазак на други алат",
+ "description": "An option for the offboarding survey shown when a user cancels their subscription."
+ },
+ "tooDifficultToUse": {
+ "message": "Тешко је за коришћење",
+ "description": "An option for the offboarding survey shown when a user cancels their subscription."
+ },
+ "notUsingEnough": {
+ "message": "Не користим га довољно",
+ "description": "An option for the offboarding survey shown when a user cancels their subscription."
+ },
+ "tooExpensive": {
+ "message": "Превише скупо",
+ "description": "An option for the offboarding survey shown when a user cancels their subscription."
+ },
+ "freeForOneYear": {
+ "message": "Бесплатно 1 годину"
+ },
+ "newWebApp": {
+ "message": "Добродошли у нову и побољшану веб апликацију. Сазнајте више о томе шта се променило."
+ },
+ "releaseBlog": {
+ "message": "Прочитајте блог о издању"
+ },
+ "adminConsole": {
+ "message": "Администраторска конзола"
+ },
+ "providerPortal": {
+ "message": "Портал провајдера"
+ },
+ "success": {
+ "message": "Успех"
+ },
+ "restrictedGroupAccess": {
+ "message": "Не можете да се додате у групе."
+ },
+ "cannotAddYourselfToCollections": {
+ "message": "Не можете да се додате у колекције."
+ },
+ "assign": {
+ "message": "Додели"
+ },
+ "assignToCollections": {
+ "message": "Додели колекцијама"
+ },
+ "assignToTheseCollections": {
+ "message": "Додели овим колекцијама"
+ },
+ "bulkCollectionAssignmentDialogDescriptionSingular": {
+ "message": "Only organization members with access to these collections will be able to see the item."
+ },
+ "bulkCollectionAssignmentDialogDescriptionPlural": {
+ "message": "Only organization members with access to these collections will be able to see the items."
+ },
+ "selectCollectionsToAssign": {
+ "message": "Изаберите колекције за доделу"
+ },
+ "noCollectionsAssigned": {
+ "message": "Није додељена ниједна колекција"
+ },
+ "successfullyAssignedCollections": {
+ "message": "Успешно додељене колекције"
+ },
+ "bulkCollectionAssignmentWarning": {
+ "message": "Одабрали сте $TOTAL_COUNT$ ставки. Не можете да ажурирате $READONLY_COUNT$ од ставки јер немате дозволе за уређивање.",
+ "placeholders": {
+ "total_count": {
+ "content": "$1",
+ "example": "10"
+ },
+ "readonly_count": {
+ "content": "$2",
+ "example": "3"
+ }
+ }
+ },
+ "addField": {
+ "message": "Додај поље"
+ },
+ "editField": {
+ "message": "Уреди поље"
+ },
+ "items": {
+ "message": "Ставке"
+ },
+ "assignedSeats": {
+ "message": "Додељена места"
+ },
+ "assigned": {
+ "message": "Додељено"
+ },
+ "used": {
+ "message": "У употреби"
+ },
+ "remaining": {
+ "message": "Преостало"
+ },
+ "unlinkOrganization": {
+ "message": "Прекини везу са организацијом"
+ },
+ "manageSeats": {
+ "message": "УПРАВЉАЈТЕ МЕСТИМА"
+ },
+ "manageSeatsDescription": {
+ "message": "Прилагођавања местима ће се одразити на следећи обрачунски циклус."
+ },
+ "unassignedSeatsDescription": {
+ "message": "Недодијељена претплатничка места"
+ },
+ "purchaseSeatDescription": {
+ "message": "Додатна места су купљена"
+ },
+ "assignedSeatCannotUpdate": {
+ "message": "Додељена места се не могу ажурирати. За помоћ контактирајте власника организације."
+ },
+ "subscriptionUpdateFailed": {
+ "message": "Ажурирање претплате није успело"
+ },
+ "trial": {
+ "message": "Проба",
+ "description": "A subscription status label."
+ },
+ "pastDue": {
+ "message": "Протекли задаци",
+ "description": "A subscription status label"
+ },
+ "subscriptionExpired": {
+ "message": "Претплата је истекла",
+ "description": "The date header used when a subscription is past due."
+ },
+ "pastDueWarningForChargeAutomatically": {
+ "message": "Имате грејс период од $DAYS$ дана од датума истека ваше претплате да бисте одржали претплату. Решите фактуре са кашњењем до $SUSPENSION_DATE$.",
+ "placeholders": {
+ "days": {
+ "content": "$1",
+ "example": "11"
+ },
+ "suspension_date": {
+ "content": "$2",
+ "example": "01/10/2024"
+ }
+ },
+ "description": "A warning shown to the user when their subscription is past due and they are charged automatically."
+ },
+ "pastDueWarningForSendInvoice": {
+ "message": "Имате грејс период од $DAYS$ дана од датума када ваша прва неплаћена фактура треба да одржи претплату. Решите фактуре са кашњењем до $SUSPENSION_DATE$.",
+ "placeholders": {
+ "days": {
+ "content": "$1",
+ "example": "11"
+ },
+ "suspension_date": {
+ "content": "$2",
+ "example": "01/10/2024"
+ }
+ },
+ "description": "A warning shown to the user when their subscription is past due and they pay via invoice."
+ },
+ "unpaidInvoice": {
+ "message": "Неплаћен рачун",
+ "description": "The header of a warning box shown to a user whose subscription is unpaid."
+ },
+ "toReactivateYourSubscription": {
+ "message": "Да бисте поново активирали своју претплату, решите фактуре са кашњењем.",
+ "description": "The body of a warning box shown to a user whose subscription is unpaid."
+ },
+ "cancellationDate": {
+ "message": "Датум отказивања",
+ "description": "The date header used when a subscription is cancelled."
+ },
+ "machineAccountsCannotCreate": {
+ "message": "Налози машине се не могу креирати у суспендованим организацијама. За помоћ контактирајте власника своје организације."
+ },
+ "machineAccount": {
+ "message": "Налог машине",
+ "description": "A machine user which can be used to automate processes and access secrets in the system."
+ },
+ "machineAccounts": {
+ "message": "Налози машине",
+ "description": "The title for the section that deals with machine accounts."
+ },
+ "newMachineAccount": {
+ "message": "Нов налог машине",
+ "description": "Title for creating a new machine account."
+ },
+ "machineAccountsNoItemsMessage": {
+ "message": "Креирајте нови налог машине да бисте започели аутоматизацију тајног приступа.",
+ "description": "Message to encourage the user to start creating machine accounts."
+ },
+ "machineAccountsNoItemsTitle": {
+ "message": "Нема ништа за приказати",
+ "description": "Title to indicate that there are no machine accounts to display."
+ },
+ "deleteMachineAccounts": {
+ "message": "Избришите налоге машине",
+ "description": "Title for the action to delete one or multiple machine accounts."
+ },
+ "deleteMachineAccount": {
+ "message": "Избришите налог машине",
+ "description": "Title for the action to delete a single machine account."
+ },
+ "viewMachineAccount": {
+ "message": "Приказ налог машине",
+ "description": "Action to view the details of a machine account."
+ },
+ "deleteMachineAccountDialogMessage": {
+ "message": "Брисање налога машине $MACHINE_ACCOUNT$ је трајно и неповратно.",
+ "placeholders": {
+ "machine_account": {
+ "content": "$1",
+ "example": "Machine account name"
+ }
+ }
+ },
+ "deleteMachineAccountsDialogMessage": {
+ "message": "Брисање налога машине је трајно и неповратно."
+ },
+ "deleteMachineAccountsConfirmMessage": {
+ "message": "Брисање $COUNT$ налога машине",
+ "placeholders": {
+ "count": {
+ "content": "$1",
+ "example": "2"
+ }
+ }
+ },
+ "deleteMachineAccountToast": {
+ "message": "Налог машине избрисан"
+ },
+ "deleteMachineAccountsToast": {
+ "message": "Налози машине избрисани"
+ },
+ "searchMachineAccounts": {
+ "message": "Тражити налоге машине",
+ "description": "Placeholder text for searching machine accounts."
+ },
+ "editMachineAccount": {
+ "message": "Уредити налог машине",
+ "description": "Title for editing a machine account."
+ },
+ "machineAccountName": {
+ "message": "Име налога машине",
+ "description": "Label for the name of a machine account"
+ },
+ "machineAccountCreated": {
+ "message": "Налог машине креиран",
+ "description": "Notifies that a new machine account has been created"
+ },
+ "machineAccountUpdated": {
+ "message": "Налог машине ажуриран",
+ "description": "Notifies that a machine account has been updated"
+ },
+ "projectMachineAccountsDescription": {
+ "message": "Одобрите налозима машине приступ овом пројекту."
+ },
+ "projectMachineAccountsSelectHint": {
+ "message": "Унесите или изаберите налоге машине"
+ },
+ "projectEmptyMachineAccountAccessPolicies": {
+ "message": "Додајте налоге машине да бисте одобрили приступ"
+ },
+ "machineAccountPeopleDescription": {
+ "message": "Одобрите групама или људима приступ овом налогу машине."
+ },
+ "machineAccountProjectsDescription": {
+ "message": "Доделите пројекте овом налогу машине. "
+ },
+ "createMachineAccount": {
+ "message": "Креирајте налог машине"
+ },
+ "maPeopleWarningMessage": {
+ "message": "Уклањање људи са налога машине не уклања приступне токене које су креирали. Ради најбоље безбедносне праксе, препоручује се да опозовете приступне токене које су креирали људи уклоњени са налога машине."
+ },
+ "smAccessRemovalWarningMaTitle": {
+ "message": "Уклоните приступ овом налогу машине"
+ },
+ "smAccessRemovalWarningMaMessage": {
+ "message": "Ова радња ће вам уклонити приступ налогу машине."
+ },
+ "machineAccountsIncluded": {
+ "message": "$COUNT$ рачуни машина укључени",
+ "placeholders": {
+ "count": {
+ "content": "$1",
+ "example": "3"
+ }
+ }
+ },
+ "additionalMachineAccountCost": {
+ "message": "$COST$ месечно за додатне рачуне машина",
+ "placeholders": {
+ "cost": {
+ "content": "$1",
+ "example": "$0.50"
+ }
+ }
+ },
+ "additionalMachineAccounts": {
+ "message": "Додатни налози машине"
+ },
+ "includedMachineAccounts": {
+ "message": "Ваш план долази са $COUNT$ налога машине.",
+ "placeholders": {
+ "count": {
+ "content": "$1",
+ "example": "50"
+ }
+ }
+ },
+ "addAdditionalMachineAccounts": {
+ "message": "Можете додати још налога машине за $COST$ месечно.",
+ "placeholders": {
+ "cost": {
+ "content": "$1",
+ "example": "$0.50"
+ }
+ }
+ },
+ "limitMachineAccounts": {
+ "message": "Ограничити рачуне машина (опционо)"
+ },
+ "limitMachineAccountsDesc": {
+ "message": "Поставите ограничење за рачуне машине. Када се ово ограничење достигне, нећете моћи да креирате нове налоге на машини."
+ },
+ "machineAccountLimit": {
+ "message": "Ограничење рачуна машине (опционо)"
+ },
+ "maxMachineAccountCost": {
+ "message": "Максимални потенцијални трошак рачуна машине"
+ },
+ "machineAccountAccessUpdated": {
+ "message": "Приступ налога машине ажуриран"
+ },
+ "restrictedGroupAccessDesc": {
+ "message": "Не можете да се додате у групу."
+ },
+ "deleteProvider": {
+ "message": "Избриши провајдера"
+ },
+ "deleteProviderConfirmation": {
+ "message": "Брисање провајдера је трајно и неповратно. Унесите своју главну лозинку да бисте потврдили брисање провајдера и свих повезаних података."
+ },
+ "deleteProviderName": {
+ "message": "Не може да се избрише $ID$",
+ "placeholders": {
+ "id": {
+ "content": "$1",
+ "example": "John Smith"
+ }
+ }
+ },
+ "deleteProviderWarningDescription": {
+ "message": "Морате прекинути везу са свим клијентима да бисте могли да избришете $ID$.",
+ "placeholders": {
+ "id": {
+ "content": "$1",
+ "example": "John Smith"
+ }
+ }
+ },
+ "providerDeleted": {
+ "message": "Провајдер је избрисан"
+ },
+ "providerDeletedDesc": {
+ "message": "Провајдер и сви повезани подаци су избрисани."
+ },
+ "deleteProviderRecoverConfirmDesc": {
+ "message": "Захтевали сте брисање овог провајдера. Користите дугме испод да потврдите."
+ },
+ "deleteProviderWarning": {
+ "message": "Брисање провајдера је трајно. Не може се поништити."
+ },
+ "errorAssigningTargetCollection": {
+ "message": "Грешка при додељивању циљне колекције."
+ },
+ "errorAssigningTargetFolder": {
+ "message": "Грешка при додељивању циљне фасцикле."
+ },
+ "integrationsAndSdks": {
+ "message": "Интеграције & SDK",
+ "description": "The title for the section that deals with integrations and SDKs."
+ },
+ "integrations": {
+ "message": "Интеграције"
+ },
+ "integrationsDesc": {
+ "message": "Аутоматски синхронизујте тајне од Bitwarden Secrets Manager са сервисима треће стране."
+ },
+ "sdks": {
+ "message": "SDK"
+ },
+ "sdksDesc": {
+ "message": "Употребите Bitwarden Secrets Manager SDK на следећим програмским језицима да направите сопствене апликације."
+ },
+ "ssoDescStart": {
+ "message": "Подеси",
+ "description": "This represents the beginning of a sentence, broken up to include links. The full sentence will be 'Configure single sign-on for Bitwarden using the implementation guide for your Identity Provider."
+ },
+ "ssoDescEnd": {
+ "message": "for Bitwarden using the implementation guide for your Identity Provider.",
+ "description": "This represents the end of a sentence, broken up to include links. The full sentence will be 'Configure single sign-on for Bitwarden using the implementation guide for your Identity Provider."
+ },
+ "userProvisioning": {
+ "message": "User provisioning"
+ },
+ "scimIntegration": {
+ "message": "SCIM"
+ },
+ "scimIntegrationDescStart": {
+ "message": "Подеси ",
+ "description": "This represents the beginning of a sentence, broken up to include links. The full sentence will be 'Configure SCIM (System for Cross-domain Identity Management) to automatically provision users and groups to Bitwarden using the implementation guide for your Identity Provider"
+ },
+ "scimIntegrationDescEnd": {
+ "message": "(System for Cross-domain Identity Management) to automatically provision users and groups to Bitwarden using the implementation guide for your Identity Provider.",
+ "description": "This represents the end of a sentence, broken up to include links. The full sentence will be 'Configure SCIM (System for Cross-domain Identity Management) to automatically provision users and groups to Bitwarden using the implementation guide for your Identity Provider"
+ },
+ "bwdc": {
+ "message": "Bitwarden Directory Connector"
+ },
+ "bwdcDesc": {
+ "message": "Configure Bitwarden Directory Connector to automatically provision users and groups using the implementation guide for your Identity Provider."
+ },
+ "eventManagement": {
+ "message": "Управљање догађајима"
+ },
+ "eventManagementDesc": {
+ "message": "Integrate Bitwarden event logs with your SIEM (system information and event management) system by using the implementation guide for your platform."
+ },
+ "deviceManagement": {
+ "message": "Управљање уређајима"
+ },
+ "deviceManagementDesc": {
+ "message": "Конфигуришите управљање уређајима за Bitwarden помоћу водича за имплементацију за своју платформу."
+ },
+ "deviceIdMissing": {
+ "message": "Недостаје ИД уређаја"
+ },
+ "deviceTypeMissing": {
+ "message": "Недостаје тип уређаја"
+ },
+ "deviceCreationDateMissing": {
+ "message": "Недостаје датум креације уређаја"
+ },
+ "desktopRequired": {
+ "message": "Desktop је потребан"
+ },
+ "reopenLinkOnDesktop": {
+ "message": "Reopen this link from your email on a desktop."
+ },
+ "integrationCardTooltip": {
+ "message": "Покренути $INTEGRATION$ водич за имплементацију.",
+ "placeholders": {
+ "integration": {
+ "content": "$1",
+ "example": "Google"
+ }
+ }
+ },
+ "smIntegrationTooltip": {
+ "message": "Подесити $INTEGRATION$.",
+ "placeholders": {
+ "integration": {
+ "content": "$1",
+ "example": "Google"
+ }
+ }
+ },
+ "smSdkTooltip": {
+ "message": "Преглед $SDK$ спремишта",
+ "placeholders": {
+ "sdk": {
+ "content": "$1",
+ "example": "Rust"
+ }
+ }
+ },
+ "integrationCardAriaLabel": {
+ "message": "open $INTEGRATION$ implementation guide in a new tab.",
+ "placeholders": {
+ "integration": {
+ "content": "$1",
+ "example": "google"
+ }
+ }
+ },
+ "smSdkAriaLabel": {
+ "message": "view $SDK$ repository in a new tab.",
+ "placeholders": {
+ "sdk": {
+ "content": "$1",
+ "example": "rust"
+ }
+ }
+ },
+ "smIntegrationCardAriaLabel": {
+ "message": "set up $INTEGRATION$ implementation guide in a new tab.",
+ "placeholders": {
+ "integration": {
+ "content": "$1",
+ "example": "google"
+ }
+ }
+ },
+ "createNewClientToManageAsProvider": {
+ "message": "Креирајте нову клијентску организацију којом ћете управљати као добављач. Додатна места ће се одразити у следећем обрачунском циклусу."
+ },
+ "selectAPlan": {
+ "message": "Изаберите пакет"
+ },
+ "thirtyFivePercentDiscount": {
+ "message": "Попуст од 35%"
+ },
+ "monthPerMember": {
+ "message": "месечно по члану"
+ },
+ "monthPerMemberBilledAnnually": {
+ "message": "month per member billed annually"
+ },
+ "seats": {
+ "message": "Места"
+ },
+ "addOrganization": {
+ "message": "Додај организацију"
+ },
+ "createdNewClient": {
+ "message": "Нови клијент је успешно креиран"
+ },
+ "noAccess": {
+ "message": "Немате приступ"
+ },
+ "collectionAdminConsoleManaged": {
+ "message": "Овој колекцији се може приступити само са администраторске конзоле"
+ },
+ "organizationOptionsMenu": {
+ "message": "Укључи мени Организација"
+ },
+ "vaultItemSelect": {
+ "message": "Изаберите ставку сефа"
+ },
+ "collectionItemSelect": {
+ "message": "Изаберите ставку колекције"
+ },
+ "manageBillingFromProviderPortalMessage": {
+ "message": "Управљајте наплатом из Provider Portal"
+ },
+ "continueSettingUp": {
+ "message": "Наставити са подешавањем Bitwarden-а"
+ },
+ "continueSettingUpFreeTrial": {
+ "message": "Наставите са подешавањем бесплатне пробне верзије Bitwarden-а"
+ },
+ "continueSettingUpPasswordManager": {
+ "message": "Наставите са подешавањем Bitwarden менаџер лозинки"
+ },
+ "continueSettingUpFreeTrialPasswordManager": {
+ "message": "Наставите са подешавањем бесплатне пробне верзије Bitwarden менаџер лозинки"
+ },
+ "continueSettingUpSecretsManager": {
+ "message": "Наставите са подешавањем Bitwarden Secrets Manager"
+ },
+ "continueSettingUpFreeTrialSecretsManager": {
+ "message": "Наставите са подешавањем бесплатне пробне верзије Bitwarden Secrets Manager"
+ },
+ "enterTeamsOrgInfo": {
+ "message": "Унесите своје информације о организацији Teams"
+ },
+ "enterFamiliesOrgInfo": {
+ "message": "Унесите своје информације о Families организацији"
+ },
+ "enterEnterpriseOrgInfo": {
+ "message": "Унесите своје информације о организацији Enterprise"
+ },
+ "viewItemsIn": {
+ "message": "Видети ставке у $NAME$",
+ "description": "Button to view the contents of a folder or collection",
+ "placeholders": {
+ "name": {
+ "content": "$1",
+ "example": "Work"
+ }
+ }
+ },
+ "backTo": {
+ "message": "Назад на $NAME$",
+ "description": "Navigate back to a previous folder or collection",
+ "placeholders": {
+ "name": {
+ "content": "$1",
+ "example": "Work"
+ }
+ }
+ },
+ "back": {
+ "message": "Назад",
+ "description": "Button text to navigate back"
+ },
+ "removeItem": {
+ "message": "Уклонити $NAME$",
+ "description": "Remove a selected option, such as a folder or collection",
+ "placeholders": {
+ "name": {
+ "content": "$1",
+ "example": "Work"
+ }
+ }
+ },
+ "viewInfo": {
+ "message": "Прикажи информације"
+ },
+ "viewAccess": {
+ "message": "Прикажи приступ"
+ },
+ "noCollectionsSelected": {
+ "message": "Нисте изабрали ниједну колекцију."
+ },
+ "updateName": {
+ "message": "Ажурирајте име"
+ },
+ "updatedOrganizationName": {
+ "message": "Ажурирано име организације"
+ },
+ "providerPlan": {
+ "message": "Управљени провајдери сервиса"
+ },
+ "managedServiceProvider": {
+ "message": "Managed service provider"
+ },
+ "multiOrganizationEnterprise": {
+ "message": "Multi-organization enterprise"
+ },
+ "orgSeats": {
+ "message": "Седиста организације"
+ },
+ "providerDiscount": {
+ "message": "$AMOUNT$% попуста",
+ "placeholders": {
+ "amount": {
+ "content": "$1",
+ "example": "2"
+ }
+ }
+ },
+ "lowKDFIterationsBanner": {
+ "message": "Ниске KDF итерације. Повећајте број понављања да бисте побољшали безбедност свог налога."
+ },
+ "changeKDFSettings": {
+ "message": "Променити KDF подешавања"
+ },
+ "secureYourInfrastructure": {
+ "message": "Обезбедите своју инфраструктуру"
+ },
+ "protectYourFamilyOrBusiness": {
+ "message": "Заштитите своју породицу или посао"
+ },
+ "upgradeOrganizationCloseSecurityGaps": {
+ "message": "Затворите безбедносне празнине извештајима о надгледању"
+ },
+ "upgradeOrganizationCloseSecurityGapsDesc": {
+ "message": "Будите испред безбедносних пропуста надоградњом на плаћени план за побољшано праћење."
+ },
+ "approveAllRequests": {
+ "message": "Одобри све захтеве"
+ },
+ "allLoginRequestsApproved": {
+ "message": "Сви захтеви за пријаву су одобрени"
+ },
+ "payPal": {
+ "message": "PayPal"
+ },
+ "bitcoin": {
+ "message": "Bitcoin"
+ },
+ "updatedTaxInformation": {
+ "message": "Ажуриране пореске информације"
+ },
+ "billingInvalidTaxIdError": {
+ "message": "Invalid tax ID, if you believe this is an error please contact support."
+ },
+ "billingTaxIdTypeInferenceError": {
+ "message": "We were unable to validate your tax ID, if you believe this is an error please contact support."
+ },
+ "billingPreviewInvalidTaxIdError": {
+ "message": "Invalid tax ID, if you believe this is an error please contact support."
+ },
+ "billingPreviewInvoiceError": {
+ "message": "An error occurred while previewing the invoice. Please try again later."
+ },
+ "unverified": {
+ "message": "Непроверено"
+ },
+ "verified": {
+ "message": "Проверено"
+ },
+ "viewSecret": {
+ "message": "Види тајну"
+ },
+ "noClients": {
+ "message": "Нема клијената за попис"
+ },
+ "providerBillingEmailHint": {
+ "message": "Овај имејл ће примати све фактуре које се односе на овог провајдера",
+ "description": "A hint that shows up on the Provider setup page to inform the admin the billing email will receive the provider's invoices."
+ },
+ "upgradeOrganizationEnterprise": {
+ "message": "Идентификујте безбедносне ризике ревизијом приступа чланова"
+ },
+ "onlyAvailableForEnterpriseOrganization": {
+ "message": "Брзо прегледајте приступ чланова широм организације надоградњом на Enterprise план."
+ },
+ "date": {
+ "message": "Датум"
+ },
+ "exportClientReport": {
+ "message": "Извези извештај клијента"
+ },
+ "memberAccessReport": {
+ "message": "Приступ чланова"
+ },
+ "memberAccessReportDesc": {
+ "message": "Уверите се да чланови имају приступ правим акредитивима и да су њихови налози сигурни. Користите овај извештај да бисте добили ЦСВ приступ чланова и конфигурације налога."
+ },
+ "memberAccessReportPageDesc": {
+ "message": "Провера приступа чланова организације кроз групе, колекције и ставке колекције. ЦСВ извоз пружа детаљну анализу по члану, укључујући информације о дозволама за прикупљање и конфигурацијама налога."
+ },
+ "memberAccessReportNoCollection": {
+ "message": "(Нема колекције)"
+ },
+ "memberAccessReportNoCollectionPermission": {
+ "message": "(Без дозволе за колекцију)"
+ },
+ "memberAccessReportNoGroup": {
+ "message": "(Нема групе)"
+ },
+ "memberAccessReportTwoFactorEnabledTrue": {
+ "message": "Да"
+ },
+ "memberAccessReportTwoFactorEnabledFalse": {
+ "message": "Не"
+ },
+ "memberAccessReportAuthenticationEnabledTrue": {
+ "message": "Да"
+ },
+ "memberAccessReportAuthenticationEnabledFalse": {
+ "message": "Не"
+ },
+ "higherKDFIterations": {
+ "message": "Веће KDF итерације може помоћи у заштити ваше главне лозинке од грубе присиле од стране нападача."
+ },
+ "incrementsOf100,000": {
+ "message": "повећање од 100.000"
+ },
+ "smallIncrements": {
+ "message": "малим корацима"
+ },
+ "kdfIterationRecommends": {
+ "message": "Препоручујемо 600.000 или више"
+ },
+ "kdfToHighWarningIncreaseInIncrements": {
+ "message": "За старије уређаје, постављање вашег КДФ-а превисоко може довести до проблема са перформансама. Повећајте вредност у $VALUE$ и тестирајте своје уређаје.",
+ "placeholders": {
+ "value": {
+ "content": "$1",
+ "example": "increments of 100,000"
+ }
+ }
+ },
+ "providerReinstate": {
+ "message": " Контактирајте корисничку подршку да бисте обновили претплату."
+ },
+ "secretPeopleDescription": {
+ "message": "Одобрите групама или особама приступ овој тајни. Дозволе постављене за особе ће заменити дозволе које су поставиле групе."
+ },
+ "secretPeopleEmptyMessage": {
+ "message": "Додајте особе или групе да бисте делили приступ овој тајни"
+ },
+ "secretMachineAccountsDescription": {
+ "message": "Одобрите налозима машине приступ овој тајни."
+ },
+ "secretMachineAccountsEmptyMessage": {
+ "message": "Додајте машинске налоге да бисте одобрили приступ овој тајни"
+ },
+ "smAccessRemovalWarningSecretTitle": {
+ "message": "Уклоните приступ овој тајни"
+ },
+ "smAccessRemovalSecretMessage": {
+ "message": "Ова радња ће вам уклонити приступ овој тајни."
+ },
+ "invoice": {
+ "message": "Фактура"
+ },
+ "unassignedSeatsAvailable": {
+ "message": "Имат $SEATS$ доступна нераспоређена места.",
+ "placeholders": {
+ "seats": {
+ "content": "$1",
+ "example": "10"
+ }
+ },
+ "description": "A message showing how many unassigned seats are available for a provider."
+ },
+ "contactYourProviderForAdditionalSeats": {
+ "message": "Обратите се свом админ провајдеру да бисте купили додатна места."
+ },
+ "open": {
+ "message": "Отвори",
+ "description": "The status of an invoice."
+ },
+ "uncollectible": {
+ "message": "Ненаплативо",
+ "description": "The status of an invoice."
+ },
+ "clientDetails": {
+ "message": "Детаљи клијента"
+ },
+ "downloadCSV": {
+ "message": "Преузми ЦСВ"
+ },
+ "monthlySubscriptionUserSeatsMessage": {
+ "message": "Прилагођавања ваше претплате ће резултирати пропорционалним трошковима у односу на укупне износе рачуна у вашем следећем обрачунском периоду. "
+ },
+ "annualSubscriptionUserSeatsMessage": {
+ "message": "Прилагођавања ваше претплате ће резултирати пропорционалним трошковима за месечни обрачунски циклус. "
+ },
+ "billingHistoryDescription": {
+ "message": "Преузмите ЦСВ да бисте добили детаље о клијенту за сваки датум обрачуна. Пропорционални трошкови нису укључени у ЦСВ и могу се разликовати од повезане фактуре. За најтачније податке о обрачуну погледајте своје месечне фактуре.",
+ "description": "A paragraph on the Billing History page of the Provider Portal letting users know they can download a CSV report for their invoices that does not include prorations."
+ },
+ "noInvoicesToList": {
+ "message": "Нема фактура за попис",
+ "description": "A paragraph on the Billing History page of the Provider Portal letting users know they can download a CSV report for their invoices that does not include prorations."
+ },
+ "providerClientVaultPrivacyNotification": {
+ "message": "Обавештење: Касније овог месеца, приватност сефа клијента ће бити побољшана и чланови провајдера више неће имати директан приступ ставкама клијентског сефа. За питања,",
+ "description": "This will be displayed as part of a larger sentence. The whole sentence reads: 'Notice: Later this month, client vault privacy will be improved and provider members will no longer have direct access to client vault items. For questions, please contact Bitwarden support'."
+ },
+ "contactBitwardenSupport": {
+ "message": "контактирајте подршку Bitwarden-а.",
+ "description": "This will be displayed as part of a larger sentence. The whole sentence reads: 'Notice: Later this month, client vault privacy will be improved and provider members will no longer have direct access to client vault items. For questions, please contact Bitwarden support'. 'Bitwarden' should not be translated"
+ },
+ "sponsored": {
+ "message": "Спонзорисано"
+ },
+ "licenseAndBillingManagementDesc": {
+ "message": "Након ажурирања на Bitwarden клауду серверу, отпремите датотеку лиценце да бисте применили најновије промене."
+ },
+ "addToFolder": {
+ "message": "Додај фасцикли"
+ },
+ "selectFolder": {
+ "message": "Изабери фасциклу"
+ },
+ "personalItemTransferWarningSingular": {
+ "message": "1 ставка биће трајно пребачена у изабрану организацију. Више нећете имати ову ставку."
+ },
+ "personalItemsTransferWarningPlural": {
+ "message": "$PERSONAL_ITEMS_COUNT$ ставке биће трајно пребачени у изабрану организацију. Више нећете имати ове ставке.",
+ "placeholders": {
+ "personal_items_count": {
+ "content": "$1",
+ "example": "2"
+ }
+ }
+ },
+ "personalItemWithOrgTransferWarningSingular": {
+ "message": "1 ставка биће трајно пребачена у $ORG$. Више нећете имати ову ставку.",
+ "placeholders": {
+ "org": {
+ "content": "$1",
+ "example": "Organization name"
+ }
+ }
+ },
+ "personalItemsWithOrgTransferWarningPlural": {
+ "message": "$PERSONAL_ITEMS_COUNT$ ставке биће трајно пребачени у $ORG$. Више нећете имати ове ставке.",
+ "placeholders": {
+ "personal_items_count": {
+ "content": "$1",
+ "example": "2"
+ },
+ "org": {
+ "content": "$2",
+ "example": "Organization name"
+ }
+ }
+ },
+ "data": {
+ "message": "Подаци"
+ },
+ "purchasedSeatsRemoved": {
+ "message": "купљена места уклоњена"
+ },
+ "environmentVariables": {
+ "message": "Променљиве окружења"
+ },
+ "organizationId": {
+ "message": "ИД Организације"
+ },
+ "projectIds": {
+ "message": "ИД Пројекте"
+ },
+ "projectId": {
+ "message": "ИД Пројекта"
+ },
+ "projectsAccessedByMachineAccount": {
+ "message": "Следећим пројектима се може приступити преко овог машинског налога."
+ },
+ "config": {
+ "message": "Подешавање"
+ },
+ "learnMoreAboutEmergencyAccess": {
+ "message": "Сазнајте више о приступу у хитним случајевима"
+ },
+ "learnMoreAboutMatchDetection": {
+ "message": "Сазнајте више о откривању подударања"
+ },
+ "learnMoreAboutMasterPasswordReprompt": {
+ "message": "Сазнајте више о поновном постављању главне лозинке"
+ },
+ "learnMoreAboutSearchingYourVault": {
+ "message": "Сазнајте више о претраживању вашег сефа"
+ },
+ "learnMoreAboutYourAccountFingerprintPhrase": {
+ "message": "Сазнајте више о фрази отиска прста на налогу"
+ },
+ "impactOfRotatingYourEncryptionKey": {
+ "message": "Утицај ротирања кључа за шифровање"
+ },
+ "learnMoreAboutEncryptionAlgorithms": {
+ "message": "Сазнајте више о алгоритмима за шифровање"
+ },
+ "learnMoreAboutKDFIterations": {
+ "message": "Сазнајте више о KDF понављања"
+ },
+ "learnMoreAboutLocalization": {
+ "message": "Сазнајте више о локализацији"
+ },
+ "learnMoreAboutWebsiteIcons": {
+ "message": "Сазнајте више о коришћењу икона веб локација"
+ },
+ "learnMoreAboutUserAccess": {
+ "message": "Сазнајте више о приступу корисника"
+ },
+ "learnMoreAboutMemberRoles": {
+ "message": "Сазнајте више о улогама и дозволама чланова"
+ },
+ "whatIsACvvNumber": {
+ "message": "Шта је CVV број?"
+ },
+ "learnMoreAboutApi": {
+ "message": "Сазнајте више о API Bitwarden-а"
+ },
+ "fileSend": {
+ "message": "Датотека „Send“"
+ },
+ "fileSends": {
+ "message": "Датотека „Send“"
+ },
+ "textSend": {
+ "message": "Текст „Send“"
+ },
+ "textSends": {
+ "message": "Текст „Send“"
+ },
+ "includesXMembers": {
+ "message": "for $COUNT$ member",
+ "placeholders": {
+ "count": {
+ "content": "$1",
+ "example": "5"
+ }
+ }
+ },
+ "costPerMember": {
+ "message": "$COST$",
+ "placeholders": {
+ "cost": {
+ "content": "$1",
+ "example": "$3"
+ }
+ }
+ },
+ "optionalOnPremHosting": {
+ "message": "Optional on-premises hosting"
+ },
+ "upgradeFreeOrganization": {
+ "message": "Upgrade your $NAME$ organization ",
+ "placeholders": {
+ "name": {
+ "content": "$1",
+ "example": "Teams"
+ }
+ }
+ },
+ "includeSsoAuthenticationMessage": {
+ "message": "SSO аутентификација"
+ },
+ "familiesPlanInvLimitReachedManageBilling": {
+ "message": "Families organizations may have up to $SEATCOUNT$ members. Upgrade to a paid plan to invite more members.",
+ "placeholders": {
+ "seatcount": {
+ "content": "$1",
+ "example": "6"
+ }
+ }
+ },
+ "familiesPlanInvLimitReachedNoManageBilling": {
+ "message": "Families organizations may have up to $SEATCOUNT$ members. Contact your organization owner to upgrade.",
+ "placeholders": {
+ "seatcount": {
+ "content": "$1",
+ "example": "6"
+ }
+ }
+ },
+ "upgradePlans": {
+ "message": "Надоградите свој план да бисте позвали чланове и искусили моћне безбедносне функције."
+ },
+ "upgradeDiscount": {
+ "message": "Уштедите $AMOUNT$%",
+ "placeholders": {
+ "amount": {
+ "content": "$1",
+ "example": "2"
+ }
+ }
+ },
+ "enterprisePlanUpgradeMessage": {
+ "message": "Напредне могућности за веће организације"
+ },
+ "teamsPlanUpgradeMessage": {
+ "message": "Отпорна заштита за растуће тимове"
+ },
+ "teamsInviteMessage": {
+ "message": "Invite unlimited members"
+ },
+ "accessToCreateGroups": {
+ "message": "Приступ за креирање група"
+ },
+ "syncGroupsAndUsersFromDirectory": {
+ "message": "Синхронизујте групе и кориснике из директоријума"
+ },
+ "familyPlanUpgradeMessage": {
+ "message": "Осигурајте своје породичне пријаве"
+ },
+ "accessToPremiumFeatures": {
+ "message": "Приступ Премиум функцијама"
+ },
+ "additionalStorageGbMessage": {
+ "message": "ГБ додатног простора за складиштење"
+ },
+ "sshKeyAlgorithm": {
+ "message": "Алгоритам кључа"
+ },
+ "sshPrivateKey": {
+ "message": "Приватни кључ"
+ },
+ "sshPublicKey": {
+ "message": "Јавни кључ"
+ },
+ "sshFingerprint": {
+ "message": "Отисак"
+ },
+ "sshKeyFingerprint": {
+ "message": "Отисак прста"
+ },
+ "sshKeyPrivateKey": {
+ "message": "Приватни кључ"
+ },
+ "sshKeyPublicKey": {
+ "message": "Јавни кључ"
+ },
+ "sshKeyAlgorithmED25519": {
+ "message": "ED25519"
+ },
+ "sshKeyAlgorithmRSA2048": {
+ "message": "RSA 2048-бита"
+ },
+ "sshKeyAlgorithmRSA3072": {
+ "message": "RSA 3072-бита"
+ },
+ "sshKeyAlgorithmRSA4096": {
+ "message": "RSA 4096-бита"
+ },
+ "premiumAccounts": {
+ "message": "6 премијум налога"
+ },
+ "unlimitedSharing": {
+ "message": "Неограничено дељење"
+ },
+ "unlimitedCollections": {
+ "message": "Неограничене колекције"
+ },
+ "secureDataSharing": {
+ "message": "Сигурносно дељење података"
+ },
+ "eventLogMonitoring": {
+ "message": "Праћење дневника догађаја"
+ },
+ "directoryIntegration": {
+ "message": "Directory integration"
+ },
+ "passwordLessSso": {
+ "message": "PasswordLess SSO"
+ },
+ "accountRecovery": {
+ "message": "Опоравка налога"
+ },
+ "customRoles": {
+ "message": "Прилагођене улоге"
+ },
+ "unlimitedSecretsStorage": {
+ "message": "Неограничено складиштење тајни"
+ },
+ "unlimitedUsers": {
+ "message": "Неограничен број корисника"
+ },
+ "UpTo50MachineAccounts": {
+ "message": "До 50 машинских налога"
+ },
+ "UpTo20MachineAccounts": {
+ "message": "До 20 машинских налога"
+ },
+ "current": {
+ "message": "Тренутно"
+ },
+ "secretsManagerSubscriptionInfo": {
+ "message": "Ваша претплата на Secrets Manager ће се надоградити на основу одабраног плана"
+ },
+ "bitwardenPasswordManager": {
+ "message": "Bitwarden Менаџер Лозинке"
+ },
+ "secretsManagerComplimentaryPasswordManager": {
+ "message": "Ваша комплементарна једногодишња претплата на Менаџер Лозинки ће надоградити на изабрани план. Неће вам бити наплаћено док се бесплатни период не заврши."
+ },
+ "fileSavedToDevice": {
+ "message": "Датотека је сачувана на уређају. Управљајте преузимањима са свог уређаја."
+ },
+ "publicApi": {
+ "message": "Јавни API",
+ "description": "The text, 'API', is an acronym and should not be translated."
+ },
+ "showCharacterCount": {
+ "message": "Прикажи бројање слова"
+ },
+ "hideCharacterCount": {
+ "message": "Сакриј бројање слова"
+ },
+ "editAccess": {
+ "message": "Уредити приступ"
+ },
+ "textHelpText": {
+ "message": "Користите текстуална поља за податке као што су безбедносна питања"
+ },
+ "hiddenHelpText": {
+ "message": "Користите скривена поља за осетљиве податке као што је лозинка"
+ },
+ "checkBoxHelpText": {
+ "message": "Користите поља за потврду ако желите да аутоматски попуните поље за потврду обрасца, на пример имејл за памћење"
+ },
+ "linkedHelpText": {
+ "message": "Користите повезано поље када имате проблема са аутоматским попуњавањем за одређену веб локацију."
+ },
+ "linkedLabelHelpText": {
+ "message": "Унесите html Ид поља, име, aria-label, или placeholder."
+ },
+ "uppercaseDescription": {
+ "message": "Укључити велика слова",
+ "description": "Tooltip for the password generator uppercase character checkbox"
+ },
+ "uppercaseLabel": {
+ "message": "A-Z",
+ "description": "Label for the password generator uppercase character checkbox"
+ },
+ "lowercaseDescription": {
+ "message": "Укључити мала слова",
+ "description": "Full description for the password generator lowercase character checkbox"
+ },
+ "lowercaseLabel": {
+ "message": "a-z",
+ "description": "Label for the password generator lowercase character checkbox"
+ },
+ "numbersDescription": {
+ "message": "Укључити бројеве",
+ "description": "Full description for the password generator numbers checkbox"
+ },
+ "numbersLabel": {
+ "message": "0-9",
+ "description": "Label for the password generator numbers checkbox"
+ },
+ "specialCharactersDescription": {
+ "message": "Укључити специјална слова",
+ "description": "Full description for the password generator special characters checkbox"
+ },
+ "addAttachment": {
+ "message": "Додај прилог"
+ },
+ "maxFileSizeSansPunctuation": {
+ "message": "Максимална величина је 500МБ"
+ },
+ "permanentlyDeleteAttachmentConfirmation": {
+ "message": "Да ли сте сигурни да желите да трајно избришете овај прилог?"
+ },
+ "manageSubscriptionFromThe": {
+ "message": "Manage subscription from the",
+ "description": "This represents the beginning of a sentence. The full sentence will be 'Manage subscription from the Provider Portal', but 'Provider Portal' will be a link and thus cannot be included in the translation file."
+ },
+ "toHostBitwardenOnYourOwnServer": {
+ "message": "To host Bitwarden on your own server, you will need to upload your license file. To support Free Families plans and advanced billing capabilities for your self-hosted organization, you will need to set up automatic sync in your self-hosted organization."
+ },
+ "selfHostingTitleProper": {
+ "message": "Селф-Хостинг"
+ },
+ "claim-domain-single-org-warning": {
+ "message": "Claiming a domain will turn on the single organization policy."
+ },
+ "single-org-revoked-user-warning": {
+ "message": "Non-compliant members will be revoked. Administrators can restore members once they leave all other organizations."
+ },
+ "deleteOrganizationUser": {
+ "message": "Обриши $NAME$",
+ "placeholders": {
+ "name": {
+ "content": "$1",
+ "example": "John Doe"
+ },
+ "description": "Title for the delete organization user dialog"
+ }
+ },
+ "deleteOrganizationUserWarningDesc": {
+ "message": "This will permanently delete all items owned by $NAME$. Collection items are not impacted.",
+ "description": "Warning description for the delete organization user dialog",
+ "placeholders": {
+ "name": {
+ "content": "$1",
+ "example": "John Doe"
+ }
+ }
+ },
+ "deleteManyOrganizationUsersWarningDesc": {
+ "message": "This will permanently delete all items owned by the following members. Collection items are not impacted.",
+ "description": "Warning description for the bulk delete organization users dialog"
+ },
+ "organizationUserDeleted": {
+ "message": "$NAME$ је обрисан",
+ "placeholders": {
+ "name": {
+ "content": "$1",
+ "example": "John Doe"
+ }
+ }
+ },
+ "organizationUserDeletedDesc": {
+ "message": "Корисник је уклоњен из организације и сви повезани кориснички подаци су избрисани."
+ },
+ "deletedUserId": {
+ "message": "Deleted user $ID$ - an owner / admin deleted the user account",
+ "placeholders": {
+ "id": {
+ "content": "$1",
+ "example": "First 8 Character of a GUID"
+ }
+ }
+ },
+ "userLeftOrganization": {
+ "message": "$ID$ је напустио организацију",
+ "placeholders": {
+ "id": {
+ "content": "$1",
+ "example": "First 8 Character of a GUID"
+ }
+ }
+ },
+ "suspendedOrganizationTitle": {
+ "message": "$ORGANIZATION$ је суспендована",
+ "placeholders": {
+ "organization": {
+ "content": "$1",
+ "example": "Acme c"
+ }
+ }
+ },
+ "suspendedUserOrgMessage": {
+ "message": "Обратите се власнику ваше организације за помоћ."
+ },
+ "suspendedOwnerOrgMessage": {
+ "message": "Да бисте поново добили приступ својој организацији, додајте начин плаћања."
+ },
+ "deleteMembers": {
+ "message": "Избрисати чланове"
+ },
+ "noSelectedMembersApplicable": {
+ "message": "Ова акција није применљива на било који од одабраних чланова."
+ },
+ "deletedSuccessfully": {
+ "message": "Успешно обрисано"
+ },
+ "freeFamiliesSponsorship": {
+ "message": "Remove Free Bitwarden Families sponsorship"
+ },
+ "freeFamiliesSponsorshipPolicyDesc": {
+ "message": "Do not allow members to redeem a Families plan through this organization."
+ },
+ "verifyBankAccountWithStatementDescriptorWarning": {
+ "message": "Payment with a bank account is only available to customers in the United States. You will be required to verify your bank account. We will make a micro-deposit within the next 1-2 business days. Enter the statement descriptor code from this deposit on the organization's billing page to verify the bank account. Failure to verify the bank account will result in a missed payment and your subscription being suspended."
+ },
+ "verifyBankAccountWithStatementDescriptorInstructions": {
+ "message": "We have made a micro-deposit to your bank account (this may take 1-2 business days). Enter the six-digit code starting with 'SM' found on the deposit description. Failure to verify the bank account will result in a missed payment and your subscription being suspended."
+ },
+ "descriptorCode": {
+ "message": "Кôд дескриптора"
+ },
+ "cannotRemoveViewOnlyCollections": {
+ "message": "Не можете уклонити колекције са дозволама само за приказ: $COLLECTIONS$",
+ "placeholders": {
+ "collections": {
+ "content": "$1",
+ "example": "Work, Personal"
+ }
+ }
+ },
+ "removeMembers": {
+ "message": "Уклони чланове"
+ },
+ "devices": {
+ "message": "Уређаји"
+ },
+ "deviceListDescription": {
+ "message": "Ваш рачун је пријављен на сваку од доле наведених уређаја. Ако не препознајете уређај, извадите га сада."
+ },
+ "deviceListDescriptionTemp": {
+ "message": "Ваш рачун је пријављен на сваку од доле наведених уређаја."
+ },
+ "claimedDomains": {
+ "message": "Claimed domains"
+ },
+ "claimDomain": {
+ "message": "Claim domain"
+ },
+ "reclaimDomain": {
+ "message": "Reclaim domain"
+ },
+ "claimDomainNameInputHint": {
+ "message": "Example: mydomain.com. Subdomains require separate entries to be claimed."
+ },
+ "automaticClaimedDomains": {
+ "message": "Automatic Claimed Domains"
+ },
+ "automaticDomainClaimProcess": {
+ "message": "Bitwarden will attempt to claim the domain 3 times during the first 72 hours. If the domain can’t be claimed, check the DNS record in your host and manually claim. The domain will be removed from your organization in 7 days if it is not claimed."
+ },
+ "domainNotClaimed": {
+ "message": "$DOMAIN$ not claimed. Check your DNS records.",
+ "placeholders": {
+ "DOMAIN": {
+ "content": "$1",
+ "example": "bitwarden.com"
+ }
+ }
+ },
+ "domainStatusClaimed": {
+ "message": "Claimed"
+ },
+ "domainStatusUnderVerification": {
+ "message": "Под провером"
+ },
+ "claimedDomainsDesc": {
+ "message": "Claim a domain to own all member accounts whose email address matches the domain. Members will be able to skip the SSO identifier when logging in. Administrators will also be able to delete member accounts."
+ },
+ "invalidDomainNameClaimMessage": {
+ "message": "Input is not a valid format. Format: mydomain.com. Subdomains require separate entries to be claimed."
+ },
+ "domainClaimedEvent": {
+ "message": "$DOMAIN$ claimed",
+ "placeholders": {
+ "DOMAIN": {
+ "content": "$1",
+ "example": "bitwarden.com"
+ }
+ }
+ },
+ "domainNotClaimedEvent": {
+ "message": "$DOMAIN$ not claimed",
+ "placeholders": {
+ "DOMAIN": {
+ "content": "$1",
+ "example": "bitwarden.com"
+ }
+ }
+ },
+ "updatedRevokeSponsorshipConfirmationForSentSponsorship": {
+ "message": "If you remove $EMAIL$, the sponsorship for this Family plan cannot be redeemed. Are you sure you want to continue?",
+ "placeholders": {
+ "email": {
+ "content": "$1",
+ "example": "sponsored@organization.com"
+ }
+ }
+ },
+ "updatedRevokeSponsorshipConfirmationForAcceptedSponsorship": {
+ "message": "If you remove $EMAIL$, the sponsorship for this Family plan will end and the saved payment method will be charged $40 + applicable tax on $DATE$. You will not be able to redeem a new sponsorship until $DATE$. Are you sure you want to continue?",
+ "placeholders": {
+ "email": {
+ "content": "$1",
+ "example": "sponsored@organization.com"
+ },
+ "date": {
+ "content": "$2",
+ "example": "12/10/2024"
+ }
+ }
+ },
+ "domainClaimed": {
+ "message": "Domain claimed"
+ },
+ "organizationNameMaxLength": {
+ "message": "Име организације не може прећи 50 знакова."
+ },
+ "rotationCompletedTitle": {
+ "message": "Key rotation successful"
+ },
+ "rotationCompletedDesc": {
+ "message": "Your master password and encryption keys have been updated. Your other devices have been logged out."
+ },
+ "trustUserEmergencyAccess": {
+ "message": "Trust and confirm user"
+ },
+ "trustOrganization": {
+ "message": "Trust organization"
+ },
+ "trust": {
+ "message": "Trust"
+ },
+ "doNotTrust": {
+ "message": "Do not trust"
+ },
+ "organizationNotTrusted": {
+ "message": "Организација није поверљива"
+ },
+ "emergencyAccessTrustWarning": {
+ "message": "For the security of your account, only confirm if you have granted emergency access to this user and their fingerprint matches what is displayed in their account"
+ },
+ "orgTrustWarning": {
+ "message": "For the security of your account, only proceed if you are a member of this organization, have account recovery enabled, and the fingerprint displayed below matches the organization's fingerprint."
+ },
+ "orgTrustWarning1": {
+ "message": "This organization has an Enterprise policy that will enroll you in account recovery. Enrollment will allow organization administrators to change your password. Only proceed if you recognize this organization and the fingerprint phrase displayed below matches the organization's fingerprint."
+ },
+ "trustUser": {
+ "message": "Trust user"
+ },
+ "sshKeyWrongPassword": {
+ "message": "Лозинка коју сте унели није тачна."
+ },
+ "importSshKey": {
+ "message": "Увоз"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Потврда лозинке"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Унети лозинку за SSH кључ."
+ },
+ "enterSshKeyPassword": {
+ "message": "Унесите лозинку"
+ },
+ "invalidSshKey": {
+ "message": "SSH кључ је неважећи"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "Тип SSH кључа није подржан"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Увезите кључ из оставе"
+ },
+ "sshKeyImported": {
+ "message": "SSH кључ је успешно увезен"
+ },
+ "copySSHPrivateKey": {
+ "message": "Копирај приватни кључ"
+ },
+ "openingExtension": {
+ "message": "Отварање Bitwarden додатка прегледача"
+ },
+ "somethingWentWrong": {
+ "message": "Нешто није у реду..."
+ },
+ "openingExtensionError": {
+ "message": "Имали смо проблема са отварањем додатка. Кликните на дугме да бисте га сада отворили."
+ },
+ "openExtension": {
+ "message": "Отвори додатак"
+ },
+ "doNotHaveExtension": {
+ "message": "Немате додатак за Bitwarden?"
+ },
+ "installExtension": {
+ "message": "Инсталирајте додатак"
+ },
+ "openedExtension": {
+ "message": "Отворите додатак претраживача"
+ },
+ "openedExtensionViewAtRiskPasswords": {
+ "message": "Успешно је отворен додатак. Сада можете да прегледате своје ризичне лозинке."
+ },
+ "openExtensionManuallyPart1": {
+ "message": "Имали смо проблема са отварањем додатка. Отворите Bitwarden иконицу",
+ "description": "This will be used as part of a larger sentence, broken up to include the Bitwarden icon. The full sentence will read 'We had trouble opening the Bitwarden browser extension. Open the Bitwarden icon [Bitwarden Icon] from the toolbar.'"
+ },
+ "openExtensionManuallyPart2": {
+ "message": "са алатне траке.",
+ "description": "This will be used as part of a larger sentence, broken up to include the Bitwarden icon. The full sentence will read 'We had trouble opening the Bitwarden browser extension. Open the Bitwarden icon [Bitwarden Icon] from the toolbar.'"
+ },
+ "resellerRenewalWarningMsg": {
+ "message": "Your subscription will renew soon. To ensure uninterrupted service, contact $RESELLER$ to confirm your renewal before $RENEWAL_DATE$.",
+ "placeholders": {
+ "reseller": {
+ "content": "$1",
+ "example": "Reseller Name"
+ },
+ "renewal_date": {
+ "content": "$2",
+ "example": "01/01/2024"
+ }
+ }
+ },
+ "resellerOpenInvoiceWarningMgs": {
+ "message": "An invoice for your subscription was issued on $ISSUED_DATE$. To ensure uninterrupted service, contact $RESELLER$ to confirm your renewal before $DUE_DATE$.",
+ "placeholders": {
+ "reseller": {
+ "content": "$1",
+ "example": "Reseller Name"
+ },
+ "issued_date": {
+ "content": "$2",
+ "example": "01/01/2024"
+ },
+ "due_date": {
+ "content": "$3",
+ "example": "01/15/2024"
+ }
+ }
+ },
+ "resellerPastDueWarningMsg": {
+ "message": "The invoice for your subscription has not been paid. To ensure uninterrupted service, contact $RESELLER$ to confirm your renewal before $GRACE_PERIOD_END$.",
+ "placeholders": {
+ "reseller": {
+ "content": "$1",
+ "example": "Reseller Name"
+ },
+ "grace_period_end": {
+ "content": "$2",
+ "example": "02/14/2024"
+ }
+ }
+ },
+ "restartOrganizationSubscription": {
+ "message": "Organization subscription restarted"
+ },
+ "restartSubscription": {
+ "message": "Поново покрените претплату"
+ },
+ "suspendedManagedOrgMessage": {
+ "message": "Контактирајте $PROVIDER$ за помоћ.",
+ "placeholders": {
+ "provider": {
+ "content": "$1",
+ "example": "Acme c"
+ }
+ }
+ },
+ "accountDeprovisioningNotification": {
+ "message": "Administrators now have the ability to delete member accounts that belong to a claimed domain."
+ },
+ "deleteManagedUserWarningDesc": {
+ "message": "This action will delete the member account including all items in their vault. This replaces the previous Remove action."
+ },
+ "deleteManagedUserWarning": {
+ "message": "Избриши је нова акција!"
+ },
+ "seatsRemaining": {
+ "message": "You have $REMAINING$ seats remaining out of $TOTAL$ seats assigned to this organization. Contact your provider to manage your subscription.",
+ "placeholders": {
+ "remaining": {
+ "content": "$1",
+ "example": "5"
+ },
+ "total": {
+ "content": "$2",
+ "example": "10"
+ }
+ }
+ },
+ "existingOrganization": {
+ "message": "Постојећа организација"
+ },
+ "selectOrganizationProviderPortal": {
+ "message": "Select an organization to add to your Provider Portal."
+ },
+ "noOrganizations": {
+ "message": "There are no organizations to list"
+ },
+ "yourProviderSubscriptionCredit": {
+ "message": "Your provider subscription will receive a credit for any remaining time in the organization's subscription."
+ },
+ "doYouWantToAddThisOrg": {
+ "message": "Do you want to add this organization to $PROVIDER$?",
+ "placeholders": {
+ "provider": {
+ "content": "$1",
+ "example": "Cool MSP"
+ }
+ }
+ },
+ "addedExistingOrganization": {
+ "message": "Added existing organization"
+ },
+ "assignedExceedsAvailable": {
+ "message": "Assigned seats exceed available seats."
+ },
+ "userkeyRotationDisclaimerEmergencyAccessText": {
+ "message": "Fingerprint phrase for $NUM_USERS$ contacts for which you have enabled emergency access.",
+ "placeholders": {
+ "num_users": {
+ "content": "$1",
+ "example": "5"
+ }
+ }
+ },
+ "userkeyRotationDisclaimerAccountRecoveryOrgsText": {
+ "message": "Fingerprint phrase for the organization $ORG_NAME$ for which you have enabled account recovery.",
+ "placeholders": {
+ "org_name": {
+ "content": "$1",
+ "example": "My org"
+ }
+ }
+ },
+ "userkeyRotationDisclaimerDescription": {
+ "message": "Rotating your encryption keys will require you to trust keys of any organizations that can recover your account, and any contacts that you have enabled emergency access for. To continue, make sure you can verify the following:"
+ },
+ "userkeyRotationDisclaimerTitle": {
+ "message": "Untrusted encryption keys"
+ },
+ "changeAtRiskPassword": {
+ "message": "Променити ризичну лозинку"
+ },
+ "removeUnlockWithPinPolicyTitle": {
+ "message": "Remove Unlock with PIN"
+ },
+ "removeUnlockWithPinPolicyDesc": {
+ "message": "Do not allow members to unlock their account with a PIN."
+ },
+ "upgradeForFullEventsMessage": {
+ "message": "Извештаји догађаја се не чувају за вашу организацију. Надоградите се у плану Teams или Enterprise да бисте добили потпуни приступ извештајима догађаја организације."
+ },
+ "upgradeEventLogTitleMessage": {
+ "message": "Надоградите да бисте видели извештаји догађаја из ваше организације."
+ },
+ "upgradeEventLogMessage": {
+ "message": "Ови догађаји су само примери и не одражавају стварне догађаје у вашем Bitwarden отганизацији."
+ },
+ "cannotCreateCollection": {
+ "message": "Бесплатне организације могу имати до 2 колекције. Надоградите на плаћени план за додавање више колекција."
+ },
+ "businessUnit": {
+ "message": "Business Unit"
+ },
+ "businessUnits": {
+ "message": "Business Units"
+ },
+ "newBusinessUnit": {
+ "message": "New business unit"
+ },
+ "sendsTitleNoItems": {
+ "message": "Шаљите бзбедно осетљиве информације",
+ "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
+ },
+ "sendsBodyNoItems": {
+ "message": "Делите датотеке и податке безбедно са било ким, на било којој платформи. Ваше информације ће остати шифроване од почетка-до-краја уз ограничење изложености.",
+ "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
+ },
+ "generatorNudgeTitle": {
+ "message": "Брзо креирајте лозинке"
+ },
+ "generatorNudgeBodyOne": {
+ "message": "Лако креирајте снажне и јединствене лозинке кликом на",
+ "description": "Two part message",
+ "example": "Easily create strong and unique passwords by clicking on {icon} to help you keep your logins secure."
+ },
+ "generatorNudgeBodyTwo": {
+ "message": "да вам помогне да задржите своје пријаве сигурно.",
+ "description": "Two part message",
+ "example": "Easily create strong and unique passwords by clicking on {icon} to help you keep your logins secure."
+ },
+ "generatorNudgeBodyAria": {
+ "message": "Лако креирајте снажне и јединствене лозинке кликом на дугме „Генерирате лозинку“ да вам помогне да чувате своје пријаве на сигурно.",
+ "description": "Aria label for the body content of the generator nudge"
+ },
+ "newLoginNudgeTitle": {
+ "message": "Уштедите време са ауто-пуњењем"
+ },
+ "newLoginNudgeBodyOne": {
+ "message": "Укључите",
+ "description": "This is in multiple parts to allow for bold text in the middle of the sentence.",
+ "example": "Include a Website so this login appears as an autofill suggestion."
+ },
+ "newLoginNudgeBodyBold": {
+ "message": "Веб сајт",
+ "description": "This is in multiple parts to allow for bold text in the middle of the sentence.",
+ "example": "Include a Website so this login appears as an autofill suggestion."
+ },
+ "newLoginNudgeBodyTwo": {
+ "message": "тако да се ова пријава појављује као предлог за ауто-пуњење.",
+ "description": "This is in multiple parts to allow for bold text in the middle of the sentence.",
+ "example": "Include a Website so this login appears as an autofill suggestion."
+ },
+ "newCardNudgeTitle": {
+ "message": "Лако онлајн плачање"
+ },
+ "newCardNudgeBody": {
+ "message": "Са картицама, лако и сигурносно попуните формуларе за плаћање."
+ },
+ "newIdentityNudgeTitle": {
+ "message": "Поједноставите креирање налога"
+ },
+ "newIdentityNudgeBody": {
+ "message": "Са идентитетима, брзо попуните регистрације или контактних образаци."
+ },
+ "newNoteNudgeTitle": {
+ "message": "Држите на сигурном своје осетљиве податке"
+ },
+ "newNoteNudgeBody": {
+ "message": "Са белешкама, сигурно чувајте осетљиве податке попут банкарског или подаци о осигурању."
+ },
+ "newSshNudgeTitle": {
+ "message": "Лак SSH приступ"
+ },
+ "newSshNudgeBodyOne": {
+ "message": "Чувајте кључеве и повежите се са SSH агент за брзу, шифровану аутентификацију.",
+ "description": "Two part message",
+ "example": "Store your keys and connect with the SSH agent for fast, encrypted authentication. Learn more about SSH agent"
+ },
+ "newSshNudgeBodyTwo": {
+ "message": "Сазнајте више о SSH агенту",
+ "description": "Two part message",
+ "example": "Store your keys and connect with the SSH agent for fast, encrypted authentication. Learn more about SSH agent"
+ },
+ "restart": {
+ "message": "Поново покрени"
+ },
+ "verifyProviderBankAccountWithStatementDescriptorWarning": {
+ "message": "Плаћање са банковним рачуном доступно је само купцима у Сједињеним Државама. Од вас ће бити потребно да проверите свој банковни рачун. Направит ћемо микро депозит у наредних 1-2 радна дана. Унесите кôд за дескриптор изјаве са овог депозита на претплатничкој страници провајдера да бисте потврдили банковни рачун. Неуспех у верификацији банковног рачуна резултираће пропуштеним плаћањем и претплатом је суспендовано."
+ },
+ "clickPayWithPayPal": {
+ "message": "Кликните на Pay with PayPal да бисте додали начин лпаћања."
+ },
+ "revokeActiveSponsorshipConfirmation": {
+ "message": "Ако уклоните $EMAIL$, спонзорство за овај породични план ће се завршити. Седиште у вашој организацији постаће доступно за чланове или спонзорства након што је спонзорисан датум обнове организације на $DATE$.",
+ "placeholders": {
+ "email": {
+ "content": "$1",
+ "example": "user@example.com"
+ },
+ "date": {
+ "content": "$2",
+ "example": "12/31/2024"
+ }
+ }
}
}
diff --git a/apps/web/src/locales/sv/messages.json b/apps/web/src/locales/sv/messages.json
index 9e9cb795cc4..9146c1d4c00 100644
--- a/apps/web/src/locales/sv/messages.json
+++ b/apps/web/src/locales/sv/messages.json
@@ -7614,9 +7614,9 @@
"message": "Tjänstkonto uppdaterat",
"description": "Notifies that a service account has been updated"
},
- "newSaSelectAccess": {
- "message": "Skriv eller välj projekt eller hemligheter",
- "description": "Instructions for selecting projects or secrets for a new service account"
+ "typeOrSelectProjects": {
+ "message": "Type or select projects",
+ "description": "Instructions for selecting projects for a service account"
},
"newSaTypeToFilter": {
"message": "Skriv för att filtrera",
diff --git a/apps/web/src/locales/te/messages.json b/apps/web/src/locales/te/messages.json
index 07debb35541..e30f94e1b42 100644
--- a/apps/web/src/locales/te/messages.json
+++ b/apps/web/src/locales/te/messages.json
@@ -7614,9 +7614,9 @@
"message": "Service account updated",
"description": "Notifies that a service account has been updated"
},
- "newSaSelectAccess": {
- "message": "Type or select projects or secrets",
- "description": "Instructions for selecting projects or secrets for a new service account"
+ "typeOrSelectProjects": {
+ "message": "Type or select projects",
+ "description": "Instructions for selecting projects for a service account"
},
"newSaTypeToFilter": {
"message": "Type to filter",
diff --git a/apps/web/src/locales/th/messages.json b/apps/web/src/locales/th/messages.json
index 8f9598875aa..2b5a70b76f9 100644
--- a/apps/web/src/locales/th/messages.json
+++ b/apps/web/src/locales/th/messages.json
@@ -7614,9 +7614,9 @@
"message": "Service account updated",
"description": "Notifies that a service account has been updated"
},
- "newSaSelectAccess": {
- "message": "Type or select projects or secrets",
- "description": "Instructions for selecting projects or secrets for a new service account"
+ "typeOrSelectProjects": {
+ "message": "Type or select projects",
+ "description": "Instructions for selecting projects for a service account"
},
"newSaTypeToFilter": {
"message": "Type to filter",
diff --git a/apps/web/src/locales/tr/messages.json b/apps/web/src/locales/tr/messages.json
index 3bed50b1135..be6ddbebf32 100644
--- a/apps/web/src/locales/tr/messages.json
+++ b/apps/web/src/locales/tr/messages.json
@@ -7614,9 +7614,9 @@
"message": "Hizmet hesabı güncellendi",
"description": "Notifies that a service account has been updated"
},
- "newSaSelectAccess": {
- "message": "Projeleri veya sırları yazın veya seçin",
- "description": "Instructions for selecting projects or secrets for a new service account"
+ "typeOrSelectProjects": {
+ "message": "Projeleri yazın veya seçin",
+ "description": "Instructions for selecting projects for a service account"
},
"newSaTypeToFilter": {
"message": "Filtrelemek için yaz",
diff --git a/apps/web/src/locales/uk/messages.json b/apps/web/src/locales/uk/messages.json
index 5b791e66420..73c2893f553 100644
--- a/apps/web/src/locales/uk/messages.json
+++ b/apps/web/src/locales/uk/messages.json
@@ -916,7 +916,7 @@
"message": "Оберіть файл."
},
"maxFileSize": {
- "message": "Максимальний розмір файлу 500 Мб."
+ "message": "Максимальний розмір файлу 500 МБ."
},
"addedItem": {
"message": "Запис додано"
@@ -2154,10 +2154,10 @@
"message": "Увімкнення двоетапної перевірки може цілком заблокувати доступ до облікового запису Bitwarden. Код відновлення дає вам змогу отримати доступ до свого облікового запису у випадку, якщо ви не можете скористатися провайдером двоетапної перевірки (наприклад, якщо втрачено пристрій). Служба підтримки Bitwarden не зможе допомогти відновити доступ до вашого облікового запису. Ми радимо вам записати чи надрукувати цей код відновлення і зберігати його в надійному місці."
},
"restrictedItemTypesPolicy": {
- "message": "Remove card item type"
+ "message": "Вилучити тип запису \"Картка\""
},
"restrictedItemTypesPolicyDesc": {
- "message": "Do not allow members to create card item types."
+ "message": "Не дозволяти учасникам створювати записи типу \"Картка\"."
},
"yourSingleUseRecoveryCode": {
"message": "Одноразовий код відновлення можна використати для вимкнення двоетапної перевірки у випадку, якщо ви втратите доступ до вашого провайдера двоетапної перевірки. Bitwarden рекомендує вам записати код відновлення і зберігати його в надійному місці."
@@ -4537,7 +4537,7 @@
"message": "Будь-які збережені експорти, обмежені обліковим записом, стануть недійсними."
},
"legacyEncryptionUnsupported": {
- "message": "Legacy encryption is no longer supported. Please contact support to recover your account."
+ "message": "Застаріле шифрування більше не підтримується. Зверніться до служби підтримки, щоб відновити обліковий запис."
},
"subscription": {
"message": "Передплата"
@@ -6819,16 +6819,16 @@
"message": "Генерувати парольну фразу"
},
"passwordGenerated": {
- "message": "Password generated"
+ "message": "Пароль згенеровано"
},
"passphraseGenerated": {
- "message": "Passphrase generated"
+ "message": "Парольну фразу згенеровано"
},
"usernameGenerated": {
- "message": "Username generated"
+ "message": "Ім'я користувача згенеровано"
},
"emailGenerated": {
- "message": "Email generated"
+ "message": "Адресу е-пошти згенеровано"
},
"spinboxBoundariesHint": {
"message": "Значення має бути між $MIN$ та $MAX$.",
@@ -6894,7 +6894,7 @@
"message": "Використати цей пароль"
},
"useThisPassphrase": {
- "message": "Use this passphrase"
+ "message": "Використати цю парольну фразу"
},
"useThisUsername": {
"message": "Використати це ім'я користувача"
@@ -7614,9 +7614,9 @@
"message": "Службовий обліковий запис оновлено",
"description": "Notifies that a service account has been updated"
},
- "newSaSelectAccess": {
- "message": "Введіть або виберіть проєкти чи секрети",
- "description": "Instructions for selecting projects or secrets for a new service account"
+ "typeOrSelectProjects": {
+ "message": "Введіть або виберіть проєкти",
+ "description": "Instructions for selecting projects for a service account"
},
"newSaTypeToFilter": {
"message": "Введіть, щоб фільтрувати",
@@ -10638,7 +10638,7 @@
"message": "Натисніть кнопку Сплатити з PayPal, щоб додати спосіб оплати."
},
"revokeActiveSponsorshipConfirmation": {
- "message": "If you remove $EMAIL$, the sponsorship for this Family plan will end. A seat within your organization will become available for members or sponsorships after the sponsored organization renewal date on $DATE$.",
+ "message": "Якщо ви вилучите $EMAIL$, спонсорство цього сімейного плану завершиться. Місце у вашій організації стане доступним для учасників чи спонсорства після дати поновлення спонсорованої організації – $DATE$.",
"placeholders": {
"email": {
"content": "$1",
diff --git a/apps/web/src/locales/vi/messages.json b/apps/web/src/locales/vi/messages.json
index 160df60fd70..17c487687eb 100644
--- a/apps/web/src/locales/vi/messages.json
+++ b/apps/web/src/locales/vi/messages.json
@@ -7614,9 +7614,9 @@
"message": "Service account updated",
"description": "Notifies that a service account has been updated"
},
- "newSaSelectAccess": {
- "message": "Type or select projects or secrets",
- "description": "Instructions for selecting projects or secrets for a new service account"
+ "typeOrSelectProjects": {
+ "message": "Type or select projects",
+ "description": "Instructions for selecting projects for a service account"
},
"newSaTypeToFilter": {
"message": "Type to filter",
diff --git a/apps/web/src/locales/zh_CN/messages.json b/apps/web/src/locales/zh_CN/messages.json
index bc91027d3d3..bbce0c763aa 100644
--- a/apps/web/src/locales/zh_CN/messages.json
+++ b/apps/web/src/locales/zh_CN/messages.json
@@ -12,7 +12,7 @@
"message": "没有关键应用程序存在风险"
},
"accessIntelligence": {
- "message": "智慧访问"
+ "message": "Access Intelligence"
},
"riskInsights": {
"message": "风险洞察"
@@ -4082,7 +4082,7 @@
"message": "更新浏览器"
},
"generatingYourRiskInsights": {
- "message": "正在生成您的风险洞察..."
+ "message": "正在生成风险洞察..."
},
"updateBrowserDesc": {
"message": "您使用的是不受支持的网页浏览器。网页密码库可能无法正常运行。"
@@ -4564,7 +4564,7 @@
"message": "已退款"
},
"nothingSelected": {
- "message": "您尚未选择任何内容。"
+ "message": "您没有选择任何内容。"
},
"receiveMarketingEmailsV2": {
"message": "获取来自 Bitwarden 的建议、公告和调研电子邮件。"
@@ -7614,9 +7614,9 @@
"message": "服务账户已更新",
"description": "Notifies that a service account has been updated"
},
- "newSaSelectAccess": {
- "message": "输入或选择工程或机密",
- "description": "Instructions for selecting projects or secrets for a new service account"
+ "typeOrSelectProjects": {
+ "message": "输入或选择工程",
+ "description": "Instructions for selecting projects for a service account"
},
"newSaTypeToFilter": {
"message": "输入以筛选",
diff --git a/apps/web/src/locales/zh_TW/messages.json b/apps/web/src/locales/zh_TW/messages.json
index 9743df1be56..0a88b96dc86 100644
--- a/apps/web/src/locales/zh_TW/messages.json
+++ b/apps/web/src/locales/zh_TW/messages.json
@@ -7614,9 +7614,9 @@
"message": "服務帳戶已更新",
"description": "Notifies that a service account has been updated"
},
- "newSaSelectAccess": {
- "message": "輸入或選擇專案或機密",
- "description": "Instructions for selecting projects or secrets for a new service account"
+ "typeOrSelectProjects": {
+ "message": "Type or select projects",
+ "description": "Instructions for selecting projects for a service account"
},
"newSaTypeToFilter": {
"message": "輸入以進行篩選",