Merge branch 'main' into autofill/pm-8518-autofill-scripts-do-not-inject-into-sub-frames-on-install

This commit is contained in:
Cesar Gonzalez 2024-06-07 05:39:05 -05:00 committed by GitHub
commit 4185e49a86
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
252 changed files with 13764 additions and 1555 deletions

View File

@ -13,6 +13,7 @@ on:
- '!*.md'
- '!*.txt'
- '.github/workflows/build-cli.yml'
- 'bitwarden_license/bit-cli/**'
push:
branches:
- 'main'
@ -25,6 +26,7 @@ on:
- '!*.md'
- '!*.txt'
- '.github/workflows/build-cli.yml'
- 'bitwarden_license/bit-cli/**'
workflow_dispatch:
inputs: {}

View File

@ -389,6 +389,15 @@
"favorite": {
"message": "المفضلات"
},
"unfavorite": {
"message": "Unfavorite"
},
"itemAddedToFavorites": {
"message": "Item added to favorites"
},
"itemRemovedFromFavorites": {
"message": "Item removed from favorites"
},
"notes": {
"message": "الملاحظات"
},
@ -410,6 +419,9 @@
"launch": {
"message": "بدء"
},
"launchWebsite": {
"message": "Launch website"
},
"website": {
"message": "الموقع الإلكتروني"
},
@ -599,6 +611,9 @@
"loggedOut": {
"message": "تم تسجيل الخروج"
},
"loggedOutDesc": {
"message": "You have been logged out of your account."
},
"loginExpired": {
"message": "انتهت صلاحية جلسة تسجيل الدخول الخاصة بك."
},
@ -1107,6 +1122,15 @@
"selfHostedEnvironmentFooter": {
"message": "حدد عنوان URL الأساسي لتثبيت Bitwarden المستضاف محليًا."
},
"selfHostedBaseUrlHint": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation. Example: https://bitwarden.company.com"
},
"selfHostedCustomEnvHeader": {
"message": "For advanced configuration, you can specify the base URL of each service independently."
},
"selfHostedEnvFormInvalid": {
"message": "You must add either the base Server URL or at least one custom environment."
},
"customEnvironment": {
"message": "بيئة مخصصة"
},
@ -1419,6 +1443,15 @@
"collections": {
"message": "المجموعات"
},
"nCollections": {
"message": "$COUNT$ collections",
"placeholders": {
"count": {
"content": "$1",
"example": "2"
}
}
},
"favorites": {
"message": "المفضلات"
},
@ -1648,6 +1681,9 @@
"autoFillAndSave": {
"message": "التعبئة التلقائية والحفظ"
},
"fillAndSave": {
"message": "Fill and save"
},
"autoFillSuccessAndSavedUri": {
"message": "تم تعبئة العنصر تلقائياً وحفظ عنوان URI"
},
@ -1744,6 +1780,12 @@
"ok": {
"message": "موافق"
},
"errorRefreshingAccessToken": {
"message": "Access Token Refresh Error"
},
"errorRefreshingAccessTokenDesc": {
"message": "No refresh token or API keys found. Please try logging out and logging back in."
},
"desktopSyncVerificationTitle": {
"message": "التحقق من مزامنة سطح المكتب"
},
@ -3263,7 +3305,7 @@
"clearFiltersOrTryAnother": {
"message": "Clear filters or try another search term"
},
"copyInfo": {
"copyInfoLabel": {
"message": "Copy info, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with options to copy information from an item.",
"placeholders": {
@ -3273,7 +3315,37 @@
}
}
},
"moreOptions": {
"copyInfoTitle": {
"message": "Copy info - $ITEMNAME$",
"description": "Title for a button that opens a menu with options to copy information from an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"copyNoteLabel": {
"message": "Copy Note, $ITEMNAME$",
"description": "Aria label for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"copyNoteTitle": {
"message": "Copy Note - $ITEMNAME$",
"description": "Title for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"moreOptionsLabel": {
"message": "More options, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with more options for an item.",
"placeholders": {
@ -3283,6 +3355,38 @@
}
}
},
"moreOptionsTitle": {
"message": "More options - $ITEMNAME$",
"description": "Title for a button that opens a menu with more options for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"viewItemTitle": {
"message": "View item - $ITEMNAME$",
"description": "Title for a link that opens a view for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"assignCollections": {
"message": "Assign collections"
},
"copyEmail": {
"message": "Copy email"
},
"copyPhone": {
"message": "Copy phone"
},
"copyAddress": {
"message": "Copy address"
},
"adminConsole": {
"message": "Admin Console"
},
@ -3333,5 +3437,14 @@
"example": "Work"
}
}
},
"itemsWithNoFolder": {
"message": "Items with no folder"
},
"organizationIsDeactivated": {
"message": "Organization is deactivated"
},
"contactYourOrgAdmin": {
"message": "Items in deactivated organizations cannot be accessed. Contact your organization owner for assistance."
}
}

View File

@ -389,6 +389,15 @@
"favorite": {
"message": "Sevimli"
},
"unfavorite": {
"message": "Sevimlilərdən sil"
},
"itemAddedToFavorites": {
"message": "Item added to favorites"
},
"itemRemovedFromFavorites": {
"message": "Item removed from favorites"
},
"notes": {
"message": "Notlar"
},
@ -410,6 +419,9 @@
"launch": {
"message": "Başlat"
},
"launchWebsite": {
"message": "Veb saytı başlat"
},
"website": {
"message": "Veb sayt"
},
@ -599,6 +611,9 @@
"loggedOut": {
"message": ıxış edildi"
},
"loggedOutDesc": {
"message": "Hesabınızdan çıxış etmisiniz."
},
"loginExpired": {
"message": "Giriş seansınızın müddəti bitdi."
},
@ -1107,6 +1122,15 @@
"selfHostedEnvironmentFooter": {
"message": "Öz-özünə sahiblik edən Bitwarden quraşdırmasının baza URL-sini müəyyənləşdirin."
},
"selfHostedBaseUrlHint": {
"message": "Şirkət daxili sahiblik edən Bitwarden quraşdırmasının təməl URL-sini qeyd edin. Nümunə: https://bitwarden.company.com"
},
"selfHostedCustomEnvHeader": {
"message": "Qabaqcıl konfiqurasiya üçün hər xidmətin təməl URL-sini müstəqil olaraq qeyd edə bilərsiniz."
},
"selfHostedEnvFormInvalid": {
"message": "Təməl server URL-sini və ya ən azı bir özəl mühiti əlavə etməlisiniz."
},
"customEnvironment": {
"message": "Özəl mühit"
},
@ -1419,6 +1443,15 @@
"collections": {
"message": "Kolleksiyalar"
},
"nCollections": {
"message": "$COUNT$ kolleksiya",
"placeholders": {
"count": {
"content": "$1",
"example": "2"
}
}
},
"favorites": {
"message": "Sevimlilər"
},
@ -1648,6 +1681,9 @@
"autoFillAndSave": {
"message": "Avto-doldur və saxla"
},
"fillAndSave": {
"message": "Doldur və saxla"
},
"autoFillSuccessAndSavedUri": {
"message": "Element avto-dolduruldu və URI saxlanıldı"
},
@ -1744,6 +1780,12 @@
"ok": {
"message": "Oldu"
},
"errorRefreshingAccessToken": {
"message": "Müraciət tokeni təzələmə xətası"
},
"errorRefreshingAccessTokenDesc": {
"message": "Təzələmə tokeni və ya API açarlar tapılmadı. Lütfən çıxış edib yenidən giriş etməyə çalışın."
},
"desktopSyncVerificationTitle": {
"message": "Masaüstü sinxr doğrulaması"
},
@ -3263,8 +3305,8 @@
"clearFiltersOrTryAnother": {
"message": "Filtrləri təmizləyin və ya başqa bir axtarış terminini sınayın"
},
"copyInfo": {
"message": "Məlumatları kopyala, $ITEMNAME$",
"copyInfoLabel": {
"message": "$ITEMNAME$ elementlərini kopyala",
"description": "Aria label for a button that opens a menu with options to copy information from an item.",
"placeholders": {
"itemname": {
@ -3273,7 +3315,37 @@
}
}
},
"moreOptions": {
"copyInfoTitle": {
"message": "Məlumatları kopyala - $ITEMNAME$",
"description": "Title for a button that opens a menu with options to copy information from an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"copyNoteLabel": {
"message": "$ITEMNAME$ notunu kopyala",
"description": "Aria label for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"copyNoteTitle": {
"message": "Notu kopyala - $ITEMNAME$",
"description": "Title for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"moreOptionsLabel": {
"message": "Daha çox seçim, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with more options for an item.",
"placeholders": {
@ -3283,6 +3355,38 @@
}
}
},
"moreOptionsTitle": {
"message": "Daha çox seçim - $ITEMNAME$",
"description": "Title for a button that opens a menu with more options for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"viewItemTitle": {
"message": "$ITEMNAME$ elementinə bax",
"description": "Title for a link that opens a view for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"assignCollections": {
"message": "Kolleksiyaları təyin et"
},
"copyEmail": {
"message": "E-poçtu kopyala"
},
"copyPhone": {
"message": "Telefonu kopyala"
},
"copyAddress": {
"message": "Ünvanı kopyala"
},
"adminConsole": {
"message": "Admin Konsolu"
},
@ -3333,5 +3437,14 @@
"example": "Work"
}
}
},
"itemsWithNoFolder": {
"message": "Qovluğu olmayan elementlər"
},
"organizationIsDeactivated": {
"message": "Təşkilat deaktiv edildi"
},
"contactYourOrgAdmin": {
"message": "Deaktiv edilmiş təşkilatlardakı elementlərə müraciət edilə bilməz. Kömək üçün təşkilatınızın sahibi ilə əlaqə saxlayın."
}
}

View File

@ -389,6 +389,15 @@
"favorite": {
"message": "Абраны"
},
"unfavorite": {
"message": "Unfavorite"
},
"itemAddedToFavorites": {
"message": "Item added to favorites"
},
"itemRemovedFromFavorites": {
"message": "Item removed from favorites"
},
"notes": {
"message": "Нататкі"
},
@ -410,6 +419,9 @@
"launch": {
"message": "Запусціць"
},
"launchWebsite": {
"message": "Launch website"
},
"website": {
"message": "Вэб-сайт"
},
@ -599,6 +611,9 @@
"loggedOut": {
"message": "Вы выйшлі"
},
"loggedOutDesc": {
"message": "You have been logged out of your account."
},
"loginExpired": {
"message": "Тэрмін дзеяння вашага сеансу завяршыўся."
},
@ -1107,6 +1122,15 @@
"selfHostedEnvironmentFooter": {
"message": "Увядзіце асноўны URL-адрас вашага лакальнага размяшчэння ўсталяванага Bitwarden."
},
"selfHostedBaseUrlHint": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation. Example: https://bitwarden.company.com"
},
"selfHostedCustomEnvHeader": {
"message": "For advanced configuration, you can specify the base URL of each service independently."
},
"selfHostedEnvFormInvalid": {
"message": "You must add either the base Server URL or at least one custom environment."
},
"customEnvironment": {
"message": "Карыстальніцкае асяроддзе"
},
@ -1419,6 +1443,15 @@
"collections": {
"message": "Калекцыі"
},
"nCollections": {
"message": "$COUNT$ collections",
"placeholders": {
"count": {
"content": "$1",
"example": "2"
}
}
},
"favorites": {
"message": "Абраныя"
},
@ -1648,6 +1681,9 @@
"autoFillAndSave": {
"message": "Аўтазапоўніць і захаваць"
},
"fillAndSave": {
"message": "Fill and save"
},
"autoFillSuccessAndSavedUri": {
"message": "Аўтазапоўнены элемент і захаваны URI"
},
@ -1744,6 +1780,12 @@
"ok": {
"message": "Добра"
},
"errorRefreshingAccessToken": {
"message": "Access Token Refresh Error"
},
"errorRefreshingAccessTokenDesc": {
"message": "No refresh token or API keys found. Please try logging out and logging back in."
},
"desktopSyncVerificationTitle": {
"message": "Праверка сінхранізацыі на камп'ютары"
},
@ -3263,7 +3305,7 @@
"clearFiltersOrTryAnother": {
"message": "Clear filters or try another search term"
},
"copyInfo": {
"copyInfoLabel": {
"message": "Copy info, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with options to copy information from an item.",
"placeholders": {
@ -3273,7 +3315,37 @@
}
}
},
"moreOptions": {
"copyInfoTitle": {
"message": "Copy info - $ITEMNAME$",
"description": "Title for a button that opens a menu with options to copy information from an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"copyNoteLabel": {
"message": "Copy Note, $ITEMNAME$",
"description": "Aria label for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"copyNoteTitle": {
"message": "Copy Note - $ITEMNAME$",
"description": "Title for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"moreOptionsLabel": {
"message": "More options, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with more options for an item.",
"placeholders": {
@ -3283,6 +3355,38 @@
}
}
},
"moreOptionsTitle": {
"message": "More options - $ITEMNAME$",
"description": "Title for a button that opens a menu with more options for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"viewItemTitle": {
"message": "View item - $ITEMNAME$",
"description": "Title for a link that opens a view for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"assignCollections": {
"message": "Assign collections"
},
"copyEmail": {
"message": "Copy email"
},
"copyPhone": {
"message": "Copy phone"
},
"copyAddress": {
"message": "Copy address"
},
"adminConsole": {
"message": "Admin Console"
},
@ -3333,5 +3437,14 @@
"example": "Work"
}
}
},
"itemsWithNoFolder": {
"message": "Items with no folder"
},
"organizationIsDeactivated": {
"message": "Organization is deactivated"
},
"contactYourOrgAdmin": {
"message": "Items in deactivated organizations cannot be accessed. Contact your organization owner for assistance."
}
}

View File

@ -389,6 +389,15 @@
"favorite": {
"message": "Любими"
},
"unfavorite": {
"message": "Изваждане от любими"
},
"itemAddedToFavorites": {
"message": "Item added to favorites"
},
"itemRemovedFromFavorites": {
"message": "Item removed from favorites"
},
"notes": {
"message": "Бележки"
},
@ -410,6 +419,9 @@
"launch": {
"message": "Пускане"
},
"launchWebsite": {
"message": "Посещаване на уеб сайта"
},
"website": {
"message": "Сайт"
},
@ -599,6 +611,9 @@
"loggedOut": {
"message": "Бяхте отписани"
},
"loggedOutDesc": {
"message": "Бяхте отписан(а) от регистрацията си."
},
"loginExpired": {
"message": "Сесията ви изтече."
},
@ -1107,6 +1122,15 @@
"selfHostedEnvironmentFooter": {
"message": "Укажете базовия адрес за собствената ви инсталирана среда на Bitwarden."
},
"selfHostedBaseUrlHint": {
"message": "Посочете базовия адрес на Вашата собствена инсталация на Битуорден. Пример: https://bitwarden.company.com"
},
"selfHostedCustomEnvHeader": {
"message": "За по-детайлна настройка, може да укажете основния адрес на всяка услуга поотделно."
},
"selfHostedEnvFormInvalid": {
"message": "Трябва да добавите или основния адрес на сървъра, или поне една специална среда."
},
"customEnvironment": {
"message": "Специална среда"
},
@ -1419,6 +1443,15 @@
"collections": {
"message": "Колекции"
},
"nCollections": {
"message": "$COUNT$ колекции",
"placeholders": {
"count": {
"content": "$1",
"example": "2"
}
}
},
"favorites": {
"message": "Любими"
},
@ -1648,6 +1681,9 @@
"autoFillAndSave": {
"message": "Дописване и обновяване"
},
"fillAndSave": {
"message": "Попълване и запазване"
},
"autoFillSuccessAndSavedUri": {
"message": "Автоматично дописан запис и адрес"
},
@ -1744,6 +1780,12 @@
"ok": {
"message": "Добре"
},
"errorRefreshingAccessToken": {
"message": "Грешка при опресняването на идентификатора за достъп"
},
"errorRefreshingAccessTokenDesc": {
"message": "Няма намерен идентификатор за опресняване или ключове за ППИ. Опитайте да се отпишете и да се впишете отново."
},
"desktopSyncVerificationTitle": {
"message": "Потвърждаване на синхронизацията на самостоятелното приложение"
},
@ -3165,7 +3207,7 @@
"message": "сървър"
},
"hostedAt": {
"message": "hosted at"
"message": "домакинствано при"
},
"useDeviceOrHardwareKey": {
"message": "Използвайте своето устройство или хардуерен ключ"
@ -3263,7 +3305,7 @@
"clearFiltersOrTryAnother": {
"message": "Изчистете филтрите или опитайте да търсите нещо друго"
},
"copyInfo": {
"copyInfoLabel": {
"message": "Копиране на информацията, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with options to copy information from an item.",
"placeholders": {
@ -3273,7 +3315,37 @@
}
}
},
"moreOptions": {
"copyInfoTitle": {
"message": "Копиране на информацията $ITEMNAME$",
"description": "Title for a button that opens a menu with options to copy information from an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"copyNoteLabel": {
"message": "Копиране на бележката, $ITEMNAME$",
"description": "Aria label for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"copyNoteTitle": {
"message": "Копиране на бележката $ITEMNAME$",
"description": "Title for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"moreOptionsLabel": {
"message": "Още опции, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with more options for an item.",
"placeholders": {
@ -3283,6 +3355,38 @@
}
}
},
"moreOptionsTitle": {
"message": "Още опции $ITEMNAME$",
"description": "Title for a button that opens a menu with more options for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"viewItemTitle": {
"message": "Преглед на елемента $ITEMNAME$",
"description": "Title for a link that opens a view for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"assignCollections": {
"message": "Свързване на колекции"
},
"copyEmail": {
"message": "Копиране на е-пощата"
},
"copyPhone": {
"message": "Копиране на телефона"
},
"copyAddress": {
"message": "Копиране на адреса"
},
"adminConsole": {
"message": "Административна конзола"
},
@ -3333,5 +3437,14 @@
"example": "Work"
}
}
},
"itemsWithNoFolder": {
"message": "Елементи без папка"
},
"organizationIsDeactivated": {
"message": "Организацията е деактивирана"
},
"contactYourOrgAdmin": {
"message": "Записите в деактивирани организации не са достъпни. Свържете се със собственика на организацията си за помощ."
}
}

View File

@ -389,6 +389,15 @@
"favorite": {
"message": "প্রিয়"
},
"unfavorite": {
"message": "Unfavorite"
},
"itemAddedToFavorites": {
"message": "Item added to favorites"
},
"itemRemovedFromFavorites": {
"message": "Item removed from favorites"
},
"notes": {
"message": "নোট"
},
@ -410,6 +419,9 @@
"launch": {
"message": "শুরু"
},
"launchWebsite": {
"message": "Launch website"
},
"website": {
"message": "ওয়েবসাইট"
},
@ -599,6 +611,9 @@
"loggedOut": {
"message": "প্রস্থানকৃত"
},
"loggedOutDesc": {
"message": "You have been logged out of your account."
},
"loginExpired": {
"message": "আপনার লগইন মাত্রকালটির মেয়াদ শেষ হয়ে গেছে।"
},
@ -1107,6 +1122,15 @@
"selfHostedEnvironmentFooter": {
"message": "আপনার অন-প্রাঙ্গনে হোস্টকৃত Bitwarden ইনস্টলেশনটির বেস URL উল্লেখ করুন।"
},
"selfHostedBaseUrlHint": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation. Example: https://bitwarden.company.com"
},
"selfHostedCustomEnvHeader": {
"message": "For advanced configuration, you can specify the base URL of each service independently."
},
"selfHostedEnvFormInvalid": {
"message": "You must add either the base Server URL or at least one custom environment."
},
"customEnvironment": {
"message": "পছন্দসই পরিবেশ"
},
@ -1419,6 +1443,15 @@
"collections": {
"message": "সংগ্রহ"
},
"nCollections": {
"message": "$COUNT$ collections",
"placeholders": {
"count": {
"content": "$1",
"example": "2"
}
}
},
"favorites": {
"message": "প্রিয়গুলো"
},
@ -1648,6 +1681,9 @@
"autoFillAndSave": {
"message": "স্বতঃপূরণ ও সংরক্ষণ"
},
"fillAndSave": {
"message": "Fill and save"
},
"autoFillSuccessAndSavedUri": {
"message": "স্বতঃপূরণকৃত বস্তু ও সংরক্ষিত URI"
},
@ -1744,6 +1780,12 @@
"ok": {
"message": "ঠিক আছে"
},
"errorRefreshingAccessToken": {
"message": "Access Token Refresh Error"
},
"errorRefreshingAccessTokenDesc": {
"message": "No refresh token or API keys found. Please try logging out and logging back in."
},
"desktopSyncVerificationTitle": {
"message": "ডেস্কটপ সিঙ্ক যাচাইকরণ"
},
@ -3263,7 +3305,7 @@
"clearFiltersOrTryAnother": {
"message": "Clear filters or try another search term"
},
"copyInfo": {
"copyInfoLabel": {
"message": "Copy info, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with options to copy information from an item.",
"placeholders": {
@ -3273,7 +3315,37 @@
}
}
},
"moreOptions": {
"copyInfoTitle": {
"message": "Copy info - $ITEMNAME$",
"description": "Title for a button that opens a menu with options to copy information from an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"copyNoteLabel": {
"message": "Copy Note, $ITEMNAME$",
"description": "Aria label for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"copyNoteTitle": {
"message": "Copy Note - $ITEMNAME$",
"description": "Title for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"moreOptionsLabel": {
"message": "More options, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with more options for an item.",
"placeholders": {
@ -3283,6 +3355,38 @@
}
}
},
"moreOptionsTitle": {
"message": "More options - $ITEMNAME$",
"description": "Title for a button that opens a menu with more options for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"viewItemTitle": {
"message": "View item - $ITEMNAME$",
"description": "Title for a link that opens a view for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"assignCollections": {
"message": "Assign collections"
},
"copyEmail": {
"message": "Copy email"
},
"copyPhone": {
"message": "Copy phone"
},
"copyAddress": {
"message": "Copy address"
},
"adminConsole": {
"message": "Admin Console"
},
@ -3333,5 +3437,14 @@
"example": "Work"
}
}
},
"itemsWithNoFolder": {
"message": "Items with no folder"
},
"organizationIsDeactivated": {
"message": "Organization is deactivated"
},
"contactYourOrgAdmin": {
"message": "Items in deactivated organizations cannot be accessed. Contact your organization owner for assistance."
}
}

View File

@ -389,6 +389,15 @@
"favorite": {
"message": "Favorite"
},
"unfavorite": {
"message": "Unfavorite"
},
"itemAddedToFavorites": {
"message": "Item added to favorites"
},
"itemRemovedFromFavorites": {
"message": "Item removed from favorites"
},
"notes": {
"message": "Notes"
},
@ -410,6 +419,9 @@
"launch": {
"message": "Launch"
},
"launchWebsite": {
"message": "Launch website"
},
"website": {
"message": "Website"
},
@ -599,6 +611,9 @@
"loggedOut": {
"message": "Logged out"
},
"loggedOutDesc": {
"message": "You have been logged out of your account."
},
"loginExpired": {
"message": "Your login session has expired."
},
@ -1107,6 +1122,15 @@
"selfHostedEnvironmentFooter": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation."
},
"selfHostedBaseUrlHint": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation. Example: https://bitwarden.company.com"
},
"selfHostedCustomEnvHeader": {
"message": "For advanced configuration, you can specify the base URL of each service independently."
},
"selfHostedEnvFormInvalid": {
"message": "You must add either the base Server URL or at least one custom environment."
},
"customEnvironment": {
"message": "Custom environment"
},
@ -1419,6 +1443,15 @@
"collections": {
"message": "Collections"
},
"nCollections": {
"message": "$COUNT$ collections",
"placeholders": {
"count": {
"content": "$1",
"example": "2"
}
}
},
"favorites": {
"message": "Favorites"
},
@ -1648,6 +1681,9 @@
"autoFillAndSave": {
"message": "Auto-fill and save"
},
"fillAndSave": {
"message": "Fill and save"
},
"autoFillSuccessAndSavedUri": {
"message": "Item auto-filled and URI saved"
},
@ -1744,6 +1780,12 @@
"ok": {
"message": "Ok"
},
"errorRefreshingAccessToken": {
"message": "Access Token Refresh Error"
},
"errorRefreshingAccessTokenDesc": {
"message": "No refresh token or API keys found. Please try logging out and logging back in."
},
"desktopSyncVerificationTitle": {
"message": "Desktop sync verification"
},
@ -3263,7 +3305,7 @@
"clearFiltersOrTryAnother": {
"message": "Clear filters or try another search term"
},
"copyInfo": {
"copyInfoLabel": {
"message": "Copy info, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with options to copy information from an item.",
"placeholders": {
@ -3273,7 +3315,37 @@
}
}
},
"moreOptions": {
"copyInfoTitle": {
"message": "Copy info - $ITEMNAME$",
"description": "Title for a button that opens a menu with options to copy information from an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"copyNoteLabel": {
"message": "Copy Note, $ITEMNAME$",
"description": "Aria label for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"copyNoteTitle": {
"message": "Copy Note - $ITEMNAME$",
"description": "Title for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"moreOptionsLabel": {
"message": "More options, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with more options for an item.",
"placeholders": {
@ -3283,6 +3355,38 @@
}
}
},
"moreOptionsTitle": {
"message": "More options - $ITEMNAME$",
"description": "Title for a button that opens a menu with more options for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"viewItemTitle": {
"message": "View item - $ITEMNAME$",
"description": "Title for a link that opens a view for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"assignCollections": {
"message": "Assign collections"
},
"copyEmail": {
"message": "Copy email"
},
"copyPhone": {
"message": "Copy phone"
},
"copyAddress": {
"message": "Copy address"
},
"adminConsole": {
"message": "Admin Console"
},
@ -3333,5 +3437,14 @@
"example": "Work"
}
}
},
"itemsWithNoFolder": {
"message": "Items with no folder"
},
"organizationIsDeactivated": {
"message": "Organization is deactivated"
},
"contactYourOrgAdmin": {
"message": "Items in deactivated organizations cannot be accessed. Contact your organization owner for assistance."
}
}

View File

@ -389,6 +389,15 @@
"favorite": {
"message": "Preferit"
},
"unfavorite": {
"message": "Unfavorite"
},
"itemAddedToFavorites": {
"message": "Item added to favorites"
},
"itemRemovedFromFavorites": {
"message": "Item removed from favorites"
},
"notes": {
"message": "Notes"
},
@ -410,6 +419,9 @@
"launch": {
"message": "Inicia"
},
"launchWebsite": {
"message": "Launch website"
},
"website": {
"message": "Lloc web"
},
@ -599,6 +611,9 @@
"loggedOut": {
"message": "Sessió tancada"
},
"loggedOutDesc": {
"message": "You have been logged out of your account."
},
"loginExpired": {
"message": "La vostra sessió ha caducat."
},
@ -1107,6 +1122,15 @@
"selfHostedEnvironmentFooter": {
"message": "Especifiqueu l'URL base de la vostra instal·lació de Bitwarden allotjada en un entorn propi."
},
"selfHostedBaseUrlHint": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation. Example: https://bitwarden.company.com"
},
"selfHostedCustomEnvHeader": {
"message": "For advanced configuration, you can specify the base URL of each service independently."
},
"selfHostedEnvFormInvalid": {
"message": "You must add either the base Server URL or at least one custom environment."
},
"customEnvironment": {
"message": "Entorn personalitzat"
},
@ -1419,6 +1443,15 @@
"collections": {
"message": "Col·leccions"
},
"nCollections": {
"message": "$COUNT$ collections",
"placeholders": {
"count": {
"content": "$1",
"example": "2"
}
}
},
"favorites": {
"message": "Preferits"
},
@ -1648,6 +1681,9 @@
"autoFillAndSave": {
"message": "Ompli automàticament i guarda"
},
"fillAndSave": {
"message": "Fill and save"
},
"autoFillSuccessAndSavedUri": {
"message": "Element emplenat automàticament i URI guardat"
},
@ -1744,6 +1780,12 @@
"ok": {
"message": "Dacord"
},
"errorRefreshingAccessToken": {
"message": "Access Token Refresh Error"
},
"errorRefreshingAccessTokenDesc": {
"message": "No refresh token or API keys found. Please try logging out and logging back in."
},
"desktopSyncVerificationTitle": {
"message": "Verificació de sincronització d'escriptori"
},
@ -3263,7 +3305,7 @@
"clearFiltersOrTryAnother": {
"message": "Clear filters or try another search term"
},
"copyInfo": {
"copyInfoLabel": {
"message": "Copy info, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with options to copy information from an item.",
"placeholders": {
@ -3273,7 +3315,37 @@
}
}
},
"moreOptions": {
"copyInfoTitle": {
"message": "Copy info - $ITEMNAME$",
"description": "Title for a button that opens a menu with options to copy information from an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"copyNoteLabel": {
"message": "Copy Note, $ITEMNAME$",
"description": "Aria label for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"copyNoteTitle": {
"message": "Copy Note - $ITEMNAME$",
"description": "Title for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"moreOptionsLabel": {
"message": "More options, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with more options for an item.",
"placeholders": {
@ -3283,6 +3355,38 @@
}
}
},
"moreOptionsTitle": {
"message": "More options - $ITEMNAME$",
"description": "Title for a button that opens a menu with more options for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"viewItemTitle": {
"message": "View item - $ITEMNAME$",
"description": "Title for a link that opens a view for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"assignCollections": {
"message": "Assign collections"
},
"copyEmail": {
"message": "Copy email"
},
"copyPhone": {
"message": "Copy phone"
},
"copyAddress": {
"message": "Copy address"
},
"adminConsole": {
"message": "Consola d'administració"
},
@ -3333,5 +3437,14 @@
"example": "Work"
}
}
},
"itemsWithNoFolder": {
"message": "Items with no folder"
},
"organizationIsDeactivated": {
"message": "Organization is deactivated"
},
"contactYourOrgAdmin": {
"message": "Items in deactivated organizations cannot be accessed. Contact your organization owner for assistance."
}
}

View File

@ -389,6 +389,15 @@
"favorite": {
"message": "Oblíbené"
},
"unfavorite": {
"message": "Unfavorite"
},
"itemAddedToFavorites": {
"message": "Item added to favorites"
},
"itemRemovedFromFavorites": {
"message": "Item removed from favorites"
},
"notes": {
"message": "Poznámky"
},
@ -410,6 +419,9 @@
"launch": {
"message": "Spustit"
},
"launchWebsite": {
"message": "Launch website"
},
"website": {
"message": "Webová stránka"
},
@ -599,6 +611,9 @@
"loggedOut": {
"message": "Odhlášení"
},
"loggedOutDesc": {
"message": "Byli jste odhlášeni ze svého účtu."
},
"loginExpired": {
"message": "Platnost přihlášení vypršela."
},
@ -1107,6 +1122,15 @@
"selfHostedEnvironmentFooter": {
"message": "Zadejte základní URL adresu vlastní hostované aplikace Bitwarden."
},
"selfHostedBaseUrlHint": {
"message": "Zadejte základní URL adresu Vaší vlastní hostované aplikace Bitwarden. Příklad: https://bitwarden.spolecnost.cz"
},
"selfHostedCustomEnvHeader": {
"message": "Pro rozšířená nastavení můžete zadat základní URL adresu každé služby zvlášť."
},
"selfHostedEnvFormInvalid": {
"message": "Musíte přidat buď základní adresu URL serveru nebo alespoň jedno vlastní prostředí."
},
"customEnvironment": {
"message": "Vlastní prostředí"
},
@ -1419,6 +1443,15 @@
"collections": {
"message": "Kolekce"
},
"nCollections": {
"message": "$COUNT$ collections",
"placeholders": {
"count": {
"content": "$1",
"example": "2"
}
}
},
"favorites": {
"message": "Oblíbené"
},
@ -1648,6 +1681,9 @@
"autoFillAndSave": {
"message": "Automaticky vyplnit a uložit"
},
"fillAndSave": {
"message": "Fill and save"
},
"autoFillSuccessAndSavedUri": {
"message": "Položka byla automaticky vyplněna a URI bylo uloženo"
},
@ -1744,6 +1780,12 @@
"ok": {
"message": "OK"
},
"errorRefreshingAccessToken": {
"message": "Chyba aktualizace přístupového tokenu"
},
"errorRefreshingAccessTokenDesc": {
"message": "Nebyly nalezeny žádné obnovovací tokeny nebo API klíče. Zkuste se odhlásit a znovu se přihlásit."
},
"desktopSyncVerificationTitle": {
"message": "Ověření synchronizace s aplikací pro počítač"
},
@ -3263,7 +3305,7 @@
"clearFiltersOrTryAnother": {
"message": "Vymažte filtry nebo zkuste jiný hledaný výraz"
},
"copyInfo": {
"copyInfoLabel": {
"message": "Kopírovat informace, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with options to copy information from an item.",
"placeholders": {
@ -3273,7 +3315,37 @@
}
}
},
"moreOptions": {
"copyInfoTitle": {
"message": "Kopírovat informace - $ITEMNAME$",
"description": "Title for a button that opens a menu with options to copy information from an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"copyNoteLabel": {
"message": "Kopírovat poznámku, $ITEMNAME$",
"description": "Aria label for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"copyNoteTitle": {
"message": "Kopírovat poznámku - $ITEMNAME$",
"description": "Title for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"moreOptionsLabel": {
"message": "Více voleb, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with more options for an item.",
"placeholders": {
@ -3283,6 +3355,38 @@
}
}
},
"moreOptionsTitle": {
"message": "Více voleb - $ITEMNAME$",
"description": "Title for a button that opens a menu with more options for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"viewItemTitle": {
"message": "Zobrazit položku - $ITEMNAME$",
"description": "Title for a link that opens a view for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"assignCollections": {
"message": "Assign collections"
},
"copyEmail": {
"message": "Kopírovat e-mail"
},
"copyPhone": {
"message": "Kopírovat telefon"
},
"copyAddress": {
"message": "Kopírovat adresu"
},
"adminConsole": {
"message": "Konzole správce"
},
@ -3333,5 +3437,14 @@
"example": "Work"
}
}
},
"itemsWithNoFolder": {
"message": "Položky bez složky"
},
"organizationIsDeactivated": {
"message": "Organizace je deaktivována"
},
"contactYourOrgAdmin": {
"message": "K položkám v deaktivované organizaci nemáte přístup. Požádejte o pomoc vlastníka organizace."
}
}

View File

@ -389,6 +389,15 @@
"favorite": {
"message": "Ffefrynnu"
},
"unfavorite": {
"message": "Unfavorite"
},
"itemAddedToFavorites": {
"message": "Item added to favorites"
},
"itemRemovedFromFavorites": {
"message": "Item removed from favorites"
},
"notes": {
"message": "Nodiadau"
},
@ -410,6 +419,9 @@
"launch": {
"message": "Lansio"
},
"launchWebsite": {
"message": "Launch website"
},
"website": {
"message": "Gwefan"
},
@ -599,6 +611,9 @@
"loggedOut": {
"message": "Logged out"
},
"loggedOutDesc": {
"message": "You have been logged out of your account."
},
"loginExpired": {
"message": "Mae eich sesiwn wedi dod i ben."
},
@ -1107,6 +1122,15 @@
"selfHostedEnvironmentFooter": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation."
},
"selfHostedBaseUrlHint": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation. Example: https://bitwarden.company.com"
},
"selfHostedCustomEnvHeader": {
"message": "For advanced configuration, you can specify the base URL of each service independently."
},
"selfHostedEnvFormInvalid": {
"message": "You must add either the base Server URL or at least one custom environment."
},
"customEnvironment": {
"message": "Amgylchedd addasedig"
},
@ -1419,6 +1443,15 @@
"collections": {
"message": "Casgliadau"
},
"nCollections": {
"message": "$COUNT$ collections",
"placeholders": {
"count": {
"content": "$1",
"example": "2"
}
}
},
"favorites": {
"message": "Ffefrynnau"
},
@ -1648,6 +1681,9 @@
"autoFillAndSave": {
"message": "Llenwi'n awtomatig a chadw"
},
"fillAndSave": {
"message": "Fill and save"
},
"autoFillSuccessAndSavedUri": {
"message": "Item auto-filled and URI saved"
},
@ -1744,6 +1780,12 @@
"ok": {
"message": "Ok"
},
"errorRefreshingAccessToken": {
"message": "Access Token Refresh Error"
},
"errorRefreshingAccessTokenDesc": {
"message": "No refresh token or API keys found. Please try logging out and logging back in."
},
"desktopSyncVerificationTitle": {
"message": "Desktop sync verification"
},
@ -3263,7 +3305,7 @@
"clearFiltersOrTryAnother": {
"message": "Clear filters or try another search term"
},
"copyInfo": {
"copyInfoLabel": {
"message": "Copy info, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with options to copy information from an item.",
"placeholders": {
@ -3273,7 +3315,37 @@
}
}
},
"moreOptions": {
"copyInfoTitle": {
"message": "Copy info - $ITEMNAME$",
"description": "Title for a button that opens a menu with options to copy information from an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"copyNoteLabel": {
"message": "Copy Note, $ITEMNAME$",
"description": "Aria label for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"copyNoteTitle": {
"message": "Copy Note - $ITEMNAME$",
"description": "Title for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"moreOptionsLabel": {
"message": "More options, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with more options for an item.",
"placeholders": {
@ -3283,6 +3355,38 @@
}
}
},
"moreOptionsTitle": {
"message": "More options - $ITEMNAME$",
"description": "Title for a button that opens a menu with more options for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"viewItemTitle": {
"message": "View item - $ITEMNAME$",
"description": "Title for a link that opens a view for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"assignCollections": {
"message": "Assign collections"
},
"copyEmail": {
"message": "Copy email"
},
"copyPhone": {
"message": "Copy phone"
},
"copyAddress": {
"message": "Copy address"
},
"adminConsole": {
"message": "Admin Console"
},
@ -3333,5 +3437,14 @@
"example": "Work"
}
}
},
"itemsWithNoFolder": {
"message": "Items with no folder"
},
"organizationIsDeactivated": {
"message": "Organization is deactivated"
},
"contactYourOrgAdmin": {
"message": "Items in deactivated organizations cannot be accessed. Contact your organization owner for assistance."
}
}

View File

@ -389,6 +389,15 @@
"favorite": {
"message": "Favorit"
},
"unfavorite": {
"message": "Fjern fra favorit"
},
"itemAddedToFavorites": {
"message": "Emne føjet til favoritter"
},
"itemRemovedFromFavorites": {
"message": "Emne fjernet fra favoritter"
},
"notes": {
"message": "Notater"
},
@ -410,6 +419,9 @@
"launch": {
"message": "Start"
},
"launchWebsite": {
"message": "Åbn websted"
},
"website": {
"message": "Hjemmeside"
},
@ -599,6 +611,9 @@
"loggedOut": {
"message": "Logget ud"
},
"loggedOutDesc": {
"message": "Der er blevet logget ud af kontoen."
},
"loginExpired": {
"message": "Din login-session er udløbet."
},
@ -1107,6 +1122,15 @@
"selfHostedEnvironmentFooter": {
"message": "Angiv grund-URL'en i din lokal-hostede Bitwarden-installation."
},
"selfHostedBaseUrlHint": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation. Example: https://bitwarden.company.com"
},
"selfHostedCustomEnvHeader": {
"message": "For advanced configuration, you can specify the base URL of each service independently."
},
"selfHostedEnvFormInvalid": {
"message": "You must add either the base Server URL or at least one custom environment."
},
"customEnvironment": {
"message": "Brugerdefineret miljø"
},
@ -1419,6 +1443,15 @@
"collections": {
"message": "Samlinger"
},
"nCollections": {
"message": "$COUNT$ samlinger",
"placeholders": {
"count": {
"content": "$1",
"example": "2"
}
}
},
"favorites": {
"message": "Favoritter"
},
@ -1648,6 +1681,9 @@
"autoFillAndSave": {
"message": "Autoudfyld og gem"
},
"fillAndSave": {
"message": "Udfyld og gem"
},
"autoFillSuccessAndSavedUri": {
"message": "Autoudfyldte element og URI gemt"
},
@ -1744,6 +1780,12 @@
"ok": {
"message": "Ok"
},
"errorRefreshingAccessToken": {
"message": "Adgangstoken genopfriskningsfejl"
},
"errorRefreshingAccessTokenDesc": {
"message": "Ingen genopfriskningstoken eller API-nøgler fundet. Prøv at logge ud og dernæst ind igen."
},
"desktopSyncVerificationTitle": {
"message": "Verifikation af skrivebordssynkronisering"
},
@ -3263,7 +3305,7 @@
"clearFiltersOrTryAnother": {
"message": "Ryd filtre eller prøv med et andet søgeord"
},
"copyInfo": {
"copyInfoLabel": {
"message": "Kopiér info, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with options to copy information from an item.",
"placeholders": {
@ -3273,7 +3315,37 @@
}
}
},
"moreOptions": {
"copyInfoTitle": {
"message": "Kopiér info - $ITEMNAME$",
"description": "Title for a button that opens a menu with options to copy information from an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"copyNoteLabel": {
"message": "Kopiér notat, $ITEMNAME$",
"description": "Aria label for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"copyNoteTitle": {
"message": "Kopiér notat - $ITEMNAME$",
"description": "Title for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"moreOptionsLabel": {
"message": "Flere valgmuligheder, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with more options for an item.",
"placeholders": {
@ -3283,6 +3355,38 @@
}
}
},
"moreOptionsTitle": {
"message": "Flere valgmuligheder - $ITEMNAME$",
"description": "Title for a button that opens a menu with more options for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"viewItemTitle": {
"message": "Vis emne - $ITEMNAME$",
"description": "Title for a link that opens a view for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"assignCollections": {
"message": "Tildel samlinger"
},
"copyEmail": {
"message": "Kopiér e-mail"
},
"copyPhone": {
"message": "Kopiér telefon"
},
"copyAddress": {
"message": "Kopiér addresse"
},
"adminConsole": {
"message": "Admin-konsol"
},
@ -3333,5 +3437,14 @@
"example": "Work"
}
}
},
"itemsWithNoFolder": {
"message": "Emner uden mappe"
},
"organizationIsDeactivated": {
"message": "Organisation er deaktiveret"
},
"contactYourOrgAdmin": {
"message": "Emner i deaktiverede organisationer kan ikke tilgås. Kontakt organisationsejeren for assistance."
}
}

View File

@ -389,6 +389,15 @@
"favorite": {
"message": "Favoriten"
},
"unfavorite": {
"message": "Unfavorite"
},
"itemAddedToFavorites": {
"message": "Item added to favorites"
},
"itemRemovedFromFavorites": {
"message": "Item removed from favorites"
},
"notes": {
"message": "Notizen"
},
@ -410,6 +419,9 @@
"launch": {
"message": "Öffnen"
},
"launchWebsite": {
"message": "Website öffnen"
},
"website": {
"message": "Webseite"
},
@ -599,6 +611,9 @@
"loggedOut": {
"message": "Ausgeloggt"
},
"loggedOutDesc": {
"message": "Du wurdest von deinem Konto abgemeldet."
},
"loginExpired": {
"message": "Ihre Login-Sitzung ist abgelaufen."
},
@ -1107,6 +1122,15 @@
"selfHostedEnvironmentFooter": {
"message": "Bitte gib die Basis-URL deiner selbst gehosteten Bitwarden-Installation an."
},
"selfHostedBaseUrlHint": {
"message": "Gib die Basis-URL deiner vor Ort gehosteten Bitwarden-Installation an. Beispiel: https://bitwarden.company.com"
},
"selfHostedCustomEnvHeader": {
"message": "Für eine erweiterte Konfiguration kannst du die Basis-URL jedes Dienstes unabhängig voneinander angeben."
},
"selfHostedEnvFormInvalid": {
"message": "Du musst entweder die Basis-Server-URL oder mindestens eine benutzerdefinierte Umgebung hinzufügen."
},
"customEnvironment": {
"message": "Benutzerdefinierte Umgebung"
},
@ -1419,6 +1443,15 @@
"collections": {
"message": "Sammlungen"
},
"nCollections": {
"message": "$COUNT$ Sammlungen",
"placeholders": {
"count": {
"content": "$1",
"example": "2"
}
}
},
"favorites": {
"message": "Favoriten"
},
@ -1648,6 +1681,9 @@
"autoFillAndSave": {
"message": "Auto-Ausfüllen und speichern"
},
"fillAndSave": {
"message": "Ausfüllen und speichern"
},
"autoFillSuccessAndSavedUri": {
"message": "Eintrag automatisch ausgefüllt und URI gespeichert"
},
@ -1744,6 +1780,12 @@
"ok": {
"message": "Ok"
},
"errorRefreshingAccessToken": {
"message": "Zugangs-Token Aktualisierungsfehler"
},
"errorRefreshingAccessTokenDesc": {
"message": "Kein Aktualisierungs-Token oder API-Schlüssel gefunden. Bitte versuche dich ab- und wieder anzumelden."
},
"desktopSyncVerificationTitle": {
"message": "Desktop-Sync-Überprüfung"
},
@ -3263,8 +3305,8 @@
"clearFiltersOrTryAnother": {
"message": "Entferne die Filter oder versuche einen anderen Suchbegriff"
},
"copyInfo": {
"message": "Information kopieren, $ITEMNAME$",
"copyInfoLabel": {
"message": "Copy info, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with options to copy information from an item.",
"placeholders": {
"itemname": {
@ -3273,8 +3315,38 @@
}
}
},
"moreOptions": {
"message": "Weitere Optionen, $ITEMNAME$",
"copyInfoTitle": {
"message": "Copy info - $ITEMNAME$",
"description": "Title for a button that opens a menu with options to copy information from an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"copyNoteLabel": {
"message": "Copy Note, $ITEMNAME$",
"description": "Aria label for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"copyNoteTitle": {
"message": "Copy Note - $ITEMNAME$",
"description": "Title for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"moreOptionsLabel": {
"message": "More options, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with more options for an item.",
"placeholders": {
"itemname": {
@ -3283,6 +3355,38 @@
}
}
},
"moreOptionsTitle": {
"message": "More options - $ITEMNAME$",
"description": "Title for a button that opens a menu with more options for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"viewItemTitle": {
"message": "View item - $ITEMNAME$",
"description": "Title for a link that opens a view for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"assignCollections": {
"message": "Sammlungen zuweisen"
},
"copyEmail": {
"message": "E-Mail-Adresse kopieren"
},
"copyPhone": {
"message": "Telefonnummer kopieren"
},
"copyAddress": {
"message": "Adresse kopieren"
},
"adminConsole": {
"message": "Administrator-Konsole"
},
@ -3333,5 +3437,14 @@
"example": "Work"
}
}
},
"itemsWithNoFolder": {
"message": "Einträge ohne Ordner"
},
"organizationIsDeactivated": {
"message": "Organisation ist deaktiviert"
},
"contactYourOrgAdmin": {
"message": "Auf Einträge in deaktivierten Organisationen kann nicht zugegriffen werden. Kontaktiere deinen Organisationseigentümer für Unterstützung."
}
}

View File

@ -389,6 +389,15 @@
"favorite": {
"message": "Αγαπημένο"
},
"unfavorite": {
"message": "Unfavorite"
},
"itemAddedToFavorites": {
"message": "Item added to favorites"
},
"itemRemovedFromFavorites": {
"message": "Item removed from favorites"
},
"notes": {
"message": "Σημειώσεις"
},
@ -410,6 +419,9 @@
"launch": {
"message": "Εκκίνηση"
},
"launchWebsite": {
"message": "Launch website"
},
"website": {
"message": "Ιστοσελίδα"
},
@ -599,6 +611,9 @@
"loggedOut": {
"message": "Αποσυνδεθήκατε"
},
"loggedOutDesc": {
"message": "You have been logged out of your account."
},
"loginExpired": {
"message": "Η περίοδος σύνδεσης σας έχει λήξει."
},
@ -1107,6 +1122,15 @@
"selfHostedEnvironmentFooter": {
"message": "Καθορίστε τη βασική διεύθυνση URL, της εγκατάστασης του Bitwarden που φιλοξενείται στο χώρο σας."
},
"selfHostedBaseUrlHint": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation. Example: https://bitwarden.company.com"
},
"selfHostedCustomEnvHeader": {
"message": "For advanced configuration, you can specify the base URL of each service independently."
},
"selfHostedEnvFormInvalid": {
"message": "You must add either the base Server URL or at least one custom environment."
},
"customEnvironment": {
"message": "Προσαρμοσμένο περιβάλλον"
},
@ -1419,6 +1443,15 @@
"collections": {
"message": "Συλλογές"
},
"nCollections": {
"message": "$COUNT$ collections",
"placeholders": {
"count": {
"content": "$1",
"example": "2"
}
}
},
"favorites": {
"message": "Αγαπημένα"
},
@ -1648,6 +1681,9 @@
"autoFillAndSave": {
"message": "Αυτόματη συμπλήρωση και αποθήκευση"
},
"fillAndSave": {
"message": "Fill and save"
},
"autoFillSuccessAndSavedUri": {
"message": "Αυτόματη συμπλήρωση στοιχείου και αποθηκευμένο URI"
},
@ -1744,6 +1780,12 @@
"ok": {
"message": "Οκ"
},
"errorRefreshingAccessToken": {
"message": "Access Token Refresh Error"
},
"errorRefreshingAccessTokenDesc": {
"message": "No refresh token or API keys found. Please try logging out and logging back in."
},
"desktopSyncVerificationTitle": {
"message": "Επιβεβαίωση συγχρονισμού επιφάνειας εργασίας"
},
@ -3263,7 +3305,7 @@
"clearFiltersOrTryAnother": {
"message": "Clear filters or try another search term"
},
"copyInfo": {
"copyInfoLabel": {
"message": "Copy info, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with options to copy information from an item.",
"placeholders": {
@ -3273,7 +3315,37 @@
}
}
},
"moreOptions": {
"copyInfoTitle": {
"message": "Copy info - $ITEMNAME$",
"description": "Title for a button that opens a menu with options to copy information from an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"copyNoteLabel": {
"message": "Copy Note, $ITEMNAME$",
"description": "Aria label for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"copyNoteTitle": {
"message": "Copy Note - $ITEMNAME$",
"description": "Title for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"moreOptionsLabel": {
"message": "More options, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with more options for an item.",
"placeholders": {
@ -3283,6 +3355,38 @@
}
}
},
"moreOptionsTitle": {
"message": "More options - $ITEMNAME$",
"description": "Title for a button that opens a menu with more options for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"viewItemTitle": {
"message": "View item - $ITEMNAME$",
"description": "Title for a link that opens a view for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"assignCollections": {
"message": "Assign collections"
},
"copyEmail": {
"message": "Copy email"
},
"copyPhone": {
"message": "Copy phone"
},
"copyAddress": {
"message": "Copy address"
},
"adminConsole": {
"message": "Admin Console"
},
@ -3333,5 +3437,14 @@
"example": "Work"
}
}
},
"itemsWithNoFolder": {
"message": "Items with no folder"
},
"organizationIsDeactivated": {
"message": "Organization is deactivated"
},
"contactYourOrgAdmin": {
"message": "Items in deactivated organizations cannot be accessed. Contact your organization owner for assistance."
}
}

View File

@ -392,6 +392,12 @@
"unfavorite": {
"message": "Unfavorite"
},
"itemAddedToFavorites": {
"message": "Item added to favorites"
},
"itemRemovedFromFavorites": {
"message": "Item removed from favorites"
},
"notes": {
"message": "Notes"
},

View File

@ -389,6 +389,15 @@
"favorite": {
"message": "Favourite"
},
"unfavorite": {
"message": "Unfavourite"
},
"itemAddedToFavorites": {
"message": "Item added to favourites"
},
"itemRemovedFromFavorites": {
"message": "Item removed from favourites"
},
"notes": {
"message": "Notes"
},
@ -410,6 +419,9 @@
"launch": {
"message": "Launch"
},
"launchWebsite": {
"message": "Launch website"
},
"website": {
"message": "Website"
},
@ -599,6 +611,9 @@
"loggedOut": {
"message": "Logged out"
},
"loggedOutDesc": {
"message": "You have been logged out of your account."
},
"loginExpired": {
"message": "Your login session has expired."
},
@ -1107,6 +1122,15 @@
"selfHostedEnvironmentFooter": {
"message": "Specify the base URL of your on-premise hosted Bitwarden installation."
},
"selfHostedBaseUrlHint": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation. Example: https://bitwarden.company.com"
},
"selfHostedCustomEnvHeader": {
"message": "For advanced configuration, you can specify the base URL of each service independently."
},
"selfHostedEnvFormInvalid": {
"message": "You must add either the base Server URL or at least one custom environment."
},
"customEnvironment": {
"message": "Custom environment"
},
@ -1419,6 +1443,15 @@
"collections": {
"message": "Collections"
},
"nCollections": {
"message": "$COUNT$ collections",
"placeholders": {
"count": {
"content": "$1",
"example": "2"
}
}
},
"favorites": {
"message": "Favourites"
},
@ -1648,6 +1681,9 @@
"autoFillAndSave": {
"message": "Auto-fill and save"
},
"fillAndSave": {
"message": "Fill and save"
},
"autoFillSuccessAndSavedUri": {
"message": "Item auto-filled and URI saved"
},
@ -1744,6 +1780,12 @@
"ok": {
"message": "OK"
},
"errorRefreshingAccessToken": {
"message": "Access Token Refresh Error"
},
"errorRefreshingAccessTokenDesc": {
"message": "No refresh token or API keys found. Please try logging out and logging back in."
},
"desktopSyncVerificationTitle": {
"message": "Desktop sync verification"
},
@ -3263,7 +3305,7 @@
"clearFiltersOrTryAnother": {
"message": "Clear filters or try another search term"
},
"copyInfo": {
"copyInfoLabel": {
"message": "Copy info, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with options to copy information from an item.",
"placeholders": {
@ -3273,7 +3315,37 @@
}
}
},
"moreOptions": {
"copyInfoTitle": {
"message": "Copy info - $ITEMNAME$",
"description": "Title for a button that opens a menu with options to copy information from an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"copyNoteLabel": {
"message": "Copy Note, $ITEMNAME$",
"description": "Aria label for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"copyNoteTitle": {
"message": "Copy Note - $ITEMNAME$",
"description": "Title for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"moreOptionsLabel": {
"message": "More options, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with more options for an item.",
"placeholders": {
@ -3283,6 +3355,38 @@
}
}
},
"moreOptionsTitle": {
"message": "More options - $ITEMNAME$",
"description": "Title for a button that opens a menu with more options for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"viewItemTitle": {
"message": "View item - $ITEMNAME$",
"description": "Title for a link that opens a view for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"assignCollections": {
"message": "Assign collections"
},
"copyEmail": {
"message": "Copy email"
},
"copyPhone": {
"message": "Copy phone"
},
"copyAddress": {
"message": "Copy address"
},
"adminConsole": {
"message": "Admin Console"
},
@ -3333,5 +3437,14 @@
"example": "Work"
}
}
},
"itemsWithNoFolder": {
"message": "Items with no folder"
},
"organizationIsDeactivated": {
"message": "Organisation is deactivated"
},
"contactYourOrgAdmin": {
"message": "Items in deactivated organisations cannot be accessed. Contact your organisation owner for assistance."
}
}

View File

@ -389,6 +389,15 @@
"favorite": {
"message": "Favourite"
},
"unfavorite": {
"message": "Unfavourite"
},
"itemAddedToFavorites": {
"message": "Item added to favorites"
},
"itemRemovedFromFavorites": {
"message": "Item removed from favorites"
},
"notes": {
"message": "Notes"
},
@ -410,6 +419,9 @@
"launch": {
"message": "Launch"
},
"launchWebsite": {
"message": "Launch website"
},
"website": {
"message": "Website"
},
@ -599,6 +611,9 @@
"loggedOut": {
"message": "Logged out"
},
"loggedOutDesc": {
"message": "You have been logged out of your account."
},
"loginExpired": {
"message": "Your login session has expired."
},
@ -1107,6 +1122,15 @@
"selfHostedEnvironmentFooter": {
"message": "Specify the base URL of your on-premise hosted Bitwarden installation."
},
"selfHostedBaseUrlHint": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation. Example: https://bitwarden.company.com"
},
"selfHostedCustomEnvHeader": {
"message": "For advanced configuration, you can specify the base URL of each service independently."
},
"selfHostedEnvFormInvalid": {
"message": "You must add either the base Server URL or at least one custom environment."
},
"customEnvironment": {
"message": "Custom environment"
},
@ -1419,6 +1443,15 @@
"collections": {
"message": "Collections"
},
"nCollections": {
"message": "$COUNT$ collections",
"placeholders": {
"count": {
"content": "$1",
"example": "2"
}
}
},
"favorites": {
"message": "Favourites"
},
@ -1648,6 +1681,9 @@
"autoFillAndSave": {
"message": "Auto-fill and save"
},
"fillAndSave": {
"message": "Fill and save"
},
"autoFillSuccessAndSavedUri": {
"message": "Auto-filled item and saved URI"
},
@ -1744,6 +1780,12 @@
"ok": {
"message": "OK"
},
"errorRefreshingAccessToken": {
"message": "Access Token Refresh Error"
},
"errorRefreshingAccessTokenDesc": {
"message": "No refresh token or API keys found. Please try logging out and logging back in."
},
"desktopSyncVerificationTitle": {
"message": "Desktop sync verification"
},
@ -3263,7 +3305,7 @@
"clearFiltersOrTryAnother": {
"message": "Clear filters or try another search term"
},
"copyInfo": {
"copyInfoLabel": {
"message": "Copy info, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with options to copy information from an item.",
"placeholders": {
@ -3273,7 +3315,37 @@
}
}
},
"moreOptions": {
"copyInfoTitle": {
"message": "Copy info - $ITEMNAME$",
"description": "Title for a button that opens a menu with options to copy information from an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"copyNoteLabel": {
"message": "Copy Note, $ITEMNAME$",
"description": "Aria label for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"copyNoteTitle": {
"message": "Copy Note - $ITEMNAME$",
"description": "Title for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"moreOptionsLabel": {
"message": "More options, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with more options for an item.",
"placeholders": {
@ -3283,6 +3355,38 @@
}
}
},
"moreOptionsTitle": {
"message": "More options - $ITEMNAME$",
"description": "Title for a button that opens a menu with more options for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"viewItemTitle": {
"message": "View item - $ITEMNAME$",
"description": "Title for a link that opens a view for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"assignCollections": {
"message": "Assign collections"
},
"copyEmail": {
"message": "Copy email"
},
"copyPhone": {
"message": "Copy phone"
},
"copyAddress": {
"message": "Copy address"
},
"adminConsole": {
"message": "Admin Console"
},
@ -3333,5 +3437,14 @@
"example": "Work"
}
}
},
"itemsWithNoFolder": {
"message": "Items with no folder"
},
"organizationIsDeactivated": {
"message": "Organisation is deactivated"
},
"contactYourOrgAdmin": {
"message": "Items in deactivated organisations cannot be accessed. Contact your organisation owner for assistance."
}
}

View File

@ -389,6 +389,15 @@
"favorite": {
"message": "Favorito"
},
"unfavorite": {
"message": "Eliminar favorito"
},
"itemAddedToFavorites": {
"message": "Item added to favorites"
},
"itemRemovedFromFavorites": {
"message": "Item removed from favorites"
},
"notes": {
"message": "Notas"
},
@ -410,6 +419,9 @@
"launch": {
"message": "Iniciar"
},
"launchWebsite": {
"message": "Iniciar página web"
},
"website": {
"message": "Web"
},
@ -599,6 +611,9 @@
"loggedOut": {
"message": "Sesión terminada"
},
"loggedOutDesc": {
"message": "Has cerrado sesión de tu cuenta."
},
"loginExpired": {
"message": "Tu sesión ha expirado."
},
@ -763,7 +778,7 @@
"message": "Desbloquear"
},
"additionalOptions": {
"message": "Additional options"
"message": "Opciones adicionales"
},
"enableContextMenuItem": {
"message": "Mostrar las opciones de menú contextuales"
@ -1107,6 +1122,15 @@
"selfHostedEnvironmentFooter": {
"message": "Especifica la URL base de tu instalación de Bitwarden de alojamiento propio."
},
"selfHostedBaseUrlHint": {
"message": "Especifica la dirección URL base de la instalación de Bitwarden alojada localmente. Ejemplo: https://bitwarden.company.com"
},
"selfHostedCustomEnvHeader": {
"message": "Para una configuración avanzada, puedes especificar la dirección URL base de cada servicio de forma independiente."
},
"selfHostedEnvFormInvalid": {
"message": "Debes añadir la dirección URL del servidor base o al menos un entorno personalizado."
},
"customEnvironment": {
"message": "Entorno personalizado"
},
@ -1419,6 +1443,15 @@
"collections": {
"message": "Colecciones"
},
"nCollections": {
"message": "$COUNT$ colecciones",
"placeholders": {
"count": {
"content": "$1",
"example": "2"
}
}
},
"favorites": {
"message": "Favoritos"
},
@ -1648,6 +1681,9 @@
"autoFillAndSave": {
"message": "Autorellenar y guardar"
},
"fillAndSave": {
"message": "Rellenar y guardar"
},
"autoFillSuccessAndSavedUri": {
"message": "Objeto autorellenado y URI guardada"
},
@ -1744,6 +1780,12 @@
"ok": {
"message": "Ok"
},
"errorRefreshingAccessToken": {
"message": "Error de actualización del token de acceso"
},
"errorRefreshingAccessTokenDesc": {
"message": "No se encontró ningún token de actualización ni clave de API. Intenta cerrar sesión y volver a iniciarla."
},
"desktopSyncVerificationTitle": {
"message": "Verificación de sincronización del escritorio"
},
@ -3263,7 +3305,7 @@
"clearFiltersOrTryAnother": {
"message": "Limpia los filtros o prueba otro término de búsqueda"
},
"copyInfo": {
"copyInfoLabel": {
"message": "Copiar información, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with options to copy information from an item.",
"placeholders": {
@ -3273,8 +3315,38 @@
}
}
},
"moreOptions": {
"message": "Más información, $ITEMNAME$",
"copyInfoTitle": {
"message": "Copiar información - $ITEMNAME$",
"description": "Title for a button that opens a menu with options to copy information from an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"copyNoteLabel": {
"message": "Copiar nota, $ITEMNAME$",
"description": "Aria label for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"copyNoteTitle": {
"message": "Copiar nota - $ITEMNAME$",
"description": "Title for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"moreOptionsLabel": {
"message": "Más opciones, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with more options for an item.",
"placeholders": {
"itemname": {
@ -3283,6 +3355,38 @@
}
}
},
"moreOptionsTitle": {
"message": "Más opciones - $ITEMNAME$",
"description": "Title for a button that opens a menu with more options for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"viewItemTitle": {
"message": "Ver elemento - $ITEMNAME$",
"description": "Title for a link that opens a view for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"assignCollections": {
"message": "Asignar colecciones"
},
"copyEmail": {
"message": "Copiar correo electrónico"
},
"copyPhone": {
"message": "Copiar teléfono"
},
"copyAddress": {
"message": "Copiar dirección"
},
"adminConsole": {
"message": "Consola de administrador"
},
@ -3333,5 +3437,14 @@
"example": "Work"
}
}
},
"itemsWithNoFolder": {
"message": "Elementos sin carpeta"
},
"organizationIsDeactivated": {
"message": "La organización está desactivada"
},
"contactYourOrgAdmin": {
"message": "No se puede acceder a los elementos de las organizaciones desactivadas. Ponte en contacto con el propietario de tu organización para obtener ayuda."
}
}

View File

@ -389,6 +389,15 @@
"favorite": {
"message": "Lemmik"
},
"unfavorite": {
"message": "Unfavorite"
},
"itemAddedToFavorites": {
"message": "Item added to favorites"
},
"itemRemovedFromFavorites": {
"message": "Item removed from favorites"
},
"notes": {
"message": "Märkmed"
},
@ -410,6 +419,9 @@
"launch": {
"message": "Käivita"
},
"launchWebsite": {
"message": "Launch website"
},
"website": {
"message": "Veebileht"
},
@ -599,6 +611,9 @@
"loggedOut": {
"message": "Välja logitud"
},
"loggedOutDesc": {
"message": "You have been logged out of your account."
},
"loginExpired": {
"message": "Sessioon on aegunud."
},
@ -1107,6 +1122,15 @@
"selfHostedEnvironmentFooter": {
"message": "Specify the base URL of your on-premise hosted Bitwarden installation."
},
"selfHostedBaseUrlHint": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation. Example: https://bitwarden.company.com"
},
"selfHostedCustomEnvHeader": {
"message": "For advanced configuration, you can specify the base URL of each service independently."
},
"selfHostedEnvFormInvalid": {
"message": "You must add either the base Server URL or at least one custom environment."
},
"customEnvironment": {
"message": "Kohandatud keskkond"
},
@ -1419,6 +1443,15 @@
"collections": {
"message": "Kogumikud"
},
"nCollections": {
"message": "$COUNT$ collections",
"placeholders": {
"count": {
"content": "$1",
"example": "2"
}
}
},
"favorites": {
"message": "Lemmikud"
},
@ -1648,6 +1681,9 @@
"autoFillAndSave": {
"message": "Täida ja salvesta"
},
"fillAndSave": {
"message": "Fill and save"
},
"autoFillSuccessAndSavedUri": {
"message": "Kirje täideti ja URI salvestati"
},
@ -1744,6 +1780,12 @@
"ok": {
"message": "Ok"
},
"errorRefreshingAccessToken": {
"message": "Access Token Refresh Error"
},
"errorRefreshingAccessTokenDesc": {
"message": "No refresh token or API keys found. Please try logging out and logging back in."
},
"desktopSyncVerificationTitle": {
"message": "Töölaua sünkroonimise kinnitamine"
},
@ -3263,7 +3305,7 @@
"clearFiltersOrTryAnother": {
"message": "Clear filters or try another search term"
},
"copyInfo": {
"copyInfoLabel": {
"message": "Copy info, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with options to copy information from an item.",
"placeholders": {
@ -3273,7 +3315,37 @@
}
}
},
"moreOptions": {
"copyInfoTitle": {
"message": "Copy info - $ITEMNAME$",
"description": "Title for a button that opens a menu with options to copy information from an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"copyNoteLabel": {
"message": "Copy Note, $ITEMNAME$",
"description": "Aria label for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"copyNoteTitle": {
"message": "Copy Note - $ITEMNAME$",
"description": "Title for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"moreOptionsLabel": {
"message": "More options, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with more options for an item.",
"placeholders": {
@ -3283,6 +3355,38 @@
}
}
},
"moreOptionsTitle": {
"message": "More options - $ITEMNAME$",
"description": "Title for a button that opens a menu with more options for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"viewItemTitle": {
"message": "View item - $ITEMNAME$",
"description": "Title for a link that opens a view for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"assignCollections": {
"message": "Assign collections"
},
"copyEmail": {
"message": "Copy email"
},
"copyPhone": {
"message": "Copy phone"
},
"copyAddress": {
"message": "Copy address"
},
"adminConsole": {
"message": "Admin Console"
},
@ -3333,5 +3437,14 @@
"example": "Work"
}
}
},
"itemsWithNoFolder": {
"message": "Items with no folder"
},
"organizationIsDeactivated": {
"message": "Organization is deactivated"
},
"contactYourOrgAdmin": {
"message": "Items in deactivated organizations cannot be accessed. Contact your organization owner for assistance."
}
}

View File

@ -389,6 +389,15 @@
"favorite": {
"message": "Gogokoa"
},
"unfavorite": {
"message": "Unfavorite"
},
"itemAddedToFavorites": {
"message": "Item added to favorites"
},
"itemRemovedFromFavorites": {
"message": "Item removed from favorites"
},
"notes": {
"message": "Oharrak"
},
@ -410,6 +419,9 @@
"launch": {
"message": "Abiarazi"
},
"launchWebsite": {
"message": "Launch website"
},
"website": {
"message": "Webgunea"
},
@ -599,6 +611,9 @@
"loggedOut": {
"message": "Saioa itxita"
},
"loggedOutDesc": {
"message": "You have been logged out of your account."
},
"loginExpired": {
"message": "Saioa amaitu da."
},
@ -1107,6 +1122,15 @@
"selfHostedEnvironmentFooter": {
"message": "Bitwarden instalatzeko, zehaztu ostatatze propioaren oinarrizko URL-a."
},
"selfHostedBaseUrlHint": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation. Example: https://bitwarden.company.com"
},
"selfHostedCustomEnvHeader": {
"message": "For advanced configuration, you can specify the base URL of each service independently."
},
"selfHostedEnvFormInvalid": {
"message": "You must add either the base Server URL or at least one custom environment."
},
"customEnvironment": {
"message": "Ingurune pertsonalizatua"
},
@ -1419,6 +1443,15 @@
"collections": {
"message": "Bildumak"
},
"nCollections": {
"message": "$COUNT$ collections",
"placeholders": {
"count": {
"content": "$1",
"example": "2"
}
}
},
"favorites": {
"message": "Gogokoak"
},
@ -1648,6 +1681,9 @@
"autoFillAndSave": {
"message": "Auto-bete eta gorde"
},
"fillAndSave": {
"message": "Fill and save"
},
"autoFillSuccessAndSavedUri": {
"message": "Elementua auto-betea eta URIa gordeta"
},
@ -1744,6 +1780,12 @@
"ok": {
"message": "Ados"
},
"errorRefreshingAccessToken": {
"message": "Access Token Refresh Error"
},
"errorRefreshingAccessTokenDesc": {
"message": "No refresh token or API keys found. Please try logging out and logging back in."
},
"desktopSyncVerificationTitle": {
"message": "Mahaigaineko sinkronizazioaren egiaztatzea"
},
@ -3263,7 +3305,7 @@
"clearFiltersOrTryAnother": {
"message": "Clear filters or try another search term"
},
"copyInfo": {
"copyInfoLabel": {
"message": "Copy info, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with options to copy information from an item.",
"placeholders": {
@ -3273,7 +3315,37 @@
}
}
},
"moreOptions": {
"copyInfoTitle": {
"message": "Copy info - $ITEMNAME$",
"description": "Title for a button that opens a menu with options to copy information from an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"copyNoteLabel": {
"message": "Copy Note, $ITEMNAME$",
"description": "Aria label for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"copyNoteTitle": {
"message": "Copy Note - $ITEMNAME$",
"description": "Title for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"moreOptionsLabel": {
"message": "More options, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with more options for an item.",
"placeholders": {
@ -3283,6 +3355,38 @@
}
}
},
"moreOptionsTitle": {
"message": "More options - $ITEMNAME$",
"description": "Title for a button that opens a menu with more options for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"viewItemTitle": {
"message": "View item - $ITEMNAME$",
"description": "Title for a link that opens a view for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"assignCollections": {
"message": "Assign collections"
},
"copyEmail": {
"message": "Copy email"
},
"copyPhone": {
"message": "Copy phone"
},
"copyAddress": {
"message": "Copy address"
},
"adminConsole": {
"message": "Admin Console"
},
@ -3333,5 +3437,14 @@
"example": "Work"
}
}
},
"itemsWithNoFolder": {
"message": "Items with no folder"
},
"organizationIsDeactivated": {
"message": "Organization is deactivated"
},
"contactYourOrgAdmin": {
"message": "Items in deactivated organizations cannot be accessed. Contact your organization owner for assistance."
}
}

View File

@ -389,6 +389,15 @@
"favorite": {
"message": "مورد علاقه"
},
"unfavorite": {
"message": "Unfavorite"
},
"itemAddedToFavorites": {
"message": "Item added to favorites"
},
"itemRemovedFromFavorites": {
"message": "Item removed from favorites"
},
"notes": {
"message": "یادداشت‌ها"
},
@ -410,6 +419,9 @@
"launch": {
"message": "راه اندازی"
},
"launchWebsite": {
"message": "Launch website"
},
"website": {
"message": "وب‌سایت"
},
@ -599,6 +611,9 @@
"loggedOut": {
"message": "خارج شد"
},
"loggedOutDesc": {
"message": "You have been logged out of your account."
},
"loginExpired": {
"message": "نشست ورود شما منقضی شده است."
},
@ -1107,6 +1122,15 @@
"selfHostedEnvironmentFooter": {
"message": "نشانی اینترنتی پایه فرضی نصب Bitwarden میزبانی شده را مشخص کنید."
},
"selfHostedBaseUrlHint": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation. Example: https://bitwarden.company.com"
},
"selfHostedCustomEnvHeader": {
"message": "For advanced configuration, you can specify the base URL of each service independently."
},
"selfHostedEnvFormInvalid": {
"message": "You must add either the base Server URL or at least one custom environment."
},
"customEnvironment": {
"message": "محیط سفارشی"
},
@ -1419,6 +1443,15 @@
"collections": {
"message": "مجموعه‌ها"
},
"nCollections": {
"message": "$COUNT$ collections",
"placeholders": {
"count": {
"content": "$1",
"example": "2"
}
}
},
"favorites": {
"message": "مورد علاقه‌ها"
},
@ -1648,6 +1681,9 @@
"autoFillAndSave": {
"message": "پر کردن خودکار و ذخیره"
},
"fillAndSave": {
"message": "Fill and save"
},
"autoFillSuccessAndSavedUri": {
"message": "مورد خودکار پر شد و نشانی اینترنتی ذخیره شد"
},
@ -1744,6 +1780,12 @@
"ok": {
"message": "تأیید"
},
"errorRefreshingAccessToken": {
"message": "Access Token Refresh Error"
},
"errorRefreshingAccessTokenDesc": {
"message": "No refresh token or API keys found. Please try logging out and logging back in."
},
"desktopSyncVerificationTitle": {
"message": "تأیید همگام‌سازی دسکتاپ"
},
@ -3263,7 +3305,7 @@
"clearFiltersOrTryAnother": {
"message": "Clear filters or try another search term"
},
"copyInfo": {
"copyInfoLabel": {
"message": "Copy info, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with options to copy information from an item.",
"placeholders": {
@ -3273,7 +3315,37 @@
}
}
},
"moreOptions": {
"copyInfoTitle": {
"message": "Copy info - $ITEMNAME$",
"description": "Title for a button that opens a menu with options to copy information from an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"copyNoteLabel": {
"message": "Copy Note, $ITEMNAME$",
"description": "Aria label for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"copyNoteTitle": {
"message": "Copy Note - $ITEMNAME$",
"description": "Title for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"moreOptionsLabel": {
"message": "More options, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with more options for an item.",
"placeholders": {
@ -3283,6 +3355,38 @@
}
}
},
"moreOptionsTitle": {
"message": "More options - $ITEMNAME$",
"description": "Title for a button that opens a menu with more options for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"viewItemTitle": {
"message": "View item - $ITEMNAME$",
"description": "Title for a link that opens a view for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"assignCollections": {
"message": "Assign collections"
},
"copyEmail": {
"message": "Copy email"
},
"copyPhone": {
"message": "Copy phone"
},
"copyAddress": {
"message": "Copy address"
},
"adminConsole": {
"message": "Admin Console"
},
@ -3333,5 +3437,14 @@
"example": "Work"
}
}
},
"itemsWithNoFolder": {
"message": "Items with no folder"
},
"organizationIsDeactivated": {
"message": "Organization is deactivated"
},
"contactYourOrgAdmin": {
"message": "Items in deactivated organizations cannot be accessed. Contact your organization owner for assistance."
}
}

View File

@ -389,6 +389,15 @@
"favorite": {
"message": "Suosikki"
},
"unfavorite": {
"message": "Unfavorite"
},
"itemAddedToFavorites": {
"message": "Item added to favorites"
},
"itemRemovedFromFavorites": {
"message": "Item removed from favorites"
},
"notes": {
"message": "Merkinnät"
},
@ -410,6 +419,9 @@
"launch": {
"message": "Avaa"
},
"launchWebsite": {
"message": "Launch website"
},
"website": {
"message": "Verkkosivusto"
},
@ -599,6 +611,9 @@
"loggedOut": {
"message": "Kirjauduttu ulos"
},
"loggedOutDesc": {
"message": "Sinut on kirjattu ulos tililtäsi."
},
"loginExpired": {
"message": "Kirjautumisistuntosi on erääntynyt."
},
@ -1107,6 +1122,15 @@
"selfHostedEnvironmentFooter": {
"message": "Määritä omassa palvelinympäristössäsi suoritettavan Bitwarden-asennuksen pääverkkotunnus."
},
"selfHostedBaseUrlHint": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation. Example: https://bitwarden.company.com"
},
"selfHostedCustomEnvHeader": {
"message": "For advanced configuration, you can specify the base URL of each service independently."
},
"selfHostedEnvFormInvalid": {
"message": "You must add either the base Server URL or at least one custom environment."
},
"customEnvironment": {
"message": "Mukautettu palvelinympäristö"
},
@ -1419,6 +1443,15 @@
"collections": {
"message": "Kokoelmat"
},
"nCollections": {
"message": "$COUNT$ collections",
"placeholders": {
"count": {
"content": "$1",
"example": "2"
}
}
},
"favorites": {
"message": "Suosikit"
},
@ -1648,6 +1681,9 @@
"autoFillAndSave": {
"message": "Automaattitäytä ja tallenna"
},
"fillAndSave": {
"message": "Fill and save"
},
"autoFillSuccessAndSavedUri": {
"message": "Kohde täytettiin automaattisesti ja URI tallennettiin"
},
@ -1744,6 +1780,12 @@
"ok": {
"message": "Ok"
},
"errorRefreshingAccessToken": {
"message": "Access Token Refresh Error"
},
"errorRefreshingAccessTokenDesc": {
"message": "No refresh token or API keys found. Please try logging out and logging back in."
},
"desktopSyncVerificationTitle": {
"message": "Työpöytäsynkronoinnin vahvistus"
},
@ -3263,8 +3305,8 @@
"clearFiltersOrTryAnother": {
"message": "Tyhjennä suodattimet tai kokeile toista hakutermiä"
},
"copyInfo": {
"message": "Kopio tiedot, $ITEMNAME$",
"copyInfoLabel": {
"message": "Copy info, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with options to copy information from an item.",
"placeholders": {
"itemname": {
@ -3273,8 +3315,38 @@
}
}
},
"moreOptions": {
"message": "Lisää valintoja, $ITEMNAME$",
"copyInfoTitle": {
"message": "Copy info - $ITEMNAME$",
"description": "Title for a button that opens a menu with options to copy information from an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"copyNoteLabel": {
"message": "Copy Note, $ITEMNAME$",
"description": "Aria label for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"copyNoteTitle": {
"message": "Copy Note - $ITEMNAME$",
"description": "Title for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"moreOptionsLabel": {
"message": "More options, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with more options for an item.",
"placeholders": {
"itemname": {
@ -3283,6 +3355,38 @@
}
}
},
"moreOptionsTitle": {
"message": "More options - $ITEMNAME$",
"description": "Title for a button that opens a menu with more options for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"viewItemTitle": {
"message": "View item - $ITEMNAME$",
"description": "Title for a link that opens a view for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"assignCollections": {
"message": "Assign collections"
},
"copyEmail": {
"message": "Copy email"
},
"copyPhone": {
"message": "Copy phone"
},
"copyAddress": {
"message": "Copy address"
},
"adminConsole": {
"message": "Hallintapaneelista"
},
@ -3333,5 +3437,14 @@
"example": "Work"
}
}
},
"itemsWithNoFolder": {
"message": "Kohteet, joilla ei ole kansioita"
},
"organizationIsDeactivated": {
"message": "Organisaatio on poistettu käytöstä"
},
"contactYourOrgAdmin": {
"message": "Käytöstä poistettujen organisaatioiden kohteet eivät ole käytettävissä. Ole yhteydessä organisaation omistajaan saadaksesi apua."
}
}

View File

@ -389,6 +389,15 @@
"favorite": {
"message": "Ang Paborito"
},
"unfavorite": {
"message": "Unfavorite"
},
"itemAddedToFavorites": {
"message": "Item added to favorites"
},
"itemRemovedFromFavorites": {
"message": "Item removed from favorites"
},
"notes": {
"message": "Mga nota"
},
@ -410,6 +419,9 @@
"launch": {
"message": "Paglulunsad"
},
"launchWebsite": {
"message": "Launch website"
},
"website": {
"message": "Website"
},
@ -599,6 +611,9 @@
"loggedOut": {
"message": "Umalis na"
},
"loggedOutDesc": {
"message": "You have been logged out of your account."
},
"loginExpired": {
"message": "Nag-expire na ang iyong session sa login."
},
@ -1107,6 +1122,15 @@
"selfHostedEnvironmentFooter": {
"message": "Tukuyin ang base URL ng iyong Bitwarden installation na naka-host sa on-premises."
},
"selfHostedBaseUrlHint": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation. Example: https://bitwarden.company.com"
},
"selfHostedCustomEnvHeader": {
"message": "For advanced configuration, you can specify the base URL of each service independently."
},
"selfHostedEnvFormInvalid": {
"message": "You must add either the base Server URL or at least one custom environment."
},
"customEnvironment": {
"message": "Kapaligirang Custom"
},
@ -1419,6 +1443,15 @@
"collections": {
"message": "Koleksyon"
},
"nCollections": {
"message": "$COUNT$ collections",
"placeholders": {
"count": {
"content": "$1",
"example": "2"
}
}
},
"favorites": {
"message": "Mga Paborito"
},
@ -1648,6 +1681,9 @@
"autoFillAndSave": {
"message": "Auto-fill at i-save"
},
"fillAndSave": {
"message": "Fill and save"
},
"autoFillSuccessAndSavedUri": {
"message": "Item na auto-filled at URI na nai-save"
},
@ -1744,6 +1780,12 @@
"ok": {
"message": "Ok"
},
"errorRefreshingAccessToken": {
"message": "Access Token Refresh Error"
},
"errorRefreshingAccessTokenDesc": {
"message": "No refresh token or API keys found. Please try logging out and logging back in."
},
"desktopSyncVerificationTitle": {
"message": "Pag verify ng pag sync ng desktop"
},
@ -3263,7 +3305,7 @@
"clearFiltersOrTryAnother": {
"message": "Clear filters or try another search term"
},
"copyInfo": {
"copyInfoLabel": {
"message": "Copy info, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with options to copy information from an item.",
"placeholders": {
@ -3273,7 +3315,37 @@
}
}
},
"moreOptions": {
"copyInfoTitle": {
"message": "Copy info - $ITEMNAME$",
"description": "Title for a button that opens a menu with options to copy information from an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"copyNoteLabel": {
"message": "Copy Note, $ITEMNAME$",
"description": "Aria label for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"copyNoteTitle": {
"message": "Copy Note - $ITEMNAME$",
"description": "Title for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"moreOptionsLabel": {
"message": "More options, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with more options for an item.",
"placeholders": {
@ -3283,6 +3355,38 @@
}
}
},
"moreOptionsTitle": {
"message": "More options - $ITEMNAME$",
"description": "Title for a button that opens a menu with more options for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"viewItemTitle": {
"message": "View item - $ITEMNAME$",
"description": "Title for a link that opens a view for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"assignCollections": {
"message": "Assign collections"
},
"copyEmail": {
"message": "Copy email"
},
"copyPhone": {
"message": "Copy phone"
},
"copyAddress": {
"message": "Copy address"
},
"adminConsole": {
"message": "Admin Console"
},
@ -3333,5 +3437,14 @@
"example": "Work"
}
}
},
"itemsWithNoFolder": {
"message": "Items with no folder"
},
"organizationIsDeactivated": {
"message": "Organization is deactivated"
},
"contactYourOrgAdmin": {
"message": "Items in deactivated organizations cannot be accessed. Contact your organization owner for assistance."
}
}

View File

@ -173,19 +173,19 @@
"message": "Poursuivre vers l'application web ?"
},
"continueToWebAppDesc": {
"message": "Explore more features of your Bitwarden account on the web app."
"message": "Explorez plus de fonctionnalités de votre compte Bitwarden sur l'application Web."
},
"continueToHelpCenter": {
"message": "Continue to Help Center?"
"message": "Continuer vers le centre d'aide ?"
},
"continueToHelpCenterDesc": {
"message": "Learn more about how to use Bitwarden on the Help Center."
"message": "En savoir plus sur l'utilisation de Bitwarden dans le centre d'aide."
},
"continueToBrowserExtensionStore": {
"message": "Continue to browser extension store?"
"message": "Continuer vers le magasin d'extension du navigateur ?"
},
"continueToBrowserExtensionStoreDesc": {
"message": "Help others find out if Bitwarden is right for them. Visit your browser's extension store and leave a rating now."
"message": "Aidez les autres à savoir si Bitwarden est fait pour eux. Visitez le magasin d'extension de votre navigateur et laissez une évaluation maintenant."
},
"changeMasterPasswordOnWebConfirmation": {
"message": "Vous pouvez modifier votre mot de passe principal sur l'application web de Bitwarden."
@ -205,43 +205,43 @@
"message": "Se déconnecter"
},
"aboutBitwarden": {
"message": "About Bitwarden"
"message": "À propos de Bitwarden"
},
"about": {
"message": "À propos"
},
"moreFromBitwarden": {
"message": "More from Bitwarden"
"message": "Plus de Bitwarden"
},
"continueToBitwardenDotCom": {
"message": "Continue to bitwarden.com?"
"message": "Continuer vers bitwarden.com?"
},
"bitwardenForBusiness": {
"message": "Bitwarden for Business"
"message": "Bitwarden pour les entreprises"
},
"bitwardenAuthenticator": {
"message": "Bitwarden Authenticator"
},
"continueToAuthenticatorPageDesc": {
"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"
"message": "Bitwarden Authenticator vous permet de stocker les clés d'authentification et de générer des codes TOTP pour les flux de vérification en 2 étapes. En savoir plus sur le site web bitwarden.com"
},
"bitwardenSecretsManager": {
"message": "Bitwarden Secrets Manager"
},
"continueToSecretsManagerPageDesc": {
"message": "Securely store, manage, and share developer secrets with Bitwarden Secrets Manager. Learn more on the bitwarden.com website."
"message": "Stockez, gérez et partagez des mots de passe de développement avec Bitwarden Secrets Manager. Apprenez-en plus sur le site web bitwarden.com."
},
"passwordlessDotDev": {
"message": "Passwordless.dev"
},
"continueToPasswordlessDotDevPageDesc": {
"message": "Create smooth and secure login experiences free from traditional passwords with Passwordless.dev. Learn more on the bitwarden.com website."
"message": "Créez des expériences de connexion faciles et sécurisées à partir des mots de passe traditionnels avec Passwordless.dev. Apprenez-en plus sur le site web bitwarden.com."
},
"freeBitwardenFamilies": {
"message": "Free Bitwarden Families"
"message": "Bitwarden Familles gratuit"
},
"freeBitwardenFamiliesPageDesc": {
"message": "You are eligible for Free Bitwarden Families. Redeem this offer today in the web app."
"message": "Vous êtes éligible pour obtenir Bitwarden Familles gratuitement. Souscrivez à cette offre aujourd'hui dans l'application Web."
},
"version": {
"message": "Version"
@ -302,7 +302,7 @@
"message": "Générer automatiquement des mots de passe robustes et uniques pour vos identifiants."
},
"bitWebVaultApp": {
"message": "Bitwarden web app"
"message": "Application web Bitwarden"
},
"importItems": {
"message": "Importer des éléments"
@ -389,6 +389,15 @@
"favorite": {
"message": "Favori"
},
"unfavorite": {
"message": "Retirer des favoris"
},
"itemAddedToFavorites": {
"message": "Élément ajouté aux favoris"
},
"itemRemovedFromFavorites": {
"message": "Élément retiré des favoris"
},
"notes": {
"message": "Notes"
},
@ -410,6 +419,9 @@
"launch": {
"message": "Ouvrir"
},
"launchWebsite": {
"message": "Ouvrir le site web"
},
"website": {
"message": "Site web"
},
@ -423,7 +435,7 @@
"message": "Autre"
},
"unlockMethods": {
"message": "Unlock options"
"message": "Options de déverrouillage"
},
"unlockMethodNeededToChangeTimeoutActionDesc": {
"message": "Configurez une méthode de déverrouillage pour changer le délai d'expiration de votre coffre."
@ -432,10 +444,10 @@
"message": "Configurer une méthode de déverrouillage dans les Paramètres"
},
"sessionTimeoutHeader": {
"message": "Session timeout"
"message": "Expiration de la session"
},
"otherOptions": {
"message": "Other options"
"message": "Autres options"
},
"rateExtension": {
"message": "Noter l'extension"
@ -599,6 +611,9 @@
"loggedOut": {
"message": "Déconnecté"
},
"loggedOutDesc": {
"message": "Vous avez été déconnecté de votre compte."
},
"loginExpired": {
"message": "Votre session a expiré."
},
@ -763,7 +778,7 @@
"message": "Déverrouiller"
},
"additionalOptions": {
"message": "Additional options"
"message": "Options supplémentaires"
},
"enableContextMenuItem": {
"message": "Afficher les options du menu contextuel"
@ -803,7 +818,7 @@
"description": "'Solarized' is a noun and the name of a color scheme. It should not be translated."
},
"exportFrom": {
"message": "Export from"
"message": "Exporter à partir de"
},
"exportVault": {
"message": "Exporter le coffre"
@ -812,28 +827,28 @@
"message": "Format de fichier"
},
"fileEncryptedExportWarningDesc": {
"message": "This file export will be password protected and require the file password to decrypt."
"message": "L'export de ce fichier sera protégé par un mot de passe et nécessitera le mot de passe du fichier pour être déchiffré."
},
"filePassword": {
"message": "File password"
"message": "Mot de passe du fichier"
},
"exportPasswordDescription": {
"message": "This password will be used to export and import this file"
"message": "Ce mot de passe sera utilisé pour exporter et importer ce fichier"
},
"accountRestrictedOptionDescription": {
"message": "Use your account encryption key, derived from your account's username and Master Password, to encrypt the export and restrict import to only the current Bitwarden account."
"message": "Utilisez la clé de chiffrement de votre compte, dérivée du nom d'utilisateur et du mot de passe principal de votre compte, pour chiffrer l'export et restreindre l'import au seul compte Bitwarden actuel."
},
"passwordProtectedOptionDescription": {
"message": "Set a file password to encrypt the export and import it to any Bitwarden account using the password for decryption."
"message": "Définissez un mot de passe de fichier pour chiffrer l'exportation et l'importer dans n'importe quel compte Bitwarden en utilisant le mot de passe pour le déchiffrage."
},
"exportTypeHeading": {
"message": "Export type"
"message": "Type d'exportation"
},
"accountRestricted": {
"message": "Account restricted"
"message": "Compte restreint"
},
"filePasswordAndConfirmFilePasswordDoNotMatch": {
"message": "“File password” and “Confirm file password“ do not match."
"message": "Le \"Mot de passe du fichier\" et le \"Confirmation du mot de passe du fichier\" ne correspondent pas."
},
"warning": {
"message": "AVERTISSEMENT",
@ -858,7 +873,7 @@
"message": "Partagé"
},
"bitwardenForBusinessPageDesc": {
"message": "Bitwarden for Business allows you to share your vault items with others by using an organization. Learn more on the bitwarden.com website."
"message": "Bitwarden pour entreprises vous permet de partager les éléments de votre coffre avec les autres en utilisant une organisation. Apprenez-en plus sur le site bitwarden.com."
},
"moveToOrganization": {
"message": "Déplacer vers l'organisation"
@ -1107,6 +1122,15 @@
"selfHostedEnvironmentFooter": {
"message": "Spécifiez l'URL de base de votre installation Bitwarden auto-hébergée."
},
"selfHostedBaseUrlHint": {
"message": "Spécifiez l'URL de base de votre installation autohébergée par Bitwarden. Exemple : https://bitwarden.compagnie.com"
},
"selfHostedCustomEnvHeader": {
"message": "Pour une configuration avancée. Vous pouvez spécifier l'URL de base indépendamment pour chaque service."
},
"selfHostedEnvFormInvalid": {
"message": "Vous devez ajouter soit l'URL du serveur de base, soit au moins un environnement personnalisé."
},
"customEnvironment": {
"message": "Environnement personnalisé"
},
@ -1419,6 +1443,15 @@
"collections": {
"message": "Collections"
},
"nCollections": {
"message": "$COUNT$ collections",
"placeholders": {
"count": {
"content": "$1",
"example": "2"
}
}
},
"favorites": {
"message": "Favoris"
},
@ -1637,7 +1670,7 @@
"message": "Élément restauré"
},
"alreadyHaveAccount": {
"message": "Already have an account?"
"message": "Vous avez déjà un compte ?"
},
"vaultTimeoutLogOutConfirmation": {
"message": "La déconnexion supprimera tout accès à votre coffre et nécessitera une authentification en ligne après la période d'expiration. Êtes-vous sûr de vouloir utiliser ce paramètre ?"
@ -1648,6 +1681,9 @@
"autoFillAndSave": {
"message": "Saisir automatiquement et sauvegarder"
},
"fillAndSave": {
"message": "Remplir et enregistrer"
},
"autoFillSuccessAndSavedUri": {
"message": "Élément saisi automatiquement et URI sauvegardé"
},
@ -1744,6 +1780,12 @@
"ok": {
"message": "Ok"
},
"errorRefreshingAccessToken": {
"message": "Erreur d'Actualisation du Jeton d'Accès"
},
"errorRefreshingAccessTokenDesc": {
"message": "Aucun jeton de rafraîchissement ou clé d'API trouvé. Veuillez essayer de vous déconnecter et de vous reconnecter."
},
"desktopSyncVerificationTitle": {
"message": "Vérification de la synchronisation avec l'application de bureau"
},
@ -1793,10 +1835,10 @@
"message": "Le déverrouillage biométrique dans le navigateur nest pas pris en charge sur cet appareil"
},
"biometricsNotUnlockedTitle": {
"message": "User locked or logged out"
"message": "Utilisateur verrouillé ou déconnecté"
},
"biometricsNotUnlockedDesc": {
"message": "Please unlock this user in the desktop application and try again."
"message": "Veuillez déverrouiller cet utilisateur dans l'application de bureau et réessayer."
},
"biometricsFailedTitle": {
"message": "Le déverrouillage biométique a échoué\n"
@ -2213,10 +2255,10 @@
}
},
"exportingOrganizationVaultTitle": {
"message": "Exporting organization vault"
"message": "Export du coffre de l'organisation"
},
"exportingOrganizationVaultDesc": {
"message": "Only the organization vault associated with $ORGANIZATION$ will be exported. Items in individual vaults or other organizations will not be included.",
"message": "Seul le coffre d'organisation associé à $ORGANIZATION$ sera exporté. Les éléments dans les coffres individuels ou d'autres organisations ne seront pas inclus.",
"placeholders": {
"organization": {
"content": "$1",
@ -2274,7 +2316,7 @@
"message": "Générer un alias de courriel avec un service de transfert externe."
},
"forwarderError": {
"message": "$SERVICENAME$ error: $ERRORMESSAGE$",
"message": "Erreur $SERVICENAME$ : $ERRORMESSAGE$",
"description": "Reports an error returned by a forwarding service to the user.",
"placeholders": {
"servicename": {
@ -2288,11 +2330,11 @@
}
},
"forwarderGeneratedBy": {
"message": "Generated by Bitwarden.",
"message": "Généré par Bitwarden.",
"description": "Displayed with the address on the forwarding service's configuration screen."
},
"forwarderGeneratedByWithWebsite": {
"message": "Website: $WEBSITE$. Generated by Bitwarden.",
"message": "Site web : $WEBSITE$. Généré par Bitwarden.",
"description": "Displayed with the address on the forwarding service's configuration screen.",
"placeholders": {
"WEBSITE": {
@ -2302,7 +2344,7 @@
}
},
"forwaderInvalidToken": {
"message": "Invalid $SERVICENAME$ API token",
"message": "Jeton API $SERVICENAME$ invalide",
"description": "Displayed when the user's API token is empty or rejected by the forwarding service.",
"placeholders": {
"servicename": {
@ -2312,7 +2354,7 @@
}
},
"forwaderInvalidTokenWithMessage": {
"message": "Invalid $SERVICENAME$ API token: $ERRORMESSAGE$",
"message": "Jeton API $SERVICENAME$ non valide : $ERRORMESSAGE$",
"description": "Displayed when the user's API token is rejected by the forwarding service with an error message.",
"placeholders": {
"servicename": {
@ -2326,7 +2368,7 @@
}
},
"forwarderNoAccountId": {
"message": "Unable to obtain $SERVICENAME$ masked email account ID.",
"message": "Impossible d'obtenir l'ID du compte de courriel masqué $SERVICENAME$.",
"description": "Displayed when the forwarding service fails to return an account ID.",
"placeholders": {
"servicename": {
@ -2336,7 +2378,7 @@
}
},
"forwarderNoDomain": {
"message": "Invalid $SERVICENAME$ domain.",
"message": "Domaine de $SERVICENAME$ invalide.",
"description": "Displayed when the domain is empty or domain authorization failed at the forwarding service.",
"placeholders": {
"servicename": {
@ -2346,7 +2388,7 @@
}
},
"forwarderNoUrl": {
"message": "Invalid $SERVICENAME$ url.",
"message": "L'URL $SERVICENAME$ invalide.",
"description": "Displayed when the url of the forwarding service wasn't supplied.",
"placeholders": {
"servicename": {
@ -2356,7 +2398,7 @@
}
},
"forwarderUnknownError": {
"message": "Unknown $SERVICENAME$ error occurred.",
"message": "Une erreur $SERVICENAME$ inconnue s'est produite.",
"description": "Displayed when the forwarding service failed due to an unknown error.",
"placeholders": {
"servicename": {
@ -2366,7 +2408,7 @@
}
},
"forwarderUnknownForwarder": {
"message": "Unknown forwarder: '$SERVICENAME$'.",
"message": "Émetteur inconnu: '$SERVICENAME$'.",
"description": "Displayed when the forwarding service is not supported.",
"placeholders": {
"servicename": {
@ -2587,25 +2629,25 @@
"message": "Identifiant SSO de l'organisation requis."
},
"creatingAccountOn": {
"message": "Creating account on"
"message": "Création du compte sur"
},
"checkYourEmail": {
"message": "Check your email"
"message": "Vérifiez vos courriels"
},
"followTheLinkInTheEmailSentTo": {
"message": "Follow the link in the email sent to"
"message": "Suivez le lien dans le courriel envoyé à"
},
"andContinueCreatingYourAccount": {
"message": "and continue creating your account."
"message": "et continuer à créer votre compte."
},
"noEmail": {
"message": "No email?"
"message": "Pas de courriel ?"
},
"goBack": {
"message": "Go back"
"message": "Revenir en arrière"
},
"toEditYourEmailAddress": {
"message": "to edit your email address."
"message": "pour modifier votre adresse mail."
},
"eu": {
"message": "UE",
@ -3235,7 +3277,7 @@
"message": "Clé d'identification (passkey) retirée"
},
"unassignedItemsBannerNotice": {
"message": "Notice: Unassigned organization items are no longer visible in the All Vaults view and only accessible via the Admin Console."
"message": "Remarque : Les éléments d'organisation non assignés ne sont plus visibles dans la vue Tous les coffres et ne sont maintenant accessibles que via la Console Admin."
},
"unassignedItemsBannerSelfHostNotice": {
"message": "Remarque : À partir du 16 mai 2024, les éléments d'organisation non assignés ne seront plus visibles dans votre vue Tous les coffres sur les appareils et ne seront maintenant accessibles que via la Console Admin."
@ -3249,22 +3291,22 @@
"description": "This will be part of a larger sentence, which will read like so: Assign these items to a collection from the Admin Console to make them visible."
},
"autofillSuggestions": {
"message": "Auto-fill suggestions"
"message": "Suggestions de saisie automatique"
},
"autofillSuggestionsTip": {
"message": "Save a login item for this site to auto-fill"
},
"yourVaultIsEmpty": {
"message": "Your vault is empty"
"message": "Votre coffre-fort est vide"
},
"noItemsMatchSearch": {
"message": "No items match your search"
"message": "Aucun élément ne correspond à votre recherche"
},
"clearFiltersOrTryAnother": {
"message": "Clear filters or try another search term"
"message": "Effacer les filtres ou essayer un autre terme de recherche"
},
"copyInfo": {
"message": "Copy info, $ITEMNAME$",
"copyInfoLabel": {
"message": "Copier les informations, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with options to copy information from an item.",
"placeholders": {
"itemname": {
@ -3273,8 +3315,38 @@
}
}
},
"moreOptions": {
"message": "More options, $ITEMNAME$",
"copyInfoTitle": {
"message": "Copier les informations - $ITEMNAME$",
"description": "Title for a button that opens a menu with options to copy information from an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"copyNoteLabel": {
"message": "Copier la note, $ITEMNAME$",
"description": "Aria label for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"copyNoteTitle": {
"message": "Copier la note - $ITEMNAME$",
"description": "Title for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"moreOptionsLabel": {
"message": "Plus d'options, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with more options for an item.",
"placeholders": {
"itemname": {
@ -3283,26 +3355,58 @@
}
}
},
"moreOptionsTitle": {
"message": "Plus d'options - $ITEMNAME$",
"description": "Title for a button that opens a menu with more options for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"viewItemTitle": {
"message": "Voir l'élément - $ITEMNAME$",
"description": "Title for a link that opens a view for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"assignCollections": {
"message": "Assigner une collection"
},
"copyEmail": {
"message": "Copier l'email"
},
"copyPhone": {
"message": "Copier le numéro de téléphone"
},
"copyAddress": {
"message": "Copier l'adresse"
},
"adminConsole": {
"message": "Console Admin"
},
"accountSecurity": {
"message": "Account security"
"message": "Sécurité du compte"
},
"notifications": {
"message": "Notifications"
},
"appearance": {
"message": "Appearance"
"message": "Apparence"
},
"errorAssigningTargetCollection": {
"message": "Error assigning target collection."
"message": "Erreur lors de l'assignation de la collection cible."
},
"errorAssigningTargetFolder": {
"message": "Error assigning target folder."
"message": "Erreur lors de l'assignation du dossier cible."
},
"viewItemsIn": {
"message": "View items in $NAME$",
"message": "Voir les éléments dans $NAME$",
"description": "Button to view the contents of a folder or collection",
"placeholders": {
"name": {
@ -3312,7 +3416,7 @@
}
},
"backTo": {
"message": "Back to $NAME$",
"message": "Retour à $NAME$",
"description": "Navigate back to a previous folder or collection",
"placeholders": {
"name": {
@ -3322,10 +3426,10 @@
}
},
"new": {
"message": "New"
"message": "Nouveau"
},
"removeItem": {
"message": "Remove $NAME$",
"message": "Retirer $NAME$",
"description": "Remove a selected option, such as a folder or collection",
"placeholders": {
"name": {
@ -3333,5 +3437,14 @@
"example": "Work"
}
}
},
"itemsWithNoFolder": {
"message": "Eléments sans dossier"
},
"organizationIsDeactivated": {
"message": "L'organisation est désactivée"
},
"contactYourOrgAdmin": {
"message": "Les éléments des Organisations désactivées ne sont pas accessibles. Contactez le propriétaire de votre Organisation pour obtenir de l'aide."
}
}

View File

@ -389,6 +389,15 @@
"favorite": {
"message": "Favorito"
},
"unfavorite": {
"message": "Unfavorite"
},
"itemAddedToFavorites": {
"message": "Item added to favorites"
},
"itemRemovedFromFavorites": {
"message": "Item removed from favorites"
},
"notes": {
"message": "Notas"
},
@ -410,6 +419,9 @@
"launch": {
"message": "Iniciar"
},
"launchWebsite": {
"message": "Launch website"
},
"website": {
"message": "Sitio web"
},
@ -599,6 +611,9 @@
"loggedOut": {
"message": "Sesión pechada"
},
"loggedOutDesc": {
"message": "You have been logged out of your account."
},
"loginExpired": {
"message": "A túa sesión caducou."
},
@ -1107,6 +1122,15 @@
"selfHostedEnvironmentFooter": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation."
},
"selfHostedBaseUrlHint": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation. Example: https://bitwarden.company.com"
},
"selfHostedCustomEnvHeader": {
"message": "For advanced configuration, you can specify the base URL of each service independently."
},
"selfHostedEnvFormInvalid": {
"message": "You must add either the base Server URL or at least one custom environment."
},
"customEnvironment": {
"message": "Entorno personalizado"
},
@ -1419,6 +1443,15 @@
"collections": {
"message": "Coleccións"
},
"nCollections": {
"message": "$COUNT$ collections",
"placeholders": {
"count": {
"content": "$1",
"example": "2"
}
}
},
"favorites": {
"message": "Favoritos"
},
@ -1648,6 +1681,9 @@
"autoFillAndSave": {
"message": "Auto-fill and save"
},
"fillAndSave": {
"message": "Fill and save"
},
"autoFillSuccessAndSavedUri": {
"message": "Item auto-filled and URI saved"
},
@ -1744,6 +1780,12 @@
"ok": {
"message": "Ok"
},
"errorRefreshingAccessToken": {
"message": "Access Token Refresh Error"
},
"errorRefreshingAccessTokenDesc": {
"message": "No refresh token or API keys found. Please try logging out and logging back in."
},
"desktopSyncVerificationTitle": {
"message": "Desktop sync verification"
},
@ -3263,7 +3305,7 @@
"clearFiltersOrTryAnother": {
"message": "Clear filters or try another search term"
},
"copyInfo": {
"copyInfoLabel": {
"message": "Copy info, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with options to copy information from an item.",
"placeholders": {
@ -3273,7 +3315,37 @@
}
}
},
"moreOptions": {
"copyInfoTitle": {
"message": "Copy info - $ITEMNAME$",
"description": "Title for a button that opens a menu with options to copy information from an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"copyNoteLabel": {
"message": "Copy Note, $ITEMNAME$",
"description": "Aria label for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"copyNoteTitle": {
"message": "Copy Note - $ITEMNAME$",
"description": "Title for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"moreOptionsLabel": {
"message": "More options, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with more options for an item.",
"placeholders": {
@ -3283,6 +3355,38 @@
}
}
},
"moreOptionsTitle": {
"message": "More options - $ITEMNAME$",
"description": "Title for a button that opens a menu with more options for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"viewItemTitle": {
"message": "View item - $ITEMNAME$",
"description": "Title for a link that opens a view for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"assignCollections": {
"message": "Assign collections"
},
"copyEmail": {
"message": "Copy email"
},
"copyPhone": {
"message": "Copy phone"
},
"copyAddress": {
"message": "Copy address"
},
"adminConsole": {
"message": "Admin Console"
},
@ -3333,5 +3437,14 @@
"example": "Work"
}
}
},
"itemsWithNoFolder": {
"message": "Items with no folder"
},
"organizationIsDeactivated": {
"message": "Organization is deactivated"
},
"contactYourOrgAdmin": {
"message": "Items in deactivated organizations cannot be accessed. Contact your organization owner for assistance."
}
}

View File

@ -389,6 +389,15 @@
"favorite": {
"message": "מועדף"
},
"unfavorite": {
"message": "Unfavorite"
},
"itemAddedToFavorites": {
"message": "Item added to favorites"
},
"itemRemovedFromFavorites": {
"message": "Item removed from favorites"
},
"notes": {
"message": "הערות"
},
@ -410,6 +419,9 @@
"launch": {
"message": "הפעל"
},
"launchWebsite": {
"message": "Launch website"
},
"website": {
"message": "אתר"
},
@ -599,6 +611,9 @@
"loggedOut": {
"message": "בוצעה יציאה"
},
"loggedOutDesc": {
"message": "You have been logged out of your account."
},
"loginExpired": {
"message": "תוקף החיבור שלך הסתיים."
},
@ -1107,6 +1122,15 @@
"selfHostedEnvironmentFooter": {
"message": "הזן את כתובת השרת המקומי של Bitwarden."
},
"selfHostedBaseUrlHint": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation. Example: https://bitwarden.company.com"
},
"selfHostedCustomEnvHeader": {
"message": "For advanced configuration, you can specify the base URL of each service independently."
},
"selfHostedEnvFormInvalid": {
"message": "You must add either the base Server URL or at least one custom environment."
},
"customEnvironment": {
"message": "סביבה מותאמת אישית"
},
@ -1419,6 +1443,15 @@
"collections": {
"message": "אוספים"
},
"nCollections": {
"message": "$COUNT$ collections",
"placeholders": {
"count": {
"content": "$1",
"example": "2"
}
}
},
"favorites": {
"message": "מועדפים"
},
@ -1648,6 +1681,9 @@
"autoFillAndSave": {
"message": "בצע השלמה אוטומטית ושמור"
},
"fillAndSave": {
"message": "Fill and save"
},
"autoFillSuccessAndSavedUri": {
"message": "בוצעה השלמה אוטומטית והכתובת נשמרה"
},
@ -1744,6 +1780,12 @@
"ok": {
"message": "אישור"
},
"errorRefreshingAccessToken": {
"message": "Access Token Refresh Error"
},
"errorRefreshingAccessTokenDesc": {
"message": "No refresh token or API keys found. Please try logging out and logging back in."
},
"desktopSyncVerificationTitle": {
"message": "אימות סנכרון מול שולחן העבודה"
},
@ -3263,7 +3305,7 @@
"clearFiltersOrTryAnother": {
"message": "Clear filters or try another search term"
},
"copyInfo": {
"copyInfoLabel": {
"message": "Copy info, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with options to copy information from an item.",
"placeholders": {
@ -3273,7 +3315,37 @@
}
}
},
"moreOptions": {
"copyInfoTitle": {
"message": "Copy info - $ITEMNAME$",
"description": "Title for a button that opens a menu with options to copy information from an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"copyNoteLabel": {
"message": "Copy Note, $ITEMNAME$",
"description": "Aria label for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"copyNoteTitle": {
"message": "Copy Note - $ITEMNAME$",
"description": "Title for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"moreOptionsLabel": {
"message": "More options, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with more options for an item.",
"placeholders": {
@ -3283,6 +3355,38 @@
}
}
},
"moreOptionsTitle": {
"message": "More options - $ITEMNAME$",
"description": "Title for a button that opens a menu with more options for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"viewItemTitle": {
"message": "View item - $ITEMNAME$",
"description": "Title for a link that opens a view for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"assignCollections": {
"message": "Assign collections"
},
"copyEmail": {
"message": "Copy email"
},
"copyPhone": {
"message": "Copy phone"
},
"copyAddress": {
"message": "Copy address"
},
"adminConsole": {
"message": "Admin Console"
},
@ -3333,5 +3437,14 @@
"example": "Work"
}
}
},
"itemsWithNoFolder": {
"message": "Items with no folder"
},
"organizationIsDeactivated": {
"message": "Organization is deactivated"
},
"contactYourOrgAdmin": {
"message": "Items in deactivated organizations cannot be accessed. Contact your organization owner for assistance."
}
}

View File

@ -389,6 +389,15 @@
"favorite": {
"message": "Favorite"
},
"unfavorite": {
"message": "Unfavorite"
},
"itemAddedToFavorites": {
"message": "Item added to favorites"
},
"itemRemovedFromFavorites": {
"message": "Item removed from favorites"
},
"notes": {
"message": "नोट्स"
},
@ -410,6 +419,9 @@
"launch": {
"message": "खोलें"
},
"launchWebsite": {
"message": "Launch website"
},
"website": {
"message": "वेबसाइट"
},
@ -599,6 +611,9 @@
"loggedOut": {
"message": "लॉग आउट"
},
"loggedOutDesc": {
"message": "You have been logged out of your account."
},
"loginExpired": {
"message": "अपने लॉगिन सत्र समाप्त हो गया है।"
},
@ -1107,6 +1122,15 @@
"selfHostedEnvironmentFooter": {
"message": "Specify the base URL of your on-premise hosted bitwarden installation."
},
"selfHostedBaseUrlHint": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation. Example: https://bitwarden.company.com"
},
"selfHostedCustomEnvHeader": {
"message": "For advanced configuration, you can specify the base URL of each service independently."
},
"selfHostedEnvFormInvalid": {
"message": "You must add either the base Server URL or at least one custom environment."
},
"customEnvironment": {
"message": "Custom Environment"
},
@ -1419,6 +1443,15 @@
"collections": {
"message": "संग्रह"
},
"nCollections": {
"message": "$COUNT$ collections",
"placeholders": {
"count": {
"content": "$1",
"example": "2"
}
}
},
"favorites": {
"message": "Favorites"
},
@ -1648,6 +1681,9 @@
"autoFillAndSave": {
"message": "ऑटो फिल और सेव"
},
"fillAndSave": {
"message": "Fill and save"
},
"autoFillSuccessAndSavedUri": {
"message": "ऑटो फिल आइटम और सेव URI"
},
@ -1744,6 +1780,12 @@
"ok": {
"message": "ठीक है"
},
"errorRefreshingAccessToken": {
"message": "Access Token Refresh Error"
},
"errorRefreshingAccessTokenDesc": {
"message": "No refresh token or API keys found. Please try logging out and logging back in."
},
"desktopSyncVerificationTitle": {
"message": "डेस्कटॉप सिंक सत्यापन"
},
@ -3263,7 +3305,7 @@
"clearFiltersOrTryAnother": {
"message": "Clear filters or try another search term"
},
"copyInfo": {
"copyInfoLabel": {
"message": "Copy info, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with options to copy information from an item.",
"placeholders": {
@ -3273,7 +3315,37 @@
}
}
},
"moreOptions": {
"copyInfoTitle": {
"message": "Copy info - $ITEMNAME$",
"description": "Title for a button that opens a menu with options to copy information from an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"copyNoteLabel": {
"message": "Copy Note, $ITEMNAME$",
"description": "Aria label for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"copyNoteTitle": {
"message": "Copy Note - $ITEMNAME$",
"description": "Title for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"moreOptionsLabel": {
"message": "More options, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with more options for an item.",
"placeholders": {
@ -3283,6 +3355,38 @@
}
}
},
"moreOptionsTitle": {
"message": "More options - $ITEMNAME$",
"description": "Title for a button that opens a menu with more options for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"viewItemTitle": {
"message": "View item - $ITEMNAME$",
"description": "Title for a link that opens a view for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"assignCollections": {
"message": "Assign collections"
},
"copyEmail": {
"message": "Copy email"
},
"copyPhone": {
"message": "Copy phone"
},
"copyAddress": {
"message": "Copy address"
},
"adminConsole": {
"message": "Admin Console"
},
@ -3333,5 +3437,14 @@
"example": "Work"
}
}
},
"itemsWithNoFolder": {
"message": "Items with no folder"
},
"organizationIsDeactivated": {
"message": "Organization is deactivated"
},
"contactYourOrgAdmin": {
"message": "Items in deactivated organizations cannot be accessed. Contact your organization owner for assistance."
}
}

View File

@ -389,6 +389,15 @@
"favorite": {
"message": "Favorit"
},
"unfavorite": {
"message": "Unfavorite"
},
"itemAddedToFavorites": {
"message": "Item added to favorites"
},
"itemRemovedFromFavorites": {
"message": "Item removed from favorites"
},
"notes": {
"message": "Bilješke"
},
@ -410,6 +419,9 @@
"launch": {
"message": "Pokreni"
},
"launchWebsite": {
"message": "Launch website"
},
"website": {
"message": "Web stranica"
},
@ -599,6 +611,9 @@
"loggedOut": {
"message": "Odjavljen"
},
"loggedOutDesc": {
"message": "You have been logged out of your account."
},
"loginExpired": {
"message": "Sesija je istekla."
},
@ -1107,6 +1122,15 @@
"selfHostedEnvironmentFooter": {
"message": "Navedi osnovni URL svoje lokalno smještene Bitwarden instalacije."
},
"selfHostedBaseUrlHint": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation. Example: https://bitwarden.company.com"
},
"selfHostedCustomEnvHeader": {
"message": "For advanced configuration, you can specify the base URL of each service independently."
},
"selfHostedEnvFormInvalid": {
"message": "You must add either the base Server URL or at least one custom environment."
},
"customEnvironment": {
"message": "Prilagođeno okruženje"
},
@ -1419,6 +1443,15 @@
"collections": {
"message": "Zbirke"
},
"nCollections": {
"message": "$COUNT$ collections",
"placeholders": {
"count": {
"content": "$1",
"example": "2"
}
}
},
"favorites": {
"message": "Favoriti"
},
@ -1648,6 +1681,9 @@
"autoFillAndSave": {
"message": "Auto-ispuni i spremi"
},
"fillAndSave": {
"message": "Fill and save"
},
"autoFillSuccessAndSavedUri": {
"message": "Auto-ispunjena stavka i spremanje URI"
},
@ -1744,6 +1780,12 @@
"ok": {
"message": "U redu"
},
"errorRefreshingAccessToken": {
"message": "Access Token Refresh Error"
},
"errorRefreshingAccessTokenDesc": {
"message": "No refresh token or API keys found. Please try logging out and logging back in."
},
"desktopSyncVerificationTitle": {
"message": "Potvrda desktop sinkronizacije"
},
@ -3263,7 +3305,7 @@
"clearFiltersOrTryAnother": {
"message": "Clear filters or try another search term"
},
"copyInfo": {
"copyInfoLabel": {
"message": "Copy info, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with options to copy information from an item.",
"placeholders": {
@ -3273,7 +3315,37 @@
}
}
},
"moreOptions": {
"copyInfoTitle": {
"message": "Copy info - $ITEMNAME$",
"description": "Title for a button that opens a menu with options to copy information from an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"copyNoteLabel": {
"message": "Copy Note, $ITEMNAME$",
"description": "Aria label for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"copyNoteTitle": {
"message": "Copy Note - $ITEMNAME$",
"description": "Title for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"moreOptionsLabel": {
"message": "More options, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with more options for an item.",
"placeholders": {
@ -3283,6 +3355,38 @@
}
}
},
"moreOptionsTitle": {
"message": "More options - $ITEMNAME$",
"description": "Title for a button that opens a menu with more options for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"viewItemTitle": {
"message": "View item - $ITEMNAME$",
"description": "Title for a link that opens a view for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"assignCollections": {
"message": "Assign collections"
},
"copyEmail": {
"message": "Copy email"
},
"copyPhone": {
"message": "Copy phone"
},
"copyAddress": {
"message": "Copy address"
},
"adminConsole": {
"message": "Admin Console"
},
@ -3333,5 +3437,14 @@
"example": "Work"
}
}
},
"itemsWithNoFolder": {
"message": "Items with no folder"
},
"organizationIsDeactivated": {
"message": "Organization is deactivated"
},
"contactYourOrgAdmin": {
"message": "Items in deactivated organizations cannot be accessed. Contact your organization owner for assistance."
}
}

View File

@ -389,6 +389,15 @@
"favorite": {
"message": "Kedvenc"
},
"unfavorite": {
"message": "Nem kedvenc"
},
"itemAddedToFavorites": {
"message": "Item added to favorites"
},
"itemRemovedFromFavorites": {
"message": "Item removed from favorites"
},
"notes": {
"message": "Jegyzetek"
},
@ -410,6 +419,9 @@
"launch": {
"message": "Indítás"
},
"launchWebsite": {
"message": "Webhely indítása"
},
"website": {
"message": "Weboldal"
},
@ -599,6 +611,9 @@
"loggedOut": {
"message": "Kijelentkezett"
},
"loggedOutDesc": {
"message": "You have been logged out of your account."
},
"loginExpired": {
"message": "Bejelentkezési munkamenete lejárt."
},
@ -1107,6 +1122,15 @@
"selfHostedEnvironmentFooter": {
"message": "A helyileg működtetett Bitwarden telepítés alap webcímének megadása."
},
"selfHostedBaseUrlHint": {
"message": "Adjuk meg a helyileg tárolt Bitwarden telepítés alap webcímét. Példa: https://bitwarden.company.com"
},
"selfHostedCustomEnvHeader": {
"message": "Speciális konfigurációhoz külön-külön megadhatjuk az egyes szolgáltatások alap webcímét."
},
"selfHostedEnvFormInvalid": {
"message": "Hozzá kell adni az alapszerver webcímét vagy legalább egy egyedi környezetet."
},
"customEnvironment": {
"message": "Egyedi környezet"
},
@ -1419,6 +1443,15 @@
"collections": {
"message": "Gyűjtemények"
},
"nCollections": {
"message": "$COUNT$ gyűjtemény",
"placeholders": {
"count": {
"content": "$1",
"example": "2"
}
}
},
"favorites": {
"message": "Kedvencek"
},
@ -1648,6 +1681,9 @@
"autoFillAndSave": {
"message": "Automatikus kitöltés és mentés"
},
"fillAndSave": {
"message": "Kitöltés és mentés"
},
"autoFillSuccessAndSavedUri": {
"message": "Automatikusan kitöltött elem és mentett URI"
},
@ -1744,6 +1780,12 @@
"ok": {
"message": "Ok"
},
"errorRefreshingAccessToken": {
"message": "Access Token Refresh Error"
},
"errorRefreshingAccessTokenDesc": {
"message": "No refresh token or API keys found. Please try logging out and logging back in."
},
"desktopSyncVerificationTitle": {
"message": "Asztali szinkronizálás ellenőrzés"
},
@ -3263,8 +3305,8 @@
"clearFiltersOrTryAnother": {
"message": "Töröljük a szűrőket vagy próbálkozzunk másik keresési kifejezéssel."
},
"copyInfo": {
"message": "Adatok másolása, $ITEMNAME$",
"copyInfoLabel": {
"message": "Infó másolása, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with options to copy information from an item.",
"placeholders": {
"itemname": {
@ -3273,7 +3315,37 @@
}
}
},
"moreOptions": {
"copyInfoTitle": {
"message": "Infó másolása - $ITEMNAME$",
"description": "Title for a button that opens a menu with options to copy information from an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"copyNoteLabel": {
"message": "Jegyzet másolása, $ITEMNAME$",
"description": "Aria label for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"copyNoteTitle": {
"message": "Jegyzet másolása - $ITEMNAME$",
"description": "Title for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"moreOptionsLabel": {
"message": "További opciók, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with more options for an item.",
"placeholders": {
@ -3283,6 +3355,38 @@
}
}
},
"moreOptionsTitle": {
"message": "További opciók - $ITEMNAME$",
"description": "Title for a button that opens a menu with more options for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"viewItemTitle": {
"message": "Elem megtekkintése - $ITEMNAME$",
"description": "Title for a link that opens a view for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"assignCollections": {
"message": "Gyűjtemények hozzárendelése"
},
"copyEmail": {
"message": "Email cím másolása"
},
"copyPhone": {
"message": "Telefonszám másolása"
},
"copyAddress": {
"message": "Cím másolása"
},
"adminConsole": {
"message": "Adminisztrátori konzol"
},
@ -3333,5 +3437,14 @@
"example": "Work"
}
}
},
"itemsWithNoFolder": {
"message": "Items with no folder"
},
"organizationIsDeactivated": {
"message": "Organization is deactivated"
},
"contactYourOrgAdmin": {
"message": "Items in deactivated organizations cannot be accessed. Contact your organization owner for assistance."
}
}

View File

@ -389,6 +389,15 @@
"favorite": {
"message": "Favorit"
},
"unfavorite": {
"message": "Unfavorite"
},
"itemAddedToFavorites": {
"message": "Item added to favorites"
},
"itemRemovedFromFavorites": {
"message": "Item removed from favorites"
},
"notes": {
"message": "Catatan"
},
@ -410,6 +419,9 @@
"launch": {
"message": "Luncurkan"
},
"launchWebsite": {
"message": "Launch website"
},
"website": {
"message": "Situs Web"
},
@ -599,6 +611,9 @@
"loggedOut": {
"message": "Keluar"
},
"loggedOutDesc": {
"message": "You have been logged out of your account."
},
"loginExpired": {
"message": "Sesi masuk Anda telah berakhir."
},
@ -1107,6 +1122,15 @@
"selfHostedEnvironmentFooter": {
"message": "Tetapkan URL dasar penyedia personal pemasangan Bitwarden Anda."
},
"selfHostedBaseUrlHint": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation. Example: https://bitwarden.company.com"
},
"selfHostedCustomEnvHeader": {
"message": "For advanced configuration, you can specify the base URL of each service independently."
},
"selfHostedEnvFormInvalid": {
"message": "You must add either the base Server URL or at least one custom environment."
},
"customEnvironment": {
"message": "Lingkungan Khusus"
},
@ -1419,6 +1443,15 @@
"collections": {
"message": "Koleksi"
},
"nCollections": {
"message": "$COUNT$ collections",
"placeholders": {
"count": {
"content": "$1",
"example": "2"
}
}
},
"favorites": {
"message": "Favorit"
},
@ -1648,6 +1681,9 @@
"autoFillAndSave": {
"message": "Isi Otomatis dan Simpan"
},
"fillAndSave": {
"message": "Fill and save"
},
"autoFillSuccessAndSavedUri": {
"message": "Item yang Diisi Otomatis dan URI Tersimpan"
},
@ -1744,6 +1780,12 @@
"ok": {
"message": "Oke"
},
"errorRefreshingAccessToken": {
"message": "Access Token Refresh Error"
},
"errorRefreshingAccessTokenDesc": {
"message": "No refresh token or API keys found. Please try logging out and logging back in."
},
"desktopSyncVerificationTitle": {
"message": "Verifikasi sinkronisasi desktop"
},
@ -3263,7 +3305,7 @@
"clearFiltersOrTryAnother": {
"message": "Clear filters or try another search term"
},
"copyInfo": {
"copyInfoLabel": {
"message": "Copy info, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with options to copy information from an item.",
"placeholders": {
@ -3273,7 +3315,37 @@
}
}
},
"moreOptions": {
"copyInfoTitle": {
"message": "Copy info - $ITEMNAME$",
"description": "Title for a button that opens a menu with options to copy information from an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"copyNoteLabel": {
"message": "Copy Note, $ITEMNAME$",
"description": "Aria label for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"copyNoteTitle": {
"message": "Copy Note - $ITEMNAME$",
"description": "Title for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"moreOptionsLabel": {
"message": "More options, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with more options for an item.",
"placeholders": {
@ -3283,6 +3355,38 @@
}
}
},
"moreOptionsTitle": {
"message": "More options - $ITEMNAME$",
"description": "Title for a button that opens a menu with more options for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"viewItemTitle": {
"message": "View item - $ITEMNAME$",
"description": "Title for a link that opens a view for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"assignCollections": {
"message": "Assign collections"
},
"copyEmail": {
"message": "Copy email"
},
"copyPhone": {
"message": "Copy phone"
},
"copyAddress": {
"message": "Copy address"
},
"adminConsole": {
"message": "Admin Console"
},
@ -3333,5 +3437,14 @@
"example": "Work"
}
}
},
"itemsWithNoFolder": {
"message": "Items with no folder"
},
"organizationIsDeactivated": {
"message": "Organization is deactivated"
},
"contactYourOrgAdmin": {
"message": "Items in deactivated organizations cannot be accessed. Contact your organization owner for assistance."
}
}

View File

@ -389,6 +389,15 @@
"favorite": {
"message": "Preferito"
},
"unfavorite": {
"message": "Rimuovi dai preferiti"
},
"itemAddedToFavorites": {
"message": "Item added to favorites"
},
"itemRemovedFromFavorites": {
"message": "Item removed from favorites"
},
"notes": {
"message": "Note"
},
@ -410,6 +419,9 @@
"launch": {
"message": "Avvia"
},
"launchWebsite": {
"message": "Avvia il sito web"
},
"website": {
"message": "Sito web"
},
@ -599,6 +611,9 @@
"loggedOut": {
"message": "Disconnesso"
},
"loggedOutDesc": {
"message": "Sei stato fatto uscire dal tuo account."
},
"loginExpired": {
"message": "La tua sessione è scaduta."
},
@ -1107,6 +1122,15 @@
"selfHostedEnvironmentFooter": {
"message": "Specifica l'URL principale della tua installazione self-hosted di Bitwarden."
},
"selfHostedBaseUrlHint": {
"message": "Specifica lo URL principale della tua installazione self-hosted di Bitwarden. Esempio: https://bitwarden.company.com"
},
"selfHostedCustomEnvHeader": {
"message": "Per la configurazione avanzata, puoi specificare lo URL di base di ciascun servizio in modo indipendente."
},
"selfHostedEnvFormInvalid": {
"message": "Devi aggiungere lo URL del server di base o almeno un ambiente personalizzato."
},
"customEnvironment": {
"message": "Ambiente personalizzato"
},
@ -1419,6 +1443,15 @@
"collections": {
"message": "Raccolte"
},
"nCollections": {
"message": "$COUNT$ collections",
"placeholders": {
"count": {
"content": "$1",
"example": "2"
}
}
},
"favorites": {
"message": "Preferiti"
},
@ -1648,6 +1681,9 @@
"autoFillAndSave": {
"message": "Riempi automaticamente e salva"
},
"fillAndSave": {
"message": "Riempi e salva"
},
"autoFillSuccessAndSavedUri": {
"message": "Elemento riempito automaticamente e URI salvato"
},
@ -1744,6 +1780,12 @@
"ok": {
"message": "Ok"
},
"errorRefreshingAccessToken": {
"message": "Errore di aggiornamento del token di accesso"
},
"errorRefreshingAccessTokenDesc": {
"message": "Nessun token di aggiornamento o chiave API trovati. Prova ad uscire ed entrare di nuovo."
},
"desktopSyncVerificationTitle": {
"message": "Verifica sincronizzazione desktop"
},
@ -3263,7 +3305,7 @@
"clearFiltersOrTryAnother": {
"message": "Cancella i filtri o prova un altro termine di ricerca"
},
"copyInfo": {
"copyInfoLabel": {
"message": "Copia informazioni, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with options to copy information from an item.",
"placeholders": {
@ -3273,7 +3315,37 @@
}
}
},
"moreOptions": {
"copyInfoTitle": {
"message": "Copia informazioni - $ITEMNAME$",
"description": "Title for a button that opens a menu with options to copy information from an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"copyNoteLabel": {
"message": "Copia nota, $ITEMNAME$",
"description": "Aria label for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"copyNoteTitle": {
"message": "Copia nota - $ITEMNAME$",
"description": "Title for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"moreOptionsLabel": {
"message": "Più opzioni, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with more options for an item.",
"placeholders": {
@ -3283,6 +3355,38 @@
}
}
},
"moreOptionsTitle": {
"message": "Più opzioni - $ITEMNAME$",
"description": "Title for a button that opens a menu with more options for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"viewItemTitle": {
"message": "Visualizza elemento - $ITEMNAME$",
"description": "Title for a link that opens a view for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"assignCollections": {
"message": "Assegna raccolte"
},
"copyEmail": {
"message": "Copia email"
},
"copyPhone": {
"message": "Copia telefono"
},
"copyAddress": {
"message": "Copia indirizzo"
},
"adminConsole": {
"message": "Console di amministrazione"
},
@ -3333,5 +3437,14 @@
"example": "Work"
}
}
},
"itemsWithNoFolder": {
"message": "Elementi senza cartella"
},
"organizationIsDeactivated": {
"message": "L'organizzazione è disattivata"
},
"contactYourOrgAdmin": {
"message": "Non puoi accedere agli elementi nelle organizzazioni disattivate. Contatta il proprietario della tua organizzazione per ricevere assistenza."
}
}

View File

@ -389,6 +389,15 @@
"favorite": {
"message": "お気に入り"
},
"unfavorite": {
"message": "お気に入り解除"
},
"itemAddedToFavorites": {
"message": "アイテムをお気に入りに追加しました"
},
"itemRemovedFromFavorites": {
"message": "アイテムをお気に入りから削除しました"
},
"notes": {
"message": "メモ"
},
@ -410,6 +419,9 @@
"launch": {
"message": "開く"
},
"launchWebsite": {
"message": "ウェブサイトを開く"
},
"website": {
"message": "ウェブサイト"
},
@ -599,6 +611,9 @@
"loggedOut": {
"message": "ログアウトしました"
},
"loggedOutDesc": {
"message": "アカウントからログアウトしました。"
},
"loginExpired": {
"message": "ログインセッションの有効期限が切れています。"
},
@ -1107,6 +1122,15 @@
"selfHostedEnvironmentFooter": {
"message": "セルフホスティングしている Bitwarden のベース URL を指定してください。"
},
"selfHostedBaseUrlHint": {
"message": "オンプレミスホストした Bitwarden のベース URL を指定してください。例: https://bitwarden.company.com"
},
"selfHostedCustomEnvHeader": {
"message": "高度な設定では、各サービスのベース URL を個別に指定できます。"
},
"selfHostedEnvFormInvalid": {
"message": "ベース サーバー URL または少なくとも 1 つのカスタム環境を追加する必要があります。"
},
"customEnvironment": {
"message": "カスタム環境"
},
@ -1419,6 +1443,15 @@
"collections": {
"message": "コレクション"
},
"nCollections": {
"message": "$COUNT$ 個のコレクション",
"placeholders": {
"count": {
"content": "$1",
"example": "2"
}
}
},
"favorites": {
"message": "お気に入り"
},
@ -1648,6 +1681,9 @@
"autoFillAndSave": {
"message": "自動入力して保存"
},
"fillAndSave": {
"message": "入力して保存"
},
"autoFillSuccessAndSavedUri": {
"message": "アイテムを自動入力して URI を保存しました"
},
@ -1744,6 +1780,12 @@
"ok": {
"message": "OK"
},
"errorRefreshingAccessToken": {
"message": "アクセストークンの更新エラー"
},
"errorRefreshingAccessTokenDesc": {
"message": "リフレッシュトークンや API キーが見つかりませんでした。ログアウトして再度ログインしてください。"
},
"desktopSyncVerificationTitle": {
"message": "デスクトップ同期の検証"
},
@ -3263,7 +3305,7 @@
"clearFiltersOrTryAnother": {
"message": "フィルタをクリアするか、別の検索ワードをお試しください"
},
"copyInfo": {
"copyInfoLabel": {
"message": "$ITEMNAME$ の情報をコピー",
"description": "Aria label for a button that opens a menu with options to copy information from an item.",
"placeholders": {
@ -3273,7 +3315,37 @@
}
}
},
"moreOptions": {
"copyInfoTitle": {
"message": "情報をコピー - $ITEMNAME$",
"description": "Title for a button that opens a menu with options to copy information from an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"copyNoteLabel": {
"message": "$ITEMNAME$ のメモをコピー",
"description": "Aria label for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"copyNoteTitle": {
"message": "メモをコピー - $ITEMNAME$",
"description": "Title for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"moreOptionsLabel": {
"message": "$ITEMNAME$ のその他のオプション",
"description": "Aria label for a button that opens a menu with more options for an item.",
"placeholders": {
@ -3283,6 +3355,38 @@
}
}
},
"moreOptionsTitle": {
"message": "その他のオプション - $ITEMNAME$",
"description": "Title for a button that opens a menu with more options for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"viewItemTitle": {
"message": "アイテムを表示 - $ITEMNAME$",
"description": "Title for a link that opens a view for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"assignCollections": {
"message": "コレクションを割り当て"
},
"copyEmail": {
"message": "メールアドレスをコピー"
},
"copyPhone": {
"message": "電話番号をコピー"
},
"copyAddress": {
"message": "住所をコピー"
},
"adminConsole": {
"message": "管理コンソール"
},
@ -3333,5 +3437,14 @@
"example": "Work"
}
}
},
"itemsWithNoFolder": {
"message": "フォルダーがないアイテム"
},
"organizationIsDeactivated": {
"message": "組織は無効化されています"
},
"contactYourOrgAdmin": {
"message": "無効化された組織のアイテムにアクセスすることはできません。組織の所有者に連絡してください。"
}
}

View File

@ -389,6 +389,15 @@
"favorite": {
"message": "რჩეული"
},
"unfavorite": {
"message": "Unfavorite"
},
"itemAddedToFavorites": {
"message": "Item added to favorites"
},
"itemRemovedFromFavorites": {
"message": "Item removed from favorites"
},
"notes": {
"message": "Notes"
},
@ -410,6 +419,9 @@
"launch": {
"message": "Launch"
},
"launchWebsite": {
"message": "Launch website"
},
"website": {
"message": "ვებგვერდი"
},
@ -599,6 +611,9 @@
"loggedOut": {
"message": "Logged out"
},
"loggedOutDesc": {
"message": "You have been logged out of your account."
},
"loginExpired": {
"message": "Your login session has expired."
},
@ -1107,6 +1122,15 @@
"selfHostedEnvironmentFooter": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation."
},
"selfHostedBaseUrlHint": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation. Example: https://bitwarden.company.com"
},
"selfHostedCustomEnvHeader": {
"message": "For advanced configuration, you can specify the base URL of each service independently."
},
"selfHostedEnvFormInvalid": {
"message": "You must add either the base Server URL or at least one custom environment."
},
"customEnvironment": {
"message": "Custom environment"
},
@ -1419,6 +1443,15 @@
"collections": {
"message": "Collections"
},
"nCollections": {
"message": "$COUNT$ collections",
"placeholders": {
"count": {
"content": "$1",
"example": "2"
}
}
},
"favorites": {
"message": "Favorites"
},
@ -1648,6 +1681,9 @@
"autoFillAndSave": {
"message": "Auto-fill and save"
},
"fillAndSave": {
"message": "Fill and save"
},
"autoFillSuccessAndSavedUri": {
"message": "Item auto-filled and URI saved"
},
@ -1744,6 +1780,12 @@
"ok": {
"message": "Ok"
},
"errorRefreshingAccessToken": {
"message": "Access Token Refresh Error"
},
"errorRefreshingAccessTokenDesc": {
"message": "No refresh token or API keys found. Please try logging out and logging back in."
},
"desktopSyncVerificationTitle": {
"message": "Desktop sync verification"
},
@ -3263,7 +3305,7 @@
"clearFiltersOrTryAnother": {
"message": "Clear filters or try another search term"
},
"copyInfo": {
"copyInfoLabel": {
"message": "Copy info, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with options to copy information from an item.",
"placeholders": {
@ -3273,7 +3315,37 @@
}
}
},
"moreOptions": {
"copyInfoTitle": {
"message": "Copy info - $ITEMNAME$",
"description": "Title for a button that opens a menu with options to copy information from an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"copyNoteLabel": {
"message": "Copy Note, $ITEMNAME$",
"description": "Aria label for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"copyNoteTitle": {
"message": "Copy Note - $ITEMNAME$",
"description": "Title for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"moreOptionsLabel": {
"message": "More options, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with more options for an item.",
"placeholders": {
@ -3283,6 +3355,38 @@
}
}
},
"moreOptionsTitle": {
"message": "More options - $ITEMNAME$",
"description": "Title for a button that opens a menu with more options for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"viewItemTitle": {
"message": "View item - $ITEMNAME$",
"description": "Title for a link that opens a view for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"assignCollections": {
"message": "Assign collections"
},
"copyEmail": {
"message": "Copy email"
},
"copyPhone": {
"message": "Copy phone"
},
"copyAddress": {
"message": "Copy address"
},
"adminConsole": {
"message": "Admin Console"
},
@ -3333,5 +3437,14 @@
"example": "Work"
}
}
},
"itemsWithNoFolder": {
"message": "Items with no folder"
},
"organizationIsDeactivated": {
"message": "Organization is deactivated"
},
"contactYourOrgAdmin": {
"message": "Items in deactivated organizations cannot be accessed. Contact your organization owner for assistance."
}
}

View File

@ -389,6 +389,15 @@
"favorite": {
"message": "Favorite"
},
"unfavorite": {
"message": "Unfavorite"
},
"itemAddedToFavorites": {
"message": "Item added to favorites"
},
"itemRemovedFromFavorites": {
"message": "Item removed from favorites"
},
"notes": {
"message": "Notes"
},
@ -410,6 +419,9 @@
"launch": {
"message": "Launch"
},
"launchWebsite": {
"message": "Launch website"
},
"website": {
"message": "Website"
},
@ -599,6 +611,9 @@
"loggedOut": {
"message": "Logged out"
},
"loggedOutDesc": {
"message": "You have been logged out of your account."
},
"loginExpired": {
"message": "Your login session has expired."
},
@ -1107,6 +1122,15 @@
"selfHostedEnvironmentFooter": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation."
},
"selfHostedBaseUrlHint": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation. Example: https://bitwarden.company.com"
},
"selfHostedCustomEnvHeader": {
"message": "For advanced configuration, you can specify the base URL of each service independently."
},
"selfHostedEnvFormInvalid": {
"message": "You must add either the base Server URL or at least one custom environment."
},
"customEnvironment": {
"message": "Custom environment"
},
@ -1419,6 +1443,15 @@
"collections": {
"message": "Collections"
},
"nCollections": {
"message": "$COUNT$ collections",
"placeholders": {
"count": {
"content": "$1",
"example": "2"
}
}
},
"favorites": {
"message": "Favorites"
},
@ -1648,6 +1681,9 @@
"autoFillAndSave": {
"message": "Auto-fill and save"
},
"fillAndSave": {
"message": "Fill and save"
},
"autoFillSuccessAndSavedUri": {
"message": "Item auto-filled and URI saved"
},
@ -1744,6 +1780,12 @@
"ok": {
"message": "Ok"
},
"errorRefreshingAccessToken": {
"message": "Access Token Refresh Error"
},
"errorRefreshingAccessTokenDesc": {
"message": "No refresh token or API keys found. Please try logging out and logging back in."
},
"desktopSyncVerificationTitle": {
"message": "Desktop sync verification"
},
@ -3263,7 +3305,7 @@
"clearFiltersOrTryAnother": {
"message": "Clear filters or try another search term"
},
"copyInfo": {
"copyInfoLabel": {
"message": "Copy info, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with options to copy information from an item.",
"placeholders": {
@ -3273,7 +3315,37 @@
}
}
},
"moreOptions": {
"copyInfoTitle": {
"message": "Copy info - $ITEMNAME$",
"description": "Title for a button that opens a menu with options to copy information from an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"copyNoteLabel": {
"message": "Copy Note, $ITEMNAME$",
"description": "Aria label for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"copyNoteTitle": {
"message": "Copy Note - $ITEMNAME$",
"description": "Title for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"moreOptionsLabel": {
"message": "More options, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with more options for an item.",
"placeholders": {
@ -3283,6 +3355,38 @@
}
}
},
"moreOptionsTitle": {
"message": "More options - $ITEMNAME$",
"description": "Title for a button that opens a menu with more options for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"viewItemTitle": {
"message": "View item - $ITEMNAME$",
"description": "Title for a link that opens a view for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"assignCollections": {
"message": "Assign collections"
},
"copyEmail": {
"message": "Copy email"
},
"copyPhone": {
"message": "Copy phone"
},
"copyAddress": {
"message": "Copy address"
},
"adminConsole": {
"message": "Admin Console"
},
@ -3333,5 +3437,14 @@
"example": "Work"
}
}
},
"itemsWithNoFolder": {
"message": "Items with no folder"
},
"organizationIsDeactivated": {
"message": "Organization is deactivated"
},
"contactYourOrgAdmin": {
"message": "Items in deactivated organizations cannot be accessed. Contact your organization owner for assistance."
}
}

View File

@ -389,6 +389,15 @@
"favorite": {
"message": "ಮೆಚ್ಚಿನ"
},
"unfavorite": {
"message": "Unfavorite"
},
"itemAddedToFavorites": {
"message": "Item added to favorites"
},
"itemRemovedFromFavorites": {
"message": "Item removed from favorites"
},
"notes": {
"message": "ಟಿಪ್ಪಣಿಗಳು"
},
@ -410,6 +419,9 @@
"launch": {
"message": "ಶುರು"
},
"launchWebsite": {
"message": "Launch website"
},
"website": {
"message": "ಜಾಲತಾಣ"
},
@ -599,6 +611,9 @@
"loggedOut": {
"message": "ಲಾಗ್ ಔಟ್"
},
"loggedOutDesc": {
"message": "You have been logged out of your account."
},
"loginExpired": {
"message": "ನಿಮ್ಮ ಲಾಗಿನ್ ಸೆಷನ್ ಅವಧಿ ಮೀರಿದೆ."
},
@ -1107,6 +1122,15 @@
"selfHostedEnvironmentFooter": {
"message": "ನಿಮ್ಮ ಆನ್-ಪ್ರಮೇಯ ಹೋಸ್ಟ್ ಮಾಡಿದ ಬಿಟ್‌ವಾರ್ಡೆನ್ ಸ್ಥಾಪನೆಯ ಮೂಲ URL ಅನ್ನು ನಿರ್ದಿಷ್ಟಪಡಿಸಿ."
},
"selfHostedBaseUrlHint": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation. Example: https://bitwarden.company.com"
},
"selfHostedCustomEnvHeader": {
"message": "For advanced configuration, you can specify the base URL of each service independently."
},
"selfHostedEnvFormInvalid": {
"message": "You must add either the base Server URL or at least one custom environment."
},
"customEnvironment": {
"message": "ಕಸ್ಟಮ್ ಪರಿಸರ"
},
@ -1419,6 +1443,15 @@
"collections": {
"message": "ಸಂಗ್ರಹಣೆಗಳು"
},
"nCollections": {
"message": "$COUNT$ collections",
"placeholders": {
"count": {
"content": "$1",
"example": "2"
}
}
},
"favorites": {
"message": "ಮೆಚ್ಚುಗೆಗಳು"
},
@ -1648,6 +1681,9 @@
"autoFillAndSave": {
"message": "ಸ್ವಯಂ ಭರ್ತಿ ಮತ್ತು ಉಳಿಸಿ"
},
"fillAndSave": {
"message": "Fill and save"
},
"autoFillSuccessAndSavedUri": {
"message": "ಸ್ವಯಂ ತುಂಬಿದ ಐಟಂ ಮತ್ತು ಉಳಿಸಿದ ಯುಆರ್ಐ"
},
@ -1744,6 +1780,12 @@
"ok": {
"message": "ಸರಿ"
},
"errorRefreshingAccessToken": {
"message": "Access Token Refresh Error"
},
"errorRefreshingAccessTokenDesc": {
"message": "No refresh token or API keys found. Please try logging out and logging back in."
},
"desktopSyncVerificationTitle": {
"message": "ಡೆಸ್ಕ್ಟಾಪ್ ಸಿಂಕ್ ಪರಿಶೀಲನೆ"
},
@ -3263,7 +3305,7 @@
"clearFiltersOrTryAnother": {
"message": "Clear filters or try another search term"
},
"copyInfo": {
"copyInfoLabel": {
"message": "Copy info, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with options to copy information from an item.",
"placeholders": {
@ -3273,7 +3315,37 @@
}
}
},
"moreOptions": {
"copyInfoTitle": {
"message": "Copy info - $ITEMNAME$",
"description": "Title for a button that opens a menu with options to copy information from an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"copyNoteLabel": {
"message": "Copy Note, $ITEMNAME$",
"description": "Aria label for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"copyNoteTitle": {
"message": "Copy Note - $ITEMNAME$",
"description": "Title for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"moreOptionsLabel": {
"message": "More options, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with more options for an item.",
"placeholders": {
@ -3283,6 +3355,38 @@
}
}
},
"moreOptionsTitle": {
"message": "More options - $ITEMNAME$",
"description": "Title for a button that opens a menu with more options for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"viewItemTitle": {
"message": "View item - $ITEMNAME$",
"description": "Title for a link that opens a view for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"assignCollections": {
"message": "Assign collections"
},
"copyEmail": {
"message": "Copy email"
},
"copyPhone": {
"message": "Copy phone"
},
"copyAddress": {
"message": "Copy address"
},
"adminConsole": {
"message": "Admin Console"
},
@ -3333,5 +3437,14 @@
"example": "Work"
}
}
},
"itemsWithNoFolder": {
"message": "Items with no folder"
},
"organizationIsDeactivated": {
"message": "Organization is deactivated"
},
"contactYourOrgAdmin": {
"message": "Items in deactivated organizations cannot be accessed. Contact your organization owner for assistance."
}
}

View File

@ -389,6 +389,15 @@
"favorite": {
"message": "즐겨찾기"
},
"unfavorite": {
"message": "Unfavorite"
},
"itemAddedToFavorites": {
"message": "Item added to favorites"
},
"itemRemovedFromFavorites": {
"message": "Item removed from favorites"
},
"notes": {
"message": "메모"
},
@ -410,6 +419,9 @@
"launch": {
"message": "열기"
},
"launchWebsite": {
"message": "Launch website"
},
"website": {
"message": "웹 사이트"
},
@ -599,6 +611,9 @@
"loggedOut": {
"message": "로그아웃됨"
},
"loggedOutDesc": {
"message": "You have been logged out of your account."
},
"loginExpired": {
"message": "로그인 세션이 만료되었습니다."
},
@ -1107,6 +1122,15 @@
"selfHostedEnvironmentFooter": {
"message": "온-프레미스 Bitwarden이 호스팅되고 있는 서버의 기본 URL을 지정하세요."
},
"selfHostedBaseUrlHint": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation. Example: https://bitwarden.company.com"
},
"selfHostedCustomEnvHeader": {
"message": "For advanced configuration, you can specify the base URL of each service independently."
},
"selfHostedEnvFormInvalid": {
"message": "You must add either the base Server URL or at least one custom environment."
},
"customEnvironment": {
"message": "사용자 지정 환경"
},
@ -1419,6 +1443,15 @@
"collections": {
"message": "컬렉션"
},
"nCollections": {
"message": "$COUNT$ collections",
"placeholders": {
"count": {
"content": "$1",
"example": "2"
}
}
},
"favorites": {
"message": "즐겨찾기"
},
@ -1648,6 +1681,9 @@
"autoFillAndSave": {
"message": "자동 완성 및 저장"
},
"fillAndSave": {
"message": "Fill and save"
},
"autoFillSuccessAndSavedUri": {
"message": "항목을 자동 완성하고 URI를 저장함"
},
@ -1744,6 +1780,12 @@
"ok": {
"message": "확인"
},
"errorRefreshingAccessToken": {
"message": "Access Token Refresh Error"
},
"errorRefreshingAccessTokenDesc": {
"message": "No refresh token or API keys found. Please try logging out and logging back in."
},
"desktopSyncVerificationTitle": {
"message": "데스크톱과의 동기화 인증"
},
@ -3263,7 +3305,7 @@
"clearFiltersOrTryAnother": {
"message": "Clear filters or try another search term"
},
"copyInfo": {
"copyInfoLabel": {
"message": "Copy info, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with options to copy information from an item.",
"placeholders": {
@ -3273,7 +3315,37 @@
}
}
},
"moreOptions": {
"copyInfoTitle": {
"message": "Copy info - $ITEMNAME$",
"description": "Title for a button that opens a menu with options to copy information from an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"copyNoteLabel": {
"message": "Copy Note, $ITEMNAME$",
"description": "Aria label for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"copyNoteTitle": {
"message": "Copy Note - $ITEMNAME$",
"description": "Title for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"moreOptionsLabel": {
"message": "More options, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with more options for an item.",
"placeholders": {
@ -3283,6 +3355,38 @@
}
}
},
"moreOptionsTitle": {
"message": "More options - $ITEMNAME$",
"description": "Title for a button that opens a menu with more options for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"viewItemTitle": {
"message": "View item - $ITEMNAME$",
"description": "Title for a link that opens a view for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"assignCollections": {
"message": "Assign collections"
},
"copyEmail": {
"message": "Copy email"
},
"copyPhone": {
"message": "Copy phone"
},
"copyAddress": {
"message": "Copy address"
},
"adminConsole": {
"message": "Admin Console"
},
@ -3333,5 +3437,14 @@
"example": "Work"
}
}
},
"itemsWithNoFolder": {
"message": "Items with no folder"
},
"organizationIsDeactivated": {
"message": "Organization is deactivated"
},
"contactYourOrgAdmin": {
"message": "Items in deactivated organizations cannot be accessed. Contact your organization owner for assistance."
}
}

View File

@ -389,6 +389,15 @@
"favorite": {
"message": "Mėgstamas"
},
"unfavorite": {
"message": "Unfavorite"
},
"itemAddedToFavorites": {
"message": "Item added to favorites"
},
"itemRemovedFromFavorites": {
"message": "Item removed from favorites"
},
"notes": {
"message": "Pastabos"
},
@ -410,6 +419,9 @@
"launch": {
"message": "Paleisti"
},
"launchWebsite": {
"message": "Launch website"
},
"website": {
"message": "Tinklapis"
},
@ -599,6 +611,9 @@
"loggedOut": {
"message": "Atsijungta"
},
"loggedOutDesc": {
"message": "You have been logged out of your account."
},
"loginExpired": {
"message": "Sesijos laikas baigėsi."
},
@ -1107,6 +1122,15 @@
"selfHostedEnvironmentFooter": {
"message": "Nurodykite vietinio priglobto „Bitwarden“ diegimo bazinį URL."
},
"selfHostedBaseUrlHint": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation. Example: https://bitwarden.company.com"
},
"selfHostedCustomEnvHeader": {
"message": "For advanced configuration, you can specify the base URL of each service independently."
},
"selfHostedEnvFormInvalid": {
"message": "You must add either the base Server URL or at least one custom environment."
},
"customEnvironment": {
"message": "Individualizuota aplinka"
},
@ -1419,6 +1443,15 @@
"collections": {
"message": "Kolekcijos"
},
"nCollections": {
"message": "$COUNT$ collections",
"placeholders": {
"count": {
"content": "$1",
"example": "2"
}
}
},
"favorites": {
"message": "Mėgstamiausi"
},
@ -1648,6 +1681,9 @@
"autoFillAndSave": {
"message": "Automatiškai užpildyti ir išsaugoti"
},
"fillAndSave": {
"message": "Fill and save"
},
"autoFillSuccessAndSavedUri": {
"message": "Elementas automatiškai užpildytas ir URI išsaugotas"
},
@ -1744,6 +1780,12 @@
"ok": {
"message": "Gerai"
},
"errorRefreshingAccessToken": {
"message": "Access Token Refresh Error"
},
"errorRefreshingAccessTokenDesc": {
"message": "No refresh token or API keys found. Please try logging out and logging back in."
},
"desktopSyncVerificationTitle": {
"message": "Darbalaukio sinchronizavimo verifikavimas"
},
@ -1793,10 +1835,10 @@
"message": "Šiame įrenginyje biometrikos negalima naudoti."
},
"biometricsNotUnlockedTitle": {
"message": "User locked or logged out"
"message": "Naudotojas užrakintas arba atsijungęs"
},
"biometricsNotUnlockedDesc": {
"message": "Please unlock this user in the desktop application and try again."
"message": "Atrakinkite šį naudotoją darbalaukio programoje ir bandykite dar kartą."
},
"biometricsFailedTitle": {
"message": "Biometrika nepavyko"
@ -3263,7 +3305,7 @@
"clearFiltersOrTryAnother": {
"message": "Clear filters or try another search term"
},
"copyInfo": {
"copyInfoLabel": {
"message": "Copy info, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with options to copy information from an item.",
"placeholders": {
@ -3273,7 +3315,37 @@
}
}
},
"moreOptions": {
"copyInfoTitle": {
"message": "Copy info - $ITEMNAME$",
"description": "Title for a button that opens a menu with options to copy information from an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"copyNoteLabel": {
"message": "Copy Note, $ITEMNAME$",
"description": "Aria label for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"copyNoteTitle": {
"message": "Copy Note - $ITEMNAME$",
"description": "Title for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"moreOptionsLabel": {
"message": "More options, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with more options for an item.",
"placeholders": {
@ -3283,6 +3355,38 @@
}
}
},
"moreOptionsTitle": {
"message": "More options - $ITEMNAME$",
"description": "Title for a button that opens a menu with more options for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"viewItemTitle": {
"message": "View item - $ITEMNAME$",
"description": "Title for a link that opens a view for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"assignCollections": {
"message": "Assign collections"
},
"copyEmail": {
"message": "Copy email"
},
"copyPhone": {
"message": "Copy phone"
},
"copyAddress": {
"message": "Copy address"
},
"adminConsole": {
"message": "Administratoriaus konsolės"
},
@ -3322,7 +3426,7 @@
}
},
"new": {
"message": "New"
"message": "Naujas"
},
"removeItem": {
"message": "Remove $NAME$",
@ -3333,5 +3437,14 @@
"example": "Work"
}
}
},
"itemsWithNoFolder": {
"message": "Items with no folder"
},
"organizationIsDeactivated": {
"message": "Organization is deactivated"
},
"contactYourOrgAdmin": {
"message": "Items in deactivated organizations cannot be accessed. Contact your organization owner for assistance."
}
}

View File

@ -389,6 +389,15 @@
"favorite": {
"message": "Izlasē"
},
"unfavorite": {
"message": "Unfavorite"
},
"itemAddedToFavorites": {
"message": "Item added to favorites"
},
"itemRemovedFromFavorites": {
"message": "Item removed from favorites"
},
"notes": {
"message": "Piezīmes"
},
@ -410,6 +419,9 @@
"launch": {
"message": "Palaist"
},
"launchWebsite": {
"message": "Launch website"
},
"website": {
"message": "Tīmekļa vietne"
},
@ -599,6 +611,9 @@
"loggedOut": {
"message": "Atteicies"
},
"loggedOutDesc": {
"message": "You have been logged out of your account."
},
"loginExpired": {
"message": "Pieteikšanās sesija ir beigusies."
},
@ -1107,6 +1122,15 @@
"selfHostedEnvironmentFooter": {
"message": "Norādīt pašuzstādīta Bitwarden pamata URL."
},
"selfHostedBaseUrlHint": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation. Example: https://bitwarden.company.com"
},
"selfHostedCustomEnvHeader": {
"message": "For advanced configuration, you can specify the base URL of each service independently."
},
"selfHostedEnvFormInvalid": {
"message": "You must add either the base Server URL or at least one custom environment."
},
"customEnvironment": {
"message": "Pielāgota vide"
},
@ -1419,6 +1443,15 @@
"collections": {
"message": "Krājumi"
},
"nCollections": {
"message": "$COUNT$ collections",
"placeholders": {
"count": {
"content": "$1",
"example": "2"
}
}
},
"favorites": {
"message": "Izlase"
},
@ -1648,6 +1681,9 @@
"autoFillAndSave": {
"message": "Automātiski aizpildīt un saglabāt"
},
"fillAndSave": {
"message": "Fill and save"
},
"autoFillSuccessAndSavedUri": {
"message": "Automātiski aizpildīts vienums un saglabāts URI"
},
@ -1744,6 +1780,12 @@
"ok": {
"message": "Labi"
},
"errorRefreshingAccessToken": {
"message": "Access Token Refresh Error"
},
"errorRefreshingAccessTokenDesc": {
"message": "No refresh token or API keys found. Please try logging out and logging back in."
},
"desktopSyncVerificationTitle": {
"message": "Darbvirsmas sinhronizācijas apstiprinājums"
},
@ -3263,8 +3305,8 @@
"clearFiltersOrTryAnother": {
"message": "Jānotīra atlases vērtības vai jāmēģina cits meklēšanas vaicājums"
},
"copyInfo": {
"message": "Kopēt informāciju, $ITEMNAME$",
"copyInfoLabel": {
"message": "Copy info, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with options to copy information from an item.",
"placeholders": {
"itemname": {
@ -3273,8 +3315,38 @@
}
}
},
"moreOptions": {
"message": "Vairāk iespēju, $ITEMNAME$",
"copyInfoTitle": {
"message": "Copy info - $ITEMNAME$",
"description": "Title for a button that opens a menu with options to copy information from an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"copyNoteLabel": {
"message": "Copy Note, $ITEMNAME$",
"description": "Aria label for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"copyNoteTitle": {
"message": "Copy Note - $ITEMNAME$",
"description": "Title for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"moreOptionsLabel": {
"message": "More options, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with more options for an item.",
"placeholders": {
"itemname": {
@ -3283,6 +3355,38 @@
}
}
},
"moreOptionsTitle": {
"message": "More options - $ITEMNAME$",
"description": "Title for a button that opens a menu with more options for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"viewItemTitle": {
"message": "View item - $ITEMNAME$",
"description": "Title for a link that opens a view for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"assignCollections": {
"message": "Assign collections"
},
"copyEmail": {
"message": "Copy email"
},
"copyPhone": {
"message": "Copy phone"
},
"copyAddress": {
"message": "Copy address"
},
"adminConsole": {
"message": "pārvaldības konsolē,"
},
@ -3333,5 +3437,14 @@
"example": "Work"
}
}
},
"itemsWithNoFolder": {
"message": "Items with no folder"
},
"organizationIsDeactivated": {
"message": "Organization is deactivated"
},
"contactYourOrgAdmin": {
"message": "Items in deactivated organizations cannot be accessed. Contact your organization owner for assistance."
}
}

View File

@ -389,6 +389,15 @@
"favorite": {
"message": "പ്രിയങ്കരം"
},
"unfavorite": {
"message": "Unfavorite"
},
"itemAddedToFavorites": {
"message": "Item added to favorites"
},
"itemRemovedFromFavorites": {
"message": "Item removed from favorites"
},
"notes": {
"message": "കുറിപ്പുകൾ"
},
@ -410,6 +419,9 @@
"launch": {
"message": "തുറക്കുക"
},
"launchWebsite": {
"message": "Launch website"
},
"website": {
"message": "വെബ്സൈറ്റ്"
},
@ -599,6 +611,9 @@
"loggedOut": {
"message": "ലോഗേഡ് ഔട്ട്"
},
"loggedOutDesc": {
"message": "You have been logged out of your account."
},
"loginExpired": {
"message": "നിങ്ങളുടെ പ്രവർത്തന സമയം കഴിഞ്ഞിരിക്കുന്നു."
},
@ -1107,6 +1122,15 @@
"selfHostedEnvironmentFooter": {
"message": "തങ്ങളുടെ പരിസരത്ത് ചെയ്യുന്ന ബിറ്റ് വാർഡൻ ഇൻസ്റ്റാളേഷന്റെ അടിസ്ഥാന URL വ്യക്തമാക്കുക."
},
"selfHostedBaseUrlHint": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation. Example: https://bitwarden.company.com"
},
"selfHostedCustomEnvHeader": {
"message": "For advanced configuration, you can specify the base URL of each service independently."
},
"selfHostedEnvFormInvalid": {
"message": "You must add either the base Server URL or at least one custom environment."
},
"customEnvironment": {
"message": "ഇഷ്‌ടാനുസൃത എൻവിയോണ്മെന്റ്"
},
@ -1419,6 +1443,15 @@
"collections": {
"message": "കളക്ഷൻസ്"
},
"nCollections": {
"message": "$COUNT$ collections",
"placeholders": {
"count": {
"content": "$1",
"example": "2"
}
}
},
"favorites": {
"message": "പ്രിയങ്കരങ്ങള്‍"
},
@ -1648,6 +1681,9 @@
"autoFillAndSave": {
"message": "യാന്ത്രികമായി പൂരിപ്പിച്ച് സംരക്ഷിക്കുക"
},
"fillAndSave": {
"message": "Fill and save"
},
"autoFillSuccessAndSavedUri": {
"message": "യാന്ത്രികമായി പൂരിപ്പിച്ച ഇനവും സംരക്ഷിച്ച URI"
},
@ -1744,6 +1780,12 @@
"ok": {
"message": "Ok"
},
"errorRefreshingAccessToken": {
"message": "Access Token Refresh Error"
},
"errorRefreshingAccessTokenDesc": {
"message": "No refresh token or API keys found. Please try logging out and logging back in."
},
"desktopSyncVerificationTitle": {
"message": "Desktop sync verification"
},
@ -3263,7 +3305,7 @@
"clearFiltersOrTryAnother": {
"message": "Clear filters or try another search term"
},
"copyInfo": {
"copyInfoLabel": {
"message": "Copy info, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with options to copy information from an item.",
"placeholders": {
@ -3273,7 +3315,37 @@
}
}
},
"moreOptions": {
"copyInfoTitle": {
"message": "Copy info - $ITEMNAME$",
"description": "Title for a button that opens a menu with options to copy information from an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"copyNoteLabel": {
"message": "Copy Note, $ITEMNAME$",
"description": "Aria label for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"copyNoteTitle": {
"message": "Copy Note - $ITEMNAME$",
"description": "Title for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"moreOptionsLabel": {
"message": "More options, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with more options for an item.",
"placeholders": {
@ -3283,6 +3355,38 @@
}
}
},
"moreOptionsTitle": {
"message": "More options - $ITEMNAME$",
"description": "Title for a button that opens a menu with more options for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"viewItemTitle": {
"message": "View item - $ITEMNAME$",
"description": "Title for a link that opens a view for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"assignCollections": {
"message": "Assign collections"
},
"copyEmail": {
"message": "Copy email"
},
"copyPhone": {
"message": "Copy phone"
},
"copyAddress": {
"message": "Copy address"
},
"adminConsole": {
"message": "Admin Console"
},
@ -3333,5 +3437,14 @@
"example": "Work"
}
}
},
"itemsWithNoFolder": {
"message": "Items with no folder"
},
"organizationIsDeactivated": {
"message": "Organization is deactivated"
},
"contactYourOrgAdmin": {
"message": "Items in deactivated organizations cannot be accessed. Contact your organization owner for assistance."
}
}

View File

@ -389,6 +389,15 @@
"favorite": {
"message": "आवडते"
},
"unfavorite": {
"message": "Unfavorite"
},
"itemAddedToFavorites": {
"message": "Item added to favorites"
},
"itemRemovedFromFavorites": {
"message": "Item removed from favorites"
},
"notes": {
"message": "टिप"
},
@ -410,6 +419,9 @@
"launch": {
"message": "उघडा"
},
"launchWebsite": {
"message": "Launch website"
},
"website": {
"message": "संकेतस्थळ"
},
@ -599,6 +611,9 @@
"loggedOut": {
"message": "Logged out"
},
"loggedOutDesc": {
"message": "You have been logged out of your account."
},
"loginExpired": {
"message": "Your login session has expired."
},
@ -1107,6 +1122,15 @@
"selfHostedEnvironmentFooter": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation."
},
"selfHostedBaseUrlHint": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation. Example: https://bitwarden.company.com"
},
"selfHostedCustomEnvHeader": {
"message": "For advanced configuration, you can specify the base URL of each service independently."
},
"selfHostedEnvFormInvalid": {
"message": "You must add either the base Server URL or at least one custom environment."
},
"customEnvironment": {
"message": "Custom environment"
},
@ -1419,6 +1443,15 @@
"collections": {
"message": "Collections"
},
"nCollections": {
"message": "$COUNT$ collections",
"placeholders": {
"count": {
"content": "$1",
"example": "2"
}
}
},
"favorites": {
"message": "Favorites"
},
@ -1648,6 +1681,9 @@
"autoFillAndSave": {
"message": "Auto-fill and save"
},
"fillAndSave": {
"message": "Fill and save"
},
"autoFillSuccessAndSavedUri": {
"message": "Item auto-filled and URI saved"
},
@ -1744,6 +1780,12 @@
"ok": {
"message": "Ok"
},
"errorRefreshingAccessToken": {
"message": "Access Token Refresh Error"
},
"errorRefreshingAccessTokenDesc": {
"message": "No refresh token or API keys found. Please try logging out and logging back in."
},
"desktopSyncVerificationTitle": {
"message": "Desktop sync verification"
},
@ -3263,7 +3305,7 @@
"clearFiltersOrTryAnother": {
"message": "Clear filters or try another search term"
},
"copyInfo": {
"copyInfoLabel": {
"message": "Copy info, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with options to copy information from an item.",
"placeholders": {
@ -3273,7 +3315,37 @@
}
}
},
"moreOptions": {
"copyInfoTitle": {
"message": "Copy info - $ITEMNAME$",
"description": "Title for a button that opens a menu with options to copy information from an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"copyNoteLabel": {
"message": "Copy Note, $ITEMNAME$",
"description": "Aria label for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"copyNoteTitle": {
"message": "Copy Note - $ITEMNAME$",
"description": "Title for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"moreOptionsLabel": {
"message": "More options, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with more options for an item.",
"placeholders": {
@ -3283,6 +3355,38 @@
}
}
},
"moreOptionsTitle": {
"message": "More options - $ITEMNAME$",
"description": "Title for a button that opens a menu with more options for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"viewItemTitle": {
"message": "View item - $ITEMNAME$",
"description": "Title for a link that opens a view for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"assignCollections": {
"message": "Assign collections"
},
"copyEmail": {
"message": "Copy email"
},
"copyPhone": {
"message": "Copy phone"
},
"copyAddress": {
"message": "Copy address"
},
"adminConsole": {
"message": "Admin Console"
},
@ -3333,5 +3437,14 @@
"example": "Work"
}
}
},
"itemsWithNoFolder": {
"message": "Items with no folder"
},
"organizationIsDeactivated": {
"message": "Organization is deactivated"
},
"contactYourOrgAdmin": {
"message": "Items in deactivated organizations cannot be accessed. Contact your organization owner for assistance."
}
}

View File

@ -389,6 +389,15 @@
"favorite": {
"message": "Favorite"
},
"unfavorite": {
"message": "Unfavorite"
},
"itemAddedToFavorites": {
"message": "Item added to favorites"
},
"itemRemovedFromFavorites": {
"message": "Item removed from favorites"
},
"notes": {
"message": "Notes"
},
@ -410,6 +419,9 @@
"launch": {
"message": "Launch"
},
"launchWebsite": {
"message": "Launch website"
},
"website": {
"message": "Website"
},
@ -599,6 +611,9 @@
"loggedOut": {
"message": "Logged out"
},
"loggedOutDesc": {
"message": "You have been logged out of your account."
},
"loginExpired": {
"message": "Your login session has expired."
},
@ -1107,6 +1122,15 @@
"selfHostedEnvironmentFooter": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation."
},
"selfHostedBaseUrlHint": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation. Example: https://bitwarden.company.com"
},
"selfHostedCustomEnvHeader": {
"message": "For advanced configuration, you can specify the base URL of each service independently."
},
"selfHostedEnvFormInvalid": {
"message": "You must add either the base Server URL or at least one custom environment."
},
"customEnvironment": {
"message": "Custom environment"
},
@ -1419,6 +1443,15 @@
"collections": {
"message": "Collections"
},
"nCollections": {
"message": "$COUNT$ collections",
"placeholders": {
"count": {
"content": "$1",
"example": "2"
}
}
},
"favorites": {
"message": "Favorites"
},
@ -1648,6 +1681,9 @@
"autoFillAndSave": {
"message": "Auto-fill and save"
},
"fillAndSave": {
"message": "Fill and save"
},
"autoFillSuccessAndSavedUri": {
"message": "Item auto-filled and URI saved"
},
@ -1744,6 +1780,12 @@
"ok": {
"message": "Ok"
},
"errorRefreshingAccessToken": {
"message": "Access Token Refresh Error"
},
"errorRefreshingAccessTokenDesc": {
"message": "No refresh token or API keys found. Please try logging out and logging back in."
},
"desktopSyncVerificationTitle": {
"message": "Desktop sync verification"
},
@ -3263,7 +3305,7 @@
"clearFiltersOrTryAnother": {
"message": "Clear filters or try another search term"
},
"copyInfo": {
"copyInfoLabel": {
"message": "Copy info, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with options to copy information from an item.",
"placeholders": {
@ -3273,7 +3315,37 @@
}
}
},
"moreOptions": {
"copyInfoTitle": {
"message": "Copy info - $ITEMNAME$",
"description": "Title for a button that opens a menu with options to copy information from an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"copyNoteLabel": {
"message": "Copy Note, $ITEMNAME$",
"description": "Aria label for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"copyNoteTitle": {
"message": "Copy Note - $ITEMNAME$",
"description": "Title for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"moreOptionsLabel": {
"message": "More options, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with more options for an item.",
"placeholders": {
@ -3283,6 +3355,38 @@
}
}
},
"moreOptionsTitle": {
"message": "More options - $ITEMNAME$",
"description": "Title for a button that opens a menu with more options for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"viewItemTitle": {
"message": "View item - $ITEMNAME$",
"description": "Title for a link that opens a view for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"assignCollections": {
"message": "Assign collections"
},
"copyEmail": {
"message": "Copy email"
},
"copyPhone": {
"message": "Copy phone"
},
"copyAddress": {
"message": "Copy address"
},
"adminConsole": {
"message": "Admin Console"
},
@ -3333,5 +3437,14 @@
"example": "Work"
}
}
},
"itemsWithNoFolder": {
"message": "Items with no folder"
},
"organizationIsDeactivated": {
"message": "Organization is deactivated"
},
"contactYourOrgAdmin": {
"message": "Items in deactivated organizations cannot be accessed. Contact your organization owner for assistance."
}
}

View File

@ -389,6 +389,15 @@
"favorite": {
"message": "Favoritt"
},
"unfavorite": {
"message": "Unfavorite"
},
"itemAddedToFavorites": {
"message": "Item added to favorites"
},
"itemRemovedFromFavorites": {
"message": "Item removed from favorites"
},
"notes": {
"message": "Notater"
},
@ -410,6 +419,9 @@
"launch": {
"message": "Åpne"
},
"launchWebsite": {
"message": "Launch website"
},
"website": {
"message": "Nettsted"
},
@ -599,6 +611,9 @@
"loggedOut": {
"message": "Logget av"
},
"loggedOutDesc": {
"message": "You have been logged out of your account."
},
"loginExpired": {
"message": "Din innloggingsøkt har utløpt."
},
@ -1107,6 +1122,15 @@
"selfHostedEnvironmentFooter": {
"message": "Spesifiser grunn-nettadressen til din selvbetjente Bitwarden-installasjon."
},
"selfHostedBaseUrlHint": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation. Example: https://bitwarden.company.com"
},
"selfHostedCustomEnvHeader": {
"message": "For advanced configuration, you can specify the base URL of each service independently."
},
"selfHostedEnvFormInvalid": {
"message": "You must add either the base Server URL or at least one custom environment."
},
"customEnvironment": {
"message": "Tilpasset miljø"
},
@ -1419,6 +1443,15 @@
"collections": {
"message": "Samlinger"
},
"nCollections": {
"message": "$COUNT$ collections",
"placeholders": {
"count": {
"content": "$1",
"example": "2"
}
}
},
"favorites": {
"message": "Favoritter"
},
@ -1648,6 +1681,9 @@
"autoFillAndSave": {
"message": "Autofyll og lagre"
},
"fillAndSave": {
"message": "Fill and save"
},
"autoFillSuccessAndSavedUri": {
"message": "Autoutfylt objekt og lagret URI"
},
@ -1744,6 +1780,12 @@
"ok": {
"message": "Ok"
},
"errorRefreshingAccessToken": {
"message": "Access Token Refresh Error"
},
"errorRefreshingAccessTokenDesc": {
"message": "No refresh token or API keys found. Please try logging out and logging back in."
},
"desktopSyncVerificationTitle": {
"message": "Verifisering av skrivebordssynkronisering"
},
@ -3263,7 +3305,7 @@
"clearFiltersOrTryAnother": {
"message": "Clear filters or try another search term"
},
"copyInfo": {
"copyInfoLabel": {
"message": "Copy info, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with options to copy information from an item.",
"placeholders": {
@ -3273,7 +3315,37 @@
}
}
},
"moreOptions": {
"copyInfoTitle": {
"message": "Copy info - $ITEMNAME$",
"description": "Title for a button that opens a menu with options to copy information from an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"copyNoteLabel": {
"message": "Copy Note, $ITEMNAME$",
"description": "Aria label for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"copyNoteTitle": {
"message": "Copy Note - $ITEMNAME$",
"description": "Title for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"moreOptionsLabel": {
"message": "More options, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with more options for an item.",
"placeholders": {
@ -3283,6 +3355,38 @@
}
}
},
"moreOptionsTitle": {
"message": "More options - $ITEMNAME$",
"description": "Title for a button that opens a menu with more options for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"viewItemTitle": {
"message": "View item - $ITEMNAME$",
"description": "Title for a link that opens a view for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"assignCollections": {
"message": "Assign collections"
},
"copyEmail": {
"message": "Copy email"
},
"copyPhone": {
"message": "Copy phone"
},
"copyAddress": {
"message": "Copy address"
},
"adminConsole": {
"message": "Admin Console"
},
@ -3333,5 +3437,14 @@
"example": "Work"
}
}
},
"itemsWithNoFolder": {
"message": "Items with no folder"
},
"organizationIsDeactivated": {
"message": "Organization is deactivated"
},
"contactYourOrgAdmin": {
"message": "Items in deactivated organizations cannot be accessed. Contact your organization owner for assistance."
}
}

View File

@ -389,6 +389,15 @@
"favorite": {
"message": "Favorite"
},
"unfavorite": {
"message": "Unfavorite"
},
"itemAddedToFavorites": {
"message": "Item added to favorites"
},
"itemRemovedFromFavorites": {
"message": "Item removed from favorites"
},
"notes": {
"message": "Notes"
},
@ -410,6 +419,9 @@
"launch": {
"message": "Launch"
},
"launchWebsite": {
"message": "Launch website"
},
"website": {
"message": "Website"
},
@ -599,6 +611,9 @@
"loggedOut": {
"message": "Logged out"
},
"loggedOutDesc": {
"message": "You have been logged out of your account."
},
"loginExpired": {
"message": "Your login session has expired."
},
@ -1107,6 +1122,15 @@
"selfHostedEnvironmentFooter": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation."
},
"selfHostedBaseUrlHint": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation. Example: https://bitwarden.company.com"
},
"selfHostedCustomEnvHeader": {
"message": "For advanced configuration, you can specify the base URL of each service independently."
},
"selfHostedEnvFormInvalid": {
"message": "You must add either the base Server URL or at least one custom environment."
},
"customEnvironment": {
"message": "Custom environment"
},
@ -1419,6 +1443,15 @@
"collections": {
"message": "Collections"
},
"nCollections": {
"message": "$COUNT$ collections",
"placeholders": {
"count": {
"content": "$1",
"example": "2"
}
}
},
"favorites": {
"message": "Favorites"
},
@ -1648,6 +1681,9 @@
"autoFillAndSave": {
"message": "Auto-fill and save"
},
"fillAndSave": {
"message": "Fill and save"
},
"autoFillSuccessAndSavedUri": {
"message": "Item auto-filled and URI saved"
},
@ -1744,6 +1780,12 @@
"ok": {
"message": "Ok"
},
"errorRefreshingAccessToken": {
"message": "Access Token Refresh Error"
},
"errorRefreshingAccessTokenDesc": {
"message": "No refresh token or API keys found. Please try logging out and logging back in."
},
"desktopSyncVerificationTitle": {
"message": "Desktop sync verification"
},
@ -3263,7 +3305,7 @@
"clearFiltersOrTryAnother": {
"message": "Clear filters or try another search term"
},
"copyInfo": {
"copyInfoLabel": {
"message": "Copy info, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with options to copy information from an item.",
"placeholders": {
@ -3273,7 +3315,37 @@
}
}
},
"moreOptions": {
"copyInfoTitle": {
"message": "Copy info - $ITEMNAME$",
"description": "Title for a button that opens a menu with options to copy information from an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"copyNoteLabel": {
"message": "Copy Note, $ITEMNAME$",
"description": "Aria label for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"copyNoteTitle": {
"message": "Copy Note - $ITEMNAME$",
"description": "Title for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"moreOptionsLabel": {
"message": "More options, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with more options for an item.",
"placeholders": {
@ -3283,6 +3355,38 @@
}
}
},
"moreOptionsTitle": {
"message": "More options - $ITEMNAME$",
"description": "Title for a button that opens a menu with more options for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"viewItemTitle": {
"message": "View item - $ITEMNAME$",
"description": "Title for a link that opens a view for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"assignCollections": {
"message": "Assign collections"
},
"copyEmail": {
"message": "Copy email"
},
"copyPhone": {
"message": "Copy phone"
},
"copyAddress": {
"message": "Copy address"
},
"adminConsole": {
"message": "Admin Console"
},
@ -3333,5 +3437,14 @@
"example": "Work"
}
}
},
"itemsWithNoFolder": {
"message": "Items with no folder"
},
"organizationIsDeactivated": {
"message": "Organization is deactivated"
},
"contactYourOrgAdmin": {
"message": "Items in deactivated organizations cannot be accessed. Contact your organization owner for assistance."
}
}

View File

@ -389,6 +389,15 @@
"favorite": {
"message": "Favoriet"
},
"unfavorite": {
"message": "Ontfavoriet"
},
"itemAddedToFavorites": {
"message": "Item toegevoegd aan favorieten"
},
"itemRemovedFromFavorites": {
"message": "Item verwijderd uit favorieten"
},
"notes": {
"message": "Notities"
},
@ -410,6 +419,9 @@
"launch": {
"message": "Starten"
},
"launchWebsite": {
"message": "Website openen"
},
"website": {
"message": "Website"
},
@ -599,6 +611,9 @@
"loggedOut": {
"message": "Uitgelogd"
},
"loggedOutDesc": {
"message": "You have been logged out of your account."
},
"loginExpired": {
"message": "Je inlogsessie is verlopen."
},
@ -1107,6 +1122,15 @@
"selfHostedEnvironmentFooter": {
"message": "Geef de basis-URL van jouw zelfgehoste Bitwarden-installatie."
},
"selfHostedBaseUrlHint": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation. Example: https://bitwarden.company.com"
},
"selfHostedCustomEnvHeader": {
"message": "For advanced configuration, you can specify the base URL of each service independently."
},
"selfHostedEnvFormInvalid": {
"message": "You must add either the base Server URL or at least one custom environment."
},
"customEnvironment": {
"message": "Aangepaste omgeving"
},
@ -1419,6 +1443,15 @@
"collections": {
"message": "Verzamelingen"
},
"nCollections": {
"message": "$COUNT$ collecties",
"placeholders": {
"count": {
"content": "$1",
"example": "2"
}
}
},
"favorites": {
"message": "Favorieten"
},
@ -1648,6 +1681,9 @@
"autoFillAndSave": {
"message": "Automatisch invullen en opslaan"
},
"fillAndSave": {
"message": "Invullen en opslaan"
},
"autoFillSuccessAndSavedUri": {
"message": "Automatisch gevuld item en opgeslagen URI"
},
@ -1744,6 +1780,12 @@
"ok": {
"message": "Ok"
},
"errorRefreshingAccessToken": {
"message": "Access Token Refresh Error"
},
"errorRefreshingAccessTokenDesc": {
"message": "No refresh token or API keys found. Please try logging out and logging back in."
},
"desktopSyncVerificationTitle": {
"message": "Desktopsynchronisatieverificatie"
},
@ -3263,8 +3305,8 @@
"clearFiltersOrTryAnother": {
"message": "Wis filters of probeer een andere zoekterm"
},
"copyInfo": {
"message": "Kopieer info, $ITEMNAME$",
"copyInfoLabel": {
"message": "Copy info, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with options to copy information from an item.",
"placeholders": {
"itemname": {
@ -3273,8 +3315,38 @@
}
}
},
"moreOptions": {
"message": "Meer opties, $ITEMNAME$",
"copyInfoTitle": {
"message": "Copy info - $ITEMNAME$",
"description": "Title for a button that opens a menu with options to copy information from an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"copyNoteLabel": {
"message": "Copy Note, $ITEMNAME$",
"description": "Aria label for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"copyNoteTitle": {
"message": "Copy Note - $ITEMNAME$",
"description": "Title for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"moreOptionsLabel": {
"message": "More options, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with more options for an item.",
"placeholders": {
"itemname": {
@ -3283,6 +3355,38 @@
}
}
},
"moreOptionsTitle": {
"message": "More options - $ITEMNAME$",
"description": "Title for a button that opens a menu with more options for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"viewItemTitle": {
"message": "View item - $ITEMNAME$",
"description": "Title for a link that opens a view for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"assignCollections": {
"message": "Collecties toewijzen"
},
"copyEmail": {
"message": "Copy email"
},
"copyPhone": {
"message": "Copy phone"
},
"copyAddress": {
"message": "Copy address"
},
"adminConsole": {
"message": "Admin Console"
},
@ -3333,5 +3437,14 @@
"example": "Work"
}
}
},
"itemsWithNoFolder": {
"message": "Items zonder map"
},
"organizationIsDeactivated": {
"message": "Organisatie is gedeactiveerd"
},
"contactYourOrgAdmin": {
"message": "Items in een gedeactiveerde organisatie zijn niet toegankelijk. Neem contact op met de eigenaar van je organisatie voor hulp."
}
}

View File

@ -389,6 +389,15 @@
"favorite": {
"message": "Favorite"
},
"unfavorite": {
"message": "Unfavorite"
},
"itemAddedToFavorites": {
"message": "Item added to favorites"
},
"itemRemovedFromFavorites": {
"message": "Item removed from favorites"
},
"notes": {
"message": "Notes"
},
@ -410,6 +419,9 @@
"launch": {
"message": "Launch"
},
"launchWebsite": {
"message": "Launch website"
},
"website": {
"message": "Website"
},
@ -599,6 +611,9 @@
"loggedOut": {
"message": "Logged out"
},
"loggedOutDesc": {
"message": "You have been logged out of your account."
},
"loginExpired": {
"message": "Your login session has expired."
},
@ -1107,6 +1122,15 @@
"selfHostedEnvironmentFooter": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation."
},
"selfHostedBaseUrlHint": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation. Example: https://bitwarden.company.com"
},
"selfHostedCustomEnvHeader": {
"message": "For advanced configuration, you can specify the base URL of each service independently."
},
"selfHostedEnvFormInvalid": {
"message": "You must add either the base Server URL or at least one custom environment."
},
"customEnvironment": {
"message": "Custom environment"
},
@ -1419,6 +1443,15 @@
"collections": {
"message": "Collections"
},
"nCollections": {
"message": "$COUNT$ collections",
"placeholders": {
"count": {
"content": "$1",
"example": "2"
}
}
},
"favorites": {
"message": "Favorites"
},
@ -1648,6 +1681,9 @@
"autoFillAndSave": {
"message": "Auto-fill and save"
},
"fillAndSave": {
"message": "Fill and save"
},
"autoFillSuccessAndSavedUri": {
"message": "Item auto-filled and URI saved"
},
@ -1744,6 +1780,12 @@
"ok": {
"message": "Ok"
},
"errorRefreshingAccessToken": {
"message": "Access Token Refresh Error"
},
"errorRefreshingAccessTokenDesc": {
"message": "No refresh token or API keys found. Please try logging out and logging back in."
},
"desktopSyncVerificationTitle": {
"message": "Desktop sync verification"
},
@ -3263,7 +3305,7 @@
"clearFiltersOrTryAnother": {
"message": "Clear filters or try another search term"
},
"copyInfo": {
"copyInfoLabel": {
"message": "Copy info, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with options to copy information from an item.",
"placeholders": {
@ -3273,7 +3315,37 @@
}
}
},
"moreOptions": {
"copyInfoTitle": {
"message": "Copy info - $ITEMNAME$",
"description": "Title for a button that opens a menu with options to copy information from an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"copyNoteLabel": {
"message": "Copy Note, $ITEMNAME$",
"description": "Aria label for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"copyNoteTitle": {
"message": "Copy Note - $ITEMNAME$",
"description": "Title for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"moreOptionsLabel": {
"message": "More options, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with more options for an item.",
"placeholders": {
@ -3283,6 +3355,38 @@
}
}
},
"moreOptionsTitle": {
"message": "More options - $ITEMNAME$",
"description": "Title for a button that opens a menu with more options for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"viewItemTitle": {
"message": "View item - $ITEMNAME$",
"description": "Title for a link that opens a view for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"assignCollections": {
"message": "Assign collections"
},
"copyEmail": {
"message": "Copy email"
},
"copyPhone": {
"message": "Copy phone"
},
"copyAddress": {
"message": "Copy address"
},
"adminConsole": {
"message": "Admin Console"
},
@ -3333,5 +3437,14 @@
"example": "Work"
}
}
},
"itemsWithNoFolder": {
"message": "Items with no folder"
},
"organizationIsDeactivated": {
"message": "Organization is deactivated"
},
"contactYourOrgAdmin": {
"message": "Items in deactivated organizations cannot be accessed. Contact your organization owner for assistance."
}
}

View File

@ -389,6 +389,15 @@
"favorite": {
"message": "Favorite"
},
"unfavorite": {
"message": "Unfavorite"
},
"itemAddedToFavorites": {
"message": "Item added to favorites"
},
"itemRemovedFromFavorites": {
"message": "Item removed from favorites"
},
"notes": {
"message": "Notes"
},
@ -410,6 +419,9 @@
"launch": {
"message": "Launch"
},
"launchWebsite": {
"message": "Launch website"
},
"website": {
"message": "Website"
},
@ -599,6 +611,9 @@
"loggedOut": {
"message": "Logged out"
},
"loggedOutDesc": {
"message": "You have been logged out of your account."
},
"loginExpired": {
"message": "Your login session has expired."
},
@ -1107,6 +1122,15 @@
"selfHostedEnvironmentFooter": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation."
},
"selfHostedBaseUrlHint": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation. Example: https://bitwarden.company.com"
},
"selfHostedCustomEnvHeader": {
"message": "For advanced configuration, you can specify the base URL of each service independently."
},
"selfHostedEnvFormInvalid": {
"message": "You must add either the base Server URL or at least one custom environment."
},
"customEnvironment": {
"message": "Custom environment"
},
@ -1419,6 +1443,15 @@
"collections": {
"message": "Collections"
},
"nCollections": {
"message": "$COUNT$ collections",
"placeholders": {
"count": {
"content": "$1",
"example": "2"
}
}
},
"favorites": {
"message": "Favorites"
},
@ -1648,6 +1681,9 @@
"autoFillAndSave": {
"message": "Auto-fill and save"
},
"fillAndSave": {
"message": "Fill and save"
},
"autoFillSuccessAndSavedUri": {
"message": "Item auto-filled and URI saved"
},
@ -1744,6 +1780,12 @@
"ok": {
"message": "Ok"
},
"errorRefreshingAccessToken": {
"message": "Access Token Refresh Error"
},
"errorRefreshingAccessTokenDesc": {
"message": "No refresh token or API keys found. Please try logging out and logging back in."
},
"desktopSyncVerificationTitle": {
"message": "Desktop sync verification"
},
@ -3263,7 +3305,7 @@
"clearFiltersOrTryAnother": {
"message": "Clear filters or try another search term"
},
"copyInfo": {
"copyInfoLabel": {
"message": "Copy info, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with options to copy information from an item.",
"placeholders": {
@ -3273,7 +3315,37 @@
}
}
},
"moreOptions": {
"copyInfoTitle": {
"message": "Copy info - $ITEMNAME$",
"description": "Title for a button that opens a menu with options to copy information from an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"copyNoteLabel": {
"message": "Copy Note, $ITEMNAME$",
"description": "Aria label for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"copyNoteTitle": {
"message": "Copy Note - $ITEMNAME$",
"description": "Title for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"moreOptionsLabel": {
"message": "More options, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with more options for an item.",
"placeholders": {
@ -3283,6 +3355,38 @@
}
}
},
"moreOptionsTitle": {
"message": "More options - $ITEMNAME$",
"description": "Title for a button that opens a menu with more options for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"viewItemTitle": {
"message": "View item - $ITEMNAME$",
"description": "Title for a link that opens a view for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"assignCollections": {
"message": "Assign collections"
},
"copyEmail": {
"message": "Copy email"
},
"copyPhone": {
"message": "Copy phone"
},
"copyAddress": {
"message": "Copy address"
},
"adminConsole": {
"message": "Admin Console"
},
@ -3333,5 +3437,14 @@
"example": "Work"
}
}
},
"itemsWithNoFolder": {
"message": "Items with no folder"
},
"organizationIsDeactivated": {
"message": "Organization is deactivated"
},
"contactYourOrgAdmin": {
"message": "Items in deactivated organizations cannot be accessed. Contact your organization owner for assistance."
}
}

View File

@ -389,6 +389,15 @@
"favorite": {
"message": "Ulubione"
},
"unfavorite": {
"message": "Usuń z ulubionych"
},
"itemAddedToFavorites": {
"message": "Element dodany do ulubionych"
},
"itemRemovedFromFavorites": {
"message": "Element usunięty z ulubionych"
},
"notes": {
"message": "Notatki"
},
@ -410,6 +419,9 @@
"launch": {
"message": "Uruchom"
},
"launchWebsite": {
"message": "Otwórz stronę"
},
"website": {
"message": "Strona"
},
@ -599,6 +611,9 @@
"loggedOut": {
"message": "Wylogowano"
},
"loggedOutDesc": {
"message": "Zostałeś wylogowany z konta."
},
"loginExpired": {
"message": "Twoja sesja wygasła."
},
@ -1107,6 +1122,15 @@
"selfHostedEnvironmentFooter": {
"message": "Wpisz podstawowy adres URL hostowanej instalacji Bitwarden."
},
"selfHostedBaseUrlHint": {
"message": "Określ bazowy adres URL swojej instalacji Bitwarden. Przykład: https://bitwarden.company.com"
},
"selfHostedCustomEnvHeader": {
"message": "Dla zaawansowanych konfiguracji możesz określić podstawowy adres URL niezależnie dla każdej usługi."
},
"selfHostedEnvFormInvalid": {
"message": "Musisz dodać podstawowy adres URL serwera lub co najmniej jedno niestandardowe środowisko."
},
"customEnvironment": {
"message": "Niestandardowe środowisko"
},
@ -1419,6 +1443,15 @@
"collections": {
"message": "Kolekcje"
},
"nCollections": {
"message": "$COUNT$ collections",
"placeholders": {
"count": {
"content": "$1",
"example": "2"
}
}
},
"favorites": {
"message": "Ulubione"
},
@ -1648,6 +1681,9 @@
"autoFillAndSave": {
"message": "Automatycznie uzupełnij i zapisz"
},
"fillAndSave": {
"message": "Wypełnij i zapisz"
},
"autoFillSuccessAndSavedUri": {
"message": "URI został zapisany i automatycznie uzupełniony"
},
@ -1744,6 +1780,12 @@
"ok": {
"message": "Ok"
},
"errorRefreshingAccessToken": {
"message": "Błąd podczas odświeżania tokenu"
},
"errorRefreshingAccessTokenDesc": {
"message": "Nie znaleziono tokenu odświeżającego ani kluczy API. Spróbuj wylogować się i zalogować ponownie."
},
"desktopSyncVerificationTitle": {
"message": "Weryfikacja synchronizacji z aplikacją desktopową"
},
@ -3263,7 +3305,7 @@
"clearFiltersOrTryAnother": {
"message": "Wyczyść filtry lub użyj innej frazy"
},
"copyInfo": {
"copyInfoLabel": {
"message": "Skopiuj informacje, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with options to copy information from an item.",
"placeholders": {
@ -3273,7 +3315,37 @@
}
}
},
"moreOptions": {
"copyInfoTitle": {
"message": "Skopiuj informacje - $ITEMNAME$",
"description": "Title for a button that opens a menu with options to copy information from an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"copyNoteLabel": {
"message": "Skopiuj notatkę, $ITEMNAME$",
"description": "Aria label for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"copyNoteTitle": {
"message": "Skopiuj notatkę - $ITEMNAME$",
"description": "Title for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"moreOptionsLabel": {
"message": "Więcej opcji, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with more options for an item.",
"placeholders": {
@ -3283,6 +3355,38 @@
}
}
},
"moreOptionsTitle": {
"message": "Więcej opcji - $ITEMNAME$",
"description": "Title for a button that opens a menu with more options for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"viewItemTitle": {
"message": "Zobacz element - $ITEMNAME$",
"description": "Title for a link that opens a view for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"assignCollections": {
"message": "Przypisz kolekcje"
},
"copyEmail": {
"message": "Skopiuj e-mail"
},
"copyPhone": {
"message": "Skopiuj telefon"
},
"copyAddress": {
"message": "Skopiuj adres"
},
"adminConsole": {
"message": "Konsola Administracyjna"
},
@ -3333,5 +3437,14 @@
"example": "Work"
}
}
},
"itemsWithNoFolder": {
"message": "Elementy bez folderu"
},
"organizationIsDeactivated": {
"message": "Organizacja jest wyłączona"
},
"contactYourOrgAdmin": {
"message": "Nie można uzyskać dostępu do elementów w wyłączonych organizacjach. Skontaktuj się z właścicielem organizacji, aby uzyskać pomoc."
}
}

View File

@ -389,6 +389,15 @@
"favorite": {
"message": "Favorito"
},
"unfavorite": {
"message": "Desfavoritar"
},
"itemAddedToFavorites": {
"message": "Item added to favorites"
},
"itemRemovedFromFavorites": {
"message": "Item removed from favorites"
},
"notes": {
"message": "Notas"
},
@ -410,6 +419,9 @@
"launch": {
"message": "Abrir"
},
"launchWebsite": {
"message": "Abrir site"
},
"website": {
"message": "Site"
},
@ -599,6 +611,9 @@
"loggedOut": {
"message": "Sessão encerrada"
},
"loggedOutDesc": {
"message": "Você foi desconectado de sua conta."
},
"loginExpired": {
"message": "A sua sessão expirou."
},
@ -763,7 +778,7 @@
"message": "Desbloquear"
},
"additionalOptions": {
"message": "Additional options"
"message": "Opções adicionais"
},
"enableContextMenuItem": {
"message": "Mostrar opções de menu de contexto"
@ -803,7 +818,7 @@
"description": "'Solarized' is a noun and the name of a color scheme. It should not be translated."
},
"exportFrom": {
"message": "Export from"
"message": "Exportar de"
},
"exportVault": {
"message": "Exportar Cofre"
@ -812,13 +827,13 @@
"message": "Formato de arquivo"
},
"fileEncryptedExportWarningDesc": {
"message": "This file export will be password protected and require the file password to decrypt."
"message": "Esta arquivo de exportação será protegido por senha e precisará da mesma para ser descriptografado."
},
"filePassword": {
"message": "File password"
"message": "Senha do arquivo"
},
"exportPasswordDescription": {
"message": "This password will be used to export and import this file"
"message": "Esta senha será usada para exportar e importar este arquivo"
},
"accountRestrictedOptionDescription": {
"message": "Use your account encryption key, derived from your account's username and Master Password, to encrypt the export and restrict import to only the current Bitwarden account."
@ -1107,6 +1122,15 @@
"selfHostedEnvironmentFooter": {
"message": "Especifique a URL de base da sua instalação local do Bitwarden."
},
"selfHostedBaseUrlHint": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation. Example: https://bitwarden.company.com"
},
"selfHostedCustomEnvHeader": {
"message": "For advanced configuration, you can specify the base URL of each service independently."
},
"selfHostedEnvFormInvalid": {
"message": "You must add either the base Server URL or at least one custom environment."
},
"customEnvironment": {
"message": "Ambiente Personalizado"
},
@ -1419,6 +1443,15 @@
"collections": {
"message": "Coleções"
},
"nCollections": {
"message": "$COUNT$ collections",
"placeholders": {
"count": {
"content": "$1",
"example": "2"
}
}
},
"favorites": {
"message": "Favoritos"
},
@ -1648,6 +1681,9 @@
"autoFillAndSave": {
"message": "Autopreencher e Salvar"
},
"fillAndSave": {
"message": "Fill and save"
},
"autoFillSuccessAndSavedUri": {
"message": "Item Auto-Preenchido e URI Salvo"
},
@ -1744,6 +1780,12 @@
"ok": {
"message": "Ok"
},
"errorRefreshingAccessToken": {
"message": "Access Token Refresh Error"
},
"errorRefreshingAccessTokenDesc": {
"message": "No refresh token or API keys found. Please try logging out and logging back in."
},
"desktopSyncVerificationTitle": {
"message": "Verificação de sincronização do Desktop"
},
@ -3263,8 +3305,8 @@
"clearFiltersOrTryAnother": {
"message": "Limpar filtros ou tentar outro termo de pesquisa"
},
"copyInfo": {
"message": "Copiar informações, $ITEMNAME$",
"copyInfoLabel": {
"message": "Copy info, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with options to copy information from an item.",
"placeholders": {
"itemname": {
@ -3273,8 +3315,38 @@
}
}
},
"moreOptions": {
"message": "Mais opções, $ITEMNAME$",
"copyInfoTitle": {
"message": "Copy info - $ITEMNAME$",
"description": "Title for a button that opens a menu with options to copy information from an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"copyNoteLabel": {
"message": "Copy Note, $ITEMNAME$",
"description": "Aria label for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"copyNoteTitle": {
"message": "Copy Note - $ITEMNAME$",
"description": "Title for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"moreOptionsLabel": {
"message": "More options, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with more options for an item.",
"placeholders": {
"itemname": {
@ -3283,6 +3355,38 @@
}
}
},
"moreOptionsTitle": {
"message": "More options - $ITEMNAME$",
"description": "Title for a button that opens a menu with more options for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"viewItemTitle": {
"message": "View item - $ITEMNAME$",
"description": "Title for a link that opens a view for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"assignCollections": {
"message": "Assign collections"
},
"copyEmail": {
"message": "Copy email"
},
"copyPhone": {
"message": "Copy phone"
},
"copyAddress": {
"message": "Copy address"
},
"adminConsole": {
"message": "Painel de administração"
},
@ -3333,5 +3437,14 @@
"example": "Work"
}
}
},
"itemsWithNoFolder": {
"message": "Items with no folder"
},
"organizationIsDeactivated": {
"message": "Organization is deactivated"
},
"contactYourOrgAdmin": {
"message": "Items in deactivated organizations cannot be accessed. Contact your organization owner for assistance."
}
}

View File

@ -389,6 +389,15 @@
"favorite": {
"message": "Favorito"
},
"unfavorite": {
"message": "Remover dos favoritos"
},
"itemAddedToFavorites": {
"message": "Item adicionado aos favoritos"
},
"itemRemovedFromFavorites": {
"message": "Item removido dos favoritos"
},
"notes": {
"message": "Notas"
},
@ -410,6 +419,9 @@
"launch": {
"message": "Iniciar"
},
"launchWebsite": {
"message": "Iniciar site"
},
"website": {
"message": "Site"
},
@ -599,6 +611,9 @@
"loggedOut": {
"message": "Sessão terminada"
},
"loggedOutDesc": {
"message": "Foi terminada a sessão da sua conta."
},
"loginExpired": {
"message": "A sua sessão expirou."
},
@ -1107,6 +1122,15 @@
"selfHostedEnvironmentFooter": {
"message": "Especifique o URL de base da sua instalação Bitwarden hospedada no local."
},
"selfHostedBaseUrlHint": {
"message": "Especifique o URL de base da sua instalação Bitwarden hospedada no local. Exemplo: https://bitwarden.company.com"
},
"selfHostedCustomEnvHeader": {
"message": "Para uma configuração avançada, pode especificar o URL de base de cada serviço de forma independente."
},
"selfHostedEnvFormInvalid": {
"message": "Deve adicionar o URL do servidor de base ou pelo menos um ambiente personalizado."
},
"customEnvironment": {
"message": "Ambiente personalizado"
},
@ -1419,6 +1443,15 @@
"collections": {
"message": "Coleções"
},
"nCollections": {
"message": "$COUNT$ coleções",
"placeholders": {
"count": {
"content": "$1",
"example": "2"
}
}
},
"favorites": {
"message": "Favoritos"
},
@ -1648,6 +1681,9 @@
"autoFillAndSave": {
"message": "Preencher automaticamente e guardar"
},
"fillAndSave": {
"message": "Preencher e guardar"
},
"autoFillSuccessAndSavedUri": {
"message": "Item preenchido automaticamente e URI guardado"
},
@ -1744,6 +1780,12 @@
"ok": {
"message": "Ok"
},
"errorRefreshingAccessToken": {
"message": "Erro no acesso ao token de atualização"
},
"errorRefreshingAccessTokenDesc": {
"message": "Não foi encontrado nenhum token de atualização ou chaves API. Por favor, tente terminar a sessão e voltar a iniciá-la."
},
"desktopSyncVerificationTitle": {
"message": "Verificação da sincronização da aplicação para computador"
},
@ -3263,7 +3305,7 @@
"clearFiltersOrTryAnother": {
"message": "Limpe os filtros ou tente outro termo de pesquisa"
},
"copyInfo": {
"copyInfoLabel": {
"message": "Copiar informações, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with options to copy information from an item.",
"placeholders": {
@ -3273,7 +3315,37 @@
}
}
},
"moreOptions": {
"copyInfoTitle": {
"message": "Copiar informações - $ITEMNAME$",
"description": "Title for a button that opens a menu with options to copy information from an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"copyNoteLabel": {
"message": "Copiar nota, $ITEMNAME$",
"description": "Aria label for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"copyNoteTitle": {
"message": "Copiar nota - $ITEMNAME$",
"description": "Title for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"moreOptionsLabel": {
"message": "Mais opções, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with more options for an item.",
"placeholders": {
@ -3283,6 +3355,38 @@
}
}
},
"moreOptionsTitle": {
"message": "Mais opções - $ITEMNAME$",
"description": "Title for a button that opens a menu with more options for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"viewItemTitle": {
"message": "Ver item - $ITEMNAME$",
"description": "Title for a link that opens a view for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"assignCollections": {
"message": "Atribuir coleções"
},
"copyEmail": {
"message": "Copiar e-mail"
},
"copyPhone": {
"message": "Copiar telefone"
},
"copyAddress": {
"message": "Copiar endereço"
},
"adminConsole": {
"message": "Consola de administração"
},
@ -3333,5 +3437,14 @@
"example": "Work"
}
}
},
"itemsWithNoFolder": {
"message": "Itens sem pasta"
},
"organizationIsDeactivated": {
"message": "A organização está desativada"
},
"contactYourOrgAdmin": {
"message": "Não é possível aceder aos itens de organizações desativadas. Contacte o proprietário da organização para obter assistência."
}
}

View File

@ -389,6 +389,15 @@
"favorite": {
"message": "Favorit"
},
"unfavorite": {
"message": "Unfavorite"
},
"itemAddedToFavorites": {
"message": "Item added to favorites"
},
"itemRemovedFromFavorites": {
"message": "Item removed from favorites"
},
"notes": {
"message": "Note"
},
@ -410,6 +419,9 @@
"launch": {
"message": "Lansare"
},
"launchWebsite": {
"message": "Launch website"
},
"website": {
"message": "Sait web"
},
@ -599,6 +611,9 @@
"loggedOut": {
"message": "Deconectat"
},
"loggedOutDesc": {
"message": "You have been logged out of your account."
},
"loginExpired": {
"message": "Sesiunea de autentificare a expirat."
},
@ -1107,6 +1122,15 @@
"selfHostedEnvironmentFooter": {
"message": "Specificați URL-ul de bază al implementări Bitwarden găzduită local."
},
"selfHostedBaseUrlHint": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation. Example: https://bitwarden.company.com"
},
"selfHostedCustomEnvHeader": {
"message": "For advanced configuration, you can specify the base URL of each service independently."
},
"selfHostedEnvFormInvalid": {
"message": "You must add either the base Server URL or at least one custom environment."
},
"customEnvironment": {
"message": "Mediu personalizat"
},
@ -1419,6 +1443,15 @@
"collections": {
"message": "Colecții"
},
"nCollections": {
"message": "$COUNT$ collections",
"placeholders": {
"count": {
"content": "$1",
"example": "2"
}
}
},
"favorites": {
"message": "Favorite"
},
@ -1648,6 +1681,9 @@
"autoFillAndSave": {
"message": "Completare automată și salvare"
},
"fillAndSave": {
"message": "Fill and save"
},
"autoFillSuccessAndSavedUri": {
"message": "Articol completat automat și URI salvat"
},
@ -1744,6 +1780,12 @@
"ok": {
"message": "Ok"
},
"errorRefreshingAccessToken": {
"message": "Access Token Refresh Error"
},
"errorRefreshingAccessTokenDesc": {
"message": "No refresh token or API keys found. Please try logging out and logging back in."
},
"desktopSyncVerificationTitle": {
"message": "Verificare sincronizare desktop"
},
@ -3263,7 +3305,7 @@
"clearFiltersOrTryAnother": {
"message": "Clear filters or try another search term"
},
"copyInfo": {
"copyInfoLabel": {
"message": "Copy info, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with options to copy information from an item.",
"placeholders": {
@ -3273,7 +3315,37 @@
}
}
},
"moreOptions": {
"copyInfoTitle": {
"message": "Copy info - $ITEMNAME$",
"description": "Title for a button that opens a menu with options to copy information from an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"copyNoteLabel": {
"message": "Copy Note, $ITEMNAME$",
"description": "Aria label for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"copyNoteTitle": {
"message": "Copy Note - $ITEMNAME$",
"description": "Title for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"moreOptionsLabel": {
"message": "More options, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with more options for an item.",
"placeholders": {
@ -3283,6 +3355,38 @@
}
}
},
"moreOptionsTitle": {
"message": "More options - $ITEMNAME$",
"description": "Title for a button that opens a menu with more options for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"viewItemTitle": {
"message": "View item - $ITEMNAME$",
"description": "Title for a link that opens a view for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"assignCollections": {
"message": "Assign collections"
},
"copyEmail": {
"message": "Copy email"
},
"copyPhone": {
"message": "Copy phone"
},
"copyAddress": {
"message": "Copy address"
},
"adminConsole": {
"message": "Admin Console"
},
@ -3333,5 +3437,14 @@
"example": "Work"
}
}
},
"itemsWithNoFolder": {
"message": "Items with no folder"
},
"organizationIsDeactivated": {
"message": "Organization is deactivated"
},
"contactYourOrgAdmin": {
"message": "Items in deactivated organizations cannot be accessed. Contact your organization owner for assistance."
}
}

View File

@ -389,6 +389,15 @@
"favorite": {
"message": "Избранный"
},
"unfavorite": {
"message": "Удалить из избранного"
},
"itemAddedToFavorites": {
"message": "Item added to favorites"
},
"itemRemovedFromFavorites": {
"message": "Item removed from favorites"
},
"notes": {
"message": "Заметки"
},
@ -410,6 +419,9 @@
"launch": {
"message": "Перейти"
},
"launchWebsite": {
"message": "Открыть сайт"
},
"website": {
"message": "Сайт"
},
@ -599,6 +611,9 @@
"loggedOut": {
"message": "Вы вышли из хранилища"
},
"loggedOutDesc": {
"message": "Вы вышли из своего аккаунта."
},
"loginExpired": {
"message": "Истек срок действия вашего сеанса."
},
@ -763,7 +778,7 @@
"message": "Разблокировать"
},
"additionalOptions": {
"message": "Additional options"
"message": "Дополнительные настройки"
},
"enableContextMenuItem": {
"message": "Показать опции контекстного меню"
@ -1107,6 +1122,15 @@
"selfHostedEnvironmentFooter": {
"message": "Укажите URL Bitwarden на вашем сервере."
},
"selfHostedBaseUrlHint": {
"message": "Укажите базовый URL вашего локального хостинга Bitwarden. Пример: https://bitwarden.company.com"
},
"selfHostedCustomEnvHeader": {
"message": "Для продвинутой конфигурации можно указать базовый URL каждой службы отдельно."
},
"selfHostedEnvFormInvalid": {
"message": "Вы должны добавить либо базовый URL сервера, либо хотя бы одно пользовательское окружение."
},
"customEnvironment": {
"message": "Пользовательское окружение"
},
@ -1419,6 +1443,15 @@
"collections": {
"message": "Коллекции"
},
"nCollections": {
"message": "Коллекций: $COUNT$",
"placeholders": {
"count": {
"content": "$1",
"example": "2"
}
}
},
"favorites": {
"message": "Избранные"
},
@ -1648,6 +1681,9 @@
"autoFillAndSave": {
"message": "Заполнить и сохранить"
},
"fillAndSave": {
"message": "Заполнить и сохранить"
},
"autoFillSuccessAndSavedUri": {
"message": "URI элемента заполнен и сохранен"
},
@ -1744,6 +1780,12 @@
"ok": {
"message": "Ok"
},
"errorRefreshingAccessToken": {
"message": "Ошибка обновления токена доступа"
},
"errorRefreshingAccessTokenDesc": {
"message": "Не найдены токен обновления или ключи API. Пожалуйста, попробуйте выполнить выход и повторно авторизоваться."
},
"desktopSyncVerificationTitle": {
"message": "Проверка синхронизации на компьютере"
},
@ -3263,7 +3305,7 @@
"clearFiltersOrTryAnother": {
"message": "Очистите фильтры или попробуйте другой поисковый запрос"
},
"copyInfo": {
"copyInfoLabel": {
"message": "Скопировать информацию, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with options to copy information from an item.",
"placeholders": {
@ -3273,7 +3315,37 @@
}
}
},
"moreOptions": {
"copyInfoTitle": {
"message": "Скопировать информацию - $ITEMNAME$",
"description": "Title for a button that opens a menu with options to copy information from an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"copyNoteLabel": {
"message": "Скопировать заметку, $ITEMNAME$",
"description": "Aria label for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"copyNoteTitle": {
"message": "Скопировать заметку - $ITEMNAME$",
"description": "Title for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"moreOptionsLabel": {
"message": "Больше опций, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with more options for an item.",
"placeholders": {
@ -3283,6 +3355,38 @@
}
}
},
"moreOptionsTitle": {
"message": "Больше опций - $ITEMNAME$",
"description": "Title for a button that opens a menu with more options for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"viewItemTitle": {
"message": "Просмотр элемента - $ITEMNAME$",
"description": "Title for a link that opens a view for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"assignCollections": {
"message": "Назначить коллекции"
},
"copyEmail": {
"message": "Скопировать email"
},
"copyPhone": {
"message": "Скопировать телефон"
},
"copyAddress": {
"message": "Скопировать адрес"
},
"adminConsole": {
"message": "консоли администратора"
},
@ -3333,5 +3437,14 @@
"example": "Work"
}
}
},
"itemsWithNoFolder": {
"message": "Элементы без папки"
},
"organizationIsDeactivated": {
"message": "Организация деактивирована"
},
"contactYourOrgAdmin": {
"message": "Доступ к элементам в деактивированных организациях невозможен. Обратитесь за помощью к владельцу организации."
}
}

View File

@ -389,6 +389,15 @@
"favorite": {
"message": "ප්‍රියතමය"
},
"unfavorite": {
"message": "Unfavorite"
},
"itemAddedToFavorites": {
"message": "Item added to favorites"
},
"itemRemovedFromFavorites": {
"message": "Item removed from favorites"
},
"notes": {
"message": "සටහන්"
},
@ -410,6 +419,9 @@
"launch": {
"message": "දියත්කරන්න"
},
"launchWebsite": {
"message": "Launch website"
},
"website": {
"message": "වියමන අඩවිය"
},
@ -599,6 +611,9 @@
"loggedOut": {
"message": "ලොගින් වී"
},
"loggedOutDesc": {
"message": "You have been logged out of your account."
},
"loginExpired": {
"message": "ඔබගේ පිවිසුම් සැසිය කල් ඉකුත් වී ඇත."
},
@ -1107,6 +1122,15 @@
"selfHostedEnvironmentFooter": {
"message": "බිට්වර්ඩන් ස්ථාපනය සත්කාරකත්වය දරනු ලබන ඔබගේ පරිශ්රයේ මූලික URL එක සඳහන් කරන්න."
},
"selfHostedBaseUrlHint": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation. Example: https://bitwarden.company.com"
},
"selfHostedCustomEnvHeader": {
"message": "For advanced configuration, you can specify the base URL of each service independently."
},
"selfHostedEnvFormInvalid": {
"message": "You must add either the base Server URL or at least one custom environment."
},
"customEnvironment": {
"message": "අභිරුචි පරිසරය"
},
@ -1419,6 +1443,15 @@
"collections": {
"message": "එකතුව"
},
"nCollections": {
"message": "$COUNT$ collections",
"placeholders": {
"count": {
"content": "$1",
"example": "2"
}
}
},
"favorites": {
"message": "ප්රියතම දැන්වීම්"
},
@ -1648,6 +1681,9 @@
"autoFillAndSave": {
"message": "ස්වයංක්රීය-පිරවීම සහ සුරකින්න"
},
"fillAndSave": {
"message": "Fill and save"
},
"autoFillSuccessAndSavedUri": {
"message": "ස්වයංක්රීය-පිරවූ අයිතමය සහ සුරකින ලද URI"
},
@ -1744,6 +1780,12 @@
"ok": {
"message": "හරි"
},
"errorRefreshingAccessToken": {
"message": "Access Token Refresh Error"
},
"errorRefreshingAccessTokenDesc": {
"message": "No refresh token or API keys found. Please try logging out and logging back in."
},
"desktopSyncVerificationTitle": {
"message": "ඩෙස්ක්ටොප් සමමුහුර්ත සත්යාපනය"
},
@ -3263,7 +3305,7 @@
"clearFiltersOrTryAnother": {
"message": "Clear filters or try another search term"
},
"copyInfo": {
"copyInfoLabel": {
"message": "Copy info, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with options to copy information from an item.",
"placeholders": {
@ -3273,7 +3315,37 @@
}
}
},
"moreOptions": {
"copyInfoTitle": {
"message": "Copy info - $ITEMNAME$",
"description": "Title for a button that opens a menu with options to copy information from an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"copyNoteLabel": {
"message": "Copy Note, $ITEMNAME$",
"description": "Aria label for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"copyNoteTitle": {
"message": "Copy Note - $ITEMNAME$",
"description": "Title for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"moreOptionsLabel": {
"message": "More options, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with more options for an item.",
"placeholders": {
@ -3283,6 +3355,38 @@
}
}
},
"moreOptionsTitle": {
"message": "More options - $ITEMNAME$",
"description": "Title for a button that opens a menu with more options for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"viewItemTitle": {
"message": "View item - $ITEMNAME$",
"description": "Title for a link that opens a view for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"assignCollections": {
"message": "Assign collections"
},
"copyEmail": {
"message": "Copy email"
},
"copyPhone": {
"message": "Copy phone"
},
"copyAddress": {
"message": "Copy address"
},
"adminConsole": {
"message": "Admin Console"
},
@ -3333,5 +3437,14 @@
"example": "Work"
}
}
},
"itemsWithNoFolder": {
"message": "Items with no folder"
},
"organizationIsDeactivated": {
"message": "Organization is deactivated"
},
"contactYourOrgAdmin": {
"message": "Items in deactivated organizations cannot be accessed. Contact your organization owner for assistance."
}
}

View File

@ -389,6 +389,15 @@
"favorite": {
"message": "Obľúbené"
},
"unfavorite": {
"message": "Odstrániť z obľúbených"
},
"itemAddedToFavorites": {
"message": "Item added to favorites"
},
"itemRemovedFromFavorites": {
"message": "Item removed from favorites"
},
"notes": {
"message": "Poznámky"
},
@ -410,6 +419,9 @@
"launch": {
"message": "Spustiť"
},
"launchWebsite": {
"message": "Otvoriť stránku"
},
"website": {
"message": "Webstránka"
},
@ -599,6 +611,9 @@
"loggedOut": {
"message": "Odhlásený"
},
"loggedOutDesc": {
"message": "Boli ste odhlásení zo svojho účtu."
},
"loginExpired": {
"message": "Vaša relácia vypršala."
},
@ -1107,6 +1122,15 @@
"selfHostedEnvironmentFooter": {
"message": "Zadajte základnú URL adresu lokálne hosťovanej inštalácie Bitwarden."
},
"selfHostedBaseUrlHint": {
"message": "Zadajte základnú URL adresu lokálne hosťovanej inštalácie Bitwarden. Napríklad: https://bitwarden.company.com"
},
"selfHostedCustomEnvHeader": {
"message": "Pre rozšírenú konfiguráciu môžete zadať základnú adresu URL každej služby nezávisle."
},
"selfHostedEnvFormInvalid": {
"message": "Musíte pridať buď základnú adresu URL servera, alebo aspoň jedno vlastné prostredie."
},
"customEnvironment": {
"message": "Vlastné prostredie"
},
@ -1419,6 +1443,15 @@
"collections": {
"message": "Zbierky"
},
"nCollections": {
"message": "$COUNT$ zbierok",
"placeholders": {
"count": {
"content": "$1",
"example": "2"
}
}
},
"favorites": {
"message": "Obľúbené"
},
@ -1648,6 +1681,9 @@
"autoFillAndSave": {
"message": "Auto-vyplniť a Uložiť"
},
"fillAndSave": {
"message": "Vyplniť a uložiť"
},
"autoFillSuccessAndSavedUri": {
"message": "Automatické vypĺnenie a uloženie úspešné"
},
@ -1744,6 +1780,12 @@
"ok": {
"message": "Ok"
},
"errorRefreshingAccessToken": {
"message": "Chyba obnovenia prístupového tokenu"
},
"errorRefreshingAccessTokenDesc": {
"message": "Nenašiel sa žiadny token obnovenia ani kľúče API. Skúste sa odhlásiť a znova prihlásiť."
},
"desktopSyncVerificationTitle": {
"message": "Overenie synchronizácie desktopu"
},
@ -3263,7 +3305,7 @@
"clearFiltersOrTryAnother": {
"message": "Vymažte filtre alebo zmeňte vyhľadávaný výraz"
},
"copyInfo": {
"copyInfoLabel": {
"message": "Skopírovať info, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with options to copy information from an item.",
"placeholders": {
@ -3273,7 +3315,37 @@
}
}
},
"moreOptions": {
"copyInfoTitle": {
"message": "Skopírovať info - $ITEMNAME$",
"description": "Title for a button that opens a menu with options to copy information from an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"copyNoteLabel": {
"message": "Skopírovať poznámku, $ITEMNAME$",
"description": "Aria label for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"copyNoteTitle": {
"message": "Skopírovať poznámku - $ITEMNAME$",
"description": "Title for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"moreOptionsLabel": {
"message": "Ďalšie možnosti, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with more options for an item.",
"placeholders": {
@ -3283,6 +3355,38 @@
}
}
},
"moreOptionsTitle": {
"message": "Ďalšie možnosti - $ITEMNAME$",
"description": "Title for a button that opens a menu with more options for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"viewItemTitle": {
"message": "Zobrazit položku - $ITEMNAME$",
"description": "Title for a link that opens a view for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"assignCollections": {
"message": "Prideliť zbierky"
},
"copyEmail": {
"message": "Skopírovať e-mail"
},
"copyPhone": {
"message": "Skopírovať telefón"
},
"copyAddress": {
"message": "Skopírovať adresu"
},
"adminConsole": {
"message": "Správcovská konzola"
},
@ -3333,5 +3437,14 @@
"example": "Work"
}
}
},
"itemsWithNoFolder": {
"message": "Položky bez priečinka"
},
"organizationIsDeactivated": {
"message": "Organizácia je vypnutá"
},
"contactYourOrgAdmin": {
"message": "K položkám vo vypnutej organizácii nie je možné pristupovať. Požiadajte o pomoc vlastníka organizácie."
}
}

View File

@ -389,6 +389,15 @@
"favorite": {
"message": "Priljubljeni"
},
"unfavorite": {
"message": "Unfavorite"
},
"itemAddedToFavorites": {
"message": "Item added to favorites"
},
"itemRemovedFromFavorites": {
"message": "Item removed from favorites"
},
"notes": {
"message": "Opombe"
},
@ -410,6 +419,9 @@
"launch": {
"message": "Zaženi"
},
"launchWebsite": {
"message": "Launch website"
},
"website": {
"message": "Spletna stran"
},
@ -599,6 +611,9 @@
"loggedOut": {
"message": "Odjavljen"
},
"loggedOutDesc": {
"message": "You have been logged out of your account."
},
"loginExpired": {
"message": "Vaša seja je potekla."
},
@ -1107,6 +1122,15 @@
"selfHostedEnvironmentFooter": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation."
},
"selfHostedBaseUrlHint": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation. Example: https://bitwarden.company.com"
},
"selfHostedCustomEnvHeader": {
"message": "For advanced configuration, you can specify the base URL of each service independently."
},
"selfHostedEnvFormInvalid": {
"message": "You must add either the base Server URL or at least one custom environment."
},
"customEnvironment": {
"message": "Okolje po meri"
},
@ -1419,6 +1443,15 @@
"collections": {
"message": "Zbirke"
},
"nCollections": {
"message": "$COUNT$ collections",
"placeholders": {
"count": {
"content": "$1",
"example": "2"
}
}
},
"favorites": {
"message": "Priljubljeno"
},
@ -1648,6 +1681,9 @@
"autoFillAndSave": {
"message": "Samodejno izpolni in shrani"
},
"fillAndSave": {
"message": "Fill and save"
},
"autoFillSuccessAndSavedUri": {
"message": "Element je bil samodejno izpolnjen in shranjen"
},
@ -1744,6 +1780,12 @@
"ok": {
"message": "V redu"
},
"errorRefreshingAccessToken": {
"message": "Access Token Refresh Error"
},
"errorRefreshingAccessTokenDesc": {
"message": "No refresh token or API keys found. Please try logging out and logging back in."
},
"desktopSyncVerificationTitle": {
"message": "Desktop sync verification"
},
@ -3263,7 +3305,7 @@
"clearFiltersOrTryAnother": {
"message": "Clear filters or try another search term"
},
"copyInfo": {
"copyInfoLabel": {
"message": "Copy info, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with options to copy information from an item.",
"placeholders": {
@ -3273,7 +3315,37 @@
}
}
},
"moreOptions": {
"copyInfoTitle": {
"message": "Copy info - $ITEMNAME$",
"description": "Title for a button that opens a menu with options to copy information from an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"copyNoteLabel": {
"message": "Copy Note, $ITEMNAME$",
"description": "Aria label for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"copyNoteTitle": {
"message": "Copy Note - $ITEMNAME$",
"description": "Title for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"moreOptionsLabel": {
"message": "More options, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with more options for an item.",
"placeholders": {
@ -3283,6 +3355,38 @@
}
}
},
"moreOptionsTitle": {
"message": "More options - $ITEMNAME$",
"description": "Title for a button that opens a menu with more options for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"viewItemTitle": {
"message": "View item - $ITEMNAME$",
"description": "Title for a link that opens a view for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"assignCollections": {
"message": "Assign collections"
},
"copyEmail": {
"message": "Copy email"
},
"copyPhone": {
"message": "Copy phone"
},
"copyAddress": {
"message": "Copy address"
},
"adminConsole": {
"message": "Admin Console"
},
@ -3333,5 +3437,14 @@
"example": "Work"
}
}
},
"itemsWithNoFolder": {
"message": "Items with no folder"
},
"organizationIsDeactivated": {
"message": "Organization is deactivated"
},
"contactYourOrgAdmin": {
"message": "Items in deactivated organizations cannot be accessed. Contact your organization owner for assistance."
}
}

View File

@ -389,6 +389,15 @@
"favorite": {
"message": "Омиљено"
},
"unfavorite": {
"message": "Скини омиљено"
},
"itemAddedToFavorites": {
"message": "Item added to favorites"
},
"itemRemovedFromFavorites": {
"message": "Item removed from favorites"
},
"notes": {
"message": "Белешке"
},
@ -410,6 +419,9 @@
"launch": {
"message": "Отвори"
},
"launchWebsite": {
"message": "Покрените веб локацију"
},
"website": {
"message": "Веб сајт"
},
@ -599,6 +611,9 @@
"loggedOut": {
"message": "Одјављено"
},
"loggedOutDesc": {
"message": "Одјављени сте са свог налога."
},
"loginExpired": {
"message": "Ваша сесија је истекла."
},
@ -763,7 +778,7 @@
"message": "Откључај"
},
"additionalOptions": {
"message": "Additional options"
"message": "Додатне опције"
},
"enableContextMenuItem": {
"message": "Прикажи контекстни мени"
@ -803,7 +818,7 @@
"description": "'Solarized' is a noun and the name of a color scheme. It should not be translated."
},
"exportFrom": {
"message": "Export from"
"message": "Извоз од"
},
"exportVault": {
"message": "Извоз сефа"
@ -812,28 +827,28 @@
"message": "Формат датотеке"
},
"fileEncryptedExportWarningDesc": {
"message": "This file export will be password protected and require the file password to decrypt."
"message": "Овај извоз ће бити заштићен лозинком и захтеваће лозинку датотеке за дешифровање."
},
"filePassword": {
"message": "File password"
"message": "Лозинка датотеке"
},
"exportPasswordDescription": {
"message": "This password will be used to export and import this file"
"message": "Ова лозинка ће се користити за извоз и увоз ове датотеке"
},
"accountRestrictedOptionDescription": {
"message": "Use your account encryption key, derived from your account's username and Master Password, to encrypt the export and restrict import to only the current Bitwarden account."
"message": "Користите кључ за шифровање вашег налога, изведен из корисничког имена и главне лозинке, да шифрујете извоз и ограничите увоз само на тренутни Bitwarden налог."
},
"passwordProtectedOptionDescription": {
"message": "Set a file password to encrypt the export and import it to any Bitwarden account using the password for decryption."
"message": "Подесите лозинку за шифровање извоза и увоз у било који Bitwarden налог користећи лозинку за дешифровање."
},
"exportTypeHeading": {
"message": "Export type"
"message": "Тип извоза"
},
"accountRestricted": {
"message": "Account restricted"
"message": "Налог је ограничен"
},
"filePasswordAndConfirmFilePasswordDoNotMatch": {
"message": "“File password” and “Confirm file password“ do not match."
"message": "Унете лозинке се не подударају."
},
"warning": {
"message": "УПОЗОРЕЊЕ",
@ -1107,6 +1122,15 @@
"selfHostedEnvironmentFooter": {
"message": "Наведите основни УРЛ ваше локалне Bitwarden инсталације."
},
"selfHostedBaseUrlHint": {
"message": "Наведите основну УРЛ адресу вашег локалног хостовања Bitwarden-а. Пример: https://bitwarden.company.com"
},
"selfHostedCustomEnvHeader": {
"message": "За напредну конфигурацију, можете навести основну УРЛ адресу сваке услуге независно."
},
"selfHostedEnvFormInvalid": {
"message": "Морате додати или основни УРЛ сервера или бар једно прилагођено окружење."
},
"customEnvironment": {
"message": "Прилагођено окружење"
},
@ -1419,6 +1443,15 @@
"collections": {
"message": "Колекције"
},
"nCollections": {
"message": "$COUNT$ collections",
"placeholders": {
"count": {
"content": "$1",
"example": "2"
}
}
},
"favorites": {
"message": "Омиљени"
},
@ -1648,6 +1681,9 @@
"autoFillAndSave": {
"message": "Аутоматско попуњавање и чување"
},
"fillAndSave": {
"message": "Попуни и сачувај"
},
"autoFillSuccessAndSavedUri": {
"message": "Аутоматски попуњена ставка и сачуван УРЛ"
},
@ -1744,6 +1780,12 @@
"ok": {
"message": "У реду"
},
"errorRefreshingAccessToken": {
"message": "Грешка при освежавању токена приступа"
},
"errorRefreshingAccessTokenDesc": {
"message": "Није пронађен токен за освежавање или АПИ кључеви. Покушајте да се одјавите и поново пријавите."
},
"desktopSyncVerificationTitle": {
"message": "Провера синхронизације Desktop-а"
},
@ -2213,10 +2255,10 @@
}
},
"exportingOrganizationVaultTitle": {
"message": "Exporting organization vault"
"message": "Извоз сефа организације"
},
"exportingOrganizationVaultDesc": {
"message": "Only the organization vault associated with $ORGANIZATION$ will be exported. Items in individual vaults or other organizations will not be included.",
"message": "Биће извезен само сеф организације повезан са $ORGANIZATION$. Ставке у појединачним сефовима или другим организацијама неће бити укључене.",
"placeholders": {
"organization": {
"content": "$1",
@ -3263,7 +3305,7 @@
"clearFiltersOrTryAnother": {
"message": "Обришите филтере или покушајте са другим термином"
},
"copyInfo": {
"copyInfoLabel": {
"message": "Копирај информације, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with options to copy information from an item.",
"placeholders": {
@ -3273,7 +3315,37 @@
}
}
},
"moreOptions": {
"copyInfoTitle": {
"message": "Копирај информације - $ITEMNAME$",
"description": "Title for a button that opens a menu with options to copy information from an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"copyNoteLabel": {
"message": "Копирај Белешку, $ITEMNAME$",
"description": "Aria label for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"copyNoteTitle": {
"message": "Копирај Белешку - $ITEMNAME$",
"description": "Title for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"moreOptionsLabel": {
"message": "Више опција, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with more options for an item.",
"placeholders": {
@ -3283,6 +3355,38 @@
}
}
},
"moreOptionsTitle": {
"message": "Више опција - $ITEMNAME$",
"description": "Title for a button that opens a menu with more options for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"viewItemTitle": {
"message": "Преглед ставке - $ITEMNAME$",
"description": "Title for a link that opens a view for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"assignCollections": {
"message": "Додели колекције"
},
"copyEmail": {
"message": "Копирај имејл"
},
"copyPhone": {
"message": "Копирај телефон"
},
"copyAddress": {
"message": "Копирај адресу"
},
"adminConsole": {
"message": "Администраторска конзола"
},
@ -3333,5 +3437,14 @@
"example": "Work"
}
}
},
"itemsWithNoFolder": {
"message": "Ставке без фасцикле"
},
"organizationIsDeactivated": {
"message": "Организација је деактивирана"
},
"contactYourOrgAdmin": {
"message": "Није могуће приступити ставкама у деактивираним организацијама. Обратите се власнику ваше организације за помоћ."
}
}

View File

@ -389,6 +389,15 @@
"favorite": {
"message": "Favorit"
},
"unfavorite": {
"message": "Unfavorite"
},
"itemAddedToFavorites": {
"message": "Item added to favorites"
},
"itemRemovedFromFavorites": {
"message": "Item removed from favorites"
},
"notes": {
"message": "Anteckningar"
},
@ -410,6 +419,9 @@
"launch": {
"message": "Öppna"
},
"launchWebsite": {
"message": "Launch website"
},
"website": {
"message": "Webbplats"
},
@ -599,6 +611,9 @@
"loggedOut": {
"message": "Utloggad"
},
"loggedOutDesc": {
"message": "Du har blivit utloggad från ditt konto."
},
"loginExpired": {
"message": "Din inloggningssession har upphört."
},
@ -1107,6 +1122,15 @@
"selfHostedEnvironmentFooter": {
"message": "Ange bas-URL:en för din \"on-premise\"-hostade Bitwarden-installation."
},
"selfHostedBaseUrlHint": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation. Example: https://bitwarden.company.com"
},
"selfHostedCustomEnvHeader": {
"message": "For advanced configuration, you can specify the base URL of each service independently."
},
"selfHostedEnvFormInvalid": {
"message": "You must add either the base Server URL or at least one custom environment."
},
"customEnvironment": {
"message": "Anpassad miljö"
},
@ -1419,6 +1443,15 @@
"collections": {
"message": "Samlingar"
},
"nCollections": {
"message": "$COUNT$ samlingar",
"placeholders": {
"count": {
"content": "$1",
"example": "2"
}
}
},
"favorites": {
"message": "Favoriter"
},
@ -1648,6 +1681,9 @@
"autoFillAndSave": {
"message": "Fyll i automatiskt och spara"
},
"fillAndSave": {
"message": "Fill and save"
},
"autoFillSuccessAndSavedUri": {
"message": "Fyllde i objektet automatiskt och sparade URI:n"
},
@ -1744,6 +1780,12 @@
"ok": {
"message": "OK"
},
"errorRefreshingAccessToken": {
"message": "Access Token Refresh Error"
},
"errorRefreshingAccessTokenDesc": {
"message": "No refresh token or API keys found. Please try logging out and logging back in."
},
"desktopSyncVerificationTitle": {
"message": "Verifiering av synkronisering med skrivbordsprogrammet"
},
@ -3263,8 +3305,8 @@
"clearFiltersOrTryAnother": {
"message": "Clear filters or try another search term"
},
"copyInfo": {
"message": "Kopiera information, $ITEMNAME$",
"copyInfoLabel": {
"message": "Copy info, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with options to copy information from an item.",
"placeholders": {
"itemname": {
@ -3273,8 +3315,38 @@
}
}
},
"moreOptions": {
"message": "Fler alternativ, $ITEMNAME$",
"copyInfoTitle": {
"message": "Copy info - $ITEMNAME$",
"description": "Title for a button that opens a menu with options to copy information from an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"copyNoteLabel": {
"message": "Copy Note, $ITEMNAME$",
"description": "Aria label for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"copyNoteTitle": {
"message": "Copy Note - $ITEMNAME$",
"description": "Title for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"moreOptionsLabel": {
"message": "More options, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with more options for an item.",
"placeholders": {
"itemname": {
@ -3283,6 +3355,38 @@
}
}
},
"moreOptionsTitle": {
"message": "More options - $ITEMNAME$",
"description": "Title for a button that opens a menu with more options for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"viewItemTitle": {
"message": "View item - $ITEMNAME$",
"description": "Title for a link that opens a view for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"assignCollections": {
"message": "Tilldela samlingar"
},
"copyEmail": {
"message": "Copy email"
},
"copyPhone": {
"message": "Kopiera telefon"
},
"copyAddress": {
"message": "Kopiera adress"
},
"adminConsole": {
"message": "Admin Console"
},
@ -3333,5 +3437,14 @@
"example": "Work"
}
}
},
"itemsWithNoFolder": {
"message": "Objekt utan mapp"
},
"organizationIsDeactivated": {
"message": "Organization is deactivated"
},
"contactYourOrgAdmin": {
"message": "Items in deactivated organizations cannot be accessed. Contact your organization owner for assistance."
}
}

View File

@ -389,6 +389,15 @@
"favorite": {
"message": "Favorite"
},
"unfavorite": {
"message": "Unfavorite"
},
"itemAddedToFavorites": {
"message": "Item added to favorites"
},
"itemRemovedFromFavorites": {
"message": "Item removed from favorites"
},
"notes": {
"message": "Notes"
},
@ -410,6 +419,9 @@
"launch": {
"message": "Launch"
},
"launchWebsite": {
"message": "Launch website"
},
"website": {
"message": "Website"
},
@ -599,6 +611,9 @@
"loggedOut": {
"message": "Logged out"
},
"loggedOutDesc": {
"message": "You have been logged out of your account."
},
"loginExpired": {
"message": "Your login session has expired."
},
@ -1107,6 +1122,15 @@
"selfHostedEnvironmentFooter": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation."
},
"selfHostedBaseUrlHint": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation. Example: https://bitwarden.company.com"
},
"selfHostedCustomEnvHeader": {
"message": "For advanced configuration, you can specify the base URL of each service independently."
},
"selfHostedEnvFormInvalid": {
"message": "You must add either the base Server URL or at least one custom environment."
},
"customEnvironment": {
"message": "Custom environment"
},
@ -1419,6 +1443,15 @@
"collections": {
"message": "Collections"
},
"nCollections": {
"message": "$COUNT$ collections",
"placeholders": {
"count": {
"content": "$1",
"example": "2"
}
}
},
"favorites": {
"message": "Favorites"
},
@ -1648,6 +1681,9 @@
"autoFillAndSave": {
"message": "Auto-fill and save"
},
"fillAndSave": {
"message": "Fill and save"
},
"autoFillSuccessAndSavedUri": {
"message": "Item auto-filled and URI saved"
},
@ -1744,6 +1780,12 @@
"ok": {
"message": "Ok"
},
"errorRefreshingAccessToken": {
"message": "Access Token Refresh Error"
},
"errorRefreshingAccessTokenDesc": {
"message": "No refresh token or API keys found. Please try logging out and logging back in."
},
"desktopSyncVerificationTitle": {
"message": "Desktop sync verification"
},
@ -3263,7 +3305,7 @@
"clearFiltersOrTryAnother": {
"message": "Clear filters or try another search term"
},
"copyInfo": {
"copyInfoLabel": {
"message": "Copy info, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with options to copy information from an item.",
"placeholders": {
@ -3273,7 +3315,37 @@
}
}
},
"moreOptions": {
"copyInfoTitle": {
"message": "Copy info - $ITEMNAME$",
"description": "Title for a button that opens a menu with options to copy information from an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"copyNoteLabel": {
"message": "Copy Note, $ITEMNAME$",
"description": "Aria label for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"copyNoteTitle": {
"message": "Copy Note - $ITEMNAME$",
"description": "Title for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"moreOptionsLabel": {
"message": "More options, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with more options for an item.",
"placeholders": {
@ -3283,6 +3355,38 @@
}
}
},
"moreOptionsTitle": {
"message": "More options - $ITEMNAME$",
"description": "Title for a button that opens a menu with more options for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"viewItemTitle": {
"message": "View item - $ITEMNAME$",
"description": "Title for a link that opens a view for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"assignCollections": {
"message": "Assign collections"
},
"copyEmail": {
"message": "Copy email"
},
"copyPhone": {
"message": "Copy phone"
},
"copyAddress": {
"message": "Copy address"
},
"adminConsole": {
"message": "Admin Console"
},
@ -3333,5 +3437,14 @@
"example": "Work"
}
}
},
"itemsWithNoFolder": {
"message": "Items with no folder"
},
"organizationIsDeactivated": {
"message": "Organization is deactivated"
},
"contactYourOrgAdmin": {
"message": "Items in deactivated organizations cannot be accessed. Contact your organization owner for assistance."
}
}

View File

@ -389,6 +389,15 @@
"favorite": {
"message": "รายการโปรด"
},
"unfavorite": {
"message": "Unfavorite"
},
"itemAddedToFavorites": {
"message": "Item added to favorites"
},
"itemRemovedFromFavorites": {
"message": "Item removed from favorites"
},
"notes": {
"message": "โน้ต"
},
@ -410,6 +419,9 @@
"launch": {
"message": "เริ่ม"
},
"launchWebsite": {
"message": "Launch website"
},
"website": {
"message": "เว็บไซต์"
},
@ -599,6 +611,9 @@
"loggedOut": {
"message": "ออกจากระบบ"
},
"loggedOutDesc": {
"message": "You have been logged out of your account."
},
"loginExpired": {
"message": "เซสชันของคุณหมดอายุแล้ว"
},
@ -1107,6 +1122,15 @@
"selfHostedEnvironmentFooter": {
"message": "Specify the base URL of your on-premise hosted bitwarden installation."
},
"selfHostedBaseUrlHint": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation. Example: https://bitwarden.company.com"
},
"selfHostedCustomEnvHeader": {
"message": "For advanced configuration, you can specify the base URL of each service independently."
},
"selfHostedEnvFormInvalid": {
"message": "You must add either the base Server URL or at least one custom environment."
},
"customEnvironment": {
"message": "Custom Environment"
},
@ -1419,6 +1443,15 @@
"collections": {
"message": "คอลเลกชัน"
},
"nCollections": {
"message": "$COUNT$ collections",
"placeholders": {
"count": {
"content": "$1",
"example": "2"
}
}
},
"favorites": {
"message": "รายการโปรด"
},
@ -1648,6 +1681,9 @@
"autoFillAndSave": {
"message": "กรอกอัตโนมัติและบันทึก"
},
"fillAndSave": {
"message": "Fill and save"
},
"autoFillSuccessAndSavedUri": {
"message": "เติมรายการอัตโนมัติและบันทึก URI แล้ว"
},
@ -1744,6 +1780,12 @@
"ok": {
"message": "ตกลง"
},
"errorRefreshingAccessToken": {
"message": "Access Token Refresh Error"
},
"errorRefreshingAccessTokenDesc": {
"message": "No refresh token or API keys found. Please try logging out and logging back in."
},
"desktopSyncVerificationTitle": {
"message": "Desktop sync verification"
},
@ -3263,7 +3305,7 @@
"clearFiltersOrTryAnother": {
"message": "Clear filters or try another search term"
},
"copyInfo": {
"copyInfoLabel": {
"message": "Copy info, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with options to copy information from an item.",
"placeholders": {
@ -3273,7 +3315,37 @@
}
}
},
"moreOptions": {
"copyInfoTitle": {
"message": "Copy info - $ITEMNAME$",
"description": "Title for a button that opens a menu with options to copy information from an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"copyNoteLabel": {
"message": "Copy Note, $ITEMNAME$",
"description": "Aria label for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"copyNoteTitle": {
"message": "Copy Note - $ITEMNAME$",
"description": "Title for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"moreOptionsLabel": {
"message": "More options, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with more options for an item.",
"placeholders": {
@ -3283,6 +3355,38 @@
}
}
},
"moreOptionsTitle": {
"message": "More options - $ITEMNAME$",
"description": "Title for a button that opens a menu with more options for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"viewItemTitle": {
"message": "View item - $ITEMNAME$",
"description": "Title for a link that opens a view for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"assignCollections": {
"message": "Assign collections"
},
"copyEmail": {
"message": "Copy email"
},
"copyPhone": {
"message": "Copy phone"
},
"copyAddress": {
"message": "Copy address"
},
"adminConsole": {
"message": "Admin Console"
},
@ -3333,5 +3437,14 @@
"example": "Work"
}
}
},
"itemsWithNoFolder": {
"message": "Items with no folder"
},
"organizationIsDeactivated": {
"message": "Organization is deactivated"
},
"contactYourOrgAdmin": {
"message": "Items in deactivated organizations cannot be accessed. Contact your organization owner for assistance."
}
}

View File

@ -226,7 +226,7 @@
"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"
},
"bitwardenSecretsManager": {
"message": "Bitwarden Secrets Manager"
"message": "Bitwarden Sır Yöneticisi"
},
"continueToSecretsManagerPageDesc": {
"message": "Securely store, manage, and share developer secrets with Bitwarden Secrets Manager. Learn more on the bitwarden.com website."
@ -238,7 +238,7 @@
"message": "Create smooth and secure login experiences free from traditional passwords with Passwordless.dev. Learn more on the bitwarden.com website."
},
"freeBitwardenFamilies": {
"message": "Free Bitwarden Families"
"message": "Ücretsiz Bitwarden Aile"
},
"freeBitwardenFamiliesPageDesc": {
"message": "You are eligible for Free Bitwarden Families. Redeem this offer today in the web app."
@ -389,6 +389,15 @@
"favorite": {
"message": "Favori"
},
"unfavorite": {
"message": "Favorilerden kaldır"
},
"itemAddedToFavorites": {
"message": "Kayıt favorilere eklendi"
},
"itemRemovedFromFavorites": {
"message": "Kayıt favorilerden silindi"
},
"notes": {
"message": "Notlar"
},
@ -410,6 +419,9 @@
"launch": {
"message": "Aç"
},
"launchWebsite": {
"message": "Web sitesini aç"
},
"website": {
"message": "Web sitesi"
},
@ -599,6 +611,9 @@
"loggedOut": {
"message": ıkış yapıldı"
},
"loggedOutDesc": {
"message": "Hesabınızdan çıkış yapıldı."
},
"loginExpired": {
"message": "Oturumunuz zaman aşımına uğradı."
},
@ -803,7 +818,7 @@
"description": "'Solarized' is a noun and the name of a color scheme. It should not be translated."
},
"exportFrom": {
"message": "Export from"
"message": "Dışa aktarılacak konum"
},
"exportVault": {
"message": "Kasayı dışa aktar"
@ -812,7 +827,7 @@
"message": "Dosya biçimi"
},
"fileEncryptedExportWarningDesc": {
"message": "This file export will be password protected and require the file password to decrypt."
"message": "Dışarı aktarılan bu dosya parola korumalı olacak ve dosyanın çözülmesi için parolayı girmeniz gerekecek."
},
"filePassword": {
"message": "Dosya parolası"
@ -1107,6 +1122,15 @@
"selfHostedEnvironmentFooter": {
"message": "Kurum içinde barındırılan Bitwarden kurulumunuzun taban URL'sini belirtin."
},
"selfHostedBaseUrlHint": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation. Example: https://bitwarden.company.com"
},
"selfHostedCustomEnvHeader": {
"message": "For advanced configuration, you can specify the base URL of each service independently."
},
"selfHostedEnvFormInvalid": {
"message": "You must add either the base Server URL or at least one custom environment."
},
"customEnvironment": {
"message": "Özel ortam"
},
@ -1419,6 +1443,15 @@
"collections": {
"message": "Koleksiyonlar"
},
"nCollections": {
"message": "$COUNT$ koleksiyon",
"placeholders": {
"count": {
"content": "$1",
"example": "2"
}
}
},
"favorites": {
"message": "Favoriler"
},
@ -1648,6 +1681,9 @@
"autoFillAndSave": {
"message": "Otomatik doldur ve kaydet"
},
"fillAndSave": {
"message": "Doldur ve kaydet"
},
"autoFillSuccessAndSavedUri": {
"message": "Kayıt otomatik dolduruldu ve URI kaydedildi"
},
@ -1744,6 +1780,12 @@
"ok": {
"message": "Tamam"
},
"errorRefreshingAccessToken": {
"message": "Access Token Refresh Error"
},
"errorRefreshingAccessTokenDesc": {
"message": "No refresh token or API keys found. Please try logging out and logging back in."
},
"desktopSyncVerificationTitle": {
"message": "Masaüstü eşitleme doğrulaması"
},
@ -2587,19 +2629,19 @@
"message": "Kuruluş SSO tanımlayıcısı gereklidir."
},
"creatingAccountOn": {
"message": "Creating account on"
"message": "Hesap oluşturuluyor:"
},
"checkYourEmail": {
"message": "E-postanızı kontrol edin"
},
"followTheLinkInTheEmailSentTo": {
"message": "Follow the link in the email sent to"
"message": "Hesabınızı oluşturmaya devam etmek için"
},
"andContinueCreatingYourAccount": {
"message": "and continue creating your account."
"message": "adresine gönderdiğimiz e-postadaki bağlantıya tıklayın."
},
"noEmail": {
"message": "No email?"
"message": "E-posta gelmedi mi?"
},
"goBack": {
"message": "Geri dönüp"
@ -3252,7 +3294,7 @@
"message": "Önerileri otomatik doldur"
},
"autofillSuggestionsTip": {
"message": "Save a login item for this site to auto-fill"
"message": "Otomatik doldurma için bu siteye ait bir hesap kaydededin"
},
"yourVaultIsEmpty": {
"message": "Kasanız boş"
@ -3261,10 +3303,10 @@
"message": "Aramanızla eşleşen kayıt yok"
},
"clearFiltersOrTryAnother": {
"message": "Clear filters or try another search term"
"message": "Filtreleri temizleyin veya başka bir arama yapmayı deneyin"
},
"copyInfo": {
"message": "Copy info, $ITEMNAME$",
"copyInfoLabel": {
"message": "Bilgileri kopyala, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with options to copy information from an item.",
"placeholders": {
"itemname": {
@ -3273,8 +3315,38 @@
}
}
},
"moreOptions": {
"message": "More options, $ITEMNAME$",
"copyInfoTitle": {
"message": "Bilgileri kopyala - $ITEMNAME$",
"description": "Title for a button that opens a menu with options to copy information from an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"copyNoteLabel": {
"message": "Notu kopyala, $ITEMNAME$",
"description": "Aria label for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"copyNoteTitle": {
"message": "Notu kopyala - $ITEMNAME$",
"description": "Title for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"moreOptionsLabel": {
"message": "Diğer seçenekler, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with more options for an item.",
"placeholders": {
"itemname": {
@ -3283,6 +3355,38 @@
}
}
},
"moreOptionsTitle": {
"message": "Diğer seçenekler - $ITEMNAME$",
"description": "Title for a button that opens a menu with more options for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"viewItemTitle": {
"message": "Kaydı görüntüle - $ITEMNAME$",
"description": "Title for a link that opens a view for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"assignCollections": {
"message": "Koleksiyon ata"
},
"copyEmail": {
"message": "E-postayı kopyala"
},
"copyPhone": {
"message": "Telefonu kopyala"
},
"copyAddress": {
"message": "Adresi kopyala"
},
"adminConsole": {
"message": "Yönetici Konsolu"
},
@ -3302,7 +3406,7 @@
"message": "Hedef klasör atama hatası."
},
"viewItemsIn": {
"message": "View items in $NAME$",
"message": "$NAME$ içindeki kayıtları görüntüle",
"description": "Button to view the contents of a folder or collection",
"placeholders": {
"name": {
@ -3312,7 +3416,7 @@
}
},
"backTo": {
"message": "Back to $NAME$",
"message": "$NAME$ klasörüne dön",
"description": "Navigate back to a previous folder or collection",
"placeholders": {
"name": {
@ -3325,7 +3429,7 @@
"message": "Yeni"
},
"removeItem": {
"message": "Remove $NAME$",
"message": "$NAME$ klasörünü kaldır",
"description": "Remove a selected option, such as a folder or collection",
"placeholders": {
"name": {
@ -3333,5 +3437,14 @@
"example": "Work"
}
}
},
"itemsWithNoFolder": {
"message": "Klasörü olmayan kayıtlar"
},
"organizationIsDeactivated": {
"message": "Kuruluş pasifleştirilmiş"
},
"contactYourOrgAdmin": {
"message": "Pasif kuruluşlardaki kayıtlara erişilemez. Destek almak için kuruluş sahibinizle iletişime geçin."
}
}

View File

@ -389,6 +389,15 @@
"favorite": {
"message": "Обране"
},
"unfavorite": {
"message": "Вилучити з обраного"
},
"itemAddedToFavorites": {
"message": "Item added to favorites"
},
"itemRemovedFromFavorites": {
"message": "Item removed from favorites"
},
"notes": {
"message": "Нотатки"
},
@ -410,6 +419,9 @@
"launch": {
"message": "Перейти"
},
"launchWebsite": {
"message": "Відкрити вебсайт"
},
"website": {
"message": "Вебсайт"
},
@ -599,6 +611,9 @@
"loggedOut": {
"message": "Ви вийшли"
},
"loggedOutDesc": {
"message": "Ви вийшли з облікового запису."
},
"loginExpired": {
"message": "Тривалість вашого сеансу завершилась."
},
@ -1105,7 +1120,16 @@
"message": "Середовище власного хостингу"
},
"selfHostedEnvironmentFooter": {
"message": "Вкажіть основну URL-адресу Bitwarden, встановленого на локальному хостингу."
"message": "Вкажіть основну URL-адресу локально розміщеного встановлення Bitwarden."
},
"selfHostedBaseUrlHint": {
"message": "Вкажіть основну URL-адресу вашого локально розміщеного встановлення Bitwarden. Зразок: https://bitwarden.company.com"
},
"selfHostedCustomEnvHeader": {
"message": "Для розширеної конфігурації ви можете вказати основну URL-адресу окремо для кожної служби."
},
"selfHostedEnvFormInvalid": {
"message": "Необхідно додати URL-адресу основного сервера, або принаймні одне користувацьке середовище."
},
"customEnvironment": {
"message": "Власне середовище"
@ -1419,6 +1443,15 @@
"collections": {
"message": "Збірки"
},
"nCollections": {
"message": "$COUNT$ збірок",
"placeholders": {
"count": {
"content": "$1",
"example": "2"
}
}
},
"favorites": {
"message": "Обране"
},
@ -1648,6 +1681,9 @@
"autoFillAndSave": {
"message": "Заповнити і зберегти"
},
"fillAndSave": {
"message": "Заповнити й зберегти"
},
"autoFillSuccessAndSavedUri": {
"message": "Запис заповнено і збережено"
},
@ -1744,6 +1780,12 @@
"ok": {
"message": "Ok"
},
"errorRefreshingAccessToken": {
"message": "Помилка оновлення токена доступу"
},
"errorRefreshingAccessTokenDesc": {
"message": "Не знайдено токен оновлення або ключі API. Спробуйте вийти, а потім увійти знову."
},
"desktopSyncVerificationTitle": {
"message": "Перевірка синхронізації на комп'ютері"
},
@ -3263,7 +3305,7 @@
"clearFiltersOrTryAnother": {
"message": "Скиньте фільтри або спробуйте іншу умову пошуку"
},
"copyInfo": {
"copyInfoLabel": {
"message": "Копіювати інформацію, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with options to copy information from an item.",
"placeholders": {
@ -3273,7 +3315,37 @@
}
}
},
"moreOptions": {
"copyInfoTitle": {
"message": "Копіювати інформацію $ITEMNAME$",
"description": "Title for a button that opens a menu with options to copy information from an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"copyNoteLabel": {
"message": "Копіювати нотатку, $ITEMNAME$",
"description": "Aria label for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"copyNoteTitle": {
"message": "Копіювати нотатку $ITEMNAME$",
"description": "Title for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"moreOptionsLabel": {
"message": "Інші можливості, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with more options for an item.",
"placeholders": {
@ -3283,6 +3355,38 @@
}
}
},
"moreOptionsTitle": {
"message": "Інші можливості $ITEMNAME$",
"description": "Title for a button that opens a menu with more options for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"viewItemTitle": {
"message": "Переглянути запис $ITEMNAME$",
"description": "Title for a link that opens a view for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"assignCollections": {
"message": "Призначити збірки"
},
"copyEmail": {
"message": "Копіювати е-пошту"
},
"copyPhone": {
"message": "Копіювати телефон"
},
"copyAddress": {
"message": "Копіювати адресу"
},
"adminConsole": {
"message": "консолі адміністратора,"
},
@ -3333,5 +3437,14 @@
"example": "Work"
}
}
},
"itemsWithNoFolder": {
"message": "Елементи без теки"
},
"organizationIsDeactivated": {
"message": "Організацію деактивовано"
},
"contactYourOrgAdmin": {
"message": "Елементи в деактивованих організаціях недоступні. Зверніться до власника вашої організації для отримання допомоги."
}
}

View File

@ -389,6 +389,15 @@
"favorite": {
"message": "Yêu thích"
},
"unfavorite": {
"message": "Unfavorite"
},
"itemAddedToFavorites": {
"message": "Item added to favorites"
},
"itemRemovedFromFavorites": {
"message": "Item removed from favorites"
},
"notes": {
"message": "Ghi chú"
},
@ -410,6 +419,9 @@
"launch": {
"message": "Khởi chạy"
},
"launchWebsite": {
"message": "Launch website"
},
"website": {
"message": "Trang web"
},
@ -599,6 +611,9 @@
"loggedOut": {
"message": "Đã đăng xuất"
},
"loggedOutDesc": {
"message": "You have been logged out of your account."
},
"loginExpired": {
"message": "Phiên đăng nhập của bạn đã hết hạn."
},
@ -1107,6 +1122,15 @@
"selfHostedEnvironmentFooter": {
"message": "Chỉ định liên kết cơ bản của cài đặt bitwarden tại chỗ của bạn."
},
"selfHostedBaseUrlHint": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation. Example: https://bitwarden.company.com"
},
"selfHostedCustomEnvHeader": {
"message": "For advanced configuration, you can specify the base URL of each service independently."
},
"selfHostedEnvFormInvalid": {
"message": "You must add either the base Server URL or at least one custom environment."
},
"customEnvironment": {
"message": "Môi trường tùy chỉnh"
},
@ -1419,6 +1443,15 @@
"collections": {
"message": "Bộ sưu tập"
},
"nCollections": {
"message": "$COUNT$ collections",
"placeholders": {
"count": {
"content": "$1",
"example": "2"
}
}
},
"favorites": {
"message": "Yêu thích"
},
@ -1648,6 +1681,9 @@
"autoFillAndSave": {
"message": "Tự động điền và Lưu"
},
"fillAndSave": {
"message": "Fill and save"
},
"autoFillSuccessAndSavedUri": {
"message": "Đã tự động điền mục và lưu URI"
},
@ -1744,6 +1780,12 @@
"ok": {
"message": "Ok"
},
"errorRefreshingAccessToken": {
"message": "Access Token Refresh Error"
},
"errorRefreshingAccessTokenDesc": {
"message": "No refresh token or API keys found. Please try logging out and logging back in."
},
"desktopSyncVerificationTitle": {
"message": "Xác minh đồng bộ máy tính"
},
@ -3263,7 +3305,7 @@
"clearFiltersOrTryAnother": {
"message": "Clear filters or try another search term"
},
"copyInfo": {
"copyInfoLabel": {
"message": "Copy info, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with options to copy information from an item.",
"placeholders": {
@ -3273,7 +3315,37 @@
}
}
},
"moreOptions": {
"copyInfoTitle": {
"message": "Copy info - $ITEMNAME$",
"description": "Title for a button that opens a menu with options to copy information from an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"copyNoteLabel": {
"message": "Copy Note, $ITEMNAME$",
"description": "Aria label for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"copyNoteTitle": {
"message": "Copy Note - $ITEMNAME$",
"description": "Title for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"moreOptionsLabel": {
"message": "More options, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with more options for an item.",
"placeholders": {
@ -3283,6 +3355,38 @@
}
}
},
"moreOptionsTitle": {
"message": "More options - $ITEMNAME$",
"description": "Title for a button that opens a menu with more options for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"viewItemTitle": {
"message": "View item - $ITEMNAME$",
"description": "Title for a link that opens a view for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"assignCollections": {
"message": "Assign collections"
},
"copyEmail": {
"message": "Copy email"
},
"copyPhone": {
"message": "Copy phone"
},
"copyAddress": {
"message": "Copy address"
},
"adminConsole": {
"message": "Bảng điều khiển dành cho quản trị viên"
},
@ -3333,5 +3437,14 @@
"example": "Work"
}
}
},
"itemsWithNoFolder": {
"message": "Items with no folder"
},
"organizationIsDeactivated": {
"message": "Organization is deactivated"
},
"contactYourOrgAdmin": {
"message": "Items in deactivated organizations cannot be accessed. Contact your organization owner for assistance."
}
}

View File

@ -389,6 +389,15 @@
"favorite": {
"message": "收藏"
},
"unfavorite": {
"message": "Unfavorite"
},
"itemAddedToFavorites": {
"message": "Item added to favorites"
},
"itemRemovedFromFavorites": {
"message": "Item removed from favorites"
},
"notes": {
"message": "备注"
},
@ -410,6 +419,9 @@
"launch": {
"message": "前往"
},
"launchWebsite": {
"message": "Launch website"
},
"website": {
"message": "网站"
},
@ -599,6 +611,9 @@
"loggedOut": {
"message": "已注销"
},
"loggedOutDesc": {
"message": "You have been logged out of your account."
},
"loginExpired": {
"message": "您的登录会话已过期。"
},
@ -1107,6 +1122,15 @@
"selfHostedEnvironmentFooter": {
"message": "指定您本地托管的 Bitwarden 安装的基础 URL。"
},
"selfHostedBaseUrlHint": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation. Example: https://bitwarden.company.com"
},
"selfHostedCustomEnvHeader": {
"message": "For advanced configuration, you can specify the base URL of each service independently."
},
"selfHostedEnvFormInvalid": {
"message": "You must add either the base Server URL or at least one custom environment."
},
"customEnvironment": {
"message": "自定义环境"
},
@ -1419,6 +1443,15 @@
"collections": {
"message": "集合"
},
"nCollections": {
"message": "$COUNT$ collections",
"placeholders": {
"count": {
"content": "$1",
"example": "2"
}
}
},
"favorites": {
"message": "收藏夹"
},
@ -1648,6 +1681,9 @@
"autoFillAndSave": {
"message": "自动填充并保存"
},
"fillAndSave": {
"message": "Fill and save"
},
"autoFillSuccessAndSavedUri": {
"message": "项目已自动填充且 URI 已保存"
},
@ -1744,6 +1780,12 @@
"ok": {
"message": "确定"
},
"errorRefreshingAccessToken": {
"message": "Access Token Refresh Error"
},
"errorRefreshingAccessTokenDesc": {
"message": "No refresh token or API keys found. Please try logging out and logging back in."
},
"desktopSyncVerificationTitle": {
"message": "桌面同步验证"
},
@ -3263,8 +3305,8 @@
"clearFiltersOrTryAnother": {
"message": "清除筛选器或尝试另一个搜索词"
},
"copyInfo": {
"message": "复制信息,$ITEMNAME$",
"copyInfoLabel": {
"message": "Copy info, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with options to copy information from an item.",
"placeholders": {
"itemname": {
@ -3273,8 +3315,38 @@
}
}
},
"moreOptions": {
"message": "更多选项,$ITEMNAME$",
"copyInfoTitle": {
"message": "Copy info - $ITEMNAME$",
"description": "Title for a button that opens a menu with options to copy information from an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"copyNoteLabel": {
"message": "Copy Note, $ITEMNAME$",
"description": "Aria label for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"copyNoteTitle": {
"message": "Copy Note - $ITEMNAME$",
"description": "Title for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"moreOptionsLabel": {
"message": "More options, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with more options for an item.",
"placeholders": {
"itemname": {
@ -3283,6 +3355,38 @@
}
}
},
"moreOptionsTitle": {
"message": "More options - $ITEMNAME$",
"description": "Title for a button that opens a menu with more options for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"viewItemTitle": {
"message": "View item - $ITEMNAME$",
"description": "Title for a link that opens a view for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"assignCollections": {
"message": "Assign collections"
},
"copyEmail": {
"message": "Copy email"
},
"copyPhone": {
"message": "Copy phone"
},
"copyAddress": {
"message": "Copy address"
},
"adminConsole": {
"message": "管理控制台"
},
@ -3333,5 +3437,14 @@
"example": "Work"
}
}
},
"itemsWithNoFolder": {
"message": "Items with no folder"
},
"organizationIsDeactivated": {
"message": "组织已停用"
},
"contactYourOrgAdmin": {
"message": "Items in deactivated organizations cannot be accessed. Contact your organization owner for assistance."
}
}

View File

@ -389,6 +389,15 @@
"favorite": {
"message": "我的最愛"
},
"unfavorite": {
"message": "Unfavorite"
},
"itemAddedToFavorites": {
"message": "Item added to favorites"
},
"itemRemovedFromFavorites": {
"message": "Item removed from favorites"
},
"notes": {
"message": "備註"
},
@ -410,6 +419,9 @@
"launch": {
"message": "前往"
},
"launchWebsite": {
"message": "Launch website"
},
"website": {
"message": "網站"
},
@ -599,6 +611,9 @@
"loggedOut": {
"message": "已登出"
},
"loggedOutDesc": {
"message": "You have been logged out of your account."
},
"loginExpired": {
"message": "您的登入階段已過期。"
},
@ -1107,6 +1122,15 @@
"selfHostedEnvironmentFooter": {
"message": "指定您內部部署的 Bitwarden 安裝之基礎 URL。"
},
"selfHostedBaseUrlHint": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation. Example: https://bitwarden.company.com"
},
"selfHostedCustomEnvHeader": {
"message": "For advanced configuration, you can specify the base URL of each service independently."
},
"selfHostedEnvFormInvalid": {
"message": "You must add either the base Server URL or at least one custom environment."
},
"customEnvironment": {
"message": "自訂環境"
},
@ -1419,6 +1443,15 @@
"collections": {
"message": "集合"
},
"nCollections": {
"message": "$COUNT$ collections",
"placeholders": {
"count": {
"content": "$1",
"example": "2"
}
}
},
"favorites": {
"message": "我的最愛"
},
@ -1648,6 +1681,9 @@
"autoFillAndSave": {
"message": "自動填入並儲存"
},
"fillAndSave": {
"message": "Fill and save"
},
"autoFillSuccessAndSavedUri": {
"message": "項目已自動填入並且 URL 已儲存"
},
@ -1744,6 +1780,12 @@
"ok": {
"message": "確定"
},
"errorRefreshingAccessToken": {
"message": "Access Token Refresh Error"
},
"errorRefreshingAccessTokenDesc": {
"message": "No refresh token or API keys found. Please try logging out and logging back in."
},
"desktopSyncVerificationTitle": {
"message": "桌面同步驗證"
},
@ -3263,7 +3305,7 @@
"clearFiltersOrTryAnother": {
"message": "Clear filters or try another search term"
},
"copyInfo": {
"copyInfoLabel": {
"message": "Copy info, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with options to copy information from an item.",
"placeholders": {
@ -3273,7 +3315,37 @@
}
}
},
"moreOptions": {
"copyInfoTitle": {
"message": "Copy info - $ITEMNAME$",
"description": "Title for a button that opens a menu with options to copy information from an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"copyNoteLabel": {
"message": "Copy Note, $ITEMNAME$",
"description": "Aria label for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"copyNoteTitle": {
"message": "Copy Note - $ITEMNAME$",
"description": "Title for a button copies a note to the clipboard.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Note Item"
}
}
},
"moreOptionsLabel": {
"message": "More options, $ITEMNAME$",
"description": "Aria label for a button that opens a menu with more options for an item.",
"placeholders": {
@ -3283,6 +3355,38 @@
}
}
},
"moreOptionsTitle": {
"message": "More options - $ITEMNAME$",
"description": "Title for a button that opens a menu with more options for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"viewItemTitle": {
"message": "View item - $ITEMNAME$",
"description": "Title for a link that opens a view for an item.",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
}
}
},
"assignCollections": {
"message": "Assign collections"
},
"copyEmail": {
"message": "Copy email"
},
"copyPhone": {
"message": "Copy phone"
},
"copyAddress": {
"message": "Copy address"
},
"adminConsole": {
"message": "Admin Console"
},
@ -3333,5 +3437,14 @@
"example": "Work"
}
}
},
"itemsWithNoFolder": {
"message": "Items with no folder"
},
"organizationIsDeactivated": {
"message": "Organization is deactivated"
},
"contactYourOrgAdmin": {
"message": "Items in deactivated organizations cannot be accessed. Contact your organization owner for assistance."
}
}

View File

@ -1,6 +1,6 @@
<ng-content select="[slot=header]"></ng-content>
<main class="tw-bg-background-alt tw-p-3 tw-flex-1 tw-overflow-y-auto tw-h-full">
<div class="tw-max-w-screen-sm tw-mx-auto tw-h-full">
<main class="tw-bg-background-alt tw-flex-1 tw-overflow-y-auto tw-h-full">
<div class="tw-max-w-screen-sm tw-mx-auto tw-p-3 tw-overflow-y-auto tw-h-full">
<ng-content></ng-content>
</div>
</main>

View File

@ -4,25 +4,6 @@
[title]="'autofillSuggestions' | i18n"
[showRefresh]="showRefresh"
(onRefresh)="refreshCurrentTab()"
[description]="(showEmptyAutofillTip$ | async) ? ('autofillSuggestionsTip' | i18n) : null"
showAutofillButton
></app-vault-list-items-container>
<ng-container *ngIf="showEmptyAutofillTip$ | async">
<bit-section>
<bit-section-header>
<h2 bitTypography="h6">
{{ "autofillSuggestions" | i18n }}
</h2>
<button
*ngIf="showRefresh"
bitIconButton="bwi-refresh"
size="small"
type="button"
[appA11yTitle]="'refresh' | i18n"
(click)="refreshCurrentTab()"
></button>
</bit-section-header>
<span class="tw-text-muted tw-px-1" bitTypography="body2">{{
"autofillSuggestionsTip" | i18n
}}</span>
</bit-section>
</ng-container>

View File

@ -3,6 +3,7 @@ import { Component } from "@angular/core";
import { combineLatest, map, Observable } from "rxjs";
import { JslibModule } from "@bitwarden/angular/jslib.module";
import { CipherType } from "@bitwarden/common/vault/enums";
import {
IconButtonModule,
SectionComponent,
@ -45,7 +46,7 @@ export class AutofillVaultListItemsComponent {
/**
* Observable that determines whether the empty autofill tip should be shown.
* The tip is shown when there are no ciphers to autofill, no filter is applied, and autofill is allowed in
* The tip is shown when there are no login ciphers to autofill, no filter is applied, and autofill is allowed in
* the current context (e.g. not in a popout).
* @protected
*/
@ -54,7 +55,10 @@ export class AutofillVaultListItemsComponent {
this.autofillCiphers$,
this.vaultPopupItemsService.autofillAllowed$,
]).pipe(
map(([hasFilter, ciphers, canAutoFill]) => !hasFilter && canAutoFill && ciphers.length === 0),
map(
([hasFilter, ciphers, canAutoFill]) =>
!hasFilter && canAutoFill && ciphers.filter((c) => c.type == CipherType.Login).length === 0,
),
);
constructor(private vaultPopupItemsService: VaultPopupItemsService) {

View File

@ -3,10 +3,17 @@ import { booleanAttribute, Component, Input } from "@angular/core";
import { Router, RouterModule } from "@angular/router";
import { JslibModule } from "@bitwarden/angular/jslib.module";
import { I18nService } from "@bitwarden/common/platform/abstractions/i18n.service";
import { CipherService } from "@bitwarden/common/vault/abstractions/cipher.service";
import { CipherRepromptType, CipherType } from "@bitwarden/common/vault/enums";
import { CipherView } from "@bitwarden/common/vault/models/view/cipher.view";
import { DialogService, IconButtonModule, ItemModule, MenuModule } from "@bitwarden/components";
import {
DialogService,
IconButtonModule,
ItemModule,
MenuModule,
ToastService,
} from "@bitwarden/components";
import { PasswordRepromptService } from "@bitwarden/vault";
import { BrowserApi } from "../../../../../platform/browser/browser-api";
@ -38,8 +45,10 @@ export class ItemMoreOptionsComponent {
private cipherService: CipherService,
private vaultPopupItemsService: VaultPopupItemsService,
private passwordRepromptService: PasswordRepromptService,
private toastService: ToastService,
private dialogService: DialogService,
private router: Router,
private i18nService: I18nService,
) {}
get canEdit() {
@ -85,6 +94,13 @@ export class ItemMoreOptionsComponent {
this.cipher.favorite = !this.cipher.favorite;
const encryptedCipher = await this.cipherService.encrypt(this.cipher);
await this.cipherService.updateWithServer(encryptedCipher);
this.toastService.showToast({
variant: "success",
title: null,
message: this.i18nService.t(
this.cipher.favorite ? "itemAddedToFavorites" : "itemRemovedFromFavorites",
),
});
}
/**

View File

@ -14,7 +14,7 @@
*ngIf="collections.length"
formControlName="collection"
placeholderIcon="bwi-collection"
[placeholderText]="'collections' | i18n"
[placeholderText]="'collection' | i18n"
[options]="collections"
>
</bit-chip-select>
@ -32,7 +32,7 @@
<bit-chip-select
formControlName="cipherType"
placeholderIcon="bwi-list"
[placeholderText]="'types' | i18n"
[placeholderText]="'type' | i18n"
[options]="cipherTypes"
>
</bit-chip-select>

View File

@ -1,4 +1,4 @@
<bit-section *ngIf="ciphers?.length > 0">
<bit-section *ngIf="ciphers?.length > 0 || description">
<bit-section-header>
<h2 bitTypography="h6">
{{ title }}
@ -13,6 +13,9 @@
></button>
<span bitTypography="body2" slot="end">{{ ciphers.length }}</span>
</bit-section-header>
<div *ngIf="description" class="tw-text-muted tw-px-1 tw-mb-2" bitTypography="body2">
{{ description }}
</div>
<bit-item-group>
<bit-item *ngFor="let cipher of ciphers">
<a

View File

@ -50,6 +50,13 @@ export class VaultListItemsContainerComponent {
@Input()
title: string;
/**
* Optional description for the vault list item section. Will be shown below the title even when
* no ciphers are available.
*/
@Input()
description: string;
/**
* Option to show a refresh button in the section header.
*/

View File

@ -11,7 +11,10 @@
</ng-container>
</popup-header>
<div *ngIf="showEmptyState$ | async" class="tw-flex tw-flex-col tw-h-full tw-justify-center">
<div
*ngIf="vaultState === VaultStateEnum.Empty"
class="tw-flex tw-flex-col tw-h-full tw-justify-center"
>
<bit-no-items [icon]="vaultIcon">
<ng-container slot="title">{{ "yourVaultIsEmpty" | i18n }}</ng-container>
<ng-container slot="description">{{ "autofillSuggestionsTip" | i18n }}</ng-container>
@ -21,13 +24,12 @@
</bit-no-items>
</div>
<ng-container *ngIf="!(showEmptyState$ | async)">
<ng-container *ngIf="vaultState !== VaultStateEnum.Empty">
<app-vault-v2-search> </app-vault-v2-search>
<app-vault-list-filters></app-vault-list-filters>
<div
*ngIf="(showNoResultsState$ | async) && !(showDeactivatedOrg$ | async)"
*ngIf="vaultState === VaultStateEnum.NoResults"
class="tw-flex tw-flex-col tw-justify-center tw-h-auto tw-pt-12"
>
<bit-no-items [icon]="noResultsIcon">
@ -37,7 +39,7 @@
</div>
<div
*ngIf="showDeactivatedOrg$ | async"
*ngIf="vaultState === VaultStateEnum.DeactivatedOrg"
class="tw-flex tw-flex-col tw-justify-center tw-h-auto tw-pt-12"
>
<bit-no-items [icon]="deactivatedIcon">
@ -46,7 +48,7 @@
</bit-no-items>
</div>
<ng-container *ngIf="!(showNoResultsState$ | async) && !(showDeactivatedOrg$ | async)">
<ng-container *ngIf="vaultState === null">
<app-autofill-vault-list-items></app-autofill-vault-list-items>
<app-vault-list-items-container
[title]="'favorites' | i18n"

View File

@ -1,6 +1,8 @@
import { CommonModule } from "@angular/common";
import { Component, OnDestroy, OnInit } from "@angular/core";
import { takeUntilDestroyed } from "@angular/core/rxjs-interop";
import { Router, RouterLink } from "@angular/router";
import { combineLatest } from "rxjs";
import { JslibModule } from "@bitwarden/angular/jslib.module";
import { ButtonModule, Icons, NoItemsModule } from "@bitwarden/components";
@ -14,6 +16,12 @@ import { AutofillVaultListItemsComponent, VaultListItemsContainerComponent } fro
import { VaultListFiltersComponent } from "../vault-v2/vault-list-filters/vault-list-filters.component";
import { VaultV2SearchComponent } from "../vault-v2/vault-search/vault-v2-search.component";
enum VaultState {
Empty,
NoResults,
DeactivatedOrg,
}
@Component({
selector: "app-vault",
templateUrl: "vault-v2.component.html",
@ -38,18 +46,42 @@ export class VaultV2Component implements OnInit, OnDestroy {
protected favoriteCiphers$ = this.vaultPopupItemsService.favoriteCiphers$;
protected remainingCiphers$ = this.vaultPopupItemsService.remainingCiphers$;
protected showEmptyState$ = this.vaultPopupItemsService.emptyVault$;
protected showNoResultsState$ = this.vaultPopupItemsService.noFilteredResults$;
protected showDeactivatedOrg$ = this.vaultPopupItemsService.showDeactivatedOrg$;
/** Visual state of the vault */
protected vaultState: VaultState | null = null;
protected vaultIcon = Icons.Vault;
protected deactivatedIcon = Icons.DeactivatedOrg;
protected noResultsIcon = Icons.NoResults;
protected VaultStateEnum = VaultState;
constructor(
private vaultPopupItemsService: VaultPopupItemsService,
private router: Router,
) {}
) {
combineLatest([
this.vaultPopupItemsService.emptyVault$,
this.vaultPopupItemsService.noFilteredResults$,
this.vaultPopupItemsService.showDeactivatedOrg$,
])
.pipe(takeUntilDestroyed())
.subscribe(([emptyVault, noResults, deactivatedOrg]) => {
switch (true) {
case emptyVault:
this.vaultState = VaultState.Empty;
break;
case deactivatedOrg:
// The deactivated org state takes precedence over the no results state
this.vaultState = VaultState.DeactivatedOrg;
break;
case noResults:
this.vaultState = VaultState.NoResults;
break;
default:
this.vaultState = null;
}
});
}
ngOnInit(): void {}

View File

@ -4,6 +4,7 @@ import { BehaviorSubject, skipWhile } from "rxjs";
import { OrganizationService } from "@bitwarden/common/admin-console/abstractions/organization/organization.service.abstraction";
import { Organization } from "@bitwarden/common/admin-console/models/domain/organization";
import { ProductType } from "@bitwarden/common/enums";
import { I18nService } from "@bitwarden/common/platform/abstractions/i18n.service";
import { CipherService } from "@bitwarden/common/vault/abstractions/cipher.service";
import { CollectionService } from "@bitwarden/common/vault/abstractions/collection.service";
@ -18,7 +19,7 @@ import { MY_VAULT_ID, VaultPopupListFiltersService } from "./vault-popup-list-fi
describe("VaultPopupListFiltersService", () => {
let service: VaultPopupListFiltersService;
const memberOrganizations$ = new BehaviorSubject<{ name: string; id: string }[]>([]);
const memberOrganizations$ = new BehaviorSubject<Organization[]>([]);
const folderViews$ = new BehaviorSubject([]);
const cipherViews$ = new BehaviorSubject({});
const decryptedCollections$ = new BehaviorSubject<CollectionView[]>([]);
@ -100,7 +101,8 @@ describe("VaultPopupListFiltersService", () => {
});
it('adds "myVault" to the list of organizations when there are other organizations', (done) => {
memberOrganizations$.next([{ name: "bobby's org", id: "1234-3323-23223" }]);
const orgs = [{ name: "bobby's org", id: "1234-3323-23223" }] as Organization[];
memberOrganizations$.next(orgs);
service.organizations$.subscribe((organizations) => {
expect(organizations.map((o) => o.label)).toEqual(["myVault", "bobby's org"]);
@ -109,10 +111,11 @@ describe("VaultPopupListFiltersService", () => {
});
it("sorts organizations by name", (done) => {
memberOrganizations$.next([
const orgs = [
{ name: "bobby's org", id: "1234-3323-23223" },
{ name: "alice's org", id: "2223-4343-99888" },
]);
] as Organization[];
memberOrganizations$.next(orgs);
service.organizations$.subscribe((organizations) => {
expect(organizations.map((o) => o.label)).toEqual([
@ -123,6 +126,65 @@ describe("VaultPopupListFiltersService", () => {
done();
});
});
describe("icons", () => {
it("sets family icon for family organizations", (done) => {
const orgs = [
{
name: "family org",
id: "1234-3323-23223",
enabled: true,
planProductType: ProductType.Families,
},
] as Organization[];
memberOrganizations$.next(orgs);
service.organizations$.subscribe((organizations) => {
expect(organizations.map((o) => o.icon)).toEqual(["bwi-user", "bwi-family"]);
done();
});
});
it("sets family icon for free organizations", (done) => {
const orgs = [
{
name: "free org",
id: "1234-3323-23223",
enabled: true,
planProductType: ProductType.Free,
},
] as Organization[];
memberOrganizations$.next(orgs);
service.organizations$.subscribe((organizations) => {
expect(organizations.map((o) => o.icon)).toEqual(["bwi-user", "bwi-family"]);
done();
});
});
it("sets warning icon for disabled organizations", (done) => {
const orgs = [
{
name: "free org",
id: "1234-3323-23223",
enabled: false,
planProductType: ProductType.Free,
},
] as Organization[];
memberOrganizations$.next(orgs);
service.organizations$.subscribe((organizations) => {
expect(organizations.map((o) => o.icon)).toEqual([
"bwi-user",
"bwi-exclamation-triangle tw-text-danger",
]);
done();
});
});
});
});
describe("collections$", () => {

View File

@ -139,22 +139,22 @@ export class VaultPopupListFiltersService {
readonly cipherTypes: ChipSelectOption<CipherType>[] = [
{
value: CipherType.Login,
label: this.i18nService.t("logins"),
label: this.i18nService.t("typeLogin"),
icon: "bwi-globe",
},
{
value: CipherType.Card,
label: this.i18nService.t("cards"),
label: this.i18nService.t("typeCard"),
icon: "bwi-credit-card",
},
{
value: CipherType.Identity,
label: this.i18nService.t("identities"),
label: this.i18nService.t("typeIdentity"),
icon: "bwi-id-card",
},
{
value: CipherType.SecureNote,
label: this.i18nService.t("notes"),
label: this.i18nService.t("note"),
icon: "bwi-sticky-note",
},
];
@ -188,8 +188,11 @@ export class VaultPopupListFiltersService {
if (!org.enabled) {
// Show a warning icon if the organization is deactivated
icon = "bwi-exclamation-triangle tw-text-danger";
} else if (org.planProductType === ProductType.Families) {
// Show a family icon if the organization is a family org
} else if (
org.planProductType === ProductType.Families ||
org.planProductType === ProductType.Free
) {
// Show a family icon if the organization is a family or free org
icon = "bwi-family";
}

View File

@ -124,48 +124,47 @@
<value>自宅、職場、または外出先でも、Bitwarden はすべてのパスワード、パスキー、機密情報を簡単に保護します。</value>
</data>
<data name="Description" xml:space="preserve">
<value>Recognized as the best password manager by PCMag, WIRED, The Verge, CNET, G2, and more!
<value>PCMag、WIRED、The Verge、CNET、G2 などから最高のパスワードマネージャーとして認められています!
SECURE YOUR DIGITAL LIFE
Secure your digital life and protect against data breaches by generating and saving unique, strong passwords for every account. Maintain everything in an end-to-end encrypted password vault that only you can access.
デジタルライフを守る
データ漏洩を防ぐために、各アカウントに対してユニークで強力なパスワードを生成し保存することで、デジタルライフを守りましょう。エンドツーエンドで暗号化されたパスワード保管庫にすべてを保存し、あなただけがアクセスできます。
ACCESS YOUR DATA, ANYWHERE, ANYTIME, ON ANY DEVICE
Easily manage, store, secure, and share unlimited passwords across unlimited devices without restrictions.
どこでも、いつでも、どのデバイスでもデータにアクセス
デバイスやパスワード数の制限は一切なく、簡単に管理、保存、保護、共有できます。
EVERYONE SHOULD HAVE THE TOOLS TO STAY SAFE ONLINE
Utilize Bitwarden for free with no ads or selling data. Bitwarden believes everyone should have the ability to stay safe online. Premium plans offer access to advanced features.
誰もがオンラインで安全を保つためのツールを持つべき
Bitwarden は広告やデータ販売なしに無料で利用できます。Bitwarden は、誰もがオンラインで安全を保つ能力を持つべきだと信じています。プレミアムプランでは高度な機能にアクセスできます。
EMPOWER YOUR TEAMS WITH BITWARDEN
Plans for Teams and Enterprise come with professional business features. Some examples include SSO integration, self-hosting, directory integration and SCIM provisioning, global policies, API access, event logs, and more.
チームを Bitwarden で強化
チームおよびエンタープライズ向けのプランには、SSO 統合、セルフホスティング、ディレクトリ統合と SCIM プロビジョニング、グローバルポリシー、API アクセス、イベントログなどのプロフェッショナルなビジネス機能が含まれます。
Use Bitwarden to secure your workforce and share sensitive information with colleagues.
Bitwardenを使用して、従業員を保護し、同僚と機密情報を共有しましょう。
Bitwardenを選ぶ理由
More reasons to choose Bitwarden:
世界クラスの暗号化
パスワードは、先進的なエンドツーエンド暗号化AES-256ビット、ソルト付きハッシュタグ、PBKDF2 SHA-256で保護され、データは安全かつプライベートに保たれます。
World-Class Encryption
Passwords are protected with advanced end-to-end encryption (AES-256 bit, salted hashtag, and PBKDF2 SHA-256) so your data stays secure and private.
第三者監査
Bitwarden は、著名なセキュリティ企業による包括的な第三者セキュリティ監査を定期的に実施しています。これらの年次監査には、ソースコードの評価や Bitwarden の IP、サーバー、ウェブアプリケーション全体にわたるペネトレーションテストが含まれます。
3rd-party Audits
Bitwarden regularly conducts comprehensive third-party security audits with notable security firms. These annual audits include source code assessments and penetration testing across Bitwarden IPs, servers, and web applications.
Advanced 2FA
Secure your login with a third-party authenticator, emailed codes, or FIDO2 WebAuthn credentials such as a hardware security key or passkey.
高度な2要素認証
サードパーティーの認証アプリ、メールコード、またはハードウェアセキュリティキーやパスキーなどの FIDO2 WebAuthn 資格情報でログインを保護します。
Bitwarden Send
Transmit data directly to others while maintaining end-to-end encrypted security and limiting exposure.
エンドツーエンドで暗号化されたセキュリティを維持しながら、他者にデータを直接送信し、データ漏洩を制限します。
Built-in Generator
Create long, complex, and distinct passwords and unique usernames for every site you visit. Integrate with email alias providers for additional privacy.
内蔵ジェネレーター
訪問するすべてのサイトに対して、長く複雑でユニークなパスワードとユーザー名を作成できます。追加のプライバシーのためにメールエイリアスプロバイダーと統合することもできます。
Global Translations
Bitwarden translations exist for more than 60 languages, translated by the global community though Crowdin.
グローバル翻訳
Bitwarden の翻訳は、Crowdin を通じてグローバルコミュニティによって翻訳され、60以上の言語に対応しています。
Cross-Platform Applications
Secure and share sensitive data within your Bitwarden Vault from any browser, mobile device, or desktop OS, and more.
クロスプラットフォームアプリケーション
任意のブラウザ、モバイルデバイス、デスクトップ OS などから、Bitwarden 保管庫内の機密データを保護し、共有できます。
Bitwarden secures more than just passwords
End-to-end encrypted credential management solutions from Bitwarden empower organizations to secure everything, including developer secrets and passkey experiences. Visit Bitwarden.com to learn more about Bitwarden Secrets Manager and Bitwarden Passwordless.dev!
Bitwarden はパスワードだけを保護するわけではありません
Bitwarden のエンドツーエンド暗号化された資格情報管理ソリューションは、組織が開発者のシークレットやパスキー体験を含むすべてを保護することを支援します。Bitwarden シークレットマネージャーや Bitwarden Passwordless.dev について詳しくは、Bitwarden.com をご覧ください。
</value>
</data>
<data name="AssetTitle" xml:space="preserve">

View File

@ -83,6 +83,11 @@ export class Program extends BaseProgram {
});
program.on("--help", () => {
writeLn(
chalk.yellowBright(
"\n Tip: Managing and retrieving secrets for dev environments is easier with Bitwarden Secrets Manager. Learn more under https://bitwarden.com/products/secrets-manager/",
),
);
writeLn("\n Examples:");
writeLn("");
writeLn(" bw login");

View File

@ -278,7 +278,7 @@ export class SettingsComponent implements OnInit {
approveLoginRequests:
(await this.authRequestService.getAcceptAuthRequests(this.currentUserId)) ?? false,
clearClipboard: await firstValueFrom(this.autofillSettingsService.clearClipboardDelay$),
minimizeOnCopyToClipboard: await this.stateService.getMinimizeOnCopyToClipboard(),
minimizeOnCopyToClipboard: await firstValueFrom(this.desktopSettingsService.minimizeOnCopy$),
enableFavicons: await firstValueFrom(this.domainSettingsService.showFavicons$),
enableTray: await firstValueFrom(this.desktopSettingsService.trayEnabled$),
enableMinToTray: await firstValueFrom(this.desktopSettingsService.minimizeToTray$),
@ -286,9 +286,12 @@ export class SettingsComponent implements OnInit {
startToTray: await firstValueFrom(this.desktopSettingsService.startToTray$),
openAtLogin: await firstValueFrom(this.desktopSettingsService.openAtLogin$),
alwaysShowDock: await firstValueFrom(this.desktopSettingsService.alwaysShowDock$),
enableBrowserIntegration: await this.stateService.getEnableBrowserIntegration(),
enableBrowserIntegrationFingerprint:
await this.stateService.getEnableBrowserIntegrationFingerprint(),
enableBrowserIntegration: await firstValueFrom(
this.desktopSettingsService.browserIntegrationEnabled$,
),
enableBrowserIntegrationFingerprint: await firstValueFrom(
this.desktopSettingsService.browserIntegrationFingerprintEnabled$,
),
enableDuckDuckGoBrowserIntegration: await firstValueFrom(
this.desktopAutofillSettingsService.enableDuckDuckGoBrowserIntegration$,
),
@ -598,7 +601,10 @@ export class SettingsComponent implements OnInit {
}
async saveMinOnCopyToClipboard() {
await this.stateService.setMinimizeOnCopyToClipboard(this.form.value.minimizeOnCopyToClipboard);
await this.desktopSettingsService.setMinimizeOnCopy(
this.form.value.minimizeOnCopyToClipboard,
this.currentUserId,
);
}
async saveClearClipboard() {
@ -656,7 +662,9 @@ export class SettingsComponent implements OnInit {
return;
}
await this.stateService.setEnableBrowserIntegration(this.form.value.enableBrowserIntegration);
await this.desktopSettingsService.setBrowserIntegrationEnabled(
this.form.value.enableBrowserIntegration,
);
const errorResult = await this.nativeMessagingManifestService.generate(
this.form.value.enableBrowserIntegration,
@ -703,7 +711,7 @@ export class SettingsComponent implements OnInit {
}
async saveBrowserIntegrationFingerprint() {
await this.stateService.setEnableBrowserIntegrationFingerprint(
await this.desktopSettingsService.setBrowserIntegrationFingerprintEnabled(
this.form.value.enableBrowserIntegrationFingerprint,
);
}

View File

@ -695,6 +695,15 @@
"selfHostedEnvironmentFooter": {
"message": "Spesifiseer die basisbronadres van u selfgehuisveste Bitwarden-installasie."
},
"selfHostedBaseUrlHint": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation. Example: https://bitwarden.company.com"
},
"selfHostedCustomEnvHeader": {
"message": "For advanced configuration, you can specify the base URL of each service independently."
},
"selfHostedEnvFormInvalid": {
"message": "You must add either the base Server URL or at least one custom environment."
},
"customEnvironment": {
"message": "Pasgemaakte omgewing"
},
@ -743,6 +752,9 @@
"loggedOut": {
"message": "Uitgeteken"
},
"loggedOutDesc": {
"message": "You have been logged out of your account."
},
"loginExpired": {
"message": "U aantekensessie het verstryk."
},
@ -1212,6 +1224,12 @@
}
}
},
"errorRefreshingAccessToken": {
"message": "Access Token Refresh Error"
},
"errorRefreshingAccessTokenDesc": {
"message": "No refresh token or API keys found. Please try logging out and logging back in."
},
"help": {
"message": "Help"
},
@ -2474,6 +2492,12 @@
"important": {
"message": "Belangrik:"
},
"accessTokenUnableToBeDecrypted": {
"message": "You have been logged out because your access token could not be decrypted. Please log in again to resolve this issue."
},
"refreshTokenSecureStorageRetrievalFailure": {
"message": "You have been logged out because your refresh token could not be retrieved. Please log in again to resolve this issue."
},
"masterPasswordHint": {
"message": "Jou hoofwagwoord kan nie herkry word as jy dit vergeet nie!"
},

View File

@ -695,6 +695,15 @@
"selfHostedEnvironmentFooter": {
"message": "حدد عنوان URL الأساسي لتثبيت Bitwarden المستضاف محليًا."
},
"selfHostedBaseUrlHint": {
"message": "حدد عنوان URL الأساسي لمحالّك التي استضافت تثبيت Bitwarden على سبيل المثال: https://bitwarden.company.com"
},
"selfHostedCustomEnvHeader": {
"message": "للتكوين المتقدم، يمكنك تحديد عنوان URL الأساسي لكل خدمة بشكل مستقل."
},
"selfHostedEnvFormInvalid": {
"message": "يجب عليك إضافة رابط الخادم الأساسي أو على الأقل بيئة مخصصة."
},
"customEnvironment": {
"message": "بيئة مخصصة"
},
@ -743,6 +752,9 @@
"loggedOut": {
"message": "الخروج"
},
"loggedOutDesc": {
"message": "لقد خرجتَ من حسابك."
},
"loginExpired": {
"message": "انتهت صلاحية جلسة الدخول."
},
@ -1212,6 +1224,12 @@
}
}
},
"errorRefreshingAccessToken": {
"message": "خطأ في تحديث رمز الوصول"
},
"errorRefreshingAccessTokenDesc": {
"message": "لم يُعثر على رمز تحديث أو مفاتيح API. الرجاء محاولة تسجيل الخروج وتسجيل الدخول مرة أخرى."
},
"help": {
"message": "المساعدة"
},
@ -1300,7 +1318,7 @@
"description": "ex. Date this password was updated"
},
"exportFrom": {
"message": "Export from"
"message": "تصدير من"
},
"exportVault": {
"message": "تصدير الخزنة"
@ -1309,31 +1327,31 @@
"message": "صيغة الملف"
},
"fileEncryptedExportWarningDesc": {
"message": "This file export will be password protected and require the file password to decrypt."
"message": "سيكون تصدير الملف هذا محميًا بكلمة مرور وسيتطلب كلمة مرور الملف لفك تشفيره."
},
"filePassword": {
"message": "File password"
"message": "كلمة مرور الملف"
},
"exportPasswordDescription": {
"message": "This password will be used to export and import this file"
"message": "ستُستخدم كلمة المرور هذه لتصدير واستيراد هذا الملف"
},
"accountRestrictedOptionDescription": {
"message": "Use your account encryption key, derived from your account's username and Master Password, to encrypt the export and restrict import to only the current Bitwarden account."
"message": "استخدم مفتاح تشفير حسابك، مشتقة من اسم المستخدم في حسابك وكلمة المرور الرئيسية، لتشفير التصدير وتقييد الاستيراد إلى حساب Bitwarden الحالي فقط."
},
"passwordProtected": {
"message": "Password protected"
"message": "كلمة المرور محمية"
},
"passwordProtectedOptionDescription": {
"message": "Set a file password to encrypt the export and import it to any Bitwarden account using the password for decryption."
"message": "تعيين كلمة مرور للملف لتشفير التصدير واستيراده إلى أي حساب Bitwarden باستخدام كلمة المرور لفك التشفير."
},
"exportTypeHeading": {
"message": "Export type"
"message": "نوع التصدير"
},
"accountRestricted": {
"message": "Account restricted"
"message": "الحساب مقيد"
},
"filePasswordAndConfirmFilePasswordDoNotMatch": {
"message": "“File password” and “Confirm file password“ do not match."
"message": "\"كلمة مرور الملف\" و \"تأكيد كلمة مرور الملف\" غير متطابقين."
},
"hCaptchaUrl": {
"message": "رابط hCaptcha",
@ -2081,7 +2099,7 @@
"message": "تبديل الحساب"
},
"alreadyHaveAccount": {
"message": "Already have an account?"
"message": "لديك حساب بالفعل؟"
},
"options": {
"message": "الخيارات"
@ -2102,10 +2120,10 @@
}
},
"exportingOrganizationVaultTitle": {
"message": "Exporting organization vault"
"message": "تصدير خزنة المؤسسة"
},
"exportingOrganizationVaultDesc": {
"message": "Only the organization vault associated with $ORGANIZATION$ will be exported. Items in individual vaults or other organizations will not be included.",
"message": "فقط مستودع المؤسسة المرتبط بـ $ORGANIZATION$ سيتم تصديره. لن يتم إدراج العناصر في المستودعات الفردية أو المنظمات الأخرى.",
"placeholders": {
"organization": {
"content": "$1",
@ -2178,7 +2196,7 @@
"message": "إنشاء بريد إلكتروني مستعار مع خدمة إعادة توجيه خارجية."
},
"forwarderError": {
"message": "$SERVICENAME$ error: $ERRORMESSAGE$",
"message": "$SERVICENAME$ خطأ: $ERRORMESSAGE$",
"description": "Reports an error returned by a forwarding service to the user.",
"placeholders": {
"servicename": {
@ -2192,11 +2210,11 @@
}
},
"forwarderGeneratedBy": {
"message": "Generated by Bitwarden.",
"message": "أنشئ بواسطة Bitwarden.",
"description": "Displayed with the address on the forwarding service's configuration screen."
},
"forwarderGeneratedByWithWebsite": {
"message": "Website: $WEBSITE$. Generated by Bitwarden.",
"message": "الموقع: $WEBSITE$. أنشئ بواسطة Bitwarden.",
"description": "Displayed with the address on the forwarding service's configuration screen.",
"placeholders": {
"WEBSITE": {
@ -2206,7 +2224,7 @@
}
},
"forwaderInvalidToken": {
"message": "Invalid $SERVICENAME$ API token",
"message": "رمز API غير صالح $SERVICENAME$",
"description": "Displayed when the user's API token is empty or rejected by the forwarding service.",
"placeholders": {
"servicename": {
@ -2216,7 +2234,7 @@
}
},
"forwaderInvalidTokenWithMessage": {
"message": "Invalid $SERVICENAME$ API token: $ERRORMESSAGE$",
"message": "رمز API غير صالح $SERVICENAME$: $ERRORMESSAGE$",
"description": "Displayed when the user's API token is rejected by the forwarding service with an error message.",
"placeholders": {
"servicename": {
@ -2230,7 +2248,7 @@
}
},
"forwarderNoAccountId": {
"message": "Unable to obtain $SERVICENAME$ masked email account ID.",
"message": "غير قادر على الحصول على معرف البريد الإلكتروني المحجوب $SERVICENAME$.",
"description": "Displayed when the forwarding service fails to return an account ID.",
"placeholders": {
"servicename": {
@ -2240,7 +2258,7 @@
}
},
"forwarderNoDomain": {
"message": "Invalid $SERVICENAME$ domain.",
"message": "نطاق $SERVICENAME$ غير صالح.",
"description": "Displayed when the domain is empty or domain authorization failed at the forwarding service.",
"placeholders": {
"servicename": {
@ -2250,7 +2268,7 @@
}
},
"forwarderNoUrl": {
"message": "Invalid $SERVICENAME$ url.",
"message": "رابط $SERVICENAME$ غير صالح.",
"description": "Displayed when the url of the forwarding service wasn't supplied.",
"placeholders": {
"servicename": {
@ -2260,7 +2278,7 @@
}
},
"forwarderUnknownError": {
"message": "Unknown $SERVICENAME$ error occurred.",
"message": "حدث خطأ $SERVICENAME$ غير معروف.",
"description": "Displayed when the forwarding service failed due to an unknown error.",
"placeholders": {
"servicename": {
@ -2270,7 +2288,7 @@
}
},
"forwarderUnknownForwarder": {
"message": "Unknown forwarder: '$SERVICENAME$'.",
"message": "وكيل مجهول: '$SERVICENAME$'.",
"description": "Displayed when the forwarding service is not supported.",
"placeholders": {
"servicename": {
@ -2436,25 +2454,25 @@
"message": "طلب تسجيل الدخول"
},
"creatingAccountOn": {
"message": "Creating account on"
"message": "إنشاء الحساب في"
},
"checkYourEmail": {
"message": "Check your email"
"message": "تحقق من بريدك الإلكتروني"
},
"followTheLinkInTheEmailSentTo": {
"message": "Follow the link in the email sent to"
"message": "اتبع الرابط الموجود في البريد الإلكتروني المرسل إلى"
},
"andContinueCreatingYourAccount": {
"message": "and continue creating your account."
"message": "واستمر في إنشاء حسابك."
},
"noEmail": {
"message": "No email?"
"message": "لا يوجد بريد إلكتروني؟"
},
"goBack": {
"message": "Go back"
"message": "الرجوع إلى الخلف"
},
"toEditYourEmailAddress": {
"message": "to edit your email address."
"message": "لتحرير عنوان بريدك الإلكتروني."
},
"exposedMasterPassword": {
"message": "كلمة المرور الرئيسية مكشوفة"
@ -2474,6 +2492,12 @@
"important": {
"message": "مهم:"
},
"accessTokenUnableToBeDecrypted": {
"message": "لقد قمت بتسجيل الخروج لأنه لا يمكن فك تشفير الرمز المميز الخاص بك. الرجاء تسجيل الدخول مرة أخرى لحل هذه المشكلة."
},
"refreshTokenSecureStorageRetrievalFailure": {
"message": "لقد قمت بتسجيل الخروج لأنه تعذر استرداد رمز التحديث الخاص بك. الرجاء تسجيل الدخول مرة أخرى لحل هذه المشكلة."
},
"masterPasswordHint": {
"message": "لا يمكن استعادة كلمة المرور الرئيسية إذا نسيتها!"
},
@ -2890,7 +2914,7 @@
"message": "خطأ في تعيين مجلد الهدف."
},
"viewItemsIn": {
"message": "View items in $NAME$",
"message": "عرض العناصر في $NAME$",
"description": "Button to view the contents of a folder or collection",
"placeholders": {
"name": {
@ -2900,7 +2924,7 @@
}
},
"backTo": {
"message": "Back to $NAME$",
"message": "العودة إلى $NAME$",
"description": "Navigate back to a previous folder or collection",
"placeholders": {
"name": {
@ -2910,11 +2934,11 @@
}
},
"back": {
"message": "Back",
"message": "رجوع",
"description": "Button text to navigate back"
},
"removeItem": {
"message": "Remove $NAME$",
"message": "إزالة $NAME$",
"description": "Remove a selected option, such as a folder or collection",
"placeholders": {
"name": {

View File

@ -695,6 +695,15 @@
"selfHostedEnvironmentFooter": {
"message": "Öz-özünə sahiblik edən Bitwarden quraşdırmasının baza URL-sini müəyyənləşdirin."
},
"selfHostedBaseUrlHint": {
"message": "Şirkət daxili sahiblik edən Bitwarden quraşdırmasının təməl URL-sini qeyd edin. Nümunə: https://bitwarden.company.com"
},
"selfHostedCustomEnvHeader": {
"message": "Qabaqcıl konfiqurasiya üçün hər xidmətin təməl URL-sini müstəqil olaraq qeyd edə bilərsiniz."
},
"selfHostedEnvFormInvalid": {
"message": "Təməl server URL-sini və ya ən azı bir özəl mühiti əlavə etməlisiniz."
},
"customEnvironment": {
"message": "Özəl mühit"
},
@ -743,6 +752,9 @@
"loggedOut": {
"message": ıxış edildi"
},
"loggedOutDesc": {
"message": "Hesabınızdan çıxış etmisiniz."
},
"loginExpired": {
"message": "Seansın müddəti bitdi."
},
@ -1212,6 +1224,12 @@
}
}
},
"errorRefreshingAccessToken": {
"message": "Müraciət tokeni təzələmə xətası"
},
"errorRefreshingAccessTokenDesc": {
"message": "Təzələmə tokeni və ya API açarlar tapılmadı. Lütfən çıxış edib yenidən giriş etməyə çalışın."
},
"help": {
"message": "Kömək"
},
@ -2474,6 +2492,12 @@
"important": {
"message": "Vacib:"
},
"accessTokenUnableToBeDecrypted": {
"message": "Müraciət tokeninizin şifrəsi açıla bilmədiyi üçün çıxış etdiniz. Bu problemi həll etmək üçün lütfən yenidən giriş edin."
},
"refreshTokenSecureStorageRetrievalFailure": {
"message": "Təzələmə tokeniniz alına bilmədiyi üçün çıxış etdiniz. Bu problemi həll etmək üçün lütfən yenidən giriş edin."
},
"masterPasswordHint": {
"message": "Unutsanız, ana parolunuz bərpa edilə bilməz!"
},

View File

@ -695,6 +695,15 @@
"selfHostedEnvironmentFooter": {
"message": "Увядзіце асноўны URL-адрас вашага лакальнага размяшчэння ўсталяванага Bitwarden."
},
"selfHostedBaseUrlHint": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation. Example: https://bitwarden.company.com"
},
"selfHostedCustomEnvHeader": {
"message": "For advanced configuration, you can specify the base URL of each service independently."
},
"selfHostedEnvFormInvalid": {
"message": "You must add either the base Server URL or at least one custom environment."
},
"customEnvironment": {
"message": "Карыстальніцкае асяроддзе"
},
@ -743,6 +752,9 @@
"loggedOut": {
"message": "Вы выйшлі"
},
"loggedOutDesc": {
"message": "You have been logged out of your account."
},
"loginExpired": {
"message": "Тэрмін дзеяння вашага сеансу завяршыўся."
},
@ -1212,6 +1224,12 @@
}
}
},
"errorRefreshingAccessToken": {
"message": "Access Token Refresh Error"
},
"errorRefreshingAccessTokenDesc": {
"message": "No refresh token or API keys found. Please try logging out and logging back in."
},
"help": {
"message": "Даведка"
},
@ -2474,6 +2492,12 @@
"important": {
"message": "Важна:"
},
"accessTokenUnableToBeDecrypted": {
"message": "You have been logged out because your access token could not be decrypted. Please log in again to resolve this issue."
},
"refreshTokenSecureStorageRetrievalFailure": {
"message": "You have been logged out because your refresh token could not be retrieved. Please log in again to resolve this issue."
},
"masterPasswordHint": {
"message": "Ваш асноўны пароль немагчыма будзе аднавіць, калі вы яго забудзеце!"
},

View File

@ -695,6 +695,15 @@
"selfHostedEnvironmentFooter": {
"message": "Укажете базовия адрес за собствената ви инсталирана среда на Bitwarden."
},
"selfHostedBaseUrlHint": {
"message": "Посочете базовия адрес на Вашата собствена инсталация на Битуорден. Пример: https://bitwarden.company.com"
},
"selfHostedCustomEnvHeader": {
"message": "За по-детайлна настройка, може да укажете основния адрес на всяка услуга поотделно."
},
"selfHostedEnvFormInvalid": {
"message": "Трябва да добавите или основния адрес на сървъра, или поне една специална среда."
},
"customEnvironment": {
"message": "Специална среда"
},
@ -743,6 +752,9 @@
"loggedOut": {
"message": "Бяхте отписани"
},
"loggedOutDesc": {
"message": "Бяхте отписан(а) от регистрацията си."
},
"loginExpired": {
"message": "Сесията ви изтече."
},
@ -1212,6 +1224,12 @@
}
}
},
"errorRefreshingAccessToken": {
"message": "Грешка при опресняването на идентификатора за достъп"
},
"errorRefreshingAccessTokenDesc": {
"message": "Няма намерен идентификатор за опресняване или ключове за ППИ. Опитайте да се отпишете и да се впишете отново."
},
"help": {
"message": "Помощ"
},
@ -2474,6 +2492,12 @@
"important": {
"message": "Важно:"
},
"accessTokenUnableToBeDecrypted": {
"message": "Бяхте отписан(а), тъй като идентификаторът Ви за достъп не може да бъде дешифриран. Впишете се отново, за да отстраните проблема."
},
"refreshTokenSecureStorageRetrievalFailure": {
"message": "Бяхте отписан(а), тъй като идентификаторът Ви за опресняване не може да бъде получен. Впишете се отново, за да отстраните проблема."
},
"masterPasswordHint": {
"message": "Главната парола не може да бъде възстановена, ако я забравите!"
},

View File

@ -695,6 +695,15 @@
"selfHostedEnvironmentFooter": {
"message": "আপনার অন-প্রাঙ্গনে হোস্টকৃত Bitwarden ইনস্টলেশনটির বেস URL উল্লেখ করুন।"
},
"selfHostedBaseUrlHint": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation. Example: https://bitwarden.company.com"
},
"selfHostedCustomEnvHeader": {
"message": "For advanced configuration, you can specify the base URL of each service independently."
},
"selfHostedEnvFormInvalid": {
"message": "You must add either the base Server URL or at least one custom environment."
},
"customEnvironment": {
"message": "পছন্দসই পরিবেশ"
},
@ -743,6 +752,9 @@
"loggedOut": {
"message": "প্রস্থানকৃত"
},
"loggedOutDesc": {
"message": "You have been logged out of your account."
},
"loginExpired": {
"message": "আপনার লগইন মাত্রকালটির মেয়াদ শেষ হয়ে গেছে।"
},
@ -1212,6 +1224,12 @@
}
}
},
"errorRefreshingAccessToken": {
"message": "Access Token Refresh Error"
},
"errorRefreshingAccessTokenDesc": {
"message": "No refresh token or API keys found. Please try logging out and logging back in."
},
"help": {
"message": "সাহায্য"
},
@ -2474,6 +2492,12 @@
"important": {
"message": "Important:"
},
"accessTokenUnableToBeDecrypted": {
"message": "You have been logged out because your access token could not be decrypted. Please log in again to resolve this issue."
},
"refreshTokenSecureStorageRetrievalFailure": {
"message": "You have been logged out because your refresh token could not be retrieved. Please log in again to resolve this issue."
},
"masterPasswordHint": {
"message": "Your master password cannot be recovered if you forget it!"
},

View File

@ -695,6 +695,15 @@
"selfHostedEnvironmentFooter": {
"message": "Navedite osnovni URL vaše lokalne Bitwarden instalacije."
},
"selfHostedBaseUrlHint": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation. Example: https://bitwarden.company.com"
},
"selfHostedCustomEnvHeader": {
"message": "For advanced configuration, you can specify the base URL of each service independently."
},
"selfHostedEnvFormInvalid": {
"message": "You must add either the base Server URL or at least one custom environment."
},
"customEnvironment": {
"message": "Prilagođeno okruženje"
},
@ -743,6 +752,9 @@
"loggedOut": {
"message": "Odjavljen"
},
"loggedOutDesc": {
"message": "You have been logged out of your account."
},
"loginExpired": {
"message": "Sesija je istekla."
},
@ -1212,6 +1224,12 @@
}
}
},
"errorRefreshingAccessToken": {
"message": "Access Token Refresh Error"
},
"errorRefreshingAccessTokenDesc": {
"message": "No refresh token or API keys found. Please try logging out and logging back in."
},
"help": {
"message": "Pomoć"
},
@ -2474,6 +2492,12 @@
"important": {
"message": "Important:"
},
"accessTokenUnableToBeDecrypted": {
"message": "You have been logged out because your access token could not be decrypted. Please log in again to resolve this issue."
},
"refreshTokenSecureStorageRetrievalFailure": {
"message": "You have been logged out because your refresh token could not be retrieved. Please log in again to resolve this issue."
},
"masterPasswordHint": {
"message": "Your master password cannot be recovered if you forget it!"
},

View File

@ -695,6 +695,15 @@
"selfHostedEnvironmentFooter": {
"message": "Especifiqueu l'URL base de la vostra instal·lació Bitwarden allotjada en un entorn propi."
},
"selfHostedBaseUrlHint": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation. Example: https://bitwarden.company.com"
},
"selfHostedCustomEnvHeader": {
"message": "For advanced configuration, you can specify the base URL of each service independently."
},
"selfHostedEnvFormInvalid": {
"message": "You must add either the base Server URL or at least one custom environment."
},
"customEnvironment": {
"message": "Entorn personalitzat"
},
@ -743,6 +752,9 @@
"loggedOut": {
"message": "Desconnectat"
},
"loggedOutDesc": {
"message": "You have been logged out of your account."
},
"loginExpired": {
"message": "La vostra sessió ha caducat."
},
@ -1212,6 +1224,12 @@
}
}
},
"errorRefreshingAccessToken": {
"message": "Access Token Refresh Error"
},
"errorRefreshingAccessTokenDesc": {
"message": "No refresh token or API keys found. Please try logging out and logging back in."
},
"help": {
"message": "Ajuda"
},
@ -2474,6 +2492,12 @@
"important": {
"message": "Important:"
},
"accessTokenUnableToBeDecrypted": {
"message": "You have been logged out because your access token could not be decrypted. Please log in again to resolve this issue."
},
"refreshTokenSecureStorageRetrievalFailure": {
"message": "You have been logged out because your refresh token could not be retrieved. Please log in again to resolve this issue."
},
"masterPasswordHint": {
"message": "La contrasenya mestra no es pot recuperar si la oblideu!"
},

View File

@ -695,6 +695,15 @@
"selfHostedEnvironmentFooter": {
"message": "Zadejte základní URL adresu vlastní hostované aplikace Bitwarden."
},
"selfHostedBaseUrlHint": {
"message": "Zadejte základní URL adresu Vaší vlastní hostované aplikace Bitwarden. Příklad: https://bitwarden.spolecnost.cz"
},
"selfHostedCustomEnvHeader": {
"message": "Pro rozšířená nastavení můžete zadat základní URL adresu každé služby zvlášť."
},
"selfHostedEnvFormInvalid": {
"message": "Musíte přidat buď základní adresu URL serveru nebo alespoň jedno vlastní prostředí."
},
"customEnvironment": {
"message": "Vlastní prostředí"
},
@ -743,6 +752,9 @@
"loggedOut": {
"message": "Odhlášení"
},
"loggedOutDesc": {
"message": "Byli jste odhlášeni ze svého účtu."
},
"loginExpired": {
"message": "Platnost přihlášení vypršela."
},
@ -1212,6 +1224,12 @@
}
}
},
"errorRefreshingAccessToken": {
"message": "Chyba aktualizace přístupového tokenu"
},
"errorRefreshingAccessTokenDesc": {
"message": "Nebyly nalezeny žádné obnovovací tokeny nebo API klíče. Zkuste se odhlásit a znovu se přihlásit."
},
"help": {
"message": "Nápověda"
},
@ -2474,6 +2492,12 @@
"important": {
"message": "Důležité:"
},
"accessTokenUnableToBeDecrypted": {
"message": "Byli jste odhlášeni, protože Váš přístupový token nelze dešifrovat. Pro vyřešení tohoto problému se přihlaste znovu."
},
"refreshTokenSecureStorageRetrievalFailure": {
"message": "Byli jste odhlášeni, protože Váš obnovovací token nelze získat. Pro vyřešení tohoto problému se přihlaste znovu."
},
"masterPasswordHint": {
"message": "Pokud zapomenete Vaše hlavní heslo, nebude možné jej obnovit!"
},

View File

@ -695,6 +695,15 @@
"selfHostedEnvironmentFooter": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation."
},
"selfHostedBaseUrlHint": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation. Example: https://bitwarden.company.com"
},
"selfHostedCustomEnvHeader": {
"message": "For advanced configuration, you can specify the base URL of each service independently."
},
"selfHostedEnvFormInvalid": {
"message": "You must add either the base Server URL or at least one custom environment."
},
"customEnvironment": {
"message": "Custom environment"
},
@ -743,6 +752,9 @@
"loggedOut": {
"message": "Logged out"
},
"loggedOutDesc": {
"message": "You have been logged out of your account."
},
"loginExpired": {
"message": "Your login session has expired."
},
@ -1212,6 +1224,12 @@
}
}
},
"errorRefreshingAccessToken": {
"message": "Access Token Refresh Error"
},
"errorRefreshingAccessTokenDesc": {
"message": "No refresh token or API keys found. Please try logging out and logging back in."
},
"help": {
"message": "Help"
},
@ -2474,6 +2492,12 @@
"important": {
"message": "Important:"
},
"accessTokenUnableToBeDecrypted": {
"message": "You have been logged out because your access token could not be decrypted. Please log in again to resolve this issue."
},
"refreshTokenSecureStorageRetrievalFailure": {
"message": "You have been logged out because your refresh token could not be retrieved. Please log in again to resolve this issue."
},
"masterPasswordHint": {
"message": "Your master password cannot be recovered if you forget it!"
},

View File

@ -695,6 +695,15 @@
"selfHostedEnvironmentFooter": {
"message": "Angiv grund-URL'en til den lokal-hostede Bitwarden-installation."
},
"selfHostedBaseUrlHint": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation. Example: https://bitwarden.company.com"
},
"selfHostedCustomEnvHeader": {
"message": "For advanced configuration, you can specify the base URL of each service independently."
},
"selfHostedEnvFormInvalid": {
"message": "You must add either the base Server URL or at least one custom environment."
},
"customEnvironment": {
"message": "Tilpasset miljø"
},
@ -743,6 +752,9 @@
"loggedOut": {
"message": "Logget ud"
},
"loggedOutDesc": {
"message": "Der er blevet logget ud af kontoen."
},
"loginExpired": {
"message": "Loginsessionen er udløbet."
},
@ -1212,6 +1224,12 @@
}
}
},
"errorRefreshingAccessToken": {
"message": "Adgangstoken genopfriskningsfejl"
},
"errorRefreshingAccessTokenDesc": {
"message": "Ingen genopfriskningstoken eller API-nøgler fundet. Prøv at logge ud og dernæst ind igen."
},
"help": {
"message": "Hjælp"
},
@ -2474,6 +2492,12 @@
"important": {
"message": "Vigtigt:"
},
"accessTokenUnableToBeDecrypted": {
"message": "Kontoen er blevet logget ud, fordi adgangstokenet ikke kunne dekrypteres. Log ind igen for at løse problemet."
},
"refreshTokenSecureStorageRetrievalFailure": {
"message": "Kontoen er blevet logget ud, fordi opfriskningstokenet ikke kunne dekrypteres. Log ind igen for at løse problemet."
},
"masterPasswordHint": {
"message": "Hovedadgangskoden kan ikke gendannes, hvis den glemmes!"
},

View File

@ -695,6 +695,15 @@
"selfHostedEnvironmentFooter": {
"message": "Bitte gib die Basis-URL deiner selbst gehosteten Bitwarden-Installation an."
},
"selfHostedBaseUrlHint": {
"message": "Gib die Basis-URL deiner vor Ort gehosteten Bitwarden-Installation an. Beispiel: https://bitwarden.company.com"
},
"selfHostedCustomEnvHeader": {
"message": "Für eine erweiterte Konfiguration kannst du die Basis-URL jedes Dienstes unabhängig voneinander angeben."
},
"selfHostedEnvFormInvalid": {
"message": "Du musst entweder die Basis-Server-URL oder mindestens eine benutzerdefinierte Umgebung hinzufügen."
},
"customEnvironment": {
"message": "Benutzerdefinierte Umgebung"
},
@ -743,6 +752,9 @@
"loggedOut": {
"message": "Abgemeldet"
},
"loggedOutDesc": {
"message": "Du wurdest von deinem Konto abgemeldet."
},
"loginExpired": {
"message": "Deine Sitzung ist abgelaufen."
},
@ -1212,6 +1224,12 @@
}
}
},
"errorRefreshingAccessToken": {
"message": "Zugangs-Token Aktualisierungsfehler"
},
"errorRefreshingAccessTokenDesc": {
"message": "Kein Aktualisierungs-Token oder API-Schlüssel gefunden. Bitte versuche dich ab- und wieder anzumelden."
},
"help": {
"message": "Hilfe"
},
@ -2474,6 +2492,12 @@
"important": {
"message": "Wichtig:"
},
"accessTokenUnableToBeDecrypted": {
"message": "Du wurdest abgemeldet, weil dein Zugangs-Token nicht entschlüsselt werden konnte. Bitte melde dich erneut an, um dieses Problem zu beheben."
},
"refreshTokenSecureStorageRetrievalFailure": {
"message": "Du wurdest abgemeldet, weil dein Aktualisierungs-Token nicht entschlüsselt werden konnte. Bitte melde dich erneut an, um dieses Problem zu beheben."
},
"masterPasswordHint": {
"message": "Dein Master-Passwort kann nicht wiederhergestellt werden, wenn du es vergisst!"
},

View File

@ -695,6 +695,15 @@
"selfHostedEnvironmentFooter": {
"message": "Καθορίστε τη βασική διεύθυνση URL, της εγκατάστασης του Bitwarden που φιλοξενείται στο χώρο σας."
},
"selfHostedBaseUrlHint": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation. Example: https://bitwarden.company.com"
},
"selfHostedCustomEnvHeader": {
"message": "For advanced configuration, you can specify the base URL of each service independently."
},
"selfHostedEnvFormInvalid": {
"message": "You must add either the base Server URL or at least one custom environment."
},
"customEnvironment": {
"message": "Προσαρμοσμένο περιβάλλον"
},
@ -743,6 +752,9 @@
"loggedOut": {
"message": "Αποσύνδεση"
},
"loggedOutDesc": {
"message": "You have been logged out of your account."
},
"loginExpired": {
"message": "Η περίοδος σύνδεσης σας έχει λήξει."
},
@ -1212,6 +1224,12 @@
}
}
},
"errorRefreshingAccessToken": {
"message": "Access Token Refresh Error"
},
"errorRefreshingAccessTokenDesc": {
"message": "No refresh token or API keys found. Please try logging out and logging back in."
},
"help": {
"message": "Βοήθεια"
},
@ -2474,6 +2492,12 @@
"important": {
"message": "Σημαντικό:"
},
"accessTokenUnableToBeDecrypted": {
"message": "You have been logged out because your access token could not be decrypted. Please log in again to resolve this issue."
},
"refreshTokenSecureStorageRetrievalFailure": {
"message": "You have been logged out because your refresh token could not be retrieved. Please log in again to resolve this issue."
},
"masterPasswordHint": {
"message": "Ο κύριος κωδικός πρόσβασης δεν μπορεί να ανακτηθεί εάν τον ξεχάσετε!"
},

View File

@ -695,6 +695,15 @@
"selfHostedEnvironmentFooter": {
"message": "Specify the base URL of your on-premise hosted Bitwarden installation."
},
"selfHostedBaseUrlHint": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation. Example: https://bitwarden.company.com"
},
"selfHostedCustomEnvHeader": {
"message": "For advanced configuration, you can specify the base URL of each service independently."
},
"selfHostedEnvFormInvalid": {
"message": "You must add either the base Server URL or at least one custom environment."
},
"customEnvironment": {
"message": "Custom environment"
},
@ -743,6 +752,9 @@
"loggedOut": {
"message": "Logged out"
},
"loggedOutDesc": {
"message": "You have been logged out of your account."
},
"loginExpired": {
"message": "Your login session has expired."
},
@ -1212,6 +1224,12 @@
}
}
},
"errorRefreshingAccessToken": {
"message": "Access Token Refresh Error"
},
"errorRefreshingAccessTokenDesc": {
"message": "No refresh token or API keys found. Please try logging out and logging back in."
},
"help": {
"message": "Help"
},
@ -2474,6 +2492,12 @@
"important": {
"message": "Important:"
},
"accessTokenUnableToBeDecrypted": {
"message": "You have been logged out because your access token could not be decrypted. Please log in again to resolve this issue."
},
"refreshTokenSecureStorageRetrievalFailure": {
"message": "You have been logged out because your refresh token could not be retrieved. Please log in again to resolve this issue."
},
"masterPasswordHint": {
"message": "Your master password cannot be recovered if you forget it!"
},

View File

@ -695,6 +695,15 @@
"selfHostedEnvironmentFooter": {
"message": "Specify the base URL of your on-premise hosted Bitwarden installation."
},
"selfHostedBaseUrlHint": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation. Example: https://bitwarden.company.com"
},
"selfHostedCustomEnvHeader": {
"message": "For advanced configuration, you can specify the base URL of each service independently."
},
"selfHostedEnvFormInvalid": {
"message": "You must add either the base Server URL or at least one custom environment."
},
"customEnvironment": {
"message": "Custom environment"
},
@ -743,6 +752,9 @@
"loggedOut": {
"message": "Logged out"
},
"loggedOutDesc": {
"message": "You have been logged out of your account."
},
"loginExpired": {
"message": "Your login session has expired."
},
@ -1212,6 +1224,12 @@
}
}
},
"errorRefreshingAccessToken": {
"message": "Access Token Refresh Error"
},
"errorRefreshingAccessTokenDesc": {
"message": "No refresh token or API keys found. Please try logging out and logging back in."
},
"help": {
"message": "Help"
},
@ -2474,6 +2492,12 @@
"important": {
"message": "Important:"
},
"accessTokenUnableToBeDecrypted": {
"message": "You have been logged out because your access token could not be decrypted. Please log in again to resolve this issue."
},
"refreshTokenSecureStorageRetrievalFailure": {
"message": "You have been logged out because your refresh token could not be retrieved. Please log in again to resolve this issue."
},
"masterPasswordHint": {
"message": "Your master password cannot be recovered if you forget it!"
},

View File

@ -695,6 +695,15 @@
"selfHostedEnvironmentFooter": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation."
},
"selfHostedBaseUrlHint": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation. Example: https://bitwarden.company.com"
},
"selfHostedCustomEnvHeader": {
"message": "For advanced configuration, you can specify the base URL of each service independently."
},
"selfHostedEnvFormInvalid": {
"message": "You must add either the base Server URL or at least one custom environment."
},
"customEnvironment": {
"message": "Custom environment"
},
@ -743,6 +752,9 @@
"loggedOut": {
"message": "Adiaŭita"
},
"loggedOutDesc": {
"message": "You have been logged out of your account."
},
"loginExpired": {
"message": "Your login session has expired."
},
@ -1212,6 +1224,12 @@
}
}
},
"errorRefreshingAccessToken": {
"message": "Access Token Refresh Error"
},
"errorRefreshingAccessTokenDesc": {
"message": "No refresh token or API keys found. Please try logging out and logging back in."
},
"help": {
"message": "Help"
},
@ -2474,6 +2492,12 @@
"important": {
"message": "Important:"
},
"accessTokenUnableToBeDecrypted": {
"message": "You have been logged out because your access token could not be decrypted. Please log in again to resolve this issue."
},
"refreshTokenSecureStorageRetrievalFailure": {
"message": "You have been logged out because your refresh token could not be retrieved. Please log in again to resolve this issue."
},
"masterPasswordHint": {
"message": "Your master password cannot be recovered if you forget it!"
},

View File

@ -695,6 +695,15 @@
"selfHostedEnvironmentFooter": {
"message": "Especifica la URL base de tu instalación de Bitwarden de alojamiento propio."
},
"selfHostedBaseUrlHint": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation. Example: https://bitwarden.company.com"
},
"selfHostedCustomEnvHeader": {
"message": "For advanced configuration, you can specify the base URL of each service independently."
},
"selfHostedEnvFormInvalid": {
"message": "You must add either the base Server URL or at least one custom environment."
},
"customEnvironment": {
"message": "Entorno personalizado"
},
@ -743,6 +752,9 @@
"loggedOut": {
"message": "Sesión terminada"
},
"loggedOutDesc": {
"message": "You have been logged out of your account."
},
"loginExpired": {
"message": "Tu sesión ha expirado."
},
@ -1212,6 +1224,12 @@
}
}
},
"errorRefreshingAccessToken": {
"message": "Access Token Refresh Error"
},
"errorRefreshingAccessTokenDesc": {
"message": "No refresh token or API keys found. Please try logging out and logging back in."
},
"help": {
"message": "Ayuda"
},
@ -2474,6 +2492,12 @@
"important": {
"message": "Importante:"
},
"accessTokenUnableToBeDecrypted": {
"message": "You have been logged out because your access token could not be decrypted. Please log in again to resolve this issue."
},
"refreshTokenSecureStorageRetrievalFailure": {
"message": "You have been logged out because your refresh token could not be retrieved. Please log in again to resolve this issue."
},
"masterPasswordHint": {
"message": "Tu contraseña maestra no se puede recuperar si la olvidas"
},

View File

@ -695,6 +695,15 @@
"selfHostedEnvironmentFooter": {
"message": "Specify the base URL of your on-premise hosted bitwarden installation."
},
"selfHostedBaseUrlHint": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation. Example: https://bitwarden.company.com"
},
"selfHostedCustomEnvHeader": {
"message": "For advanced configuration, you can specify the base URL of each service independently."
},
"selfHostedEnvFormInvalid": {
"message": "You must add either the base Server URL or at least one custom environment."
},
"customEnvironment": {
"message": "Kohandatud keskkond"
},
@ -743,6 +752,9 @@
"loggedOut": {
"message": "Välja logitud"
},
"loggedOutDesc": {
"message": "You have been logged out of your account."
},
"loginExpired": {
"message": "Sessioon on aegunud."
},
@ -1212,6 +1224,12 @@
}
}
},
"errorRefreshingAccessToken": {
"message": "Access Token Refresh Error"
},
"errorRefreshingAccessTokenDesc": {
"message": "No refresh token or API keys found. Please try logging out and logging back in."
},
"help": {
"message": "Abi"
},
@ -2474,6 +2492,12 @@
"important": {
"message": "Tähtis:"
},
"accessTokenUnableToBeDecrypted": {
"message": "You have been logged out because your access token could not be decrypted. Please log in again to resolve this issue."
},
"refreshTokenSecureStorageRetrievalFailure": {
"message": "You have been logged out because your refresh token could not be retrieved. Please log in again to resolve this issue."
},
"masterPasswordHint": {
"message": "Ülemparooli ei saa taastada, kui sa selle unustama peaksid!"
},

View File

@ -695,6 +695,15 @@
"selfHostedEnvironmentFooter": {
"message": "Bitwarden instalatzeko, zehaztu ostatatze propioaren oinarrizko URL-a."
},
"selfHostedBaseUrlHint": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation. Example: https://bitwarden.company.com"
},
"selfHostedCustomEnvHeader": {
"message": "For advanced configuration, you can specify the base URL of each service independently."
},
"selfHostedEnvFormInvalid": {
"message": "You must add either the base Server URL or at least one custom environment."
},
"customEnvironment": {
"message": "Ingurune pertsonalizatua"
},
@ -743,6 +752,9 @@
"loggedOut": {
"message": "Saioa itxita"
},
"loggedOutDesc": {
"message": "You have been logged out of your account."
},
"loginExpired": {
"message": "Saioa amaitu da."
},
@ -1212,6 +1224,12 @@
}
}
},
"errorRefreshingAccessToken": {
"message": "Access Token Refresh Error"
},
"errorRefreshingAccessTokenDesc": {
"message": "No refresh token or API keys found. Please try logging out and logging back in."
},
"help": {
"message": "Laguntza"
},
@ -2474,6 +2492,12 @@
"important": {
"message": "Important:"
},
"accessTokenUnableToBeDecrypted": {
"message": "You have been logged out because your access token could not be decrypted. Please log in again to resolve this issue."
},
"refreshTokenSecureStorageRetrievalFailure": {
"message": "You have been logged out because your refresh token could not be retrieved. Please log in again to resolve this issue."
},
"masterPasswordHint": {
"message": "Your master password cannot be recovered if you forget it!"
},

View File

@ -695,6 +695,15 @@
"selfHostedEnvironmentFooter": {
"message": "نشانی اینترنتی پایه فرضی نصب Bitwarden میزبانی شده را مشخص کنید."
},
"selfHostedBaseUrlHint": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation. Example: https://bitwarden.company.com"
},
"selfHostedCustomEnvHeader": {
"message": "For advanced configuration, you can specify the base URL of each service independently."
},
"selfHostedEnvFormInvalid": {
"message": "You must add either the base Server URL or at least one custom environment."
},
"customEnvironment": {
"message": "محیط سفارشی"
},
@ -743,6 +752,9 @@
"loggedOut": {
"message": "خارج شد"
},
"loggedOutDesc": {
"message": "You have been logged out of your account."
},
"loginExpired": {
"message": "نشست ورود شما منقضی شده است."
},
@ -1212,6 +1224,12 @@
}
}
},
"errorRefreshingAccessToken": {
"message": "Access Token Refresh Error"
},
"errorRefreshingAccessTokenDesc": {
"message": "No refresh token or API keys found. Please try logging out and logging back in."
},
"help": {
"message": "راهنما"
},
@ -2474,6 +2492,12 @@
"important": {
"message": "مهم:"
},
"accessTokenUnableToBeDecrypted": {
"message": "You have been logged out because your access token could not be decrypted. Please log in again to resolve this issue."
},
"refreshTokenSecureStorageRetrievalFailure": {
"message": "You have been logged out because your refresh token could not be retrieved. Please log in again to resolve this issue."
},
"masterPasswordHint": {
"message": "کلمه عبور اصلی شما در صورت فراموشی قابل بازیابی نیست!"
},

View File

@ -695,6 +695,15 @@
"selfHostedEnvironmentFooter": {
"message": "Määritä omassa palvelinympäristössäsi suoritettavan Bitwarden-asennuksen pääverkkotunnus."
},
"selfHostedBaseUrlHint": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation. Example: https://bitwarden.company.com"
},
"selfHostedCustomEnvHeader": {
"message": "For advanced configuration, you can specify the base URL of each service independently."
},
"selfHostedEnvFormInvalid": {
"message": "You must add either the base Server URL or at least one custom environment."
},
"customEnvironment": {
"message": "Mukautettu palvelinympäristö"
},
@ -743,6 +752,9 @@
"loggedOut": {
"message": "Kirjauduttu ulos"
},
"loggedOutDesc": {
"message": "You have been logged out of your account."
},
"loginExpired": {
"message": "Kirjautumisistuntosi on erääntynyt."
},
@ -1212,6 +1224,12 @@
}
}
},
"errorRefreshingAccessToken": {
"message": "Access Token Refresh Error"
},
"errorRefreshingAccessTokenDesc": {
"message": "No refresh token or API keys found. Please try logging out and logging back in."
},
"help": {
"message": "Ohje"
},
@ -2474,6 +2492,12 @@
"important": {
"message": "Tärkeää:"
},
"accessTokenUnableToBeDecrypted": {
"message": "You have been logged out because your access token could not be decrypted. Please log in again to resolve this issue."
},
"refreshTokenSecureStorageRetrievalFailure": {
"message": "You have been logged out because your refresh token could not be retrieved. Please log in again to resolve this issue."
},
"masterPasswordHint": {
"message": "Pääsalasanasi palauttaminen ei ole mahdollista, jos unohdat sen!"
},

View File

@ -695,6 +695,15 @@
"selfHostedEnvironmentFooter": {
"message": "Tukuyin ang base URL ng iyong on premises na naka host sa pag install ng Bitwarden."
},
"selfHostedBaseUrlHint": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation. Example: https://bitwarden.company.com"
},
"selfHostedCustomEnvHeader": {
"message": "For advanced configuration, you can specify the base URL of each service independently."
},
"selfHostedEnvFormInvalid": {
"message": "You must add either the base Server URL or at least one custom environment."
},
"customEnvironment": {
"message": "Kapaligirang Custom"
},
@ -743,6 +752,9 @@
"loggedOut": {
"message": "Umalis na"
},
"loggedOutDesc": {
"message": "You have been logged out of your account."
},
"loginExpired": {
"message": "Nag-expire na ang iyong session sa login."
},
@ -1212,6 +1224,12 @@
}
}
},
"errorRefreshingAccessToken": {
"message": "Access Token Refresh Error"
},
"errorRefreshingAccessTokenDesc": {
"message": "No refresh token or API keys found. Please try logging out and logging back in."
},
"help": {
"message": "Tulong"
},
@ -2474,6 +2492,12 @@
"important": {
"message": "Mahalaga:"
},
"accessTokenUnableToBeDecrypted": {
"message": "You have been logged out because your access token could not be decrypted. Please log in again to resolve this issue."
},
"refreshTokenSecureStorageRetrievalFailure": {
"message": "You have been logged out because your refresh token could not be retrieved. Please log in again to resolve this issue."
},
"masterPasswordHint": {
"message": "Hindi mababawi ang password ng master mo kung nakalimutan mo ito!"
},

View File

@ -695,6 +695,15 @@
"selfHostedEnvironmentFooter": {
"message": "Spécifiez l'URL de base de votre installation Bitwarden auto-hébergée."
},
"selfHostedBaseUrlHint": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation. Example: https://bitwarden.company.com"
},
"selfHostedCustomEnvHeader": {
"message": "For advanced configuration, you can specify the base URL of each service independently."
},
"selfHostedEnvFormInvalid": {
"message": "You must add either the base Server URL or at least one custom environment."
},
"customEnvironment": {
"message": "Environnement personnalisé"
},
@ -743,6 +752,9 @@
"loggedOut": {
"message": "Déconnecté"
},
"loggedOutDesc": {
"message": "You have been logged out of your account."
},
"loginExpired": {
"message": "Votre session a expiré."
},
@ -1212,6 +1224,12 @@
}
}
},
"errorRefreshingAccessToken": {
"message": "Access Token Refresh Error"
},
"errorRefreshingAccessTokenDesc": {
"message": "No refresh token or API keys found. Please try logging out and logging back in."
},
"help": {
"message": "Aide"
},
@ -2474,6 +2492,12 @@
"important": {
"message": "Important :"
},
"accessTokenUnableToBeDecrypted": {
"message": "You have been logged out because your access token could not be decrypted. Please log in again to resolve this issue."
},
"refreshTokenSecureStorageRetrievalFailure": {
"message": "You have been logged out because your refresh token could not be retrieved. Please log in again to resolve this issue."
},
"masterPasswordHint": {
"message": "Votre mot de passe principal ne peut pas être récupéré si vous l'oubliez !"
},

View File

@ -695,6 +695,15 @@
"selfHostedEnvironmentFooter": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation."
},
"selfHostedBaseUrlHint": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation. Example: https://bitwarden.company.com"
},
"selfHostedCustomEnvHeader": {
"message": "For advanced configuration, you can specify the base URL of each service independently."
},
"selfHostedEnvFormInvalid": {
"message": "You must add either the base Server URL or at least one custom environment."
},
"customEnvironment": {
"message": "Custom environment"
},
@ -743,6 +752,9 @@
"loggedOut": {
"message": "Logged out"
},
"loggedOutDesc": {
"message": "You have been logged out of your account."
},
"loginExpired": {
"message": "Your login session has expired."
},
@ -1212,6 +1224,12 @@
}
}
},
"errorRefreshingAccessToken": {
"message": "Access Token Refresh Error"
},
"errorRefreshingAccessTokenDesc": {
"message": "No refresh token or API keys found. Please try logging out and logging back in."
},
"help": {
"message": "Help"
},
@ -2474,6 +2492,12 @@
"important": {
"message": "Important:"
},
"accessTokenUnableToBeDecrypted": {
"message": "You have been logged out because your access token could not be decrypted. Please log in again to resolve this issue."
},
"refreshTokenSecureStorageRetrievalFailure": {
"message": "You have been logged out because your refresh token could not be retrieved. Please log in again to resolve this issue."
},
"masterPasswordHint": {
"message": "Your master password cannot be recovered if you forget it!"
},

Some files were not shown because too many files have changed in this diff Show More