@@ -65,7 +59,7 @@
class="tw-mt-6 tw-flex tw-h-full tw-flex-col tw-items-center tw-justify-start"
>
diff --git a/apps/web/src/app/vault/individual-vault/vault.component.ts b/apps/web/src/app/vault/individual-vault/vault.component.ts
index b74af0b1b9c..d4441c73719 100644
--- a/apps/web/src/app/vault/individual-vault/vault.component.ts
+++ b/apps/web/src/app/vault/individual-vault/vault.component.ts
@@ -76,6 +76,7 @@ import {
PasswordRepromptService,
} from "@bitwarden/vault";
+import { getNestedCollectionTree } from "../../admin-console/organizations/collections";
import {
CollectionDialogAction,
CollectionDialogTabType,
@@ -94,7 +95,6 @@ import {
import { VaultItem } from "../components/vault-items/vault-item";
import { VaultItemEvent } from "../components/vault-items/vault-item-event";
import { VaultItemsModule } from "../components/vault-items/vault-items.module";
-import { getNestedCollectionTree } from "../utils/collection-utils";
import {
AttachmentDialogCloseResult,
diff --git a/apps/web/src/app/vault/individual-vault/vault.module.ts b/apps/web/src/app/vault/individual-vault/vault.module.ts
index 6b3674fa540..57d3df30df7 100644
--- a/apps/web/src/app/vault/individual-vault/vault.module.ts
+++ b/apps/web/src/app/vault/individual-vault/vault.module.ts
@@ -1,6 +1,6 @@
import { NgModule } from "@angular/core";
-import { CollectionBadgeModule } from "../../admin-console/organizations/collections/collection-badge/collection-badge.module";
+import { CollectionNameBadgeComponent } from "../../admin-console/organizations/collections";
import { GroupBadgeModule } from "../../admin-console/organizations/collections/group-badge/group-badge.module";
import { CollectionDialogComponent } from "../../admin-console/organizations/shared/components/collection-dialog";
import { LooseComponentsModule, SharedModule } from "../../shared";
@@ -17,7 +17,7 @@ import { ViewComponent } from "./view.component";
VaultRoutingModule,
OrganizationBadgeModule,
GroupBadgeModule,
- CollectionBadgeModule,
+ CollectionNameBadgeComponent,
PipesModule,
SharedModule,
LooseComponentsModule,
diff --git a/apps/web/src/locales/af/messages.json b/apps/web/src/locales/af/messages.json
index a33d058430c..3b9168b29b2 100644
--- a/apps/web/src/locales/af/messages.json
+++ b/apps/web/src/locales/af/messages.json
@@ -428,6 +428,9 @@
"dragToSort": {
"message": "Sleep om te sorteer"
},
+ "dragToReorder": {
+ "message": "Drag to reorder"
+ },
"cfTypeText": {
"message": "Teks"
},
@@ -470,6 +473,19 @@
"editFolder": {
"message": "Wysig vouer"
},
+ "editWithName": {
+ "message": "Edit $ITEM$: $NAME$",
+ "placeholders": {
+ "item": {
+ "content": "$1",
+ "example": "login"
+ },
+ "name": {
+ "content": "$2",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "New folder"
},
@@ -863,9 +879,6 @@
"filter": {
"message": "Filter"
},
- "moveSelectedToOrg": {
- "message": "Skuif seleksie na organisasie"
- },
"deleteSelected": {
"message": "Skrap seleksie"
},
@@ -921,15 +934,6 @@
}
}
},
- "movedItemsToOrg": {
- "message": "Gekose items is na $ORGNAME$ geskuif",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Items moved to $ORGNAME$",
"placeholders": {
@@ -1270,12 +1274,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Enter your account email address and your password hint will be sent to you"
},
- "passwordHint": {
- "message": "Wagwoordwenk"
- },
- "enterEmailToGetHint": {
- "message": "Voer u rekening-e-posadres in om u hoofwagwoordwenk te kry."
- },
"getMasterPasswordHint": {
"message": "Kry hoofwagwoordwenk"
},
@@ -1561,9 +1559,6 @@
"moveToOrgDesc": {
"message": "Kies ’n organisasie waarheen u hierdie item wil skuif. Deur te skuif kry die organisasie die einaarskap van die item. U is dan nie meer die direkte eienaar van die item wanneer dit geskuif is nie."
},
- "moveManyToOrgDesc": {
- "message": "Kies ’n organisasie waarheen u hierdie items wil skuif. Deur te skuif kry die organisasie die einaarskap van die items. U is dan nie meer die direkte eienaar van die items wanneer dit geskuif is nie."
- },
"collectionsDesc": {
"message": "Edit the collections that this item is being shared with. Only organization users with access to these collections will be able to see this item."
},
@@ -1597,23 +1592,6 @@
}
}
},
- "moveSelectedItemsCountDesc": {
- "message": "U het $COUNT$ item(s) gekies. $MOVEABLE_COUNT$ item(s) kan na ’n organisasie geskuif word, $NONMOVEABLE_COUNT$ kan nie.",
- "placeholders": {
- "count": {
- "content": "$1",
- "example": "10"
- },
- "moveable_count": {
- "content": "$2",
- "example": "8"
- },
- "nonmoveable_count": {
- "content": "$3",
- "example": "2"
- }
- }
- },
"verificationCodeTotp": {
"message": "Bevestigingskode (TOTP)"
},
@@ -4530,6 +4508,40 @@
}
}
},
+ "reorderFieldUp": {
+ "message": "$LABEL$ moved up, position $INDEX$ of $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
+ "reorderFieldDown": {
+ "message": "$LABEL$ moved down, position $INDEX$ of $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
"keyUpdateFoldersFailed": {
"message": "When updating your encryption key, your folders could not be decrypted. To continue with the update, your folders must be deleted. No vault items will be deleted if you proceed."
},
@@ -7264,12 +7276,6 @@
"numberOfUsers": {
"message": "Aantal gebruikers"
},
- "loggingInAs": {
- "message": "Teken tans aan as"
- },
- "notYou": {
- "message": "Nie u nie?"
- },
"pickAnAvatarColor": {
"message": "Kies 'n avatar kleur"
},
@@ -8393,9 +8399,6 @@
"requestAdminApproval": {
"message": "Request admin approval"
},
- "approveWithMasterPassword": {
- "message": "Approve with master password"
- },
"trustedDeviceEncryption": {
"message": "Trusted device encryption"
},
@@ -8610,9 +8613,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "Your request has been sent to your admin."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "You will be notified once approved."
- },
"troubleLoggingIn": {
"message": "Trouble logging in?"
},
@@ -9338,6 +9338,15 @@
"deviceManagementDesc": {
"message": "Configure device management for Bitwarden using the implementation guide for your platform."
},
+ "deviceIdMissing": {
+ "message": "Device ID is missing"
+ },
+ "deviceTypeMissing": {
+ "message": "Device type is missing"
+ },
+ "deviceCreationDateMissing": {
+ "message": "Device creation date is missing"
+ },
"desktopRequired": {
"message": "Desktop required"
},
@@ -10339,6 +10348,36 @@
"organizationNameMaxLength": {
"message": "Organization name cannot exceed 50 characters."
},
+ "sshKeyWrongPassword": {
+ "message": "The password you entered is incorrect."
+ },
+ "importSshKey": {
+ "message": "Import"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Confirm password"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Enter the password for the SSH key."
+ },
+ "enterSshKeyPassword": {
+ "message": "Enter password"
+ },
+ "invalidSshKey": {
+ "message": "The SSH key is invalid"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "The SSH key type is not supported"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Import key from clipboard"
+ },
+ "sshKeyImported": {
+ "message": "SSH key imported successfully"
+ },
+ "copySSHPrivateKey": {
+ "message": "Copy private key"
+ },
"openingExtension": {
"message": "Opening the Bitwarden browser extension"
},
@@ -10504,5 +10543,8 @@
},
"upgradeEventLogMessage": {
"message": "These events are examples only and do not reflect real events within your Bitwarden organization."
+ },
+ "cannotCreateCollection": {
+ "message": "Free organizations may have up to 2 collections. Upgrade to a paid plan to add more collections."
}
}
diff --git a/apps/web/src/locales/ar/messages.json b/apps/web/src/locales/ar/messages.json
index 508d9f4438a..13777f942de 100644
--- a/apps/web/src/locales/ar/messages.json
+++ b/apps/web/src/locales/ar/messages.json
@@ -428,6 +428,9 @@
"dragToSort": {
"message": "اسحب للفرز"
},
+ "dragToReorder": {
+ "message": "Drag to reorder"
+ },
"cfTypeText": {
"message": "نص"
},
@@ -470,6 +473,19 @@
"editFolder": {
"message": "تعديل المجلد"
},
+ "editWithName": {
+ "message": "Edit $ITEM$: $NAME$",
+ "placeholders": {
+ "item": {
+ "content": "$1",
+ "example": "login"
+ },
+ "name": {
+ "content": "$2",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "مجلد جديد"
},
@@ -863,9 +879,6 @@
"filter": {
"message": "تصفية"
},
- "moveSelectedToOrg": {
- "message": "نقل العناصر المختارة إلى منظمة"
- },
"deleteSelected": {
"message": "حذف العناصر المختارة"
},
@@ -921,15 +934,6 @@
}
}
},
- "movedItemsToOrg": {
- "message": "تم نقل العناصر المحددة إلى $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Items moved to $ORGNAME$",
"placeholders": {
@@ -1270,12 +1274,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Enter your account email address and your password hint will be sent to you"
},
- "passwordHint": {
- "message": "تلميح كلمة المرور"
- },
- "enterEmailToGetHint": {
- "message": "أدخل عنوان البريد الإلكتروني لحسابك للحصول على تلميح كلمة المرور الرئيسية."
- },
"getMasterPasswordHint": {
"message": "احصل على تلميح لكلمة المرور الرئيسية"
},
@@ -1561,9 +1559,6 @@
"moveToOrgDesc": {
"message": "Choose an organization that you wish to move this item to. Moving to an organization transfers ownership of the item to that organization. You will no longer be the direct owner of this item once it has been moved."
},
- "moveManyToOrgDesc": {
- "message": "Choose an organization that you wish to move these items to. Moving to an organization transfers ownership of the items to that organization. You will no longer be the direct owner of these items once they have been moved."
- },
"collectionsDesc": {
"message": "Edit the collections that this item is being shared with. Only organization users with access to these collections will be able to see this item."
},
@@ -1597,23 +1592,6 @@
}
}
},
- "moveSelectedItemsCountDesc": {
- "message": "You have selected $COUNT$ item(s). $MOVEABLE_COUNT$ item(s) can be moved to an organization, $NONMOVEABLE_COUNT$ cannot.",
- "placeholders": {
- "count": {
- "content": "$1",
- "example": "10"
- },
- "moveable_count": {
- "content": "$2",
- "example": "8"
- },
- "nonmoveable_count": {
- "content": "$3",
- "example": "2"
- }
- }
- },
"verificationCodeTotp": {
"message": "رمز التحقق (TOTP)"
},
@@ -4530,6 +4508,40 @@
}
}
},
+ "reorderFieldUp": {
+ "message": "$LABEL$ moved up, position $INDEX$ of $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
+ "reorderFieldDown": {
+ "message": "$LABEL$ moved down, position $INDEX$ of $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
"keyUpdateFoldersFailed": {
"message": "When updating your encryption key, your folders could not be decrypted. To continue with the update, your folders must be deleted. No vault items will be deleted if you proceed."
},
@@ -7264,12 +7276,6 @@
"numberOfUsers": {
"message": "Number of users"
},
- "loggingInAs": {
- "message": "تسجيل الدخول كـ"
- },
- "notYou": {
- "message": "ليس حسابك؟"
- },
"pickAnAvatarColor": {
"message": "اختر لون الصورة الرمزية"
},
@@ -8393,9 +8399,6 @@
"requestAdminApproval": {
"message": "Request admin approval"
},
- "approveWithMasterPassword": {
- "message": "Approve with master password"
- },
"trustedDeviceEncryption": {
"message": "Trusted device encryption"
},
@@ -8610,9 +8613,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "Your request has been sent to your admin."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "You will be notified once approved."
- },
"troubleLoggingIn": {
"message": "Trouble logging in?"
},
@@ -9338,6 +9338,15 @@
"deviceManagementDesc": {
"message": "Configure device management for Bitwarden using the implementation guide for your platform."
},
+ "deviceIdMissing": {
+ "message": "Device ID is missing"
+ },
+ "deviceTypeMissing": {
+ "message": "Device type is missing"
+ },
+ "deviceCreationDateMissing": {
+ "message": "Device creation date is missing"
+ },
"desktopRequired": {
"message": "Desktop required"
},
@@ -10339,6 +10348,36 @@
"organizationNameMaxLength": {
"message": "Organization name cannot exceed 50 characters."
},
+ "sshKeyWrongPassword": {
+ "message": "The password you entered is incorrect."
+ },
+ "importSshKey": {
+ "message": "Import"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Confirm password"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Enter the password for the SSH key."
+ },
+ "enterSshKeyPassword": {
+ "message": "Enter password"
+ },
+ "invalidSshKey": {
+ "message": "The SSH key is invalid"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "The SSH key type is not supported"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Import key from clipboard"
+ },
+ "sshKeyImported": {
+ "message": "SSH key imported successfully"
+ },
+ "copySSHPrivateKey": {
+ "message": "Copy private key"
+ },
"openingExtension": {
"message": "Opening the Bitwarden browser extension"
},
@@ -10504,5 +10543,8 @@
},
"upgradeEventLogMessage": {
"message": "These events are examples only and do not reflect real events within your Bitwarden organization."
+ },
+ "cannotCreateCollection": {
+ "message": "Free organizations may have up to 2 collections. Upgrade to a paid plan to add more collections."
}
}
diff --git a/apps/web/src/locales/az/messages.json b/apps/web/src/locales/az/messages.json
index 9fb288eaac3..f092620b00a 100644
--- a/apps/web/src/locales/az/messages.json
+++ b/apps/web/src/locales/az/messages.json
@@ -428,6 +428,9 @@
"dragToSort": {
"message": "Sıralamaq üçün sürüklə"
},
+ "dragToReorder": {
+ "message": "Yenidən sıralamaq üçün sürüklə"
+ },
"cfTypeText": {
"message": "Mətn"
},
@@ -470,6 +473,19 @@
"editFolder": {
"message": "Qovluğa düzəliş et"
},
+ "editWithName": {
+ "message": "$ITEM$ - düzəliş et: $NAME$",
+ "placeholders": {
+ "item": {
+ "content": "$1",
+ "example": "login"
+ },
+ "name": {
+ "content": "$2",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "Yeni qovluq"
},
@@ -863,9 +879,6 @@
"filter": {
"message": "Filtr"
},
- "moveSelectedToOrg": {
- "message": "Seçiləni təşkilata daşı"
- },
"deleteSelected": {
"message": "Seçiləni sil"
},
@@ -921,15 +934,6 @@
}
}
},
- "movedItemsToOrg": {
- "message": "Seçilən elementlər $ORGNAME$ təşkilatına daşınıldı",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Elementlər bura daşındı: $ORGNAME$",
"placeholders": {
@@ -1270,12 +1274,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Hesabınızın e-poçt ünvanını daxil edin və parolunuz üçün ipucu sizə göndəriləcək"
},
- "passwordHint": {
- "message": "Parol məsləhəti"
- },
- "enterEmailToGetHint": {
- "message": "Ana parol məsləhətini alacağınız hesabınızın e-poçt ünvanını daxil edin."
- },
"getMasterPasswordHint": {
"message": "Ana parol üçün məsləhət alın"
},
@@ -1561,9 +1559,6 @@
"moveToOrgDesc": {
"message": "Bu elementi daşımaq istədiyiniz təşkilatı seçin. Bir təşkilata daşımaq, elementin sahibliyini də həmin təşkilata daşıyacaq. Daşıdıqdan sonra bu elementə birbaşa sahibliyiniz olmayacaq."
},
- "moveManyToOrgDesc": {
- "message": "Bu elementləri daşımaq istədiyiniz təşkilatı seçin. Bir təşkilata daşımaq, elementin sahibliyini də həmin təşkilata daşıyacaq. Daşıdıqdan sonra bu elementlərə birbaşa sahibliyiniz olmayacaq."
- },
"collectionsDesc": {
"message": "Bu elementin paylaşıldığı kolleksiyalara düzəliş edin. Yalnız bu kolleksiyalara müraciəti olan təşkilat istifadəçiləri bu elementi görə bilər."
},
@@ -1597,23 +1592,6 @@
}
}
},
- "moveSelectedItemsCountDesc": {
- "message": "$COUNT$ element seçdiniz. $MOVEABLE_COUNT$ element bir təşkilata daşınıla bilər, $NONMOVEABLE_COUNT$ ədədi isə daşınıla bilməz.",
- "placeholders": {
- "count": {
- "content": "$1",
- "example": "10"
- },
- "moveable_count": {
- "content": "$2",
- "example": "8"
- },
- "nonmoveable_count": {
- "content": "$3",
- "example": "2"
- }
- }
- },
"verificationCodeTotp": {
"message": "Doğrulama kodu (TOTP)"
},
@@ -4530,6 +4508,40 @@
}
}
},
+ "reorderFieldUp": {
+ "message": "$LABEL$ yuxarı daşındı, mövqeyi $INDEX$/$LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
+ "reorderFieldDown": {
+ "message": "$LABEL$ aşağı daşındı, mövqeyi $INDEX$/$LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
"keyUpdateFoldersFailed": {
"message": "Şifrələmə açarınızı güncəlləyərkən qovluqlarınızın şifrəsi açıla bilmədi. Güncəlləmənin davam etməsi üçün qovluqlarınız silinməlidir. Davam etsəniz, heç bir seyf elementi silinməyəcək."
},
@@ -7264,12 +7276,6 @@
"numberOfUsers": {
"message": "İstifadəçi sayı"
},
- "loggingInAs": {
- "message": "Giriş et"
- },
- "notYou": {
- "message": "Siz deyilsiniz?"
- },
"pickAnAvatarColor": {
"message": "Bir avatar rəngi götürün"
},
@@ -8393,9 +8399,6 @@
"requestAdminApproval": {
"message": "Admin təsdiqini tələb et"
},
- "approveWithMasterPassword": {
- "message": "Ana parolla təsdiqlə"
- },
"trustedDeviceEncryption": {
"message": "Güvənli cihaz şifrələməsi"
},
@@ -8610,9 +8613,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "Tələbiniz admininizə göndərildi."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "Təsdiqləndikdən sonra məlumatlandırılacaqsınız."
- },
"troubleLoggingIn": {
"message": "Girişdə problem var?"
},
@@ -9338,6 +9338,15 @@
"deviceManagementDesc": {
"message": "Platformanız üçün icra bələdçisini istifadə edərək Bitwarden üçün cihaz idarəetməsini konfiqurasiya edin."
},
+ "deviceIdMissing": {
+ "message": "Cihaz kimliyi əskikdir"
+ },
+ "deviceTypeMissing": {
+ "message": "Cihaz növü əskikdir"
+ },
+ "deviceCreationDateMissing": {
+ "message": "Cihaz yaradılma tarixi əskikdir"
+ },
"desktopRequired": {
"message": "Masaüstü tələb olunur"
},
@@ -10339,6 +10348,36 @@
"organizationNameMaxLength": {
"message": "Təşkilat adı 50 xarakterdən çox ola bilməz."
},
+ "sshKeyWrongPassword": {
+ "message": "Daxil etdiyiniz parol yanlışdır."
+ },
+ "importSshKey": {
+ "message": "Daxilə köçür"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Parolu təsdiqlə"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "SSH açarı üçün parolu daxil edin."
+ },
+ "enterSshKeyPassword": {
+ "message": "Parolu daxil edin"
+ },
+ "invalidSshKey": {
+ "message": "SSH açarı yararsızdır"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "SSH açar növü dəstəklənmir"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Açarı lövhədən daxilə köçür"
+ },
+ "sshKeyImported": {
+ "message": "SSH açarı uğurla daxilə köçürüldü"
+ },
+ "copySSHPrivateKey": {
+ "message": "Private açarı kopyala"
+ },
"openingExtension": {
"message": "Bitwarden brauzer uzantısı açılır"
},
@@ -10504,5 +10543,8 @@
},
"upgradeEventLogMessage": {
"message": "Bu event-lər sadəcə nümunədir və Bitwarden təşkilatınızdakı real event-ləri əks etdirmir."
+ },
+ "cannotCreateCollection": {
+ "message": "Ödənişsiz təşkilatların ən çox 2 kolleksiyası ola bilər. Daha çox kolleksiya əlavə etmək üçün ödənişli bir plana yüksəldin."
}
}
diff --git a/apps/web/src/locales/be/messages.json b/apps/web/src/locales/be/messages.json
index bf26e1e3a9e..2e5aeabff32 100644
--- a/apps/web/src/locales/be/messages.json
+++ b/apps/web/src/locales/be/messages.json
@@ -428,6 +428,9 @@
"dragToSort": {
"message": "Перацягніце для сартавання"
},
+ "dragToReorder": {
+ "message": "Drag to reorder"
+ },
"cfTypeText": {
"message": "Тэкст"
},
@@ -470,6 +473,19 @@
"editFolder": {
"message": "Рэдагаваць папку"
},
+ "editWithName": {
+ "message": "Edit $ITEM$: $NAME$",
+ "placeholders": {
+ "item": {
+ "content": "$1",
+ "example": "login"
+ },
+ "name": {
+ "content": "$2",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "New folder"
},
@@ -863,9 +879,6 @@
"filter": {
"message": "Фільтр"
},
- "moveSelectedToOrg": {
- "message": "Перамясціць выбранае ў арганізацыю"
- },
"deleteSelected": {
"message": "Выдаліць выбраныя"
},
@@ -921,15 +934,6 @@
}
}
},
- "movedItemsToOrg": {
- "message": "Выбраныя элементы перамешчаны ў $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Items moved to $ORGNAME$",
"placeholders": {
@@ -1270,12 +1274,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Enter your account email address and your password hint will be sent to you"
},
- "passwordHint": {
- "message": "Падказка да пароля"
- },
- "enterEmailToGetHint": {
- "message": "Увядзіце адрас электроннай пошты ўліковага запісу для атрымання падказкі да асноўнага пароля."
- },
"getMasterPasswordHint": {
"message": "Атрымаць падказку да асноўнага пароля"
},
@@ -1561,9 +1559,6 @@
"moveToOrgDesc": {
"message": "Выберыце арганізацыю, у якую вы хочаце перамясціць гэты элемент. Пры перамяшчэнні ў арганізацыю ўсе правы ўласнасці на дадзены элемент пяройдуць да гэтай арганізацыі. Вы больш не будзеце адзіным уласнікам гэтага элемента пасля яго перамяшчэння."
},
- "moveManyToOrgDesc": {
- "message": "Выберыце арганізацыю, у якую вы хочаце перамясціць гэтыя элементы. Пры перамяшчэнні ў арганізацыю ўсе правы ўласнасці на дадзеныя элементы пяройдуць да гэтай арганізацыі. Вы больш не будзеце адзіным уласнікам гэтых элементаў пасля іх перамяшчэння."
- },
"collectionsDesc": {
"message": "Рэдагуйце калекцыі, з якімі гэты элемент знаходзіцца ў агульным доступе. Толькі карыстальнікі арганізацыі з доступам да гэтых калекцый змогуць бачыць гэты элемент."
},
@@ -1597,23 +1592,6 @@
}
}
},
- "moveSelectedItemsCountDesc": {
- "message": "Вы выбралі наступную колькасць элементаў: $COUNT$ шт. З іх будуць перамешчаны ў арганізацыю: $MOVEABLE_COUNT$ шт. Не перамешчанымі застануцца: $NONMOVEABLE_COUNT$ шт.",
- "placeholders": {
- "count": {
- "content": "$1",
- "example": "10"
- },
- "moveable_count": {
- "content": "$2",
- "example": "8"
- },
- "nonmoveable_count": {
- "content": "$3",
- "example": "2"
- }
- }
- },
"verificationCodeTotp": {
"message": "Праверачны код (TOTP)"
},
@@ -4530,6 +4508,40 @@
}
}
},
+ "reorderFieldUp": {
+ "message": "$LABEL$ moved up, position $INDEX$ of $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
+ "reorderFieldDown": {
+ "message": "$LABEL$ moved down, position $INDEX$ of $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
"keyUpdateFoldersFailed": {
"message": "When updating your encryption key, your folders could not be decrypted. To continue with the update, your folders must be deleted. No vault items will be deleted if you proceed."
},
@@ -7264,12 +7276,6 @@
"numberOfUsers": {
"message": "Колькасць карыстальнікаў"
},
- "loggingInAs": {
- "message": "Увайсці як"
- },
- "notYou": {
- "message": "Не вы?"
- },
"pickAnAvatarColor": {
"message": "Выберыце колер аватара"
},
@@ -8393,9 +8399,6 @@
"requestAdminApproval": {
"message": "Запытаць ухваленне адміністратара"
},
- "approveWithMasterPassword": {
- "message": "Ухваліць з дапамогай асноўнага пароля"
- },
"trustedDeviceEncryption": {
"message": "Шыфраванне даверанай прылады"
},
@@ -8610,9 +8613,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "Ваш запыт адпраўлены адміністратару."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "Вы атрымаеце апавяшчэння пасля яго ўхвалення."
- },
"troubleLoggingIn": {
"message": "Праблемы з уваходам?"
},
@@ -9338,6 +9338,15 @@
"deviceManagementDesc": {
"message": "Configure device management for Bitwarden using the implementation guide for your platform."
},
+ "deviceIdMissing": {
+ "message": "Device ID is missing"
+ },
+ "deviceTypeMissing": {
+ "message": "Device type is missing"
+ },
+ "deviceCreationDateMissing": {
+ "message": "Device creation date is missing"
+ },
"desktopRequired": {
"message": "Desktop required"
},
@@ -10339,6 +10348,36 @@
"organizationNameMaxLength": {
"message": "Organization name cannot exceed 50 characters."
},
+ "sshKeyWrongPassword": {
+ "message": "The password you entered is incorrect."
+ },
+ "importSshKey": {
+ "message": "Import"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Confirm password"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Enter the password for the SSH key."
+ },
+ "enterSshKeyPassword": {
+ "message": "Enter password"
+ },
+ "invalidSshKey": {
+ "message": "The SSH key is invalid"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "The SSH key type is not supported"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Import key from clipboard"
+ },
+ "sshKeyImported": {
+ "message": "SSH key imported successfully"
+ },
+ "copySSHPrivateKey": {
+ "message": "Copy private key"
+ },
"openingExtension": {
"message": "Opening the Bitwarden browser extension"
},
@@ -10504,5 +10543,8 @@
},
"upgradeEventLogMessage": {
"message": "These events are examples only and do not reflect real events within your Bitwarden organization."
+ },
+ "cannotCreateCollection": {
+ "message": "Free organizations may have up to 2 collections. Upgrade to a paid plan to add more collections."
}
}
diff --git a/apps/web/src/locales/bg/messages.json b/apps/web/src/locales/bg/messages.json
index 4be07320d38..04d4e25bb7c 100644
--- a/apps/web/src/locales/bg/messages.json
+++ b/apps/web/src/locales/bg/messages.json
@@ -428,6 +428,9 @@
"dragToSort": {
"message": "Подредба чрез влачене"
},
+ "dragToReorder": {
+ "message": "Плъзнете за пренареждане"
+ },
"cfTypeText": {
"message": "Текст"
},
@@ -470,6 +473,19 @@
"editFolder": {
"message": "Редактиране на папка"
},
+ "editWithName": {
+ "message": "Редактиране на $ITEM$: $NAME$",
+ "placeholders": {
+ "item": {
+ "content": "$1",
+ "example": "login"
+ },
+ "name": {
+ "content": "$2",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "Нова папка"
},
@@ -863,9 +879,6 @@
"filter": {
"message": "Филтриране"
},
- "moveSelectedToOrg": {
- "message": "Преместване на избраните в организация"
- },
"deleteSelected": {
"message": "Изтриване на избраното"
},
@@ -921,15 +934,6 @@
}
}
},
- "movedItemsToOrg": {
- "message": "Избраните записи бяха преместени в $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Елементите са преместени в $ORGNAME$",
"placeholders": {
@@ -1270,12 +1274,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Въведете е-пощата на регистрацията си и подсказката за паролата ще Ви бъде изпратена"
},
- "passwordHint": {
- "message": "Подсказка за паролата"
- },
- "enterEmailToGetHint": {
- "message": "Въведете адреса на електронната си поща, за да получите подсказка за главната парола."
- },
"getMasterPasswordHint": {
"message": "Подсказка за главната парола"
},
@@ -1561,9 +1559,6 @@
"moveToOrgDesc": {
"message": "Изберете организацията, в която искате да преместите записа. Преместването прехвърля собствеността му към новата организация. След това няма вече директно да го притежавате."
},
- "moveManyToOrgDesc": {
- "message": "Изберете организацията, в която искате да преместите избраните записи. Преместването прехвърля собствеността им към новата организация. След това няма вече директно да ги притежавате."
- },
"collectionsDesc": {
"message": "Редактиране на колекциите, с които записът е споделен. Само потребителите на организациите, с които колекцията е споделена, ще виждат записа."
},
@@ -1597,23 +1592,6 @@
}
}
},
- "moveSelectedItemsCountDesc": {
- "message": "Избрали сте $COUNT$ запис(а). От тях могат да се преместят: $MOVEABLE_COUNT$, не могат да се преместят: $NONMOVEABLE_COUNT$.",
- "placeholders": {
- "count": {
- "content": "$1",
- "example": "10"
- },
- "moveable_count": {
- "content": "$2",
- "example": "8"
- },
- "nonmoveable_count": {
- "content": "$3",
- "example": "2"
- }
- }
- },
"verificationCodeTotp": {
"message": "Код за потвърждаване (TOTP)"
},
@@ -4530,6 +4508,40 @@
}
}
},
+ "reorderFieldUp": {
+ "message": "Преместено нагоре: $LABEL$. Позиция $INDEX$ от $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
+ "reorderFieldDown": {
+ "message": "Преместено надолу: $LABEL$. Позиция $INDEX$ от $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
"keyUpdateFoldersFailed": {
"message": "Ако актуализирате шифроващия ключ, папките Ви няма да могат да бъдат дешифрирани. За да продължите с промяната, папките трябва да бъдат изтрити. Елементите в трезора няма да бъдат изтрити, ако продължите."
},
@@ -7264,12 +7276,6 @@
"numberOfUsers": {
"message": "Брой потребители"
},
- "loggingInAs": {
- "message": "Вписване като"
- },
- "notYou": {
- "message": "Това не сте Вие?"
- },
"pickAnAvatarColor": {
"message": "Изберете цвят за аватара"
},
@@ -8393,9 +8399,6 @@
"requestAdminApproval": {
"message": "Подаване на заявка за одобрение от администратор"
},
- "approveWithMasterPassword": {
- "message": "Одобряване с главната парола"
- },
"trustedDeviceEncryption": {
"message": "Шифроване чрез доверено устройство"
},
@@ -8610,9 +8613,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "Вашата заявка беше изпратена до администратора Ви."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "Ще получите известие, когато тя бъде одобрена."
- },
"troubleLoggingIn": {
"message": "Имате проблем с вписването?"
},
@@ -9338,6 +9338,15 @@
"deviceManagementDesc": {
"message": "Настройте управлението на устройства в Битуорден, като използвате ръководството за внедряване за платформата си."
},
+ "deviceIdMissing": {
+ "message": "Липсва идентификатор на устройството"
+ },
+ "deviceTypeMissing": {
+ "message": "Липсва тип на устройството"
+ },
+ "deviceCreationDateMissing": {
+ "message": "Липсва дата на създаване на устройството"
+ },
"desktopRequired": {
"message": "Трябва да сте на компютър"
},
@@ -10339,6 +10348,36 @@
"organizationNameMaxLength": {
"message": "Името на организацията не може да бъде по-дълго от 50 знака."
},
+ "sshKeyWrongPassword": {
+ "message": "Въведената парола е неправилна."
+ },
+ "importSshKey": {
+ "message": "Внасяне"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Потвърждаване на паролата"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Въведете паролата за SSH-ключа."
+ },
+ "enterSshKeyPassword": {
+ "message": "Въведете паролата"
+ },
+ "invalidSshKey": {
+ "message": "SSH ключът е неправилен"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "Типът на SSH ключа не се поддържа"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Внасяне на ключ от буфера за обмен"
+ },
+ "sshKeyImported": {
+ "message": "SSH ключът е внесен успешно"
+ },
+ "copySSHPrivateKey": {
+ "message": "Копиране на частния ключ"
+ },
"openingExtension": {
"message": "Отваряне на добавката за браузър на Битуорден"
},
@@ -10504,5 +10543,8 @@
},
"upgradeEventLogMessage": {
"message": "Тези събития са само за пример и не отразяват истинските събития във Вашата организация."
+ },
+ "cannotCreateCollection": {
+ "message": "Безплатните организации могат да имат не повече от 2 колекции. Надградете до платен план, ако искате да имате повече колекции."
}
}
diff --git a/apps/web/src/locales/bn/messages.json b/apps/web/src/locales/bn/messages.json
index 5dfc013fa5d..8c082c57e30 100644
--- a/apps/web/src/locales/bn/messages.json
+++ b/apps/web/src/locales/bn/messages.json
@@ -428,6 +428,9 @@
"dragToSort": {
"message": "বাছাই করতে টানুন"
},
+ "dragToReorder": {
+ "message": "Drag to reorder"
+ },
"cfTypeText": {
"message": "পাঠ্য"
},
@@ -470,6 +473,19 @@
"editFolder": {
"message": "ফোল্ডার সম্পাদনা"
},
+ "editWithName": {
+ "message": "Edit $ITEM$: $NAME$",
+ "placeholders": {
+ "item": {
+ "content": "$1",
+ "example": "login"
+ },
+ "name": {
+ "content": "$2",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "New folder"
},
@@ -863,9 +879,6 @@
"filter": {
"message": "Filter"
},
- "moveSelectedToOrg": {
- "message": "Move selected to organization"
- },
"deleteSelected": {
"message": "Delete selected"
},
@@ -921,15 +934,6 @@
}
}
},
- "movedItemsToOrg": {
- "message": "Selected items moved to $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Items moved to $ORGNAME$",
"placeholders": {
@@ -1270,12 +1274,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Enter your account email address and your password hint will be sent to you"
},
- "passwordHint": {
- "message": "পাসওয়ার্ড ইঙ্গিত"
- },
- "enterEmailToGetHint": {
- "message": "আপনার মূল পাসওয়ার্ডের ইঙ্গিতটি পেতে আপনার অ্যাকাউন্টের ইমেল ঠিকানা প্রবেশ করুন।"
- },
"getMasterPasswordHint": {
"message": "মূল পাসওয়ার্ডের ইঙ্গিত পান"
},
@@ -1561,9 +1559,6 @@
"moveToOrgDesc": {
"message": "Choose an organization that you wish to move this item to. Moving to an organization transfers ownership of the item to that organization. You will no longer be the direct owner of this item once it has been moved."
},
- "moveManyToOrgDesc": {
- "message": "Choose an organization that you wish to move these items to. Moving to an organization transfers ownership of the items to that organization. You will no longer be the direct owner of these items once they have been moved."
- },
"collectionsDesc": {
"message": "Edit the collections that this item is being shared with. Only organization users with access to these collections will be able to see this item."
},
@@ -1597,23 +1592,6 @@
}
}
},
- "moveSelectedItemsCountDesc": {
- "message": "You have selected $COUNT$ item(s). $MOVEABLE_COUNT$ item(s) can be moved to an organization, $NONMOVEABLE_COUNT$ cannot.",
- "placeholders": {
- "count": {
- "content": "$1",
- "example": "10"
- },
- "moveable_count": {
- "content": "$2",
- "example": "8"
- },
- "nonmoveable_count": {
- "content": "$3",
- "example": "2"
- }
- }
- },
"verificationCodeTotp": {
"message": "Verification code (TOTP)"
},
@@ -4530,6 +4508,40 @@
}
}
},
+ "reorderFieldUp": {
+ "message": "$LABEL$ moved up, position $INDEX$ of $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
+ "reorderFieldDown": {
+ "message": "$LABEL$ moved down, position $INDEX$ of $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
"keyUpdateFoldersFailed": {
"message": "When updating your encryption key, your folders could not be decrypted. To continue with the update, your folders must be deleted. No vault items will be deleted if you proceed."
},
@@ -7264,12 +7276,6 @@
"numberOfUsers": {
"message": "Number of users"
},
- "loggingInAs": {
- "message": "Logging in as"
- },
- "notYou": {
- "message": "Not you?"
- },
"pickAnAvatarColor": {
"message": "Pick an avatar color"
},
@@ -8393,9 +8399,6 @@
"requestAdminApproval": {
"message": "Request admin approval"
},
- "approveWithMasterPassword": {
- "message": "Approve with master password"
- },
"trustedDeviceEncryption": {
"message": "Trusted device encryption"
},
@@ -8610,9 +8613,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "Your request has been sent to your admin."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "You will be notified once approved."
- },
"troubleLoggingIn": {
"message": "Trouble logging in?"
},
@@ -9338,6 +9338,15 @@
"deviceManagementDesc": {
"message": "Configure device management for Bitwarden using the implementation guide for your platform."
},
+ "deviceIdMissing": {
+ "message": "Device ID is missing"
+ },
+ "deviceTypeMissing": {
+ "message": "Device type is missing"
+ },
+ "deviceCreationDateMissing": {
+ "message": "Device creation date is missing"
+ },
"desktopRequired": {
"message": "Desktop required"
},
@@ -10339,6 +10348,36 @@
"organizationNameMaxLength": {
"message": "Organization name cannot exceed 50 characters."
},
+ "sshKeyWrongPassword": {
+ "message": "The password you entered is incorrect."
+ },
+ "importSshKey": {
+ "message": "Import"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Confirm password"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Enter the password for the SSH key."
+ },
+ "enterSshKeyPassword": {
+ "message": "Enter password"
+ },
+ "invalidSshKey": {
+ "message": "The SSH key is invalid"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "The SSH key type is not supported"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Import key from clipboard"
+ },
+ "sshKeyImported": {
+ "message": "SSH key imported successfully"
+ },
+ "copySSHPrivateKey": {
+ "message": "Copy private key"
+ },
"openingExtension": {
"message": "Opening the Bitwarden browser extension"
},
@@ -10504,5 +10543,8 @@
},
"upgradeEventLogMessage": {
"message": "These events are examples only and do not reflect real events within your Bitwarden organization."
+ },
+ "cannotCreateCollection": {
+ "message": "Free organizations may have up to 2 collections. Upgrade to a paid plan to add more collections."
}
}
diff --git a/apps/web/src/locales/bs/messages.json b/apps/web/src/locales/bs/messages.json
index 66185d736ef..7efb47bd86c 100644
--- a/apps/web/src/locales/bs/messages.json
+++ b/apps/web/src/locales/bs/messages.json
@@ -428,6 +428,9 @@
"dragToSort": {
"message": "Povuci za sortiranje"
},
+ "dragToReorder": {
+ "message": "Drag to reorder"
+ },
"cfTypeText": {
"message": "Tekst"
},
@@ -470,6 +473,19 @@
"editFolder": {
"message": "Uredite folder"
},
+ "editWithName": {
+ "message": "Edit $ITEM$: $NAME$",
+ "placeholders": {
+ "item": {
+ "content": "$1",
+ "example": "login"
+ },
+ "name": {
+ "content": "$2",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "New folder"
},
@@ -863,9 +879,6 @@
"filter": {
"message": "Filter"
},
- "moveSelectedToOrg": {
- "message": "Premjestite Odabrano u Organizaciju"
- },
"deleteSelected": {
"message": "Obrišite Odabrano"
},
@@ -921,15 +934,6 @@
}
}
},
- "movedItemsToOrg": {
- "message": "Odabrane stavke premještene u $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Items moved to $ORGNAME$",
"placeholders": {
@@ -1270,12 +1274,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Enter your account email address and your password hint will be sent to you"
},
- "passwordHint": {
- "message": "Nagovještaj lozinke"
- },
- "enterEmailToGetHint": {
- "message": "Enter your account email address to receive your master password hint."
- },
"getMasterPasswordHint": {
"message": "Get master password hint"
},
@@ -1561,9 +1559,6 @@
"moveToOrgDesc": {
"message": "Choose an organization that you wish to move this item to. Moving to an organization transfers ownership of the item to that organization. You will no longer be the direct owner of this item once it has been moved."
},
- "moveManyToOrgDesc": {
- "message": "Choose an organization that you wish to move these items to. Moving to an organization transfers ownership of the items to that organization. You will no longer be the direct owner of these items once they have been moved."
- },
"collectionsDesc": {
"message": "Edit the collections that this item is being shared with. Only organization users with access to these collections will be able to see this item."
},
@@ -1597,23 +1592,6 @@
}
}
},
- "moveSelectedItemsCountDesc": {
- "message": "You have selected $COUNT$ item(s). $MOVEABLE_COUNT$ item(s) can be moved to an organization, $NONMOVEABLE_COUNT$ cannot.",
- "placeholders": {
- "count": {
- "content": "$1",
- "example": "10"
- },
- "moveable_count": {
- "content": "$2",
- "example": "8"
- },
- "nonmoveable_count": {
- "content": "$3",
- "example": "2"
- }
- }
- },
"verificationCodeTotp": {
"message": "Verification code (TOTP)"
},
@@ -4530,6 +4508,40 @@
}
}
},
+ "reorderFieldUp": {
+ "message": "$LABEL$ moved up, position $INDEX$ of $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
+ "reorderFieldDown": {
+ "message": "$LABEL$ moved down, position $INDEX$ of $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
"keyUpdateFoldersFailed": {
"message": "When updating your encryption key, your folders could not be decrypted. To continue with the update, your folders must be deleted. No vault items will be deleted if you proceed."
},
@@ -7264,12 +7276,6 @@
"numberOfUsers": {
"message": "Broj korisnika"
},
- "loggingInAs": {
- "message": "Logging in as"
- },
- "notYou": {
- "message": "Not you?"
- },
"pickAnAvatarColor": {
"message": "Pick an avatar color"
},
@@ -8393,9 +8399,6 @@
"requestAdminApproval": {
"message": "Request admin approval"
},
- "approveWithMasterPassword": {
- "message": "Approve with master password"
- },
"trustedDeviceEncryption": {
"message": "Trusted device encryption"
},
@@ -8610,9 +8613,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "Your request has been sent to your admin."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "You will be notified once approved."
- },
"troubleLoggingIn": {
"message": "Trouble logging in?"
},
@@ -9338,6 +9338,15 @@
"deviceManagementDesc": {
"message": "Configure device management for Bitwarden using the implementation guide for your platform."
},
+ "deviceIdMissing": {
+ "message": "Device ID is missing"
+ },
+ "deviceTypeMissing": {
+ "message": "Device type is missing"
+ },
+ "deviceCreationDateMissing": {
+ "message": "Device creation date is missing"
+ },
"desktopRequired": {
"message": "Desktop required"
},
@@ -10339,6 +10348,36 @@
"organizationNameMaxLength": {
"message": "Organization name cannot exceed 50 characters."
},
+ "sshKeyWrongPassword": {
+ "message": "The password you entered is incorrect."
+ },
+ "importSshKey": {
+ "message": "Import"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Confirm password"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Enter the password for the SSH key."
+ },
+ "enterSshKeyPassword": {
+ "message": "Enter password"
+ },
+ "invalidSshKey": {
+ "message": "The SSH key is invalid"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "The SSH key type is not supported"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Import key from clipboard"
+ },
+ "sshKeyImported": {
+ "message": "SSH key imported successfully"
+ },
+ "copySSHPrivateKey": {
+ "message": "Copy private key"
+ },
"openingExtension": {
"message": "Opening the Bitwarden browser extension"
},
@@ -10504,5 +10543,8 @@
},
"upgradeEventLogMessage": {
"message": "These events are examples only and do not reflect real events within your Bitwarden organization."
+ },
+ "cannotCreateCollection": {
+ "message": "Free organizations may have up to 2 collections. Upgrade to a paid plan to add more collections."
}
}
diff --git a/apps/web/src/locales/ca/messages.json b/apps/web/src/locales/ca/messages.json
index 6dc3398481b..a4f2aeb7f55 100644
--- a/apps/web/src/locales/ca/messages.json
+++ b/apps/web/src/locales/ca/messages.json
@@ -428,6 +428,9 @@
"dragToSort": {
"message": "Arrossega per ordenar"
},
+ "dragToReorder": {
+ "message": "Drag to reorder"
+ },
"cfTypeText": {
"message": "Text"
},
@@ -470,6 +473,19 @@
"editFolder": {
"message": "Edita la carpeta"
},
+ "editWithName": {
+ "message": "Edit $ITEM$: $NAME$",
+ "placeholders": {
+ "item": {
+ "content": "$1",
+ "example": "login"
+ },
+ "name": {
+ "content": "$2",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "Carpeta nova"
},
@@ -863,9 +879,6 @@
"filter": {
"message": "Filtre"
},
- "moveSelectedToOrg": {
- "message": "Desplaça la selecció a l'organització"
- },
"deleteSelected": {
"message": "Suprimeix selecció"
},
@@ -921,15 +934,6 @@
}
}
},
- "movedItemsToOrg": {
- "message": "Els elements seleccionats s'han desplaçat a $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "S'han desplaçat elements a $ORGNAME$",
"placeholders": {
@@ -1270,12 +1274,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Introduïu l'adreça de correu electrònic del compte i se us enviarà la pista de contrasenya"
},
- "passwordHint": {
- "message": "Pista de la contrasenya"
- },
- "enterEmailToGetHint": {
- "message": "Introduïu l'adreça electrònica del vostre compte per rebre la contrasenya mestra."
- },
"getMasterPasswordHint": {
"message": "Obteniu la pista de la contrasenya mestra"
},
@@ -1561,9 +1559,6 @@
"moveToOrgDesc": {
"message": "Trieu una organització a la qual vulgueu desplaçar aquest element. El trasllat a una organització transfereix la propietat de l'element a aquesta organització. Ja no sereu el propietari directe d'aquest element una vegada s'haja mogut."
},
- "moveManyToOrgDesc": {
- "message": "Trieu una organització a la qual vulgueu desplaçar aquests elements. El trasllat a una organització transfereix la propietat dels elements a aquesta organització. Ja no sereu el propietari directe d'aquests elements una vegada s'hagen mogut."
- },
"collectionsDesc": {
"message": "Editeu les col·leccions amb les què es comparteix aquest element. Només els usuaris de l'organització que tinguen accés a aquestes col·leccions podran veure'l."
},
@@ -1597,23 +1592,6 @@
}
}
},
- "moveSelectedItemsCountDesc": {
- "message": "Heu seleccionat $COUNT$ elements. $MOVEABLE_COUNT$ elements es poden desplaçar a una organització, $NONMOVEABLE_COUNT$ no.",
- "placeholders": {
- "count": {
- "content": "$1",
- "example": "10"
- },
- "moveable_count": {
- "content": "$2",
- "example": "8"
- },
- "nonmoveable_count": {
- "content": "$3",
- "example": "2"
- }
- }
- },
"verificationCodeTotp": {
"message": "Codi de verificació (TOTP)"
},
@@ -4530,6 +4508,40 @@
}
}
},
+ "reorderFieldUp": {
+ "message": "$LABEL$ moved up, position $INDEX$ of $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
+ "reorderFieldDown": {
+ "message": "$LABEL$ moved down, position $INDEX$ of $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
"keyUpdateFoldersFailed": {
"message": "When updating your encryption key, your folders could not be decrypted. To continue with the update, your folders must be deleted. No vault items will be deleted if you proceed."
},
@@ -7264,12 +7276,6 @@
"numberOfUsers": {
"message": "Nombre d'usuaris"
},
- "loggingInAs": {
- "message": "Has iniciat sessió com"
- },
- "notYou": {
- "message": "No sou vosaltres?"
- },
"pickAnAvatarColor": {
"message": "Tria un color d'avatar"
},
@@ -8393,9 +8399,6 @@
"requestAdminApproval": {
"message": "Sol·liciteu l'aprovació de l'administrador"
},
- "approveWithMasterPassword": {
- "message": "Aprova amb contrasenya mestra"
- },
"trustedDeviceEncryption": {
"message": "Encriptació de dispositius de confiança"
},
@@ -8610,9 +8613,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "La vostra sol·licitud s'ha enviat a l'administrador."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "Se us notificarà una vegada aprovat."
- },
"troubleLoggingIn": {
"message": "Teniu problemes per iniciar la sessió?"
},
@@ -9338,6 +9338,15 @@
"deviceManagementDesc": {
"message": "Configure device management for Bitwarden using the implementation guide for your platform."
},
+ "deviceIdMissing": {
+ "message": "Device ID is missing"
+ },
+ "deviceTypeMissing": {
+ "message": "Device type is missing"
+ },
+ "deviceCreationDateMissing": {
+ "message": "Device creation date is missing"
+ },
"desktopRequired": {
"message": "Desktop required"
},
@@ -10339,6 +10348,36 @@
"organizationNameMaxLength": {
"message": "Organization name cannot exceed 50 characters."
},
+ "sshKeyWrongPassword": {
+ "message": "The password you entered is incorrect."
+ },
+ "importSshKey": {
+ "message": "Import"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Confirm password"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Enter the password for the SSH key."
+ },
+ "enterSshKeyPassword": {
+ "message": "Enter password"
+ },
+ "invalidSshKey": {
+ "message": "The SSH key is invalid"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "The SSH key type is not supported"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Import key from clipboard"
+ },
+ "sshKeyImported": {
+ "message": "SSH key imported successfully"
+ },
+ "copySSHPrivateKey": {
+ "message": "Copy private key"
+ },
"openingExtension": {
"message": "Opening the Bitwarden browser extension"
},
@@ -10504,5 +10543,8 @@
},
"upgradeEventLogMessage": {
"message": "These events are examples only and do not reflect real events within your Bitwarden organization."
+ },
+ "cannotCreateCollection": {
+ "message": "Free organizations may have up to 2 collections. Upgrade to a paid plan to add more collections."
}
}
diff --git a/apps/web/src/locales/cs/messages.json b/apps/web/src/locales/cs/messages.json
index 096579fb9ae..46b510a6459 100644
--- a/apps/web/src/locales/cs/messages.json
+++ b/apps/web/src/locales/cs/messages.json
@@ -428,6 +428,9 @@
"dragToSort": {
"message": "Přetáhnutím seřadíte"
},
+ "dragToReorder": {
+ "message": "Přesuňte tažením"
+ },
"cfTypeText": {
"message": "Text"
},
@@ -470,6 +473,19 @@
"editFolder": {
"message": "Upravit složku"
},
+ "editWithName": {
+ "message": "Upravit $ITEM$: $NAME$",
+ "placeholders": {
+ "item": {
+ "content": "$1",
+ "example": "login"
+ },
+ "name": {
+ "content": "$2",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "Nová složka"
},
@@ -863,9 +879,6 @@
"filter": {
"message": "Filtr"
},
- "moveSelectedToOrg": {
- "message": "Přesunout vybrané do organizace"
- },
"deleteSelected": {
"message": "Smazat vybrané"
},
@@ -921,15 +934,6 @@
}
}
},
- "movedItemsToOrg": {
- "message": "Vybrané položky přesunuty do $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Položky přesunuty do $ORGNAME$",
"placeholders": {
@@ -1270,12 +1274,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Zadejte svou e-mailovou adresu, na kterou Vám zašleme nápovědu k heslu"
},
- "passwordHint": {
- "message": "Nápověda pro heslo"
- },
- "enterEmailToGetHint": {
- "message": "Zadejte e-mailovou adresu pro zaslání nápovědy k hlavnímu heslu."
- },
"getMasterPasswordHint": {
"message": "Zaslat nápovědu k hlavnímu heslu"
},
@@ -1561,9 +1559,6 @@
"moveToOrgDesc": {
"message": "Vyberte organizaci, do které chcete tuto položku přesunout. Přesun do organizace převede vlastnictví položky této organizaci. Po přesunutí této položky již nebudete přímým vlastníkem této položky."
},
- "moveManyToOrgDesc": {
- "message": "Vyberte organizaci, do které chcete tyto položky přesunout. Přesun do organizace převede vlastnictví položek této organizaci. Po přesunutí již nebudete přímým vlastníkem těchto položek."
- },
"collectionsDesc": {
"message": "Upravte kolekce, ve kterých je tato položka sdílená. Pouze uživatelé organizace, kteří mají přístup k těmto kolekcím, budou moci tuto položku vidět."
},
@@ -1597,23 +1592,6 @@
}
}
},
- "moveSelectedItemsCountDesc": {
- "message": "Vybrali jste $COUNT$ položek. $MOVEABLE_COUNT$ položek lze přesunout do organizace, $NONMOVEABLE_COUNT$ nelze.",
- "placeholders": {
- "count": {
- "content": "$1",
- "example": "10"
- },
- "moveable_count": {
- "content": "$2",
- "example": "8"
- },
- "nonmoveable_count": {
- "content": "$3",
- "example": "2"
- }
- }
- },
"verificationCodeTotp": {
"message": "Ověřovací kód (TOTP)"
},
@@ -4530,6 +4508,40 @@
}
}
},
+ "reorderFieldUp": {
+ "message": "$LABEL$ - přesunuto nahoru, pozice $INDEX$ z $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
+ "reorderFieldDown": {
+ "message": "$LABEL$ - přesunuto dolů, pozice $INDEX$ z $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
"keyUpdateFoldersFailed": {
"message": "Při aktualizaci šifrovacího klíče se nepodařilo dešifrovat Vaše složky. Chcete-li pokračovat v aktualizaci, musí být Vaše složky smazány. Pokud budete pokračovat, nebudou smazány žádné položky trezoru."
},
@@ -7264,12 +7276,6 @@
"numberOfUsers": {
"message": "Počet uživatelů"
},
- "loggingInAs": {
- "message": "Přihlašování jako"
- },
- "notYou": {
- "message": "Nejste to Vy?"
- },
"pickAnAvatarColor": {
"message": "Zvolte barvu avatara"
},
@@ -8393,9 +8399,6 @@
"requestAdminApproval": {
"message": "Žádost o schválení správcem"
},
- "approveWithMasterPassword": {
- "message": "Schválit hlavním heslem"
- },
"trustedDeviceEncryption": {
"message": "Šifrování důvěryhodného zařízení"
},
@@ -8610,9 +8613,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "Váš požadavek byl odeslán Vašemu správci."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "Po schválení budete upozorněni."
- },
"troubleLoggingIn": {
"message": "Potíže s přihlášením?"
},
@@ -9338,6 +9338,15 @@
"deviceManagementDesc": {
"message": "Nastaví správu zařízení pro Bitwarden pomocí implementačního průvodce pro Vaši platformu."
},
+ "deviceIdMissing": {
+ "message": "Chybí ID zařízení"
+ },
+ "deviceTypeMissing": {
+ "message": "Chybí typ zařízení"
+ },
+ "deviceCreationDateMissing": {
+ "message": "Chybí datum vytvoření zařízení"
+ },
"desktopRequired": {
"message": "Je vyžadována desktopová aplikace"
},
@@ -10339,6 +10348,36 @@
"organizationNameMaxLength": {
"message": "Název organizace nesmí přesáhnout 50 znaků."
},
+ "sshKeyWrongPassword": {
+ "message": "Zadané heslo není správné."
+ },
+ "importSshKey": {
+ "message": "Importovat"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Potvrdit heslo"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Zadejte heslo pro SSH klíč."
+ },
+ "enterSshKeyPassword": {
+ "message": "Zadejte heslo"
+ },
+ "invalidSshKey": {
+ "message": "SSH klíč je neplatný"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "Typ SSH klíče není podporován"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Importovat klíč ze schránky"
+ },
+ "sshKeyImported": {
+ "message": "SSH klíč byl úspěšně importován"
+ },
+ "copySSHPrivateKey": {
+ "message": "Kopírovat soukromý klíč"
+ },
"openingExtension": {
"message": "Otevírání rozšíření Bitwarden pro prohlížeč"
},
@@ -10504,5 +10543,8 @@
},
"upgradeEventLogMessage": {
"message": "Tyto události jsou jen příklady a neodrážejí skutečné události v rámci Vaší organizace Bitwarden."
+ },
+ "cannotCreateCollection": {
+ "message": "Bezplatné organizace mohou mít až 2 kolekce. Chcete-li přidat více kolekcí, přejděte na placený tarif."
}
}
diff --git a/apps/web/src/locales/cy/messages.json b/apps/web/src/locales/cy/messages.json
index bbd655a6a7c..2fd61e01526 100644
--- a/apps/web/src/locales/cy/messages.json
+++ b/apps/web/src/locales/cy/messages.json
@@ -428,6 +428,9 @@
"dragToSort": {
"message": "Drag to sort"
},
+ "dragToReorder": {
+ "message": "Drag to reorder"
+ },
"cfTypeText": {
"message": "Text"
},
@@ -470,6 +473,19 @@
"editFolder": {
"message": "Edit folder"
},
+ "editWithName": {
+ "message": "Edit $ITEM$: $NAME$",
+ "placeholders": {
+ "item": {
+ "content": "$1",
+ "example": "login"
+ },
+ "name": {
+ "content": "$2",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "New folder"
},
@@ -863,9 +879,6 @@
"filter": {
"message": "Filter"
},
- "moveSelectedToOrg": {
- "message": "Move selected to organization"
- },
"deleteSelected": {
"message": "Delete selected"
},
@@ -921,15 +934,6 @@
}
}
},
- "movedItemsToOrg": {
- "message": "Selected items moved to $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Items moved to $ORGNAME$",
"placeholders": {
@@ -1270,12 +1274,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Enter your account email address and your password hint will be sent to you"
},
- "passwordHint": {
- "message": "Password hint"
- },
- "enterEmailToGetHint": {
- "message": "Enter your account email address to receive your master password hint."
- },
"getMasterPasswordHint": {
"message": "Get master password hint"
},
@@ -1561,9 +1559,6 @@
"moveToOrgDesc": {
"message": "Choose an organization that you wish to move this item to. Moving to an organization transfers ownership of the item to that organization. You will no longer be the direct owner of this item once it has been moved."
},
- "moveManyToOrgDesc": {
- "message": "Choose an organization that you wish to move these items to. Moving to an organization transfers ownership of the items to that organization. You will no longer be the direct owner of these items once they have been moved."
- },
"collectionsDesc": {
"message": "Edit the collections that this item is being shared with. Only organization users with access to these collections will be able to see this item."
},
@@ -1597,23 +1592,6 @@
}
}
},
- "moveSelectedItemsCountDesc": {
- "message": "You have selected $COUNT$ item(s). $MOVEABLE_COUNT$ item(s) can be moved to an organization, $NONMOVEABLE_COUNT$ cannot.",
- "placeholders": {
- "count": {
- "content": "$1",
- "example": "10"
- },
- "moveable_count": {
- "content": "$2",
- "example": "8"
- },
- "nonmoveable_count": {
- "content": "$3",
- "example": "2"
- }
- }
- },
"verificationCodeTotp": {
"message": "Verification code (TOTP)"
},
@@ -4530,6 +4508,40 @@
}
}
},
+ "reorderFieldUp": {
+ "message": "$LABEL$ moved up, position $INDEX$ of $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
+ "reorderFieldDown": {
+ "message": "$LABEL$ moved down, position $INDEX$ of $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
"keyUpdateFoldersFailed": {
"message": "When updating your encryption key, your folders could not be decrypted. To continue with the update, your folders must be deleted. No vault items will be deleted if you proceed."
},
@@ -7264,12 +7276,6 @@
"numberOfUsers": {
"message": "Number of users"
},
- "loggingInAs": {
- "message": "Logging in as"
- },
- "notYou": {
- "message": "Not you?"
- },
"pickAnAvatarColor": {
"message": "Pick an avatar color"
},
@@ -8393,9 +8399,6 @@
"requestAdminApproval": {
"message": "Request admin approval"
},
- "approveWithMasterPassword": {
- "message": "Approve with master password"
- },
"trustedDeviceEncryption": {
"message": "Trusted device encryption"
},
@@ -8610,9 +8613,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "Your request has been sent to your admin."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "You will be notified once approved."
- },
"troubleLoggingIn": {
"message": "Trouble logging in?"
},
@@ -9338,6 +9338,15 @@
"deviceManagementDesc": {
"message": "Configure device management for Bitwarden using the implementation guide for your platform."
},
+ "deviceIdMissing": {
+ "message": "Device ID is missing"
+ },
+ "deviceTypeMissing": {
+ "message": "Device type is missing"
+ },
+ "deviceCreationDateMissing": {
+ "message": "Device creation date is missing"
+ },
"desktopRequired": {
"message": "Desktop required"
},
@@ -10339,6 +10348,36 @@
"organizationNameMaxLength": {
"message": "Organization name cannot exceed 50 characters."
},
+ "sshKeyWrongPassword": {
+ "message": "The password you entered is incorrect."
+ },
+ "importSshKey": {
+ "message": "Import"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Confirm password"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Enter the password for the SSH key."
+ },
+ "enterSshKeyPassword": {
+ "message": "Enter password"
+ },
+ "invalidSshKey": {
+ "message": "The SSH key is invalid"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "The SSH key type is not supported"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Import key from clipboard"
+ },
+ "sshKeyImported": {
+ "message": "SSH key imported successfully"
+ },
+ "copySSHPrivateKey": {
+ "message": "Copy private key"
+ },
"openingExtension": {
"message": "Opening the Bitwarden browser extension"
},
@@ -10504,5 +10543,8 @@
},
"upgradeEventLogMessage": {
"message": "These events are examples only and do not reflect real events within your Bitwarden organization."
+ },
+ "cannotCreateCollection": {
+ "message": "Free organizations may have up to 2 collections. Upgrade to a paid plan to add more collections."
}
}
diff --git a/apps/web/src/locales/da/messages.json b/apps/web/src/locales/da/messages.json
index 62a2ea57508..f8a335011e5 100644
--- a/apps/web/src/locales/da/messages.json
+++ b/apps/web/src/locales/da/messages.json
@@ -428,6 +428,9 @@
"dragToSort": {
"message": "Træk for at sortere"
},
+ "dragToReorder": {
+ "message": "Drag to reorder"
+ },
"cfTypeText": {
"message": "Tekst"
},
@@ -470,6 +473,19 @@
"editFolder": {
"message": "Redigér mappe"
},
+ "editWithName": {
+ "message": "Edit $ITEM$: $NAME$",
+ "placeholders": {
+ "item": {
+ "content": "$1",
+ "example": "login"
+ },
+ "name": {
+ "content": "$2",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "New folder"
},
@@ -863,9 +879,6 @@
"filter": {
"message": "Filtre"
},
- "moveSelectedToOrg": {
- "message": "Flyt valgte til organisation"
- },
"deleteSelected": {
"message": "Slet valgte"
},
@@ -921,15 +934,6 @@
}
}
},
- "movedItemsToOrg": {
- "message": "Valgte emner flyttet til $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Emner flyttet til $ORGNAME$",
"placeholders": {
@@ -1270,12 +1274,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Angiv kontoens e-mailadresse og få et adgangskodetip fremsendt"
},
- "passwordHint": {
- "message": "Adgangskodetip"
- },
- "enterEmailToGetHint": {
- "message": "Angiv din kontos e-mailadresse for at modtage dit hovedadgangskodetip."
- },
"getMasterPasswordHint": {
"message": "Få hovedadgangskodetip"
},
@@ -1561,9 +1559,6 @@
"moveToOrgDesc": {
"message": "Vælg den organisation, til hvilken dette emne ønskes flyttet. Flytning overfører ejerskab af emnet til organisationen, og du vil efter flytningen ikke længere være den direkte ejer af emnet."
},
- "moveManyToOrgDesc": {
- "message": "Vælg organisationen, til hvilken disse emner ønskes flyttet. Flytning til en organisation overfører ejerskabet af emnerne til denne organisation, og du vil efter flytningen ikke længere være den direkte ejer af disse emner."
- },
"collectionsDesc": {
"message": "Redigér de samlinger, med hvilke dette emne deles. Kun organisationsbrugere med adgang til disse samlinger vil kunne se dette emne."
},
@@ -1597,23 +1592,6 @@
}
}
},
- "moveSelectedItemsCountDesc": {
- "message": "$COUNT$ emne(r) valgt, hvoraf $MOVEABLE_COUNT$ kan flyttes til en organisation, mens $NONMOVEABLE_COUNT$ ikke kan.",
- "placeholders": {
- "count": {
- "content": "$1",
- "example": "10"
- },
- "moveable_count": {
- "content": "$2",
- "example": "8"
- },
- "nonmoveable_count": {
- "content": "$3",
- "example": "2"
- }
- }
- },
"verificationCodeTotp": {
"message": "Bekræftelseskode (TOTP)"
},
@@ -4530,6 +4508,40 @@
}
}
},
+ "reorderFieldUp": {
+ "message": "$LABEL$ moved up, position $INDEX$ of $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
+ "reorderFieldDown": {
+ "message": "$LABEL$ moved down, position $INDEX$ of $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
"keyUpdateFoldersFailed": {
"message": "Under opdatering af krypteringsnøglen kunne de relevante mapper ikke dekrypteres. For at fortsætte opdateringen skal mapperne slettes. Ingen boks-emner slettes, hvis der fortsættes."
},
@@ -7264,12 +7276,6 @@
"numberOfUsers": {
"message": "Antal brugere"
},
- "loggingInAs": {
- "message": "Logger ind som"
- },
- "notYou": {
- "message": "Ikke dig?"
- },
"pickAnAvatarColor": {
"message": "Vælg avatarfarve"
},
@@ -8393,9 +8399,6 @@
"requestAdminApproval": {
"message": "Anmod om admin-godkendelse"
},
- "approveWithMasterPassword": {
- "message": "Godkend med hovedadgangskode"
- },
"trustedDeviceEncryption": {
"message": "Betroet enhedskryptering"
},
@@ -8610,9 +8613,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "Anmodningen er sendt til din gruppe-admin."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "Du underrettes, når godkendelse foreligger."
- },
"troubleLoggingIn": {
"message": "Problemer med at logge ind?"
},
@@ -9338,6 +9338,15 @@
"deviceManagementDesc": {
"message": "Opsæt enhedshåndtering for Bitwarden vha. implementeringsvejledningen for den aktuelle platform."
},
+ "deviceIdMissing": {
+ "message": "Device ID is missing"
+ },
+ "deviceTypeMissing": {
+ "message": "Device type is missing"
+ },
+ "deviceCreationDateMissing": {
+ "message": "Device creation date is missing"
+ },
"desktopRequired": {
"message": "Desktop required"
},
@@ -10339,6 +10348,36 @@
"organizationNameMaxLength": {
"message": "Organisationsnavn må ikke overstige 50 tegn."
},
+ "sshKeyWrongPassword": {
+ "message": "The password you entered is incorrect."
+ },
+ "importSshKey": {
+ "message": "Import"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Confirm password"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Enter the password for the SSH key."
+ },
+ "enterSshKeyPassword": {
+ "message": "Enter password"
+ },
+ "invalidSshKey": {
+ "message": "The SSH key is invalid"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "The SSH key type is not supported"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Import key from clipboard"
+ },
+ "sshKeyImported": {
+ "message": "SSH key imported successfully"
+ },
+ "copySSHPrivateKey": {
+ "message": "Copy private key"
+ },
"openingExtension": {
"message": "Opening the Bitwarden browser extension"
},
@@ -10504,5 +10543,8 @@
},
"upgradeEventLogMessage": {
"message": "These events are examples only and do not reflect real events within your Bitwarden organization."
+ },
+ "cannotCreateCollection": {
+ "message": "Free organizations may have up to 2 collections. Upgrade to a paid plan to add more collections."
}
}
diff --git a/apps/web/src/locales/de/messages.json b/apps/web/src/locales/de/messages.json
index de651d54ef1..e0a25e99ae2 100644
--- a/apps/web/src/locales/de/messages.json
+++ b/apps/web/src/locales/de/messages.json
@@ -428,6 +428,9 @@
"dragToSort": {
"message": "Zum Sortieren ziehen"
},
+ "dragToReorder": {
+ "message": "Ziehen zum umsortieren"
+ },
"cfTypeText": {
"message": "Text"
},
@@ -470,6 +473,19 @@
"editFolder": {
"message": "Ordner bearbeiten"
},
+ "editWithName": {
+ "message": "$ITEM$: $NAME$ bearbeiten",
+ "placeholders": {
+ "item": {
+ "content": "$1",
+ "example": "login"
+ },
+ "name": {
+ "content": "$2",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "Neuer Ordner"
},
@@ -863,9 +879,6 @@
"filter": {
"message": "Filter"
},
- "moveSelectedToOrg": {
- "message": "Auswahl in Organisation verschieben"
- },
"deleteSelected": {
"message": "Auswahl löschen"
},
@@ -921,15 +934,6 @@
}
}
},
- "movedItemsToOrg": {
- "message": "Ausgewählte Einträge in $ORGNAME$ verschoben",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Einträge verschoben nach $ORGNAME$",
"placeholders": {
@@ -1270,12 +1274,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Gib deine E-Mail-Adresse ein und dein Passwort-Hinweis wird dir zugesandt"
},
- "passwordHint": {
- "message": "Passwort-Hinweis"
- },
- "enterEmailToGetHint": {
- "message": "Geben Sie die E-Mail Adresse Ihres Kontos ein, um einen Hinweis auf ihr Master-Passwort zu erhalten."
- },
"getMasterPasswordHint": {
"message": "Hinweis zum Master-Passwort erhalten"
},
@@ -1561,9 +1559,6 @@
"moveToOrgDesc": {
"message": "Wähle eine Organisation aus, in die du diesen Eintrag verschieben möchtest. Das Verschieben in eine Organisation überträgt das Eigentum an diese Organisation. Du bist nicht mehr der direkte Eigentümer dieses Eintrags, sobald er verschoben wurde."
},
- "moveManyToOrgDesc": {
- "message": "Wähle eine Organisation aus, in die du diese Einträge verschieben möchtest. Das Verschieben in eine Organisation überträgt das Eigentum der Einträge an diese Organisation. Du bist nicht mehr der direkte Eigentümer dieser Einträge, sobald sie verschoben wurden."
- },
"collectionsDesc": {
"message": "Bearbeite die Sammlungen, mit denen dieser Eintrag geteilt wird. Nur Organisationsmitglieder mit Zugriff auf diese Sammlungen werden diesen Eintrag sehen können."
},
@@ -1597,23 +1592,6 @@
}
}
},
- "moveSelectedItemsCountDesc": {
- "message": "Du hast $COUNT$ Eintrag/Einträge ausgewählt. $MOVEABLE_COUNT$ Eintrag/Einträge kann/können in eine Organisation verschoben werden, $NONMOVEABLE_COUNT$ nicht.",
- "placeholders": {
- "count": {
- "content": "$1",
- "example": "10"
- },
- "moveable_count": {
- "content": "$2",
- "example": "8"
- },
- "nonmoveable_count": {
- "content": "$3",
- "example": "2"
- }
- }
- },
"verificationCodeTotp": {
"message": "Verifizierungscode (TOTP)"
},
@@ -4530,6 +4508,40 @@
}
}
},
+ "reorderFieldUp": {
+ "message": "$LABEL$ nach oben verschoben, Position $INDEX$ von $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
+ "reorderFieldDown": {
+ "message": "$LABEL$ nach unten verschoben, Position $INDEX$ von $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
"keyUpdateFoldersFailed": {
"message": "Beim Aktualisieren deines Verschlüsselungsschlüssels konnten deine Ordner nicht entschlüsselt werden. Um mit der Aktualisierung fortzufahren, müssen deine Ordner gelöscht werden. Es werden keine Tresor-Einträge gelöscht, wenn du fortfährst."
},
@@ -7264,12 +7276,6 @@
"numberOfUsers": {
"message": "Anzahl der Benutzer"
},
- "loggingInAs": {
- "message": "Anmelden als"
- },
- "notYou": {
- "message": "Nicht du?"
- },
"pickAnAvatarColor": {
"message": "Wähle eine Profilbild-Farbe"
},
@@ -8393,9 +8399,6 @@
"requestAdminApproval": {
"message": "Admin-Genehmigung anfragen"
},
- "approveWithMasterPassword": {
- "message": "Mit Master-Passwort genehmigen"
- },
"trustedDeviceEncryption": {
"message": "Vertrauenswürdige Geräteverschlüsselung"
},
@@ -8610,9 +8613,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "Deine Anfrage wurde an deinen Administrator gesendet."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "Nach einer Genehmigung wirst du benachrichtigt."
- },
"troubleLoggingIn": {
"message": "Probleme beim Anmelden?"
},
@@ -9338,6 +9338,15 @@
"deviceManagementDesc": {
"message": "Konfiguriere die Geräteverwaltung für Bitwarden mithilfe der Implementierungsanleitung für deine Plattform."
},
+ "deviceIdMissing": {
+ "message": "Geräte-ID fehlt"
+ },
+ "deviceTypeMissing": {
+ "message": "Gerätetyp fehlt"
+ },
+ "deviceCreationDateMissing": {
+ "message": "Geräteerstellungsdatum fehlt"
+ },
"desktopRequired": {
"message": "Desktop-Rechner erforderlich"
},
@@ -10339,6 +10348,36 @@
"organizationNameMaxLength": {
"message": "Der Name der Organisation darf 50 Zeichen nicht überschreiten."
},
+ "sshKeyWrongPassword": {
+ "message": "Dein eingegebenes Passwort ist falsch."
+ },
+ "importSshKey": {
+ "message": "Importieren"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Passwort bestätigen"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Gib das Passwort für den SSH-Schlüssel ein."
+ },
+ "enterSshKeyPassword": {
+ "message": "Passwort eingeben"
+ },
+ "invalidSshKey": {
+ "message": "Der SSH-Schlüssel ist ungültig"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "Der SSH-Schlüsseltyp wird nicht unterstützt"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Schlüssel aus Zwischenablage importieren"
+ },
+ "sshKeyImported": {
+ "message": "SSH-Schlüssel erfolgreich importiert"
+ },
+ "copySSHPrivateKey": {
+ "message": "Privaten Schlüssel kopieren"
+ },
"openingExtension": {
"message": "Bitwarden-Browser-Erweiterung wird geöffnet"
},
@@ -10504,5 +10543,8 @@
},
"upgradeEventLogMessage": {
"message": "Diese Ereignisse sind nur Beispiele und spiegeln keine realen Ereignisse in deiner Bitwarden-Organisation wider."
+ },
+ "cannotCreateCollection": {
+ "message": "Kostenlose Organisationen können bis zu 2 Sammlungen haben. Upgrade auf ein kostenpflichtiges Abo, um mehr Sammlungen hinzuzufügen."
}
}
diff --git a/apps/web/src/locales/el/messages.json b/apps/web/src/locales/el/messages.json
index 2a5d2537a56..e20b5cc52a0 100644
--- a/apps/web/src/locales/el/messages.json
+++ b/apps/web/src/locales/el/messages.json
@@ -428,6 +428,9 @@
"dragToSort": {
"message": "Σύρετε για ταξινόμηση"
},
+ "dragToReorder": {
+ "message": "Drag to reorder"
+ },
"cfTypeText": {
"message": "Κείμενο"
},
@@ -470,6 +473,19 @@
"editFolder": {
"message": "Επεξεργασία Φακέλου"
},
+ "editWithName": {
+ "message": "Edit $ITEM$: $NAME$",
+ "placeholders": {
+ "item": {
+ "content": "$1",
+ "example": "login"
+ },
+ "name": {
+ "content": "$2",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "New folder"
},
@@ -863,9 +879,6 @@
"filter": {
"message": "Φίλτρο"
},
- "moveSelectedToOrg": {
- "message": "Μετακίνηση Επιλεγμένων στον Οργανισμό"
- },
"deleteSelected": {
"message": "Διαγραφή επιλεγμένων"
},
@@ -921,15 +934,6 @@
}
}
},
- "movedItemsToOrg": {
- "message": "Τα επιλεγμένα αντικείμενα μετακινήθηκαν στο $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Τα αντικείμενα μεταφέρθηκαν στο $ORGNAME$",
"placeholders": {
@@ -1270,12 +1274,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Εισαγάγετε τη διεύθυνση email του λογαριασμού σας και θα σας αποσταλεί η υπόδειξη για τον κωδικό πρόσβασής σας"
},
- "passwordHint": {
- "message": "Υπόδειξη Κωδικού"
- },
- "enterEmailToGetHint": {
- "message": "Παρακαλούμε εισάγετε το email του λογαριασμού σας, ώστε να λάβετε την υπόδειξη του κύριου κωδικού πρόσβασης."
- },
"getMasterPasswordHint": {
"message": "Λήψη υπόδειξης κύριου κωδικού"
},
@@ -1561,9 +1559,6 @@
"moveToOrgDesc": {
"message": "Επιλέξτε έναν οργανισμό στον οποίο θέλετε να μετακινήσετε αυτό το στοιχείο. Η μετακίνηση σε έναν οργανισμό μεταβιβάζει την ιδιοκτησία του στοιχείου σε αυτό τον οργανισμό. Δεν θα είστε πλέον ο άμεσος ιδιοκτήτης αυτού του στοιχείου μόλις το μετακινήσετε."
},
- "moveManyToOrgDesc": {
- "message": "Επιλέξτε έναν οργανισμό στον οποίο θέλετε να μετακινήσετε αυτά τα στοιχεία. Η μετακίνηση σε έναν οργανισμό μεταβιβάζει την ιδιοκτησία του στοιχείου σε αυτό τον οργανισμό. Δεν θα είστε πλέον ο άμεσος ιδιοκτήτης αυτού του στοιχείου μόλις το μετακινήσετε."
- },
"collectionsDesc": {
"message": "Επεξεργαστείτε τις συλλογές με τις οποίες μοιράζεται αυτό το στοιχείο. Μόνο οι χρήστες των οργανισμών που έχουν πρόσβαση σε αυτές τις συλλογές θα μπορούν να βλέπουν αυτό το στοιχείο."
},
@@ -1597,23 +1592,6 @@
}
}
},
- "moveSelectedItemsCountDesc": {
- "message": "Έχετε επιλέξει $COUNT$ αντικείμενα. $MOVEABLE_COUNT$ αντικείμενα μπορούν να μετακινηθούν σε έναν οργανισμό, $NONMOVEABLE_COUNT$ δεν μπορεί.",
- "placeholders": {
- "count": {
- "content": "$1",
- "example": "10"
- },
- "moveable_count": {
- "content": "$2",
- "example": "8"
- },
- "nonmoveable_count": {
- "content": "$3",
- "example": "2"
- }
- }
- },
"verificationCodeTotp": {
"message": "Κωδικός Επαλήθευσης (TOTP)"
},
@@ -4530,6 +4508,40 @@
}
}
},
+ "reorderFieldUp": {
+ "message": "$LABEL$ moved up, position $INDEX$ of $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
+ "reorderFieldDown": {
+ "message": "$LABEL$ moved down, position $INDEX$ of $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
"keyUpdateFoldersFailed": {
"message": "When updating your encryption key, your folders could not be decrypted. To continue with the update, your folders must be deleted. No vault items will be deleted if you proceed."
},
@@ -7264,12 +7276,6 @@
"numberOfUsers": {
"message": "Αριθμός χρηστών"
},
- "loggingInAs": {
- "message": "Σύνδεση ως"
- },
- "notYou": {
- "message": "Όχι εσείς;"
- },
"pickAnAvatarColor": {
"message": "Επιλέξτε ένα χρώμα avatar"
},
@@ -8393,9 +8399,6 @@
"requestAdminApproval": {
"message": "Αίτημα έγκρισης διαχειριστή"
},
- "approveWithMasterPassword": {
- "message": "Έγκριση με κύριο κωδικό πρόσβασης"
- },
"trustedDeviceEncryption": {
"message": "Κρυπτογράφηση έμπιστης συσκευής"
},
@@ -8610,9 +8613,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "Το αίτημά σας εστάλη στον διαχειριστή σας."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "Θα ειδοποιηθείτε μόλις εγκριθεί."
- },
"troubleLoggingIn": {
"message": "Πρόβλημα σύνδεσης;"
},
@@ -9338,6 +9338,15 @@
"deviceManagementDesc": {
"message": "Configure device management for Bitwarden using the implementation guide for your platform."
},
+ "deviceIdMissing": {
+ "message": "Device ID is missing"
+ },
+ "deviceTypeMissing": {
+ "message": "Device type is missing"
+ },
+ "deviceCreationDateMissing": {
+ "message": "Device creation date is missing"
+ },
"desktopRequired": {
"message": "Desktop required"
},
@@ -10339,6 +10348,36 @@
"organizationNameMaxLength": {
"message": "Organization name cannot exceed 50 characters."
},
+ "sshKeyWrongPassword": {
+ "message": "The password you entered is incorrect."
+ },
+ "importSshKey": {
+ "message": "Import"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Confirm password"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Enter the password for the SSH key."
+ },
+ "enterSshKeyPassword": {
+ "message": "Enter password"
+ },
+ "invalidSshKey": {
+ "message": "The SSH key is invalid"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "The SSH key type is not supported"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Import key from clipboard"
+ },
+ "sshKeyImported": {
+ "message": "SSH key imported successfully"
+ },
+ "copySSHPrivateKey": {
+ "message": "Copy private key"
+ },
"openingExtension": {
"message": "Opening the Bitwarden browser extension"
},
@@ -10504,5 +10543,8 @@
},
"upgradeEventLogMessage": {
"message": "These events are examples only and do not reflect real events within your Bitwarden organization."
+ },
+ "cannotCreateCollection": {
+ "message": "Free organizations may have up to 2 collections. Upgrade to a paid plan to add more collections."
}
}
diff --git a/apps/web/src/locales/en/messages.json b/apps/web/src/locales/en/messages.json
index 2e8cf93e1ce..f6cd659a353 100644
--- a/apps/web/src/locales/en/messages.json
+++ b/apps/web/src/locales/en/messages.json
@@ -900,9 +900,6 @@
"filter": {
"message": "Filter"
},
- "moveSelectedToOrg": {
- "message": "Move selected to organization"
- },
"deleteSelected": {
"message": "Delete selected"
},
@@ -958,15 +955,6 @@
}
}
},
- "movedItemsToOrg": {
- "message": "Selected items moved to $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Items moved to $ORGNAME$",
"placeholders": {
@@ -1307,12 +1295,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Enter your account email address and your password hint will be sent to you"
},
- "passwordHint": {
- "message": "Password hint"
- },
- "enterEmailToGetHint": {
- "message": "Enter your account email address to receive your master password hint."
- },
"getMasterPasswordHint": {
"message": "Get master password hint"
},
@@ -1598,9 +1580,6 @@
"moveToOrgDesc": {
"message": "Choose an organization that you wish to move this item to. Moving to an organization transfers ownership of the item to that organization. You will no longer be the direct owner of this item once it has been moved."
},
- "moveManyToOrgDesc": {
- "message": "Choose an organization that you wish to move these items to. Moving to an organization transfers ownership of the items to that organization. You will no longer be the direct owner of these items once they have been moved."
- },
"collectionsDesc": {
"message": "Edit the collections that this item is being shared with. Only organization users with access to these collections will be able to see this item."
},
@@ -1634,23 +1613,6 @@
}
}
},
- "moveSelectedItemsCountDesc": {
- "message": "You have selected $COUNT$ item(s). $MOVEABLE_COUNT$ item(s) can be moved to an organization, $NONMOVEABLE_COUNT$ cannot.",
- "placeholders": {
- "count": {
- "content": "$1",
- "example": "10"
- },
- "moveable_count": {
- "content": "$2",
- "example": "8"
- },
- "nonmoveable_count": {
- "content": "$3",
- "example": "2"
- }
- }
- },
"verificationCodeTotp": {
"message": "Verification code (TOTP)"
},
@@ -7335,12 +7297,6 @@
"numberOfUsers": {
"message": "Number of users"
},
- "loggingInAs": {
- "message": "Logging in as"
- },
- "notYou": {
- "message": "Not you?"
- },
"pickAnAvatarColor": {
"message": "Pick an avatar color"
},
@@ -8464,9 +8420,6 @@
"requestAdminApproval": {
"message": "Request admin approval"
},
- "approveWithMasterPassword": {
- "message": "Approve with master password"
- },
"trustedDeviceEncryption": {
"message": "Trusted device encryption"
},
@@ -8681,9 +8634,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "Your request has been sent to your admin."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "You will be notified once approved."
- },
"troubleLoggingIn": {
"message": "Trouble logging in?"
},
diff --git a/apps/web/src/locales/en_GB/messages.json b/apps/web/src/locales/en_GB/messages.json
index b3af62f35eb..b211ec070ab 100644
--- a/apps/web/src/locales/en_GB/messages.json
+++ b/apps/web/src/locales/en_GB/messages.json
@@ -428,6 +428,9 @@
"dragToSort": {
"message": "Drag to sort"
},
+ "dragToReorder": {
+ "message": "Drag to reorder"
+ },
"cfTypeText": {
"message": "Text"
},
@@ -470,6 +473,19 @@
"editFolder": {
"message": "Edit folder"
},
+ "editWithName": {
+ "message": "Edit $ITEM$: $NAME$",
+ "placeholders": {
+ "item": {
+ "content": "$1",
+ "example": "login"
+ },
+ "name": {
+ "content": "$2",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "New folder"
},
@@ -863,9 +879,6 @@
"filter": {
"message": "Filter"
},
- "moveSelectedToOrg": {
- "message": "Move selected to organisation"
- },
"deleteSelected": {
"message": "Delete selected"
},
@@ -921,15 +934,6 @@
}
}
},
- "movedItemsToOrg": {
- "message": "Selected items moved to $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Items moved to $ORGNAME$",
"placeholders": {
@@ -1270,12 +1274,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Enter your account email address and your password hint will be sent to you"
},
- "passwordHint": {
- "message": "Password hint"
- },
- "enterEmailToGetHint": {
- "message": "Enter your account email address to receive your master password hint."
- },
"getMasterPasswordHint": {
"message": "Get master password hint"
},
@@ -1561,9 +1559,6 @@
"moveToOrgDesc": {
"message": "Choose an organisation that you wish to move this item to. Moving to an organisation transfers ownership of the item to that organisation. You will no longer be the direct owner of this item once it has been moved."
},
- "moveManyToOrgDesc": {
- "message": "Choose an organisation that you wish to move these items to. Moving to an organisation transfers ownership of the items to that organisation. You will no longer be the direct owner of these items once they have been moved."
- },
"collectionsDesc": {
"message": "Edit the collections that this item is being shared with. Only organisation users with access to these collections will be able to see this item."
},
@@ -1597,23 +1592,6 @@
}
}
},
- "moveSelectedItemsCountDesc": {
- "message": "You have selected $COUNT$ item(s). $MOVEABLE_COUNT$ item(s) can be moved to an organisation, $NONMOVEABLE_COUNT$ cannot.",
- "placeholders": {
- "count": {
- "content": "$1",
- "example": "10"
- },
- "moveable_count": {
- "content": "$2",
- "example": "8"
- },
- "nonmoveable_count": {
- "content": "$3",
- "example": "2"
- }
- }
- },
"verificationCodeTotp": {
"message": "Verification code (TOTP)"
},
@@ -4530,6 +4508,40 @@
}
}
},
+ "reorderFieldUp": {
+ "message": "$LABEL$ moved up, position $INDEX$ of $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
+ "reorderFieldDown": {
+ "message": "$LABEL$ moved down, position $INDEX$ of $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
"keyUpdateFoldersFailed": {
"message": "When updating your encryption key, your folders could not be decrypted. To continue with the update, your folders must be deleted. No vault items will be deleted if you proceed."
},
@@ -7264,12 +7276,6 @@
"numberOfUsers": {
"message": "Number of users"
},
- "loggingInAs": {
- "message": "Logging in as"
- },
- "notYou": {
- "message": "Not you?"
- },
"pickAnAvatarColor": {
"message": "Pick an avatar color"
},
@@ -8393,9 +8399,6 @@
"requestAdminApproval": {
"message": "Request admin approval"
},
- "approveWithMasterPassword": {
- "message": "Approve with master password"
- },
"trustedDeviceEncryption": {
"message": "Trusted device encryption"
},
@@ -8610,9 +8613,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "Your request has been sent to your admin."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "You will be notified once approved."
- },
"troubleLoggingIn": {
"message": "Trouble logging in?"
},
@@ -9338,6 +9338,15 @@
"deviceManagementDesc": {
"message": "Configure device management for Bitwarden using the implementation guide for your platform."
},
+ "deviceIdMissing": {
+ "message": "Device ID is missing"
+ },
+ "deviceTypeMissing": {
+ "message": "Device type is missing"
+ },
+ "deviceCreationDateMissing": {
+ "message": "Device creation date is missing"
+ },
"desktopRequired": {
"message": "Desktop required"
},
@@ -10339,6 +10348,36 @@
"organizationNameMaxLength": {
"message": "Organisation name cannot exceed 50 characters."
},
+ "sshKeyWrongPassword": {
+ "message": "The password you entered is incorrect."
+ },
+ "importSshKey": {
+ "message": "Import"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Confirm password"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Enter the password for the SSH key."
+ },
+ "enterSshKeyPassword": {
+ "message": "Enter password"
+ },
+ "invalidSshKey": {
+ "message": "The SSH key is invalid"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "The SSH key type is not supported"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Import key from clipboard"
+ },
+ "sshKeyImported": {
+ "message": "SSH key imported successfully"
+ },
+ "copySSHPrivateKey": {
+ "message": "Copy private key"
+ },
"openingExtension": {
"message": "Opening the Bitwarden browser extension"
},
@@ -10504,5 +10543,8 @@
},
"upgradeEventLogMessage": {
"message": "These events are examples only and do not reflect real events within your Bitwarden organisation."
+ },
+ "cannotCreateCollection": {
+ "message": "Free organisations may have up to 2 collections. Upgrade to a paid plan to add more collections."
}
}
diff --git a/apps/web/src/locales/en_IN/messages.json b/apps/web/src/locales/en_IN/messages.json
index 6a84d1c9906..6b4b6e11ab3 100644
--- a/apps/web/src/locales/en_IN/messages.json
+++ b/apps/web/src/locales/en_IN/messages.json
@@ -428,6 +428,9 @@
"dragToSort": {
"message": "Drag to sort"
},
+ "dragToReorder": {
+ "message": "Drag to reorder"
+ },
"cfTypeText": {
"message": "Text"
},
@@ -470,6 +473,19 @@
"editFolder": {
"message": "Edit folder"
},
+ "editWithName": {
+ "message": "Edit $ITEM$: $NAME$",
+ "placeholders": {
+ "item": {
+ "content": "$1",
+ "example": "login"
+ },
+ "name": {
+ "content": "$2",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "New folder"
},
@@ -863,9 +879,6 @@
"filter": {
"message": "Filter"
},
- "moveSelectedToOrg": {
- "message": "Move Selected to Organisation"
- },
"deleteSelected": {
"message": "Delete selected"
},
@@ -921,15 +934,6 @@
}
}
},
- "movedItemsToOrg": {
- "message": "Selected items moved to $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Items moved to $ORGNAME$",
"placeholders": {
@@ -1270,12 +1274,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Enter your account email address and your password hint will be sent to you"
},
- "passwordHint": {
- "message": "Password hint"
- },
- "enterEmailToGetHint": {
- "message": "Enter your account email address to receive your master password hint."
- },
"getMasterPasswordHint": {
"message": "Get master password hint"
},
@@ -1561,9 +1559,6 @@
"moveToOrgDesc": {
"message": "Choose an organisation that you wish to move this item to. Moving to an organisation transfers ownership of the item to that organisation. You will no longer be the direct owner of this item once it has been moved."
},
- "moveManyToOrgDesc": {
- "message": "Choose an organisation that you wish to move these items to. Moving to an organisation transfers ownership of the items to that organisation. You will no longer be the direct owner of these items once they have been moved."
- },
"collectionsDesc": {
"message": "Edit the collections that this item is being shared with. Only organisation users with access to these collections will be able to see this item."
},
@@ -1597,23 +1592,6 @@
}
}
},
- "moveSelectedItemsCountDesc": {
- "message": "You have selected $COUNT$ item(s). $MOVEABLE_COUNT$ item(s) can be moved to an organisation, $NONMOVEABLE_COUNT$ cannot.",
- "placeholders": {
- "count": {
- "content": "$1",
- "example": "10"
- },
- "moveable_count": {
- "content": "$2",
- "example": "8"
- },
- "nonmoveable_count": {
- "content": "$3",
- "example": "2"
- }
- }
- },
"verificationCodeTotp": {
"message": "Verification code (TOTP)"
},
@@ -4530,6 +4508,40 @@
}
}
},
+ "reorderFieldUp": {
+ "message": "$LABEL$ moved up, position $INDEX$ of $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
+ "reorderFieldDown": {
+ "message": "$LABEL$ moved down, position $INDEX$ of $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
"keyUpdateFoldersFailed": {
"message": "When updating your encryption key, your folders could not be decrypted. To continue with the update, your folders must be deleted. No vault items will be deleted if you proceed."
},
@@ -7264,12 +7276,6 @@
"numberOfUsers": {
"message": "Number of users"
},
- "loggingInAs": {
- "message": "Logging in as"
- },
- "notYou": {
- "message": "Not you?"
- },
"pickAnAvatarColor": {
"message": "Pick an avatar colour"
},
@@ -8393,9 +8399,6 @@
"requestAdminApproval": {
"message": "Request admin approval"
},
- "approveWithMasterPassword": {
- "message": "Approve with master password"
- },
"trustedDeviceEncryption": {
"message": "Trusted device encryption"
},
@@ -8610,9 +8613,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "Your request has been sent to your admin."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "You will be notified once approved."
- },
"troubleLoggingIn": {
"message": "Trouble logging in?"
},
@@ -9338,6 +9338,15 @@
"deviceManagementDesc": {
"message": "Configure device management for Bitwarden using the implementation guide for your platform."
},
+ "deviceIdMissing": {
+ "message": "Device ID is missing"
+ },
+ "deviceTypeMissing": {
+ "message": "Device type is missing"
+ },
+ "deviceCreationDateMissing": {
+ "message": "Device creation date is missing"
+ },
"desktopRequired": {
"message": "Desktop required"
},
@@ -10339,6 +10348,36 @@
"organizationNameMaxLength": {
"message": "Organisation name cannot exceed 50 characters."
},
+ "sshKeyWrongPassword": {
+ "message": "The password you entered is incorrect."
+ },
+ "importSshKey": {
+ "message": "Import"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Confirm password"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Enter the password for the SSH key."
+ },
+ "enterSshKeyPassword": {
+ "message": "Enter password"
+ },
+ "invalidSshKey": {
+ "message": "The SSH key is invalid"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "The SSH key type is not supported"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Import key from clipboard"
+ },
+ "sshKeyImported": {
+ "message": "SSH key imported successfully"
+ },
+ "copySSHPrivateKey": {
+ "message": "Copy private key"
+ },
"openingExtension": {
"message": "Opening the Bitwarden browser extension"
},
@@ -10504,5 +10543,8 @@
},
"upgradeEventLogMessage": {
"message": "These events are examples only and do not reflect real events within your Bitwarden organisation."
+ },
+ "cannotCreateCollection": {
+ "message": "Free organisations may have up to 2 collections. Upgrade to a paid plan to add more collections."
}
}
diff --git a/apps/web/src/locales/eo/messages.json b/apps/web/src/locales/eo/messages.json
index 04329b08550..ce40767f4c1 100644
--- a/apps/web/src/locales/eo/messages.json
+++ b/apps/web/src/locales/eo/messages.json
@@ -428,6 +428,9 @@
"dragToSort": {
"message": "Trenu por ordigi"
},
+ "dragToReorder": {
+ "message": "Drag to reorder"
+ },
"cfTypeText": {
"message": "Teksto"
},
@@ -470,6 +473,19 @@
"editFolder": {
"message": "Redakti dosierujon"
},
+ "editWithName": {
+ "message": "Edit $ITEM$: $NAME$",
+ "placeholders": {
+ "item": {
+ "content": "$1",
+ "example": "login"
+ },
+ "name": {
+ "content": "$2",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "New folder"
},
@@ -863,9 +879,6 @@
"filter": {
"message": "Filter"
},
- "moveSelectedToOrg": {
- "message": "Movu Elektitaĵojn al Organizo"
- },
"deleteSelected": {
"message": "Forigi Elektitajn"
},
@@ -921,15 +934,6 @@
}
}
},
- "movedItemsToOrg": {
- "message": "Selected items moved to $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Items moved to $ORGNAME$",
"placeholders": {
@@ -1270,12 +1274,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Enter your account email address and your password hint will be sent to you"
},
- "passwordHint": {
- "message": "Pasvorta Konsilo"
- },
- "enterEmailToGetHint": {
- "message": "Enigu vian retpoŝtadreson por ricevi vian ĉefan pasvortan aludon."
- },
"getMasterPasswordHint": {
"message": "Akiru ĉefan pasvortan sugeston"
},
@@ -1561,9 +1559,6 @@
"moveToOrgDesc": {
"message": "Choose an organization that you wish to move this item to. Moving to an organization transfers ownership of the item to that organization. You will no longer be the direct owner of this item once it has been moved."
},
- "moveManyToOrgDesc": {
- "message": "Choose an organization that you wish to move these items to. Moving to an organization transfers ownership of the items to that organization. You will no longer be the direct owner of these items once they have been moved."
- },
"collectionsDesc": {
"message": "Redaktu la kolektojn kun kiuj ĉi tiu ero estas dividita. Nur organizaj uzantoj kun aliro al ĉi tiuj kolektoj povos vidi ĉi tiun eron."
},
@@ -1597,23 +1592,6 @@
}
}
},
- "moveSelectedItemsCountDesc": {
- "message": "You have selected $COUNT$ item(s). $MOVEABLE_COUNT$ item(s) can be moved to an organization, $NONMOVEABLE_COUNT$ cannot.",
- "placeholders": {
- "count": {
- "content": "$1",
- "example": "10"
- },
- "moveable_count": {
- "content": "$2",
- "example": "8"
- },
- "nonmoveable_count": {
- "content": "$3",
- "example": "2"
- }
- }
- },
"verificationCodeTotp": {
"message": "Kontrola Kodo (TOTP)"
},
@@ -4530,6 +4508,40 @@
}
}
},
+ "reorderFieldUp": {
+ "message": "$LABEL$ moved up, position $INDEX$ of $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
+ "reorderFieldDown": {
+ "message": "$LABEL$ moved down, position $INDEX$ of $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
"keyUpdateFoldersFailed": {
"message": "When updating your encryption key, your folders could not be decrypted. To continue with the update, your folders must be deleted. No vault items will be deleted if you proceed."
},
@@ -7264,12 +7276,6 @@
"numberOfUsers": {
"message": "Nombro de uzantoj"
},
- "loggingInAs": {
- "message": "Logging in as"
- },
- "notYou": {
- "message": "Not you?"
- },
"pickAnAvatarColor": {
"message": "Pick an avatar color"
},
@@ -8393,9 +8399,6 @@
"requestAdminApproval": {
"message": "Request admin approval"
},
- "approveWithMasterPassword": {
- "message": "Approve with master password"
- },
"trustedDeviceEncryption": {
"message": "Trusted device encryption"
},
@@ -8610,9 +8613,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "Your request has been sent to your admin."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "You will be notified once approved."
- },
"troubleLoggingIn": {
"message": "Trouble logging in?"
},
@@ -9338,6 +9338,15 @@
"deviceManagementDesc": {
"message": "Configure device management for Bitwarden using the implementation guide for your platform."
},
+ "deviceIdMissing": {
+ "message": "Device ID is missing"
+ },
+ "deviceTypeMissing": {
+ "message": "Device type is missing"
+ },
+ "deviceCreationDateMissing": {
+ "message": "Device creation date is missing"
+ },
"desktopRequired": {
"message": "Desktop required"
},
@@ -10339,6 +10348,36 @@
"organizationNameMaxLength": {
"message": "Organization name cannot exceed 50 characters."
},
+ "sshKeyWrongPassword": {
+ "message": "The password you entered is incorrect."
+ },
+ "importSshKey": {
+ "message": "Import"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Confirm password"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Enter the password for the SSH key."
+ },
+ "enterSshKeyPassword": {
+ "message": "Enter password"
+ },
+ "invalidSshKey": {
+ "message": "The SSH key is invalid"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "The SSH key type is not supported"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Import key from clipboard"
+ },
+ "sshKeyImported": {
+ "message": "SSH key imported successfully"
+ },
+ "copySSHPrivateKey": {
+ "message": "Copy private key"
+ },
"openingExtension": {
"message": "Opening the Bitwarden browser extension"
},
@@ -10504,5 +10543,8 @@
},
"upgradeEventLogMessage": {
"message": "These events are examples only and do not reflect real events within your Bitwarden organization."
+ },
+ "cannotCreateCollection": {
+ "message": "Free organizations may have up to 2 collections. Upgrade to a paid plan to add more collections."
}
}
diff --git a/apps/web/src/locales/es/messages.json b/apps/web/src/locales/es/messages.json
index 985caba147b..1c71a29f48b 100644
--- a/apps/web/src/locales/es/messages.json
+++ b/apps/web/src/locales/es/messages.json
@@ -428,6 +428,9 @@
"dragToSort": {
"message": "Arrastra para ordenar"
},
+ "dragToReorder": {
+ "message": "Drag to reorder"
+ },
"cfTypeText": {
"message": "Texto"
},
@@ -470,6 +473,19 @@
"editFolder": {
"message": "Editar carpeta"
},
+ "editWithName": {
+ "message": "Edit $ITEM$: $NAME$",
+ "placeholders": {
+ "item": {
+ "content": "$1",
+ "example": "login"
+ },
+ "name": {
+ "content": "$2",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "New folder"
},
@@ -863,9 +879,6 @@
"filter": {
"message": "Filtro"
},
- "moveSelectedToOrg": {
- "message": "Mover los seleccionados a la organización"
- },
"deleteSelected": {
"message": "Eliminar selección"
},
@@ -921,15 +934,6 @@
}
}
},
- "movedItemsToOrg": {
- "message": "Elementos seleccionados movidos a $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Items moved to $ORGNAME$",
"placeholders": {
@@ -1270,12 +1274,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Enter your account email address and your password hint will be sent to you"
},
- "passwordHint": {
- "message": "Pista de contraseña"
- },
- "enterEmailToGetHint": {
- "message": "Introduce el correo electrónico de tu cuenta para recibir la pista de tu contraseña maestra."
- },
"getMasterPasswordHint": {
"message": "Obtener pista de la contraseña maestra"
},
@@ -1561,9 +1559,6 @@
"moveToOrgDesc": {
"message": "Elige una organización a la que deseas mover este objeto. Moviendo a una organización transfiere la propiedad del objeto a esa organización. Ya no serás el dueño directo de este objeto una vez que haya sido movido."
},
- "moveManyToOrgDesc": {
- "message": "Elija una organización a la que desea mover estos elementos. Moviendo a una organización transfiere la propiedad de los elementos a esa organización. Ya no serás el dueño directo de estos objetos una vez que hayan sido movidos."
- },
"collectionsDesc": {
"message": "Elige las colecciones con la que este elemento va a ser compartido. Solo los miembros de la organización que puedan acceder a esas colecciones podrán ver el elemento."
},
@@ -1597,23 +1592,6 @@
}
}
},
- "moveSelectedItemsCountDesc": {
- "message": "Ha seleccionado $COUNT$ elemento(s). Se pueden mover $MOVEABLE_COUNT$ elemento(s) a una organización, no se pueden mover $NONMOVEABLE_COUNT$.",
- "placeholders": {
- "count": {
- "content": "$1",
- "example": "10"
- },
- "moveable_count": {
- "content": "$2",
- "example": "8"
- },
- "nonmoveable_count": {
- "content": "$3",
- "example": "2"
- }
- }
- },
"verificationCodeTotp": {
"message": "Código de verificación (TOTP)"
},
@@ -4530,6 +4508,40 @@
}
}
},
+ "reorderFieldUp": {
+ "message": "$LABEL$ moved up, position $INDEX$ of $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
+ "reorderFieldDown": {
+ "message": "$LABEL$ moved down, position $INDEX$ of $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
"keyUpdateFoldersFailed": {
"message": "When updating your encryption key, your folders could not be decrypted. To continue with the update, your folders must be deleted. No vault items will be deleted if you proceed."
},
@@ -7264,12 +7276,6 @@
"numberOfUsers": {
"message": "Número de usuarios"
},
- "loggingInAs": {
- "message": "Iniciando sesión como"
- },
- "notYou": {
- "message": "¿No eres tú?"
- },
"pickAnAvatarColor": {
"message": "Elige un color de avatar"
},
@@ -8393,9 +8399,6 @@
"requestAdminApproval": {
"message": "Solicitar aprobación del administrador"
},
- "approveWithMasterPassword": {
- "message": "Aprobar con contraseña maestra"
- },
"trustedDeviceEncryption": {
"message": "Cifrado de dispositivo de confianza"
},
@@ -8610,9 +8613,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "Su solicitud ha sido enviada a su administrador."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "Se le notificará una vez aprobado."
- },
"troubleLoggingIn": {
"message": "¿Problemas para iniciar sesión?"
},
@@ -9338,6 +9338,15 @@
"deviceManagementDesc": {
"message": "Configure device management for Bitwarden using the implementation guide for your platform."
},
+ "deviceIdMissing": {
+ "message": "Device ID is missing"
+ },
+ "deviceTypeMissing": {
+ "message": "Device type is missing"
+ },
+ "deviceCreationDateMissing": {
+ "message": "Device creation date is missing"
+ },
"desktopRequired": {
"message": "Desktop required"
},
@@ -10339,6 +10348,36 @@
"organizationNameMaxLength": {
"message": "Organization name cannot exceed 50 characters."
},
+ "sshKeyWrongPassword": {
+ "message": "The password you entered is incorrect."
+ },
+ "importSshKey": {
+ "message": "Import"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Confirm password"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Enter the password for the SSH key."
+ },
+ "enterSshKeyPassword": {
+ "message": "Enter password"
+ },
+ "invalidSshKey": {
+ "message": "The SSH key is invalid"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "The SSH key type is not supported"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Import key from clipboard"
+ },
+ "sshKeyImported": {
+ "message": "SSH key imported successfully"
+ },
+ "copySSHPrivateKey": {
+ "message": "Copy private key"
+ },
"openingExtension": {
"message": "Opening the Bitwarden browser extension"
},
@@ -10504,5 +10543,8 @@
},
"upgradeEventLogMessage": {
"message": "These events are examples only and do not reflect real events within your Bitwarden organization."
+ },
+ "cannotCreateCollection": {
+ "message": "Free organizations may have up to 2 collections. Upgrade to a paid plan to add more collections."
}
}
diff --git a/apps/web/src/locales/et/messages.json b/apps/web/src/locales/et/messages.json
index 741af41d14c..f9a5b810ded 100644
--- a/apps/web/src/locales/et/messages.json
+++ b/apps/web/src/locales/et/messages.json
@@ -428,6 +428,9 @@
"dragToSort": {
"message": "Lohista sorteerimiseks"
},
+ "dragToReorder": {
+ "message": "Drag to reorder"
+ },
"cfTypeText": {
"message": "Tekst"
},
@@ -470,6 +473,19 @@
"editFolder": {
"message": "Muuda kausta"
},
+ "editWithName": {
+ "message": "Edit $ITEM$: $NAME$",
+ "placeholders": {
+ "item": {
+ "content": "$1",
+ "example": "login"
+ },
+ "name": {
+ "content": "$2",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "New folder"
},
@@ -863,9 +879,6 @@
"filter": {
"message": "Filter"
},
- "moveSelectedToOrg": {
- "message": "Teisalda valitud organisatsiooni"
- },
"deleteSelected": {
"message": "Kustuta valitud"
},
@@ -921,15 +934,6 @@
}
}
},
- "movedItemsToOrg": {
- "message": "Valitud kirjed teisaldati $ORGNAME$-le",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Kirjed liigutatud $ORGNAME$",
"placeholders": {
@@ -1270,12 +1274,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Enter your account email address and your password hint will be sent to you"
},
- "passwordHint": {
- "message": "Parooli vihje"
- },
- "enterEmailToGetHint": {
- "message": "Ülemparooli vihje saamiseks sisesta oma konto e-posti aadress."
- },
"getMasterPasswordHint": {
"message": "Tuleta ülemparooli vihjega meelde"
},
@@ -1561,9 +1559,6 @@
"moveToOrgDesc": {
"message": "Vali organisatsioon, kuhu soovid seda kirjet teisaldada. Teisaldamisega saab kirje omanikuks organisatsioon. Pärast kirje teisaldamist ei ole sa enam selle otsene omanik."
},
- "moveManyToOrgDesc": {
- "message": "Vali organisatsioon, kuhu soovid seda kirjet teisaldada. Teisaldamisega saab kirje omanikuks organisatsioon. Pärast kirje teisaldamist ei ole sa enam selle otsene omanik."
- },
"collectionsDesc": {
"message": "Muuda kollektsioone, millega seda kirjet jagatakse. Seda kirjet näevad üksnes organisatsiooni kasutajad, kes omavad nendele kollektsioonidele ligipääsu."
},
@@ -1597,23 +1592,6 @@
}
}
},
- "moveSelectedItemsCountDesc": {
- "message": "Valisid $COUNT$ kirje(t). $MOVEABLE_COUNT$ kirje(t) saab teisaldada organisatsiooni, $NONMOVEABLE_COUNT$ ei saa.",
- "placeholders": {
- "count": {
- "content": "$1",
- "example": "10"
- },
- "moveable_count": {
- "content": "$2",
- "example": "8"
- },
- "nonmoveable_count": {
- "content": "$3",
- "example": "2"
- }
- }
- },
"verificationCodeTotp": {
"message": "Kinnituskood (TOTP)"
},
@@ -4530,6 +4508,40 @@
}
}
},
+ "reorderFieldUp": {
+ "message": "$LABEL$ moved up, position $INDEX$ of $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
+ "reorderFieldDown": {
+ "message": "$LABEL$ moved down, position $INDEX$ of $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
"keyUpdateFoldersFailed": {
"message": "When updating your encryption key, your folders could not be decrypted. To continue with the update, your folders must be deleted. No vault items will be deleted if you proceed."
},
@@ -7264,12 +7276,6 @@
"numberOfUsers": {
"message": "Kasutajate arv"
},
- "loggingInAs": {
- "message": "Sisselogimas kui"
- },
- "notYou": {
- "message": "Pole sina?"
- },
"pickAnAvatarColor": {
"message": "Pick an avatar color"
},
@@ -8393,9 +8399,6 @@
"requestAdminApproval": {
"message": "Request admin approval"
},
- "approveWithMasterPassword": {
- "message": "Approve with master password"
- },
"trustedDeviceEncryption": {
"message": "Trusted device encryption"
},
@@ -8610,9 +8613,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "Your request has been sent to your admin."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "You will be notified once approved."
- },
"troubleLoggingIn": {
"message": "Trouble logging in?"
},
@@ -9338,6 +9338,15 @@
"deviceManagementDesc": {
"message": "Configure device management for Bitwarden using the implementation guide for your platform."
},
+ "deviceIdMissing": {
+ "message": "Device ID is missing"
+ },
+ "deviceTypeMissing": {
+ "message": "Device type is missing"
+ },
+ "deviceCreationDateMissing": {
+ "message": "Device creation date is missing"
+ },
"desktopRequired": {
"message": "Desktop required"
},
@@ -10339,6 +10348,36 @@
"organizationNameMaxLength": {
"message": "Organization name cannot exceed 50 characters."
},
+ "sshKeyWrongPassword": {
+ "message": "The password you entered is incorrect."
+ },
+ "importSshKey": {
+ "message": "Import"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Confirm password"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Enter the password for the SSH key."
+ },
+ "enterSshKeyPassword": {
+ "message": "Enter password"
+ },
+ "invalidSshKey": {
+ "message": "The SSH key is invalid"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "The SSH key type is not supported"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Import key from clipboard"
+ },
+ "sshKeyImported": {
+ "message": "SSH key imported successfully"
+ },
+ "copySSHPrivateKey": {
+ "message": "Copy private key"
+ },
"openingExtension": {
"message": "Opening the Bitwarden browser extension"
},
@@ -10504,5 +10543,8 @@
},
"upgradeEventLogMessage": {
"message": "These events are examples only and do not reflect real events within your Bitwarden organization."
+ },
+ "cannotCreateCollection": {
+ "message": "Free organizations may have up to 2 collections. Upgrade to a paid plan to add more collections."
}
}
diff --git a/apps/web/src/locales/eu/messages.json b/apps/web/src/locales/eu/messages.json
index 7455c0ca652..d0e99c73e66 100644
--- a/apps/web/src/locales/eu/messages.json
+++ b/apps/web/src/locales/eu/messages.json
@@ -428,6 +428,9 @@
"dragToSort": {
"message": "Arrastatu txukuntzeko"
},
+ "dragToReorder": {
+ "message": "Drag to reorder"
+ },
"cfTypeText": {
"message": "Testua"
},
@@ -470,6 +473,19 @@
"editFolder": {
"message": "Editatu Karpeta"
},
+ "editWithName": {
+ "message": "Edit $ITEM$: $NAME$",
+ "placeholders": {
+ "item": {
+ "content": "$1",
+ "example": "login"
+ },
+ "name": {
+ "content": "$2",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "New folder"
},
@@ -863,9 +879,6 @@
"filter": {
"message": "Filter"
},
- "moveSelectedToOrg": {
- "message": "Mugitu hautatutako antolakundera"
- },
"deleteSelected": {
"message": "Ezabatu hautatutakoa"
},
@@ -921,15 +934,6 @@
}
}
},
- "movedItemsToOrg": {
- "message": "Hautatutako elementuak $ORGNAME$-ra mugituak",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Items moved to $ORGNAME$",
"placeholders": {
@@ -1270,12 +1274,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Enter your account email address and your password hint will be sent to you"
},
- "passwordHint": {
- "message": "Pasahitza gogoratzeko pista"
- },
- "enterEmailToGetHint": {
- "message": "Sartu zure kontuko emaila pasahitz nagusiaren pista jasotzeko."
- },
"getMasterPasswordHint": {
"message": "Jaso pasahitz nagusiaren pista"
},
@@ -1561,9 +1559,6 @@
"moveToOrgDesc": {
"message": "Aukeratu elementu hau zein erakundetara eraman nahi duzun. Erakunde batera pasatzeak elementuaren jabetza erakunde horretara transferitzen du. Zu ez zara elementu honen jabe zuzena izango mugitzen duzunean."
},
- "moveManyToOrgDesc": {
- "message": "Aukeratu elementu hauek zein erakundetara eraman nahi dituzun. Erakunde batera pasatzeak elementuen jabetzak erakunde horretara transferitzen ditu. Zu ez zara elementu horien jabe zuzena izango mugitzen dituzunean."
- },
"collectionsDesc": {
"message": "Aukeratu elementu hau zein bildumarekin partekatzen den. Bilduma horietarako sarbidea duten erakundeko erabiltzaileek bakarrik ikus dezakete elementu hau."
},
@@ -1597,23 +1592,6 @@
}
}
},
- "moveSelectedItemsCountDesc": {
- "message": "$COUNT$ artikulu hautatu d(it)uzu. $MOVEABLE_COUNT$ artikulu erakunde batera alda daite(z)ke, $NONMOVEABLE_COUNT$ ezin d(ir)a.",
- "placeholders": {
- "count": {
- "content": "$1",
- "example": "10"
- },
- "moveable_count": {
- "content": "$2",
- "example": "8"
- },
- "nonmoveable_count": {
- "content": "$3",
- "example": "2"
- }
- }
- },
"verificationCodeTotp": {
"message": "Egiaztatze-kodea (TOTP)"
},
@@ -4530,6 +4508,40 @@
}
}
},
+ "reorderFieldUp": {
+ "message": "$LABEL$ moved up, position $INDEX$ of $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
+ "reorderFieldDown": {
+ "message": "$LABEL$ moved down, position $INDEX$ of $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
"keyUpdateFoldersFailed": {
"message": "When updating your encryption key, your folders could not be decrypted. To continue with the update, your folders must be deleted. No vault items will be deleted if you proceed."
},
@@ -7264,12 +7276,6 @@
"numberOfUsers": {
"message": "Erabiltzaile kopurua"
},
- "loggingInAs": {
- "message": "Honela hasi saioa"
- },
- "notYou": {
- "message": "Ez zara zu?"
- },
"pickAnAvatarColor": {
"message": "Pick an avatar color"
},
@@ -8393,9 +8399,6 @@
"requestAdminApproval": {
"message": "Request admin approval"
},
- "approveWithMasterPassword": {
- "message": "Approve with master password"
- },
"trustedDeviceEncryption": {
"message": "Trusted device encryption"
},
@@ -8610,9 +8613,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "Your request has been sent to your admin."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "You will be notified once approved."
- },
"troubleLoggingIn": {
"message": "Trouble logging in?"
},
@@ -9338,6 +9338,15 @@
"deviceManagementDesc": {
"message": "Configure device management for Bitwarden using the implementation guide for your platform."
},
+ "deviceIdMissing": {
+ "message": "Device ID is missing"
+ },
+ "deviceTypeMissing": {
+ "message": "Device type is missing"
+ },
+ "deviceCreationDateMissing": {
+ "message": "Device creation date is missing"
+ },
"desktopRequired": {
"message": "Desktop required"
},
@@ -10339,6 +10348,36 @@
"organizationNameMaxLength": {
"message": "Organization name cannot exceed 50 characters."
},
+ "sshKeyWrongPassword": {
+ "message": "The password you entered is incorrect."
+ },
+ "importSshKey": {
+ "message": "Import"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Confirm password"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Enter the password for the SSH key."
+ },
+ "enterSshKeyPassword": {
+ "message": "Enter password"
+ },
+ "invalidSshKey": {
+ "message": "The SSH key is invalid"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "The SSH key type is not supported"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Import key from clipboard"
+ },
+ "sshKeyImported": {
+ "message": "SSH key imported successfully"
+ },
+ "copySSHPrivateKey": {
+ "message": "Copy private key"
+ },
"openingExtension": {
"message": "Opening the Bitwarden browser extension"
},
@@ -10504,5 +10543,8 @@
},
"upgradeEventLogMessage": {
"message": "These events are examples only and do not reflect real events within your Bitwarden organization."
+ },
+ "cannotCreateCollection": {
+ "message": "Free organizations may have up to 2 collections. Upgrade to a paid plan to add more collections."
}
}
diff --git a/apps/web/src/locales/fa/messages.json b/apps/web/src/locales/fa/messages.json
index f8427a42c32..04cddc65f2f 100644
--- a/apps/web/src/locales/fa/messages.json
+++ b/apps/web/src/locales/fa/messages.json
@@ -428,6 +428,9 @@
"dragToSort": {
"message": "برای مرتبسازی بکشید"
},
+ "dragToReorder": {
+ "message": "Drag to reorder"
+ },
"cfTypeText": {
"message": "متن"
},
@@ -470,6 +473,19 @@
"editFolder": {
"message": "ويرايش پوشه"
},
+ "editWithName": {
+ "message": "Edit $ITEM$: $NAME$",
+ "placeholders": {
+ "item": {
+ "content": "$1",
+ "example": "login"
+ },
+ "name": {
+ "content": "$2",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "New folder"
},
@@ -863,9 +879,6 @@
"filter": {
"message": "فیلتر"
},
- "moveSelectedToOrg": {
- "message": "انتقال مورد انتخاب شده به سازمان"
- },
"deleteSelected": {
"message": "حذف موارد انتخاب شده"
},
@@ -921,15 +934,6 @@
}
}
},
- "movedItemsToOrg": {
- "message": "موارد انتخاب شده به $ORGNAME$ منتقل شدند",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Items moved to $ORGNAME$",
"placeholders": {
@@ -1270,12 +1274,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Enter your account email address and your password hint will be sent to you"
},
- "passwordHint": {
- "message": "یادآور کلمه عبور"
- },
- "enterEmailToGetHint": {
- "message": "برای دریافت یادآور کلمه عبور اصلی خود نشانی ایمیلتان را وارد کنید."
- },
"getMasterPasswordHint": {
"message": "دریافت یادآور کلمه عبور اصلی"
},
@@ -1561,9 +1559,6 @@
"moveToOrgDesc": {
"message": "سازمانی را انتخاب کنید که میخواهید این مورد را به آن منتقل کنید. انتقال به یک سازمان، مالکیت مورد را به آن سازمان منتقل میکند. پس از انتقال این مورد، دیگر مالک مستقیم آن نخواهید بود."
},
- "moveManyToOrgDesc": {
- "message": "سازمانی را انتخاب کنید که میخواهید این موارد را به آن منتقل کنید. انتقال به یک سازمان، مالکیت موارد را به آن سازمان منتقل میکند. پس از انتقال این موارد، دیگر مالک مستقیم آنها نخواهید بود."
- },
"collectionsDesc": {
"message": "مجموعههایی را ویرایش کنید که این مورد با آنها به اشتراک گذاشته میشود. فقط کاربران سازمانی که به این مجموعهها دسترسی دارند میتوانند این مورد را ببینند."
},
@@ -1597,23 +1592,6 @@
}
}
},
- "moveSelectedItemsCountDesc": {
- "message": "شما $COUNT$ مورد را انتخاب کرده اید. $MOVEABLE_COUNT$ مورد را میتوان به یک سازمان منتقل کرد، $NONMOVEABLE_COUNT$ تا را نمیتواند.",
- "placeholders": {
- "count": {
- "content": "$1",
- "example": "10"
- },
- "moveable_count": {
- "content": "$2",
- "example": "8"
- },
- "nonmoveable_count": {
- "content": "$3",
- "example": "2"
- }
- }
- },
"verificationCodeTotp": {
"message": "کد تأیید (TOTP)"
},
@@ -4530,6 +4508,40 @@
}
}
},
+ "reorderFieldUp": {
+ "message": "$LABEL$ moved up, position $INDEX$ of $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
+ "reorderFieldDown": {
+ "message": "$LABEL$ moved down, position $INDEX$ of $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
"keyUpdateFoldersFailed": {
"message": "When updating your encryption key, your folders could not be decrypted. To continue with the update, your folders must be deleted. No vault items will be deleted if you proceed."
},
@@ -7264,12 +7276,6 @@
"numberOfUsers": {
"message": "تعداد کاربران"
},
- "loggingInAs": {
- "message": "در حال ورود به عنوان"
- },
- "notYou": {
- "message": "شما نیستید؟"
- },
"pickAnAvatarColor": {
"message": "یک رنگ آواتار را انتخاب کنید"
},
@@ -8393,9 +8399,6 @@
"requestAdminApproval": {
"message": "درخواست تأیید مدیر"
},
- "approveWithMasterPassword": {
- "message": "تأیید با کلمه عبور اصلی"
- },
"trustedDeviceEncryption": {
"message": "رمزگذاری دستگاه مورد اعتماد"
},
@@ -8610,9 +8613,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "درخواست شما به مدیرتان فرستاده شد."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "به محض تأیید مطلع خواهید شد."
- },
"troubleLoggingIn": {
"message": "در ورود مشکلی دارید؟"
},
@@ -9338,6 +9338,15 @@
"deviceManagementDesc": {
"message": "Configure device management for Bitwarden using the implementation guide for your platform."
},
+ "deviceIdMissing": {
+ "message": "Device ID is missing"
+ },
+ "deviceTypeMissing": {
+ "message": "Device type is missing"
+ },
+ "deviceCreationDateMissing": {
+ "message": "Device creation date is missing"
+ },
"desktopRequired": {
"message": "Desktop required"
},
@@ -10339,6 +10348,36 @@
"organizationNameMaxLength": {
"message": "Organization name cannot exceed 50 characters."
},
+ "sshKeyWrongPassword": {
+ "message": "The password you entered is incorrect."
+ },
+ "importSshKey": {
+ "message": "Import"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Confirm password"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Enter the password for the SSH key."
+ },
+ "enterSshKeyPassword": {
+ "message": "Enter password"
+ },
+ "invalidSshKey": {
+ "message": "The SSH key is invalid"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "The SSH key type is not supported"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Import key from clipboard"
+ },
+ "sshKeyImported": {
+ "message": "SSH key imported successfully"
+ },
+ "copySSHPrivateKey": {
+ "message": "Copy private key"
+ },
"openingExtension": {
"message": "Opening the Bitwarden browser extension"
},
@@ -10504,5 +10543,8 @@
},
"upgradeEventLogMessage": {
"message": "These events are examples only and do not reflect real events within your Bitwarden organization."
+ },
+ "cannotCreateCollection": {
+ "message": "Free organizations may have up to 2 collections. Upgrade to a paid plan to add more collections."
}
}
diff --git a/apps/web/src/locales/fi/messages.json b/apps/web/src/locales/fi/messages.json
index 280226f0c6c..9427a4e8e22 100644
--- a/apps/web/src/locales/fi/messages.json
+++ b/apps/web/src/locales/fi/messages.json
@@ -117,7 +117,7 @@
"message": "Riskialttiit jäsenet"
},
"atRiskMembersWithCount": {
- "message": "At-risk members ($COUNT$)",
+ "message": "Vaarantuneet jäsenet ($COUNT$)",
"placeholders": {
"count": {
"content": "$1",
@@ -126,7 +126,7 @@
}
},
"atRiskApplicationsWithCount": {
- "message": "At-risk applications ($COUNT$)",
+ "message": "Vaarantuneet sovellukset ($COUNT$)",
"placeholders": {
"count": {
"content": "$1",
@@ -196,13 +196,13 @@
"message": "Uusi salasana"
},
"passphrase": {
- "message": "Salauslauseke"
+ "message": "Salauslause"
},
"notes": {
"message": "Merkinnät"
},
"privateNote": {
- "message": "Private note"
+ "message": "Yksityinen muistiinpano"
},
"note": {
"message": "Muistiinpano"
@@ -428,6 +428,9 @@
"dragToSort": {
"message": "Järjestele raahaamalla"
},
+ "dragToReorder": {
+ "message": "Järjestä vetämällä"
+ },
"cfTypeText": {
"message": "Teksti"
},
@@ -470,17 +473,30 @@
"editFolder": {
"message": "Muokkaa kansiota"
},
+ "editWithName": {
+ "message": "Muokkaa $ITEM$: $NAME$",
+ "placeholders": {
+ "item": {
+ "content": "$1",
+ "example": "login"
+ },
+ "name": {
+ "content": "$2",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
- "message": "New folder"
+ "message": "Uusi kansio"
},
"folderName": {
- "message": "Folder name"
+ "message": "Kansion nimi"
},
"folderHintText": {
"message": "Nest a folder by adding the parent folder's name followed by a “/”. Example: Social/Forums"
},
"deleteFolderPermanently": {
- "message": "Are you sure you want to permanently delete this folder?"
+ "message": "Haluatko varmasti poistaa tämän kansion pysyvästi?"
},
"baseDomain": {
"message": "Pääverkkotunnus",
@@ -863,9 +879,6 @@
"filter": {
"message": "Suodattimet"
},
- "moveSelectedToOrg": {
- "message": "Siirrä valitut organisaatiolle"
- },
"deleteSelected": {
"message": "Poista valitut"
},
@@ -921,15 +934,6 @@
}
}
},
- "movedItemsToOrg": {
- "message": "Valitut kohteet siirrettiin organisaatiolle $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Kohteet siirrettiin organisaatiolle $ORGNAME$",
"placeholders": {
@@ -1033,7 +1037,7 @@
"message": "Ei"
},
"location": {
- "message": "Location"
+ "message": "Sijainti"
},
"loginOrCreateNewAccount": {
"message": "Käytä salattua holviasi kirjautumalla sisään tai luo uusi tili."
@@ -1177,7 +1181,7 @@
"message": "Enter the code from your authenticator app"
},
"pressYourYubiKeyToAuthenticate": {
- "message": "Tunnistaudu painamalla YubiKeytäsi"
+ "message": "Tunnistaudu koskettamalla YubiKeytäsi"
},
"authenticationTimeout": {
"message": "Todennuksen aikakatkaisu"
@@ -1186,16 +1190,16 @@
"message": "Todennusistunto aikakatkaistiin. Ole hyvä ja aloita kirjautumisprosessi uudelleen."
},
"verifyYourIdentity": {
- "message": "Verify your Identity"
+ "message": "Vahvista henkilöllisyytesi"
},
"weDontRecognizeThisDevice": {
"message": "We don't recognize this device. Enter the code sent to your email to verify your identity."
},
"continueLoggingIn": {
- "message": "Continue logging in"
+ "message": "Jatka kirjautumista"
},
"whatIsADevice": {
- "message": "What is a device?"
+ "message": "Mikä on laite?"
},
"aDeviceIs": {
"message": "A device is a unique installation of the Bitwarden app where you have logged in. Reinstalling, clearing app data, or clearing your cookies could result in a device appearing multiple times."
@@ -1204,7 +1208,7 @@
"message": "Kirjautuminen aloitettu"
},
"logInRequestSent": {
- "message": "Request sent"
+ "message": "Pyyntö lähetetty"
},
"submit": {
"message": "Jatka"
@@ -1270,12 +1274,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Syötä tilisi sähköpostiosoite, niin salasanavihjeesi lähetetään sinulle sähköpostitse"
},
- "passwordHint": {
- "message": "Salasanavihje"
- },
- "enterEmailToGetHint": {
- "message": "Syötä tilisi sähköpostiosoite saadaksesi pääsalasanan vihjeen."
- },
"getMasterPasswordHint": {
"message": "Pyydä pääsalasanan vihjettä"
},
@@ -1420,10 +1418,10 @@
"message": "web app"
},
"notificationSentDevicePart2": {
- "message": "Make sure the Fingerprint phrase matches the one below before approving."
+ "message": "Ennen hyväksyntää varmista, että tunnistelause vastaa alla olevaa lausetta."
},
"notificationSentDeviceComplete": {
- "message": "Unlock Bitwarden on your device. Make sure the Fingerprint phrase matches the one below before approving."
+ "message": "Avaa Bitwarden laitteellasi. Ennen hyväksyntää varmista, että tunnistelause vastaa alla olevaa lausetta."
},
"aNotificationWasSentToYourDevice": {
"message": "Laitteeseesi lähetettiin ilmoitus"
@@ -1462,7 +1460,7 @@
"message": "Muista minut"
},
"dontAskAgainOnThisDeviceFor30Days": {
- "message": "Don't ask again on this device for 30 days"
+ "message": "Älä kysy uudelleen tällä laitteella 30 päivään"
},
"sendVerificationCodeEmailAgain": {
"message": "Lähetä todennuskoodi sähköpostitse uudelleen"
@@ -1471,14 +1469,14 @@
"message": "Käytä vaihtoehtoista todennustapaa"
},
"selectAnotherMethod": {
- "message": "Select another method",
+ "message": "Valitse vaihtoehtoinen tapa",
"description": "Select another two-step login method"
},
"useYourRecoveryCode": {
- "message": "Use your recovery code"
+ "message": "Käytä palautuskoodiasi"
},
"insertYubiKey": {
- "message": "Kytke YubiKey-todennuslaitteesi tietokoneen USB-porttiin ja paina sen painiketta."
+ "message": "Kytke YubiKey-suojausavaimesi tietokoneen USB-porttiin ja kosketa sen painiketta."
},
"insertU2f": {
"message": "Kytke suojausavaimesi tietokoneen USB-porttiin ja jos laitteessa on painike, paina sitä."
@@ -1496,10 +1494,10 @@
"message": "Kaksivaiheisen kirjautumisen asetukset"
},
"selectTwoStepLoginMethod": {
- "message": "Select two-step login method"
+ "message": "Valitse todennustapa"
},
"recoveryCodeDesc": {
- "message": "Etkö voi käyttää kaksivaiheisen kirjautumisen todentajiasi? Poista kaikki määritetyt todentajat käytöstä palautuskoodillasi."
+ "message": "Etkö voi käyttää kaksivaiheisen kirjautumisen todentajiasi? Poista kaikki tilillesi määritetyt todentajat käytöstä palautuskoodillasi."
},
"recoveryCodeTitle": {
"message": "Palautuskoodi"
@@ -1515,7 +1513,7 @@
"message": "Yubico OTP -suojausavain"
},
"yubiKeyDesc": {
- "message": "Vahvista kirjatuminen YubiKey-todennuslaiteella. Toimii YubiKey 4 ja 5 -sarjojen sekä NEO -laitteiden kanssa."
+ "message": "Vahvista kirjatuminen YubiKey-suojausavaimella. Toimii YubiKey 4, 5 ja NEO -laitteiden kanssa."
},
"duoDescV2": {
"message": "Syötä Duo Securityn luoma koodi.",
@@ -1529,7 +1527,7 @@
"message": "Vahvista kirjautuminen FIDO U2F -suojausavaimella."
},
"u2fTitle": {
- "message": "FIDO U2F ‑todennuslaite"
+ "message": "FIDO U2F ‑suojausavain"
},
"webAuthnTitle": {
"message": "Pääsyavain"
@@ -1541,7 +1539,7 @@
"message": "(siirretty FIDO:sta)"
},
"openInNewTab": {
- "message": "Open in new tab"
+ "message": "Avaa uudessa välilehdessä"
},
"emailTitle": {
"message": "Sähköposti"
@@ -1561,9 +1559,6 @@
"moveToOrgDesc": {
"message": "Valitse organisaatio, jolle haluat siirtää kohteen. Tämä siirtää kohteen organisaation omistukseen, etkä tämän jälkeen ole enää sen suora omistaja."
},
- "moveManyToOrgDesc": {
- "message": "Valitse organisaatio, jolle haluat siirtää kohteet. Tämä siirtää kohteet organisaation omistukseen, etkä tämän jälkeen ole enää niiden suora omistaja."
- },
"collectionsDesc": {
"message": "Muokkaa kokoelmia, joihin tämä kohde on jaettu. Kohteen näkevät vain ne organisaation käyttäjät, joilla on käyttöoikeudet näihin kokoelmiin."
},
@@ -1597,23 +1592,6 @@
}
}
},
- "moveSelectedItemsCountDesc": {
- "message": "Olet valinnut $COUNT$ kohdetta. $MOVEABLE_COUNT$ kohdetta voidaan siirtää organisaatioon, $NONMOVEABLE_COUNT$ ei.",
- "placeholders": {
- "count": {
- "content": "$1",
- "example": "10"
- },
- "moveable_count": {
- "content": "$2",
- "example": "8"
- },
- "nonmoveable_count": {
- "content": "$3",
- "example": "2"
- }
- }
- },
"verificationCodeTotp": {
"message": "Todennuskoodi (TOTP)"
},
@@ -1804,7 +1782,7 @@
"message": "Vaihda sähköpostiosoite"
},
"changeEmailTwoFactorWarning": {
- "message": "Jatkamalla tilisi sähköpostiosoite vaihtuu, muttei kaksivaiheiseen kirjautumiseen käytettävä osoite. Voit vaihtaa sen kaksivaiheisen kirjautumisen asetuksista."
+ "message": "Jos jatkat, tilisi sähköpostiosoite vaihtuu, muttei kaksivaiheiseen kirjautumiseen käytettävä osoite. Tämän osoitteen voit vaihtaa kaksivaiheisen kirjautumisen asetuksista."
},
"newEmail": {
"message": "Uusi sähköpostiosoite"
@@ -1831,7 +1809,7 @@
"message": "Kirjaudu sisään uudelleen."
},
"currentSession": {
- "message": "Current session"
+ "message": "Nykyinen istunto"
},
"requestPending": {
"message": "Request pending"
@@ -1907,10 +1885,10 @@
"message": "Mitätöi kaikki istunnot"
},
"deauthorizeSessionsDesc": {
- "message": "Oletko huolissasi, että tilisi on kirjautuneena muissa laitteissa? Jatka alla kirjataksesi ulos kaikki aiemmin käyttämäsi tietokoneet ja muut laitteet. Tämä suojaustoimenpide on suositeltava, jos olet aiemmin käyttänyt esimerkiksi julkista tietokonetta tai vahingossa tallentanut salasanasi laitteelle, joka ei ole sinun. Tämä mitätöi myös kaikki aiemmin muistetut kaksivaiheiset kirjautumiset."
+ "message": "Oletko huolissasi, että tilisi on kirjautuneena muila laitteilla? Alta voit kirjata ulos kaikki aiemmin käyttämäsi tietokoneet ja muut laitteet. Tämä suojaustoimenpide on suositeltava, jos olet aiemmin käyttänyt esimerkiksi julkista tietokonetta tai vahingossa tallentanut salasanasi laitteelle, joka ei ole sinun. Tämä mitätöi myös kaikki aiemmin muistetut kaksivaiheiset kirjautumiset."
},
"deauthorizeSessionsWarning": {
- "message": "Jatkaminen uloskirjaa myös nykyisen istunnon pakottaen uudelleenkirjautumisen sekä kaksivaiheinen kirjautumisen, jos se on määritetty. Muiden laitteiden aktiiviset istunnot saattavat toimia vielä tunnin ajan."
+ "message": "Jatkaminen uloskirjaa myös nykyisen istunnon pakottaen uudelleenkirjautumisen sekä kaksivaiheinen kirjautumisen, jos määritetty. Muiden laitteiden aktiiviset istunnot saattavat toimia vielä tunnin ajan."
},
"newDeviceLoginProtection": {
"message": "New device login"
@@ -1928,7 +1906,7 @@
"message": "Proceed below to have bitwarden send you verification emails when you login from a new device."
},
"turnOffNewDeviceLoginProtectionWarning": {
- "message": "With new device login protection turned off, anyone with your master password can access your account from any device. To protect your account without verification emails, set up two-step login."
+ "message": "Uuden laitteen sisäänkirjautumissuojan ollessa pois käytöstä kuka tahansa pääsalasanasi haltija voi käyttää tiliäsi millä tahansa laitteella. Suojaa tilsi ilman vahvistussähköposteja määrittämällä kaksivaiheinen kirjautuminen."
},
"accountNewDeviceLoginProtectionSaved": {
"message": "New device login protection changes saved"
@@ -2172,7 +2150,7 @@
"message": "Kaksivaiheinen kirjautuminen"
},
"twoStepLoginEnforcement": {
- "message": "Kaksivaiheisen kirjautumisen pakotus"
+ "message": "Kaksivaiheisen kirjautumisen pakottaminen"
},
"twoStepLoginDesc": {
"message": "Suojaa tilisi vaatimalla sisäänkirjautumiseen toinen todennusvaihe."
@@ -2181,7 +2159,7 @@
"message": "Ota kaksivaiheinen kirjautuminen käyttöön organisaatiollesi."
},
"twoStepLoginEnterpriseDescStart": {
- "message": "Pakota jäseniä määrittämään Bitwardenin kaksivaiheinen kirjautuminen käytännöllä: ",
+ "message": "Pakota jäsenet määrittämään Bitwardenin kaksivaiheinen kirjautuminen käytännöllä: ",
"description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Enforce Bitwarden Two-step Login options for members by using the Two-step Login Policy.'"
},
"twoStepLoginPolicy": {
@@ -2194,10 +2172,10 @@
"message": "Jos olet määrittänyt kertakirjautumisen tai aiot määrittää sen, on kaksivaiheinen kirjautuminen saatettu jo pakottaa identiteettitoimittajasi kautta."
},
"twoStepLoginRecoveryWarning": {
- "message": "Kaksivaiheisen kirjautumisen käyttöönotto voi lukita sinut ulos Bitwarden-tililtäsi pysyvästi. Palautuskoodi mahdollistaa pääsyn tilillesi myös silloin, kun et voi käyttää normaaleja kaksivaiheisen kirjautumisen todentajiasi (esim. kadotat todennuslaitteesi tai se varastetaan). Bitwardenin asiakaspalvelukaan ei voi auttaa sinua, jos menetät pääsyn tillesi. Suosittelemme, että kirjoitat palautuskoodin muistiin tai tulostat sen ja säilytät sitä turvallisessa paikassa (esim. kassakaapissa tai pankin tallelokerossa)."
+ "message": "Kaksivaiheisen kirjautumisen käyttöönotto voi lukita sinut ulos Bitwarden-tililtäsi pysyvästi. Palautuskoodi mahdollistaa pääsyn tilillesi myös silloin, kun et voi käyttää normaaleja kaksivaiheisen tunnistautumisen vahvistustapoja (esim. kadotat suojausavaimesi tai se varastetaan). Bitwardenin asiakaspalvelukaan ei voi auttaa sinua, jos menetät pääsyn tillesi. Suosittelemme, että kirjoitat palautuskoodin muistiin tai tulostat sen ja säilytät turvallisessa paikassa (esim. kassakaapissa tai pankin tallelokerossa)."
},
"yourSingleUseRecoveryCode": {
- "message": "Your single-use recovery code can be used to turn off two-step login in the event that you lose access to your two-step login provider. Bitwarden recommends you write down the recovery code and keep it in a safe place."
+ "message": "Kertakäyttöisellä palautuskoodillasi voit poistaa kaksivaiheisen kirjautumisen käytöstä, mikäli et voi käyttää kaksivaiheista todennustapaasi. Bitwarden suosittelee kirjoittamaan palautuskoodin ylös ja säilyttämään sen turvallisessa paikassa."
},
"viewRecoveryCode": {
"message": "Näytä palautuskoodi"
@@ -2241,16 +2219,16 @@
"message": "Manage collection"
},
"viewItems": {
- "message": "View items"
+ "message": "Näytä kohteet"
},
"viewItemsHidePass": {
- "message": "View items, hidden passwords"
+ "message": "Näytä kohteet, piilotetut salasanat"
},
"editItems": {
- "message": "Edit items"
+ "message": "Muokkaa kohteita"
},
"editItemsHidePass": {
- "message": "Edit items, hidden passwords"
+ "message": "Muokkaa kohteita, piilotettuja salasanoja"
},
"disable": {
"message": "Poista käytöstä"
@@ -2307,7 +2285,7 @@
"message": "Avain"
},
"twoStepAuthenticatorEnterCodeV2": {
- "message": "Todennuskoodi"
+ "message": "Vahvistuskoodi"
},
"twoStepAuthenticatorReaddDesc": {
"message": "Jos sinun on lisättävä tai siirrettävä todennus toiseen laitteeseen, löydät alta todennussovelluksesi tarvitseman QR-koodin (tai avaimen)."
@@ -2316,31 +2294,31 @@
"message": "Haluatko varmasti poistaa tämän kaksivaiheisen kirjautumisen todentajan käytöstä?"
},
"twoStepDisabled": {
- "message": "Kaksivaiheisen kirjautumisen todentaja on poistettu käytöstä."
+ "message": "Kaksivaiheisen kirjautumisen todentaja poistettiin käytöstä."
},
"twoFactorYubikeyAdd": {
- "message": "Lisää tilillesi YubiKey-todennuslaite"
+ "message": "Lisää tilillesi uusi YubiKey-suojausavain"
},
"twoFactorYubikeyPlugIn": {
- "message": "Kytke YubiKey-todennuslaitteesi tietokoneesi USB-porttiin."
+ "message": "Kytke YubiKey tietokoneesi USB-porttiin."
},
"twoFactorYubikeySelectKey": {
"message": "Valitse alta ensimmäinen tyhjä YubiKey-syöttökenttä."
},
"twoFactorYubikeyTouchButton": {
- "message": "Paina YubiKey-todennuslaitteen painiketta."
+ "message": "Kosketa YubiKeyn painiketta."
},
"twoFactorYubikeySaveForm": {
"message": "Tallenna lomake."
},
"twoFactorYubikeyWarning": {
- "message": "Alustakohtaisten rajoitusten vuoksi YubiKey-todennuslaiteet eivät ole käytettävissä kaikissa Bitwarden-sovelluksissa. Sinun tulisi määrittää eri kaksivaiheisen kirjautumisen todentaja, jotta pääset tilillesi myös silloin kun YubiKey-laitteen käyttö ei ole mahdollista. Tuetut alustat:"
+ "message": "Alustakohtaisten rajoitusten vuoksi YubiKey-avaimet eivät ole käytettävissä kaikissa Bitwarden-sovelluksissa ja sinun tulisi määrittää vaihtoehtoinen kaksivaiheisen tunnistautumisen vahvistustapa, jotta pääset tilillesi myös silloin kun YubiKey-avaimesi ei ole käytettävissä. Tuetut alustat:"
},
"twoFactorYubikeySupportUsb": {
- "message": "Verkkoholvi, työpöytäsovellus, CLI ja kaikki selainlaajennukset laitteessa, jossa on YubiKey-todennuslaitteen käyttöön soveltuva USB-portti."
+ "message": "Verkkoholvi, työpöytäsovellus, CLI ja kaikki selainlaajennukset laitteessa, jossa on YubiKeyn käyttöön soveltuva USB-portti."
},
"twoFactorYubikeySupportMobile": {
- "message": "Mobiilisovellukset laitteessa, jossa on NFC-ominaisuus tai YubiKey-todennuslaitteen kanssa yhteensopiva tietoliikenneportti."
+ "message": "Mobiilisovellukset laitteessa, jossa on NFC-ominaisuus tai YubiKey-yhteensopiva tiedonsiirtoliitäntä."
},
"yubikeyX": {
"message": "YubiKey $INDEX$",
@@ -2361,7 +2339,7 @@
}
},
"webAuthnkeyX": {
- "message": "WebAuthn-todennuslaite $INDEX$",
+ "message": "WebAuthn-suojausavain $INDEX$",
"placeholders": {
"index": {
"content": "$1",
@@ -2373,16 +2351,16 @@
"message": "NFC-tuki"
},
"twoFactorYubikeySupportsNfc": {
- "message": "Jokin laitteeni tukee NFC-tekniikkaa."
+ "message": "Minulla on NFC-tekniikkaa tukeva avain."
},
"twoFactorYubikeySupportsNfcDesc": {
- "message": "Jos jokin YubiKey-todennuslaitteesi tukee NFC-tekniikkaa (kuten YubiKey NEO), näytetään mobiililaitteissa kehote NFC:n ollessa käytettävissä."
+ "message": "Jos jokin YubiKey-avaimesi tukee NFC-tekniikkaa (kuten YubiKey NEO), näytetään mobiililaitteissa kehote NFC:n ollessa käytettävissä."
},
"yubikeysUpdated": {
- "message": "YubiKey-todennuslaitteet päivitettiin"
+ "message": "YubiKeyt päivitettiin"
},
"disableAllKeys": {
- "message": "Poista kaikki todennuslaitteet käytöstä"
+ "message": "Poista kaikki avaimet käytöstä"
},
"twoFactorDuoDesc": {
"message": "Syötä Bitwarden-sovelluksen tiedot Duo Security -tilisi hallintapaneelista."
@@ -2436,7 +2414,7 @@
"message": "Tallenna lomake."
},
"twoFactorU2fWarning": {
- "message": "Alustakohtaisten rajoitusten vuoksi FIDO U2F -todennuslaiteet eivät ole käytettävissä kaikissa Bitwarden-sovelluksissa. Sinun tulisi määrittää eri kaksivaiheisen kirjautumisen todentaja, jotta pääset tilillesi myös silloin kun FIDO U2F -laitteen käyttö ei ole mahdollista. Tuetut alustat:"
+ "message": "Alustakohtaisten rajoitusten vuoksi FIDO U2F -avaimet eivät ole käytettävissä kaikissa Bitwarden-sovelluksissa ja sinun tulisi määrittää vaihtoehtoinen kaksivaiheisen tunnistautumisen vahvistustapa, jotta pääset tilillesi myös silloin kun FIDO U2F -laitteesi ei ole käytettävissä. Tuetut alustat:"
},
"twoFactorU2fSupportWeb": {
"message": "Verkkoholvi ja selainlaajennukset pöytäkoneissa/kannettavissa, joissa on U2F-tekniikkaa tukeva selain (Chrome, Opera, Vivaldi tai Firefox FIDO U2F käyttöön otettuna)."
@@ -2451,7 +2429,7 @@
"message": "Suojausavainta luettaessa havaittiin ongelma. Yritä uudelleen."
},
"twoFactorWebAuthnWarning1": {
- "message": "Due to platform limitations, WebAuthn cannot be used on all Bitwarden applications. You should set up another two-step login provider so that you can access your account when WebAuthn cannot be used."
+ "message": "Alustakohtaisten rajoitusten vuoksi WebAuthn-avaimet eivät ole käytettävissä kaikissa Bitwarden-sovelluksissa ja sinun tulisi määrittää vaihtoehtoinen kaksivaiheisen tunnistautumisen vahvistustapa, jotta pääset tilillesi myös silloin kun WebAuthn-laitteesi ei ole käytettävissä."
},
"twoFactorRecoveryYourCode": {
"message": "Bitwardenin kaksivaiheisen kirjautumisen palautuskoodisi"
@@ -2739,7 +2717,7 @@
"message": "1 Gt salattua tallennustilaa tiedostoliitteille."
},
"premiumSignUpTwoStepOptions": {
- "message": "Omisteiset kaksivaiheisen kirjautumisen vaihtoehdot, kuten YubiKey ja Duo."
+ "message": "Kaksivaiheisen kirjautumisen erikoisvaihtoehdot, kuten YubiKey ja Duo."
},
"premiumSignUpEmergency": {
"message": "Varmuuskäyttö"
@@ -3526,7 +3504,7 @@
"message": "Sisäänkirjautumisyritys epäonnistui väärän salasanan vuoksi."
},
"failedLogin2fa": {
- "message": "Kirjautuminen epäonnistui virheellisen toisen vaiheen vahvistuksen vuoksi."
+ "message": "Kirjautuminen epäonnistui virheellisen todennuksen vuoksi."
},
"incorrectPassword": {
"message": "Virheellinen salasana"
@@ -3950,19 +3928,19 @@
}
},
"deviceType": {
- "message": "Device Type"
+ "message": "Laitteen tyyppi"
},
"ipAddress": {
- "message": "IP Address"
+ "message": "IP-osoite"
},
"confirmLogIn": {
- "message": "Confirm login"
+ "message": "Vahvista kirjautuminen"
},
"denyLogIn": {
- "message": "Deny login"
+ "message": "Hylkää kirjautuminen"
},
"thisRequestIsNoLongerValid": {
- "message": "This request is no longer valid."
+ "message": "Tämä pyyntö ei ole enää voimassa."
},
"logInConfirmedForEmailOnDevice": {
"message": "Login confirmed for $EMAIL$ on $DEVICE$",
@@ -3981,7 +3959,7 @@
"message": "You denied a login attempt from another device. If this really was you, try to log in with the device again."
},
"loginRequestHasAlreadyExpired": {
- "message": "Login request has already expired."
+ "message": "Kirjautumispyyntö on jo erääntynyt."
},
"justNow": {
"message": "Juuri nyt"
@@ -4122,7 +4100,7 @@
"message": "You have a pending login request from another device."
},
"reviewLoginRequest": {
- "message": "Review login request"
+ "message": "Tarkastele kirjautumispyyntöä"
},
"freeTrialEndPromptCount": {
"message": "Ilmainen kokeilujakso päättyy $COUNT$ päivän kuluttua.",
@@ -4171,7 +4149,7 @@
"message": "Ilmainen kokeilujaksosi päättyy tänään."
},
"clickHereToAddPaymentMethod": {
- "message": "Click here to add a payment method."
+ "message": "Klikkaa tästä lisätäksesi maksutavan."
},
"joinOrganization": {
"message": "Liity organisaatioon"
@@ -4219,7 +4197,7 @@
"message": "Jos et pääse tilillesi käyttämilläsi kaksivaiheisen kirjautumisen todentajilla, voit kaksivaiheisen kirjautumisen palautuskoodillasi poistaa kaikki tilillesi määritetyt todentajat käytöstä."
},
"logInBelowUsingYourSingleUseRecoveryCode": {
- "message": "Log in below using your single-use recovery code. This will turn off all two-step providers on your account."
+ "message": "Kirjaudu kertakäyttöisellä palautuskoodillasi alla. Tämä poistaa tilisi kaikki kaksivaiheiset kirjautumistavat käytöstä."
},
"recoverAccountTwoStep": {
"message": "Vapauta tili kaksivaiheisesta kirjautumisesta"
@@ -4530,6 +4508,40 @@
}
}
},
+ "reorderFieldUp": {
+ "message": "$LABEL$ moved up, position $INDEX$ of $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
+ "reorderFieldDown": {
+ "message": "$LABEL$ moved down, position $INDEX$ of $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
"keyUpdateFoldersFailed": {
"message": "Kansioidesi salausta ei voitu purkaa salausavaimesi päivityksen aikana. Jatkaaksesi päivitystä kansiosi on poistettava. Holvin kohteita ei poisteta, jos jatkat."
},
@@ -4731,21 +4743,21 @@
"message": "Holvissasi on vanhoja tiedostoliitteitä, jotka on korjattava ennen kuin voit uudistaa tilisi salausavaimen."
},
"yourAccountsFingerprint": {
- "message": "Tilisi tunnistelauseke",
+ "message": "Tilisi tunnistelause",
"description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their public key with another user, for the purposes of sharing."
},
"fingerprintEnsureIntegrityVerify": {
- "message": "Varmistaaksesi salausavaintesi eheyden, vahvista käyttäjän tunnistelauseke ennen kuin jatkat.",
+ "message": "Varmistaaksesi salausavaintesi eheyden, vahvista käyttäjän tunnistelause ennen kuin jatkat.",
"description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their public key with another user, for the purposes of sharing."
},
"fingerprintMatchInfo": {
- "message": "Varmista, että vahvistavan laitteen holvi on avattu ja että se näyttää saman tunnistelausekkeen."
+ "message": "Varmista, että vahvistavan laitteen holvi on avattu ja että se näyttää saman tunnistelauseen."
},
"fingerprintPhraseHeader": {
- "message": "Tunnistelauseke"
+ "message": "Tunnistelause"
},
"dontAskFingerprintAgain": {
- "message": "Älä koskaan kehota vahvistamaan kutsuttujen käyttäjien tunnistelausekkeita (ei suositella)",
+ "message": "Älä koskaan kehota vahvistamaan kutsuttujen käyttäjien tunnistelauseita (ei suositella)",
"description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their public key with another user, for the purposes of sharing."
},
"youWillBeNotifiedOnceTheRequestIsApproved": {
@@ -5108,11 +5120,11 @@
}
},
"sendDetails": {
- "message": "Send details",
+ "message": "Sendin tiedot",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"sendTypeTextToShare": {
- "message": "Text to share"
+ "message": "Jaettava teksti"
},
"sendTypeFile": {
"message": "Tiedosto"
@@ -5206,7 +5218,7 @@
"message": "Odottaa poistoa"
},
"hideTextByDefault": {
- "message": "Hide text by default"
+ "message": "Piilota teksti oletuksena"
},
"expired": {
"message": "Erääntynyt"
@@ -5677,7 +5689,7 @@
"message": "Tapahtui virhe tallennettaessa poisto- ja erääntymisajankohtia."
},
"hideYourEmail": {
- "message": "Hide your email address from viewers."
+ "message": "Piilota sähköpostiosoitteeni avaajilta."
},
"webAuthnFallbackMsg": {
"message": "Vahvista kaksivaiheinen kirjautuminen (2FA) alla olevalla painikeella."
@@ -5686,7 +5698,7 @@
"message": "WebAuthn-todennus"
},
"readSecurityKey": {
- "message": "Read security key"
+ "message": "Lue suojausavain"
},
"awaitingSecurityKeyInteraction": {
"message": "Awaiting security key interaction..."
@@ -5905,7 +5917,7 @@
"message": "Virhe"
},
"decryptionError": {
- "message": "Decryption error"
+ "message": "Salauksen purkuvirhe"
},
"couldNotDecryptVaultItemsBelow": {
"message": "Bitwarden could not decrypt the vault item(s) listed below."
@@ -6810,7 +6822,7 @@
}
},
"passphraseNumWordsRecommendationHint": {
- "message": " Käytä $RECOMMENDED$ tai useampaa sanaa vahvan salalauseen luomiseksi.",
+ "message": " Käytä vahvaan salalauseeseen ainakin $RECOMMENDED$ sanaa.",
"description": "Appended to `spinboxBoundariesHint` to recommend a number of words to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).",
"placeholders": {
"recommended": {
@@ -6833,7 +6845,7 @@
"message": "Käytä verkkotunnuksesi catch-all-postilaatikkoa."
},
"useThisEmail": {
- "message": "Use this email"
+ "message": "Käytä tätä sähköpostia"
},
"random": {
"message": "Satunnainen",
@@ -7264,12 +7276,6 @@
"numberOfUsers": {
"message": "Käyttäjien määrä"
},
- "loggingInAs": {
- "message": "Kirjaudutaan tunnuksella"
- },
- "notYou": {
- "message": "Etkö se ollut sinä?"
- },
"pickAnAvatarColor": {
"message": "Valitse hahmon väri"
},
@@ -8393,9 +8399,6 @@
"requestAdminApproval": {
"message": "Pyydä hyväksyntää ylläpidolta"
},
- "approveWithMasterPassword": {
- "message": "Hyväksy pääsalasanalla"
- },
"trustedDeviceEncryption": {
"message": "Luotettu laitesalaus"
},
@@ -8481,7 +8484,7 @@
"message": "Aktivoi Salaisuushallinta"
},
"yourOrganizationsFingerprint": {
- "message": "Organisaatiosi tunnistelauseke",
+ "message": "Organisaatiosi tunnistelause",
"description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their organization's public key with another user, for the purposes of sharing."
},
"deviceApprovals": {
@@ -8506,13 +8509,13 @@
"message": "Hyväksy pyyntö"
},
"deviceApproved": {
- "message": "Device approved"
+ "message": "Laite hyväksyttiin"
},
"deviceRemoved": {
- "message": "Device removed"
+ "message": "Laite poistettiin"
},
"removeDevice": {
- "message": "Remove device"
+ "message": "Poista laite"
},
"removeDeviceConfirmation": {
"message": "Are you sure you want to remove this device?"
@@ -8610,9 +8613,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "Pyyntösi on välitetty ylläpidollesi."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "Saat ilmoituksen kun se on hyväksytty."
- },
"troubleLoggingIn": {
"message": "Ongelmia kirjautumisessa?"
},
@@ -9338,8 +9338,17 @@
"deviceManagementDesc": {
"message": "Configure device management for Bitwarden using the implementation guide for your platform."
},
+ "deviceIdMissing": {
+ "message": "Device ID is missing"
+ },
+ "deviceTypeMissing": {
+ "message": "Device type is missing"
+ },
+ "deviceCreationDateMissing": {
+ "message": "Laitteen luontipäivä puuttuu"
+ },
"desktopRequired": {
- "message": "Desktop required"
+ "message": "Työpöytä vaaditaan"
},
"reopenLinkOnDesktop": {
"message": "Reopen this link from your email on a desktop."
@@ -9808,7 +9817,7 @@
"message": "Lisätietoja holvisi hausta"
},
"learnMoreAboutYourAccountFingerprintPhrase": {
- "message": "Lisätietoja tilisi tunnistelausekkeesta"
+ "message": "Lisätietoja tilisi tunnistelauseesta"
},
"impactOfRotatingYourEncryptionKey": {
"message": "Salausavaimesi kierrätyksen vaikutus"
@@ -9838,13 +9847,13 @@
"message": "Lisätietoja Bitwardenin API:sta"
},
"fileSend": {
- "message": "File Send"
+ "message": "Tiedosto-Send"
},
"fileSends": {
"message": "Tiedosto-Sendit"
},
"textSend": {
- "message": "Text Send"
+ "message": "Teksti-Send"
},
"textSends": {
"message": "Teksti-Sendit"
@@ -9940,13 +9949,13 @@
"message": "Avainalgoritmi"
},
"sshPrivateKey": {
- "message": "Private key"
+ "message": "Yksityinen avain"
},
"sshPublicKey": {
- "message": "Public key"
+ "message": "Julkinen avain"
},
"sshFingerprint": {
- "message": "Fingerprint"
+ "message": "Sormenjälki"
},
"sshKeyFingerprint": {
"message": "Sormenjälki"
@@ -10219,7 +10228,7 @@
"message": "You can set up two-step login as an alternative way to protect your account or change your email to one you can access."
},
"remindMeLater": {
- "message": "Remind me later"
+ "message": "Muistuta myöhemmin"
},
"newDeviceVerificationNoticePageOneFormContent": {
"message": "Do you have reliable access to your email, $EMAIL$?",
@@ -10246,7 +10255,7 @@
"message": "Poista jäsenet"
},
"devices": {
- "message": "Devices"
+ "message": "Laitteet"
},
"deviceListDescription": {
"message": "Your account was logged in to each of the devices below. If you do not recognize a device, remove it now."
@@ -10285,7 +10294,7 @@
"message": "Claimed"
},
"domainStatusUnderVerification": {
- "message": "Under verification"
+ "message": "Vahvistettavana"
},
"claimedDomainsDesc": {
"message": "Claim a domain to own all member accounts whose email address matches the domain. Members will be able to skip the SSO identifier when logging in. Administrators will also be able to delete member accounts."
@@ -10339,26 +10348,56 @@
"organizationNameMaxLength": {
"message": "Organization name cannot exceed 50 characters."
},
+ "sshKeyWrongPassword": {
+ "message": "Syöttämäsi salasana on virheellinen."
+ },
+ "importSshKey": {
+ "message": "Tuo"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Vahvista salasana"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Syötä SSH-avaimen salasana."
+ },
+ "enterSshKeyPassword": {
+ "message": "Syötä salasana"
+ },
+ "invalidSshKey": {
+ "message": "SSH-avain on virheellinen"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "SSH-avaintyyppiä ei ole tuettu"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Tuo avain leikepöydältä"
+ },
+ "sshKeyImported": {
+ "message": "SSH-avain on tuotu"
+ },
+ "copySSHPrivateKey": {
+ "message": "Kopioi yksityinen avain"
+ },
"openingExtension": {
- "message": "Opening the Bitwarden browser extension"
+ "message": "Avataan Bitwarden-selainlaajennusta"
},
"somethingWentWrong": {
- "message": "Something went wrong..."
+ "message": "Jokin meni pieleen..."
},
"openingExtensionError": {
"message": "We had trouble opening the Bitwarden browser extension. Click the button to open it now."
},
"openExtension": {
- "message": "Open extension"
+ "message": "Avaa laajennus"
},
"doNotHaveExtension": {
- "message": "Don't have the Bitwarden browser extension?"
+ "message": "Eikö sinulla ole Bitwarden-selainlaajennusta?"
},
"installExtension": {
- "message": "Install extension"
+ "message": "Asenna laajennus"
},
"openedExtension": {
- "message": "Opened the browser extension"
+ "message": "Avaa selainlaajennus"
},
"openedExtensionViewAtRiskPasswords": {
"message": "Successfully opened the Bitwarden browser extension. You can now review your at-risk passwords."
@@ -10415,10 +10454,10 @@
}
},
"restartOrganizationSubscription": {
- "message": "Organization subscription restarted"
+ "message": "Organisaatiotilaus aloitettiin uudelleen"
},
"restartSubscription": {
- "message": "Restart your subscription"
+ "message": "Aloita tilauksesi uudelleen"
},
"suspendedManagedOrgMessage": {
"message": "Contact $PROVIDER$ for assistance.",
@@ -10436,7 +10475,7 @@
"message": "This action will delete the member account including all items in their vault. This replaces the previous Remove action."
},
"deleteManagedUserWarning": {
- "message": "Delete is a new action!"
+ "message": "Poisto on uusi toiminto!"
},
"seatsRemaining": {
"message": "You have $REMAINING$ seats remaining out of $TOTAL$ seats assigned to this organization. Contact your provider to manage your subscription.",
@@ -10452,7 +10491,7 @@
}
},
"existingOrganization": {
- "message": "Existing organization"
+ "message": "Olemassa oleva organisaatio"
},
"selectOrganizationProviderPortal": {
"message": "Select an organization to add to your Provider Portal."
@@ -10473,13 +10512,13 @@
}
},
"addedExistingOrganization": {
- "message": "Added existing organization"
+ "message": "Olemassa oleva organisaatio lisättiin"
},
"assignedExceedsAvailable": {
"message": "Assigned seats exceed available seats."
},
"changeAtRiskPassword": {
- "message": "Change at-risk password"
+ "message": "Vaihda vaarantunut salasana"
},
"removeUnlockWithPinPolicyTitle": {
"message": "Remove Unlock with PIN"
@@ -10504,5 +10543,8 @@
},
"upgradeEventLogMessage": {
"message": "These events are examples only and do not reflect real events within your Bitwarden organization."
+ },
+ "cannotCreateCollection": {
+ "message": "Free organizations may have up to 2 collections. Upgrade to a paid plan to add more collections."
}
}
diff --git a/apps/web/src/locales/fil/messages.json b/apps/web/src/locales/fil/messages.json
index a07c2421d0e..414bbda91d8 100644
--- a/apps/web/src/locales/fil/messages.json
+++ b/apps/web/src/locales/fil/messages.json
@@ -428,6 +428,9 @@
"dragToSort": {
"message": "Hilahin para pagsunud-sunurin"
},
+ "dragToReorder": {
+ "message": "Drag to reorder"
+ },
"cfTypeText": {
"message": "Teksto"
},
@@ -470,6 +473,19 @@
"editFolder": {
"message": "Baguhin ang folder"
},
+ "editWithName": {
+ "message": "Edit $ITEM$: $NAME$",
+ "placeholders": {
+ "item": {
+ "content": "$1",
+ "example": "login"
+ },
+ "name": {
+ "content": "$2",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "New folder"
},
@@ -863,9 +879,6 @@
"filter": {
"message": "Mga pansala"
},
- "moveSelectedToOrg": {
- "message": "Ilipat sa napiling organisasyon"
- },
"deleteSelected": {
"message": "Burahin ang napili"
},
@@ -921,15 +934,6 @@
}
}
},
- "movedItemsToOrg": {
- "message": "Inilipat ang mga napiling item sa $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Items moved to $ORGNAME$",
"placeholders": {
@@ -1270,12 +1274,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Enter your account email address and your password hint will be sent to you"
},
- "passwordHint": {
- "message": "Palatandaan ng password"
- },
- "enterEmailToGetHint": {
- "message": "Ipasok ang email address ng account mo para makita ang palatandaan ng master password mo."
- },
"getMasterPasswordHint": {
"message": "Kunin ang palatandaan ng master password"
},
@@ -1561,9 +1559,6 @@
"moveToOrgDesc": {
"message": "Piliin kung saang organisasyon mo ililipat ang item na ito. Magiging pag-aari ng organisasyon ang anumang item na ililipat mo rito. Hindi ka na ang direktang may-ari ng item na ito pagkalipat."
},
- "moveManyToOrgDesc": {
- "message": "Piliin kung saang organisasyon mo ililipat ang mga item na ito. Magiging pag-aari ng organisasyon ang mga item na ililipat mo rito. Hindi ka na ang direktang may-ari ng mga item na ito pagkalipat."
- },
"collectionsDesc": {
"message": "Baguhin kung saang mga koleksyon ibinabahagi ang item na ito. Ang mga user sa organisasyon na may access sa koleksyon na ito lang ang makakakita sa item."
},
@@ -1597,23 +1592,6 @@
}
}
},
- "moveSelectedItemsCountDesc": {
- "message": "$COUNT$ item ang napili mo. Pwedeng mailipat sa isang organisasyon ang $MOVEABLE_COUNT$ item, habang $NONMOVEABLE_COUNT$ item ang hindi pwedeng mailipat.",
- "placeholders": {
- "count": {
- "content": "$1",
- "example": "10"
- },
- "moveable_count": {
- "content": "$2",
- "example": "8"
- },
- "nonmoveable_count": {
- "content": "$3",
- "example": "2"
- }
- }
- },
"verificationCodeTotp": {
"message": "Code pamberipika (TOTP)"
},
@@ -4530,6 +4508,40 @@
}
}
},
+ "reorderFieldUp": {
+ "message": "$LABEL$ moved up, position $INDEX$ of $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
+ "reorderFieldDown": {
+ "message": "$LABEL$ moved down, position $INDEX$ of $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
"keyUpdateFoldersFailed": {
"message": "When updating your encryption key, your folders could not be decrypted. To continue with the update, your folders must be deleted. No vault items will be deleted if you proceed."
},
@@ -7264,12 +7276,6 @@
"numberOfUsers": {
"message": "Bilang ng mga gumagamit"
},
- "loggingInAs": {
- "message": "Naglolog-in bilang"
- },
- "notYou": {
- "message": "Hindi ikaw?"
- },
"pickAnAvatarColor": {
"message": "Pumili ng kulay ng avatar"
},
@@ -8393,9 +8399,6 @@
"requestAdminApproval": {
"message": "Request admin approval"
},
- "approveWithMasterPassword": {
- "message": "Approve with master password"
- },
"trustedDeviceEncryption": {
"message": "Trusted device encryption"
},
@@ -8610,9 +8613,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "Your request has been sent to your admin."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "You will be notified once approved."
- },
"troubleLoggingIn": {
"message": "Trouble logging in?"
},
@@ -9338,6 +9338,15 @@
"deviceManagementDesc": {
"message": "Configure device management for Bitwarden using the implementation guide for your platform."
},
+ "deviceIdMissing": {
+ "message": "Device ID is missing"
+ },
+ "deviceTypeMissing": {
+ "message": "Device type is missing"
+ },
+ "deviceCreationDateMissing": {
+ "message": "Device creation date is missing"
+ },
"desktopRequired": {
"message": "Desktop required"
},
@@ -10339,6 +10348,36 @@
"organizationNameMaxLength": {
"message": "Organization name cannot exceed 50 characters."
},
+ "sshKeyWrongPassword": {
+ "message": "The password you entered is incorrect."
+ },
+ "importSshKey": {
+ "message": "Import"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Confirm password"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Enter the password for the SSH key."
+ },
+ "enterSshKeyPassword": {
+ "message": "Enter password"
+ },
+ "invalidSshKey": {
+ "message": "The SSH key is invalid"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "The SSH key type is not supported"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Import key from clipboard"
+ },
+ "sshKeyImported": {
+ "message": "SSH key imported successfully"
+ },
+ "copySSHPrivateKey": {
+ "message": "Copy private key"
+ },
"openingExtension": {
"message": "Opening the Bitwarden browser extension"
},
@@ -10504,5 +10543,8 @@
},
"upgradeEventLogMessage": {
"message": "These events are examples only and do not reflect real events within your Bitwarden organization."
+ },
+ "cannotCreateCollection": {
+ "message": "Free organizations may have up to 2 collections. Upgrade to a paid plan to add more collections."
}
}
diff --git a/apps/web/src/locales/fr/messages.json b/apps/web/src/locales/fr/messages.json
index fe1fd4bf238..95aa573f14b 100644
--- a/apps/web/src/locales/fr/messages.json
+++ b/apps/web/src/locales/fr/messages.json
@@ -428,6 +428,9 @@
"dragToSort": {
"message": "Glissez pour trier"
},
+ "dragToReorder": {
+ "message": "Faire glisser pour réorganiser"
+ },
"cfTypeText": {
"message": "Texte"
},
@@ -470,6 +473,19 @@
"editFolder": {
"message": "Modifier le dossier"
},
+ "editWithName": {
+ "message": "Modifier $ITEM$: $NAME$",
+ "placeholders": {
+ "item": {
+ "content": "$1",
+ "example": "login"
+ },
+ "name": {
+ "content": "$2",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "Nouveau dossier"
},
@@ -863,9 +879,6 @@
"filter": {
"message": "Filtre"
},
- "moveSelectedToOrg": {
- "message": "Déplacer la sélection vers l'organisation"
- },
"deleteSelected": {
"message": "Supprimer la sélection"
},
@@ -921,15 +934,6 @@
}
}
},
- "movedItemsToOrg": {
- "message": "Les éléments sélectionnés ont été déplacés vers $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Éléments déplacés vers $ORGNAME$",
"placeholders": {
@@ -1270,12 +1274,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Entrez l'adresse courriel de votre compte et l'indice de votre mot de passe vous sera envoyé"
},
- "passwordHint": {
- "message": "Indice de mot de passe"
- },
- "enterEmailToGetHint": {
- "message": "Saisissez l'adresse électronique de votre compte pour recevoir l'indice de votre mot de passe principal."
- },
"getMasterPasswordHint": {
"message": "Obtenir l'indice du mot de passe principal"
},
@@ -1561,9 +1559,6 @@
"moveToOrgDesc": {
"message": "Choisissez une organisation vers laquelle vous souhaitez déplacer cet élément. Déplacer un élément vers une organisation transfère la propriété de l'élément à cette organisation. Vous ne serez plus le propriétaire direct de cet élément une fois qu'il aura été déplacé."
},
- "moveManyToOrgDesc": {
- "message": "Choisissez une organisation vers laquelle vous souhaitez déplacer ces éléments. Déplacer des éléments vers une organisation transfère la propriété des éléments à cette organisation. Vous ne serez plus le propriétaire direct de ces éléments une fois qu'ils auront été déplacés."
- },
"collectionsDesc": {
"message": "Modifier les collections avec lesquelles cet élément est partagé. Seuls les utilisateurs de l'organisation avec un accès à ces collections pourront voir cet élément."
},
@@ -1597,23 +1592,6 @@
}
}
},
- "moveSelectedItemsCountDesc": {
- "message": "Vous avez sélectionné $COUNT$ élément(s). $MOVEABLE_COUNT$ élément(s) peuvent être déplacés vers une organisation, $NONMOVEABLE_COUNT$ ne le peuvent pas.",
- "placeholders": {
- "count": {
- "content": "$1",
- "example": "10"
- },
- "moveable_count": {
- "content": "$2",
- "example": "8"
- },
- "nonmoveable_count": {
- "content": "$3",
- "example": "2"
- }
- }
- },
"verificationCodeTotp": {
"message": "Code de vérification (TOTP)"
},
@@ -4530,6 +4508,40 @@
}
}
},
+ "reorderFieldUp": {
+ "message": "$LABEL$ déplacé vers le haut, position $INDEX$ de $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
+ "reorderFieldDown": {
+ "message": "$LABEL$ déplacé vers le bas, position $INDEX$ de $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
"keyUpdateFoldersFailed": {
"message": "Lors de la mise à jour de votre clé de chiffrement, vos dossiers n'ont pas pu être déchiffrés. Pour continuer avec la mise à jour, vos dossiers doivent être supprimés. Aucun élément du coffre ne sera supprimé si vous continuez."
},
@@ -7264,12 +7276,6 @@
"numberOfUsers": {
"message": "Nombre d’utilisateurs"
},
- "loggingInAs": {
- "message": "Connexion en tant que"
- },
- "notYou": {
- "message": "Ce n'est pas vous ?"
- },
"pickAnAvatarColor": {
"message": "Choisissez une couleur d'avatar"
},
@@ -8393,9 +8399,6 @@
"requestAdminApproval": {
"message": "Demander l'approbation de l'administrateur"
},
- "approveWithMasterPassword": {
- "message": "Approuver avec le mot de passe principal"
- },
"trustedDeviceEncryption": {
"message": "Chiffrement de l'appareil de confiance"
},
@@ -8610,9 +8613,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "Votre demande a été envoyée à votre administrateur."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "Vous serez notifié une fois approuvé."
- },
"troubleLoggingIn": {
"message": "Problème pour vous connecter ?"
},
@@ -9338,6 +9338,15 @@
"deviceManagementDesc": {
"message": "Configurez la gestion des appareils pour Bitwarden en utilisant le guide d'implémentation pour votre plateforme."
},
+ "deviceIdMissing": {
+ "message": "L'identification de l'appareil est manquante"
+ },
+ "deviceTypeMissing": {
+ "message": "Le type d'appareil est manquant"
+ },
+ "deviceCreationDateMissing": {
+ "message": "La date de création de l'appareil est manquante"
+ },
"desktopRequired": {
"message": "Ordinateur de bureau requis"
},
@@ -10339,6 +10348,36 @@
"organizationNameMaxLength": {
"message": "Le nom de l'organisation ne doit pas dépasser 50 caractères."
},
+ "sshKeyWrongPassword": {
+ "message": "Le mot de passe que vous avez entré est incorrect."
+ },
+ "importSshKey": {
+ "message": "Importer"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Confirmez le mot de passe"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Entrez le mot de passe pour la clé SSH."
+ },
+ "enterSshKeyPassword": {
+ "message": "Entrer le mot de passe"
+ },
+ "invalidSshKey": {
+ "message": "La clé SSH est invalide"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "Le type de clé SSH n'est pas pris en charge"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Importer une clé depuis le presse-papiers"
+ },
+ "sshKeyImported": {
+ "message": "Clé SSH importée avec succès"
+ },
+ "copySSHPrivateKey": {
+ "message": "Copier la clé privée"
+ },
"openingExtension": {
"message": "Ouverture de l'extension de navigateur Bitwarden"
},
@@ -10504,5 +10543,8 @@
},
"upgradeEventLogMessage": {
"message": "Ces événements sont des exemples et ne reflètent pas les événements réels au sein de votre organisation Bitwarden."
+ },
+ "cannotCreateCollection": {
+ "message": "Les organisations gratuites peuvent avoir jusqu'à 2 collections. Passez à une offre payante pour ajouter plus de collections."
}
}
diff --git a/apps/web/src/locales/gl/messages.json b/apps/web/src/locales/gl/messages.json
index c6aae437a90..38a94f9307f 100644
--- a/apps/web/src/locales/gl/messages.json
+++ b/apps/web/src/locales/gl/messages.json
@@ -428,6 +428,9 @@
"dragToSort": {
"message": "Drag to sort"
},
+ "dragToReorder": {
+ "message": "Drag to reorder"
+ },
"cfTypeText": {
"message": "Text"
},
@@ -470,6 +473,19 @@
"editFolder": {
"message": "Edit folder"
},
+ "editWithName": {
+ "message": "Edit $ITEM$: $NAME$",
+ "placeholders": {
+ "item": {
+ "content": "$1",
+ "example": "login"
+ },
+ "name": {
+ "content": "$2",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "New folder"
},
@@ -863,9 +879,6 @@
"filter": {
"message": "Filter"
},
- "moveSelectedToOrg": {
- "message": "Move selected to organization"
- },
"deleteSelected": {
"message": "Delete selected"
},
@@ -921,15 +934,6 @@
}
}
},
- "movedItemsToOrg": {
- "message": "Selected items moved to $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Items moved to $ORGNAME$",
"placeholders": {
@@ -1270,12 +1274,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Enter your account email address and your password hint will be sent to you"
},
- "passwordHint": {
- "message": "Password hint"
- },
- "enterEmailToGetHint": {
- "message": "Enter your account email address to receive your master password hint."
- },
"getMasterPasswordHint": {
"message": "Get master password hint"
},
@@ -1561,9 +1559,6 @@
"moveToOrgDesc": {
"message": "Choose an organization that you wish to move this item to. Moving to an organization transfers ownership of the item to that organization. You will no longer be the direct owner of this item once it has been moved."
},
- "moveManyToOrgDesc": {
- "message": "Choose an organization that you wish to move these items to. Moving to an organization transfers ownership of the items to that organization. You will no longer be the direct owner of these items once they have been moved."
- },
"collectionsDesc": {
"message": "Edit the collections that this item is being shared with. Only organization users with access to these collections will be able to see this item."
},
@@ -1597,23 +1592,6 @@
}
}
},
- "moveSelectedItemsCountDesc": {
- "message": "You have selected $COUNT$ item(s). $MOVEABLE_COUNT$ item(s) can be moved to an organization, $NONMOVEABLE_COUNT$ cannot.",
- "placeholders": {
- "count": {
- "content": "$1",
- "example": "10"
- },
- "moveable_count": {
- "content": "$2",
- "example": "8"
- },
- "nonmoveable_count": {
- "content": "$3",
- "example": "2"
- }
- }
- },
"verificationCodeTotp": {
"message": "Verification code (TOTP)"
},
@@ -4530,6 +4508,40 @@
}
}
},
+ "reorderFieldUp": {
+ "message": "$LABEL$ moved up, position $INDEX$ of $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
+ "reorderFieldDown": {
+ "message": "$LABEL$ moved down, position $INDEX$ of $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
"keyUpdateFoldersFailed": {
"message": "When updating your encryption key, your folders could not be decrypted. To continue with the update, your folders must be deleted. No vault items will be deleted if you proceed."
},
@@ -7264,12 +7276,6 @@
"numberOfUsers": {
"message": "Number of users"
},
- "loggingInAs": {
- "message": "Logging in as"
- },
- "notYou": {
- "message": "Not you?"
- },
"pickAnAvatarColor": {
"message": "Pick an avatar color"
},
@@ -8393,9 +8399,6 @@
"requestAdminApproval": {
"message": "Request admin approval"
},
- "approveWithMasterPassword": {
- "message": "Approve with master password"
- },
"trustedDeviceEncryption": {
"message": "Trusted device encryption"
},
@@ -8610,9 +8613,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "Your request has been sent to your admin."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "You will be notified once approved."
- },
"troubleLoggingIn": {
"message": "Trouble logging in?"
},
@@ -9338,6 +9338,15 @@
"deviceManagementDesc": {
"message": "Configure device management for Bitwarden using the implementation guide for your platform."
},
+ "deviceIdMissing": {
+ "message": "Device ID is missing"
+ },
+ "deviceTypeMissing": {
+ "message": "Device type is missing"
+ },
+ "deviceCreationDateMissing": {
+ "message": "Device creation date is missing"
+ },
"desktopRequired": {
"message": "Desktop required"
},
@@ -10339,6 +10348,36 @@
"organizationNameMaxLength": {
"message": "Organization name cannot exceed 50 characters."
},
+ "sshKeyWrongPassword": {
+ "message": "The password you entered is incorrect."
+ },
+ "importSshKey": {
+ "message": "Import"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Confirm password"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Enter the password for the SSH key."
+ },
+ "enterSshKeyPassword": {
+ "message": "Enter password"
+ },
+ "invalidSshKey": {
+ "message": "The SSH key is invalid"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "The SSH key type is not supported"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Import key from clipboard"
+ },
+ "sshKeyImported": {
+ "message": "SSH key imported successfully"
+ },
+ "copySSHPrivateKey": {
+ "message": "Copy private key"
+ },
"openingExtension": {
"message": "Opening the Bitwarden browser extension"
},
@@ -10504,5 +10543,8 @@
},
"upgradeEventLogMessage": {
"message": "These events are examples only and do not reflect real events within your Bitwarden organization."
+ },
+ "cannotCreateCollection": {
+ "message": "Free organizations may have up to 2 collections. Upgrade to a paid plan to add more collections."
}
}
diff --git a/apps/web/src/locales/he/messages.json b/apps/web/src/locales/he/messages.json
index 8c0f3335129..4df39c8496f 100644
--- a/apps/web/src/locales/he/messages.json
+++ b/apps/web/src/locales/he/messages.json
@@ -202,7 +202,7 @@
"message": "הערות"
},
"privateNote": {
- "message": "Private note"
+ "message": "הערה פרטית"
},
"note": {
"message": "הערה"
@@ -309,25 +309,25 @@
"message": "תוקף"
},
"securityCode": {
- "message": "קוד האבטחה (CVV)"
+ "message": "קוד אבטחה (CVV)"
},
"securityCodeSlashCVV": {
"message": "קוד אבטחה / CVV"
},
"identityName": {
- "message": "שם הזהות"
+ "message": "שם זהות"
},
"company": {
"message": "חברה"
},
"ssn": {
- "message": "מספר ביטוח לאומי"
+ "message": "מספר תעודת זהות"
},
"passportNumber": {
"message": "מספר דרכון"
},
"licenseNumber": {
- "message": "מספר רשיון"
+ "message": "מספר רישיון"
},
"email": {
"message": "אימייל"
@@ -396,10 +396,10 @@
"message": "אם חידשת אותו, עדכן את פרטי הכרטיס"
},
"expirationMonth": {
- "message": "תוקף אשראי - חודש"
+ "message": "חודש תפוגה"
},
"expirationYear": {
- "message": "תוקף אשראי - שנה"
+ "message": "שנת תפוגה"
},
"authenticatorKeyTotp": {
"message": "מפתח מאמת (TOTP)"
@@ -428,6 +428,9 @@
"dragToSort": {
"message": "גרור כדי למיין"
},
+ "dragToReorder": {
+ "message": "גרור כדי לסדר מחדש"
+ },
"cfTypeText": {
"message": "טקסט"
},
@@ -457,7 +460,7 @@
"message": "לא מוקצה"
},
"noneFolder": {
- "message": "ללא תיקיה",
+ "message": "ללא תיקייה",
"description": "This is the folder for uncategorized items"
},
"selfOwnershipLabel": {
@@ -465,11 +468,24 @@
"description": "Used as a label to indicate that the user is the owner of an item."
},
"addFolder": {
- "message": "הוסף תיקיה"
+ "message": "הוסף תיקייה"
},
"editFolder": {
"message": "ערוך תיקייה"
},
+ "editWithName": {
+ "message": "ערוך $ITEM$: $NAME$",
+ "placeholders": {
+ "item": {
+ "content": "$1",
+ "example": "login"
+ },
+ "name": {
+ "content": "$2",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "תיקייה חדשה"
},
@@ -516,10 +532,10 @@
"message": "לעולם לא"
},
"toggleVisibility": {
- "message": "הצג או הסתר"
+ "message": "שנה מצב נראות"
},
"toggleCollapse": {
- "message": "הצג או קפל",
+ "message": "שנה מצב כיווץ",
"description": "Toggling an expand/collapse state."
},
"generatePassword": {
@@ -626,13 +642,13 @@
"message": "זהות"
},
"typeSecureNote": {
- "message": "פתק מאובטח"
+ "message": "הערה מאובטחת"
},
"typeSshKey": {
"message": "מפתח SSH"
},
"typeLoginPlural": {
- "message": "התחברויות"
+ "message": "כניסות"
},
"typeCardPlural": {
"message": "כרטיסים"
@@ -641,7 +657,7 @@
"message": "זהויות"
},
"typeSecureNotePlural": {
- "message": "פתקים מאובטחים"
+ "message": "הערות מאובטחות"
},
"folders": {
"message": "תיקיות"
@@ -757,7 +773,7 @@
"message": "שתף"
},
"moveToOrganization": {
- "message": "העברה לארגון"
+ "message": "העבר לארגון"
},
"valueCopied": {
"message": "השדה $VALUE$ הועתק לזיכרון",
@@ -863,9 +879,6 @@
"filter": {
"message": "מסנן"
},
- "moveSelectedToOrg": {
- "message": "העבר בחירה לארגון"
- },
"deleteSelected": {
"message": "מחק בחירה"
},
@@ -882,7 +895,7 @@
"message": "הפעל"
},
"newAttachment": {
- "message": "צרף קובץ חדש"
+ "message": "הוסף צרופה חדשה"
},
"deletedAttachment": {
"message": "קובץ מצורף שנמחק"
@@ -891,7 +904,7 @@
"message": "האם אתה בטוח שברצונך למחוק קובץ מצורף זה?"
},
"attachmentSaved": {
- "message": "הקובץ המצורף נשמר."
+ "message": "הצרופה נשמרה"
},
"file": {
"message": "קובץ"
@@ -900,16 +913,16 @@
"message": "בחר קובץ."
},
"maxFileSize": {
- "message": "גודל הקובץ המירבי הוא 500 מגה."
+ "message": "גודל הקובץ המרבי הוא 500MB."
},
"addedItem": {
- "message": "פריט שהתווסף"
+ "message": "הפריט נוסף"
},
"editedItem": {
- "message": "פריט שנערך"
+ "message": "הפריט נשמר"
},
"movedItemToOrg": {
- "message": "$ITEMNAME$ הועבר ל־$ORGNAME$",
+ "message": "$ITEMNAME$ הועבר אל $ORGNAME$",
"placeholders": {
"itemname": {
"content": "$1",
@@ -921,15 +934,6 @@
}
}
},
- "movedItemsToOrg": {
- "message": "פריטים נבחרים הועברו ל־$ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "פריטים הועברו אל $ORGNAME$",
"placeholders": {
@@ -955,7 +959,7 @@
"message": "מחק תיקייה"
},
"deleteAttachment": {
- "message": "מחק קובץ מצורף"
+ "message": "מחק צרופה"
},
"deleteItemConfirmation": {
"message": "האם אתה בטוח שברצונך למחוק פריט זה?"
@@ -967,22 +971,22 @@
"message": "הפריטים נשלחו לסל המחזור"
},
"movedItems": {
- "message": "פריטים שהועברו"
+ "message": "פריטים הועברו"
},
"overwritePasswordConfirmation": {
"message": "האם אתה בטוח שברצונך לדרוס את הסיסמה הנוכחית?"
},
"editedFolder": {
- "message": "תיקיה שנערכה"
+ "message": "תיקייה נשמרה"
},
"addedFolder": {
- "message": "תיקיה שנוספה"
+ "message": "תיקייה נוספה"
},
"deleteFolderConfirmation": {
"message": "האם אתה בטוח שברצונך למחוק את התיקייה?"
},
"deletedFolder": {
- "message": "תיקיה שנמחקה"
+ "message": "תיקייה נמחקה"
},
"editInfo": {
"message": "ערוך מידע"
@@ -1021,7 +1025,7 @@
"message": "האם אתה בטוח שברצונך להתנתק?"
},
"logOut": {
- "message": "התנתק"
+ "message": "צא"
},
"ok": {
"message": "אישור"
@@ -1033,7 +1037,7 @@
"message": "לא"
},
"location": {
- "message": "Location"
+ "message": "מיקום"
},
"loginOrCreateNewAccount": {
"message": "צור חשבון חדש או התחבר כדי לגשת לכספת המאובטחת שלך."
@@ -1165,7 +1169,7 @@
"message": "התחל ניסיון"
},
"logIn": {
- "message": "התחבר"
+ "message": "היכנס"
},
"logInToBitwarden": {
"message": "היכנס אל Bitwarden"
@@ -1186,7 +1190,7 @@
"message": "זמן אימות ההפעלה תם. נא להתחיל מחדש את תהליך הכניסה."
},
"verifyYourIdentity": {
- "message": "Verify your Identity"
+ "message": "אמת את זהותך"
},
"weDontRecognizeThisDevice": {
"message": "אנחנו לא מזהים את המכשיר הזה. הזן את הקוד שנשלח לדוא\"ל שלך כדי לאמת את זהותך."
@@ -1234,13 +1238,13 @@
"message": "הקלד שוב סיסמה ראשית"
},
"masterPassHint": {
- "message": "רמז לסיסמה ראשית (אופציונאלי)"
+ "message": "רמז לסיסמה הראשית (אופציונלי)"
},
"newMasterPassHint": {
"message": "רמז לסיסמה הראשית חדש (אופציונלי)"
},
"masterPassHintLabel": {
- "message": "רמז לסיסמה ראשית"
+ "message": "רמז לסיסמה הראשית"
},
"masterPassHintText": {
"message": "אם תשכח את הסיסמה שלך, הרמז לסיסמה יכול להישלח לדוא\"ל שלך. $CURRENT$/$MAXIMUM$ תווים לכל היותר.",
@@ -1270,12 +1274,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "הזן את כתובת דוא\"ל החשבון שלך והרמז לסיסמה שלך יישלח אליך"
},
- "passwordHint": {
- "message": "רמז לסיסמה"
- },
- "enterEmailToGetHint": {
- "message": "הכנס את כתובת האימייל שלך לקבלת רמז עבור הסיסמה הראשית."
- },
"getMasterPasswordHint": {
"message": "הצג את הרמז לסיסמה הראשית"
},
@@ -1292,7 +1290,7 @@
"message": "נדרשת הזנה מחדש של הסיסמה הראשית."
},
"masterPasswordMinlength": {
- "message": "הסיסמת הראשית חייבת להכיל $VALUE$ תווים לפחות.",
+ "message": "סיסמה ראשית חייבת להיות לפחות באורך $VALUE$ תווים.",
"description": "The Master Password must be at least a specific number of characters long.",
"placeholders": {
"value": {
@@ -1326,7 +1324,7 @@
"message": "נא לבחור תאריך תפוגה שהוא בעתיד."
},
"emailAddress": {
- "message": "כתובת אימייל"
+ "message": "כתובת דוא\"ל"
},
"yourVaultIsLockedV2": {
"message": "הכספת שלך נעולה"
@@ -1484,28 +1482,28 @@
"message": "הכנס את מפתח האבטחה שלך אל כניסת ה-USB במחשבך. אם יש לו כפתור, לחץ עליו."
},
"loginUnavailable": {
- "message": "פרטי כניסה לא זמינים"
+ "message": "כניסה לא זמינה"
},
"noTwoStepProviders": {
- "message": "כניסה דו-שלבית פעילה בחשבון זה, אך אף אחד מספקי הכניסה הדו-שלבית לא נתמכים בדפדפן זה."
+ "message": "לחשבון זה מוגדרת כניסה דו־שלבית, עם זאת, אף אחד מהספקים הדו־שלביים שהוגדרו אינו נתמך על ידי דפדפן זה."
},
"noTwoStepProviders2": {
"message": "אנא השתמש בדפדפן נתמך (כמו לדוגמא Chrome) ו\\או הוסף ספק כניסה דו-שלבית הנתמך בדפדפן זה (כמו לדוגמא אפליקצית אימות)."
},
"twoStepOptions": {
- "message": "אפשרויות כניסה דו שלבית"
+ "message": "אפשרויות כניסה דו־שלבית"
},
"selectTwoStepLoginMethod": {
"message": "בחר שיטת כניסה דו־שלבית"
},
"recoveryCodeDesc": {
- "message": "איבדת גישה לכל ספקי האימות הדו-שלבי שלך? השתמש בקוד האימות כדי לבטל את הספקים הקיימים מתוך החשבון שלך."
+ "message": "איבדת גישה לכל ספקי הכניסות הדו־שלביות שלך? השתמש בקוד השחזור שלך כדי לכבות את כל ספקי הכניסות הדו־שלביות מהחשבון שלך."
},
"recoveryCodeTitle": {
"message": "קוד שחזור"
},
"authenticatorAppTitle": {
- "message": "אפליקציית אימות"
+ "message": "יישום מאמת"
},
"authenticatorAppDescV2": {
"message": "הזן קוד שנוצר על ידי יישום מאמת כמו מאמת Bitwarden.",
@@ -1515,7 +1513,7 @@
"message": "מפתח אבטחה OTP של Yubico"
},
"yubiKeyDesc": {
- "message": "השתמש בYubiKey עבור גישה לחשבון שלך. עובד עם YubiKey מסדרה 4, סדרה 5, ומכשירי NEO."
+ "message": "השתמש ב־YubiKey מסדרה 4, 5, או מכשיר NEO."
},
"duoDescV2": {
"message": "הזן קוד שנוצר על ידי Duo Security.",
@@ -1526,7 +1524,7 @@
"description": "'Duo Security' and 'Duo Mobile' are product names and should not be translated."
},
"u2fDesc": {
- "message": "השתמש בכל מפתח אבטחה התומך בFIDO U2F עבור גישה לחשבונך."
+ "message": "השתמש בכל מפתח אבטחה תואם FIDO U2F כדי לגשת לחשבונך."
},
"u2fTitle": {
"message": "מפתח אבטחה FIDO U2F"
@@ -1541,7 +1539,7 @@
"message": "(הועבר מ־FIDO)"
},
"openInNewTab": {
- "message": "פתח בכרטיסייה חדשה"
+ "message": "פתח בכרטיסיה חדשה"
},
"emailTitle": {
"message": "אימייל"
@@ -1561,14 +1559,11 @@
"moveToOrgDesc": {
"message": "בחר ארגון שאליו ברצונך להעביר פריט זה. העברה אל ארגון מעבירה בעלות של הפריט אל אותו ארגון. לא תוכל להיות הבעלים הישיר של פריט זה ברגע שהוא הועבר."
},
- "moveManyToOrgDesc": {
- "message": "בחר ארגון שאליו ברצונך להעביר פריטים אלה. העברה אל ארגון מעבירה בעלות של הפריטים אל אותו ארגון. לא תוכל להיות הבעלים הישיר של פריטים אלה ברגע שהם הועברו."
- },
"collectionsDesc": {
"message": "ערוך את האוסף המשותף של פריט זה. רק משתמשים מורשים מתוך הארגון יוכלו לראות פריט זה."
},
"deleteSelectedItemsDesc": {
- "message": "בחרת $COUNT$ פריט(ים) למחיקה. האם אתה בטוח שברצונך למחוק את כולם?",
+ "message": "$COUNT$ פריט(ים) ישלח(ו) לאשפה.",
"placeholders": {
"count": {
"content": "$1",
@@ -1597,23 +1592,6 @@
}
}
},
- "moveSelectedItemsCountDesc": {
- "message": "בחרת $COUNT$ פריט(ים). $MOVEABLE_COUNT$ פריט(ים) ניתן להעביר אל ארגון, $NONMOVEABLE_COUNT$ לא ניתן.",
- "placeholders": {
- "count": {
- "content": "$1",
- "example": "10"
- },
- "moveable_count": {
- "content": "$2",
- "example": "8"
- },
- "nonmoveable_count": {
- "content": "$3",
- "example": "2"
- }
- }
- },
"verificationCodeTotp": {
"message": "קוד אימות (TOTP)"
},
@@ -1645,7 +1623,7 @@
"message": "ייצוא זה מכיל את נתוני הכספת שלך בפורמט לא מוצפן. אתה לא אמור לאחסן או לשלוח את הקובץ המיוצא דרך ערוצים לא מאובטחים (כמו דוא\"ל). מחק אותו מיד לאחר שסיימת להשתמש בו."
},
"encExportKeyWarningDesc": {
- "message": "ייצוא זה מצפין את הנתונים שלך באמצעות מפתח ההצפנה של חשבונך. אם אי פעם תבצע סיבוב (רוטציה) למפתח ההצפנה של חשבונך, תצטרך לייצא שוב משום שלא תוכל לפענח קובץ ייצוא זה."
+ "message": "ייצוא זה מצפין את הנתונים שלך באמצעות מפתח ההצפנה של חשבונך. אם אי פעם תבצע סיבוב למפתח ההצפנה של חשבונך, תצטרך לייצא שוב משום שלא תוכל לפענח קובץ ייצוא זה."
},
"encExportAccountWarningDesc": {
"message": "מפתחות הצפנת חשבון הם ייחודים לכל חשבון משתמש של Bitwarden, לכן אינך יכול לייבא ייצוא מוצפן אל תוך חשבון אחר."
@@ -1657,7 +1635,7 @@
"message": "ייצא מ־"
},
"exportVault": {
- "message": "יצוא כספת"
+ "message": "ייצא כספת"
},
"exportSecrets": {
"message": "ייצא סודות"
@@ -1708,23 +1686,23 @@
"message": "קובץ זה מוגן סיסמה. נא להזין את סיסמת הקובץ כדי לייבא נתונים."
},
"exportSuccess": {
- "message": "הוצאת המידע מהכספת שלך הסתיימה."
+ "message": "נתוני הכספת יוצאו"
},
"passwordGenerator": {
- "message": "יוצר הסיסמאות"
+ "message": "מחולל הסיסמאות"
},
"minComplexityScore": {
- "message": "ניקוד מורכבות מינימלי"
+ "message": "ציון מורכבות מינימלי"
},
"minNumbers": {
- "message": "מינימום ספרות"
+ "message": "מינימום מספרים"
},
"minSpecial": {
- "message": "מינימום תווים מיוחדים",
+ "message": "מינימום מיוחדים",
"description": "Minimum special characters"
},
"ambiguous": {
- "message": "המנע מאותיות ותווים דומים",
+ "message": "הימנע מתווים דו־משמעיים",
"description": "deprecated. Use avoidAmbiguous instead."
},
"avoidAmbiguous": {
@@ -1753,7 +1731,7 @@
"message": "תווים מיוחדים (*&^%$#@!)"
},
"numWords": {
- "message": "מספר מילים"
+ "message": "מספר המילים"
},
"wordSeparator": {
"message": "מפריד מילים"
@@ -1763,7 +1741,7 @@
"description": "Make the first letter of a word uppercase."
},
"includeNumber": {
- "message": "כלול מספרים"
+ "message": "כלול מספר"
},
"generatorPolicyInEffect": {
"message": "דרישות מדיניות ארגונית הוחלו על אפשרויות המחולל שלך.",
@@ -1798,10 +1776,10 @@
"description": "To clear something out. Example: To clear browser history."
},
"accountUpdated": {
- "message": "החשבון עודכן"
+ "message": "החשבון נשמר"
},
"changeEmail": {
- "message": "החלף אימייל"
+ "message": "שנה דוא\"ל"
},
"changeEmailTwoFactorWarning": {
"message": "המשך התהליך ישנה את כתובת הדוא\"ל של החשבון שלך. זה לא ישנה את כתובת הדוא\"ל המשמשת עבור אימות כניסה דו־שלבית. אתה יכול לשנות את כתובת דוא\"ל זו בהגדרות הכניסה הדו־שלבית."
@@ -1825,7 +1803,7 @@
"message": "בכדי להמשיך הסשן הנוכחי ינותק, ותדרש להזין את פרטי הכניסה החדשים. כל הסשנים הפעילים במכשירים אחרים ישארו פעילים עד שעה ממועד הכניסה החדשה."
},
"emailChanged": {
- "message": "כתובת האימייל שונתה"
+ "message": "דוא\"ל נשמר"
},
"logBackIn": {
"message": "אנא התחבר שוב."
@@ -1843,7 +1821,7 @@
"message": "החלף סיסמה ראשית"
},
"masterPasswordChanged": {
- "message": "הסיסמה הראשית הוחלפה"
+ "message": "הסיסמה הראשית נשמרה"
},
"currentMasterPass": {
"message": "סיסמה ראשית נוכחית"
@@ -1861,7 +1839,7 @@
"message": "אלגוריתם KDF"
},
"kdfIterations": {
- "message": "איטרציות KDF"
+ "message": "חזרות KDF"
},
"kdfIterationsDesc": {
"message": "קביעת ערך גבוה עבור מספר האיטרציות של KDF עוזרת בהגנה על הסיסמה הראשית שלך מפני תקיפת Brute force (תְּקִיפָה כּוֹחָנִית). אנו ממליצים להשתמש בערך $VALUE$ או ערך גבוה יותר.",
@@ -1873,7 +1851,7 @@
}
},
"kdfIterationsWarning": {
- "message": "קביעת ערך גבוה מדי עבור מספר האיטרציות KDF עלול לגרום לבעיות ביצועים בזמן הכניסה (ובזמן ביטול הנעילה) לחשבון Bitwarden במכשירים בעלי מעבד חלש. אנו ממליצים שתעלה את הערך בקפיצות של $INCREMENT$ ובדוק את ההשפעה של הביצועים בכל המכשירים שלך.",
+ "message": "הגדרת חזרות KDF שלך לערך גבוה מדי עלולה לגרום לביצועים ירודים בעת כניסה אל (וביטול נעילת) Bitwarden במכשירים איטיים או ישנים יותר. אנו ממליצים להגדיל את הערך במרווחים של $INCREMENT$ ואז לבדוק את כל המכשירים שלך.",
"placeholders": {
"increment": {
"content": "$1",
@@ -1898,19 +1876,19 @@
"message": "שנה KDF"
},
"encKeySettingsChanged": {
- "message": "הגדרות מפתח ההצפנה השתנו"
+ "message": "הגדרות מפתח ההצפנה נשמרו"
},
"dangerZone": {
- "message": "אזור מסוכן"
+ "message": "אזור סכנה"
},
"deauthorizeSessions": {
- "message": "בטל הרשאות סשנים"
+ "message": "בטל אישור הפעלות"
},
"deauthorizeSessionsDesc": {
"message": "מודאג אם השארת את החשבון שלך מחובר במכשיר אחר? המשך כאן להסרת ההרשאות של סשנים מכל המחשבים או המכשירים שהשתמשת בעבר. צעד אבטחה זה מומלץ אם השתמשת בעבר במחשב ציבורי או ששמרת את הסיסמה בטעות במכשיר שאינו שלך. כמו כן, צעד זה ינקה גם את כל הסיסמאות השמורות עבור סשנים שהשתמשו באימות דו-שלבי."
},
"deauthorizeSessionsWarning": {
- "message": "בכדי להמשיך הסשן הנוכחי ינותק, ותדרש להזין את פרטי הכניסה החדשים וגם את פרטי האימות הדו-שלבי, אם הוא מאופשר. כל הסשנים הפעילים במכשירים אחרים ישארו פעילים עד שעה ממועד הכניסה החדשה."
+ "message": "המשך התהליך יוציא אותך גם מההפעלה הנוכחית שלך, מה שידרוש ממך להיכנס חזרה. אתה גם תתבקש לבצע כניסה דו־שלבית שוב, אם מוגדרת. הפעלות פעילות במכשירים אחרים עלולות להישאר פעילות למשך עד שעה אחת."
},
"newDeviceLoginProtection": {
"message": "כניסת מכשיר חדש"
@@ -1934,7 +1912,7 @@
"message": "שינויי הגנת כניסת מכשיר חדש נשמרו"
},
"sessionsDeauthorized": {
- "message": "הוסרה ההרשאה מכל הסשנים"
+ "message": "כל אישורי ההפעלות בוטלו"
},
"accountIsOwnedMessage": {
"message": "חשבון זה הוא בבעלות $ORGANIZATIONNAME$",
@@ -1946,7 +1924,7 @@
}
},
"purgeVault": {
- "message": "מחק תוכן כספת"
+ "message": "טיהור כספת"
},
"purgedOrganizationVault": {
"message": "מחק תוכן כספת ארגונית."
@@ -1964,13 +1942,13 @@
"message": "מחיקת תוכן הכספת היא סופית. פעולה זו היא בלתי הפיכה."
},
"vaultPurged": {
- "message": "המידע בכספת נמחק."
+ "message": "הכספת טוהרה."
},
"deleteAccount": {
"message": "מחק חשבון"
},
"deleteAccountDesc": {
- "message": "המשך כאן בכדי למחוק את החשבון שלך וכל המידע המשויך אליו."
+ "message": "המשך למטה כדי למחוק את החשבון שלך ואת כל נתוני הכספת."
},
"deleteAccountWarning": {
"message": "מחיקת החשבון היא פעולה בלתי הפיכה."
@@ -2020,7 +1998,7 @@
"message": "הייתה בעיה עם הנתונים שניסית לייבא. נא לפתור את השגיאות למטה בקובץ המקור שלך ולנסות שוב."
},
"importSuccess": {
- "message": "נתונים יובאו בהצלחה אל תוך הכספת שלך."
+ "message": "הנתונים יובאו בהצלחה"
},
"importSuccessNumberOfItems": {
"message": "בסך הכל יובאו $AMOUNT$ פריטים.",
@@ -2136,10 +2114,10 @@
"message": "אם אתה משתמש באותם פרטי כניסה עבור אתרים שונים באותו דומיין, באפשרות לסמן את האתר כ\"שווה\". הערכים הרגילים שנוצרים על ידי Bitwarden מסומנים כדומיין \"גלובלי\"."
},
"globalEqDomains": {
- "message": "דומיינים גלובליים שווים"
+ "message": "דומיינים שקולים גלובליים"
},
"customEqDomains": {
- "message": "דומיינים שווים מותאמים אישית"
+ "message": "דומיינים שקולים מותאמים אישית"
},
"exclude": {
"message": "אל תכלול"
@@ -2166,10 +2144,10 @@
}
},
"domainsUpdated": {
- "message": "הדומיינים עודכנו"
+ "message": "הדומיינים נשמרו"
},
"twoStepLogin": {
- "message": "התחברות בשני-שלבים"
+ "message": "כניסה דו־שלבית"
},
"twoStepLoginEnforcement": {
"message": "אכיפת כניסה דו־שלבית"
@@ -2194,13 +2172,13 @@
"message": "אם הגדרת SSO או מתכוון לעשות כן, ייתכן שכניסה דו־שלבית כבר נאכפת דרך ספק הזהות שלך."
},
"twoStepLoginRecoveryWarning": {
- "message": "שים לב: שימוש לא נכון בכניסה דו-שלבית עשוי לגרום לך להנעל ללא גישה לחשבון Bitwarden שלך. מומלץ לשמור קוד שחזור לגישה לחשבון שלך למקרה שלא תוכל להשתמש בספק הכניסה הדו-שלבית (לדוגמא: איבדת את הפלאפון או את מפתח החומרה שלך). גם צוות התמיכה של Bitwarden לא יוכל לעזור לך במקרה שתאבד גישה לחשבון שלך. אנו ממליצים שתכתוב או תדפיס את קודי השחזור ותשמור אותם במקום בטוח."
+ "message": "הגדרת כניסה דו־שלבית יכולה לנעול אותך לצמיתות מחוץ לחשבון Bitwarden שלך. קוד שחזור מאפשר לך לגשת לחשבון שלך במקרה שאתה לא יכול להשתמש בספק הכניסה הד־שלבית הרגיל שלך (דוגמה: איבדת את המכשיר שלך). התמיכה של Bitwarden לא תוכל לסייע לך אם תאבד גישה לחשבון שלך. אנו ממליצים שתכתוב או תדפיס את קוד השחזור ותשמור אותו במקום בטוח."
},
"yourSingleUseRecoveryCode": {
"message": "ניתן להשתמש בקוד השחזור החד־פעמי שלך כדי לכבות כניסה דו־שלבית במקרה שאתה מאבד גישה לספק הכניסה הדו־שלבית שלך. Bitwarden ממליץ לך לרשום את קוד השחזור ולשמור אותו במקום בטוח."
},
"viewRecoveryCode": {
- "message": "צפה בקוד שחזור"
+ "message": "הצג קוד שחזור"
},
"providers": {
"message": "ספקים",
@@ -2220,25 +2198,25 @@
"description": "Premium membership"
},
"premiumMembership": {
- "message": "חשבון פרימיום"
+ "message": "חברות פרימיום"
},
"premiumRequired": {
- "message": "נדרש חשבון פרימיום"
+ "message": "נדרש פרימיום"
},
"premiumRequiredDesc": {
- "message": "בכדי להשתמש ביכולת זו יש צורך בחשבון פרמיום."
+ "message": "נדרשת חברות פרימיום כדי להשתמש בתכונה זו."
},
"youHavePremiumAccess": {
"message": "יש לך גישת פרימיום"
},
"alreadyPremiumFromOrg": {
- "message": "לארגון שאתה חבר בו, כבר יש גישת פרימיום, ולכן יש לך גישה ליכולות פרמיום."
+ "message": "כבר יש לך גישה ליכולות פרימיום בזכות ארגון שאתה חבר בו."
},
"manage": {
"message": "נהל"
},
"manageCollection": {
- "message": "נהל אוסף"
+ "message": "ניהול אוסף"
},
"viewItems": {
"message": "הצג פריטים"
@@ -2253,7 +2231,7 @@
"message": "ערוך פריטים, סיסמאות מוסתרות"
},
"disable": {
- "message": "בטל"
+ "message": "כבה"
},
"revokeAccess": {
"message": "בטל גישה"
@@ -2262,7 +2240,7 @@
"message": "בטל"
},
"twoStepLoginProviderEnabled": {
- "message": "ספק כניסה דו-שלבית זה נתמך בחשבון שלך."
+ "message": "ספק כניסה דו־שלבית זה פעיל בחשבון שלך."
},
"twoStepLoginAuthDesc": {
"message": "הזן את הסיסמה הראשית שלך בכדי לשנות הגדרות הנוגעות לכניסה דו-שלבית."
@@ -2313,10 +2291,10 @@
"message": "במקרה שאתה צריך את אפשרות הכניסה זמינה גם במכשיר אחר, כאן ניתן למצוא את קוד הQR (או המפתח) הנחוץ לאפליקציית האימות במכשיר הנוסף."
},
"twoStepDisableDesc": {
- "message": "האם אתה בטוח שברצונך לבטל את הספק הזה עבור הכניסה הדו-שלבית?"
+ "message": "האם אתה בטוח שברצונך לכבות ספק כניסה דו־שלבית זה?"
},
"twoStepDisabled": {
- "message": "ספק עבור כניסה דו-שלבית מבוטל."
+ "message": "ספק כניסה דו־שלבית כבוי."
},
"twoFactorYubikeyAdd": {
"message": "הוסף מפתח YubiKey לחשבונך"
@@ -2334,7 +2312,7 @@
"message": "שמור את הטופס."
},
"twoFactorYubikeyWarning": {
- "message": "עקב מגבלות פלטפורמה, לא ניתן להשתמש בYubiKey בכל האפליקציות של Bitwarden. עליך לאפשר ספק כניסה דו-שלבית נוסף למקרה שבו הYubiKey שלך לא זמין. פלטפורמות נתמכות:"
+ "message": "עקב מגבלות פלטפורמה, לא ניתן להשתמש במפתחות YubiKey בכל היישומים של Bitwarden. עליך להגדיר ספק כניסה דו־שלבית אחר כך שתוכל לגשת לחשבון שלך כאשר לא ניתן להשתמש במפתחות YubiKey. פלטפורמות נתמכות:"
},
"twoFactorYubikeySupportUsb": {
"message": "כספת רשת, אפליקציית שולחן עבודה, שורת הפקודה, וכל התוספים לדפדפן על מכשיר עם חיבור USB עבור הYubiKey שלך."
@@ -2382,7 +2360,7 @@
"message": "מפתחות YubiKey עודכנו"
},
"disableAllKeys": {
- "message": "בטל את כל המפתחות"
+ "message": "השבת את כל המפתחות"
},
"twoFactorDuoDesc": {
"message": "הזן את פרטי אפליקציית Bitwarden מתוך עמוד הניהול של Duo."
@@ -2394,7 +2372,7 @@
"message": "סוד לקוח"
},
"twoFactorDuoApiHostname": {
- "message": "שם שרת הAPI"
+ "message": "שם מארח API"
},
"twoFactorEmailDesc": {
"message": "עקוב אחר הצעדים הבאים להגדרת כניסה דו-שלבית עם אימייל:"
@@ -2436,16 +2414,16 @@
"message": "שמור את הטופס."
},
"twoFactorU2fWarning": {
- "message": "עקב מגבלות פלטפורמה, לא ניתן להשתמש בFIDO U2F בכל האפליקציות של Bitwarden. עליך לאפשר ספק כניסה דו-שלבית נוסף למקרה שבו הFIDO U2F שלך לא זמין. פלטפורמות נתמכות:"
+ "message": "עקב מגבלות פלטפורמה, לא ניתן להשתמש ב־FIDO U2F בכל היישומים של Bitwarden. עליך להגדיר ספק כניסה דו־שלבית אחר כך שתוכל לגשת לחשבון שלך כאשר לא ניתן להשתמש ב־FIDO U2F. פלטפורמות נתמכות:"
},
"twoFactorU2fSupportWeb": {
- "message": "כספת ברשת ותוספי אבטחה למחשב נייח\\נייד עם דפדפן תומך בU2F (כרום, אופרה, Vivaldi, או פיירפוקס עם תמיכה בFIDO U2F)."
+ "message": "כספת רשת והרחבות דפדפן במחשב נייח/נייד עם דפדפן התומך ב־U2F (Vivaldi, Opera, Chrome או Firefox עם FIDO U2F מופעל)."
},
"twoFactorU2fWaiting": {
"message": "ממתין ללחיצה על כפתור במפתח האבטחה שלך"
},
"twoFactorU2fClickSave": {
- "message": "לחץ על כפתור \"שמירה\" בכדי לאפשר כניסה דו-שלבית בעזרת מפתח אבטחה זה."
+ "message": "לחץ על הלחצן \"שמור\" למטה כדי להפעיל את מפתח האבטחה הזה עבור כניסה דו־שלבית."
},
"twoFactorU2fProblemReadingTryAgain": {
"message": "היתה בעיה בקריאת מפתח האבטחה. נסה בשנית."
@@ -2457,7 +2435,7 @@
"message": "קוד השחזור שלך עבור כניסה דו שלבית לBitwarden"
},
"twoFactorRecoveryNoCode": {
- "message": "עדיין לא הוספת אף ספק לכניסה דו-שלבית. לאחר שתאפשר כניסה באמצעות ספק עם כניסה דו שלבית תוכל לבדוק כאן שוב ולראות את קוד השחזור שלך."
+ "message": "עדיין לא הגדרת אף ספק כניסה דו־שלבית. לאחר שתגדיר ספק כניסה דו־שלבית, תוכל לבדוק שוב כאן עבור קוד השחזור שלך."
},
"printCode": {
"message": "הדפס קוד",
@@ -2475,10 +2453,10 @@
"description": "Vault health reports can be used to evaluate the security of your Bitwarden individual or organization vault."
},
"unsecuredWebsitesReport": {
- "message": "דוח אתרים לא מאובטחים"
+ "message": "אתרים לא מאובטחים"
},
"unsecuredWebsitesReportDesc": {
- "message": "שימוש באתרים לא מאובטחים שמתחילים בקידומת http:// יכול להיות מסוכן. אם האתר מאפשר זאת, תמיד נסה להשתמש בקידומת https:// כך שהחיבור יהיה מוצפן."
+ "message": "כתובות URL שמתחילות עם //:http אינן משתמשות בהצפנה הטובה ביותר שזמינה. שנה את הכתובות URI של הכניסות עבור החשבונות האלה כך שיתחילו עם //:https בשביל גלישה בטוחה יותר."
},
"unsecuredWebsitesFound": {
"message": "נמצאו אתרים לא מאובטחים"
@@ -2500,13 +2478,13 @@
"message": "לא נמצאו פריטים בכספת המכילים כתובות לא מאובטחות."
},
"inactive2faReport": {
- "message": "דוח 2FA לא פעילים"
+ "message": "כניסה דו־שלבית לא פעילה"
},
"inactive2faReportDesc": {
- "message": "אימות דו-שלבי (2FA) היא הגדרת אבטחה חשובה שעוזרת לאבטח את החשבון שלך. אם האתר מאפשר זאת, מומלץ לאפשר את האימות הדו-שלבי."
+ "message": "כניסה דו-שלבית מוסיפה שכבת הגנה לחשבונות שלך. הגדר כניסה דו־שלבית באמצעות המאמת של Bitwarden עבור החשבונות האלה או השתמש בשיטה חלופית."
},
"inactive2faFound": {
- "message": "נמצאו פרטי כניסות שלא פעילה בהן אופציית 2FA"
+ "message": "נמצאו כניסות ללא כניסה דו־שלבית"
},
"inactive2faFoundReportDesc": {
"message": "מצאנו $COUNT$ אתרים בכספת שלך שייתכן שלא הוגדרו עם כניסה דו־שלבית (על פי 2fa.directory). כדי להגן עוד יותר על החשבונות הללו, עליך להגדיר כניסה דו־שלבית.",
@@ -2522,22 +2500,22 @@
}
},
"noInactive2fa": {
- "message": "לא נמצאו אתרים ללא אימות דו-שלבי בכספת שלך."
+ "message": "לא נמצאו אתרים בכספת שלך עם תצורת כניסה דו־שלבית חסרה."
},
"instructions": {
"message": "הוראות"
},
"exposedPasswordsReport": {
- "message": "דו\"ח סיסמאות שנחשפו"
+ "message": "סיסמאות חשופות"
},
"exposedPasswordsReportDesc": {
"message": "סיסמאות חשופות בפרצת נתונים הן מטרות קלות עבור תוקפים. שנה סיסמאות אלה כדי למנוע פריצות פוטנציאליות."
},
"exposedPasswordsFound": {
- "message": "נמצאו סיסמאות שנחשפו"
+ "message": "נמצאו סיסמאות חשופות"
},
"exposedPasswordsFoundReportDesc": {
- "message": "מצאנו $COUNT$ פריטים בכספת שלך שיש להם סיסמאות שנחפשו בפרצות נתונים ידועות. עליך לשנות אותם כך שישתמשו בסיסמה חדשה.",
+ "message": "מצאנו $COUNT$ פריטים בכספת שלך שיש להם סיסמאות שנחשפו בפרצות נתונים ידועות. עליך לשנות אותם כך שישתמשו בסיסמה חדשה.",
"placeholders": {
"count": {
"content": "$1",
@@ -2553,7 +2531,7 @@
"message": "לא נמצאו פריטים בכספת שלך שנחשפו בפריצות ידועות."
},
"checkExposedPasswords": {
- "message": "בדוק אם קיימות סיסמאות שנפרצו"
+ "message": "בדוק סיסמאות חשופות"
},
"timesExposed": {
"message": "פעמים נחשפו"
@@ -2568,10 +2546,10 @@
}
},
"weakPasswordsReport": {
- "message": "דו\"ח סיסמאות חלשות"
+ "message": "סיסמאות חלשות"
},
"weakPasswordsReportDesc": {
- "message": "סיסמאות חלשות קלות לניחוש על ידי האקרים וכלים אוטומטיים לפריצת סיסמאות. מחולל הסיסמאות של Bitwarden יכול לעזור לך ליצור סיסמאות חזקות."
+ "message": "תוקפים יכולים לנחש סיסמאות חלשות בקלות. שנה את הסיסמאות הללו לסיסמאות חזקות באמצעות מחולל הסיסמאות."
},
"weakPasswordsFound": {
"message": "נמצאו סיסמאות חלשות"
@@ -2596,13 +2574,13 @@
"message": "חולשה"
},
"reusedPasswordsReport": {
- "message": "דו\"ח סיסמאות משומשות"
+ "message": "סיסמאות בשימוש חוזר"
},
"reusedPasswordsReportDesc": {
- "message": "אם שירות שהשתמשת בו נפרץ, שימוש באותה הסיסמה במקום אחר מאפשר להאקרים לקבל גישה לחשבונות נוספים שלך בקלות רבה. מומלץ מאוד להשתמש בסיסמה יחודית עבור כל חשבון או שירות."
+ "message": "שימוש חוזר של סיסמאות מקל על תוקפים לפרוץ לחשבונות מרובים. שנה את הסיסמאות הללו כך שכל אחת תהיה ייחודית."
},
"reusedPasswordsFound": {
- "message": "נמצאו סיסמאות משומשות"
+ "message": "נמצאו סיסמאות בשימוש חוזר"
},
"reusedPasswordsFoundReportDesc": {
"message": "מצאנו $COUNT$ סיסמאות שנמצאות בשימוש חוזר בכספת שלך. עליך לשנות אותם לערך ייחודי.",
@@ -2633,16 +2611,16 @@
}
},
"dataBreachReport": {
- "message": "דו\"ח פריצת אבטחה"
+ "message": "פרצת נתונים"
},
"breachDesc": {
- "message": "אירוע \"דליפה\" הוא תקרית שבה המידע של האתר היה נגיש בצורה לא חוקית להאקרים והם הפיצו אותו באופן פומבי. עבור על המידע שנחשף (כתובות אימייל, סיסמאות, כרטיסי אשראי וכו') ובצע את הפעולות הנחוצות, לדוגמא - לשנות את הסיסמאות שפורסמו."
+ "message": "חשבונות שנפרצו יכולים לחשוף את המידע האישי שלך. אבטח חשבונות שנפרצו על ידי הפעלת אימות דו־גורמי (2FA) או יצירת סיסמה חזקה יותר."
},
"breachCheckUsernameEmail": {
"message": "בדוק את כל שמות המשתמשים או כתובות המייל שאתה משתמש בהם."
},
"checkBreaches": {
- "message": "בדוק פריצות אבטחה"
+ "message": "בדוק פרצות"
},
"breachUsernameNotFound": {
"message": "שם המשתמש $USERNAME$ לא נמצא בפריצות אבטחה ידועות.",
@@ -2671,7 +2649,7 @@
}
},
"breachFound": {
- "message": "נמצאו חשבונות שדלפו"
+ "message": "נמצאו חשבונות שנפרצו"
},
"compromisedData": {
"message": "מידע שנחשף"
@@ -2683,10 +2661,10 @@
"message": "משתמשים שהושפעו"
},
"breachOccurred": {
- "message": "פריצת אבטחה אירעה"
+ "message": "אירעה פרצה"
},
"breachReported": {
- "message": "פריצת אבטחה דווחה"
+ "message": "דווחה פרצה"
},
"reportError": {
"message": "אירעה שגיאה בטעינת הדו\"ח. נסה שוב"
@@ -2701,15 +2679,15 @@
"message": "סוג תשלום"
},
"accountCredit": {
- "message": "מאזן החשבון",
+ "message": "אשראי חשבון",
"description": "Financial term. In the case of Bitwarden, a positive balance means that you owe money, while a negative balance means that you have a credit (Bitwarden owes you money)."
},
"accountBalance": {
- "message": "יתרת חשבון",
+ "message": "מאזן חשבון",
"description": "Financial term. In the case of Bitwarden, a positive balance means that you owe money, while a negative balance means that you have a credit (Bitwarden owes you money)."
},
"addCredit": {
- "message": "הוסף קרדיט",
+ "message": "הוסף אשראי",
"description": "Add more credit to your account's balance."
},
"amount": {
@@ -2733,7 +2711,7 @@
"message": "שדרגת לפרימיום."
},
"premiumUpgradeUnlockFeatures": {
- "message": "שדרג את חשבונך לפרמיום כדי להשתמש ביכולות נהדרות נוספות."
+ "message": "שדרג את חשבונך לחברות פרמיום ופתח כמה תכונות נוספות נהדרות."
},
"premiumSignUpStorage": {
"message": "1 ג'יגה של מקום אחסון מוצפן עבור קבצים מצורפים."
@@ -2754,7 +2732,7 @@
"message": "קדימות בתמיכה הטכנית."
},
"premiumSignUpFuture": {
- "message": "כל יכולות הפרימיום העתידיות שנפתח. עוד יכולות מגיעות בקרוב!"
+ "message": "כל תכונות הפרימיום העתידיות. עוד מגיעות בקרוב!"
},
"premiumPrice": {
"message": "הכל רק ב-$PRICE$ לשנה!",
@@ -2788,7 +2766,7 @@
"message": "גישת פרימיום"
},
"premiumAccessDesc": {
- "message": "ניתן להוסיף גישת פרימיום לכל חברי הארגון שלך ב-$PRICE$ ל$INTERVAL$.",
+ "message": "אתה יכול להוסיף גישת פרימיום לכל חברי הארגון שלך עבור $PRICE$ /$INTERVAL$.",
"placeholders": {
"price": {
"content": "$1",
@@ -2801,7 +2779,7 @@
}
},
"additionalStorageGb": {
- "message": "מקום אחסון נוסף (בג'יגה)"
+ "message": "אחסון נוסף (GB)"
},
"additionalStorageGbDesc": {
"message": "# של ג'יגה בייט נוספים"
@@ -2858,7 +2836,7 @@
"message": "שיטת התשלום שלך תחויב עבור כל מנוי שלא שולם."
},
"paymentChargedWithTrial": {
- "message": "התוכנית שבחרת מגיעה עם 7 ימי נסיון חינמי. שיטת התשלום שבחרת לא תחויב עד לתום תקופת הנסיון. ביצוע החשבון יתבצע על בסיס מתחדש בכל $INTERVAL$. באפשרותך לבטל בכל עת."
+ "message": "התוכנית שלך מגיעה עם 7 ימי ניסיון בחינם. שיטת התשלום שלך לא תחויב עד שהניסיון יסתיים. אתה רשאי לבטל בכל עת."
},
"paymentInformation": {
"message": "פרטי תשלום"
@@ -2873,7 +2851,7 @@
"message": "כרטיס אשראי"
},
"paypalClickSubmit": {
- "message": "לחץ על כפתור PayPal בכדי להכנס לחשבון PayPal שלך, ואז לחץ על כפתור התשלום כדי להמשיך."
+ "message": "בחר את הלחצן PayPal כדי להיכנס לחשבון PayPal שלך, ואז לחץ על הלחצן 'שלח' למטה כדי להמשיך."
},
"cancelSubscription": {
"message": "בטל מנוי"
@@ -2885,13 +2863,13 @@
"message": "המנוי בוטל."
},
"pendingCancellation": {
- "message": "בקשת ביטול ממתינה"
+ "message": "ממתין לביטול"
},
"subscriptionPendingCanceled": {
"message": "המנוי סומן כמיועד לביטול בסיום תקופת החיוב הנוכחית."
},
"reinstateSubscription": {
- "message": "הפעל מחדש את המנוי"
+ "message": "החזר מנוי"
},
"reinstateConfirmation": {
"message": "האם אתה בטוח שברצונך להסיר את בקשת הביטול הממתינה ולהפעיל מחדש את חשבונך?"
@@ -2903,10 +2881,10 @@
"message": "האם אתה בטוח שברצונך לבטל? ביטול המנוי יגרום לאיבוד כל האפשרויות השמורות למנויים בסיום מחזור החיוב הנוכחי."
},
"canceledSubscription": {
- "message": "המנוי בוטל."
+ "message": "המנוי בוטל"
},
"neverExpires": {
- "message": "ללא תאריך תפוגה"
+ "message": "לא פג תוקף לעולם"
},
"status": {
"message": "סטטוס"
@@ -2927,7 +2905,7 @@
"message": "עדכן רישיון"
},
"manageSubscription": {
- "message": "ניהול מנוי"
+ "message": "נהל מנוי"
},
"launchCloudSubscription": {
"message": "הפעל מנוי ענן"
@@ -3029,7 +3007,7 @@
}
},
"contactSupport": {
- "message": "צור קשר עם התמיכה"
+ "message": "צור קשר עם תמיכת הלקוחות"
},
"contactSupportShort": {
"message": "פנה לתמיכה"
@@ -3053,7 +3031,7 @@
}
},
"uploadLicenseFilePremium": {
- "message": "כדי לשדרג את החשבון שלך לפרמיום עליך להעלות קובץ רשיון תקין."
+ "message": "כדי לשדרג את החשבון שלך לחברות פרימיום, אתה צריך להעלות קובץ רישיון חוקי."
},
"uploadLicenseFileOrg": {
"message": "ליצירת שרת on-premises בארגון לך עליך להעלות קובץ רשיון תקין."
@@ -3074,7 +3052,7 @@
"message": "החשבון הזה נמצא בבעלות עסק."
},
"billingEmail": {
- "message": "מייל לחשבוניות"
+ "message": "דוא\"ל לחיוב"
},
"businessName": {
"message": "שם העסק"
@@ -3086,10 +3064,10 @@
"message": "משתמשים"
},
"userSeats": {
- "message": "כסאות משתמשים"
+ "message": "מקומות למשתמשים"
},
"additionalUserSeats": {
- "message": "כסאות משתמשים נוספים"
+ "message": "מקומות למשתמשים נוספים"
},
"userSeatsDesc": {
"message": "כמות כסאות משתמשים"
@@ -3199,7 +3177,7 @@
"message": "הוסף ושתף עם כמות בלתי מוגבלת של משתמשים"
},
"createUnlimitedCollections": {
- "message": "צור מספר בלתי מוגבל של אוספים"
+ "message": "צור אוספים ללא הגבלה"
},
"gbEncryptedFileStorage": {
"message": "גודל קובץ מוצפן: $SIZE$",
@@ -3211,16 +3189,16 @@
}
},
"onPremHostingOptional": {
- "message": "אחסון שרת מקומי (אופציונאלי)"
+ "message": "אירוח מקומי (אופציונלי)"
},
"usersGetPremium": {
- "message": "המשתמשים יקבלו גישה ליכולות פרימיום"
+ "message": "המשתמשים יקבלו גישה לתכונות פרימיום"
},
"controlAccessWithGroups": {
"message": "שלוט על גישת משתמשים בעזרת קבוצות"
},
"syncUsersFromDirectory": {
- "message": "סנכרן את המשתמשים והקבוצות עם Active Directory"
+ "message": "סנכרן את המשתמשים והקבוצות שלך מתוך ספריה"
},
"trackAuditLogs": {
"message": "עקוב אחר פעולות המשתמשים בעזרת יומן ביקורת"
@@ -3280,7 +3258,7 @@
"message": "שנתי"
},
"basePrice": {
- "message": "מחיר בסיסי"
+ "message": "מחיר בסיס"
},
"organizationCreated": {
"message": "הארגון נוצר"
@@ -3289,7 +3267,7 @@
"message": "הארגון החדש שלך מוכן!"
},
"organizationUpgraded": {
- "message": "הארגון שלך שודרג."
+ "message": "הארגון שודרג"
},
"leave": {
"message": "יציאה"
@@ -3298,7 +3276,7 @@
"message": "האם אתה בטוח שברצונך לצאת מהארגון?"
},
"leftOrganization": {
- "message": "יצאת מהארגון."
+ "message": "עזבת את הארגון"
},
"defaultCollection": {
"message": "אוסף ברירת מחדל"
@@ -3307,13 +3285,13 @@
"message": "קבל עזרה"
},
"getApps": {
- "message": "הורד את האפליקציות"
+ "message": "הורד את היישומים"
},
"loggedInAs": {
"message": "מחובר בשם"
},
"eventLogs": {
- "message": "יומן אירועים"
+ "message": "יומני אירועים"
},
"people": {
"message": "אנשים"
@@ -3358,7 +3336,7 @@
"message": "כאשר חבר מוסר, אין לו יותר גישה לנתוני הארגון ופעולה זו היא בלתי הפיכה. כדי להוסיף את החבר בחזרה לארגון, יש להזמין ולקלוט אותו שוב."
},
"revokeUserConfirmation": {
- "message": "כאשר חבר מבוטל, אין לו יותר גישה לנתוני הארגון. כדי לשחזר במהירות גישת חבר, עבור לכרטיסייה 'מבוטל'."
+ "message": "כאשר חבר מבוטל, אין לו יותר גישה לנתוני הארגון. כדי לשחזר במהירות גישת חבר, עבור לכרטיסיה 'מבוטל'."
},
"removeUserConfirmationKeyConnector": {
"message": "אזהרה! משתמש זה דורש Key Connector כדי לנהל את ההצפנה שלו. הסרת משתמש זה מהארגון שלך תשבית לצמיתות את החשבון שלו. פעולה זו אינה ניתנת לביטול. האם ברצונך להמשיך?"
@@ -3367,7 +3345,7 @@
"message": "מזהה חיצוני"
},
"externalIdDesc": {
- "message": "ניתן להשתמש במזהה החיצוני כקישור בין משאב זה למערכת חיצונית כמו לדוגמא תיקיית משתמש."
+ "message": "מזהה חיצוני הוא הפניה לא מוצפנת בשימוש על ידי מחבר הספריות וה־API של Bitwarden."
},
"nestCollectionUnder": {
"message": "לקנן אוסף תחת"
@@ -3409,7 +3387,7 @@
"message": "הזמן משתמש חדש לארגון שלך על ידי הזנת כתובת האימייל שלהם שמשמשת אותם בחשבון Bitwarden. אם אין להם חשבון Bitwarden, הם יתבקשו ליצור חשבון."
},
"inviteMultipleEmailDesc": {
- "message": "באפשרותך להזמין עד $COUNT$ משתמשים בכל פעם על ידי הפרדת הכתובות בעזרת פסיק.",
+ "message": "הזן עד $COUNT$ כתובות דוא\"ל על ידי הפרדה עם פסיק.",
"placeholders": {
"count": {
"content": "$1",
@@ -3442,7 +3420,7 @@
"message": "בעלים"
},
"ownerDesc": {
- "message": "החשבון בעל ההרשאות הגבוהות ביותר שיכול לנהל את כל ההיבטים של הארגון."
+ "message": "נהל את כל ההיבטים של הארגון שלך, כולל חיובים ומנויים"
},
"clientOwnerDesc": {
"message": "על משתמש זה להיות עצמאי מהספק. אם הספק מנותק מהארגון, משתמש זה ישמור על הבעלות של הארגון."
@@ -3451,13 +3429,13 @@
"message": "מנהל"
},
"adminDesc": {
- "message": "מנהלים יכולים לגשת ולנהל את כל הפריטים, האוספים והמשתמשים שבארגונך."
+ "message": "נהל גישת ארגון, כל האוספים, חברים, דיווח, והגדרות אבטחה"
},
"user": {
"message": "משתמש"
},
"userDesc": {
- "message": "משתמש רגיל עם גישה לאוספים נבחרים בארגון שלך."
+ "message": "גישה והוספת פריטים לאוספים מוקצים"
},
"all": {
"message": "הכל"
@@ -3508,19 +3486,19 @@
"message": "מנהל הסודות של Bitwarden"
},
"loggedIn": {
- "message": "מחובר."
+ "message": "מחובר"
},
"changedPassword": {
- "message": "סיסמת החשבון שונתה."
+ "message": "סיסמת החשבון שונתה"
},
"enabledUpdated2fa": {
- "message": "כניסה דו שלבית הופעלה\\עודכנה."
+ "message": "כניסה דו־שלבית נשמרה"
},
"disabled2fa": {
- "message": "בטל כניסה דו שלבית."
+ "message": "כניסה דו־שלבית כבויה"
},
"recovered2fa": {
- "message": "חשבון שוחזר מכניסה דו שלבית."
+ "message": "חשבון שוחזר מכניסה דו־שלבית."
},
"failedLogin": {
"message": "נסיון כניסה נכשל עם סיסמה שגויה."
@@ -3542,10 +3520,10 @@
"description": "PIN code. Ex. The short code (often numeric) that you use to unlock a device."
},
"exportedVault": {
- "message": "יצוא כספת."
+ "message": "הכספת יוצאה"
},
"exportedOrganizationVault": {
- "message": "יצוא של תוכן הכספת הארגונית."
+ "message": "כספת הארגון יוצאה."
},
"editedOrgSettings": {
"message": "הגדרות הארגון נערכו."
@@ -4032,22 +4010,22 @@
"message": "סוג משתמש"
},
"groupAccess": {
- "message": "גישה לקבוצה"
+ "message": "גישה קבוצתית"
},
"groupAccessUserDesc": {
- "message": "ערוך את הקבוצות שמשתמש זה משויך אליהן."
+ "message": "הענק לחבר גישה לאוספים על ידי הוספתו לקבוצה אחת או יותר."
},
"invitedUsers": {
- "message": "משתמשים שהוזמנו."
+ "message": "משתמש(ים) הוזמנ(ו)"
},
"resendInvitation": {
"message": "שלח הזמנה מחדש"
},
"resendEmail": {
- "message": "שלח מייל בשנית"
+ "message": "שלח דוא\"ל מחדש"
},
"hasBeenReinvited": {
- "message": "$USER$ הוזמן מחדש.",
+ "message": "$USER$ הוזמן מחדש",
"placeholders": {
"user": {
"content": "$1",
@@ -4071,10 +4049,10 @@
}
},
"confirmUsers": {
- "message": "אשר משתמשים"
+ "message": "אשר חברים"
},
"usersNeedConfirmed": {
- "message": "ישנם משתמשים שקיבלו את הזמנתך, אך עדיין צריך לאשר אותם. למשתמשים אלו לא תהיה גישה לארגון עד שיאשרו אותם."
+ "message": "יש לך חברים שקיבלו את ההזמנה שלהם, אבל עדיין צריך לאשר אותם. לחברים לא תהיה גישה לארגון עד שיאושרו."
},
"startDate": {
"message": "תאריך התחלה"
@@ -4083,7 +4061,7 @@
"message": "תאריך סיום"
},
"verifyEmail": {
- "message": "אמת כתובת אימייל"
+ "message": "אמת דוא\"ל"
},
"verifyEmailDesc": {
"message": "אמת את האימייל שלך בכדי לאפשר גישה לכל היכולות."
@@ -4095,7 +4073,7 @@
"message": "בדוק אם קיבלת את קוד האימות באימייל."
},
"emailVerified": {
- "message": "כתובת האימייל שלך אומתה."
+ "message": "דוא\"ל החשבון אומת"
},
"emailVerifiedV2": {
"message": "דוא\"ל אומת"
@@ -4104,10 +4082,10 @@
"message": "לא ניתן לאמת את האימייל שלך. נסה לשלוח מייל אימות חדש."
},
"emailVerificationRequired": {
- "message": "יש לאמת את כתובת האימייל"
+ "message": "נדרש אימות דוא\"ל"
},
"emailVerificationRequiredDesc": {
- "message": "נדרש אישור אימות בדוא\"ל כדי לאפשר שימוש בתכונה זו."
+ "message": "אתה מוכרח לאמת את הדוא\"ל שלך כדי להשתמש בתכונה זו."
},
"updateBrowser": {
"message": "עדכן דפדפן"
@@ -4216,16 +4194,16 @@
"message": "זכור אימייל"
},
"recoverAccountTwoStepDesc": {
- "message": "אם אין באפשרות לגשת לחשבונך דרך השיטות הדו-שלביות הרגילות, תוכל להשתמש בקוד לשחזור האימות הדו שלבי בכדי לבטל את כל ספקי האימות הדו שלבי בחשבונך."
+ "message": "אם אינך יכול לגשת לחשבון שלך דרך שיטות הכניסה הדו־שלבית הרגילות שלך, אתה יכול להשתמש בקוד השחזור של הכניסה הדו־שלבית שלך כדי לכבות את כל הספקים הדו־שלביים בחשבונך."
},
"logInBelowUsingYourSingleUseRecoveryCode": {
"message": "היכנס למטה באמצעות קוד השחזור החד־פעמי שלך. זה יכבה את כל הספקים הדו־שלביים בחשבון שלך."
},
"recoverAccountTwoStep": {
- "message": "שחזר כניסה דו שלבית לחשבון"
+ "message": "שחזר כניסה דו־שלבית לחשבון"
},
"twoStepRecoverDisabled": {
- "message": "כניסה דו שלבית בוטלה בחשבונך."
+ "message": "כניסה דו־שלבית כבויה בחשבונך."
},
"learnMore": {
"message": "למידע נוסף"
@@ -4237,7 +4215,7 @@
"message": "אם החשבון שלך אכן קיים, שלחנו אליך מייל עם הוראות נוספות."
},
"deleteRecoverConfirmDesc": {
- "message": "ביקשת למחוק את חשבון ה-Bitwarden שלך. לחץ על הכפתור למטה בכדי לאשר זאת."
+ "message": "ביקשת למחוק את החשבון Bitwarden שלך. לחץ על הכפתור למטה כדי לאשר."
},
"deleteRecoverOrgConfirmDesc": {
"message": "ביקשת למחוק את ארגון ה־Bitwarden שלך."
@@ -4282,7 +4260,7 @@
"message": "הארגון עודכן"
},
"taxInformation": {
- "message": "מידע מיסים"
+ "message": "פרטי מס"
},
"taxInformationDesc": {
"message": "עבור לקוחות בתוך ארצות הברית, יש לכתוב מיקוד לצורך דיווח מיסוי. עבור לקוחות ממדינות אחרות ניתן למלא מספר זיהוי מס (VAT/GST) ו\\או כתובת שתופיע על הקבלות שלך."
@@ -4292,7 +4270,7 @@
"description": "A billing plan/package. For example: Families, Teams, Enterprise, etc."
},
"changeBillingPlan": {
- "message": "שנה תוכנית",
+ "message": "שדרג תוכנית",
"description": "A billing plan/package. For example: Families, Teams, Enterprise, etc."
},
"changeBillingPlanUpgrade": {
@@ -4310,7 +4288,7 @@
}
},
"viewInvoice": {
- "message": "צפה בחשבונית"
+ "message": "הצג חשבונית"
},
"downloadInvoice": {
"message": "הורד חשבונית"
@@ -4325,10 +4303,10 @@
"message": "אופציית תשלום באמצעות חשבון בנק זמינה אך ורק ללקוחות תושבי ארצות הברית. תצטרך לאמת את פרטי החשבון. אנו נבצע 2 מיקרו-הפקדות בתוך 1-2 ימי עסקים. הזן את הסכומים בעמוד פרטי הארגון המשלם בכדי לאמת את חשבון הבנק."
},
"verifyBankAccountFailureWarning": {
- "message": "בעיות באימות פרטי החשבון עלולות להסתיים בתשלומים ש'התפספסו' ויכולות לגרום למנוי שלך, להתבטל."
+ "message": "כשל באימות חשבון הבנק יגרום לפספוס תשלום ולהשעיית המנוי שלך."
},
"verifiedBankAccount": {
- "message": "חשבון בנק אומת."
+ "message": "חשבון הבנק אומת"
},
"bankAccount": {
"message": "חשבון בנק"
@@ -4344,7 +4322,7 @@
}
},
"routingNumber": {
- "message": "מספר הניתוב",
+ "message": "מספר ניתוב",
"description": "Bank account routing number"
},
"accountNumber": {
@@ -4379,18 +4357,18 @@
"message": "עלות מקום פוטנציאלית מרבית"
},
"addSeats": {
- "message": "הוסף כסאות",
+ "message": "הוסף מקומות",
"description": "Seat = User Seat"
},
"removeSeats": {
- "message": "הסר כסאות",
+ "message": "הסר מקומות",
"description": "Seat = User Seat"
},
"subscriptionDesc": {
- "message": "התאמות למנוי שלך יגרמו שינויים יחסיים לסך כל החיובים שלך. אם משתמשים חדשים שהוזמנו חורגים ממקומות המנוי שלך, תקבל באופן מיידי חיוב יחסי עבור המשתמשים הנוספים."
+ "message": "התאמות למנוי שלך יגרמו לשינויים יחסיים לסך כל החיובים שלך. אם משתמשים חדשים שהוזמנו חורגים ממקומות המנוי שלך, תקבל באופן מיידי חיוב יחסי עבור המשתמשים הנוספים."
},
"subscriptionUserSeats": {
- "message": "המנוי שלך מתיר עד $COUNT$ משתמשים.",
+ "message": "המנוי שלך מאפשר בסך הכל $COUNT$ חברים.",
"placeholders": {
"count": {
"content": "$1",
@@ -4417,7 +4395,7 @@
"message": "לעזרה נוספת בניהול המנוי שלך, נא לפנות לתמיכת הלקוחות."
},
"subscriptionUserSeatsUnlimitedAutoscale": {
- "message": "התאמות למנוי שלך יגרמו שינויים יחסיים לסך כל החיובים שלך. אם חברים חדשים שהוזמנו חורגים ממקומות המנוי שלך, תקבל באופן מיידי חיוב יחסי עבור החברים הנוספים."
+ "message": "התאמות למנוי שלך יגרמו לשינויים יחסיים לסך כל החיובים שלך. אם חברים חדשים שהוזמנו חורגים ממקומות המנוי שלך, תקבל באופן מיידי חיוב יחסי עבור החברים הנוספים."
},
"smStandaloneTrialSeatCountUpdateMessageFragment1": {
"message": "אם אתה רוצה להוסיף מקומות נוספים של"
@@ -4426,7 +4404,7 @@
"message": "ללא ההצעה המצורפת, נא לפנות אל"
},
"subscriptionUserSeatsLimitedAutoscale": {
- "message": "התאמות למנוי שלך יגרמו שינויים יחסיים לסך כל החיובים שלך. אם חברים חדשים שהוזמנו חורגים ממקומות המנוי שלך, תקבל באופן מיידי חיוב יחסי עבור החברים הנוספים עד שתושג מגבלת $MAX$ המקומות שלך.",
+ "message": "התאמות למנוי שלך יגרמו לשינויים יחסיים לסך כל החיובים שלך. אם חברים חדשים שהוזמנו חורגים ממקומות המנוי שלך, תקבל באופן מיידי חיוב יחסי עבור החברים הנוספים עד שתושג מגבלת $MAX$ המקומות שלך.",
"placeholders": {
"max": {
"content": "$1",
@@ -4471,7 +4449,7 @@
}
},
"subscriptionMaxReached": {
- "message": "התאמות למנוי שלך יגרמו שינויים יחסיים לסך כל החיובים שלך. אתה לא יכול להזמין יותר מ־$COUNT$ חברים מבלי להגדיל את מקומות המנוי שלך.",
+ "message": "התאמות למנוי שלך יגרמו לשינויים יחסיים לסך כל החיובים שלך. אתה לא יכול להזמין יותר מ־$COUNT$ חברים מבלי להגדיל את מקומות המנוי שלך.",
"placeholders": {
"count": {
"content": "$1",
@@ -4489,10 +4467,10 @@
}
},
"seatsToAdd": {
- "message": "כסאות להוספה"
+ "message": "מקומות להוספה"
},
"seatsToRemove": {
- "message": "כסאות להסרה"
+ "message": "מקומות להסרה"
},
"seatsAddNote": {
"message": "הוספת כסאות משתמשים משנה את העלויות. פעולה זו מחוייבת באופן מיידי לפי שיטת החיוב שלך. בנוסף, החיוב הבא יכלול את ההפרש היחסי ממחזור החיוב הנוכחי."
@@ -4530,6 +4508,40 @@
}
}
},
+ "reorderFieldUp": {
+ "message": "$LABEL$ עבר למעלה, מיקום $INDEX$ מתוך $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
+ "reorderFieldDown": {
+ "message": "$LABEL$ עבר למטה, מיקום $INDEX$ מתוך $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
"keyUpdateFoldersFailed": {
"message": "בעת עדכון מפתח ההצפנה שלך, התיקיות שלך לא היה ניתנות לפענוח. כדי להמשיך עם העדכון, התיקיות שלך מוכרחות להימחק. לא יימחקו פריטי כספת אם תמשיך."
},
@@ -4564,7 +4576,7 @@
"message": "תכונה זו לא זמינה בתוכנית החינמיית עבור ארגונים. עבור לתוכנית בתשלום בכדי להשתמש בתכונות נוספות."
},
"createOrganizationStep1": {
- "message": "יצירת ארגון: צעד 1"
+ "message": "צור ארגון: שלב 1"
},
"createOrganizationCreatePersonalAccount": {
"message": "לפני יצירת הארגון, עליך ליצור חשבון אישי חינמי."
@@ -4606,16 +4618,16 @@
"message": "מסננים"
},
"vaultTimeout": {
- "message": "משך זמן מירבי עבור חיבור לכספת"
+ "message": "פסק זמן לכספת"
},
"vaultTimeout1": {
"message": "פסק זמן"
},
"vaultTimeoutDesc": {
- "message": "בחר כמה זמן יעבור כדי שהכספת תסגר לאחר חוסר פעילות ותבצע את הפעולה שנבחרה."
+ "message": "בחר מתי הכספת שלך תנקוט בפעולת פסק הזמן לכספת."
},
"vaultTimeoutLogoutDesc": {
- "message": "בחר מתי הכספת שלך תסגר."
+ "message": "בחר מתי הכספת שלך תינעל."
},
"oneMinute": {
"message": "דקה אחת"
@@ -4651,7 +4663,7 @@
"description": "ex. Date this password was updated"
},
"organizationIsDisabled": {
- "message": "הארגון הושבת."
+ "message": "הארגון הושעה"
},
"secretsAccessSuspended": {
"message": "לא ניתן לגשת אל ארגונים מושעים. נא לפנות לבעל הארגון שלך עבור סיוע."
@@ -4706,13 +4718,13 @@
"message": "סיסמה ראשית חלשה"
},
"weakMasterPasswordDesc": {
- "message": "הסיסמה הראשית שבחרת חלשה מאוד. עליך לבחור סיסמה חזקה יותר (או להשתמש במשפט במקום מילה אחת) בכדי לאבטח את החשבון שלך. האם אתה בטוח שברצונך להשתמש בסיסמה ראשית זו?"
+ "message": "סיסמה חלשה זוהתה. השתמש בסיסמה חזקה כדי להגן על חשבונך. האם אתה בטוח שאתה רוצה להשתמש בסיסמה חלשה?"
},
"rotateAccountEncKey": {
"message": "כמו כן החלף את מפתח ההצפנה של החשבון שלי"
},
"rotateEncKeyTitle": {
- "message": "החלף מפתח הצפנה"
+ "message": "סובב מפתח הצפנה"
},
"rotateEncKeyConfirmation": {
"message": "האם אתה בטוח שברצונך להחליף (לבצע רוטציה) של מפתח ההצפנה בחשבונך?"
@@ -4721,7 +4733,7 @@
"message": "לפריט זה יש קובץ מצורף שצריך תיקון."
},
"attachmentFixDescription": {
- "message": "קובץ מצורף זה משתמש בהצפנה מיושנת. בחר 'תקן' כדי להוריד, להצפין מחדש, ולהעלות מחדש את הקובץ המצורף."
+ "message": "צרופה זו משתמשת בהצפנה מיושנת. בחר 'תקן' כדי להוריד, להצפין מחדש, ולהעלות מחדש את הצרופה."
},
"fix": {
"message": "תקן",
@@ -4745,7 +4757,7 @@
"message": "ביטוי טביעת אצבע"
},
"dontAskFingerprintAgain": {
- "message": "אל תבקש ממני לאמת את משפט טביעת האצבע יותר",
+ "message": "לעולם אל תנחה משתמשים מוזמנים לאמת ביטוי טביעת אצבע (לא מומלץ)",
"description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their public key with another user, for the purposes of sharing."
},
"youWillBeNotifiedOnceTheRequestIsApproved": {
@@ -4778,10 +4790,10 @@
"description": "'OAuth 2.0' is a programming protocol. It should probably not be translated."
},
"viewApiKey": {
- "message": "צפה במפתח API"
+ "message": "הצג מפתח API"
},
"rotateApiKey": {
- "message": "קבל מפתח API חדש"
+ "message": "סובב מפתח API"
},
"selectOneCollection": {
"message": "עליך לבחור לפחות אוסף אחד."
@@ -4799,7 +4811,7 @@
"message": "דרישות סיסמה ראשית"
},
"masterPassPolicyDesc": {
- "message": "קבע דרישות מינימום עבור חוזק הסיסמה הראשית."
+ "message": "קבע דרישות עבור חוזק הסיסמה הראשית."
},
"passwordStrengthScore": {
"message": "ציון חוזק סיסמה $SCORE$",
@@ -4814,16 +4826,16 @@
"message": "דרוש כניסה דו-שלבית"
},
"twoStepLoginPolicyDesc": {
- "message": "דרוש מהמשתמשים להגדיר כניסה דו-שלבית בחשבונות האישיים שלהם."
+ "message": "דרוש מחברים להגדיר כניסה דו־שלבית."
},
"twoStepLoginPolicyWarning": {
- "message": "חברי ארגון ללא הגדרת כניסה דו-שלבית יוסרו מהארגון ויקבלו אימייל המסביר את השינוי."
+ "message": "חברי ארגון שאינם בעלים או מנהלים ואין להם כניסה דו־שלבית מוגדרת עבור חשבונם יוסרו מהארגון ויקבלו דוא\"ל המודיע להם על השינוי."
},
"twoStepLoginPolicyUserWarning": {
- "message": "הינך חבר בארגון המחייב כניסה דו-שלבית מוגדרת בחשבונך. אם תבטל את כל הספקים המאפשרים כניסה דו-שלבית, תוסר אוטומטית מהארגון."
+ "message": "הנך חבר בארגון אשר דורש שכניסה דו־שלבית תהיה מוגדרת בחשבון המשתמש שלך. אם תכבה את כל ספקי הכניסה הדו־שלבית, אתה תוסר באופן אוטומטי מהארגונים האלה."
},
"passwordGeneratorPolicyDesc": {
- "message": "הגדר דרישות מינימום במחולל הסיסמאות."
+ "message": "הגדר דרישות עבור מחולל הסיסמאות."
},
"masterPasswordPolicyInEffect": {
"message": "אחד או יותר מכללי מדיניות הארגון דורשים שסיסמתך הראשית תעמוד בדרישות הבאות:"
@@ -4868,23 +4880,23 @@
"message": "הסיסמה הראשית החדשה שלך לא עומדת בדרישות המדיניות."
},
"minimumNumberOfWords": {
- "message": "מספר מינימאלי של מילים"
+ "message": "מספר מינימלי של מילים"
},
"overridePasswordTypePolicy": {
"message": "סוג סיסמה",
"description": "Name of the password generator policy that overrides the user's password/passphrase selection."
},
"userPreference": {
- "message": "העדפות משתמש"
+ "message": "העדפת משתמש"
},
"vaultTimeoutAction": {
- "message": "פעולה לביצוע בכספת בתום זמן החיבור"
+ "message": "פעולת פסק זמן לכספת"
},
"vaultTimeoutActionLockDesc": {
- "message": "בכדי לקבל גישה לכספת נעולה, יש להזין את הסיסמה הראשית שוב."
+ "message": "נדרשת סיסמה ראשית או שיטת ביטול נעילה אחרת כדי לגשת לכספת שלך שוב."
},
"vaultTimeoutActionLogOutDesc": {
- "message": "בכדי לקבל גישה לכספת שיצאו ממנה, יש לבצע אימות מחדש."
+ "message": "נדרש אימות מחדש כדי לגשת לכספת שלך שוב."
},
"lock": {
"message": "נעילה",
@@ -4895,25 +4907,25 @@
"description": "Noun: A special folder for holding deleted items that have not yet been permanently deleted"
},
"searchTrash": {
- "message": "חפש בסל המחזור"
+ "message": "חפש באשפה"
},
"permanentlyDelete": {
"message": "מחק לצמיתות"
},
"permanentlyDeleteSelected": {
- "message": "מחק לצמיתות פריטים שנבחרו"
+ "message": "מחק לצמיתות את מה שנבחר"
},
"permanentlyDeleteItem": {
- "message": "מחק לצמיתות פריט שנבחר"
+ "message": "מחק לצמיתות פריט"
},
"permanentlyDeleteItemConfirmation": {
"message": "האם אתה בטוח שברצונך למחוק את הפריט הזה?"
},
"permanentlyDeletedItem": {
- "message": "פריט שנמחק לצמיתות"
+ "message": "הפריט נמחק לצמיתות"
},
"permanentlyDeletedItems": {
- "message": "פריטים שנמחקו לצמיתות"
+ "message": "הפריטים נמחקו לצמיתות"
},
"permanentlyDeleteSelectedItemsDesc": {
"message": "בחרת $COUNT$ פריט(ים) למחיקה לצמיתות. האם אתה בטוח שברצונך למחוק את כולם?",
@@ -4925,7 +4937,7 @@
}
},
"permanentlyDeletedItemId": {
- "message": "פריט שנמחק לצמיתות $ID$.",
+ "message": "הפריט $ID$ נמחק לצמיתות",
"placeholders": {
"id": {
"content": "$1",
@@ -4937,16 +4949,16 @@
"message": "שחזר"
},
"restoreSelected": {
- "message": "שחזר בחירה"
+ "message": "שחזר את מה שנבחר"
},
"restoredItem": {
- "message": "פריט ששוחזר"
+ "message": "הפריט שוחזר"
},
"restoredItems": {
- "message": "פריטים ששוחזרו"
+ "message": "הפריטים שוחזרו"
},
"restoredItemId": {
- "message": "פריט ששוחזר $ID$.",
+ "message": "הפריט $ID$ שוחזר",
"placeholders": {
"id": {
"content": "$1",
@@ -4958,7 +4970,7 @@
"message": "יציאה תגרום להסרת כל גישה שיש לך לכספת ודורשת אימות אונליין לאחר משך זמן מסויים. האם אתה בטוח שברצונך להשתמש באפשרות זו?"
},
"vaultTimeoutLogOutConfirmationTitle": {
- "message": "אישור פעולת אימות לאחר חוסר פעילות"
+ "message": "אישור פעולת פסק זמן"
},
"hidePasswords": {
"message": "הסתר סיסמאות"
@@ -4976,7 +4988,7 @@
"message": "מידע מיסוי עודכן."
},
"setMasterPassword": {
- "message": "קבע סיסמה ראשית"
+ "message": "הגדר סיסמה ראשית"
},
"identifier": {
"message": "מזהה"
@@ -4985,7 +4997,7 @@
"message": "מזהה ארגוני"
},
"ssoLogInWithOrgIdentifier": {
- "message": "הכנס באמצעות פורטל ההזדהות האחודה (SSO) הארגוני שלך. אנא הזן את המזהה הארגוני שלך כדי להתחיל."
+ "message": "כנס באמצעות הפורטל לכניסה יחידה של הארגון שלך. אנא הזן את מזהה ה־SSO של הארגון שלך כדי להתחיל."
},
"singleSignOnEnterOrgIdentifier": {
"message": "הזן את מזהה ה־SSO של הארגון שלך כדי להתחיל"
@@ -4994,7 +5006,7 @@
"message": "כדי להיכנס ספק ה־SSO שלך, הזן את מזהה ה־SSO של הארגון שלך כדי להתחיל. ייתכן שתצטרך להזין את מזהה SSO זה כאשר אתה נכנס ממכשיר חדש."
},
"enterpriseSingleSignOn": {
- "message": "כניסה ארגונית אחודה"
+ "message": "כניסה יחידה ארגונית"
},
"ssoHandOff": {
"message": "ניתן לסגור את הטאב הנוכחי ולהמשיך את השימוש בתוסף."
@@ -5030,13 +5042,13 @@
"message": "אימות SSO דרך SAML2.0 וOpenID Connect"
},
"includeEnterprisePolicies": {
- "message": "מדיניות ארגונית"
+ "message": "פוליסות ארגוניות"
},
"ssoValidationFailed": {
"message": "אימות SSO נכשל"
},
"ssoIdentifierRequired": {
- "message": "מזהה הארגון נחוץ."
+ "message": "נדרש מזהה SSO של הארגון."
},
"ssoIdentifier": {
"message": "מזהה SSO"
@@ -5058,7 +5070,7 @@
"message": "ארגון יחיד"
},
"singleOrgDesc": {
- "message": "מונע מהמשתמשים אפשרות צירוף לארגונים אחרים."
+ "message": "מנע מחברים מלהצטרף לארגונים אחרים."
},
"singleOrgPolicyDesc": {
"message": "הגבל משתמשים מלהצטרף לארגונים אחרים. מדיניות זו נדרשת עבור ארגונים שאפשרו אימות דומיין."
@@ -5067,16 +5079,16 @@
"message": "לפי מדיניות הארגון שלך, אין באפשרותך להצטרף ליותר מארגון אחד. אנא צור קשר עם מנהלי הארגון שלך, או לחלופין - צור חשבון Bitwarden נפרד."
},
"singleOrgPolicyWarning": {
- "message": "חברי ארגון שאינם הבעלים או המנהלים וכבר עכשיו הם חלק מארגון אחר - יוסרו מהארגון שלך."
+ "message": "חברי ארגון שאינם בעלים או מנהלים ושכבר חברים בארגון אחר יוסרו מהארגון שלך."
},
"singleOrgPolicyMemberWarning": {
"message": "חברים שאינם עומדים בדרישות במצב מבוטל עד שיעזבו את כל שאר הארגונים. מנהלים הם פטורים ויכולים לשחזר חברים ברגע שיעמדו בדרישות."
},
"requireSso": {
- "message": "אימות בעזרת כניסה אחודה"
+ "message": "דרוש אימות כניסה יחידה"
},
"requireSsoPolicyDesc": {
- "message": "מחייב את המשתמשים להשתמש בכניסה אחודה של הארגון."
+ "message": "דרוש מחברים להיכנס עם שיטת הכניסה היחידה הארגונית."
},
"prerequisite": {
"message": "תנאים מקדימים"
@@ -5088,17 +5100,17 @@
"message": "מדיניות ארגון יחיד לא הוגדרה."
},
"requireSsoExemption": {
- "message": "מנהלי ובעלי הארגון מוחרגים מאכיפת מדיניות זו."
+ "message": "מנהלי ובעלי הארגון פטורים מהאכיפה של מדיניות זו."
},
"limitSendViews": {
- "message": "Limit views"
+ "message": "הגבל צפיות"
},
"limitSendViewsHint": {
- "message": "No one can view this Send after the limit is reached.",
+ "message": "אף אחד לא יכול לצפות בסֵנְד זה לאחר ההגעה למגבלה.",
"description": "Displayed under the limit views field on Send"
},
"limitSendViewsCount": {
- "message": "$ACCESSCOUNT$ views left",
+ "message": "$ACCESSCOUNT$ צפיות נותרו",
"description": "Displayed under the limit views field on Send",
"placeholders": {
"accessCount": {
@@ -5108,11 +5120,11 @@
}
},
"sendDetails": {
- "message": "Send details",
+ "message": "פרטי סֵנְד",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"sendTypeTextToShare": {
- "message": "Text to share"
+ "message": "טקסט לשיתוף"
},
"sendTypeFile": {
"message": "קובץ"
@@ -5121,11 +5133,11 @@
"message": "טקסט"
},
"sendPasswordDescV3": {
- "message": "Add an optional password for recipients to access this Send.",
+ "message": "הוסף סיסמה אופציונלית עבור נמענים כדי לגשת לסֵנְד זה.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"createSend": {
- "message": "צור Send חדש",
+ "message": "סֵנְד חדש",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"editSend": {
@@ -5133,15 +5145,15 @@
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"createdSend": {
- "message": "הSend נוצר בהצלחה",
+ "message": "סֵנְד נשמר",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"editedSend": {
- "message": "הSend נערך",
+ "message": "סֵנְד נשמר",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"deletedSend": {
- "message": "הSend נמחק",
+ "message": "סֵנְד נמחק",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"deleteSend": {
@@ -5149,14 +5161,14 @@
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"deleteSendPermanentConfirmation": {
- "message": "Are you sure you want to permanently delete this Send?",
+ "message": "האם אתה בטוח שברצונך למחוק לצמיתות סֵנְד זה?",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"deletionDate": {
"message": "תאריך מחיקה"
},
"deletionDateDescV2": {
- "message": "The Send will be permanently deleted on this date.",
+ "message": "סֵנְד זה יימחק לצמיתות בתאריך זה.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"expirationDate": {
@@ -5167,7 +5179,7 @@
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"maxAccessCount": {
- "message": "כמות גישות מקסימלית"
+ "message": "מספר גישות מרבי"
},
"disabled": {
"message": "מבוטל"
@@ -5176,14 +5188,14 @@
"message": "מבוטל"
},
"sendLink": {
- "message": "לינק לSend",
+ "message": "קישור סֵנְד",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"copyLink": {
"message": "העתק קישור"
},
"copySendLink": {
- "message": "העתק לינק לSend",
+ "message": "העתק קישור סֵנְד",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"removePassword": {
@@ -5206,7 +5218,7 @@
"message": "ממתין להסרה"
},
"hideTextByDefault": {
- "message": "Hide text by default"
+ "message": "הסתר טקסט כברירת מחדל"
},
"expired": {
"message": "פג תוקף"
@@ -5220,15 +5232,15 @@
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"sendProtectedPasswordDontKnow": {
- "message": "לא יודע מה הסיסמה? בקש מהשולח את הסיסמה עבור הSend.",
+ "message": "לא יודע את הסיסמה? בקש מהשולח את הסיסמה הדרושה עבור סֵנְד זה.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"sendHiddenByDefault": {
- "message": "הSend הזה מוסתר כברירת מחדל. באפשרותך לשנות את מצב ההסתרה בעזרת הכפתור להלן.",
+ "message": "סֵנְד זה מוסתר כברירת מחדל. אתה יכול לשנות את מצב הנראות שלו באמצעות הלחצן למטה.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"downloadAttachments": {
- "message": "הורד קבצים מצורפים"
+ "message": "הורד צרופות"
},
"sendAccessUnavailable": {
"message": "הסֵנְד שאליו אתה מנסה לגשת אינו קיים או לא זמין יותר.",
@@ -5677,7 +5689,7 @@
"message": "הייתה שגיאה בשמירת תאריכי המחיקה והתפוגה שלך."
},
"hideYourEmail": {
- "message": "Hide your email address from viewers."
+ "message": "הסתר את כתובת הדוא\"ל שלך מצופים."
},
"webAuthnFallbackMsg": {
"message": "כדי לאמת את האימות הדו־גורמי (2FA) שלך לחץ על הלחצן למטה."
@@ -5695,7 +5707,7 @@
"message": "WebAuthn אינו נתמך בדפדפן זה."
},
"webAuthnSuccess": {
- "message": "WebAuthn אומת בהצלחה! אתה רשאי לסגור כרטיסייה זו."
+ "message": "WebAuthn אומת בהצלחה! אתה רשאי לסגור כרטיסיה זו."
},
"hintEqualsPassword": {
"message": "רמז הסיסמה שלך לא יכול להיות אותו הדבר כמו הסיסמה שלך."
@@ -5842,7 +5854,7 @@
"message": "כאשר החברים מוסרים, אין להם יותר גישה אל נתוני הארגון ופעולה זו היא בלתי הפיכה. כדי להוסיף את החברים בחזרה לארגון, יש להזמין ולקלוט אותם שוב. התהליך עלול לקחת מספר שניות להשלמה ולא ניתן לקטוע או לבטל אותו."
},
"revokeUsersWarning": {
- "message": "כאשר החברים מבוטלים, אין להם יותר גישה אל נתוני הארגון. כדי לשחזר במהירות גישת חבר, עבור לכרטיסייה 'מבוטל'. התהליך עלול לקחת מספר שניות להשלמה ולא ניתן לקטוע או לבטל אותו."
+ "message": "כאשר החברים מבוטלים, אין להם יותר גישה אל נתוני הארגון. כדי לשחזר במהירות גישת חבר, עבור לכרטיסיה 'מבוטל'. התהליך עלול לקחת מספר שניות להשלמה ולא ניתן לקטוע או לבטל אותו."
},
"theme": {
"message": "ערכת נושא"
@@ -6050,7 +6062,7 @@
"message": "הוסף"
},
"updatedMasterPassword": {
- "message": "סיסמה ראשית נשמרה"
+ "message": "הסיסמה הראשית נשמרה"
},
"updateMasterPassword": {
"message": "עדכן סיסמה ראשית"
@@ -6688,7 +6700,7 @@
}
},
"characterMaximum": {
- "message": "$MAX$ character maximum",
+ "message": "$MAX$ תווים מקסימום",
"placeholders": {
"max": {
"content": "$1",
@@ -6697,31 +6709,31 @@
}
},
"idpSingleSignOnServiceUrlRequired": {
- "message": "Required if Entity ID is not a URL."
+ "message": "נדרש אם מזהה הישות אינו URL."
},
"offerNoLongerValid": {
- "message": "This offer is no longer valid. Contact your organization administrators for more information."
+ "message": "הצעה זו אינה תקפה עוד. צור קשר עם מנהלי הארגון שלך למידע נוסף."
},
"openIdOptionalCustomizations": {
- "message": "Optional customizations"
+ "message": "התאמות אישיות אופציונליות"
},
"openIdAuthorityRequired": {
- "message": "Required if Authority is not valid."
+ "message": "נדרשת אם הרשות אינה חוקית."
},
"separateMultipleWithComma": {
- "message": "Separate multiple with a comma."
+ "message": "הפרד מרובים עם פסיק."
},
"sessionTimeout": {
- "message": "Your session has timed out. Please go back and try logging in again."
+ "message": "זמן ההפעלה שלך תם. נא לחזור ולנסות להיכנס שוב."
},
"exportingPersonalVaultTitle": {
- "message": "Exporting individual vault"
+ "message": "מייצא כספת אישית"
},
"exportingOrganizationVaultTitle": {
- "message": "Exporting organization vault"
+ "message": "מייצא כספת ארגון"
},
"exportingIndividualVaultDescription": {
- "message": "Only the individual vault items associated with $EMAIL$ will be exported. Organization vault items will not be included. Only vault item information will be exported and will not include associated attachments.",
+ "message": "רק פריטי הכספת האישית המשויכת עם $EMAIL$ ייוצאו. פריטי כספת ארגון לא יכללו. רק פרטי פריט כספת ייוצאו ולא יכללו צרופות משויכות.",
"placeholders": {
"email": {
"content": "$1",
@@ -6730,7 +6742,7 @@
}
},
"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",
@@ -6739,32 +6751,32 @@
}
},
"accessDenied": {
- "message": "Access denied. You do not have permission to view this page."
+ "message": "גישה נדחתה. אין לך הרשאות כדי לצפות בעמוד זה."
},
"masterPassword": {
- "message": "Master password"
+ "message": "סיסמה ראשית"
},
"security": {
- "message": "Security"
+ "message": "אבטחה"
},
"keys": {
- "message": "Keys"
+ "message": "מפתחות"
},
"billingHistory": {
- "message": "Billing history"
+ "message": "היסטוריית חיובים"
},
"backToReports": {
- "message": "Back to reports"
+ "message": "חזרה לדוחות"
},
"organizationPicker": {
- "message": "Organization picker"
+ "message": "בוחר ארגון"
},
"currentOrganization": {
- "message": "Current organization",
+ "message": "ארגון נוכחי",
"description": "This is used by screen readers to indicate the organization that is currently being shown to the user."
},
"accountLoggedInAsName": {
- "message": "Account: Logged in as $NAME$",
+ "message": "חשבון: מחובר בתור $NAME$",
"placeholders": {
"name": {
"content": "$1",
@@ -6773,20 +6785,20 @@
}
},
"accountSettings": {
- "message": "Account settings"
+ "message": "הגדרות חשבון"
},
"generator": {
- "message": "Generator",
+ "message": "מחולל",
"description": "Short for 'credential generator'."
},
"generateUsername": {
- "message": "Generate username"
+ "message": "צור שם משתמש"
},
"generateEmail": {
- "message": "Generate email"
+ "message": "צור דוא\"ל"
},
"spinboxBoundariesHint": {
- "message": "Value must be between $MIN$ and $MAX$.",
+ "message": "הערך חייב להיות בין $MIN$ ל־$MAX$.",
"description": "Explains spin box minimum and maximum values to the user",
"placeholders": {
"min": {
@@ -6800,7 +6812,7 @@
}
},
"passwordLengthRecommendationHint": {
- "message": " Use $RECOMMENDED$ characters or more to generate a strong password.",
+ "message": " השתמש ב־$RECOMMENDED$ תווים או יותר כדי ליצור סיסמה חזקה.",
"description": "Appended to `spinboxBoundariesHint` to recommend a length to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).",
"placeholders": {
"recommended": {
@@ -6810,7 +6822,7 @@
}
},
"passphraseNumWordsRecommendationHint": {
- "message": " Use $RECOMMENDED$ words or more to generate a strong passphrase.",
+ "message": " השתמש ב־$RECOMMENDED$ מילים או יותר כדי ליצור ביטוי סיסמה חזק.",
"description": "Appended to `spinboxBoundariesHint` to recommend a number of words to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).",
"placeholders": {
"recommended": {
@@ -6820,59 +6832,59 @@
}
},
"plusAddressedEmail": {
- "message": "Plus addressed email",
+ "message": "דוא\"ל ממוען בפלוס",
"description": "Username generator option that appends a random sub-address to the username. For example: address+subaddress@email.com"
},
"plusAddressedEmailDesc": {
- "message": "Use your email provider's sub-addressing capabilities."
+ "message": "השתמש ביכולות מיעון משנה של ספק הדוא\"ל שלך."
},
"catchallEmail": {
- "message": "Catch-all email"
+ "message": "דוא\"ל תופס־כל"
},
"catchallEmailDesc": {
- "message": "Use your domain's configured catch-all inbox."
+ "message": "השתמש בתיבת דואר תפוס־כל המוגדרת בדומיין שלך."
},
"useThisEmail": {
- "message": "Use this email"
+ "message": "השתמש בדוא\"ל זה"
},
"random": {
- "message": "Random",
+ "message": "אקראי",
"description": "Generates domain-based username using random letters"
},
"randomWord": {
- "message": "Random word"
+ "message": "מילה אקראית"
},
"usernameGenerator": {
- "message": "Username generator"
+ "message": "מחולל שם משתמש"
},
"useThisPassword": {
- "message": "Use this password"
+ "message": "השתמש בסיסמה זו"
},
"useThisUsername": {
- "message": "Use this username"
+ "message": "השתמש בשם משתמש זה"
},
"securePasswordGenerated": {
- "message": "Secure password generated! Don't forget to also update your password on the website."
+ "message": "סיסמה מאובטחת נוצרה! אל תשכח גם לעדכן את הסיסמה שלך באתר האינטרנט."
},
"useGeneratorHelpTextPartOne": {
- "message": "Use the generator",
+ "message": "השתמש במחולל",
"description": "This will be used as part of a larger sentence, broken up to include the generator icon. The full sentence will read 'Use the generator [GENERATOR_ICON] to create a strong unique password'"
},
"useGeneratorHelpTextPartTwo": {
- "message": "to create a strong unique password",
+ "message": "כדי ליצור סיסמה חזקה וייחודית",
"description": "This will be used as part of a larger sentence, broken up to include the generator icon. The full sentence will read 'Use the generator [GENERATOR_ICON] to create a strong unique password'"
},
"service": {
- "message": "Service"
+ "message": "שירות"
},
"unknownCipher": {
- "message": "Unknown item, you may need to request permission to access this item."
+ "message": "פריט לא ידוע, ייתכן שאתה צריך לבקש הרשאה כדי לגשת אל פריט זה."
},
"cannotSponsorSelf": {
- "message": "You cannot redeem for the active account. Enter a different email."
+ "message": "אינך יכול לממש עבור החשבון הפעיל. הזן דוא\"ל אחר."
},
"revokeWhenExpired": {
- "message": "Expires $DATE$",
+ "message": "יפוג $DATE$",
"placeholders": {
"date": {
"content": "$1",
@@ -6881,7 +6893,7 @@
}
},
"awaitingSyncSingular": {
- "message": "Token rotated $DAYS$ day ago. Update the billing sync token in your self-hosted organization settings.",
+ "message": "האסימון סובב לפני $DAYS$ יום. עדכן את אסימון סנכרון החיוב בהגדרות הארגון באירוח עצמי שלך.",
"placeholders": {
"days": {
"content": "$1",
@@ -6890,7 +6902,7 @@
}
},
"awaitingSyncPlural": {
- "message": "Token rotated $DAYS$ days ago. Update the billing sync token in your self-hosted organization settings.",
+ "message": "האסימון סובב לפני $DAYS$ יום. עדכן את אסימון סנכרון החיוב בהגדרות הארגון באירוח עצמי שלך.",
"placeholders": {
"days": {
"content": "$1",
@@ -6899,14 +6911,14 @@
}
},
"lastSync": {
- "message": "Last sync",
+ "message": "סנכרון אחרון",
"description": "Used as a prefix to indicate the last time a sync occurred. Example \"Last sync 1968-11-16 00:00:00\""
},
"sponsorshipsSynced": {
- "message": "Self-hosted sponsorships synced."
+ "message": "חסויות של אירוח עצמי סונכרנו."
},
"billingManagedByProvider": {
- "message": "Managed by $PROVIDER$",
+ "message": "מנוהל על ידי $PROVIDER$",
"placeholders": {
"provider": {
"content": "$1",
@@ -6915,25 +6927,25 @@
}
},
"billingContactProviderForAssistance": {
- "message": "Please reach out to them for further assistance",
+ "message": "נא ליצור איתם קשר עבור סיוע נוסף",
"description": "This text is displayed if an organization's billing is managed by a Provider. It tells the user to contact the Provider for assistance."
},
"forwardedEmail": {
- "message": "Forwarded email alias"
+ "message": "כינוי דוא\"ל מועבר"
},
"forwardedEmailDesc": {
- "message": "Generate an email alias with an external forwarding service."
+ "message": "צור כינוי דוא\"ל עם שירות העברה חיצוני."
},
"forwarderDomainName": {
- "message": "Email domain",
+ "message": "דומיין דוא\"ל",
"description": "Labels the domain name email forwarder service option"
},
"forwarderDomainNameHint": {
- "message": "Choose a domain that is supported by the selected service",
+ "message": "בחר דומיין שנתמך על ידי השירות הנבחר",
"description": "Guidance provided for email forwarding services that support multiple email domains."
},
"forwarderError": {
- "message": "$SERVICENAME$ error: $ERRORMESSAGE$",
+ "message": "$SERVICENAME$ שגיאה: $ERRORMESSAGE$",
"description": "Reports an error returned by a forwarding service to the user.",
"placeholders": {
"servicename": {
@@ -6947,11 +6959,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": {
@@ -6961,7 +6973,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": {
@@ -6971,7 +6983,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": {
@@ -6985,7 +6997,7 @@
}
},
"forwaderInvalidOperation": {
- "message": "$SERVICENAME$ refused your request. Please contact your service provider for assistance.",
+ "message": "$SERVICENAME$ סירב לבקשה שלך. נא ליצור קשר עם נותן השירות שלך עבור סיוע.",
"description": "Displayed when the user is forbidden from using the API by the forwarding service.",
"placeholders": {
"servicename": {
@@ -6995,7 +7007,7 @@
}
},
"forwaderInvalidOperationWithMessage": {
- "message": "$SERVICENAME$ refused your request: $ERRORMESSAGE$",
+ "message": "$SERVICENAME$ סירב לבקשה שלך: $ERRORMESSAGE$",
"description": "Displayed when the user is forbidden from using the API by the forwarding service with an error message.",
"placeholders": {
"servicename": {
@@ -7009,7 +7021,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": {
@@ -7019,7 +7031,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": {
@@ -7029,7 +7041,7 @@
}
},
"forwarderNoUrl": {
- "message": "Invalid $SERVICENAME$ url.",
+ "message": "כתובת url של $SERVICENAME$ לא חוקית.",
"description": "Displayed when the url of the forwarding service wasn't supplied.",
"placeholders": {
"servicename": {
@@ -7039,7 +7051,7 @@
}
},
"forwarderUnknownError": {
- "message": "Unknown $SERVICENAME$ error occurred.",
+ "message": "התרחשה שגיאת $SERVICENAME$ לא ידועה.",
"description": "Displayed when the forwarding service failed due to an unknown error.",
"placeholders": {
"servicename": {
@@ -7049,7 +7061,7 @@
}
},
"forwarderUnknownForwarder": {
- "message": "Unknown forwarder: '$SERVICENAME$'.",
+ "message": "משלח לא ידוע: '$SERVICENAME$'.",
"description": "Displayed when the forwarding service is not supported.",
"placeholders": {
"servicename": {
@@ -7059,23 +7071,23 @@
}
},
"hostname": {
- "message": "Hostname",
+ "message": "שם מארח",
"description": "Part of a URL."
},
"deviceVerification": {
- "message": "Device verification"
+ "message": "אימות מכשיר"
},
"enableDeviceVerification": {
- "message": "Turn on device verification"
+ "message": "הפעל אימות מכשיר"
},
"deviceVerificationDesc": {
- "message": "Verification codes are sent to your email address when logging in from an unrecognized device"
+ "message": "קודי אימות נשלחים לכתובת הדוא\"ל שלך בעת כניסה ממכשיר לא מזוהה"
},
"updatedDeviceVerification": {
- "message": "Updated device verification"
+ "message": "אימות מכשיר מעודכן"
},
"areYouSureYouWantToEnableDeviceVerificationTheVerificationCodeEmailsWillArriveAtX": {
- "message": "Are you sure you want to turn on device verification? The verification code emails will arrive at: $EMAIL$",
+ "message": "האם אתה בטוח שברצונך להפעיל אימות מכשיר? הודעות דוא\"ל עם קוד אימות יגיעו אל: $EMAIL$",
"placeholders": {
"email": {
"content": "$1",
@@ -7084,52 +7096,52 @@
}
},
"premiumSubcriptionRequired": {
- "message": "Premium subscription required"
+ "message": "נדרש מנוי פרימיום"
},
"scim": {
- "message": "SCIM provisioning",
+ "message": "הקצאת SCIM",
"description": "The text, 'SCIM', is an acronym and should not be translated."
},
"scimDescription": {
- "message": "Automatically provision users and groups with your preferred identity provider via SCIM provisioning",
+ "message": "הקצה באופן אוטומטי משתמשים וקבוצות עם ספקי הזהות המועדפים עליך באמצעות הקצאת SCIM",
"description": "the text, 'SCIM', is an acronym and should not be translated."
},
"scimIntegrationDescription": {
- "message": "Automatically provision users and groups with your preferred identity provider via SCIM provisioning. Find supported integrations",
+ "message": "הקצה באופן אוטומטי משתמשים וקבוצות עם ספקי הזהות המועדפים עליך באמצעות הקצאת SCIM. מצא שילובים נתמכים",
"description": "the text, 'SCIM', is an acronym and should not be translated."
},
"scimEnabledCheckboxDesc": {
- "message": "Enable SCIM",
+ "message": "הפעל SCIM",
"description": "the text, 'SCIM', is an acronym and should not be translated."
},
"scimEnabledCheckboxDescHelpText": {
- "message": "Set up your preferred identity provider by configuring the URL and SCIM API Key",
+ "message": "הגדר את ספק הזהות המועדף עליך באמצעות הגדרת כתובת ה־URL ומפתח ה־API של SCIM",
"description": "the text, 'SCIM', is an acronym and should not be translated."
},
"scimApiKeyHelperText": {
- "message": "This API key has access to manage users within your organization. It should be kept secret."
+ "message": "למפתח API זה יש גישה לנהל משתמשים בתוך הארגון שלך. יש לשמור עליו בסוד."
},
"copyScimKey": {
- "message": "Copy the SCIM API key to your clipboard",
+ "message": "העתק את מפתח ה־API של SCIM ללוח ההעתקה שלך",
"description": "the text, 'SCIM' and 'API', are acronyms and should not be translated."
},
"rotateScimKey": {
- "message": "Rotate the SCIM API key",
+ "message": "סובב את מפתח ה־API של SCIM",
"description": "the text, 'SCIM' and 'API', are acronyms and should not be translated."
},
"rotateScimKeyWarning": {
- "message": "Are you sure you want to rotate the SCIM API Key? The current key will no longer work for any existing integrations.",
+ "message": "האם אתה בטוח שברצונך לסובב את מפתח ה־API של SCIM? המפתח הנוכחי לא יעבוד יותר עם שילובים קיימים כלשהם.",
"description": "the text, 'SCIM' and 'API', are acronyms and should not be translated."
},
"rotateKey": {
- "message": "Rotate key"
+ "message": "סובב מפתח"
},
"scimApiKey": {
- "message": "SCIM API key",
+ "message": "מפתח API של SCIM",
"description": "the text, 'SCIM' and 'API', are acronyms and should not be translated."
},
"copyScimUrl": {
- "message": "Copy the SCIM endpoint URL to your clipboard",
+ "message": "העתק את כתובת ה־URL של נקודת קצה SCIM ללוח ההעתקה שלך",
"description": "the text, 'SCIM' and 'URL', are acronyms and should not be translated."
},
"scimUrl": {
@@ -7137,21 +7149,21 @@
"description": "the text, 'SCIM' and 'URL', are acronyms and should not be translated."
},
"scimApiKeyRotated": {
- "message": "SCIM API key successfully rotated",
+ "message": "מפתח API של SCIM סובב בהצלחה",
"description": "the text, 'SCIM' and 'API', are acronyms and should not be translated."
},
"scimSettingsSaved": {
- "message": "SCIM settings saved",
+ "message": "הגדרות SCIM נשמרו",
"description": "the text, 'SCIM', is an acronym and should not be translated."
},
"inputRequired": {
- "message": "Input is required."
+ "message": "נדרש קלט."
},
"inputEmail": {
- "message": "Input is not an email address."
+ "message": "קלט הוא לא כתובת דוא\"ל."
},
"inputMinLength": {
- "message": "Input must be at least $COUNT$ characters long.",
+ "message": "אורך הקלט חייב להיות לפחות $COUNT$ תווים.",
"placeholders": {
"count": {
"content": "$1",
@@ -7160,7 +7172,7 @@
}
},
"inputMaxLength": {
- "message": "Input must not exceed $COUNT$ characters in length.",
+ "message": "אורך הקלט לא יעלה על $COUNT$ תווים.",
"placeholders": {
"count": {
"content": "$1",
@@ -7169,7 +7181,7 @@
}
},
"inputForbiddenCharacters": {
- "message": "The following characters are not allowed: $CHARACTERS$",
+ "message": "התווים הבאים אינם מותרים: $CHARACTERS$",
"placeholders": {
"characters": {
"content": "$1",
@@ -7178,7 +7190,7 @@
}
},
"inputMinValue": {
- "message": "Input value must be at least $MIN$.",
+ "message": "ערך הקלט חייב להיות לפחות $MIN$.",
"placeholders": {
"min": {
"content": "$1",
@@ -7187,7 +7199,7 @@
}
},
"inputMaxValue": {
- "message": "Input value must not exceed $MAX$.",
+ "message": "ערך הקלט לא יעלה על $MAX$.",
"placeholders": {
"max": {
"content": "$1",
@@ -7196,10 +7208,10 @@
}
},
"multipleInputEmails": {
- "message": "1 or more emails are invalid"
+ "message": "כתובת דוא\"ל 1 או יותר אינה חוקית"
},
"tooManyEmails": {
- "message": "You can only submit up to $COUNT$ emails at a time",
+ "message": "אתה יכול לשלוח רק עד $COUNT$ הודעות דוא\"ל בו זמנית",
"placeholders": {
"count": {
"content": "$1",
@@ -7208,7 +7220,7 @@
}
},
"fieldsNeedAttention": {
- "message": "$COUNT$ field(s) above need your attention.",
+ "message": "$COUNT$ שדות למעלה צריכים את תשומת לבך.",
"placeholders": {
"count": {
"content": "$1",
@@ -7217,10 +7229,10 @@
}
},
"singleFieldNeedsAttention": {
- "message": "1 field needs your attention."
+ "message": "שדה 1 צריך את תשומת לבך."
},
"multipleFieldsNeedAttention": {
- "message": "$COUNT$ fields need your attention.",
+ "message": "$COUNT$ שדות צריכים את תשומת לבך.",
"placeholders": {
"count": {
"content": "$1",
@@ -7229,255 +7241,249 @@
}
},
"duoHealthCheckResultsInNullAuthUrlError": {
- "message": "Error connecting with the Duo service. Use a different two-step login method or contact Duo for assistance."
+ "message": "שגיאה בהתחברות עם השירות Duo. השתמש בשיטת כניסה דו־שלבית אחרת או פנה אל Duo לסיוע."
},
"launchDuoAndFollowStepsToFinishLoggingIn": {
- "message": "Launch Duo and follow the steps to finish logging in."
+ "message": "פתח את Duo ועקוב אחר השלבים כדי לסיים להיכנס."
},
"duoRequiredByOrgForAccount": {
- "message": "Duo two-step login is required for your account."
+ "message": "נדרשת כניסה דו־שלבית של Duo עבור החשבון שלך."
},
"duoTwoFactorRequiredPageSubtitle": {
- "message": "Duo two-step login is required for your account. Follow the steps below to finish logging in."
+ "message": "נדרשת כניסה דו־שלבית של Duo עבור החשבון שלך. עקוב אחר השלבים למטה כדי לסיים להיכנס."
},
"followTheStepsBelowToFinishLoggingIn": {
- "message": "Follow the steps below to finish logging in."
+ "message": "עקוב אחר השלבים למטה כדי לסיים להיכנס."
},
"launchDuo": {
- "message": "Launch Duo"
+ "message": "פתח את Duo"
},
"turnOn": {
- "message": "Turn on"
+ "message": "הפעל"
},
"on": {
- "message": "On"
+ "message": "מופעל"
},
"off": {
- "message": "Off"
+ "message": "כבוי"
},
"members": {
- "message": "Members"
+ "message": "חברים"
},
"reporting": {
- "message": "Reporting"
+ "message": "מדווח"
},
"numberOfUsers": {
- "message": "Number of users"
- },
- "loggingInAs": {
- "message": "Logging in as"
- },
- "notYou": {
- "message": "Not you?"
+ "message": "מספר משתמשים"
},
"pickAnAvatarColor": {
- "message": "Pick an avatar color"
+ "message": "בחר צבע יצגן"
},
"customizeAvatar": {
- "message": "Customize avatar"
+ "message": "התאם אישית יצגן"
},
"avatarUpdated": {
- "message": "Avatar updated"
+ "message": "יצגן עודכן"
},
"brightBlue": {
- "message": "Bright Blue"
+ "message": "כחול בהיר"
},
"green": {
- "message": "Green"
+ "message": "ירוק"
},
"orange": {
- "message": "Orange"
+ "message": "כתום"
},
"lavender": {
- "message": "Lavender"
+ "message": "לבנדר"
},
"yellow": {
- "message": "Yellow"
+ "message": "צהוב"
},
"indigo": {
- "message": "Indigo"
+ "message": "אינדיגו"
},
"teal": {
- "message": "Teal"
+ "message": "ירוק כחלחל"
},
"salmon": {
- "message": "Salmon"
+ "message": "סלמון"
},
"pink": {
- "message": "Pink"
+ "message": "ורוד"
},
"customColor": {
- "message": "Custom Color"
+ "message": "צבע מותאם אישית"
},
"selectPlaceholder": {
- "message": "-- Select --"
+ "message": "-- בחר --"
},
"multiSelectPlaceholder": {
- "message": "-- Type to filter --"
+ "message": "-- הקלד כדי לסנן --"
},
"multiSelectLoading": {
- "message": "Retrieving options..."
+ "message": "מאחזר אפשרויות..."
},
"multiSelectNotFound": {
- "message": "No items found"
+ "message": "לא נמצאו פריטים"
},
"multiSelectClearAll": {
- "message": "Clear all"
+ "message": "נקה הכל"
},
"toggleCharacterCount": {
- "message": "Toggle character count",
+ "message": "החלף מצב מונה תווים",
"description": "'Character count' describes a feature that displays a number next to each character of the password."
},
"passwordCharacterCount": {
- "message": "Password character count",
+ "message": "מונה תווי סיסמה",
"description": "'Character count' describes a feature that displays a number next to each character of the password."
},
"hide": {
- "message": "Hide"
+ "message": "הסתר"
},
"projects": {
- "message": "Projects",
+ "message": "פרויקטים",
"description": "Description for the Projects field."
},
"lastEdited": {
- "message": "Last edited",
+ "message": "נערך לאחרונה",
"description": "The label for the date and time when a item was last edited."
},
"editSecret": {
- "message": "Edit secret",
+ "message": "ערוך סוד",
"description": "Action to modify an existing secret."
},
"addSecret": {
- "message": "Add secret",
+ "message": "הוסף סוד",
"description": "Action to create a new secret."
},
"copySecretName": {
- "message": "Copy secret name",
+ "message": "העתק שם סוד",
"description": "Action to copy the name of a secret to the system's clipboard."
},
"copySecretValue": {
- "message": "Copy secret value",
+ "message": "העתק ערך סוד",
"description": "Action to copy the value of a secret to the system's clipboard."
},
"deleteSecret": {
- "message": "Delete secret",
+ "message": "מחק סוד",
"description": "Action to delete a single secret from the system."
},
"deleteSecrets": {
- "message": "Delete secrets",
+ "message": "מחק סודות",
"description": "The action to delete multiple secrets from the system."
},
"hardDeleteSecret": {
- "message": "Permanently delete secret"
+ "message": "מחק סוד לצמיתות"
},
"hardDeleteSecrets": {
- "message": "Permanently delete secrets"
+ "message": "מחק סודות לצמיתות"
},
"secretProjectAssociationDescription": {
- "message": "Select projects that the secret will be associated with. Only organization users with access to these projects will be able to see the secret.",
+ "message": "בחר פרויקטים שאליהם הסוד ישויך. רק משתמשי ארגון עם גישה לפרויקטים האלה יוכלו לראות את הסוד.",
"description": "A prompt explaining how secrets can be associated with projects."
},
"selectProjects": {
- "message": "Select projects",
+ "message": "בחירת פרויקטים",
"description": "A label for a type-to-filter input field to choose projects."
},
"searchProjects": {
- "message": "Search projects",
+ "message": "חפש פרויקטים",
"description": "Label for the search bar used to search projects."
},
"project": {
- "message": "Project",
+ "message": "פרויקט",
"description": "Similar to collections, projects can be used to group secrets."
},
"editProject": {
- "message": "Edit project",
+ "message": "ערוך פרויקט",
"description": "The action to modify an existing project."
},
"viewProject": {
- "message": "View project",
+ "message": "הצג פרויקט",
"description": "The action to view details of a project."
},
"deleteProject": {
- "message": "Delete project",
+ "message": "מחק פרויקט",
"description": "The action to delete a project from the system."
},
"deleteProjects": {
- "message": "Delete projects",
+ "message": "מחק פרויקטים",
"description": "The action to delete multiple projects from the system."
},
"secret": {
- "message": "Secret",
+ "message": "סוד",
"description": "Label for a secret (key/value pair)"
},
"serviceAccount": {
- "message": "Service account",
+ "message": "חשבון שירות",
"description": "A machine user which can be used to automate processes and access secrets in the system."
},
"serviceAccounts": {
- "message": "Service accounts",
+ "message": "חשבונות שירות",
"description": "The title for the section that deals with service accounts."
},
"secrets": {
- "message": "Secrets",
+ "message": "סודות",
"description": "The title for the section of the application that deals with secrets."
},
"nameValuePair": {
- "message": "Name/Value pair",
+ "message": "צמד שם/ערך",
"description": "Title for a name/ value pair. Secrets typically consist of a name and value pair."
},
"secretEdited": {
- "message": "Secret edited",
+ "message": "סוד נערך",
"description": "Notification for the successful editing of a secret."
},
"secretCreated": {
- "message": "Secret created",
+ "message": "הסוד נוצר",
"description": "Notification for the successful creation of a secret."
},
"newSecret": {
- "message": "New secret",
+ "message": "סוד חדש",
"description": "Title for creating a new secret."
},
"newServiceAccount": {
- "message": "New service account",
+ "message": "חשבון שירות חדש",
"description": "Title for creating a new service account."
},
"secretsNoItemsTitle": {
- "message": "No secrets to show",
+ "message": "אין סודות להצגה",
"description": "Empty state to indicate that there are no secrets to display."
},
"secretsNoItemsMessage": {
- "message": "To get started, add a new secret or import secrets.",
+ "message": "כדי להתחיל, הוסף סוד חדש או יבא סודות.",
"description": "Message to encourage the user to start adding secrets."
},
"secretsTrashNoItemsMessage": {
- "message": "There are no secrets in the trash."
+ "message": "אין סודות באשפה."
},
"serviceAccountsNoItemsMessage": {
- "message": "Create a new service account to get started automating secret access.",
+ "message": "צור חשבון שירות חדש כדי להתחיל לאטמט גישת סודות.",
"description": "Message to encourage the user to start creating service accounts."
},
"serviceAccountsNoItemsTitle": {
- "message": "Nothing to show yet",
+ "message": "אין מה להראות עדיין",
"description": "Title to indicate that there are no service accounts to display."
},
"searchSecrets": {
- "message": "Search secrets",
+ "message": "חפש סודות",
"description": "Placeholder text for searching secrets."
},
"deleteServiceAccounts": {
- "message": "Delete service accounts",
+ "message": "מחק חשבונות שירות",
"description": "Title for the action to delete one or multiple service accounts."
},
"deleteServiceAccount": {
- "message": "Delete service account",
+ "message": "מחק חשבון שירות",
"description": "Title for the action to delete a single service account."
},
"viewServiceAccount": {
- "message": "View service account",
+ "message": "הצג חשבון שירות",
"description": "Action to view the details of a service account."
},
"deleteServiceAccountDialogMessage": {
- "message": "Deleting service account $SERVICE_ACCOUNT$ is permanent and irreversible.",
+ "message": "מחיקת חשבון שירות $SERVICE_ACCOUNT$ היא לצמיתות ובלתי הפיכה.",
"placeholders": {
"service_account": {
"content": "$1",
@@ -7486,10 +7492,10 @@
}
},
"deleteServiceAccountsDialogMessage": {
- "message": "Deleting service accounts is permanent and irreversible."
+ "message": "מחיקת חשבונות שירות היא לצמיתות ובלתי הפיכה."
},
"deleteServiceAccountsConfirmMessage": {
- "message": "Delete $COUNT$ service accounts",
+ "message": "מחק $COUNT$ חשבונות שירות",
"placeholders": {
"count": {
"content": "$1",
@@ -7498,98 +7504,98 @@
}
},
"deleteServiceAccountToast": {
- "message": "Service account deleted"
+ "message": "חשבון השירות נמחק"
},
"deleteServiceAccountsToast": {
- "message": "Service accounts deleted"
+ "message": "חשבונות השירות נמחקו"
},
"searchServiceAccounts": {
- "message": "Search service accounts",
+ "message": "חפש חשבונות שירות",
"description": "Placeholder text for searching service accounts."
},
"editServiceAccount": {
- "message": "Edit service account",
+ "message": "ערוך חשבון שירות",
"description": "Title for editing a service account."
},
"addProject": {
- "message": "Add project",
+ "message": "הוסף פרויקט",
"description": "Title for creating a new project."
},
"projectEdited": {
- "message": "Project edited",
+ "message": "הפרויקט נערך",
"description": "Notification for the successful editing of a project."
},
"projectSaved": {
- "message": "Project saved",
+ "message": "הפרויקט נשמר",
"description": "Notification for the successful saving of a project."
},
"projectCreated": {
- "message": "Project created",
+ "message": "הפרויקט נוצר",
"description": "Notification for the successful creation of a project."
},
"projectName": {
- "message": "Project name",
+ "message": "שם הפרויקט",
"description": "Label for entering the name of a project."
},
"newProject": {
- "message": "New project",
+ "message": "פרויקט חדש",
"description": "Title for creating a new project."
},
"softDeleteSecretWarning": {
- "message": "Deleting secrets can affect existing integrations.",
+ "message": "מחיקת סודות עשויה להשפיע על שילובים קיימים.",
"description": "Warns that deleting secrets can have consequences on integrations"
},
"softDeletesSuccessToast": {
- "message": "Secrets sent to trash",
+ "message": "סודות נשלחו לאשפה",
"description": "Notifies that the selected secrets have been moved to the trash"
},
"hardDeleteSecretConfirmation": {
- "message": "Are you sure you want to permanently delete this secret?"
+ "message": "האם אתה בטוח שברצונך למחוק לצמיתות את הסוד הזה?"
},
"hardDeleteSecretsConfirmation": {
- "message": "Are you sure you want to permanently delete these secrets?"
+ "message": "האם אתה בטוח שברצונך למחוק לצמיתות את הסודות האלה?"
},
"hardDeletesSuccessToast": {
- "message": "Secrets permanently deleted"
+ "message": "הסודות נמחקו לצמיתות"
},
"smAccess": {
- "message": "Access",
+ "message": "גישה",
"description": "Title indicating what permissions a service account has"
},
"projectCommaSecret": {
- "message": "Project, Secret",
+ "message": "פרויקט, סוד",
"description": ""
},
"serviceAccountName": {
- "message": "Service account name",
+ "message": "שם חשבון שירות",
"description": "Label for the name of a service account"
},
"serviceAccountCreated": {
- "message": "Service account created",
+ "message": "חשבון השירות נוצר",
"description": "Notifies that a new service account has been created"
},
"serviceAccountUpdated": {
- "message": "Service account updated",
+ "message": "חשבון השירות עודכן",
"description": "Notifies that a service account has been updated"
},
"newSaSelectAccess": {
- "message": "Type or select projects or secrets",
+ "message": "הקלד או בחר פרויקטים או סודות",
"description": "Instructions for selecting projects or secrets for a new service account"
},
"newSaTypeToFilter": {
- "message": "Type to filter",
+ "message": "הקלד כדי לסנן",
"description": "Instructions for filtering a list of projects or secrets"
},
"deleteProjectsToast": {
- "message": "Projects deleted",
+ "message": "הפרויקטים נמחקו",
"description": "Notifies that the selected projects have been deleted"
},
"deleteProjectToast": {
- "message": "Project deleted",
+ "message": "הפרויקט נמחק",
"description": "Notifies that a project has been deleted"
},
"deleteProjectDialogMessage": {
- "message": "Deleting project $PROJECT$ is permanent and irreversible.",
+ "message": "מחיקת הפרויקט $PROJECT$ היא לצמיתות ובלתי הפיכה.",
"description": "Informs users that projects are hard deleted and not sent to trash",
"placeholders": {
"project": {
@@ -7599,7 +7605,7 @@
}
},
"deleteProjectInputLabel": {
- "message": "Type \"$CONFIRM$\" to continue",
+ "message": "הקלד \"$CONFIRM$\" כדי להמשיך",
"description": "Users are prompted to type 'confirm' to delete a project",
"placeholders": {
"confirm": {
@@ -7609,7 +7615,7 @@
}
},
"deleteProjectConfirmMessage": {
- "message": "Delete $PROJECT$",
+ "message": "מחק $PROJECT$",
"description": "Confirmation prompt to delete a specific project, where '$PROJECT$' is a placeholder for the name of the project.",
"placeholders": {
"project": {
@@ -7619,7 +7625,7 @@
}
},
"deleteProjectsConfirmMessage": {
- "message": "Delete $COUNT$ Projects",
+ "message": "מחק $COUNT$ פרויקטים",
"description": "Confirmation prompt to delete multiple projects, where '$COUNT$' is a placeholder for the number of projects to be deleted.",
"placeholders": {
"count": {
@@ -7629,119 +7635,119 @@
}
},
"deleteProjectsDialogMessage": {
- "message": "Deleting projects is permanent and irreversible.",
+ "message": "מחיקת פרויקטים היא לצמיתות ובלתי הפיכה.",
"description": "This message is displayed in a dialog box as a warning before proceeding with project deletion."
},
"projectsNoItemsTitle": {
- "message": "No projects to display",
+ "message": "אין פרויקטים להצגה",
"description": "Empty state to be displayed when there are no projects to display in the list."
},
"projectsNoItemsMessage": {
- "message": "Add a new project to get started organizing secrets.",
+ "message": "הוסף פרויקט חדש כדי להתחיל לארגן סודות.",
"description": "Message to be displayed when there are no projects to display in the list."
},
"smConfirmationRequired": {
- "message": "Confirmation required",
+ "message": "נדרש אישור",
"description": "Indicates that user confirmation is required for an action to proceed."
},
"bulkDeleteProjectsErrorMessage": {
- "message": "The following projects could not be deleted:",
+ "message": "לא היה ניתן למחוק את הפרויקטים הבאים:",
"description": "Message to be displayed when there is an error during bulk project deletion."
},
"softDeleteSuccessToast": {
- "message": "Secret sent to trash",
+ "message": "הסוד נשלח לאשפה",
"description": "Notification to be displayed when a secret is successfully sent to the trash."
},
"hardDeleteSuccessToast": {
- "message": "Secret permanently deleted"
+ "message": "הסוד נמחק לצמיתות"
},
"accessTokens": {
- "message": "Access tokens",
+ "message": "אסימוני גישה",
"description": "Title for the section displaying access tokens."
},
"newAccessToken": {
- "message": "New access token",
+ "message": "אסימון גישה חדש",
"description": "Button label for creating a new access token."
},
"expires": {
- "message": "Expires",
+ "message": "יפוג",
"description": "Label for the expiration date of an access token."
},
"canRead": {
- "message": "Can read",
+ "message": "יכול/ה לקרוא",
"description": "Label for the access level of an access token (Read only)."
},
"accessTokensNoItemsTitle": {
- "message": "No access tokens to show",
+ "message": "אין אסימוני גישה להציג",
"description": "Title to be displayed when there are no access tokens to display in the list."
},
"accessTokensNoItemsDesc": {
- "message": "To get started, create an access token",
+ "message": "כדי להתחיל, צור אסימון גישה",
"description": "Message to be displayed when there are no access tokens to display in the list."
},
"downloadAccessToken": {
- "message": "Download or copy before closing.",
+ "message": "הורד או העתק לפני שתסגור.",
"description": "Message to be displayed before closing an access token, reminding the user to download or copy it."
},
"expiresOnAccessToken": {
- "message": "Expires on:",
+ "message": "יפוג ב:",
"description": "Label for the expiration date of an access token."
},
"accessTokenCallOutTitle": {
- "message": "Access tokens are not stored and cannot be retrieved",
+ "message": "אסימוני גישה אינם מאוחסנים ולא ניתן לאחזר אותם",
"description": "Notification to inform the user that access tokens are only displayed once and cannot be retrieved again."
},
"copyToken": {
- "message": "Copy token",
+ "message": "העתק אסימון",
"description": "Copies the generated access token to the user's clipboard."
},
"accessToken": {
- "message": "Access token",
+ "message": "אסימון גישה",
"description": "A unique string that gives a client application (eg. CLI) access to a secret or set of secrets."
},
"accessTokenExpirationRequired": {
- "message": "Expiration date required",
+ "message": "נדרש תאריך תפוגה",
"description": "Error message indicating that an expiration date for the access token must be set."
},
"accessTokenCreatedAndCopied": {
- "message": "Access token created and copied to clipboard",
+ "message": "אסימון גישה נוצר והועתק ללוח",
"description": "Notification to inform the user that the access token has been created and copied to the clipboard."
},
"revokeAccessToken": {
- "message": "Revoke access token",
+ "message": "בטל אסימון גישה",
"description": "Invalidates / cancels an access token and as such removes access to secrets for the client application."
},
"revokeAccessTokens": {
- "message": "Revoke access tokens"
+ "message": "בטל אסימוני גישה"
},
"revokeAccessTokenDesc": {
- "message": "Revoking access tokens is permanent and irreversible."
+ "message": "ביטול אסימוני גישה הוא לצמיתות ובלתי הפיך."
},
"accessTokenRevoked": {
- "message": "Access tokens revoked",
+ "message": "אסימוני הגישה בוטלו",
"description": "Toast message after deleting one or multiple access tokens."
},
"noAccessTokenSelected": {
- "message": "No access token selected to revoke",
+ "message": "לא נבחר אסימון גישה לביטול",
"description": "Toast error message after trying to delete access tokens but not selecting any access tokens."
},
"submenu": {
- "message": "Submenu"
+ "message": "תפריט משנה"
},
"from": {
- "message": "From"
+ "message": "מאת"
},
"to": {
- "message": "To"
+ "message": "אל"
},
"member": {
- "message": "Member"
+ "message": "חבר"
},
"update": {
- "message": "Update"
+ "message": "עדכן"
},
"plusNMore": {
- "message": "+ $QUANTITY$ more",
+ "message": "+ עוד $QUANTITY$",
"placeholders": {
"quantity": {
"content": "$1",
@@ -7750,106 +7756,106 @@
}
},
"groupInfo": {
- "message": "Group info"
+ "message": "פרטי קבוצה"
},
"editGroupMembersDesc": {
- "message": "Grant members access to the group's assigned collections."
+ "message": "הענק לחברים גישה לאוספים המוקצים של הקבוצה."
},
"editGroupCollectionsDesc": {
- "message": "Grant access to collections by adding them to this group."
+ "message": "העתק גישה לאוספים בכך שתוסיף אותם לקבוצה זו."
},
"restrictedCollectionAssignmentDesc": {
- "message": "You can only assign collections you manage."
+ "message": "אתה יכול רק להקצות אוספים שאתה מנהל."
},
"selectMembers": {
- "message": "Select members"
+ "message": "בחר חברים"
},
"selectCollections": {
- "message": "Select collections"
+ "message": "בחר אוספים"
},
"role": {
- "message": "Role"
+ "message": "תפקיד"
},
"removeMember": {
- "message": "Remove member"
+ "message": "הסר חבר"
},
"collection": {
- "message": "Collection"
+ "message": "אוסף"
},
"noCollection": {
- "message": "No collection"
+ "message": "אין אוסף"
},
"noCollectionsAdded": {
- "message": "No collections added"
+ "message": "לא נוספו אוספים"
},
"noMembersAdded": {
- "message": "No members added"
+ "message": "לא נוספו חברים"
},
"noGroupsAdded": {
- "message": "No groups added"
+ "message": "לא נוספו קבוצות"
},
"group": {
- "message": "Group"
+ "message": "קבוצה"
},
"domainVerification": {
- "message": "Domain verification"
+ "message": "אימות דומיין"
},
"newDomain": {
- "message": "New domain"
+ "message": "דומיין חדש"
},
"noDomains": {
- "message": "No domains"
+ "message": "אין דומיינים"
},
"noDomainsSubText": {
- "message": "Connecting a domain allows members to skip the SSO identifier field during Login with SSO."
+ "message": "חיבור דומיין מאפשר לחברים לדלג על שדה מזהה SSO במהלך כניסה עם SSO."
},
"verifyDomain": {
- "message": "Verify domain"
+ "message": "אמת דומיין"
},
"reverifyDomain": {
- "message": "Reverify domain"
+ "message": "אמת מחדש דומיין"
},
"copyDnsTxtRecord": {
- "message": "Copy DNS TXT record"
+ "message": "העתק רשומת DNS TXT"
},
"dnsTxtRecord": {
- "message": "DNS TXT record"
+ "message": "רשומת DNS TXT"
},
"dnsTxtRecordInputHint": {
- "message": "Copy and paste the TXT record into your DNS Provider."
+ "message": "העתק והדבק את רשומת ה־TXT אל ספק ה־DNS שלך."
},
"domainNameInputHint": {
- "message": "Example: mydomain.com. Subdomains require separate entries to be verified."
+ "message": "דוגמה: mydomain.com. תת-דומיינים דורשים שרשומות נפרדות יאומתו."
},
"automaticDomainVerification": {
- "message": "Automatic Domain Verification"
+ "message": "אימות דומיין אוטומטי"
},
"automaticDomainVerificationProcess": {
- "message": "Bitwarden will attempt to verify the domain 3 times during the first 72 hours. If the domain can’t be verified, check the DNS record in your host and manually verify. The domain will be removed from your organization in 7 days if it is not verified"
+ "message": "Bitwarden ינסה לאמת את הדומיין 3 פעמים במהלך 72 השעות הראשונות. אם הדומיין אינו ניתן לאימות, בדוק את רשומת ה־DNS במארח שלך ואמת באופן ידני. הדומיין יוסר מהארגון שלך תוך 7 ימים אם הוא לא מאומת"
},
"invalidDomainNameMessage": {
- "message": "Input is not a valid format. Format: mydomain.com. Subdomains require separate entries to be verified."
+ "message": "הקלט אינו בפורמט תקין. פורמט: mydomain.com. תת-דומיינים דורשים שרשומות נפרדות יאומתו."
},
"removeDomain": {
- "message": "Remove domain"
+ "message": "הסר דומיין"
},
"removeDomainWarning": {
- "message": "Removing a domain cannot be undone. Are you sure you want to continue?"
+ "message": "הסרת דומיין אינה ניתנת לביטול. האם אתה בטוח שברצונך להמשיך?"
},
"domainRemoved": {
- "message": "Domain removed"
+ "message": "דומיין הוסר"
},
"domainSaved": {
- "message": "Domain saved"
+ "message": "דומיין נשמר"
},
"domainVerified": {
- "message": "Domain verified"
+ "message": "דומיין אומת"
},
"duplicateDomainError": {
- "message": "You can't claim the same domain twice."
+ "message": "אתה לא יכול לדרוש את אותו הדומיין פעמיים."
},
"domainNotAvailable": {
- "message": "Someone else is using $DOMAIN$. Use a different domain to continue.",
+ "message": "מישהו אחר משתמש ב־$DOMAIN$. השתמש בדומיין אחר כדי להמשיך.",
"placeholders": {
"DOMAIN": {
"content": "$1",
@@ -7858,7 +7864,7 @@
}
},
"domainNotVerified": {
- "message": "$DOMAIN$ not verified. Check your DNS record.",
+ "message": "$DOMAIN$ אינו מאומת. בדוק את רשומת ה־DNS שלך.",
"placeholders": {
"DOMAIN": {
"content": "$1",
@@ -7867,28 +7873,28 @@
}
},
"domainStatusVerified": {
- "message": "Verified"
+ "message": "מאומת"
},
"domainStatusUnverified": {
- "message": "Unverified"
+ "message": "לא מאומת"
},
"domainNameTh": {
- "message": "Name"
+ "message": "שם"
},
"domainStatusTh": {
- "message": "Status"
+ "message": "מצב"
},
"lastChecked": {
- "message": "Last checked"
+ "message": "נבדק לאחרונה"
},
"editDomain": {
- "message": "Edit domain"
+ "message": "ערוך דומיין"
},
"domainFormInvalid": {
- "message": "There are form errors that need your attention"
+ "message": "ישנן שגיאות טופס שדורשות את תשומת לבך"
},
"addedDomain": {
- "message": "Added domain $DOMAIN$",
+ "message": "דומיין $DOMAIN$ נוסף",
"placeholders": {
"DOMAIN": {
"content": "$1",
@@ -7897,7 +7903,7 @@
}
},
"removedDomain": {
- "message": "Removed domain $DOMAIN$",
+ "message": "דומיין $DOMAIN$ הוסר",
"placeholders": {
"DOMAIN": {
"content": "$1",
@@ -7906,7 +7912,7 @@
}
},
"domainVerifiedEvent": {
- "message": "$DOMAIN$ verified",
+ "message": "$DOMAIN$ מאומת",
"placeholders": {
"DOMAIN": {
"content": "$1",
@@ -7915,7 +7921,7 @@
}
},
"domainNotVerifiedEvent": {
- "message": "$DOMAIN$ not verified",
+ "message": "$DOMAIN$ אינו מאומת",
"placeholders": {
"DOMAIN": {
"content": "$1",
@@ -7924,79 +7930,79 @@
}
},
"verificationRequiredForActionSetPinToContinue": {
- "message": "Verification required for this action. Set a PIN to continue."
+ "message": "נדרש אימות עבור פעולה זו. הגדר PIN כדי להמשיך."
},
"setPin": {
- "message": "Set PIN"
+ "message": "הגדר PIN"
},
"verifyWithBiometrics": {
- "message": "Verify with biometrics"
+ "message": "אמת עם זיהוי ביומטרי"
},
"awaitingConfirmation": {
- "message": "Awaiting confirmation"
+ "message": "ממתין לאישור"
},
"couldNotCompleteBiometrics": {
- "message": "Could not complete biometrics."
+ "message": "לא היה ניתן להשלים את הזיהוי הביומטרי."
},
"needADifferentMethod": {
- "message": "Need a different method?"
+ "message": "זקוק לשיטה אחרת?"
},
"useMasterPassword": {
- "message": "Use master password"
+ "message": "השתמש בסיסמה ראשית"
},
"usePin": {
- "message": "Use PIN"
+ "message": "השתמש ב־PIN"
},
"useBiometrics": {
- "message": "Use biometrics"
+ "message": "השתמש בזיהוי ביומטרי"
},
"enterVerificationCodeSentToEmail": {
- "message": "Enter the verification code that was sent to your email."
+ "message": "הזן את קוד האימות שנשלח לדוא\"ל שלך."
},
"resendCode": {
- "message": "Resend code"
+ "message": "שלח קוד מחדש"
},
"memberColumnHeader": {
- "message": "Member"
+ "message": "חבר"
},
"groupSlashMemberColumnHeader": {
- "message": "Group/Member"
+ "message": "קבוצה/חבר"
},
"selectGroupsAndMembers": {
- "message": "Select groups and members"
+ "message": "בחר קבוצות וחברים"
},
"selectGroups": {
- "message": "Select groups"
+ "message": "בחר קבוצות"
},
"userPermissionOverrideHelperDesc": {
- "message": "Permissions set for a member will replace permissions set by that member's group."
+ "message": "הרשאות שהוגדרו עבור חבר יחליפו הרשאות שהוגדרו על ידי הקבוצה של אותו חבר."
},
"noMembersOrGroupsAdded": {
- "message": "No members or groups added"
+ "message": "לא נוספו חברים או קבוצות"
},
"deleted": {
- "message": "Deleted"
+ "message": "נמחקו"
},
"memberStatusFilter": {
- "message": "Member status filter"
+ "message": "מסנן מצב חבר"
},
"inviteMember": {
- "message": "Invite member"
+ "message": "הזמן חבר"
},
"needsConfirmation": {
- "message": "Needs confirmation"
+ "message": "צריך אישור"
},
"memberRole": {
- "message": "Member role"
+ "message": "תפקיד חבר"
},
"moreFromBitwarden": {
- "message": "More from Bitwarden"
+ "message": "עוד מאת Bitwarden"
},
"switchProducts": {
- "message": "Switch products"
+ "message": "החלף מוצרים"
},
"freeOrgInvLimitReachedManageBilling": {
- "message": "Free organizations may have up to $SEATCOUNT$ members. Upgrade to a paid plan to invite more members.",
+ "message": "לארגונים חינמיים יכולים להיות עד $SEATCOUNT$ חברים. שדרג לתוכנית בתשלום כדי להזמין חברים נוספים.",
"placeholders": {
"seatcount": {
"content": "$1",
@@ -8005,7 +8011,7 @@
}
},
"freeOrgInvLimitReachedNoManageBilling": {
- "message": "Free organizations may have up to $SEATCOUNT$ members. Contact your organization owner to upgrade.",
+ "message": "לארגונים חינמיים יכולים להיות עד $SEATCOUNT$ חברים. צור קשר עם בעלי הארגון שלך כדי לשדרג.",
"placeholders": {
"seatcount": {
"content": "$1",
@@ -8014,7 +8020,7 @@
}
},
"teamsStarterPlanInvLimitReachedManageBilling": {
- "message": "Teams Starter plans may have up to $SEATCOUNT$ members. Upgrade to your plan to invite more members.",
+ "message": "לתוכניות צוותים מתחילים יכולים להיות עד $SEATCOUNT$ חברים. שדרג את התוכנית שלך כדי להזמין עוד חברים.",
"placeholders": {
"seatcount": {
"content": "$1",
@@ -8023,7 +8029,7 @@
}
},
"teamsStarterPlanInvLimitReachedNoManageBilling": {
- "message": "Teams Starter plans may have up to $SEATCOUNT$ members. Contact your organization owner to upgrade your plan and invite more members.",
+ "message": "לתוכניות צוותים מתחילים יכולים להיות עד $SEATCOUNT$ חברים. צור קשר עם בעלי הארגון שלך כדי לשדרג את התוכנית שלך ולהזמין עוד חברים.",
"placeholders": {
"seatcount": {
"content": "$1",
@@ -8032,7 +8038,7 @@
}
},
"freeOrgMaxCollectionReachedManageBilling": {
- "message": "Free organizations may have up to $COLLECTIONCOUNT$ collections. Upgrade to a paid plan to add more collections.",
+ "message": "לארגונים חינמיים יכולים להיות עד $COLLECTIONCOUNT$ אוספים. שדרג לתוכנית בתשלום כדי להוסיף עוד אוספים.",
"placeholders": {
"COLLECTIONCOUNT": {
"content": "$1",
@@ -8041,7 +8047,7 @@
}
},
"freeOrgMaxCollectionReachedNoManageBilling": {
- "message": "Free organizations may have up to $COLLECTIONCOUNT$ collections. Contact your organization owner to upgrade.",
+ "message": "לארגונים חינמיים יכולים להיות עד $COLLECTIONCOUNT$ אוספים. צור קשר עם בעלי הארגון שלך כדי לשדרג.",
"placeholders": {
"COLLECTIONCOUNT": {
"content": "$1",
@@ -8050,16 +8056,16 @@
}
},
"server": {
- "message": "Server"
+ "message": "שרת"
},
"exportData": {
- "message": "Export data"
+ "message": "ייצא נתונים"
},
"exportingOrganizationSecretDataTitle": {
- "message": "Exporting Organization Secret Data"
+ "message": "ייצוא נתונים ארגון סודיים"
},
"exportingOrganizationSecretDataDescription": {
- "message": "Only the Secrets Manager data associated with $ORGANIZATION$ will be exported. Items in other products or from other organizations will not be included.",
+ "message": "רק נתוני מנהל הסודות המשויכים עם $ORGANIZATION$ ייוצאו. פריטים במוצרים אחרים או מארגונים אחרים לא יכללו.",
"placeholders": {
"ORGANIZATION": {
"content": "$1",
@@ -8068,61 +8074,61 @@
}
},
"fileUpload": {
- "message": "File upload"
+ "message": "העלאת קובץ"
},
"upload": {
- "message": "Upload"
+ "message": "העלה"
},
"acceptedFormats": {
- "message": "Accepted Formats:"
+ "message": "פורמטים מקובלים:"
},
"copyPasteImportContents": {
- "message": "Copy & paste import contents:"
+ "message": "העתק & הדבק תוכן ייבוא:"
},
"or": {
- "message": "or"
+ "message": "או"
},
"unlockWithBiometrics": {
- "message": "Unlock with biometrics"
+ "message": "בטל נעילה עם זיהוי ביומטרי"
},
"unlockWithPin": {
- "message": "Unlock with PIN"
+ "message": "בטל נעילה עם PIN"
},
"unlockWithMasterPassword": {
- "message": "Unlock with master password"
+ "message": "בטל נעילה עם סיסמה ראשית"
},
"licenseAndBillingManagement": {
- "message": "License and billing management"
+ "message": "ניהול רישיון וחיובים"
},
"automaticSync": {
- "message": "Automatic sync"
+ "message": "סנכרון אוטומטי"
},
"manualUpload": {
- "message": "Manual upload"
+ "message": "העלאה ידנית"
},
"manualBillingTokenUploadDesc": {
- "message": "If you do not want to opt into billing sync, manually upload your license here. This will not automatically unlock Families sponsorships."
+ "message": "אם אתה לא רוצה להסכים לסנכרון חיובים, העלה ידנית את הרישיון שלך כאן. זה לא יפתח באופן אוטומטי חסויות למשפחות."
},
"syncLicense": {
- "message": "Sync License"
+ "message": "סנכרן רישיון"
},
"licenseSyncSuccess": {
- "message": "Successfully synced license"
+ "message": "הרישיון סונכרן בהצלחה"
},
"licenseUploadSuccess": {
- "message": "Successfully uploaded license"
+ "message": "הרישיון הועלה בהצלחה"
},
"lastLicenseSync": {
- "message": "Last license sync"
+ "message": "סנכרון רישיון אחרון"
},
"billingSyncHelp": {
- "message": "Billing Sync help"
+ "message": "עזרה עם סנכרון חיובים"
},
"licensePaidFeaturesHelp": {
- "message": "License paid features help"
+ "message": "עזרה עם תכונות בתשלום של רישיון"
},
"selfHostGracePeriodHelp": {
- "message": "After your subscription expires, you have 60 days to apply an updated license file to your organization. Grace period ends $GRACE_PERIOD_END_DATE$.",
+ "message": "לאחר שהמנוי שלך יפוג, יש לך 60 ימים להחיל קובץ רישיון מעודכן לארגון שלך. תקופת חסד מסתיימת $GRACE_PERIOD_END_DATE$.",
"placeholders": {
"GRACE_PERIOD_END_DATE": {
"content": "$1",
@@ -8131,67 +8137,67 @@
}
},
"uploadLicense": {
- "message": "Upload license"
+ "message": "העלה רישיון"
},
"projectPeopleDescription": {
- "message": "Grant groups or people access to this project."
+ "message": "הענק לקבוצות או אנשים גישה לפרויקט זה."
},
"projectPeopleSelectHint": {
- "message": "Type or select people or groups"
+ "message": "הקלד או בחר אנשים או קבוצות"
},
"projectServiceAccountsDescription": {
- "message": "Grant service accounts access to this project."
+ "message": "הענק לחשבונות שירות גישה לפרויקט הזה."
},
"projectServiceAccountsSelectHint": {
- "message": "Type or select service accounts"
+ "message": "הקלד או בחר חשבונות שירות"
},
"projectEmptyPeopleAccessPolicies": {
- "message": "Add people or groups to start collaborating"
+ "message": "הוסף אנשים או קבוצות כדי להתחיל לשתף פעולה"
},
"projectEmptyServiceAccountAccessPolicies": {
- "message": "Add service accounts to grant access"
+ "message": "הוסף חשבונות שירות כדי להעניק גישה"
},
"serviceAccountPeopleDescription": {
- "message": "Grant groups or people access to this service account."
+ "message": "הענק לקבוצות או אנשים גישה לחשבון שירות זה."
},
"serviceAccountProjectsDescription": {
- "message": "Assign projects to this service account. "
+ "message": "הקצה פרויקטים לחשבון השירות הזה: "
},
"serviceAccountEmptyProjectAccesspolicies": {
- "message": "Add projects to grant access"
+ "message": "הוסף פרויקטים כדי להעניק גישה"
},
"canReadWrite": {
- "message": "Can read, write"
+ "message": "יכול/ה לקרוא, לכתוב"
},
"groupSlashUser": {
- "message": "Group/User"
+ "message": "קבוצה/משתמש"
},
"lowKdfIterations": {
- "message": "Low KDF Iterations"
+ "message": "חזרות KDF נמוכות"
},
"updateLowKdfIterationsDesc": {
- "message": "Update your encryption settings to meet new security recommendations and improve account protection."
+ "message": "שדרג את הגדרות ההצפנה שלך כדי לעמוד בהמלצות אבטחה חדשות ולשפר את הגנת החשבון."
},
"kdfSettingsChangeLogoutWarning": {
- "message": "Proceeding will log you out of all active sessions. You will need to log back in and complete two-step login, if any. We recommend exporting your vault before changing your encryption settings to prevent data loss."
+ "message": "המשך התהליך יוציא אותך מכל ההפעלות הפעילות שלך. תידרש להיכנס חזרה כדי להמשיך כניסה דו-שלבית, אם ישנה. אנו ממליצים על ייצוא הכספת שלך לפני שינוי הגדרות ההצפנה שלך כדי למנוע איבוד נתונים."
},
"secretsManager": {
- "message": "Secrets Manager"
+ "message": "מנהל הסודות"
},
"secretsManagerAccessDescription": {
- "message": "Activate user access to Secrets Manager."
+ "message": "הפעל גישת משתמש אל מנהל הסודות."
},
"userAccessSecretsManagerGA": {
- "message": "This user can access Secrets Manager"
+ "message": "משתמש זה יכול לגשת למנהל הסודות"
},
"important": {
- "message": "Important:"
+ "message": "חשוב:"
},
"viewAll": {
- "message": "View all"
+ "message": "הצג הכל"
},
"showingPortionOfTotal": {
- "message": "Showing $PORTION$ of $TOTAL$",
+ "message": "מראה $PORTION$ מתוך $TOTAL$",
"placeholders": {
"portion": {
"content": "$1",
@@ -8204,16 +8210,16 @@
}
},
"resolveTheErrorsBelowAndTryAgain": {
- "message": "Resolve the errors below and try again."
+ "message": "פתור את השגיאות למטה ונסה שוב."
},
"description": {
- "message": "Description"
+ "message": "תיאור"
},
"errorReadingImportFile": {
- "message": "An error occurred when trying to read the import file"
+ "message": "אירעה שגיאה בעת ניסיון לקרוא את קובץ הייבוא"
},
"accessedSecret": {
- "message": "Accessed secret $SECRET_ID$.",
+ "message": "ניגש אל סוד $SECRET_ID$.",
"placeholders": {
"secret_id": {
"content": "$1",
@@ -8226,32 +8232,32 @@
"description": "Software Development Kit"
},
"createAnAccount": {
- "message": "Create an account"
+ "message": "צור חשבון"
},
"createSecret": {
- "message": "Create a secret"
+ "message": "צור סוד"
},
"createProject": {
- "message": "Create a project"
+ "message": "צור פרויקט"
},
"createServiceAccount": {
- "message": "Create a service account"
+ "message": "צור חשבון שירות"
},
"downloadThe": {
- "message": "Download the",
+ "message": "הורד את",
"description": "Link to a downloadable resource. This will be used as part of a larger phrase. Example: Download the Secrets Manager CLI"
},
"smCLI": {
- "message": "Secrets Manager CLI"
+ "message": "מנהל הסודות CLI"
},
"importSecrets": {
- "message": "Import secrets"
+ "message": "ייבא סודות"
},
"getStarted": {
- "message": "Get started"
+ "message": "התחל"
},
"complete": {
- "message": "$COMPLETED$/$TOTAL$ Complete",
+ "message": "$COMPLETED$ מתוך $TOTAL$ הושלמו",
"placeholders": {
"COMPLETED": {
"content": "$1",
@@ -8264,64 +8270,64 @@
}
},
"restoreSecret": {
- "message": "Restore secret"
+ "message": "שחזר סוד"
},
"restoreSecrets": {
- "message": "Restore secrets"
+ "message": "שחזר סודות"
},
"restoreSecretPrompt": {
- "message": "Are you sure you want to restore this secret?"
+ "message": "האם אתה בטוח שברצונך לשחזר את הסוד הזה?"
},
"restoreSecretsPrompt": {
- "message": "Are you sure you want to restore these secrets?"
+ "message": "האם אתה בטוח שברצונך לשחזר את הסודות האלה?"
},
"secretRestoredSuccessToast": {
- "message": "Secret restored"
+ "message": "הסוד שוחזר"
},
"secretsRestoredSuccessToast": {
- "message": "Secrets restored"
+ "message": "הסודות שוחזרו"
},
"selectionIsRequired": {
- "message": "Selection is required."
+ "message": "נדרשת בחירה."
},
"saPeopleWarningTitle": {
- "message": "Access tokens still available"
+ "message": "אסימוני גישה עדיין זמינים"
},
"saPeopleWarningMessage": {
- "message": "Removing people from a service account does not remove the access tokens they created. For security best practice, it is recommended to revoke access tokens created by people removed from a service account."
+ "message": "הסרת אנשים מחשבון שירות אינה מסירה את אסימוני הגישה שהם יצרו. עבור גישת האבטחה הטובה ביותר, מומלץ לבטל אסימוני גישה שנוצרו על ידי אנשים שהוסרו מחשבון שירות."
},
"smAccessRemovalWarningProjectTitle": {
- "message": "Remove access to this project"
+ "message": "הסר גישה לפרויקט זה"
},
"smAccessRemovalWarningProjectMessage": {
- "message": "This action will remove your access to the project."
+ "message": "פעולה זו תסיר את הגישה שלך לפרויקט זה."
},
"smAccessRemovalWarningSaTitle": {
- "message": "Remove access to this service account"
+ "message": "הסר גישה לחשבון שירות זה"
},
"smAccessRemovalWarningSaMessage": {
- "message": "This action will remove your access to the service account."
+ "message": "פעולה זו תסיר את הגישה שלך לחשבון השירות."
},
"removeAccess": {
- "message": "Remove access"
+ "message": "הסר גישה"
},
"checkForBreaches": {
- "message": "Check known data breaches for this password"
+ "message": "בדוק פרצות נתונים ידועות עבור סיסמה זו"
},
"exposedMasterPassword": {
- "message": "Exposed Master Password"
+ "message": "סיסמה ראשית חשופה"
},
"exposedMasterPasswordDesc": {
- "message": "Password found in a data breach. Use a unique password to protect your account. Are you sure you want to use an exposed password?"
+ "message": "הסיסמה נמצאה בפרצת נתונים. השתמש בסיסמה ייחודית כדי להגן על חשבונך. האם אתה בטוח שברצונך להשתמש בסיסמה חשופה?"
},
"weakAndExposedMasterPassword": {
- "message": "Weak and Exposed Master Password"
+ "message": "סיסמה ראשית חלשה וחשופה"
},
"weakAndBreachedMasterPasswordDesc": {
- "message": "Weak password identified and found in a data breach. Use a strong and unique password to protect your account. Are you sure you want to use this password?"
+ "message": "סיסמה חלשה זוהתה ונמצאה בפרצת נתונים. השתמש בסיסמה חזקה וייחודית כדי להגן על חשבונך. האם אתה בטוח שאתה רוצה להשתמש בסיסמה זו?"
},
"characterMinimum": {
- "message": "$LENGTH$ character minimum",
+ "message": "$LENGTH$ תווים לכל הפחות",
"placeholders": {
"length": {
"content": "$1",
@@ -8330,7 +8336,7 @@
}
},
"masterPasswordMinimumlength": {
- "message": "Master password must be at least $LENGTH$ characters long.",
+ "message": "סיסמה ראשית חייבת להיות לפחות באורך $LENGTH$ תווים.",
"placeholders": {
"length": {
"content": "$1",
@@ -8339,68 +8345,65 @@
}
},
"inputTrimValidator": {
- "message": "Input must not contain only whitespace.",
+ "message": "אסור שקלט יכיל רק רווח לבן.",
"description": "Notification to inform the user that a form's input can't contain only whitespace."
},
"dismiss": {
- "message": "Dismiss"
+ "message": "התעלם"
},
"notAvailableForFreeOrganization": {
- "message": "This feature is not available for free organizations. Contact your organization owner to upgrade."
+ "message": "תכונה זו אינה זמינה עבור ארגונים חינמיים. צור קשר עם בעלי הארגון שלך כדי לשדרג."
},
"smProjectSecretsNoItemsNoAccess": {
- "message": "Contact your organization's admin to manage secrets for this project.",
+ "message": "צור קשר עם מנהל הארגון שלך כדי לנהל סודות עבור פרויקט זה.",
"description": "The message shown to the user under a project's secrets tab when the user only has read access to the project."
},
"enforceOnLoginDesc": {
- "message": "Require existing members to change their passwords"
+ "message": "דרוש מחברים קיימים לשנות את הסיסמאות שלהם"
},
"smProjectDeleteAccessRestricted": {
- "message": "You don't have permissions to delete this project",
+ "message": "אין לך הרשאות למחוק את הפרויקט הזה",
"description": "The individual description shown to the user when the user doesn't have access to delete a project."
},
"smProjectsDeleteBulkConfirmation": {
- "message": "The following projects can not be deleted. Would you like to continue?",
+ "message": "הפרויקטים הבאים אינם ניתנים למחיקה. האם ברצונך להמשיך?",
"description": "The message shown to the user when bulk deleting projects and the user doesn't have access to some projects."
},
"updateKdfSettings": {
- "message": "Update KDF settings"
+ "message": "עדכן הגדרות KDF"
},
"loginInitiated": {
- "message": "Login initiated"
+ "message": "הכניסה החלה"
},
"rememberThisDeviceToMakeFutureLoginsSeamless": {
- "message": "Remember this device to make future logins seamless"
+ "message": "זכור מכשיר זה כדי להפוך כניסות עתידיות לחלקות"
},
"deviceApprovalRequired": {
- "message": "Device approval required. Select an approval option below:"
+ "message": "נדרש אישור מכשיר. בחר אפשרות אישור למטה:"
},
"deviceApprovalRequiredV2": {
- "message": "Device approval required"
+ "message": "נדרש אישור מכשיר"
},
"selectAnApprovalOptionBelow": {
- "message": "Select an approval option below"
+ "message": "בחר אפשרות אישור למטה"
},
"rememberThisDevice": {
- "message": "Remember this device"
+ "message": "זכור מכשיר זה"
},
"uncheckIfPublicDevice": {
- "message": "Uncheck if using a public device"
+ "message": "בטל את הסימון אם אתה משתמש במכשיר ציבורי"
},
"approveFromYourOtherDevice": {
- "message": "Approve from your other device"
+ "message": "אשר מהמכשיר האחר שלך"
},
"requestAdminApproval": {
- "message": "Request admin approval"
- },
- "approveWithMasterPassword": {
- "message": "Approve with master password"
+ "message": "בקש אישור מנהל"
},
"trustedDeviceEncryption": {
- "message": "Trusted device encryption"
+ "message": "הצפנת מכשיר מהימן"
},
"trustedDevices": {
- "message": "Trusted devices"
+ "message": "מכשירים מהימנים"
},
"memberDecryptionOptionTdeDescPart1": {
"message": "חברים לא יצטרכו סיסמה ראשית בעת כניסה עם SSO. סיסמה ראשית מוחלפת עם מפתח הצפנה המאוחסן במכשיר, מה שהופך את המכשיר הזה למהימן. המכשיר הראשון בו חבר יוצר את החשבון שלו ונכנס אליו יהיה מהימן. מכשירים חדשים יצטרכו להיות מאושרים על ידי מכשיר מהימן קיים או על ידי מנהל.",
@@ -8431,15 +8434,15 @@
"description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Members will not need a master password when logging in with SSO. Master password is replaced with an encryption key stored on the device, making that device trusted. The first device a member creates their account and logs into will be trusted. New devices will need to be approved by an existing trusted device or by an administrator. The single organization policy, SSO required policy, and account recovery administration policy will turn on when this option is used.'"
},
"orgPermissionsUpdatedMustSetPassword": {
- "message": "Your organization permissions were updated, requiring you to set a master password.",
+ "message": "הרשאות הארגון שלך עודכנו, מה שמאלץ אותך להגדיר סיסמה ראשית.",
"description": "Used as a card title description on the set password page to explain why the user is there"
},
"orgRequiresYouToSetPassword": {
- "message": "Your organization requires you to set a master password.",
+ "message": "הארגון שלך דורש ממך להגדיר סיסמה ראשית.",
"description": "Used as a card title description on the set password page to explain why the user is there"
},
"cardMetrics": {
- "message": "out of $TOTAL$",
+ "message": "מתוך $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
@@ -8448,7 +8451,7 @@
}
},
"notFound": {
- "message": "$RESOURCE$ not found",
+ "message": "$RESOURCE$ לא נמצא",
"placeholders": {
"resource": {
"content": "$1",
@@ -8457,86 +8460,86 @@
}
},
"verificationRequired": {
- "message": "Verification required",
+ "message": "נדרש אימות",
"description": "Default title for the user verification dialog."
},
"recoverAccount": {
- "message": "Recover account"
+ "message": "שחזר חשבון"
},
"updatedTempPassword": {
- "message": "User updated a password issued through account recovery."
+ "message": "משתמש עדכן סיסמה שהונפקה באמצעות שחזור חשבון."
},
"activatedAccessToSecretsManager": {
- "message": "Activated access to Secrets Manager",
+ "message": "הופעלה גישה למנהל הסודות",
"description": "Confirmation message that one or more users gained access to Secrets Manager"
},
"activateAccess": {
- "message": "Activate access"
+ "message": "הפעל גישה"
},
"bulkEnableSecretsManagerDescription": {
- "message": "Grant the following members access to Secrets Manager. The role granted in the Password Manager will apply to Secrets Manager.",
+ "message": "הענק לחברים הבאים גישה למנהל הסודות. התפקיד שהוענק במנהל הסיסמאות יחול על מנהל הסודות.",
"description": "This description is shown to an admin when they are attempting to add more users to Secrets Manager."
},
"activateSecretsManager": {
- "message": "Activate Secrets Manager"
+ "message": "הפעל את מנהל הסודות"
},
"yourOrganizationsFingerprint": {
- "message": "Your organization's fingerprint phrase",
+ "message": "ביטוי טביעת האצבע של ארגונך",
"description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their organization's public key with another user, for the purposes of sharing."
},
"deviceApprovals": {
- "message": "Device approvals"
+ "message": "אישורי מכשירים"
},
"deviceApprovalsDesc": {
- "message": "Approve login requests below to allow the requesting member to finish logging in. Unapproved requests expire after 1 week. Verify the member’s information before approving."
+ "message": "אשר בקשות כניסה למטה כדי לאפשר לחבר המבקש לסיים להיכנס. בקשות לא מאושרות יפוגו לאחר שבוע אחד. אמת את המידע של החבר לפני שתאשר."
},
"deviceInfo": {
- "message": "Device info"
+ "message": "מידע על המכשיר"
},
"time": {
- "message": "Time"
+ "message": "זמן"
},
"denyAllRequests": {
- "message": "Deny all requests"
+ "message": "דחה את כל הבקשות"
},
"denyRequest": {
- "message": "Deny request"
+ "message": "דחה בקשה"
},
"approveRequest": {
- "message": "Approve request"
+ "message": "אשר בקשה"
},
"deviceApproved": {
- "message": "Device approved"
+ "message": "המכשיר אושר"
},
"deviceRemoved": {
- "message": "Device removed"
+ "message": "המכשיר הוסר"
},
"removeDevice": {
- "message": "Remove device"
+ "message": "הסר מכשיר"
},
"removeDeviceConfirmation": {
- "message": "Are you sure you want to remove this device?"
+ "message": "האם אתה בטוח שברצונך להסיר מכשיר זה?"
},
"noDeviceRequests": {
- "message": "No device requests"
+ "message": "אין בקשות של מכשירים"
},
"noDeviceRequestsDesc": {
- "message": "Member device approval requests will appear here"
+ "message": "בקשות לאישור מכשיר של חבר יופיעו כאן"
},
"loginRequestDenied": {
- "message": "Login request denied"
+ "message": "בקשת כניסה נדחתה"
},
"allLoginRequestsDenied": {
- "message": "All login requests denied"
+ "message": "כל בקשות הכניסה נדחו"
},
"loginRequestApproved": {
- "message": "Login request approved"
+ "message": "בקשת כניסה אושרה"
},
"removeOrgUserNoMasterPasswordTitle": {
- "message": "Account does not have master password"
+ "message": "לחשבון אין סיסמה ראשית"
},
"removeOrgUserNoMasterPasswordDesc": {
- "message": "Removing $USER$ without setting a master password for them may restrict access to their full account. Are you sure you want to continue?",
+ "message": "הסרת $USER$ מבלי להגדיר סיסמה ראשית עבורו עשויה להגביל גישה לחשבון המלא שלו. האם אתה בטוח שברצונך להמשיך?",
"placeholders": {
"user": {
"content": "$1",
@@ -8545,13 +8548,13 @@
}
},
"noMasterPassword": {
- "message": "No master password"
+ "message": "אין סיסמה ראשית"
},
"removeMembersWithoutMasterPasswordWarning": {
- "message": "Removing members who do not have master passwords without setting one for them may restrict access to their full account."
+ "message": "הסרת חברים שאין להם סיסמאות ראשיות מבלי להגדיר אחת עבורם עשויה להגביל גישה לחשבון המלא שלהם."
},
"approvedAuthRequest": {
- "message": "Approved device for $ID$.",
+ "message": "מכשיר אושר עבור $ID$.",
"placeholders": {
"id": {
"content": "$1",
@@ -8560,7 +8563,7 @@
}
},
"rejectedAuthRequest": {
- "message": "Denied device for $ID$.",
+ "message": "מכשיר נדחה עבור $ID$.",
"placeholders": {
"id": {
"content": "$1",
@@ -8569,13 +8572,13 @@
}
},
"requestedDeviceApproval": {
- "message": "Requested device approval."
+ "message": "התבקש אישור מכשיר."
},
"tdeOffboardingPasswordSet": {
- "message": "User set a master password during TDE offboarding."
+ "message": "המשתמש הגדיר סיסמה ראשית במהלך תהליך יציאת TDE."
},
"startYour7DayFreeTrialOfBitwardenFor": {
- "message": "Start your 7-Day free trial of Bitwarden for $ORG$",
+ "message": "התחל את תקופת הניסיון בחינם למשך 7 יום של Bitwarden עבור $ORG$",
"placeholders": {
"org": {
"content": "$1",
@@ -8584,7 +8587,7 @@
}
},
"startYour7DayFreeTrialOfBitwardenSecretsManagerFor": {
- "message": "Start your 7-Day free trial of Bitwarden Secrets Manager for $ORG$",
+ "message": "התחל את תקופת הניסיון בחינם למשך 7 יום של מנהל הסודות של Bitwarden עבור $ORG$",
"placeholders": {
"org": {
"content": "$1",
@@ -8593,54 +8596,51 @@
}
},
"next": {
- "message": "Next"
+ "message": "הבא"
},
"ssoLoginIsRequired": {
- "message": "SSO login is required"
+ "message": "נדרשת כניסת SSO"
},
"selectedRegionFlag": {
- "message": "Selected region flag"
+ "message": "דגל האזור שנבחר"
},
"accountSuccessfullyCreated": {
- "message": "Account successfully created!"
+ "message": "החשבון נוצר בהצלחה!"
},
"adminApprovalRequested": {
- "message": "Admin approval requested"
+ "message": "התבקש אישור מנהל"
},
"adminApprovalRequestSentToAdmins": {
- "message": "Your request has been sent to your admin."
- },
- "youWillBeNotifiedOnceApproved": {
- "message": "You will be notified once approved."
+ "message": "הבקשה שלך נשלחה למנהל שלך."
},
"troubleLoggingIn": {
- "message": "Trouble logging in?"
+ "message": "בעיות בכניסה?"
},
"loginApproved": {
- "message": "Login approved"
+ "message": "כניסה אושרה"
},
"userEmailMissing": {
- "message": "User email missing"
+ "message": "חסר דוא\"ל משתמש"
},
"activeUserEmailNotFoundLoggingYouOut": {
- "message": "Active user email not found. Logging you out."
+ "message": "דוא\"ל משתמש פעיל לא נמצא. מוציא אותך."
},
"deviceTrusted": {
- "message": "Device trusted"
+ "message": "מכשיר מהימן"
},
"sendsNoItemsTitle": {
- "message": "No active Sends",
+ "message": "אין סֵנְדים פעילים",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"sendsNoItemsMessage": {
- "message": "Use Send to securely share encrypted information with anyone.",
+ "message": "השתמש בסֵנְד כדי לשתף באופן מאובטח מידע מוצפן עם כל אחד.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"inviteUsers": {
- "message": "Invite Users"
+ "message": "הזמן משתמשים"
},
"secretsManagerForPlan": {
- "message": "Secrets Manager for $PLAN$",
+ "message": "מנהל הסודות עבור $PLAN$",
"placeholders": {
"plan": {
"content": "$1",
@@ -8649,19 +8649,19 @@
}
},
"secretsManagerForPlanDesc": {
- "message": "For engineering and DevOps teams to manage secrets throughout the software development lifecycle."
+ "message": "עבור צוותי הנדסה ו-DevOps כדי שיוכלו לנהל סודות לאורך כל מחזור החיים של פיתוח התוכנה."
},
"free2PersonOrganization": {
- "message": "Free 2-person Organizations"
+ "message": "ארגונים של 2 אנשים בחינם"
},
"unlimitedSecrets": {
- "message": "Unlimited secrets"
+ "message": "סודות ללא הגבלה"
},
"unlimitedProjects": {
- "message": "Unlimited projects"
+ "message": "פרויקטים ללא הגבלה"
},
"projectsIncluded": {
- "message": "$COUNT$ projects included",
+ "message": "$COUNT$ פרויקטים כלולים",
"placeholders": {
"count": {
"content": "$1",
@@ -8670,7 +8670,7 @@
}
},
"serviceAccountsIncluded": {
- "message": "$COUNT$ service accounts included",
+ "message": "$COUNT$ חשבונות שירות כלולים",
"placeholders": {
"count": {
"content": "$1",
@@ -8679,7 +8679,7 @@
}
},
"additionalServiceAccountCost": {
- "message": "$COST$ per month for additional service accounts",
+ "message": "$COST$ לחודש עבור חשבונות שירות נוספים",
"placeholders": {
"cost": {
"content": "$1",
@@ -8688,16 +8688,16 @@
}
},
"subscribeToSecretsManager": {
- "message": "Subscribe to Secrets Manager"
+ "message": "הירשם כמנוי למנהל הסודות"
},
"addSecretsManagerUpgradeDesc": {
- "message": "Add Secrets Manager to your upgraded plan to maintain access to any secrets created with your previous plan."
+ "message": "הוסף את מנהל הסודות לתוכנית המשודרגת שלך כדי לשמור על גישה לכל הסודות שנוצרו עם התוכנית הקודמת שלך."
},
"additionalServiceAccounts": {
- "message": "Additional service accounts"
+ "message": "חשבונות שירות נוספים"
},
"includedServiceAccounts": {
- "message": "Your plan comes with $COUNT$ service accounts.",
+ "message": "התוכנית שלך מגיעה עם $COUNT$ חשבונות שירות.",
"placeholders": {
"count": {
"content": "$1",
@@ -8706,7 +8706,7 @@
}
},
"addAdditionalServiceAccounts": {
- "message": "You can add additional service accounts for $COST$ per month.",
+ "message": "אתה יכול להוסיף חשבונות שירות נוספים עבור $COST$ לחודש.",
"placeholders": {
"cost": {
"content": "$1",
@@ -8715,92 +8715,92 @@
}
},
"collectionManagement": {
- "message": "Collection management"
+ "message": "ניהול אוספים"
},
"collectionManagementDesc": {
- "message": "Manage the collection behavior for the organization"
+ "message": "נהל את התנהגות האוספים עבור הארגון"
},
"limitCollectionCreationDesc": {
- "message": "Limit collection creation to owners and admins"
+ "message": "הגבל יצירת אוספים לבעלים ומנהלים"
},
"limitCollectionDeletionDesc": {
- "message": "Limit collection deletion to owners and admins"
+ "message": "הגבל מחיקת אוספים לבעלים ומנהלים"
},
"limitItemDeletionDesc": {
- "message": "Limit item deletion to members with the Can manage permission"
+ "message": "הגבל מחיקת פריטים לחברים עם הרשאת יכולת ניהול"
},
"allowAdminAccessToAllCollectionItemsDesc": {
- "message": "Owners and admins can manage all collections and items"
+ "message": "בעלים ומנהלים יכולים לנהל את כל האוספים והפריטים"
},
"updatedCollectionManagement": {
- "message": "Updated collection management setting"
+ "message": "הגדרת ניהול אוספים עודכנה"
},
"passwordManagerPlanPrice": {
- "message": "Password Manager plan price"
+ "message": "מחיר תוכנית מנהל הסיסמאות"
},
"secretsManagerPlanPrice": {
- "message": "Secrets Manager plan price"
+ "message": "מחיר תוכנית מנהל הסודות"
},
"passwordManager": {
- "message": "Password Manager"
+ "message": "מנהל הסיסמאות"
},
"freeOrganization": {
- "message": "Free Organization"
+ "message": "ארגון חינמי"
},
"limitServiceAccounts": {
- "message": "Limit service accounts (optional)"
+ "message": "הגבל חשבונות שירות (אופציונלי)"
},
"limitServiceAccountsDesc": {
- "message": "Set a limit for your service accounts. Once this limit is reached, you will not be able to create new service accounts."
+ "message": "הגדר מגבלה עבור חשבונות השירות שלך. ברגע שתגיע למגבלה זו, לא תוכל ליצור חשבונות שירות חדשים."
},
"serviceAccountLimit": {
- "message": "Service account limit (optional)"
+ "message": "מגבלת חשבונות שירות (אופציונלי)"
},
"maxServiceAccountCost": {
- "message": "Max potential service account cost"
+ "message": "עלות מרבית פוטנציאלית של חשבון שירות"
},
"loggedInExclamation": {
- "message": "Logged in!"
+ "message": "נכנסת!"
},
"beta": {
- "message": "Beta"
+ "message": "בטא"
},
"assignCollectionAccess": {
- "message": "Assign collection access"
+ "message": "הקצה גישה לאוסף"
},
"editedCollections": {
- "message": "Edited collections"
+ "message": "אוספים שנערכו"
},
"baseUrl": {
- "message": "Server URL"
+ "message": "URL של שרת"
},
"selfHostBaseUrl": {
- "message": "Self-host server URL",
+ "message": "URL של שרת אירוח עצמי",
"description": "Label for field requesting a self-hosted integration service URL"
},
"alreadyHaveAccount": {
- "message": "Already have an account?"
+ "message": "כבר יש לך חשבון?"
},
"toggleSideNavigation": {
- "message": "Toggle side navigation"
+ "message": "החלף מצב ניווט צדדי"
},
"skipToContent": {
- "message": "Skip to content"
+ "message": "דלג לתוכן"
},
"managePermissionRequired": {
- "message": "At least one member or group must have can manage permission."
+ "message": "לפחות חבר אחד או קבוצה אחת חייבים להיות בעלי הרשאת יכולת ניהול."
},
"typePasskey": {
- "message": "Passkey"
+ "message": "מפתח גישה"
},
"passkeyNotCopied": {
- "message": "Passkey will not be copied"
+ "message": "מפתח גישה לא יועתק"
},
"passkeyNotCopiedAlert": {
- "message": "The passkey will not be copied to the cloned item. Do you want to continue cloning this item?"
+ "message": "מפתח הגישה לא יועתק לפריט המשוכפל. האם אתה רוצה להמשיך לשכפל פריט זה?"
},
"modifiedCollectionManagement": {
- "message": "Modified collection management setting $ID$.",
+ "message": "שונתה הגדרת ניהול אוספים $ID$.",
"placeholders": {
"id": {
"content": "$1",
@@ -8809,60 +8809,60 @@
}
},
"seeDetailedInstructions": {
- "message": "See detailed instructions on our help site at",
+ "message": "ראה הוראות מפורטות באתר העזרה שלנו ב-",
"description": "This is followed a by a hyperlink to the help website."
},
"installBrowserExtension": {
- "message": "Install browser extension"
+ "message": "התקן הרחבת דפדפן"
},
"installBrowserExtensionDetails": {
- "message": "Use the extension to quickly save logins and auto-fill forms without opening the web app."
+ "message": "השתמש בהרחבה כדי לשמור כניסות ולמלא אוטומטית טפסים במהירות מבלי לפתוח את יישום הרשת."
},
"projectAccessUpdated": {
- "message": "Project access updated"
+ "message": "גישת פרויקט עודכנה"
},
"unexpectedErrorSend": {
- "message": "An unexpected error has occurred while loading this Send. Try again later."
+ "message": "אירעה שגיאה בלתי צפויה בעת טעינת סֵנְד זה. נסה שוב מאוחר יותר."
},
"seatLimitReached": {
- "message": "Seat limit has been reached"
+ "message": "מגבלת מקום הושגה"
},
"contactYourProvider": {
- "message": "Contact your provider to purchase additional seats."
+ "message": "צור קשר עם הספק שלך כדי לרכוש מקומות נוספים."
},
"seatLimitReachedContactYourProvider": {
- "message": "Seat limit has been reached. Contact your provider to purchase additional seats."
+ "message": "מגבלת מקום הושגה. צור קשר עם הספק שלך כדי לרכוש מקומות נוספים."
},
"collectionAccessRestricted": {
- "message": "Collection access is restricted"
+ "message": "הגישה לאוסף מוגבלת"
},
"readOnlyCollectionAccess": {
- "message": "You do not have access to manage this collection."
+ "message": "אין לך גישה לנהל את האוסף הזה."
},
"grantManageCollectionWarningTitle": {
- "message": "Missing Manage Collection Permissions"
+ "message": "חסרות הרשאות ניהול אוסף"
},
"grantManageCollectionWarning": {
- "message": "Grant Manage collection permissions to allow full collection management including deletion of collection."
+ "message": "הענק הרשאות ניהול אוסף כדי לאפשר ניהול אוסף מלא כולל מחיקה של אוסף."
},
"grantCollectionAccess": {
- "message": "Grant groups or members access to this collection."
+ "message": "הענק לקבוצות או חברים גישה לאוסף זה."
},
"grantCollectionAccessMembersOnly": {
- "message": "Grant members access to this collection."
+ "message": "הענק לחברים גישה לאוסף זה."
},
"adminCollectionAccess": {
- "message": "Administrators can access and manage collections."
+ "message": "מנהלים יכולים לגשת ולנהל אוספים."
},
"serviceAccountAccessUpdated": {
- "message": "Service account access updated"
+ "message": "גישת חשבון השירות עודכנה"
},
"commonImportFormats": {
- "message": "Common formats",
+ "message": "פורמטים נפוצים",
"description": "Label indicating the most common import formats"
},
"maintainYourSubscription": {
- "message": "To maintain your subscription for $ORG$, ",
+ "message": "כדי לשמור על המנוי שלך עבור$ORG$, ",
"description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'To maintain your subscription for $ORG$, add a payment method.'",
"placeholders": {
"org": {
@@ -8872,103 +8872,103 @@
}
},
"addAPaymentMethod": {
- "message": "add a payment method",
+ "message": "הוסף אמצעי תשלום",
"description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'To maintain your subscription for $ORG$, add a payment method'"
},
"organizationInformation": {
- "message": "Organization information"
+ "message": "מידע על הארגון"
},
"confirmationDetails": {
- "message": "Confirmation details"
+ "message": "פרטי אישור"
},
"smFreeTrialThankYou": {
- "message": "Thank you for signing up for Bitwarden Secrets Manager!"
+ "message": "תודה לך שנרשמת למנהל הסודות של Bitwarden!"
},
"smFreeTrialConfirmationEmail": {
- "message": "We've sent a confirmation email to your email at "
+ "message": "שלחנו דוא\"ל אימות לדוא\"ל שלך ב־"
},
"sorryToSeeYouGo": {
- "message": "Sorry to see you go! Help improve Bitwarden by sharing why you're canceling.",
+ "message": "מצטערים לראות אותך הולך! עזור לשפר את Bitwarden על ידי שיתוף הסיבה לביטול.",
"description": "A message shown to users as part of an offboarding survey asking them to provide more information on their subscription cancelation."
},
"selectCancellationReason": {
- "message": "Select a reason for canceling",
+ "message": "בחר סיבה לביטול",
"description": "Used as a form field label for a select input on the offboarding survey."
},
"anyOtherFeedback": {
- "message": "Is there any other feedback you'd like to share?",
+ "message": "האם יש משוב אחר כלשהו שתרצה לשתף?",
"description": "Used as a form field label for a textarea input on the offboarding survey."
},
"missingFeatures": {
- "message": "Missing features",
+ "message": "תכונות חסרות",
"description": "An option for the offboarding survey shown when a user cancels their subscription."
},
"movingToAnotherTool": {
- "message": "Moving to another tool",
+ "message": "עובר לכלי אחר",
"description": "An option for the offboarding survey shown when a user cancels their subscription."
},
"tooDifficultToUse": {
- "message": "Too difficult to use",
+ "message": "קשה מדי לשימוש",
"description": "An option for the offboarding survey shown when a user cancels their subscription."
},
"notUsingEnough": {
- "message": "Not using enough",
+ "message": "לא משתמש מספיק",
"description": "An option for the offboarding survey shown when a user cancels their subscription."
},
"tooExpensive": {
- "message": "Too expensive",
+ "message": "יקר מדי",
"description": "An option for the offboarding survey shown when a user cancels their subscription."
},
"freeForOneYear": {
- "message": "Free for 1 year"
+ "message": "חינם לשנה אחת"
},
"newWebApp": {
- "message": "Welcome to the new and improved web app. Learn more about what’s changed."
+ "message": "ברוך הבא ליישום הרשת החדש והמשופר. למד עוד על מה שהשתנה."
},
"releaseBlog": {
- "message": "Read release blog"
+ "message": "קרא בלוג שחרור"
},
"adminConsole": {
- "message": "Admin Console"
+ "message": "מסוף מנהל"
},
"providerPortal": {
- "message": "Provider Portal"
+ "message": "פורטל ספקים"
},
"success": {
- "message": "Success"
+ "message": "הצלחה"
},
"restrictedGroupAccess": {
- "message": "You cannot add yourself to groups."
+ "message": "אתה לא יכול להוסיף את עצמך לקבוצות."
},
"cannotAddYourselfToCollections": {
- "message": "You cannot add yourself to collections."
+ "message": "אתה לא יכול להוסיף את עצמך לאוספים."
},
"assign": {
- "message": "Assign"
+ "message": "הקצה"
},
"assignToCollections": {
- "message": "Assign to collections"
+ "message": "הקצה לאוספים"
},
"assignToTheseCollections": {
- "message": "Assign to these collections"
+ "message": "הקצה לאוספים אלה"
},
"bulkCollectionAssignmentDialogDescriptionSingular": {
- "message": "Only organization members with access to these collections will be able to see the item."
+ "message": "רק חברי ארגון עם גישה לאוספים אלה יוכלו לראות את הפריט."
},
"bulkCollectionAssignmentDialogDescriptionPlural": {
- "message": "Only organization members with access to these collections will be able to see the items."
+ "message": "רק חברי ארגון עם גישה לאוספים אלה יוכלו לראות את הפריטים."
},
"selectCollectionsToAssign": {
- "message": "Select collections to assign"
+ "message": "בחר אוספים להקצות"
},
"noCollectionsAssigned": {
- "message": "No collections have been assigned"
+ "message": "לא הוקצו אוספים"
},
"successfullyAssignedCollections": {
- "message": "Successfully assigned collections"
+ "message": "אוספים הוקצו בהצלחה"
},
"bulkCollectionAssignmentWarning": {
- "message": "You have selected $TOTAL_COUNT$ items. You cannot update $READONLY_COUNT$ of the items because you do not have edit permissions.",
+ "message": "בחרת ב־$TOTAL_COUNT$ פריטים. אינך יכול לעדכן $READONLY_COUNT$ מהפריטים בגלל שאין לך הרשאות עריכה.",
"placeholders": {
"total_count": {
"content": "$1",
@@ -8981,61 +8981,61 @@
}
},
"addField": {
- "message": "Add field"
+ "message": "הוסף שדה"
},
"editField": {
- "message": "Edit field"
+ "message": "ערוך שדה"
},
"items": {
- "message": "Items"
+ "message": " פריטים "
},
"assignedSeats": {
- "message": "Assigned seats"
+ "message": "מקומות שהוקצו"
},
"assigned": {
- "message": "Assigned"
+ "message": "הוקצו"
},
"used": {
- "message": "Used"
+ "message": "בשימוש"
},
"remaining": {
- "message": "Remaining"
+ "message": "נותרו"
},
"unlinkOrganization": {
- "message": "Unlink organization"
+ "message": "בטל קישור לארגון"
},
"manageSeats": {
- "message": "MANAGE SEATS"
+ "message": "נהל מקומות"
},
"manageSeatsDescription": {
- "message": "Adjustments to seats will be reflected in the next billing cycle."
+ "message": "התאמות למקומות ישתקפו במחזור החיוב הבא."
},
"unassignedSeatsDescription": {
- "message": "Unassigned seats"
+ "message": "מקומות לא מוקצים"
},
"purchaseSeatDescription": {
- "message": "Additional seats purchased"
+ "message": "מקומות נוספים נרכשו"
},
"assignedSeatCannotUpdate": {
- "message": "Assigned Seats can not be updated. Please contact your organization owner for assistance."
+ "message": "לא ניתן לעדכן מקומות מוקצים. נא ליצור קשר עם בעלי הארגון שלך עבור סיוע."
},
"subscriptionUpdateFailed": {
- "message": "Subscription update failed"
+ "message": "עדכון מנוי נכשל"
},
"trial": {
- "message": "Trial",
+ "message": "ניסיון",
"description": "A subscription status label."
},
"pastDue": {
- "message": "Past due",
+ "message": "עבר את המועד",
"description": "A subscription status label"
},
"subscriptionExpired": {
- "message": "Subscription expired",
+ "message": "פג תוקף המנוי",
"description": "The date header used when a subscription is past due."
},
"pastDueWarningForChargeAutomatically": {
- "message": "You have a grace period of $DAYS$ days from your subscription expiration date to maintain your subscription. Please resolve the past due invoices by $SUSPENSION_DATE$.",
+ "message": "יש לך תקופת חסד של $DAYS$ ימים מתאריך תפוגת המנוי שלך כדי לשמור על המנוי שלך. נא ליישב את החשבוניות שמועד פירעונן עבר עד $SUSPENSION_DATE$.",
"placeholders": {
"days": {
"content": "$1",
@@ -9049,7 +9049,7 @@
"description": "A warning shown to the user when their subscription is past due and they are charged automatically."
},
"pastDueWarningForSendInvoice": {
- "message": "You have a grace period of $DAYS$ days from the date your first unpaid invoice is due to maintain your subscription. Please resolve the past due invoices by $SUSPENSION_DATE$.",
+ "message": "יש לך תקופת חסד של $DAYS$ ימים מתאריך הפירעון של החשבונית הראשונה שלך שלא שולמה כדי לשמור על המנוי שלך. נא ליישב את החשבוניות שמועד פירעונן עבר עד $SUSPENSION_DATE$.",
"placeholders": {
"days": {
"content": "$1",
@@ -9063,54 +9063,54 @@
"description": "A warning shown to the user when their subscription is past due and they pay via invoice."
},
"unpaidInvoice": {
- "message": "Unpaid invoice",
+ "message": "חשבונית שלא שולמה",
"description": "The header of a warning box shown to a user whose subscription is unpaid."
},
"toReactivateYourSubscription": {
- "message": "To reactivate your subscription, please resolve the past due invoices.",
+ "message": "כדי להפעיל מחדש את המנוי שלך, נא ליישב את החשבוניות שמועד פירעונן עבר.",
"description": "The body of a warning box shown to a user whose subscription is unpaid."
},
"cancellationDate": {
- "message": "Cancellation date",
+ "message": "תאריך ביטול",
"description": "The date header used when a subscription is cancelled."
},
"machineAccountsCannotCreate": {
- "message": "Machine accounts cannot be created in suspended organizations. Please contact your organization owner for assistance."
+ "message": "לא ניתן ליצור חשבונות מכונה בארגונים מושעים. נא ליצור קשר עם בעלי הארגון שלך עבור סיוע."
},
"machineAccount": {
- "message": "Machine account",
+ "message": "חשבון מכונה",
"description": "A machine user which can be used to automate processes and access secrets in the system."
},
"machineAccounts": {
- "message": "Machine accounts",
+ "message": "חשבונות מכונה",
"description": "The title for the section that deals with machine accounts."
},
"newMachineAccount": {
- "message": "New machine account",
+ "message": "חשבון מכונה חדש",
"description": "Title for creating a new machine account."
},
"machineAccountsNoItemsMessage": {
- "message": "Create a new machine account to get started automating secret access.",
+ "message": "צור חשבון מכונה חדש כדי להתחיל לאטמט גישת סודות.",
"description": "Message to encourage the user to start creating machine accounts."
},
"machineAccountsNoItemsTitle": {
- "message": "Nothing to show yet",
+ "message": "אין מה להראות עדיין",
"description": "Title to indicate that there are no machine accounts to display."
},
"deleteMachineAccounts": {
- "message": "Delete machine accounts",
+ "message": "מחק חשבונות מכונה",
"description": "Title for the action to delete one or multiple machine accounts."
},
"deleteMachineAccount": {
- "message": "Delete machine account",
+ "message": "מחק חשבון מכונה",
"description": "Title for the action to delete a single machine account."
},
"viewMachineAccount": {
- "message": "View machine account",
+ "message": "הצג חשבון מכונה",
"description": "Action to view the details of a machine account."
},
"deleteMachineAccountDialogMessage": {
- "message": "Deleting machine account $MACHINE_ACCOUNT$ is permanent and irreversible.",
+ "message": "מחיקת חשבון מכונה $MACHINE_ACCOUNT$ היא לצמיתות ובלתי הפיכה.",
"placeholders": {
"machine_account": {
"content": "$1",
@@ -9119,10 +9119,10 @@
}
},
"deleteMachineAccountsDialogMessage": {
- "message": "Deleting machine accounts is permanent and irreversible."
+ "message": "מחיקת חשבונות מכונה היא לצמיתות ובלתי הפיכה."
},
"deleteMachineAccountsConfirmMessage": {
- "message": "Delete $COUNT$ machine accounts",
+ "message": "מחק $COUNT$ חשבונות מכונה",
"placeholders": {
"count": {
"content": "$1",
@@ -9131,60 +9131,60 @@
}
},
"deleteMachineAccountToast": {
- "message": "Machine account deleted"
+ "message": "חשבון מכונה נמחק"
},
"deleteMachineAccountsToast": {
- "message": "Machine accounts deleted"
+ "message": "חשבונות מכונה נמחקו"
},
"searchMachineAccounts": {
- "message": "Search machine accounts",
+ "message": "חפש חשבונות מכונה",
"description": "Placeholder text for searching machine accounts."
},
"editMachineAccount": {
- "message": "Edit machine account",
+ "message": "ערוך חשבון מכונה",
"description": "Title for editing a machine account."
},
"machineAccountName": {
- "message": "Machine account name",
+ "message": "שם חשבון מכונה",
"description": "Label for the name of a machine account"
},
"machineAccountCreated": {
- "message": "Machine account created",
+ "message": "חשבון מכונה נוצר",
"description": "Notifies that a new machine account has been created"
},
"machineAccountUpdated": {
- "message": "Machine account updated",
+ "message": "חשבון מכונה עודכן",
"description": "Notifies that a machine account has been updated"
},
"projectMachineAccountsDescription": {
- "message": "Grant machine accounts access to this project."
+ "message": "הענק לחשבונות מכונה גישה לפרויקט הזה."
},
"projectMachineAccountsSelectHint": {
- "message": "Type or select machine accounts"
+ "message": "הקלד או בחר חשבונות מכונה"
},
"projectEmptyMachineAccountAccessPolicies": {
- "message": "Add machine accounts to grant access"
+ "message": "הוסף חשבונות מכונה כדי להעניק גישה"
},
"machineAccountPeopleDescription": {
- "message": "Grant groups or people access to this machine account."
+ "message": "הענק לקבוצות או אנשים גישה לחשבון מכונה זה."
},
"machineAccountProjectsDescription": {
- "message": "Assign projects to this machine account. "
+ "message": "הקצה פרויקטים לחשבון המכונה הזה: "
},
"createMachineAccount": {
- "message": "Create a machine account"
+ "message": "צור חשבון מכונה"
},
"maPeopleWarningMessage": {
- "message": "Removing people from a machine account does not remove the access tokens they created. For security best practice, it is recommended to revoke access tokens created by people removed from a machine account."
+ "message": "הסרת אנשים מחשבון מכונה אינה מסירה את אסימוני הגישה שהם יצרו. עבור גישת האבטחה הטובה ביותר, מומלץ לבטל אסימוני גישה שנוצרו על ידי אנשים שהוסרו מחשבון מכונה."
},
"smAccessRemovalWarningMaTitle": {
- "message": "Remove access to this machine account"
+ "message": "הסר גישה לחשבון מכונה זה"
},
"smAccessRemovalWarningMaMessage": {
- "message": "This action will remove your access to the machine account."
+ "message": "פעולה זו תסיר את הגישה שלך לחשבון המכונה."
},
"machineAccountsIncluded": {
- "message": "$COUNT$ machine accounts included",
+ "message": "$COUNT$ חשבונות מכונה כלולים",
"placeholders": {
"count": {
"content": "$1",
@@ -9193,7 +9193,7 @@
}
},
"additionalMachineAccountCost": {
- "message": "$COST$ per month for additional machine accounts",
+ "message": "$COST$ לחודש עבור חשבונות מכונה נוספים",
"placeholders": {
"cost": {
"content": "$1",
@@ -9202,10 +9202,10 @@
}
},
"additionalMachineAccounts": {
- "message": "Additional machine accounts"
+ "message": "חשבונות מכונה נוספים"
},
"includedMachineAccounts": {
- "message": "Your plan comes with $COUNT$ machine accounts.",
+ "message": "התוכנית שלך מגיעה עם $COUNT$ חשבונות מכונה.",
"placeholders": {
"count": {
"content": "$1",
@@ -9214,7 +9214,7 @@
}
},
"addAdditionalMachineAccounts": {
- "message": "You can add additional machine accounts for $COST$ per month.",
+ "message": "אתה יכול להוסיף חשבונות מכונה נוספים עבור $COST$ לחודש.",
"placeholders": {
"cost": {
"content": "$1",
@@ -9223,31 +9223,31 @@
}
},
"limitMachineAccounts": {
- "message": "Limit machine accounts (optional)"
+ "message": "הגבל חשבונות מכונה (אופציונלי)"
},
"limitMachineAccountsDesc": {
- "message": "Set a limit for your machine accounts. Once this limit is reached, you will not be able to create new machine accounts."
+ "message": "הגדר מגבלה עבור חשבונות המכונה שלך. ברגע שתגיע למגבלה זו, לא תוכל ליצור חשבונות מכונה חדשים."
},
"machineAccountLimit": {
- "message": "Machine account limit (optional)"
+ "message": "מגבלת חשבונות מכונה (אופציונלי)"
},
"maxMachineAccountCost": {
- "message": "Max potential machine account cost"
+ "message": "עלות מרבית פוטנציאלית של חשבון מכונה"
},
"machineAccountAccessUpdated": {
- "message": "Machine account access updated"
+ "message": "גישת חשבון המכונה עודכנה"
},
"restrictedGroupAccessDesc": {
- "message": "You cannot add yourself to a group."
+ "message": "אתה לא יכול להוסיף את עצמך לקבוצה."
},
"deleteProvider": {
- "message": "Delete provider"
+ "message": "מחק ספק"
},
"deleteProviderConfirmation": {
- "message": "Deleting a provider is permanent and irreversible. Enter your master password to confirm the deletion of the provider and all associated data."
+ "message": "מחיקת ספק היא לצמיתות ובלתי הפיכה. הזן את הסיסמה הראשית שלך כדי לאשר את המחיקה של הספק וכל הנתונים המשויכים."
},
"deleteProviderName": {
- "message": "Cannot delete $ID$",
+ "message": "לא ניתן למחוק את $ID$",
"placeholders": {
"id": {
"content": "$1",
@@ -9256,7 +9256,7 @@
}
},
"deleteProviderWarningDescription": {
- "message": "You must unlink all clients before you can delete $ID$.",
+ "message": "אתה מוכרח לבטל קישור של כל הלקוחות לפני שתוכל למחוק את $ID$.",
"placeholders": {
"id": {
"content": "$1",
@@ -9265,87 +9265,96 @@
}
},
"providerDeleted": {
- "message": "Provider deleted"
+ "message": "הספק נמחק"
},
"providerDeletedDesc": {
- "message": "The Provider and all associated data has been deleted."
+ "message": "הספק וכל המידע המשויך נמחק."
},
"deleteProviderRecoverConfirmDesc": {
- "message": "You have requested to delete this Provider. Use the button below to confirm."
+ "message": "ביקשת למחוק את הספק הזה. השתמש בלחצן למטה כדי לאשר."
},
"deleteProviderWarning": {
- "message": "Deleting your provider is permanent. It cannot be undone."
+ "message": "מחיקת הספק שלך היא לצמיתות. לא ניתן לבטלה."
},
"errorAssigningTargetCollection": {
- "message": "Error assigning target collection."
+ "message": "שגיאה בהקצאת אוסף יעד."
},
"errorAssigningTargetFolder": {
- "message": "Error assigning target folder."
+ "message": "שגיאה בהקצאת תיקיית יעד."
},
"integrationsAndSdks": {
- "message": "Integrations & SDKs",
+ "message": "שילובים & ערכות SDK",
"description": "The title for the section that deals with integrations and SDKs."
},
"integrations": {
- "message": "Integrations"
+ "message": "שילובים"
},
"integrationsDesc": {
- "message": "Automatically sync secrets from Bitwarden Secrets Manager to a third-party service."
+ "message": "סנכרן באופן אוטומטי סודות ממנהל סודות של Bitwarden לשירות צד שלישי."
},
"sdks": {
- "message": "SDKs"
+ "message": "ערכות SDK"
},
"sdksDesc": {
- "message": "Use Bitwarden Secrets Manager SDK in the following programming languages to build your own applications."
+ "message": "השתמש ב־SDK של מנהל הסודות של Bitwarden בשפות התכנות הבאות כדי לבנות את היישומים שלך."
},
"ssoDescStart": {
- "message": "Configure",
+ "message": "קבע תצורת",
"description": "This represents the beginning of a sentence, broken up to include links. The full sentence will be 'Configure single sign-on for Bitwarden using the implementation guide for your Identity Provider."
},
"ssoDescEnd": {
- "message": "for Bitwarden using the implementation guide for your Identity Provider.",
+ "message": "עבור Bitwarden באמצעות מדריך היישום עבור ספק הזהות שלך.",
"description": "This represents the end of a sentence, broken up to include links. The full sentence will be 'Configure single sign-on for Bitwarden using the implementation guide for your Identity Provider."
},
"userProvisioning": {
- "message": "User provisioning"
+ "message": "הקצאת משתמשים"
},
"scimIntegration": {
"message": "SCIM"
},
"scimIntegrationDescStart": {
- "message": "Configure ",
+ "message": "קבע תצורת ",
"description": "This represents the beginning of a sentence, broken up to include links. The full sentence will be 'Configure SCIM (System for Cross-domain Identity Management) to automatically provision users and groups to Bitwarden using the implementation guide for your Identity Provider"
},
"scimIntegrationDescEnd": {
- "message": "(System for Cross-domain Identity Management) to automatically provision users and groups to Bitwarden using the implementation guide for your Identity Provider.",
+ "message": "(מערכת לניהול זהות חוצה תחומים) כדי להקצות באופן אוטומטי משתמשים וקבוצות אל Bitwarden באמצעות מדריך היישום עבור ספק הזהות שלך.",
"description": "This represents the end of a sentence, broken up to include links. The full sentence will be 'Configure SCIM (System for Cross-domain Identity Management) to automatically provision users and groups to Bitwarden using the implementation guide for your Identity Provider"
},
"bwdc": {
- "message": "Bitwarden Directory Connector"
+ "message": "מחבר הספריות של Bitwarden"
},
"bwdcDesc": {
- "message": "Configure Bitwarden Directory Connector to automatically provision users and groups using the implementation guide for your Identity Provider."
+ "message": "קבע תצורת מחבר הספריות של Bitwarden כדי להקצות באופן אוטומטי משתמשים וקבוצות אל Bitwarden באמצעות מדריך היישום עבור ספק הזהות שלך."
},
"eventManagement": {
- "message": "Event management"
+ "message": "ניהול אירועים"
},
"eventManagementDesc": {
- "message": "Integrate Bitwarden event logs with your SIEM (system information and event management) system by using the implementation guide for your platform."
+ "message": "שלב את יומני האירועים של Bitwarden עם מערכת ה־SIEM (מידע מערכת וניהול אירועים) שלך על ידי שימוש במדריך היישום עבור הפלטפורמה שלך."
},
"deviceManagement": {
- "message": "Device management"
+ "message": "ניהול מכשירים"
},
"deviceManagementDesc": {
- "message": "Configure device management for Bitwarden using the implementation guide for your platform."
+ "message": "קבע תצורת ניהול מכשירים עבור Bitwarden באמצעות מדריך היישום עבור הפלטפורמה שלך."
+ },
+ "deviceIdMissing": {
+ "message": "מזהה המכשיר חסר"
+ },
+ "deviceTypeMissing": {
+ "message": "סוג המכשיר חסר"
+ },
+ "deviceCreationDateMissing": {
+ "message": "תאריך יצירת המכשיר חסר"
},
"desktopRequired": {
- "message": "Desktop required"
+ "message": "נדרש שולחן עבודה"
},
"reopenLinkOnDesktop": {
- "message": "Reopen this link from your email on a desktop."
+ "message": "פתח מחדש קישור זה מהדוא\"ל שלך בשולחן עבודה."
},
"integrationCardTooltip": {
- "message": "Launch $INTEGRATION$ implementation guide.",
+ "message": "פתח מדריך יישום $INTEGRATION$.",
"placeholders": {
"integration": {
"content": "$1",
@@ -9354,7 +9363,7 @@
}
},
"smIntegrationTooltip": {
- "message": "Set up $INTEGRATION$.",
+ "message": "הגדר את $INTEGRATION$.",
"placeholders": {
"integration": {
"content": "$1",
@@ -9363,7 +9372,7 @@
}
},
"smSdkTooltip": {
- "message": "View $SDK$ repository",
+ "message": "הצג מאגר $SDK$",
"placeholders": {
"sdk": {
"content": "$1",
@@ -9372,7 +9381,7 @@
}
},
"integrationCardAriaLabel": {
- "message": "open $INTEGRATION$ implementation guide in a new tab.",
+ "message": "פתח מדריך מימוש $INTEGRATION$ בכרטיסיה חדשה.",
"placeholders": {
"integration": {
"content": "$1",
@@ -9381,7 +9390,7 @@
}
},
"smSdkAriaLabel": {
- "message": "view $SDK$ repository in a new tab.",
+ "message": "הצג מאגר $SDK$ בכרטיסיה חדשה.",
"placeholders": {
"sdk": {
"content": "$1",
@@ -9390,7 +9399,7 @@
}
},
"smIntegrationCardAriaLabel": {
- "message": "set up $INTEGRATION$ implementation guide in a new tab.",
+ "message": "הגדר מדריך יישום $INTEGRATION$ בכרטיסיה חדשה.",
"placeholders": {
"integration": {
"content": "$1",
@@ -9399,67 +9408,67 @@
}
},
"createNewClientToManageAsProvider": {
- "message": "Create a new client organization to manage as a Provider. Additional seats will be reflected in the next billing cycle."
+ "message": "צור ארגון לקוחות חדש כדי לנהל כספק. מקומות נוספים ישתקפו במחזור החיוב הבא."
},
"selectAPlan": {
- "message": "Select a plan"
+ "message": "בחר תוכנית"
},
"thirtyFivePercentDiscount": {
- "message": "35% Discount"
+ "message": "35% הנחה"
},
"monthPerMember": {
- "message": "month per member"
+ "message": "חודש לכל חבר"
},
"monthPerMemberBilledAnnually": {
- "message": "month per member billed annually"
+ "message": "חודש לכל חבר מחויב מדי שנה"
},
"seats": {
- "message": "Seats"
+ "message": "מקומות"
},
"addOrganization": {
- "message": "Add organization"
+ "message": "הוסף ארגון"
},
"createdNewClient": {
- "message": "Successfully created new client"
+ "message": "יצר בהצלחה לקוח חדש"
},
"noAccess": {
- "message": "No access"
+ "message": "אין גישה"
},
"collectionAdminConsoleManaged": {
- "message": "This collection is only accessible from the admin console"
+ "message": "אוסף זה זמין רק ממסוף המנהל"
},
"organizationOptionsMenu": {
- "message": "Toggle Organization Menu"
+ "message": "שנה מצב תפריט ארגון"
},
"vaultItemSelect": {
- "message": "Select vault item"
+ "message": "בחר פריט כספת"
},
"collectionItemSelect": {
- "message": "Select collection item"
+ "message": "בחר פריט אוסף"
},
"manageBillingFromProviderPortalMessage": {
- "message": "Manage billing from the Provider Portal"
+ "message": "נהל חיובים מפורטל הספקים"
},
"continueSettingUpFreeTrial": {
- "message": "Continue setting up your free trial of Bitwarden"
+ "message": "המשך בהגדרת הניסיון החינמי של Bitwarden שלך"
},
"continueSettingUpFreeTrialPasswordManager": {
- "message": "Continue setting up your free trial of Bitwarden Password Manager"
+ "message": "המשך בהגדרת הניסיון החינמי של מנהל הסיסמאות Bitwarden שלך"
},
"continueSettingUpFreeTrialSecretsManager": {
- "message": "Continue setting up your free trial of Bitwarden Secrets Manager"
+ "message": "המשך בהגדרת הניסיון החינמי של מנהל הסודות Bitwarden שלך"
},
"enterTeamsOrgInfo": {
- "message": "Enter your Teams organization information"
+ "message": "הזן את פרטי ארגון הצוותים שלך"
},
"enterFamiliesOrgInfo": {
- "message": "Enter your Families organization information"
+ "message": "הזן את פרטי ארגון המשפחות שלך"
},
"enterEnterpriseOrgInfo": {
- "message": "Enter your Enterprise organization information"
+ "message": "הזן את פרטי הארגון הארגוני שלך"
},
"viewItemsIn": {
- "message": "View items in $NAME$",
+ "message": "הצג פריטים ב־$NAME$",
"description": "Button to view the contents of a folder or collection",
"placeholders": {
"name": {
@@ -9469,7 +9478,7 @@
}
},
"backTo": {
- "message": "Back to $NAME$",
+ "message": "חזרה אל $NAME$",
"description": "Navigate back to a previous folder or collection",
"placeholders": {
"name": {
@@ -9479,11 +9488,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": {
@@ -9493,34 +9502,34 @@
}
},
"viewInfo": {
- "message": "View info"
+ "message": "הצג מידע"
},
"viewAccess": {
- "message": "View access"
+ "message": "הצג גישה"
},
"noCollectionsSelected": {
- "message": "You have not selected any collections."
+ "message": "לא בחרת אוספים כלשהם."
},
"updateName": {
- "message": "Update name"
+ "message": "עדכן שם"
},
"updatedOrganizationName": {
- "message": "Updated organization name"
+ "message": "שם ארגון מעודכן"
},
"providerPlan": {
- "message": "Managed Service Provider"
+ "message": "ספק שירות מנוהל"
},
"managedServiceProvider": {
- "message": "Managed service provider"
+ "message": "ספק שירות מנוהל"
},
"multiOrganizationEnterprise": {
- "message": "Multi-organization enterprise"
+ "message": "ארגון רב-ארגוני"
},
"orgSeats": {
- "message": "Organization Seats"
+ "message": "מקומות ארגון"
},
"providerDiscount": {
- "message": "$AMOUNT$% Discount",
+ "message": "$AMOUNT$% הנחה",
"placeholders": {
"amount": {
"content": "$1",
@@ -9529,28 +9538,28 @@
}
},
"lowKDFIterationsBanner": {
- "message": "Low KDF iterations. Increase your iterations to improve the security of your account."
+ "message": "חזרות KDF נמוכות. הגדל את מספר החזרות שלך כדי לשפר את האבטחה של חשבונך."
},
"changeKDFSettings": {
- "message": "Change KDF settings"
+ "message": "שנה הגדרות KDF"
},
"secureYourInfrastructure": {
- "message": "Secure your infrastructure"
+ "message": "אבטח את התשתית שלך"
},
"protectYourFamilyOrBusiness": {
- "message": "Protect your family or business"
+ "message": "הגן על המשפחה או העסק שלך"
},
"upgradeOrganizationCloseSecurityGaps": {
- "message": "Close security gaps with monitoring reports"
+ "message": "צמצם פערי אבטחה עם דוחות ניטור"
},
"upgradeOrganizationCloseSecurityGapsDesc": {
- "message": "Stay ahead of security vulnerabilities by upgrading to a paid plan for enhanced monitoring."
+ "message": "היה תמיד לפני פרצות אבטחה על ידי שדרוג לתוכנית בתשלום עבור ניטור משופר."
},
"approveAllRequests": {
- "message": "Approve all requests"
+ "message": "אשר את כל הבקשות"
},
"allLoginRequestsApproved": {
- "message": "All login requests approved"
+ "message": "כל בקשות הכניסה אושרו"
},
"payPal": {
"message": "PayPal"
@@ -9559,92 +9568,92 @@
"message": "Bitcoin"
},
"updatedTaxInformation": {
- "message": "Updated tax information"
+ "message": "פרטי מס מעודכנים"
},
"billingInvalidTaxIdError": {
- "message": "Invalid tax ID, if you believe this is an error please contact support."
+ "message": "מזהה מס לא תקין, אם אתה מאמין שזאת שגיאה, אנא פנה לתמיכה."
},
"billingTaxIdTypeInferenceError": {
- "message": "We were unable to validate your tax ID, if you believe this is an error please contact support."
+ "message": "לא הצלחנו לאמת את מזהה המס שלך, אם אתה מאמין שזאת שגיאה, אנא פנה לתמיכה."
},
"billingPreviewInvalidTaxIdError": {
- "message": "Invalid tax ID, if you believe this is an error please contact support."
+ "message": "מזהה מס לא תקין, אם אתה מאמין שזאת שגיאה, אנא פנה לתמיכה."
},
"billingPreviewInvoiceError": {
- "message": "An error occurred while previewing the invoice. Please try again later."
+ "message": "אירעה שגיאה בזמן הצגת התצוגה המקדימה של החשבונית. נא לנסות שוב מאוחר יותר."
},
"unverified": {
- "message": "Unverified"
+ "message": "לא מאומת"
},
"verified": {
- "message": "Verified"
+ "message": "מאומת"
},
"viewSecret": {
- "message": "View secret"
+ "message": "הצג סוד"
},
"noClients": {
- "message": "There are no clients to list"
+ "message": "אין לקוחות להצגה ברשימה"
},
"providerBillingEmailHint": {
- "message": "This email address will receive all invoices pertaining to this provider",
+ "message": "כתובת דוא\"ל זו תקבל את כל החשבוניות הנוגעות לספק זה",
"description": "A hint that shows up on the Provider setup page to inform the admin the billing email will receive the provider's invoices."
},
"upgradeOrganizationEnterprise": {
- "message": "Identify security risks by auditing member access"
+ "message": "זהה סיכוני אבטחה על ידי ביקורת של גישת חברים"
},
"onlyAvailableForEnterpriseOrganization": {
- "message": "Quickly view member access across the organization by upgrading to an Enterprise plan."
+ "message": "הצג במהירות גישת חברים ברחבי הארגון על ידי שדרוג לתוכנית ארגונית."
},
"date": {
- "message": "Date"
+ "message": "תאריך"
},
"exportClientReport": {
- "message": "Export client report"
+ "message": "ייצא דוח לקוח"
},
"memberAccessReport": {
- "message": "Member access"
+ "message": "גישת חברים"
},
"memberAccessReportDesc": {
- "message": "Ensure members have access to the right credentials and their accounts are secure. Use this report to obtain a CSV of member access and account configurations."
+ "message": "וודא שלחברים יש גישה לתעודות הנכונות ושהחשבונות שלהם מאובטחים. השתמש בדוח הזה כדי לקבל CSV של גישת חברים ותצורות חשבון."
},
"memberAccessReportPageDesc": {
- "message": "Audit organization member access across groups, collections, and collection items. The CSV export provides a detailed breakdown per member, including information on collection permissions and account configurations."
+ "message": "ערוך ביקורת של גישת חברי ארגון ברחבי קבוצות, אוספים, ופריטי אוספים. ייצוא ה־CSV מספק פירוט מפורט לכל חבר, כולל מידע על הרשאות של אוספים ותצורות חשבון."
},
"memberAccessReportNoCollection": {
- "message": "(No Collection)"
+ "message": "(אין אוסף)"
},
"memberAccessReportNoCollectionPermission": {
- "message": "(No Collection Permission)"
+ "message": "(אין הרשאת אוסף)"
},
"memberAccessReportNoGroup": {
- "message": "(No Group)"
+ "message": "(אין קבוצה)"
},
"memberAccessReportTwoFactorEnabledTrue": {
- "message": "On"
+ "message": "מופעל"
},
"memberAccessReportTwoFactorEnabledFalse": {
- "message": "Off"
+ "message": "כבוי"
},
"memberAccessReportAuthenticationEnabledTrue": {
- "message": "On"
+ "message": "מופעל"
},
"memberAccessReportAuthenticationEnabledFalse": {
- "message": "Off"
+ "message": "כבוי"
},
"higherKDFIterations": {
- "message": "Higher KDF iterations can help protect your master password from being brute forced by an attacker."
+ "message": "ערכי חזרות KDF גבוהים יותר יכולים לעזור להגן על הסיסמה הראשית מפני תקיפה כוחנית על ידי תוקף."
},
"incrementsOf100,000": {
- "message": "increments of 100,000"
+ "message": "במרווחים של 100,000"
},
"smallIncrements": {
- "message": "small increments"
+ "message": "במרווחים קטנים"
},
"kdfIterationRecommends": {
- "message": "We recommend 600,000 or more"
+ "message": "אנו ממליצים על 600,000 או יותר"
},
"kdfToHighWarningIncreaseInIncrements": {
- "message": "For older devices, setting your KDF too high may lead to performance issues. Increase the value in $VALUE$ and test your devices.",
+ "message": "עבור מכשירים ישנים יותר, הגדרת ה־KDF שלך לערך גבוה מדי עשויה להוביל לבעיות ביצועים. הגדל את הערך ב־$VALUE$ ובדוק את המכשירים שלך.",
"placeholders": {
"value": {
"content": "$1",
@@ -9653,31 +9662,31 @@
}
},
"providerReinstate": {
- "message": " Contact Customer Support to reinstate your subscription."
+ "message": " צור קשר עם שירות הלקוחות כדי להחזיר את המנוי שלך."
},
"secretPeopleDescription": {
- "message": "Grant groups or people access to this secret. Permissions set for people will override permissions set by groups."
+ "message": "הענק לקבוצות או אנשים גישה לסוד הזה. הרשאות שהוגדרו עבור אנשים ידרסו הרשאות שהוגדרו על ידי קבוצות."
},
"secretPeopleEmptyMessage": {
- "message": "Add people or groups to share access to this secret"
+ "message": "הוסף אנשים או קבוצות כדי לשתף גישה לסוד הזה"
},
"secretMachineAccountsDescription": {
- "message": "Grant machine accounts access to this secret."
+ "message": "הענק לחשבונות מכונה גישה לסוד הזה."
},
"secretMachineAccountsEmptyMessage": {
- "message": "Add machine accounts to grant access to this secret"
+ "message": "הוסף חשבונות מכונה כדי להעניק גישה לסוד הזה"
},
"smAccessRemovalWarningSecretTitle": {
- "message": "Remove access to this secret"
+ "message": "הסר גישה לסוד הזה"
},
"smAccessRemovalSecretMessage": {
- "message": "This action will remove your access to this secret."
+ "message": "פעולה זו תסיר את הגישה שלך לסוד הזה."
},
"invoice": {
- "message": "Invoice"
+ "message": "חשבונית"
},
"unassignedSeatsAvailable": {
- "message": "You have $SEATS$ unassigned seats available.",
+ "message": "יש לך $SEATS$ מקומות לא מוקצים זמינים.",
"placeholders": {
"seats": {
"content": "$1",
@@ -9687,61 +9696,61 @@
"description": "A message showing how many unassigned seats are available for a provider."
},
"contactYourProviderForAdditionalSeats": {
- "message": "Contact your provider admin to purchase additional seats."
+ "message": "צור קשר עם מנהל הספק שלך כדי לרכוש מקומות נוספים."
},
"open": {
- "message": "Open",
+ "message": "פתח",
"description": "The status of an invoice."
},
"uncollectible": {
- "message": "Uncollectible",
+ "message": "אינה ניתנת לאיסוף",
"description": "The status of an invoice."
},
"clientDetails": {
- "message": "Client details"
+ "message": "פרטי לקוח"
},
"downloadCSV": {
- "message": "Download CSV"
+ "message": "הורד CSV"
},
"monthlySubscriptionUserSeatsMessage": {
- "message": "Adjustments to your subscription will result in prorated charges to your billing totals on your next billing period. "
+ "message": "התאמות למנוי שלך יגרמו לשינויים יחסיים לסך כל החיובים שלך במחזור החיוב הבא שלך. "
},
"annualSubscriptionUserSeatsMessage": {
- "message": "Adjustments to your subscription will result in prorated charges on a monthly billing cycle. "
+ "message": "התאמות למנוי שלך יגרמו לשינויים יחסיים במחזור חיוב חודשי. "
},
"billingHistoryDescription": {
- "message": "Download a CSV to obtain client details for each billing date. Prorated charges are not included in the CSV and may vary from the linked invoice. For the most accurate billing details, refer to your monthly invoices.",
+ "message": "הורד CSV כדי לקבל פרטי לקוח עבור כל תאריך חיוב. חיובים יחסיים אינם כלולים ב־CSV ועשויים להיות שונים מהחשבונית המקושרת. עבור פרטי החיוב המדויקים ביותר, עיין בחשבוניות החודשיות שלך.",
"description": "A paragraph on the Billing History page of the Provider Portal letting users know they can download a CSV report for their invoices that does not include prorations."
},
"noInvoicesToList": {
- "message": "There are no invoices to list",
+ "message": "אין חשבוניות להצגה ברשימה",
"description": "A paragraph on the Billing History page of the Provider Portal letting users know they can download a CSV report for their invoices that does not include prorations."
},
"providerClientVaultPrivacyNotification": {
- "message": "Notice: Later this month, client vault privacy will be improved and provider members will no longer have direct access to client vault items. For questions,",
+ "message": "הודעה: מאוחר יותר החודש, הפרטיות של כספת לקוח תשופר וחברי ספק לא יוכלו לגשת ישירות לפריטי כספת לקוח. לשאלות,",
"description": "This will be displayed as part of a larger sentence. The whole sentence reads: 'Notice: Later this month, client vault privacy will be improved and provider members will no longer have direct access to client vault items. For questions, please contact Bitwarden support'."
},
"contactBitwardenSupport": {
- "message": "contact Bitwarden support.",
+ "message": "פנה לתמיכת Bitwarden.",
"description": "This will be displayed as part of a larger sentence. The whole sentence reads: 'Notice: Later this month, client vault privacy will be improved and provider members will no longer have direct access to client vault items. For questions, please contact Bitwarden support'. 'Bitwarden' should not be translated"
},
"sponsored": {
- "message": "Sponsored"
+ "message": "ממומן"
},
"licenseAndBillingManagementDesc": {
- "message": "After making updates in the Bitwarden cloud server, upload your license file to apply the most recent changes."
+ "message": "לאחר ביצוע עדכונים בשרת הענן של Bitwarden, העלה את קובץ הרישיון שלך כדי להחיל את השינויים הכי אחרונים."
},
"addToFolder": {
- "message": "Add to folder"
+ "message": "הוסף לתיקייה"
},
"selectFolder": {
- "message": "Select folder"
+ "message": "בחר תיקייה"
},
"personalItemTransferWarningSingular": {
- "message": "1 item will be permanently transferred to the selected organization. You will no longer own this item."
+ "message": "פריט 1 יועבר לצמיתות לארגון הנבחר. לא תהיה יותר הבעלים של הפריט הזה."
},
"personalItemsTransferWarningPlural": {
- "message": "$PERSONAL_ITEMS_COUNT$ items will be permanently transferred to the selected organization. You will no longer own these items.",
+ "message": "$PERSONAL_ITEMS_COUNT$ פריטים יועברו לצמיתות לארגון הנבחר. לא תהיה יותר הבעלים של הפריטים האלה.",
"placeholders": {
"personal_items_count": {
"content": "$1",
@@ -9750,7 +9759,7 @@
}
},
"personalItemWithOrgTransferWarningSingular": {
- "message": "1 item will be permanently transferred to $ORG$. You will no longer own this item.",
+ "message": "פריט 1 יועבר לצמיתות אל $ORG$. לא תהיה יותר הבעלים של הפריט הזה.",
"placeholders": {
"org": {
"content": "$1",
@@ -9759,7 +9768,7 @@
}
},
"personalItemsWithOrgTransferWarningPlural": {
- "message": "$PERSONAL_ITEMS_COUNT$ items will be permanently transferred to $ORG$. You will no longer own these items.",
+ "message": "$PERSONAL_ITEMS_COUNT$ פריטים יועברו לצמיתות אל $ORG$. לא תהיה יותר הבעלים של הפריטים האלה.",
"placeholders": {
"personal_items_count": {
"content": "$1",
@@ -9772,85 +9781,85 @@
}
},
"data": {
- "message": "Data"
+ "message": "נתונים"
},
"purchasedSeatsRemoved": {
- "message": "purchased seats removed"
+ "message": "מקומות שנרכשו הוסרו"
},
"environmentVariables": {
- "message": "Environment variables"
+ "message": "משתני סביבה"
},
"organizationId": {
- "message": "Organization ID"
+ "message": "מזהה ארגון"
},
"projectIds": {
- "message": "Project IDs"
+ "message": "מזהי פרויקט"
},
"projectId": {
- "message": "Project ID"
+ "message": "מזהה פרויקט"
},
"projectsAccessedByMachineAccount": {
- "message": "The following projects can be accessed by this machine account."
+ "message": "ניתן לגשת לפרויקטים הבאים על ידי חשבון מכונה זה."
},
"config": {
- "message": "Config"
+ "message": "תצורה"
},
"learnMoreAboutEmergencyAccess": {
- "message": "Learn more about emergency access"
+ "message": "למד עוד על גישת חירום"
},
"learnMoreAboutMatchDetection": {
- "message": "Learn more about match detection"
+ "message": "למד עוד על זיהוי התאמה"
},
"learnMoreAboutMasterPasswordReprompt": {
- "message": "Learn more about master password re-prompt"
+ "message": "למד עוד על בקשה חוזרת של סיסמה ראשית"
},
"learnMoreAboutSearchingYourVault": {
- "message": "Learn more about searching your vault"
+ "message": "למד עוד על חיפוש הכספת שלך"
},
"learnMoreAboutYourAccountFingerprintPhrase": {
- "message": "Learn about your account fingerprint phrase"
+ "message": "למד עוד על ביטוי טביעת האצבע של החשבון שלך"
},
"impactOfRotatingYourEncryptionKey": {
- "message": "Impact of rotating your encryption key"
+ "message": "השפעת סיבוב מפתח ההצפנה שלך"
},
"learnMoreAboutEncryptionAlgorithms": {
- "message": "Learn more about encryption algorithms"
+ "message": "למד עוד על אלגוריתמי הצפנה"
},
"learnMoreAboutKDFIterations": {
- "message": "Learn more about KDF iterations"
+ "message": "למד עוד על חזרות KDF"
},
"learnMoreAboutLocalization": {
- "message": "Learn more about localization"
+ "message": "למד עוד על לוקליזציה"
},
"learnMoreAboutWebsiteIcons": {
- "message": "Learn more about using website icons"
+ "message": "למד עוד על שימוש בסמלי אתרים"
},
"learnMoreAboutUserAccess": {
- "message": "Learn more about user access"
+ "message": "למד עוד על גישת משתמש"
},
"learnMoreAboutMemberRoles": {
- "message": "Learn more about member roles and permissions"
+ "message": "למד עוד על תפקידים והרשאות של חברים"
},
"whatIsACvvNumber": {
- "message": "What is a CVV number?"
+ "message": "מה זה מספר CVV?"
},
"learnMoreAboutApi": {
- "message": "Learn more about Bitwarden's API"
+ "message": "למד עוד על ה־API של Bitwarden"
},
"fileSend": {
- "message": "File Send"
+ "message": "סֵנְד של קובץ"
},
"fileSends": {
- "message": "File Sends"
+ "message": "סֵנְדים של קובץ"
},
"textSend": {
- "message": "Text Send"
+ "message": "סֵנְד של טקסט"
},
"textSends": {
- "message": "Text Sends"
+ "message": "סֵנְדים של טקסט"
},
"includesXMembers": {
- "message": "for $COUNT$ member",
+ "message": "עבור $COUNT$ חברים",
"placeholders": {
"count": {
"content": "$1",
@@ -9868,10 +9877,10 @@
}
},
"optionalOnPremHosting": {
- "message": "Optional on-premises hosting"
+ "message": "אירוח מקומי אופציונלי"
},
"upgradeFreeOrganization": {
- "message": "Upgrade your $NAME$ organization ",
+ "message": "שדרג את ארגון ה$NAME$ שלך ",
"placeholders": {
"name": {
"content": "$1",
@@ -9880,10 +9889,10 @@
}
},
"includeSsoAuthenticationMessage": {
- "message": "SSO Authentication"
+ "message": "אימות SSO"
},
"familiesPlanInvLimitReachedManageBilling": {
- "message": "Families organizations may have up to $SEATCOUNT$ members. Upgrade to a paid plan to invite more members.",
+ "message": "ארגוני משפחות יכולים לכלול עד $SEATCOUNT$ חברים. שדרג לתוכנית בתשלום כדי להזמין עוד חברים.",
"placeholders": {
"seatcount": {
"content": "$1",
@@ -9892,7 +9901,7 @@
}
},
"familiesPlanInvLimitReachedNoManageBilling": {
- "message": "Families organizations may have up to $SEATCOUNT$ members. Contact your organization owner to upgrade.",
+ "message": "ארגוני משפחות יכולים לכלול עד $SEATCOUNT$ חברים. פנה לבעלי הארגון שלך כדי לשדרג.",
"placeholders": {
"seatcount": {
"content": "$1",
@@ -9901,10 +9910,10 @@
}
},
"upgradePlans": {
- "message": "Upgrade your plan to invite members and experience powerful security features."
+ "message": "שדרג את התוכנית שלך כדי להזמין חברים ולחוות תכונות אבטחה עוצמתיות."
},
"upgradeDiscount": {
- "message": "Save $AMOUNT$%",
+ "message": "חסוך $AMOUNT$%",
"placeholders": {
"amount": {
"content": "$1",
@@ -9913,146 +9922,146 @@
}
},
"enterprisePlanUpgradeMessage": {
- "message": "Advanced capabilities for larger organizations"
+ "message": "יכולות מתקדמות עבור ארגונים גדולים יותר"
},
"teamsPlanUpgradeMessage": {
- "message": "Resilient protection for growing teams"
+ "message": "הגנה עמידה עבור צוותים בצמיחה"
},
"teamsInviteMessage": {
- "message": "Invite unlimited members"
+ "message": "הזמן מספר בלתי מוגבל של חברים"
},
"accessToCreateGroups": {
- "message": "Access to create groups"
+ "message": "גישה ליצור קבוצות"
},
"syncGroupsAndUsersFromDirectory": {
- "message": "Sync groups and users from a directory"
+ "message": "סנכרן קבוצות ומשתמשים מתוך ספריה"
},
"familyPlanUpgradeMessage": {
- "message": "Secure your family logins"
+ "message": "אבטח את הכניסות של המשפחה שלך"
},
"accessToPremiumFeatures": {
- "message": "Access to Premium features"
+ "message": "גישה לתכונות פרימיום"
},
"additionalStorageGbMessage": {
- "message": "GB additional storage"
+ "message": "GB אחסון נוסף"
},
"sshKeyAlgorithm": {
- "message": "Key algorithm"
+ "message": "אלגוריתם מפתח"
},
"sshPrivateKey": {
- "message": "Private key"
+ "message": "מפתח פרטי"
},
"sshPublicKey": {
- "message": "Public key"
+ "message": "מפתח ציבורי"
},
"sshFingerprint": {
- "message": "Fingerprint"
+ "message": "טביעת אצבע"
},
"sshKeyFingerprint": {
- "message": "Fingerprint"
+ "message": "טביעת אצבע"
},
"sshKeyPrivateKey": {
- "message": "Private key"
+ "message": "מפתח פרטי"
},
"sshKeyPublicKey": {
- "message": "Public key"
+ "message": "מפתח ציבורי"
},
"sshKeyAlgorithmED25519": {
"message": "ED25519"
},
"sshKeyAlgorithmRSA2048": {
- "message": "RSA 2048-Bit"
+ "message": "RSA 2048 סיביות"
},
"sshKeyAlgorithmRSA3072": {
- "message": "RSA 3072-Bit"
+ "message": "RSA 3072 סיביות"
},
"sshKeyAlgorithmRSA4096": {
- "message": "RSA 4096-Bit"
+ "message": "RSA 4096 סיביות"
},
"premiumAccounts": {
- "message": "6 premium accounts"
+ "message": "6 חשבונות פרימיום"
},
"unlimitedSharing": {
- "message": "Unlimited sharing"
+ "message": "שיתוף ללא הגבלה"
},
"unlimitedCollections": {
- "message": "Unlimited collections"
+ "message": "אוספים ללא הגבלה"
},
"secureDataSharing": {
- "message": "Secure data sharing"
+ "message": "שיתוף נתונים מאובטח"
},
"eventLogMonitoring": {
- "message": "Event log monitoring"
+ "message": "ניטור יומן אירועים"
},
"directoryIntegration": {
- "message": "Directory integration"
+ "message": "שילוב ספריה"
},
"passwordLessSso": {
- "message": "Passwordless SSO"
+ "message": "SSO ללא סיסמה"
},
"accountRecovery": {
- "message": "Account recovery"
+ "message": "שחזור חשבון"
},
"customRoles": {
- "message": "Custom roles"
+ "message": "תפקידים מותאמים אישית"
},
"unlimitedSecretsStorage": {
- "message": "Unlimited secrets storage"
+ "message": "אחסון סודות ללא הגבלה"
},
"unlimitedUsers": {
- "message": "Unlimited users"
+ "message": "משתמשים ללא הגבלה"
},
"UpTo50MachineAccounts": {
- "message": "Up to 50 machine accounts"
+ "message": "עד 50 חשבונות מכונה"
},
"UpTo20MachineAccounts": {
- "message": "Up to 20 machine accounts"
+ "message": "עד 20 חשבונות מכונה"
},
"current": {
- "message": "Current"
+ "message": "נוכחי"
},
"secretsManagerSubscriptionInfo": {
- "message": "Your Secrets Manager subscription will upgrade based on the plan selected"
+ "message": "מנוי מנהל הסודות שלך ישודרג בהתאם לתוכנית שנבחרה"
},
"bitwardenPasswordManager": {
- "message": "Bitwarden Password Manager"
+ "message": "מנהל הסיסמאות Bitwarden"
},
"secretsManagerComplimentaryPasswordManager": {
- "message": "Your complimentary one year Password Manager subscription will upgrade to the selected plan. You will not be charged until the complimentary period is over."
+ "message": "מנוי מנהל הסיסמאות חינמי לשנה אחת שלך ישודרג לתוכנית שנבחרה. לא תחויב עד שהתקופה החינמית תסתיים."
},
"fileSavedToDevice": {
- "message": "File saved to device. Manage from your device downloads."
+ "message": "הקובץ נשמר למכשיר. נהל מהורדות המכשיר שלך."
},
"publicApi": {
- "message": "Public API",
+ "message": "API ציבורי",
"description": "The text, 'API', is an acronym and should not be translated."
},
"showCharacterCount": {
- "message": "Show character count"
+ "message": "הצג מונה תווים"
},
"hideCharacterCount": {
- "message": "Hide character count"
+ "message": "הסתר מונה תווים"
},
"editAccess": {
- "message": "Edit access"
+ "message": "ערוך גישה"
},
"textHelpText": {
- "message": "Use text fields for data like security questions"
+ "message": "השתמש בשדות טקסט עבור נתונים כמו שאלות אבטחה"
},
"hiddenHelpText": {
- "message": "Use hidden fields for sensitive data like a password"
+ "message": "השתמש בשדות נסתרים עבור מידע רגיש כמו סיסמה"
},
"checkBoxHelpText": {
- "message": "Use checkboxes if you'd like to autofill a form's checkbox, like a remember email"
+ "message": "השתמש בתיבות סימון אם תרצה למלא אוטומטית תיבת סימון של טופס, כמו זכור דוא\"ל"
},
"linkedHelpText": {
- "message": "Use a linked field when you are experiencing autofill issues for a specific website."
+ "message": "השתמש בשדה מקושר כאשר אתה חווה בעיות מילוי אוטומטי עם אתר מסוים."
},
"linkedLabelHelpText": {
- "message": "Enter the the field's html id, name, aria-label, or placeholder."
+ "message": "הזן את מזהה ה־html, שם, תווית aria או מציין מיקום."
},
"uppercaseDescription": {
- "message": "Include uppercase characters",
+ "message": "כלול תווי אות גדולה",
"description": "Tooltip for the password generator uppercase character checkbox"
},
"uppercaseLabel": {
@@ -10060,7 +10069,7 @@
"description": "Label for the password generator uppercase character checkbox"
},
"lowercaseDescription": {
- "message": "Include lowercase characters",
+ "message": "כלול תווי אות קטנה",
"description": "Full description for the password generator lowercase character checkbox"
},
"lowercaseLabel": {
@@ -10068,7 +10077,7 @@
"description": "Label for the password generator lowercase character checkbox"
},
"numbersDescription": {
- "message": "Include numbers",
+ "message": "כלול מספרים",
"description": "Full description for the password generator numbers checkbox"
},
"numbersLabel": {
@@ -10076,27 +10085,27 @@
"description": "Label for the password generator numbers checkbox"
},
"specialCharactersDescription": {
- "message": "Include special characters",
+ "message": "כלול תווים מיוחדים",
"description": "Full description for the password generator special characters checkbox"
},
"addAttachment": {
- "message": "Add attachment"
+ "message": "הוסף צרופה"
},
"maxFileSizeSansPunctuation": {
- "message": "Maximum file size is 500 MB"
+ "message": "גודל הקובץ המרבי הוא 500MB"
},
"permanentlyDeleteAttachmentConfirmation": {
- "message": "Are you sure you want to permanently delete this attachment?"
+ "message": "האם אתה בטוח שברצונך למחוק לצמיתות צרופה זו?"
},
"manageSubscriptionFromThe": {
- "message": "Manage subscription from the",
+ "message": "נהל מנוי מתוך",
"description": "This represents the beginning of a sentence. The full sentence will be 'Manage subscription from the Provider Portal', but 'Provider Portal' will be a link and thus cannot be included in the translation file."
},
"toHostBitwardenOnYourOwnServer": {
- "message": "To host Bitwarden on your own server, you will need to upload your license file. To support Free Families plans and advanced billing capabilities for your self-hosted organization, you will need to set up automatic sync in your self-hosted organization."
+ "message": "כדי לארח את Bitwarden בשרת שלך, תצטרך להעלות את קובץ הרישיון שלך. כדי לתמוך בתוכניות למשפחות בחינם וביכולות חיוב מתקדמות עבור הארגון באירוח עצמי שלך, תצטרך להגדיר סנכרון אוטומטי בארגון האירוח העצמי שלך."
},
"selfHostingTitleProper": {
- "message": "Self-Hosting"
+ "message": "אירוח עצמי"
},
"claim-domain-single-org-warning": {
"message": "דרישת דומיין תפעיל את מדיניות הארגון היחיד."
@@ -10105,7 +10114,7 @@
"message": "חברים שאינם עומדים בדרישות יבוטלו. מנהלים יכולים לשחזר חברים ברגע שהם עזבו את כל הארגונים האחרים."
},
"deleteOrganizationUser": {
- "message": "Delete $NAME$",
+ "message": "מחק $NAME$",
"placeholders": {
"name": {
"content": "$1",
@@ -10115,7 +10124,7 @@
}
},
"deleteOrganizationUserWarningDesc": {
- "message": "This will permanently delete all items owned by $NAME$. Collection items are not impacted.",
+ "message": "זה ימחק לצמיתות את כל הפריטים המנוהלים על ידי $NAME$. פריטי אוסף אינם מושפעים.",
"description": "Warning description for the delete organization user dialog",
"placeholders": {
"name": {
@@ -10125,11 +10134,11 @@
}
},
"deleteManyOrganizationUsersWarningDesc": {
- "message": "This will permanently delete all items owned by the following members. Collection items are not impacted.",
+ "message": "זה ימחק לצמיתות את כל הפריטים המנוהלים על ידי החברים הבאים. פריטי אוסף אינם מושפעים.",
"description": "Warning description for the bulk delete organization users dialog"
},
"organizationUserDeleted": {
- "message": "Deleted $NAME$",
+ "message": "$NAME$ נמחק",
"placeholders": {
"name": {
"content": "$1",
@@ -10138,10 +10147,10 @@
}
},
"organizationUserDeletedDesc": {
- "message": "The user was removed from the organization and all associated user data has been deleted."
+ "message": "המשתמש הוסר מהארגון וכל נתוני המשתמש המשויכים נמחקו."
},
"deletedUserId": {
- "message": "Deleted user $ID$ - an owner / admin deleted the user account",
+ "message": "משתמש $ID$ נמחק - בעלים / מנהל מחק את חשבון המשתמש",
"placeholders": {
"id": {
"content": "$1",
@@ -10150,7 +10159,7 @@
}
},
"userLeftOrganization": {
- "message": "User $ID$ left organization",
+ "message": "משתמש $ID$ עזב את הארגון",
"placeholders": {
"id": {
"content": "$1",
@@ -10159,7 +10168,7 @@
}
},
"suspendedOrganizationTitle": {
- "message": "The $ORGANIZATION$ is suspended",
+ "message": "ה־$ORGANIZATION$ מושעה",
"placeholders": {
"organization": {
"content": "$1",
@@ -10168,37 +10177,37 @@
}
},
"suspendedUserOrgMessage": {
- "message": "Contact your organization owner for assistance."
+ "message": "צור קשר עם בעלי הארגון שלך עבור סיוע."
},
"suspendedOwnerOrgMessage": {
- "message": "To regain access to your organization, add a payment method."
+ "message": "כדי לקבל גישה מחדש לארגון שלך, הוסף אמצעי תשלום."
},
"deleteMembers": {
- "message": "Delete members"
+ "message": "מחק חברים"
},
"noSelectedMembersApplicable": {
- "message": "This action is not applicable to any of the selected members."
+ "message": "פעולה זו אינה ישימה לאף אחד מהחברים שנבחרו."
},
"deletedSuccessfully": {
- "message": "Deleted successfully"
+ "message": "נמחק בהצלחה"
},
"freeFamiliesSponsorship": {
- "message": "Remove Free Bitwarden Families sponsorship"
+ "message": "הסר חסות Bitwarden למשפחות בחינם"
},
"freeFamiliesSponsorshipPolicyDesc": {
- "message": "Do not allow members to redeem a Families plan through this organization."
+ "message": "אל תאפשר לחברים לממש תוכנית משפחות דרך ארגון זה."
},
"verifyBankAccountWithStatementDescriptorWarning": {
- "message": "Payment with a bank account is only available to customers in the United States. You will be required to verify your bank account. We will make a micro-deposit within the next 1-2 business days. Enter the statement descriptor code from this deposit on the organization's billing page to verify the bank account. Failure to verify the bank account will result in a missed payment and your subscription being suspended."
+ "message": "תשלום באמצעות חשבון בנק זמינה רק ללקוחות בארצות הברית. אתה תידרש לאמת את חשבון הבנק שלך. אנחנו נבצע מיקרו־הפקדה בתוך 1-2 ימי עסקים. הזן את קוד תיאור ההצהרה מהפקדה זו בדף החיוב של הארגון כדי לאמת את חשבון הבנק. כשל באימות חשבון הבנק יגרום לפספוס תשלום ולהשעיית המנוי שלך."
},
"verifyBankAccountWithStatementDescriptorInstructions": {
- "message": "We have made a micro-deposit to your bank account (this may take 1-2 business days). Enter the six-digit code starting with 'SM' found on the deposit description. Failure to verify the bank account will result in a missed payment and your subscription being suspended."
+ "message": "ביצענו מיקרו־הפקדה לחשבון הבנק שלך (זה עשוי לקחת 1-2 ימי עסקים). הזן את הקוד בן שש הספרות המתחיל ב־'SM' הנמצא בתיאור ההפקדה. כשל באימות חשבון הבנק יגרום לפספוס תשלום ולהשעיית המנוי שלך."
},
"descriptorCode": {
- "message": "Descriptor code"
+ "message": "קוד מתאר"
},
"cannotRemoveViewOnlyCollections": {
- "message": "You cannot remove collections with View only permissions: $COLLECTIONS$",
+ "message": "אינך יכול להסיר אוספים עם הרשאות הצגה בלבד: $COLLECTIONS$",
"placeholders": {
"collections": {
"content": "$1",
@@ -10207,22 +10216,22 @@
}
},
"importantNotice": {
- "message": "Important notice"
+ "message": "הודעה חשובה"
},
"setupTwoStepLogin": {
- "message": "Set up two-step login"
+ "message": "הגדר כניסה דו־שלבית"
},
"newDeviceVerificationNoticeContentPage1": {
- "message": "Bitwarden will send a code to your account email to verify logins from new devices starting in February 2025."
+ "message": "Bitwarden ישלח קוד לדוא\"ל החשבון שלך כדי לאמת כניסות ממכשירים חדשים החל מפברואר 2025."
},
"newDeviceVerificationNoticeContentPage2": {
- "message": "You can set up two-step login as an alternative way to protect your account or change your email to one you can access."
+ "message": "אתה יכול להגדיר כניסה דו־שלבית כדרך חלופית להגן על החשבון שלך או לשנות את הדוא\"ל שלך לאחד שאתה יכול לגשת אליו."
},
"remindMeLater": {
- "message": "Remind me later"
+ "message": "הזכר לי מאוחר יותר"
},
"newDeviceVerificationNoticePageOneFormContent": {
- "message": "Do you have reliable access to your email, $EMAIL$?",
+ "message": "יש לך גישה מהימנה לדוא\"ל שלך, $EMAIL$?",
"placeholders": {
"email": {
"content": "$1",
@@ -10231,49 +10240,49 @@
}
},
"newDeviceVerificationNoticePageOneEmailAccessNo": {
- "message": "No, I do not"
+ "message": "לא, אין לי"
},
"newDeviceVerificationNoticePageOneEmailAccessYes": {
- "message": "Yes, I can reliably access my email"
+ "message": "כן, אני יכול לגשת לדוא\"ל שלי באופן מהימן"
},
"turnOnTwoStepLogin": {
- "message": "Turn on two-step login"
+ "message": "הפעל כניסה דו־שלבית"
},
"changeAcctEmail": {
- "message": "Change account email"
+ "message": "שנה דוא\"ל חשבון"
},
"removeMembers": {
- "message": "Remove members"
+ "message": "הסר חברים"
},
"devices": {
- "message": "Devices"
+ "message": "מכשירים"
},
"deviceListDescription": {
- "message": "Your account was logged in to each of the devices below. If you do not recognize a device, remove it now."
+ "message": "החשבון שלך היה מחובר לכל אחד מהמכשירים למטה. אם אתה לא מזהה מכשיר, הסר אותו עכשיו."
},
"deviceListDescriptionTemp": {
- "message": "Your account was logged in to each of the devices below."
+ "message": "החשבון שלך היה מחובר לכל אחד מהמכשירים למטה."
},
"claimedDomains": {
- "message": "Claimed domains"
+ "message": "דומיינים שנדרשו"
},
"claimDomain": {
- "message": "Claim domain"
+ "message": "דרוש דומיין"
},
"reclaimDomain": {
- "message": "Reclaim domain"
+ "message": "דרוש דומיין מחדש"
},
"claimDomainNameInputHint": {
- "message": "Example: mydomain.com. Subdomains require separate entries to be claimed."
+ "message": "דוגמה: mydomain.com. תת-דומיינים דורשים שרשומות נפרדות ידרשו."
},
"automaticClaimedDomains": {
- "message": "Automatic Claimed Domains"
+ "message": "דומיינים שנדרשו אוטומטית"
},
"automaticDomainClaimProcess": {
- "message": "Bitwarden will attempt to claim the domain 3 times during the first 72 hours. If the domain can’t be claimed, check the DNS record in your host and manually claim. The domain will be removed from your organization in 7 days if it is not claimed."
+ "message": "Bitwarden ינסה לדרוש את הדומיין 3 פעמים במהלך 72 השעות הראשונות. אם לא ניתן לדרוש את הדומיין, בדוק את רשומת ה־DNS במארח שלך ודרוש באופן ידני. הדומיין יוסר מהארגון שלך תוך 7 ימים אם הוא לא נדרש."
},
"domainNotClaimed": {
- "message": "$DOMAIN$ not claimed. Check your DNS records.",
+ "message": "$DOMAIN$ אינו נדרש. בדוק את רשומות ה־DNS שלך.",
"placeholders": {
"DOMAIN": {
"content": "$1",
@@ -10282,19 +10291,19 @@
}
},
"domainStatusClaimed": {
- "message": "Claimed"
+ "message": "נדרש"
},
"domainStatusUnderVerification": {
- "message": "Under verification"
+ "message": "תחת אימות"
},
"claimedDomainsDesc": {
- "message": "Claim a domain to own all member accounts whose email address matches the domain. Members will be able to skip the SSO identifier when logging in. Administrators will also be able to delete member accounts."
+ "message": "דרוש דומיין כדי להחזיק בכל חשבונות החברים אשר כתובת הדוא\"ל שלהם תואמת את הדומיין. חברים יוכלו לדלג על מזהה ה־SSO בעת כניסה. מנהלים גם יוכלו למחוק חשבונות חברים."
},
"invalidDomainNameClaimMessage": {
- "message": "Input is not a valid format. Format: mydomain.com. Subdomains require separate entries to be claimed."
+ "message": "הקלט אינו בפורמט תקין. פורמט: mydomain.com. תת-דומיינים דורשים שרשומות נפרדות ידרשו."
},
"domainClaimedEvent": {
- "message": "$DOMAIN$ claimed",
+ "message": "$DOMAIN$ נדרש",
"placeholders": {
"DOMAIN": {
"content": "$1",
@@ -10303,7 +10312,7 @@
}
},
"domainNotClaimedEvent": {
- "message": "$DOMAIN$ not claimed",
+ "message": "$DOMAIN$ לא נדרש",
"placeholders": {
"DOMAIN": {
"content": "$1",
@@ -10312,7 +10321,7 @@
}
},
"updatedRevokeSponsorshipConfirmationForSentSponsorship": {
- "message": "If you remove $EMAIL$, the sponsorship for this Family plan cannot be redeemed. Are you sure you want to continue?",
+ "message": "אם תסיר את $EMAIL$, החסות עבור תוכנית משפחות זו לא תהיה ניתנת למימוש. האם אתה בטוח שברצונך להמשיך?",
"placeholders": {
"email": {
"content": "$1",
@@ -10321,7 +10330,7 @@
}
},
"updatedRevokeSponsorshipConfirmationForAcceptedSponsorship": {
- "message": "If you remove $EMAIL$, the sponsorship for this Family plan will end and the saved payment method will be charged $40 + applicable tax on $DATE$. You will not be able to redeem a new sponsorship until $DATE$. Are you sure you want to continue?",
+ "message": "אם תסיר את $EMAIL$, החסות עבור תוכנית משפחות זו תסתיים ואמצעי התשלום השמור יחויב $40 + מס רלוונטי בתאריך $DATE$. לא תוכל לממש חסות חדשה עד $DATE$. האם אתה בטוח שברצונך להמשיך?",
"placeholders": {
"email": {
"content": "$1",
@@ -10334,11 +10343,41 @@
}
},
"domainClaimed": {
- "message": "Domain claimed"
+ "message": "דומיין נדרש"
},
"organizationNameMaxLength": {
"message": "שם ארגון לא יכול לחרוג מ־50 תווים."
},
+ "sshKeyWrongPassword": {
+ "message": "הסיסמה שהזנת שגויה."
+ },
+ "importSshKey": {
+ "message": "ייבוא"
+ },
+ "confirmSshKeyPassword": {
+ "message": "אשר סיסמה"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "הזן את הסיסמה עבור מפתח ה־SSH."
+ },
+ "enterSshKeyPassword": {
+ "message": "הזן סיסמה"
+ },
+ "invalidSshKey": {
+ "message": "מפתח ה־SSH אינו תקין"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "סוג מפתח ה־SSH אינו נתמך"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "ייבא מפתח מלוח ההעתקה"
+ },
+ "sshKeyImported": {
+ "message": "מפתח SSH יובא בהצלחה"
+ },
+ "copySSHPrivateKey": {
+ "message": "העתק מפתח פרטי"
+ },
"openingExtension": {
"message": "פותח את הרחבת היישום של Bitwarden"
},
@@ -10346,7 +10385,7 @@
"message": "משהו השתבש..."
},
"openingExtensionError": {
- "message": "We had trouble opening the Bitwarden browser extension. Click the button to open it now."
+ "message": "התקשינו לפתוח את הרחבת הדפדפן של Bitwarden. לחץ על הלחצן כדי לפתוח אותה עכשיו."
},
"openExtension": {
"message": "פתח הרחבה"
@@ -10364,7 +10403,7 @@
"message": "פתח בהצלחה את הרחבת הדפדפן של Bitwarden. אתה יכול לסקור עכשיו את הסיסמאות בסיכון שלך."
},
"openExtensionManuallyPart1": {
- "message": "We had trouble opening the Bitwarden browser extension. Open the Bitwarden icon",
+ "message": "התקשינו לפתוח את הרחבת הדפדפן של Bitwarden. פתח את הסמל של Bitwarden",
"description": "This will be used as part of a larger sentence, broken up to include the Bitwarden icon. The full sentence will read 'We had trouble opening the Bitwarden browser extension. Open the Bitwarden icon [Bitwarden Icon] from the toolbar.'"
},
"openExtensionManuallyPart2": {
@@ -10372,7 +10411,7 @@
"description": "This will be used as part of a larger sentence, broken up to include the Bitwarden icon. The full sentence will read 'We had trouble opening the Bitwarden browser extension. Open the Bitwarden icon [Bitwarden Icon] from the toolbar.'"
},
"resellerRenewalWarningMsg": {
- "message": "Your subscription will renew soon. To ensure uninterrupted service, contact $RESELLER$ to confirm your renewal before $RENEWAL_DATE$.",
+ "message": "המנוי שלך יתחדש בקרוב. כדי להבטיח שירות רציף, צור קשר עם $RESELLER$ כדי לאשר את החידוש שלך לפני $RENEWAL_DATE$.",
"placeholders": {
"reseller": {
"content": "$1",
@@ -10385,7 +10424,7 @@
}
},
"resellerOpenInvoiceWarningMgs": {
- "message": "An invoice for your subscription was issued on $ISSUED_DATE$. To ensure uninterrupted service, contact $RESELLER$ to confirm your renewal before $DUE_DATE$.",
+ "message": "חשבונית עבור המנוי שלך הונפקה בתאריך $ISSUED_DATE$. כדי להבטיח שירות רציף, צור קשר עם $RESELLER$ כדי לאשר את החידוש שלך לפני $DUE_DATE$.",
"placeholders": {
"reseller": {
"content": "$1",
@@ -10402,7 +10441,7 @@
}
},
"resellerPastDueWarningMsg": {
- "message": "The invoice for your subscription has not been paid. To ensure uninterrupted service, contact $RESELLER$ to confirm your renewal before $GRACE_PERIOD_END$.",
+ "message": "החשבונית עבור המנוי שלך לא שולמה. כדי להבטיח שירות רציף, צור קשר עם $RESELLER$ כדי לאשר את החידוש שלך לפני $GRACE_PERIOD_END$.",
"placeholders": {
"reseller": {
"content": "$1",
@@ -10430,16 +10469,16 @@
}
},
"accountDeprovisioningNotification": {
- "message": "Administrators now have the ability to delete member accounts that belong to a claimed domain."
+ "message": "למנהלים עכשיו יש את היכולת למחוק חשבונות של חברים ששייכים לדומיין שנדרש."
},
"deleteManagedUserWarningDesc": {
- "message": "This action will delete the member account including all items in their vault. This replaces the previous Remove action."
+ "message": "פעולה זו תמחק את חשבון החבר כולל כל הפריטים בכספת שלו. זו מחליפה את פעולת ההסרה הקודמת."
},
"deleteManagedUserWarning": {
"message": "מחיקה היא פעולה חדשה!"
},
"seatsRemaining": {
- "message": "You have $REMAINING$ seats remaining out of $TOTAL$ seats assigned to this organization. Contact your provider to manage your subscription.",
+ "message": "יש לך $REMAINING$ מקומות נותרים מתוך $TOTAL$ מקומות שהוקצו לארגון זה. פנה לספק שלך כדי לנהל את המנוי שלך.",
"placeholders": {
"remaining": {
"content": "$1",
@@ -10455,13 +10494,13 @@
"message": "ארגון קיים"
},
"selectOrganizationProviderPortal": {
- "message": "בחר ארגון להוספה אל פורטל הספק שלך."
+ "message": "בחר ארגון להוספה אל פורטל הספקים שלך."
},
"noOrganizations": {
"message": "אין ארגונים להצגה ברשימה"
},
"yourProviderSubscriptionCredit": {
- "message": "Your provider subscription will receive a credit for any remaining time in the organization's subscription."
+ "message": "מנוי הספק שלך יקבל זיכוי עבור כל הזמן שנותר במנוי של הארגון."
},
"doYouWantToAddThisOrg": {
"message": "האם ברצונך להוסיף ארגון זה אל $PROVIDER$?",
@@ -10479,7 +10518,7 @@
"message": "מקומות מוקצים עולים על מקומות פנויים."
},
"changeAtRiskPassword": {
- "message": "Change at-risk password"
+ "message": "שנה סיסמה בסיכון"
},
"removeUnlockWithPinPolicyTitle": {
"message": "הסר ביטול נעילה עם PIN"
@@ -10488,7 +10527,7 @@
"message": "אל תאפשר לחברים לבטל את נעילת החשבון שלהם עם PIN."
},
"limitedEventLogs": {
- "message": "$PRODUCT_TYPE$ plans do not have access to real event logs",
+ "message": "לתוכניות מסוג $PRODUCT_TYPE$ אין גישה ליומני אירועים אמיתיים",
"placeholders": {
"product_type": {
"content": "$1",
@@ -10504,5 +10543,8 @@
},
"upgradeEventLogMessage": {
"message": "האירועים האלה הם דוגמאות בלבד ולא משקפים אירועים אמיתיים בתוך ארגון ה־Bitwarden שלך."
+ },
+ "cannotCreateCollection": {
+ "message": "לארגונים חינמיים יכולים להיות עד 2 אוספים. שדרג לתוכנית בתשלום כדי להוסיף עוד אוספים."
}
}
diff --git a/apps/web/src/locales/hi/messages.json b/apps/web/src/locales/hi/messages.json
index fd1cc2b8ad5..1cab0dc843b 100644
--- a/apps/web/src/locales/hi/messages.json
+++ b/apps/web/src/locales/hi/messages.json
@@ -428,6 +428,9 @@
"dragToSort": {
"message": "सॉर्ट करने के लिए ड्रैग करें"
},
+ "dragToReorder": {
+ "message": "Drag to reorder"
+ },
"cfTypeText": {
"message": "शब्द"
},
@@ -470,6 +473,19 @@
"editFolder": {
"message": "Edit folder"
},
+ "editWithName": {
+ "message": "Edit $ITEM$: $NAME$",
+ "placeholders": {
+ "item": {
+ "content": "$1",
+ "example": "login"
+ },
+ "name": {
+ "content": "$2",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "New folder"
},
@@ -863,9 +879,6 @@
"filter": {
"message": "Filter"
},
- "moveSelectedToOrg": {
- "message": "Move selected to organization"
- },
"deleteSelected": {
"message": "चयनित मिटाएं"
},
@@ -921,15 +934,6 @@
}
}
},
- "movedItemsToOrg": {
- "message": "Selected items moved to $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Items moved to $ORGNAME$",
"placeholders": {
@@ -1270,12 +1274,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Enter your account email address and your password hint will be sent to you"
},
- "passwordHint": {
- "message": "Password hint"
- },
- "enterEmailToGetHint": {
- "message": "Enter your account email address to receive your master password hint."
- },
"getMasterPasswordHint": {
"message": "Get master password hint"
},
@@ -1561,9 +1559,6 @@
"moveToOrgDesc": {
"message": "Choose an organization that you wish to move this item to. Moving to an organization transfers ownership of the item to that organization. You will no longer be the direct owner of this item once it has been moved."
},
- "moveManyToOrgDesc": {
- "message": "Choose an organization that you wish to move these items to. Moving to an organization transfers ownership of the items to that organization. You will no longer be the direct owner of these items once they have been moved."
- },
"collectionsDesc": {
"message": "Edit the collections that this item is being shared with. Only organization users with access to these collections will be able to see this item."
},
@@ -1597,23 +1592,6 @@
}
}
},
- "moveSelectedItemsCountDesc": {
- "message": "You have selected $COUNT$ item(s). $MOVEABLE_COUNT$ item(s) can be moved to an organization, $NONMOVEABLE_COUNT$ cannot.",
- "placeholders": {
- "count": {
- "content": "$1",
- "example": "10"
- },
- "moveable_count": {
- "content": "$2",
- "example": "8"
- },
- "nonmoveable_count": {
- "content": "$3",
- "example": "2"
- }
- }
- },
"verificationCodeTotp": {
"message": "Verification code (TOTP)"
},
@@ -4530,6 +4508,40 @@
}
}
},
+ "reorderFieldUp": {
+ "message": "$LABEL$ moved up, position $INDEX$ of $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
+ "reorderFieldDown": {
+ "message": "$LABEL$ moved down, position $INDEX$ of $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
"keyUpdateFoldersFailed": {
"message": "When updating your encryption key, your folders could not be decrypted. To continue with the update, your folders must be deleted. No vault items will be deleted if you proceed."
},
@@ -7264,12 +7276,6 @@
"numberOfUsers": {
"message": "Number of users"
},
- "loggingInAs": {
- "message": "Logging in as"
- },
- "notYou": {
- "message": "Not you?"
- },
"pickAnAvatarColor": {
"message": "Pick an avatar color"
},
@@ -8393,9 +8399,6 @@
"requestAdminApproval": {
"message": "Request admin approval"
},
- "approveWithMasterPassword": {
- "message": "Approve with master password"
- },
"trustedDeviceEncryption": {
"message": "Trusted device encryption"
},
@@ -8610,9 +8613,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "Your request has been sent to your admin."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "You will be notified once approved."
- },
"troubleLoggingIn": {
"message": "Trouble logging in?"
},
@@ -9338,6 +9338,15 @@
"deviceManagementDesc": {
"message": "Configure device management for Bitwarden using the implementation guide for your platform."
},
+ "deviceIdMissing": {
+ "message": "Device ID is missing"
+ },
+ "deviceTypeMissing": {
+ "message": "Device type is missing"
+ },
+ "deviceCreationDateMissing": {
+ "message": "Device creation date is missing"
+ },
"desktopRequired": {
"message": "Desktop required"
},
@@ -10339,6 +10348,36 @@
"organizationNameMaxLength": {
"message": "Organization name cannot exceed 50 characters."
},
+ "sshKeyWrongPassword": {
+ "message": "The password you entered is incorrect."
+ },
+ "importSshKey": {
+ "message": "Import"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Confirm password"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Enter the password for the SSH key."
+ },
+ "enterSshKeyPassword": {
+ "message": "Enter password"
+ },
+ "invalidSshKey": {
+ "message": "The SSH key is invalid"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "The SSH key type is not supported"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Import key from clipboard"
+ },
+ "sshKeyImported": {
+ "message": "SSH key imported successfully"
+ },
+ "copySSHPrivateKey": {
+ "message": "Copy private key"
+ },
"openingExtension": {
"message": "Opening the Bitwarden browser extension"
},
@@ -10504,5 +10543,8 @@
},
"upgradeEventLogMessage": {
"message": "These events are examples only and do not reflect real events within your Bitwarden organization."
+ },
+ "cannotCreateCollection": {
+ "message": "Free organizations may have up to 2 collections. Upgrade to a paid plan to add more collections."
}
}
diff --git a/apps/web/src/locales/hr/messages.json b/apps/web/src/locales/hr/messages.json
index d463efabc78..eaecafa5c0d 100644
--- a/apps/web/src/locales/hr/messages.json
+++ b/apps/web/src/locales/hr/messages.json
@@ -428,6 +428,9 @@
"dragToSort": {
"message": "Povuci za sortiranje"
},
+ "dragToReorder": {
+ "message": "Drag to reorder"
+ },
"cfTypeText": {
"message": "Tekst"
},
@@ -470,6 +473,19 @@
"editFolder": {
"message": "Uredi mapu"
},
+ "editWithName": {
+ "message": "Edit $ITEM$: $NAME$",
+ "placeholders": {
+ "item": {
+ "content": "$1",
+ "example": "login"
+ },
+ "name": {
+ "content": "$2",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "Nova mapa"
},
@@ -863,9 +879,6 @@
"filter": {
"message": "Filtriraj"
},
- "moveSelectedToOrg": {
- "message": "Premjesti odabrano u Organizaciju"
- },
"deleteSelected": {
"message": "Obriši odabrano"
},
@@ -921,15 +934,6 @@
}
}
},
- "movedItemsToOrg": {
- "message": "Odabrane stavke premještene u $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Stavke premještene u $ORGNAME$",
"placeholders": {
@@ -1270,12 +1274,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Unesi svoju adresu e-pošte računa i poslat ćemo ti tvoj podsjetnik"
},
- "passwordHint": {
- "message": "Podsjetnik za lozinku"
- },
- "enterEmailToGetHint": {
- "message": "Unesi adresu e-pošte svog računa za primitak podsjetnika glavne lozinke."
- },
"getMasterPasswordHint": {
"message": "Slanje podsjetnika glavne lozinke"
},
@@ -1561,9 +1559,6 @@
"moveToOrgDesc": {
"message": "Odaberi organizaciju u koju želiš premjestiti ovu stavku. Premještanje prenosi vlasništvo stavke na organizaciju. Nakon premještanja više nećeš biti izravni vlasnik ove stavke."
},
- "moveManyToOrgDesc": {
- "message": "Odaberi organizaciju u koju želiš premjestiti ovu stavku. Premještanje prenosi vlasništvo stavke na organizaciju. Nakon premještanja više nećeš biti izravni vlasnik ove stavke."
- },
"collectionsDesc": {
"message": "Uredi zbirke s kojima se ova stavka koristi. Samo korisnici organizacije s pristupom ovim zbirkama će ih moći vidjeti."
},
@@ -1597,23 +1592,6 @@
}
}
},
- "moveSelectedItemsCountDesc": {
- "message": "$MOVEABLE_COUNT$ od $COUNT$ odabranih stavki može biti premješteno u Organiziaciju; $NONMOVEABLE_COUNT$ nije moguće premjestiti.",
- "placeholders": {
- "count": {
- "content": "$1",
- "example": "10"
- },
- "moveable_count": {
- "content": "$2",
- "example": "8"
- },
- "nonmoveable_count": {
- "content": "$3",
- "example": "2"
- }
- }
- },
"verificationCodeTotp": {
"message": "Kôd za provjeru (TOTP)"
},
@@ -4530,6 +4508,40 @@
}
}
},
+ "reorderFieldUp": {
+ "message": "$LABEL$ moved up, position $INDEX$ of $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
+ "reorderFieldDown": {
+ "message": "$LABEL$ moved down, position $INDEX$ of $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
"keyUpdateFoldersFailed": {
"message": "Prilikom ažuriranja tvojeg ključa za šifriranje, mape se nisu mogle dešifrirati. Za nastavak ažuriranja, tvoje mape moraju biti izbrisane. Nijedna stavka iz trezora neće biti izbrisana ako nastaviš."
},
@@ -7264,12 +7276,6 @@
"numberOfUsers": {
"message": "Broj korisnika"
},
- "loggingInAs": {
- "message": "Prijava kao"
- },
- "notYou": {
- "message": "Nisi ti?"
- },
"pickAnAvatarColor": {
"message": "Odaberi boju avatara"
},
@@ -8393,9 +8399,6 @@
"requestAdminApproval": {
"message": "Zatraži odobrenje administratora"
},
- "approveWithMasterPassword": {
- "message": "Odobri glavnom lozinkom"
- },
"trustedDeviceEncryption": {
"message": "Enkripcija pouzdanog uređaja"
},
@@ -8610,9 +8613,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "Tvoj zahtjev je poslan administratoru."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "Dobiti ćeš obavijest kada bude odobreno."
- },
"troubleLoggingIn": {
"message": "Problem s prijavom?"
},
@@ -9338,6 +9338,15 @@
"deviceManagementDesc": {
"message": "Konfiguriraj upravljanje uređajima za Bitwarden pomoću vodiča za implementaciju za svoju platformu."
},
+ "deviceIdMissing": {
+ "message": "Device ID is missing"
+ },
+ "deviceTypeMissing": {
+ "message": "Device type is missing"
+ },
+ "deviceCreationDateMissing": {
+ "message": "Device creation date is missing"
+ },
"desktopRequired": {
"message": "Potrebno stolno računalo"
},
@@ -10339,6 +10348,36 @@
"organizationNameMaxLength": {
"message": "Naziv organizacije ne može biti duži od 50 znakova."
},
+ "sshKeyWrongPassword": {
+ "message": "The password you entered is incorrect."
+ },
+ "importSshKey": {
+ "message": "Import"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Confirm password"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Enter the password for the SSH key."
+ },
+ "enterSshKeyPassword": {
+ "message": "Enter password"
+ },
+ "invalidSshKey": {
+ "message": "The SSH key is invalid"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "The SSH key type is not supported"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Import key from clipboard"
+ },
+ "sshKeyImported": {
+ "message": "SSH key imported successfully"
+ },
+ "copySSHPrivateKey": {
+ "message": "Copy private key"
+ },
"openingExtension": {
"message": "Otvaranje Bitwarden proširenja preglednika"
},
@@ -10504,5 +10543,8 @@
},
"upgradeEventLogMessage": {
"message": "These events are examples only and do not reflect real events within your Bitwarden organization."
+ },
+ "cannotCreateCollection": {
+ "message": "Free organizations may have up to 2 collections. Upgrade to a paid plan to add more collections."
}
}
diff --git a/apps/web/src/locales/hu/messages.json b/apps/web/src/locales/hu/messages.json
index 31ee33ba028..3d6a2e258a4 100644
--- a/apps/web/src/locales/hu/messages.json
+++ b/apps/web/src/locales/hu/messages.json
@@ -428,6 +428,9 @@
"dragToSort": {
"message": "Húzás a rendezéshez"
},
+ "dragToReorder": {
+ "message": "Átrendezés áthúzással"
+ },
"cfTypeText": {
"message": "Szöveg"
},
@@ -470,6 +473,19 @@
"editFolder": {
"message": "Mappa szerkesztése"
},
+ "editWithName": {
+ "message": "$ITEM$: $NAME$ szerkesztése",
+ "placeholders": {
+ "item": {
+ "content": "$1",
+ "example": "login"
+ },
+ "name": {
+ "content": "$2",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "Új mappa"
},
@@ -863,9 +879,6 @@
"filter": {
"message": "Szűrő"
},
- "moveSelectedToOrg": {
- "message": "A kiválasztott áthelyezése szervezetbe"
- },
"deleteSelected": {
"message": "Kiválasztott törlése"
},
@@ -921,15 +934,6 @@
}
}
},
- "movedItemsToOrg": {
- "message": "A kiválasztott elemek átkerültek $ORGNAME$ szervezethez",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Az elemek áthelyezésre kerültek: $ORGNAME$",
"placeholders": {
@@ -1270,12 +1274,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Adjuk meg fiók email címét és elküldésre kerül a jelszóra vonatkozó tipp."
},
- "passwordHint": {
- "message": "Jelszó emlékeztető"
- },
- "enterEmailToGetHint": {
- "message": "A fiók email címének megadása a mesterjelszó emlékeztető fogadásához."
- },
"getMasterPasswordHint": {
"message": "Mesterjelszó emlékeztető kérése"
},
@@ -1561,9 +1559,6 @@
"moveToOrgDesc": {
"message": "Válasszunk egy szervezetet, ahová áthelyezni szeretnénk ezt az elemet. A szervezetbe áthelyezés átruházza az elem tulajdonjogát az adott szervezetre. Az áthelyezés után többé nem leszünk az elem közvetlen tulajdonosa."
},
- "moveManyToOrgDesc": {
- "message": "Válasszunk egy szervezetet, ahová áthelyezni szeretnénk ezeket az elemeket. A szervezetbe áthelyezés átruházza az elemek tulajdonjogát az adott szervezetre. Az áthelyezés után többé nem leszünk az elemek közvetlen tulajdonosa."
- },
"collectionsDesc": {
"message": "A megosztásra kerülő elem gyűjteményének szerkesztése. Csak az ezeket a gyűjteményeket elérő szervezeti felhasználók látják ezt az elemet."
},
@@ -1597,23 +1592,6 @@
}
}
},
- "moveSelectedItemsCountDesc": {
- "message": "$COUNT$ elem került kiválasztásra. $MOVEABLE_COUNT$ elem áthelyezhető szervezethezi, $NONMOVEABLE_COUNT$ nem.",
- "placeholders": {
- "count": {
- "content": "$1",
- "example": "10"
- },
- "moveable_count": {
- "content": "$2",
- "example": "8"
- },
- "nonmoveable_count": {
- "content": "$3",
- "example": "2"
- }
- }
- },
"verificationCodeTotp": {
"message": "Verification Code (TOTP)"
},
@@ -4530,6 +4508,40 @@
}
}
},
+ "reorderFieldUp": {
+ "message": "$LABEL$ feljebb került, $INDEX$/$LENGTH$ pozícióba",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
+ "reorderFieldDown": {
+ "message": "$LABEL$ lejjebb került, $INDEX$/$LENGTH$ pozícióba",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
"keyUpdateFoldersFailed": {
"message": "A titkosítókulcs frissítésekor a mappáid nem fejthetőek vissza. A frissítés folytatásához a mappáidat törölni kell. Semmi nem fog törlődni, ha folytatod."
},
@@ -7264,12 +7276,6 @@
"numberOfUsers": {
"message": "Felhasználók száma"
},
- "loggingInAs": {
- "message": "Bejelentkezve mint"
- },
- "notYou": {
- "message": "Ez tévedés?"
- },
"pickAnAvatarColor": {
"message": "Avatar szín választás"
},
@@ -8393,9 +8399,6 @@
"requestAdminApproval": {
"message": "Adminisztrátori jóváhagyás kérés"
},
- "approveWithMasterPassword": {
- "message": "Jóváhagyás mesterjelszóval"
- },
"trustedDeviceEncryption": {
"message": "Megbízható eszköztitkosítás"
},
@@ -8610,9 +8613,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "A kérés elküldésre került az adminisztrátornak."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "A jóváhagyás után értesítés érkezik."
- },
"troubleLoggingIn": {
"message": "Probléma van a bejelentkezéssel?"
},
@@ -9338,6 +9338,15 @@
"deviceManagementDesc": {
"message": "Az eszközkezelés konfigurálása a Bitwarden számára a platform megvalósítási útmutatója segítségével."
},
+ "deviceIdMissing": {
+ "message": "Az eszköz AZ hiányzik."
+ },
+ "deviceTypeMissing": {
+ "message": "Az eszköz típus hiányzik."
+ },
+ "deviceCreationDateMissing": {
+ "message": "Az eszköz létrehozás dátuma hiányzik."
+ },
"desktopRequired": {
"message": "Asztali gép szükséges"
},
@@ -10339,6 +10348,36 @@
"organizationNameMaxLength": {
"message": "A szervezet neve nem haladhatja meg az 50 karaktert."
},
+ "sshKeyWrongPassword": {
+ "message": "A megadott jelszó helytelen."
+ },
+ "importSshKey": {
+ "message": "Importálás"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Jelszó megerősítése"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Adjuk meg az SSH kulcs jelszót."
+ },
+ "enterSshKeyPassword": {
+ "message": "Jelszó megadása"
+ },
+ "invalidSshKey": {
+ "message": "Az SSH kulcs érvénytelen."
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "Az SSH kulcstípus nem támogatott."
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Kulcs importálása vágólapból"
+ },
+ "sshKeyImported": {
+ "message": "Az SSH kulcs sikeresen importálásra került."
+ },
+ "copySSHPrivateKey": {
+ "message": "Személyes kulcs másolása"
+ },
"openingExtension": {
"message": "A Bitwarden böngésző bővítmény megnyitása"
},
@@ -10504,5 +10543,8 @@
},
"upgradeEventLogMessage": {
"message": "Ezek az események csak példák és nem tükröznek valós eseményeket a Bitwarden szervezetén belül."
+ },
+ "cannotCreateCollection": {
+ "message": "Az ingyenes szervezeteknek legfeljebb 2 gyűjteményük lehet. Térjünk át egy fizetett csomagra további gyűjtemények hozzáadásához."
}
}
diff --git a/apps/web/src/locales/id/messages.json b/apps/web/src/locales/id/messages.json
index be55d7790c4..22b4e3a6132 100644
--- a/apps/web/src/locales/id/messages.json
+++ b/apps/web/src/locales/id/messages.json
@@ -1,6 +1,6 @@
{
"allApplications": {
- "message": "All applications"
+ "message": "Semua aplikasi"
},
"criticalApplications": {
"message": "Critical applications"
@@ -15,7 +15,7 @@
"message": "Risk Insights"
},
"passwordRisk": {
- "message": "Password Risk"
+ "message": "Petunjuk Sandi"
},
"reviewAtRiskPasswords": {
"message": "Review at-risk passwords (weak, exposed, or reused) across applications. Select your most critical applications to prioritize security actions for your users to address at-risk passwords."
@@ -33,16 +33,16 @@
"message": "Notified members"
},
"revokeMembers": {
- "message": "Revoke members"
+ "message": "Cabut Pengguna"
},
"restoreMembers": {
- "message": "Restore members"
+ "message": "Pulihkan pengguna"
},
"cannotRestoreAccessError": {
"message": "Cannot restore organization access"
},
"allApplicationsWithCount": {
- "message": "All applications ($COUNT$)",
+ "message": "Semua aplikasi ($COUNT$)",
"placeholders": {
"count": {
"content": "$1",
@@ -54,7 +54,7 @@
"message": "Create new login item"
},
"criticalApplicationsWithCount": {
- "message": "Critical applications ($COUNT$)",
+ "message": "Semua aplikasi ($COUNT$)",
"placeholders": {
"count": {
"content": "$1",
@@ -72,7 +72,7 @@
}
},
"noAppsInOrgTitle": {
- "message": "No applications found in $ORG NAME$",
+ "message": "Tidak menemukan aplikasi di $ORG NAME$",
"placeholders": {
"org name": {
"content": "$1",
@@ -99,19 +99,19 @@
"message": "Apps marked as critical"
},
"application": {
- "message": "Application"
+ "message": "Aplikasi"
},
"atRiskPasswords": {
"message": "At-risk passwords"
},
"requestPasswordChange": {
- "message": "Request password change"
+ "message": "Minta petunjuk kata sandi"
},
"totalPasswords": {
- "message": "Total passwords"
+ "message": "Jumlah Kata Sandi"
},
"searchApps": {
- "message": "Search applications"
+ "message": "Cari aplikasi"
},
"atRiskMembers": {
"message": "At-risk members"
@@ -126,7 +126,7 @@
}
},
"atRiskApplicationsWithCount": {
- "message": "At-risk applications ($COUNT$)",
+ "message": "Semua aplikasi ($COUNT$)",
"placeholders": {
"count": {
"content": "$1",
@@ -150,13 +150,13 @@
}
},
"totalMembers": {
- "message": "Total members"
+ "message": "Jumlah Anggota"
},
"atRiskApplications": {
"message": "At-risk applications"
},
"totalApplications": {
- "message": "Total applications"
+ "message": "Semua aplikasi"
},
"unmarkAsCriticalApp": {
"message": "Unmark as critical app"
@@ -202,10 +202,10 @@
"message": "Catatan"
},
"privateNote": {
- "message": "Private note"
+ "message": "Catatan pribadi"
},
"note": {
- "message": "Note"
+ "message": "Catatan"
},
"customFields": {
"message": "Kolom Ubahsuai"
@@ -217,19 +217,19 @@
"message": "Login credentials"
},
"personalDetails": {
- "message": "Personal details"
+ "message": "Rincian pribadi"
},
"identification": {
- "message": "Identification"
+ "message": "Identifikasi"
},
"contactInfo": {
- "message": "Contact info"
+ "message": "Info kontak"
},
"cardDetails": {
- "message": "Card details"
+ "message": "Rincian kartu"
},
"cardBrandDetails": {
- "message": "$BRAND$ details",
+ "message": "Rincian $BRAND$",
"placeholders": {
"brand": {
"content": "$1",
@@ -238,19 +238,19 @@
}
},
"itemHistory": {
- "message": "Item history"
+ "message": "Riwayat benda"
},
"authenticatorKey": {
- "message": "Authenticator key"
+ "message": "Kunci Autentikator"
},
"autofillOptions": {
- "message": "Autofill options"
+ "message": "Pilihan isi otomatis"
},
"websiteUri": {
- "message": "Website (URI)"
+ "message": "Situs web (URI)"
},
"websiteUriCount": {
- "message": "Website (URI) $COUNT$",
+ "message": "$COUNT$ Situs web (URI)",
"description": "Label for an input field that contains a website URI. The input field is part of a list of fields, and the count indicates the position of the field in the list.",
"placeholders": {
"count": {
@@ -428,6 +428,9 @@
"dragToSort": {
"message": "Tarik untuk mengurutkan"
},
+ "dragToReorder": {
+ "message": "Drag to reorder"
+ },
"cfTypeText": {
"message": "Teks"
},
@@ -470,6 +473,19 @@
"editFolder": {
"message": "Edit Folder"
},
+ "editWithName": {
+ "message": "Edit $ITEM$: $NAME$",
+ "placeholders": {
+ "item": {
+ "content": "$1",
+ "example": "login"
+ },
+ "name": {
+ "content": "$2",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "New folder"
},
@@ -480,7 +496,7 @@
"message": "Nest a folder by adding the parent folder's name followed by a “/”. Example: Social/Forums"
},
"deleteFolderPermanently": {
- "message": "Are you sure you want to permanently delete this folder?"
+ "message": "Apakah Anda yakin akan menghapus keranjang ini selamanya?"
},
"baseDomain": {
"message": "Domain dasar",
@@ -526,7 +542,7 @@
"message": "Buat Kata Sandi"
},
"generatePassphrase": {
- "message": "Generate passphrase"
+ "message": "Buat frasa sandi"
},
"checkPassword": {
"message": "Periksa apakah kata sandi telah terekspos."
@@ -581,11 +597,11 @@
"description": "Search Login type"
},
"searchCard": {
- "message": "Search cards",
+ "message": "Cari kode",
"description": "Search Card type"
},
"searchIdentity": {
- "message": "Search identities",
+ "message": "Cari identitas",
"description": "Search Identity type"
},
"searchSecureNote": {
@@ -596,10 +612,10 @@
"message": "Cari Brankas"
},
"searchMyVault": {
- "message": "Search my vault"
+ "message": "Cari brankas"
},
"searchOrganization": {
- "message": "Search organization"
+ "message": "Cari organisasi"
},
"searchMembers": {
"message": "Search members"
@@ -816,31 +832,31 @@
"message": "Copy website"
},
"copyNotes": {
- "message": "Copy notes"
+ "message": "Salin catatan"
},
"copyAddress": {
"message": "Copy address"
},
"copyPhone": {
- "message": "Copy phone"
+ "message": "Salin nomor telepon"
},
"copyEmail": {
- "message": "Copy email"
+ "message": "Salin alamat surat elektronik"
},
"copyCompany": {
- "message": "Copy company"
+ "message": "Salin perusahaan"
},
"copySSN": {
- "message": "Copy Social Security number"
+ "message": "Salin nomor Keamanan Sosial"
},
"copyPassportNumber": {
- "message": "Copy passport number"
+ "message": "Salin nomor paspor"
},
"copyLicenseNumber": {
- "message": "Copy license number"
+ "message": "Salin nomor lisensi"
},
"copyName": {
- "message": "Copy name"
+ "message": "Salin nama"
},
"me": {
"message": "Saya"
@@ -863,9 +879,6 @@
"filter": {
"message": "Filter"
},
- "moveSelectedToOrg": {
- "message": "Pindahkan terpilih ke Organisasi"
- },
"deleteSelected": {
"message": "Hapus yang Dipilih"
},
@@ -921,15 +934,6 @@
}
}
},
- "movedItemsToOrg": {
- "message": "Item terpilih dipindah ke $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Items moved to $ORGNAME$",
"placeholders": {
@@ -988,34 +992,34 @@
"message": "Edit info"
},
"access": {
- "message": "Access"
+ "message": "Akses"
},
"accessLevel": {
- "message": "Access level"
+ "message": "Tingkat akses"
},
"accessing": {
- "message": "Accessing"
+ "message": "Sedang mengakses"
},
"loggedOut": {
"message": "Keluar"
},
"loggedOutDesc": {
- "message": "You have been logged out of your account."
+ "message": "Anda telah keluar dari akun Anda."
},
"loginExpired": {
"message": "Sesi masuk Anda telah berakhir."
},
"restartRegistration": {
- "message": "Restart registration"
+ "message": "Mulai ulang pendaftaran"
},
"expiredLink": {
- "message": "Expired link"
+ "message": "Tautan telah kadaluwarsa"
},
"pleaseRestartRegistrationOrTryLoggingIn": {
- "message": "Please restart registration or try logging in."
+ "message": "Mohon mulai ulang pendaftaran atau coba masuk."
},
"youMayAlreadyHaveAnAccount": {
- "message": "You may already have an account"
+ "message": "Anda mungkin telah memiliki sebuah akun"
},
"logOutConfirmation": {
"message": "Anda yakin ingin keluar?"
@@ -1033,7 +1037,7 @@
"message": "Tidak"
},
"location": {
- "message": "Location"
+ "message": "Lokasi"
},
"loginOrCreateNewAccount": {
"message": "Masuk atau buat akun baru untuk mengakses brankas Anda."
@@ -1042,10 +1046,10 @@
"message": "Masuk dengan perangkat"
},
"loginWithDeviceEnabledNote": {
- "message": "Log in with device must be set up in the settings of the Bitwarden app. Need another option?"
+ "message": "Masuk dengan perangkat harus diatur di pengaturan aplikasi ini. Perlu pilihan lainnya?"
},
"needAnotherOptionV1": {
- "message": "Need another option?"
+ "message": "Perlu pilihan lainnya?"
},
"loginWithMasterPassword": {
"message": "Masuk dengan kata sandi utama"
@@ -1060,13 +1064,13 @@
"message": "Use a different log in method"
},
"logInWithPasskey": {
- "message": "Log in with passkey"
+ "message": "Masuk dengan kunci sandi"
},
"useSingleSignOn": {
- "message": "Use single sign-on"
+ "message": "Gunakan masuk tunggal"
},
"welcomeBack": {
- "message": "Welcome back"
+ "message": "Selamat datang kembali"
},
"invalidPasskeyPleaseTryAgain": {
"message": "Invalid Passkey. Please try again."
@@ -1093,10 +1097,10 @@
"message": "Error creating passkey"
},
"errorCreatingPasskeyInfo": {
- "message": "There was a problem creating your passkey."
+ "message": "Terdapat masalah mengimpor kuncimu."
},
"passkeySuccessfullyCreated": {
- "message": "Passkey successfully created!"
+ "message": "Akun berhasil dibuat!"
},
"customPasskeyNameInfo": {
"message": "Name your passkey to help you identify it."
@@ -1270,12 +1274,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Enter your account email address and your password hint will be sent to you"
},
- "passwordHint": {
- "message": "Petunjuk Kata Sandi"
- },
- "enterEmailToGetHint": {
- "message": "Masukkan email akun Anda untuk menerima pentunjuk sandi utama Anda."
- },
"getMasterPasswordHint": {
"message": "Dapatkan petunjuk sandi utama"
},
@@ -1561,9 +1559,6 @@
"moveToOrgDesc": {
"message": "Pilihlah sebuah organisasi yang Anda ingin memindahkan item ini. Memindahkan berarti memberikan kepemilikan kepada organisasi tersebut. Anda tidak akan lagi menjadi pemilik item ini."
},
- "moveManyToOrgDesc": {
- "message": "Pilihlah sebuah organisasi yang Anda ingin memindahkan item ini. Memindahkan berarti memberikan kepemilikan kepada organisasi tersebut. Anda tidak akan lagi menjadi pemilik item ini."
- },
"collectionsDesc": {
"message": "Edit koleksi tempat item ini dibagikan. Hanya pengguna organisasi dengan akses ke koleksi ini yang dapat melihat item ini."
},
@@ -1597,23 +1592,6 @@
}
}
},
- "moveSelectedItemsCountDesc": {
- "message": "Anda telah memilih $COUNT$ item. $MOVEABLE_COUNT$ item bisa dipindahkan ke sebuah organisasi, $NONMOVEABLE_COUNT$ tidak bisa.",
- "placeholders": {
- "count": {
- "content": "$1",
- "example": "10"
- },
- "moveable_count": {
- "content": "$2",
- "example": "8"
- },
- "nonmoveable_count": {
- "content": "$3",
- "example": "2"
- }
- }
- },
"verificationCodeTotp": {
"message": "Kode Verifikasi (TOTP)"
},
@@ -4530,6 +4508,40 @@
}
}
},
+ "reorderFieldUp": {
+ "message": "$LABEL$ moved up, position $INDEX$ of $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
+ "reorderFieldDown": {
+ "message": "$LABEL$ moved down, position $INDEX$ of $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
"keyUpdateFoldersFailed": {
"message": "When updating your encryption key, your folders could not be decrypted. To continue with the update, your folders must be deleted. No vault items will be deleted if you proceed."
},
@@ -7264,12 +7276,6 @@
"numberOfUsers": {
"message": "Jumplah pengguna"
},
- "loggingInAs": {
- "message": "Logging in as"
- },
- "notYou": {
- "message": "Bukan Anda?"
- },
"pickAnAvatarColor": {
"message": "Pick an avatar color"
},
@@ -8393,9 +8399,6 @@
"requestAdminApproval": {
"message": "Request admin approval"
},
- "approveWithMasterPassword": {
- "message": "Approve with master password"
- },
"trustedDeviceEncryption": {
"message": "Trusted device encryption"
},
@@ -8610,9 +8613,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "Your request has been sent to your admin."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "You will be notified once approved."
- },
"troubleLoggingIn": {
"message": "Trouble logging in?"
},
@@ -9338,6 +9338,15 @@
"deviceManagementDesc": {
"message": "Configure device management for Bitwarden using the implementation guide for your platform."
},
+ "deviceIdMissing": {
+ "message": "Device ID is missing"
+ },
+ "deviceTypeMissing": {
+ "message": "Device type is missing"
+ },
+ "deviceCreationDateMissing": {
+ "message": "Device creation date is missing"
+ },
"desktopRequired": {
"message": "Desktop required"
},
@@ -10339,6 +10348,36 @@
"organizationNameMaxLength": {
"message": "Organization name cannot exceed 50 characters."
},
+ "sshKeyWrongPassword": {
+ "message": "The password you entered is incorrect."
+ },
+ "importSshKey": {
+ "message": "Import"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Confirm password"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Enter the password for the SSH key."
+ },
+ "enterSshKeyPassword": {
+ "message": "Enter password"
+ },
+ "invalidSshKey": {
+ "message": "The SSH key is invalid"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "The SSH key type is not supported"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Import key from clipboard"
+ },
+ "sshKeyImported": {
+ "message": "SSH key imported successfully"
+ },
+ "copySSHPrivateKey": {
+ "message": "Copy private key"
+ },
"openingExtension": {
"message": "Opening the Bitwarden browser extension"
},
@@ -10504,5 +10543,8 @@
},
"upgradeEventLogMessage": {
"message": "These events are examples only and do not reflect real events within your Bitwarden organization."
+ },
+ "cannotCreateCollection": {
+ "message": "Free organizations may have up to 2 collections. Upgrade to a paid plan to add more collections."
}
}
diff --git a/apps/web/src/locales/it/messages.json b/apps/web/src/locales/it/messages.json
index d1e74c5d670..0cbc425d588 100644
--- a/apps/web/src/locales/it/messages.json
+++ b/apps/web/src/locales/it/messages.json
@@ -3,25 +3,25 @@
"message": "Tutte le applicazioni"
},
"criticalApplications": {
- "message": "Critical applications"
+ "message": "Applicazioni critiche"
},
"noCriticalAppsAtRisk": {
"message": "Nessuna applicazione critica a rischio"
},
"accessIntelligence": {
- "message": "Access Intelligence"
+ "message": "Intelligence sugli accessi"
},
"riskInsights": {
- "message": "Risk Insights"
+ "message": "Approfondimento rischi"
},
"passwordRisk": {
- "message": "Password Risk"
+ "message": "Rischio password"
},
"reviewAtRiskPasswords": {
- "message": "Review at-risk passwords (weak, exposed, or reused) across applications. Select your most critical applications to prioritize security actions for your users to address at-risk passwords."
+ "message": "Controlla le password a rischio (deboli, esposte o riutilizzate). Seleziona le applicazioni critiche per determinare la priorità delle azioni di sicurezza."
},
"dataLastUpdated": {
- "message": "Data last updated: $DATE$",
+ "message": "Ultimo aggiornamento: $DATE$",
"placeholders": {
"date": {
"content": "$1",
@@ -33,13 +33,13 @@
"message": "Membri notificati"
},
"revokeMembers": {
- "message": "Revoke members"
+ "message": "Revoca membri"
},
"restoreMembers": {
- "message": "Restore members"
+ "message": "Ripristina membri"
},
"cannotRestoreAccessError": {
- "message": "Cannot restore organization access"
+ "message": "Impossibile ripristinare l'accesso all'organizzazione"
},
"allApplicationsWithCount": {
"message": "Tutte le applicazioni ($COUNT$)",
@@ -51,10 +51,10 @@
}
},
"createNewLoginItem": {
- "message": "Create new login item"
+ "message": "Crea nuovo elemento di login"
},
"criticalApplicationsWithCount": {
- "message": "Critical applications ($COUNT$)",
+ "message": "Applicazioni critiche ($COUNT$)",
"placeholders": {
"count": {
"content": "$1",
@@ -72,7 +72,7 @@
}
},
"noAppsInOrgTitle": {
- "message": "No applications found in $ORG NAME$",
+ "message": "Nessuna applicazione trovata in $ORG NAME$",
"placeholders": {
"org name": {
"content": "$1",
@@ -81,40 +81,40 @@
}
},
"noAppsInOrgDescription": {
- "message": "As users save logins, applications appear here, showing any at-risk passwords. Mark critical apps and notify users to update passwords."
+ "message": "Quando gli utenti salvano i login, i relativi dati e le password a rischio sono mostrati qui. Contrassegna le applicazioni critiche e notifica agli utenti di aggiornare le password."
},
"noCriticalAppsTitle": {
- "message": "You haven't marked any applications as a Critical"
+ "message": "Non hai contrassegnato nessuna applicazione come critica"
},
"noCriticalAppsDescription": {
- "message": "Select your most critical applications to discover at-risk passwords, and notify users to change those passwords."
+ "message": "Seleziona le applicazioni critiche per scoprire le password a rischio e invitare gli utenti a modificarle."
},
"markCriticalApps": {
- "message": "Mark critical apps"
+ "message": "Seleziona le applicazioni critiche"
},
"markAppAsCritical": {
- "message": "Mark app as critical"
+ "message": "Contrassegna l'applicazione come critica"
},
"appsMarkedAsCritical": {
- "message": "Apps marked as critical"
+ "message": "Contrassegna le applicazioni selezionate come critiche"
},
"application": {
- "message": "Application"
+ "message": "Applicazione"
},
"atRiskPasswords": {
- "message": "At-risk passwords"
+ "message": "Password a rischio"
},
"requestPasswordChange": {
- "message": "Request password change"
+ "message": "Richiedi modifica password"
},
"totalPasswords": {
- "message": "Total passwords"
+ "message": "Password totali"
},
"searchApps": {
- "message": "Search applications"
+ "message": "Cerca applicazioni"
},
"atRiskMembers": {
- "message": "At-risk members"
+ "message": "Membri a rischio"
},
"atRiskMembersWithCount": {
"message": "Membri a rischio ($COUNT$)",
@@ -150,19 +150,19 @@
}
},
"totalMembers": {
- "message": "Total members"
+ "message": "Membri totali"
},
"atRiskApplications": {
- "message": "At-risk applications"
+ "message": "Applicazioni a rischio"
},
"totalApplications": {
- "message": "Total applications"
+ "message": "Applicazioni totali"
},
"unmarkAsCriticalApp": {
- "message": "Unmark as critical app"
+ "message": "Contrassegna l'applicazione come non critica"
},
"criticalApplicationSuccessfullyUnmarked": {
- "message": "Critical application successfully unmarked"
+ "message": "Applicazione contrassegnata come non critica"
},
"whatTypeOfItem": {
"message": "Che tipo di elemento è questo?"
@@ -428,6 +428,9 @@
"dragToSort": {
"message": "Trascina per ordinare"
},
+ "dragToReorder": {
+ "message": "Trascina per riordinare"
+ },
"cfTypeText": {
"message": "Testo"
},
@@ -438,17 +441,17 @@
"message": "Booleano"
},
"cfTypeCheckbox": {
- "message": "Checkbox"
+ "message": "Caselle di controllo"
},
"cfTypeLinked": {
"message": "Collegato",
"description": "This describes a field that is 'linked' (related) to another field."
},
"fieldType": {
- "message": "Field type"
+ "message": "Tipo di campo"
},
"fieldLabel": {
- "message": "Field label"
+ "message": "Etichetta campo"
},
"remove": {
"message": "Rimuovi"
@@ -470,6 +473,19 @@
"editFolder": {
"message": "Modifica cartella"
},
+ "editWithName": {
+ "message": "Modifica $ITEM$: $NAME$",
+ "placeholders": {
+ "item": {
+ "content": "$1",
+ "example": "login"
+ },
+ "name": {
+ "content": "$2",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "Nuova cartella"
},
@@ -526,7 +542,7 @@
"message": "Genera password"
},
"generatePassphrase": {
- "message": "Generate passphrase"
+ "message": "Genera passphrase"
},
"checkPassword": {
"message": "Verifica se la password è stata esposta."
@@ -629,7 +645,7 @@
"message": "Nota sicura"
},
"typeSshKey": {
- "message": "SSH key"
+ "message": "Chiave SSH"
},
"typeLoginPlural": {
"message": "Login"
@@ -707,7 +723,7 @@
"message": "Visualizza elemento"
},
"newItemHeader": {
- "message": "New $TYPE$",
+ "message": "Nuovo $TYPE$",
"placeholders": {
"type": {
"content": "$1",
@@ -716,7 +732,7 @@
}
},
"editItemHeader": {
- "message": "Edit $TYPE$",
+ "message": "Modifica $TYPE$",
"placeholders": {
"type": {
"content": "$1",
@@ -770,7 +786,7 @@
}
},
"copySuccessful": {
- "message": "Copy Successful"
+ "message": "Copia riuscita"
},
"copyValue": {
"message": "Copia valore",
@@ -781,11 +797,11 @@
"description": "Copy password to clipboard"
},
"copyPassphrase": {
- "message": "Copy passphrase",
+ "message": "Copia passphrase",
"description": "Copy passphrase to clipboard"
},
"passwordCopied": {
- "message": "Password copied"
+ "message": "Password copiata"
},
"copyUsername": {
"message": "Copia nome utente",
@@ -804,7 +820,7 @@
"description": "Copy URI to clipboard"
},
"copyCustomField": {
- "message": "Copy $FIELD$",
+ "message": "Copia $FIELD$",
"placeholders": {
"field": {
"content": "$1",
@@ -813,34 +829,34 @@
}
},
"copyWebsite": {
- "message": "Copy website"
+ "message": "Copia sito Web"
},
"copyNotes": {
- "message": "Copy notes"
+ "message": "Copia note"
},
"copyAddress": {
- "message": "Copy address"
+ "message": "Copia indirizzo"
},
"copyPhone": {
- "message": "Copy phone"
+ "message": "Copia telefono"
},
"copyEmail": {
- "message": "Copy email"
+ "message": "Copia email"
},
"copyCompany": {
- "message": "Copy company"
+ "message": "Copia azienda"
},
"copySSN": {
- "message": "Copy Social Security number"
+ "message": "Copia codice fiscale"
},
"copyPassportNumber": {
- "message": "Copy passport number"
+ "message": "Copia numero passaporto"
},
"copyLicenseNumber": {
- "message": "Copy license number"
+ "message": "Copia numero patente"
},
"copyName": {
- "message": "Copy name"
+ "message": "Copia nome"
},
"me": {
"message": "Io"
@@ -863,9 +879,6 @@
"filter": {
"message": "Filtra"
},
- "moveSelectedToOrg": {
- "message": "Sposta selezionati in organizzazione"
- },
"deleteSelected": {
"message": "Elimina selezionati"
},
@@ -921,15 +934,6 @@
}
}
},
- "movedItemsToOrg": {
- "message": "Elementi selezionati spostati in $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Elementi spostati su $ORGNAME$",
"placeholders": {
@@ -1045,7 +1049,7 @@
"message": "L'accesso con dispositivo deve essere abilitato nelle impostazioni dell'app Bitwarden. Ti serve un'altra opzione?"
},
"needAnotherOptionV1": {
- "message": "Need another option?"
+ "message": "Ti serve un'alternativa?"
},
"loginWithMasterPassword": {
"message": "Accedi con password principale"
@@ -1060,13 +1064,13 @@
"message": "Usa un altro metodo di accesso"
},
"logInWithPasskey": {
- "message": "Log in with passkey"
+ "message": "Accedi con passkey"
},
"useSingleSignOn": {
- "message": "Use single sign-on"
+ "message": "Usa login unificato (SSO)"
},
"welcomeBack": {
- "message": "Welcome back"
+ "message": "Bentornat*"
},
"invalidPasskeyPleaseTryAgain": {
"message": "Passkey non valida. Riprova."
@@ -1150,7 +1154,7 @@
"message": "Crea account"
},
"newToBitwarden": {
- "message": "New to Bitwarden?"
+ "message": "Hai appena iniziato ad usare Bitwarden?"
},
"setAStrongPassword": {
"message": "Imposta una password robusta"
@@ -1168,31 +1172,31 @@
"message": "Accedi"
},
"logInToBitwarden": {
- "message": "Log in to Bitwarden"
+ "message": "Accedi a Bitwarden"
},
"enterTheCodeSentToYourEmail": {
- "message": "Enter the code sent to your email"
+ "message": "Inserisci il codice che hai ricevuto via email"
},
"enterTheCodeFromYourAuthenticatorApp": {
- "message": "Enter the code from your authenticator app"
+ "message": "Inserisci il codice generato dalla tua app di autenticazione"
},
"pressYourYubiKeyToAuthenticate": {
- "message": "Press your YubiKey to authenticate"
+ "message": "Conferma con la tua chiave YubiKey"
},
"authenticationTimeout": {
- "message": "Authentication timeout"
+ "message": "Tempo per l'autenticazione scaduto"
},
"authenticationSessionTimedOut": {
- "message": "The authentication session timed out. Please restart the login process."
+ "message": "La sessione di autenticazione è scaduta. Accedi di nuovo."
},
"verifyYourIdentity": {
"message": "Verifica la tua identità"
},
"weDontRecognizeThisDevice": {
- "message": "We don't recognize this device. Enter the code sent to your email to verify your identity."
+ "message": "Inserisci il codice che hai ricevuto via email per confermare la tua identità."
},
"continueLoggingIn": {
- "message": "Continue logging in"
+ "message": "Continua l'accesso"
},
"whatIsADevice": {
"message": "Cos'è un dispositivo?"
@@ -1262,19 +1266,13 @@
"message": "Account email"
},
"requestHint": {
- "message": "Request hint"
+ "message": "Richiedi suggerimento"
},
"requestPasswordHint": {
- "message": "Request password hint"
+ "message": "Richiedi suggerimento per la password"
},
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
- "message": "Enter your account email address and your password hint will be sent to you"
- },
- "passwordHint": {
- "message": "Suggerimento per la password"
- },
- "enterEmailToGetHint": {
- "message": "Inserisci l'indirizzo email del tuo account per ricevere il suggerimento per la password principale."
+ "message": "Inserisci l'indirizzo email del tuo account Bitwarden per ricevere il suggerimento"
},
"getMasterPasswordHint": {
"message": "Ottieni suggerimento per la password principale"
@@ -1332,7 +1330,7 @@
"message": "La cassaforte è bloccata"
},
"yourAccountIsLocked": {
- "message": "Your account is locked"
+ "message": "Il tuo account è bloccato"
},
"uuid": {
"message": "UUID"
@@ -1369,7 +1367,7 @@
"message": "Non hai i permessi necessari per visualizzare tutti gli elementi in questa raccolta."
},
"youDoNotHavePermissions": {
- "message": "You do not have permissions to this collection"
+ "message": "Non hai l'autorizzazione per l'accesso a questa raccolta"
},
"noCollectionsInList": {
"message": "Nessuna raccolta da mostrare."
@@ -1426,7 +1424,7 @@
"message": "Sblocca Bitwarden sul tuo dispositivo. Assicurati che la frase di impronta digitale corrisponda a quella sottostante prima di approvare."
},
"aNotificationWasSentToYourDevice": {
- "message": "A notification was sent to your device"
+ "message": "Una notifica è stata inviata al tuo dispositivo"
},
"versionNumber": {
"message": "Versione $VERSION_NUMBER$",
@@ -1462,7 +1460,7 @@
"message": "Ricordami"
},
"dontAskAgainOnThisDeviceFor30Days": {
- "message": "Don't ask again on this device for 30 days"
+ "message": "Non chiedere più per 30 giorni su questo dispositivo"
},
"sendVerificationCodeEmailAgain": {
"message": "Invia di nuovo l'email con codice di verifica"
@@ -1471,11 +1469,11 @@
"message": "Usa un altro metodo di verifica in due passaggi"
},
"selectAnotherMethod": {
- "message": "Select another method",
+ "message": "Scegli un altro metodo",
"description": "Select another two-step login method"
},
"useYourRecoveryCode": {
- "message": "Use your recovery code"
+ "message": "Usa un codice di recupero"
},
"insertYubiKey": {
"message": "Inserisci la tua YubiKey nella porta USB del computer e premi il suo pulsante."
@@ -1496,7 +1494,7 @@
"message": "Opzioni verifica in due passaggi"
},
"selectTwoStepLoginMethod": {
- "message": "Select two-step login method"
+ "message": "Scegli il metodo di accesso in due passaggi"
},
"recoveryCodeDesc": {
"message": "Hai perso l'accesso a tutti i tuoi metodi di verifica in due passaggi? Usa il tuo codice di recupero per disattivarli tutti dal tuo account."
@@ -1541,7 +1539,7 @@
"message": "(Trasferito da FIDO)"
},
"openInNewTab": {
- "message": "Open in new tab"
+ "message": "Apri in una nuova scheda del browser"
},
"emailTitle": {
"message": "Email"
@@ -1561,9 +1559,6 @@
"moveToOrgDesc": {
"message": "Scegli un'organizzazione in cui vuoi spostare questo elemento. Spostarlo in un'organizzazione trasferisce la proprietà dell'elemento all'organizzazione. Una volta spostato, non sarai più il proprietario diretto di questo elemento."
},
- "moveManyToOrgDesc": {
- "message": "Scegli un'organizzazione in cui vuoi spostare questi elementi. Spostarli in un'organizzazione trasferisce la proprietà degli elementi all'organizzazione. Una volta spostati, non sarai più il proprietario diretto di questi elementi."
- },
"collectionsDesc": {
"message": "Modifica le raccolte con cui questo elemento è condiviso. Solo gli utenti di organizzazioni che hanno accesso a queste raccolte potranno visualizzare questo elemento."
},
@@ -1597,23 +1592,6 @@
}
}
},
- "moveSelectedItemsCountDesc": {
- "message": "Hai selezionato $COUNT$ elementi. $MOVEABLE_COUNT$ elementi possono essere spostati in un'organizzazione, $NONMOVEABLE_COUNT$ no.",
- "placeholders": {
- "count": {
- "content": "$1",
- "example": "10"
- },
- "moveable_count": {
- "content": "$2",
- "example": "8"
- },
- "nonmoveable_count": {
- "content": "$3",
- "example": "2"
- }
- }
- },
"verificationCodeTotp": {
"message": "Codice di verifica (TOTP)"
},
@@ -1728,7 +1706,7 @@
"description": "deprecated. Use avoidAmbiguous instead."
},
"avoidAmbiguous": {
- "message": "Avoid ambiguous characters",
+ "message": "Evita caratteri ambigui",
"description": "Label for the avoid ambiguous characters checkbox."
},
"length": {
@@ -1766,32 +1744,32 @@
"message": "Includi numero"
},
"generatorPolicyInEffect": {
- "message": "Enterprise policy requirements have been applied to your generator options.",
+ "message": "I requisiti della politica aziendale sono stati applicati alle opzioni del generatore.",
"description": "Indicates that a policy limits the credential generator screen."
},
"passwordHistory": {
"message": "Cronologia delle password"
},
"generatorHistory": {
- "message": "Generator history"
+ "message": "Cronologia generazione"
},
"clearGeneratorHistoryTitle": {
- "message": "Clear generator history"
+ "message": "Cancella cronologia"
},
"cleargGeneratorHistoryDescription": {
- "message": "If you continue, all entries will be permanently deleted from generator's history. Are you sure you want to continue?"
+ "message": "Vuoi davvero eliminare definitivamente tutti gli elementi della cronologia?"
},
"noPasswordsInList": {
"message": "Non ci sono password da mostrare."
},
"clearHistory": {
- "message": "Clear history"
+ "message": "Cancella cronologia"
},
"nothingToShow": {
- "message": "Nothing to show"
+ "message": "Nessun elemento"
},
"nothingGeneratedRecently": {
- "message": "You haven't generated anything recently"
+ "message": "Nessuna generazione recente"
},
"clear": {
"message": "Cancella",
@@ -1937,7 +1915,7 @@
"message": "Tutte le sessioni revocate"
},
"accountIsOwnedMessage": {
- "message": "This account is owned by $ORGANIZATIONNAME$",
+ "message": "Questo account è gestito da $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
@@ -2197,7 +2175,7 @@
"message": "Impostare la verifica in due passaggi potrebbe bloccarti permanentemente fuori dal tuo account Bitwarden. Un codice di recupero ti permette di accedere al tuo account il caso non potessi più usare il tuo solito metodo di verifica in due passaggi (per esempio se perdi il telefono). L'assistenza clienti di Bitwarden non sarà in grado di aiutarti se perdi l'accesso al tuo account. Scrivi o stampa il tuo codice di recupero e conservalo in un luogo sicuro."
},
"yourSingleUseRecoveryCode": {
- "message": "Your single-use recovery code can be used to turn off two-step login in the event that you lose access to your two-step login provider. Bitwarden recommends you write down the recovery code and keep it in a safe place."
+ "message": "Puoi usare il codice di recupero monouso se non hai accesso a nessuno dei metodi impostati per l'accesso in due passaggi. Se accedi con un codice, l'accesso in due passaggi sarà disattivato. Conserva il codice in un luogo sicuro e accessibile solo a te."
},
"viewRecoveryCode": {
"message": "Visualizza codice di recupero"
@@ -2238,7 +2216,7 @@
"message": "Gestisci"
},
"manageCollection": {
- "message": "Gestisci collezione"
+ "message": "Gestisci raccolta"
},
"viewItems": {
"message": "Vedi voci"
@@ -2556,7 +2534,7 @@
"message": "Controlla password esposte"
},
"timesExposed": {
- "message": "Times exposed"
+ "message": "Quante volte vittima o a rischio di data breach"
},
"exposedXTimes": {
"message": "Esposta $COUNT$ volte",
@@ -2593,7 +2571,7 @@
"message": "Nessun elemento nella tua cassaforte ha password deboli."
},
"weakness": {
- "message": "Weakness"
+ "message": "Debolezza"
},
"reusedPasswordsReport": {
"message": "Password riutilizzate"
@@ -2621,7 +2599,7 @@
"message": "Nessun login nella tua cassaforte ha password riutilizzate."
},
"timesReused": {
- "message": "Times reused"
+ "message": "Quante volte riutilizzata"
},
"reusedXTimes": {
"message": "Riutilizzata $COUNT$ volte",
@@ -2921,7 +2899,7 @@
"message": "Scarica licenza"
},
"viewBillingToken": {
- "message": "View Billing Token"
+ "message": "Visualizza token di fatturazione"
},
"updateLicense": {
"message": "Aggiorna licenza"
@@ -2970,10 +2948,10 @@
"message": "Fatture"
},
"noUnpaidInvoices": {
- "message": "No unpaid invoices."
+ "message": "Nessuna fattura non pagata."
},
"noPaidInvoices": {
- "message": "No paid invoices."
+ "message": "Nessuna fattura pagata."
},
"paid": {
"message": "Pagata",
@@ -3587,7 +3565,7 @@
}
},
"viewAllLogInOptions": {
- "message": "View all log in options"
+ "message": "Visualizza tutte le opzioni di accesso"
},
"viewAllLoginOptions": {
"message": "Visualizza tutte le opzioni di accesso"
@@ -4113,7 +4091,7 @@
"message": "Aggiorna browser"
},
"generatingRiskInsights": {
- "message": "Generating your risk insights..."
+ "message": "Generazione delle tue informazioni sui rischi..."
},
"updateBrowserDesc": {
"message": "Stai utilizzando un browser non supportato. La cassaforte web potrebbe non funzionare correttamente."
@@ -4125,7 +4103,7 @@
"message": "Rivedi richiesta di accesso"
},
"freeTrialEndPromptCount": {
- "message": "Your free trial ends in $COUNT$ days.",
+ "message": "Il tuo periodo di prova scade tra $COUNT$ giorni.",
"placeholders": {
"count": {
"content": "$1",
@@ -4134,7 +4112,7 @@
}
},
"freeTrialEndPromptMultipleDays": {
- "message": "$ORGANIZATION$, your free trial ends in $COUNT$ days.",
+ "message": "$ORGANIZATION$, la tua prova gratuita termina tra $COUNT$ giorni.",
"placeholders": {
"count": {
"content": "$2",
@@ -4147,7 +4125,7 @@
}
},
"freeTrialEndPromptTomorrow": {
- "message": "$ORGANIZATION$, your free trial ends tomorrow.",
+ "message": "$ORGANIZATION$, la tua prova gratuita termina domani.",
"placeholders": {
"organization": {
"content": "$1",
@@ -4156,10 +4134,10 @@
}
},
"freeTrialEndPromptTomorrowNoOrgName": {
- "message": "Your free trial ends tomorrow."
+ "message": "La tua prova gratuita termina domani."
},
"freeTrialEndPromptToday": {
- "message": "$ORGANIZATION$, your free trial ends today.",
+ "message": "$ORGANIZATION$, la tua prova gratuita termina domani.",
"placeholders": {
"organization": {
"content": "$1",
@@ -4168,16 +4146,16 @@
}
},
"freeTrialEndingTodayWithoutOrgName": {
- "message": "Your free trial ends today."
+ "message": "La tua prova gratuita termina oggi."
},
"clickHereToAddPaymentMethod": {
- "message": "Click here to add a payment method."
+ "message": "Clicca qui per aggiungere un metodo di pagamento."
},
"joinOrganization": {
"message": "Unisciti all'organizzazione"
},
"joinOrganizationName": {
- "message": "Join $ORGANIZATIONNAME$",
+ "message": "Unisciti a $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
@@ -4219,7 +4197,7 @@
"message": "Se non puoi accedere al tuo account usando i normali metodi di verifica in due passaggi, usa il tuo codice di recupero per disattivarli tutti dal tuo account."
},
"logInBelowUsingYourSingleUseRecoveryCode": {
- "message": "Log in below using your single-use recovery code. This will turn off all two-step providers on your account."
+ "message": "Accedi utilizzando il tuo codice di recupero monouso. Tutti i metodi di accesso in due passaggi saranno disattivati sul tuo account."
},
"recoverAccountTwoStep": {
"message": "Ripristina verifica in due passaggi dell'account"
@@ -4513,7 +4491,7 @@
"message": "Non è possibile procedere con l'aggiornamento della chiave di cifratura"
},
"editFieldLabel": {
- "message": "Edit $LABEL$",
+ "message": "Modifica $LABEL$",
"placeholders": {
"label": {
"content": "$1",
@@ -4522,7 +4500,7 @@
}
},
"reorderToggleButton": {
- "message": "Reorder $LABEL$. Use arrow key to move item up or down.",
+ "message": "Riordina $LABEL$. Utilizza i tasti freccia per spostare l'elemento verso l'alto o verso il basso.",
"placeholders": {
"label": {
"content": "$1",
@@ -4530,6 +4508,40 @@
}
}
},
+ "reorderFieldUp": {
+ "message": "$LABEL$ spostato su, in posizione $INDEX$ di $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
+ "reorderFieldDown": {
+ "message": "$LABEL$ spostato giù, in posizione $INDEX$ di $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
"keyUpdateFoldersFailed": {
"message": "Quando si aggiorna la chiave di cifratura, le cartelle non possono essere decifrate. Per continuare con l'aggiornamento, le cartelle devono essere eliminate. Nessun elemento della cassaforte verrà eliminato se si procede."
},
@@ -4749,7 +4761,7 @@
"description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their public key with another user, for the purposes of sharing."
},
"youWillBeNotifiedOnceTheRequestIsApproved": {
- "message": "You will be notified once the request is approved"
+ "message": "Riceverai una notifica quando la richiesta sarà approvata"
},
"free": {
"message": "Gratis",
@@ -4988,10 +5000,10 @@
"message": "Accedi usando il portale di accesso (SSO) della tua organizzazione. Inserisci l'identificativo della tua organizzazione per iniziare."
},
"singleSignOnEnterOrgIdentifier": {
- "message": "Enter your organization's SSO identifier to begin"
+ "message": "Inserisci l'identificatore SSO della tua organizzazione per iniziare"
},
"singleSignOnEnterOrgIdentifierText": {
- "message": "To log in with your SSO provider, enter your organization's SSO identifier to begin. You may need to enter this SSO identifier when you log in from a new device."
+ "message": "Per accedere con il tuo provider SSO, inserisci l'identificatore SSO della tua organizzazione. Potrebbe essere necessario inserirlo di nuovo quando si accede da un nuovo dispositivo."
},
"enterpriseSingleSignOn": {
"message": "Single Sign-On aziendale"
@@ -5061,7 +5073,7 @@
"message": "Impedisci ai membri di unirsi ad altre organizzazioni."
},
"singleOrgPolicyDesc": {
- "message": "Restrict members from joining other organizations. This policy is required for organizations that have enabled domain verification."
+ "message": "Impedisci ai membri di entrare in altre organizzazioni. Questa politica è richiesta per le organizzazioni che hanno abilitato la verifica del dominio."
},
"singleOrgBlockCreateMessage": {
"message": "La tua organizzazione corrente ha una politica che non ti consente di unirti ad altre organizzazioni. Contatta gli amministratori della tua organizzazione o registrati da un altro account Bitwarden."
@@ -5070,7 +5082,7 @@
"message": "I membri dell'organizzazione che non sono proprietari o amministratori e sono membri di un'altra organizzazione saranno rimossi dalla tua organizzazione."
},
"singleOrgPolicyMemberWarning": {
- "message": "Non-compliant members will be placed in revoked status until they leave all other organizations. Administrators are exempt and can restore members once compliance is met."
+ "message": "I membri non conformi entreranno in stato 'revocato' finché non lasceranno tutte le altre organizzazioni. Gli amministratori sono esenti e possono ripristinare i membri una volta soddisfatta la conformità."
},
"requireSso": {
"message": "Richiedi autenticazione Single Sign-On"
@@ -5686,10 +5698,10 @@
"message": "Autenticazione WebAuthn"
},
"readSecurityKey": {
- "message": "Read security key"
+ "message": "Leggi chiave di sicurezza"
},
"awaitingSecurityKeyInteraction": {
- "message": "Awaiting security key interaction..."
+ "message": "In attesa di interazione con la chiave di sicurezza..."
},
"webAuthnNotSupported": {
"message": "WebAuthn non è supportato da questo browser."
@@ -5884,10 +5896,10 @@
"message": "Escluso, non applicabile per questa azione"
},
"nonCompliantMembersTitle": {
- "message": "Non-compliant members"
+ "message": "Membri non conformi"
},
"nonCompliantMembersError": {
- "message": "Members that are non-compliant with the Single organization or Two-step login policy cannot be restored until they adhere to the policy requirements"
+ "message": "I membri non conformi alla politica di accesso dell'organizzazione non possono essere ripristinati finché non aderiscono ai requisiti di policy"
},
"fingerprint": {
"message": "Impronta"
@@ -6111,7 +6123,7 @@
}
},
"vaultTimeoutPolicyInEffect1": {
- "message": "$HOURS$ hour(s) and $MINUTES$ minute(s) maximum.",
+ "message": "Max $HOURS$ ora/e e $MINUTES$ minuto/i.",
"placeholders": {
"hours": {
"content": "$1",
@@ -6555,7 +6567,7 @@
"message": "Visualizza token di sincronizzazione della fatturazione"
},
"generateBillingToken": {
- "message": "Generate billing token"
+ "message": "Genera token di fatturazione"
},
"copyPasteBillingSync": {
"message": "Copia e incolla questo token nelle impostazioni di sincronizzazione della fatturazione della tua organizzazione self-hosted."
@@ -6564,7 +6576,7 @@
"message": "Il token di sincronizzazione della fatturazione può accedere e modificare le impostazioni di abbonamento di questa organizzazione."
},
"manageBillingTokenSync": {
- "message": "Manage Billing Token"
+ "message": "Gestisci token di fatturazione"
},
"setUpBillingSync": {
"message": "Configura sincronizzazione della fatturazione"
@@ -6630,7 +6642,7 @@
"message": "Token di sincronizzazione della fatturazione"
},
"automaticBillingSyncDesc": {
- "message": "Automatic sync unlocks Families sponsorships and allows you to sync your license without uploading a file. After making updates in the Bitwarden cloud server, select Sync License to apply changes."
+ "message": "La sincronizzazione automatica sblocca le sponsorizzazioni delle famiglie e consente di sincronizzare la licenza senza caricare un file. Dopo aver effettuato gli aggiornamenti nel server cloud Bitwarden, seleziona 'Sincronizza licenza' per applicare le modifiche."
},
"active": {
"message": "Attivo"
@@ -6700,7 +6712,7 @@
"message": "Obbligatorio se l'ID dell'entità non è un URL."
},
"offerNoLongerValid": {
- "message": "This offer is no longer valid. Contact your organization administrators for more information."
+ "message": "Questa offerta non è più valida. Contatta gli amministratori dell'organizzazione per maggiori informazioni."
},
"openIdOptionalCustomizations": {
"message": "Personalizzazioni facoltative"
@@ -6783,10 +6795,10 @@
"message": "Genera nome utente"
},
"generateEmail": {
- "message": "Generate email"
+ "message": "Genera email"
},
"spinboxBoundariesHint": {
- "message": "Value must be between $MIN$ and $MAX$.",
+ "message": "Il valore deve essere compreso tra $MIN$ e $MAX$.",
"description": "Explains spin box minimum and maximum values to the user",
"placeholders": {
"min": {
@@ -6800,7 +6812,7 @@
}
},
"passwordLengthRecommendationHint": {
- "message": " Use $RECOMMENDED$ characters or more to generate a strong password.",
+ "message": " Usa $RECOMMENDED$ o più caratteri per generare una password forte.",
"description": "Appended to `spinboxBoundariesHint` to recommend a length to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).",
"placeholders": {
"recommended": {
@@ -6810,7 +6822,7 @@
}
},
"passphraseNumWordsRecommendationHint": {
- "message": " Use $RECOMMENDED$ words or more to generate a strong passphrase.",
+ "message": " Usa $RECOMMENDED$ o più parole per generare una passphrase forte.",
"description": "Appended to `spinboxBoundariesHint` to recommend a number of words to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).",
"placeholders": {
"recommended": {
@@ -6925,11 +6937,11 @@
"message": "Genera un alias email con un servizio di inoltro esterno."
},
"forwarderDomainName": {
- "message": "Email domain",
+ "message": "Dominio email",
"description": "Labels the domain name email forwarder service option"
},
"forwarderDomainNameHint": {
- "message": "Choose a domain that is supported by the selected service",
+ "message": "Scegli un dominio supportato dal servizio selezionato",
"description": "Guidance provided for email forwarding services that support multiple email domains."
},
"forwarderError": {
@@ -7095,7 +7107,7 @@
"description": "the text, 'SCIM', is an acronym and should not be translated."
},
"scimIntegrationDescription": {
- "message": "Automatically provision users and groups with your preferred identity provider via SCIM provisioning. Find supported integrations",
+ "message": "Fornisci automaticamente a utenti e gruppi il tuo provider di identità preferito tramite il provisioning SCIM. Trova integrazioni supportate",
"description": "the text, 'SCIM', is an acronym and should not be translated."
},
"scimEnabledCheckboxDesc": {
@@ -7217,10 +7229,10 @@
}
},
"singleFieldNeedsAttention": {
- "message": "1 field needs your attention."
+ "message": "1 campo richiede tua attenzione."
},
"multipleFieldsNeedAttention": {
- "message": "$COUNT$ fields need your attention.",
+ "message": "$COUNT$ campi richiedono la tua attenzione.",
"placeholders": {
"count": {
"content": "$1",
@@ -7238,10 +7250,10 @@
"message": "Per il tuo account è richiesta la verifica in due passaggi DUO."
},
"duoTwoFactorRequiredPageSubtitle": {
- "message": "Duo two-step login is required for your account. Follow the steps below to finish logging in."
+ "message": "L'accesso Duo in due passaggi è richiesto per il tuo account. Segui i passaggi qui sotto per proseguire."
},
"followTheStepsBelowToFinishLoggingIn": {
- "message": "Follow the steps below to finish logging in."
+ "message": "Segui i passaggi qui sotto per completare l'accesso."
},
"launchDuo": {
"message": "Avvia DUO"
@@ -7264,12 +7276,6 @@
"numberOfUsers": {
"message": "Numero di utenti"
},
- "loggingInAs": {
- "message": "Accedendo come"
- },
- "notYou": {
- "message": "Non sei tu?"
- },
"pickAnAvatarColor": {
"message": "Scegli un colore dell'avatar"
},
@@ -8071,7 +8077,7 @@
"message": "Carica file"
},
"upload": {
- "message": "Upload"
+ "message": "Carica"
},
"acceptedFormats": {
"message": "Formati accettati:"
@@ -8083,13 +8089,13 @@
"message": "o"
},
"unlockWithBiometrics": {
- "message": "Unlock with biometrics"
+ "message": "Sblocca con i dati biometrici"
},
"unlockWithPin": {
- "message": "Unlock with PIN"
+ "message": "Sblocca con PIN"
},
"unlockWithMasterPassword": {
- "message": "Unlock with master password"
+ "message": "Sblocca con password principale"
},
"licenseAndBillingManagement": {
"message": "Licenza e gestione della fatturazione"
@@ -8101,7 +8107,7 @@
"message": "Caricamento manuale"
},
"manualBillingTokenUploadDesc": {
- "message": "If you do not want to opt into billing sync, manually upload your license here. This will not automatically unlock Families sponsorships."
+ "message": "Se non vuoi usare la sincronizzazione di fatturazione, carica manualmente la licenza qui. Le sponsorizzazioni delle famiglie non saranno sbloccate automaticamente."
},
"syncLicense": {
"message": "Sincronizza licenza"
@@ -8370,16 +8376,16 @@
"message": "Accesso avviato"
},
"rememberThisDeviceToMakeFutureLoginsSeamless": {
- "message": "Remember this device to make future logins seamless"
+ "message": "Ricorda questo dispositivo per rendere immediati i prossimi accessi"
},
"deviceApprovalRequired": {
"message": "Approvazione del dispositivo obbligatoria. Seleziona un'opzione di approvazione:"
},
"deviceApprovalRequiredV2": {
- "message": "Device approval required"
+ "message": "Approvazione dispositivo richiesta"
},
"selectAnApprovalOptionBelow": {
- "message": "Select an approval option below"
+ "message": "Seleziona un'opzione di approvazione"
},
"rememberThisDevice": {
"message": "Ricorda questo dispositivo"
@@ -8393,9 +8399,6 @@
"requestAdminApproval": {
"message": "Richiedi approvazione dell'amministratore"
},
- "approveWithMasterPassword": {
- "message": "Approva con password principale"
- },
"trustedDeviceEncryption": {
"message": "Crittografia dispositivo fidato"
},
@@ -8407,27 +8410,27 @@
"description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Members will not need a master password when logging in with SSO. Master password is replaced with an encryption key stored on the device, making that device trusted. The first device a member creates their account and logs into will be trusted. New devices will need to be approved by an existing trusted device or by an administrator. The single organization policy, SSO required policy, and account recovery administration policy will turn on when this option is used.'"
},
"memberDecryptionOptionTdeDescLink1": {
- "message": "single organization",
+ "message": "organizzazione singola",
"description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Members will not need a master password when logging in with SSO. Master password is replaced with an encryption key stored on the device, making that device trusted. The first device a member creates their account and logs into will be trusted. New devices will need to be approved by an existing trusted device or by an administrator. The single organization policy, SSO required policy, and account recovery administration policy will turn on when this option is used.'"
},
"memberDecryptionOptionTdeDescPart2": {
- "message": "policy,",
+ "message": "politica,",
"description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Members will not need a master password when logging in with SSO. Master password is replaced with an encryption key stored on the device, making that device trusted. The first device a member creates their account and logs into will be trusted. New devices will need to be approved by an existing trusted device or by an administrator. The single organization policy, SSO required policy, and account recovery administration policy will turn on when this option is used.'"
},
"memberDecryptionOptionTdeDescLink2": {
- "message": "SSO required",
+ "message": "SSO obbligatorio",
"description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Members will not need a master password when logging in with SSO. Master password is replaced with an encryption key stored on the device, making that device trusted. The first device a member creates their account and logs into will be trusted. New devices will need to be approved by an existing trusted device or by an administrator. The single organization policy, SSO required policy, and account recovery administration policy will turn on when this option is used.'"
},
"memberDecryptionOptionTdeDescPart3": {
- "message": "policy, and",
+ "message": "politica, e",
"description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Members will not need a master password when logging in with SSO. Master password is replaced with an encryption key stored on the device, making that device trusted. The first device a member creates their account and logs into will be trusted. New devices will need to be approved by an existing trusted device or by an administrator. The single organization policy, SSO required policy, and account recovery administration policy will turn on when this option is used.'"
},
"memberDecryptionOptionTdeDescLink3": {
- "message": "account recovery administration",
+ "message": "Recupero account",
"description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Members will not need a master password when logging in with SSO. Master password is replaced with an encryption key stored on the device, making that device trusted. The first device a member creates their account and logs into will be trusted. New devices will need to be approved by an existing trusted device or by an administrator. The single organization policy, SSO required policy, and account recovery administration policy will turn on when this option is used.'"
},
"memberDecryptionOptionTdeDescPart4": {
- "message": "policy will turn on when this option is used.",
+ "message": "la politica si attiverà quando questa opzione sarà utilizzata.",
"description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Members will not need a master password when logging in with SSO. Master password is replaced with an encryption key stored on the device, making that device trusted. The first device a member creates their account and logs into will be trusted. New devices will need to be approved by an existing trusted device or by an administrator. The single organization policy, SSO required policy, and account recovery administration policy will turn on when this option is used.'"
},
"orgPermissionsUpdatedMustSetPassword": {
@@ -8439,7 +8442,7 @@
"description": "Used as a card title description on the set password page to explain why the user is there"
},
"cardMetrics": {
- "message": "out of $TOTAL$",
+ "message": "di $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
@@ -8610,9 +8613,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "La tua richiesta è stata inviata al tuo amministratore."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "Riceverai una notifica una volta approvato."
- },
"troubleLoggingIn": {
"message": "Problemi ad accedere?"
},
@@ -8623,7 +8623,7 @@
"message": "Email utente mancante"
},
"activeUserEmailNotFoundLoggingYouOut": {
- "message": "Active user email not found. Logging you out."
+ "message": "Nessuna email attiva trovata per l'utente. Disconnessione in corso."
},
"deviceTrusted": {
"message": "Dispositivo fidato"
@@ -8721,10 +8721,10 @@
"message": "Gestisci il comportamento delle raccolte per l'organizzazione"
},
"limitCollectionCreationDesc": {
- "message": "Limit collection creation to owners and admins"
+ "message": "Limita la creazione di raccolte ai proprietari e agli amministratori"
},
"limitCollectionDeletionDesc": {
- "message": "Limit collection deletion to owners and admins"
+ "message": "Limita l'eliminazione delle raccolte ai proprietari e agli amministratori"
},
"limitItemDeletionDesc": {
"message": "Limita l'eliminazione di elementi ai membri con il permesso di gestione"
@@ -8775,7 +8775,7 @@
"message": "URL del server"
},
"selfHostBaseUrl": {
- "message": "Self-host server URL",
+ "message": "URL server self-hosted",
"description": "Label for field requesting a self-hosted integration service URL"
},
"alreadyHaveAccount": {
@@ -8843,7 +8843,7 @@
"message": "Permessi di gestione raccolte mancanti"
},
"grantManageCollectionWarning": {
- "message": "Concedi i permessi di gestione della collezione per consentire la gestione completa della raccolta, inclusa l'eliminazione della raccolta."
+ "message": "Concedi i permessi per la gestione completa della raccolta, inclusa l'eliminazione."
},
"grantCollectionAccess": {
"message": "Consenti a gruppi o membri di accedere a questa raccolta."
@@ -8984,7 +8984,7 @@
"message": "Aggiungi campo"
},
"editField": {
- "message": "Edit field"
+ "message": "Campo 'Modifica'"
},
"items": {
"message": "Elementi"
@@ -9299,53 +9299,62 @@
"message": "Usa l'SDK di Bitwarden Secrets Manager nei seguenti linguaggi di programmazione per creare le tue applicazioni."
},
"ssoDescStart": {
- "message": "Configure",
+ "message": "Configura",
"description": "This represents the beginning of a sentence, broken up to include links. The full sentence will be 'Configure single sign-on for Bitwarden using the implementation guide for your Identity Provider."
},
"ssoDescEnd": {
- "message": "for Bitwarden using the implementation guide for your Identity Provider.",
+ "message": "per Bitwarden consultando la guida del tuo gestore di identità.",
"description": "This represents the end of a sentence, broken up to include links. The full sentence will be 'Configure single sign-on for Bitwarden using the implementation guide for your Identity Provider."
},
"userProvisioning": {
- "message": "User provisioning"
+ "message": "Provisioning utenti"
},
"scimIntegration": {
"message": "SCIM"
},
"scimIntegrationDescStart": {
- "message": "Configure ",
+ "message": "Configura ",
"description": "This represents the beginning of a sentence, broken up to include links. The full sentence will be 'Configure SCIM (System for Cross-domain Identity Management) to automatically provision users and groups to Bitwarden using the implementation guide for your Identity Provider"
},
"scimIntegrationDescEnd": {
- "message": "(System for Cross-domain Identity Management) to automatically provision users and groups to Bitwarden using the implementation guide for your Identity Provider.",
+ "message": "(System for Cross-domain Identity Management) per configurare automaticamente utenti e gruppi in Bitwarden consultando la guida del tuo gestore di identità.",
"description": "This represents the end of a sentence, broken up to include links. The full sentence will be 'Configure SCIM (System for Cross-domain Identity Management) to automatically provision users and groups to Bitwarden using the implementation guide for your Identity Provider"
},
"bwdc": {
"message": "Bitwarden Directory Connector"
},
"bwdcDesc": {
- "message": "Configure Bitwarden Directory Connector to automatically provision users and groups using the implementation guide for your Identity Provider."
+ "message": "Configura Bitwarden Directory Connector per configurare automaticamente utenti e gruppi in Bitwarden consultando la guida del tuo gestore di identità."
},
"eventManagement": {
- "message": "Event management"
+ "message": "Gestione eventi"
},
"eventManagementDesc": {
- "message": "Integrate Bitwarden event logs with your SIEM (system information and event management) system by using the implementation guide for your platform."
+ "message": "Integra i log degli eventi Bitwarden con il tuo sistema SIEM (informazioni di sistema e gestione degli eventi) consultando la guida della tua piattaforma."
},
"deviceManagement": {
- "message": "Device management"
+ "message": "Gestione dispositivi"
},
"deviceManagementDesc": {
- "message": "Configure device management for Bitwarden using the implementation guide for your platform."
+ "message": "Configura la gestione dispositivi consultando la guida per la tua piattaforma."
+ },
+ "deviceIdMissing": {
+ "message": "ID dispositivo mancante"
+ },
+ "deviceTypeMissing": {
+ "message": "Tipo di dispositivo mancante"
+ },
+ "deviceCreationDateMissing": {
+ "message": "Data di creazione del dispositivo mancante"
},
"desktopRequired": {
- "message": "Desktop required"
+ "message": "Desktop richiesto"
},
"reopenLinkOnDesktop": {
- "message": "Reopen this link from your email on a desktop."
+ "message": "Riapri questo link dalla tua email su un computer portatile o fisso."
},
"integrationCardTooltip": {
- "message": "Launch $INTEGRATION$ implementation guide.",
+ "message": "Avvia la guida di $INTEGRATION$.",
"placeholders": {
"integration": {
"content": "$1",
@@ -9354,7 +9363,7 @@
}
},
"smIntegrationTooltip": {
- "message": "Set up $INTEGRATION$.",
+ "message": "Configura $INTEGRATION$.",
"placeholders": {
"integration": {
"content": "$1",
@@ -9363,7 +9372,7 @@
}
},
"smSdkTooltip": {
- "message": "View $SDK$ repository",
+ "message": "Visualizza repository $SDK$",
"placeholders": {
"sdk": {
"content": "$1",
@@ -9372,7 +9381,7 @@
}
},
"integrationCardAriaLabel": {
- "message": "open $INTEGRATION$ implementation guide in a new tab.",
+ "message": "apri la guida di $INTEGRATION$ in una nuova scheda.",
"placeholders": {
"integration": {
"content": "$1",
@@ -9381,7 +9390,7 @@
}
},
"smSdkAriaLabel": {
- "message": "view $SDK$ repository in a new tab.",
+ "message": "visualizza il repository $SDK$ in una nuova scheda.",
"placeholders": {
"sdk": {
"content": "$1",
@@ -9390,7 +9399,7 @@
}
},
"smIntegrationCardAriaLabel": {
- "message": "set up $INTEGRATION$ implementation guide in a new tab.",
+ "message": "apri la guida di $INTEGRATION$ in una nuova scheda.",
"placeholders": {
"integration": {
"content": "$1",
@@ -9441,13 +9450,13 @@
"message": "Gestisci la fatturazione dal Portale del Fornitore"
},
"continueSettingUpFreeTrial": {
- "message": "Continue setting up your free trial of Bitwarden"
+ "message": "Continua a configurare la tua prova gratuita di Bitwarden"
},
"continueSettingUpFreeTrialPasswordManager": {
- "message": "Continue setting up your free trial of Bitwarden Password Manager"
+ "message": "Continua a configurare la tua prova gratuita di Bitwarden Password Manager"
},
"continueSettingUpFreeTrialSecretsManager": {
- "message": "Continue setting up your free trial of Bitwarden Secrets Manager"
+ "message": "Continua a configurare la tua prova gratuita di Bitwarden Secrets Manager"
},
"enterTeamsOrgInfo": {
"message": "Inserisci le informazioni dell'organizzazione del tuo team"
@@ -9511,10 +9520,10 @@
"message": "Fornitore di servizi gestiti"
},
"managedServiceProvider": {
- "message": "Managed service provider"
+ "message": "Fornitore di servizi gestiti"
},
"multiOrganizationEnterprise": {
- "message": "Multi-organization enterprise"
+ "message": "Azienda multi-organizzazione"
},
"orgSeats": {
"message": "Slot dell'organizzazione"
@@ -9562,16 +9571,16 @@
"message": "Informazioni fiscali aggiornate"
},
"billingInvalidTaxIdError": {
- "message": "Invalid tax ID, if you believe this is an error please contact support."
+ "message": "Codice fiscale non valido. Se credi che si tratti di un errore, contatta il supporto."
},
"billingTaxIdTypeInferenceError": {
- "message": "We were unable to validate your tax ID, if you believe this is an error please contact support."
+ "message": "Non è stato possibile convalidare il tuo codice fiscale. Se credi che si tratti di un errore, contatta il supporto."
},
"billingPreviewInvalidTaxIdError": {
- "message": "Invalid tax ID, if you believe this is an error please contact support."
+ "message": "Codice fiscale non valido. Se credi che si tratti di un errore, contatta il supporto."
},
"billingPreviewInvoiceError": {
- "message": "An error occurred while previewing the invoice. Please try again later."
+ "message": "Errore nella generazione dell'anteprima della ricevuta. Prova di nuovo."
},
"unverified": {
"message": "Non verificato"
@@ -9778,64 +9787,64 @@
"message": "slot acquistati rimossi"
},
"environmentVariables": {
- "message": "Environment variables"
+ "message": "Variabili d'ambiente"
},
"organizationId": {
- "message": "Organization ID"
+ "message": "ID organizzazione"
},
"projectIds": {
- "message": "Project IDs"
+ "message": "ID progetto"
},
"projectId": {
- "message": "Project ID"
+ "message": "ID Progetto"
},
"projectsAccessedByMachineAccount": {
- "message": "The following projects can be accessed by this machine account."
+ "message": "I seguenti progetti possono essere accessibili da questo account macchina."
},
"config": {
- "message": "Config"
+ "message": "Configurazione"
},
"learnMoreAboutEmergencyAccess": {
- "message": "Learn more about emergency access"
+ "message": "Ulteriori informazioni sull'accesso d'emergenza"
},
"learnMoreAboutMatchDetection": {
- "message": "Learn more about match detection"
+ "message": "Maggiori informazioni sulla rilevazione di corrispondenza"
},
"learnMoreAboutMasterPasswordReprompt": {
- "message": "Learn more about master password re-prompt"
+ "message": "Informazioni sulla richiesta aggiuntiva di inserimento della password principale"
},
"learnMoreAboutSearchingYourVault": {
- "message": "Learn more about searching your vault"
+ "message": "Informazioni sulla ricerca nella cassaforte"
},
"learnMoreAboutYourAccountFingerprintPhrase": {
- "message": "Learn about your account fingerprint phrase"
+ "message": "Impara la frase di autenticazione del tuo account"
},
"impactOfRotatingYourEncryptionKey": {
- "message": "Impact of rotating your encryption key"
+ "message": "Impatto della modifica periodica della chiave crittografica"
},
"learnMoreAboutEncryptionAlgorithms": {
- "message": "Learn more about encryption algorithms"
+ "message": "Informazioni sugli algoritmi di crittografia"
},
"learnMoreAboutKDFIterations": {
- "message": "Learn more about KDF iterations"
+ "message": "Informazioni sulle iterazioni KDF"
},
"learnMoreAboutLocalization": {
- "message": "Learn more about localization"
+ "message": "Informazioni sulla localizzazione"
},
"learnMoreAboutWebsiteIcons": {
- "message": "Learn more about using website icons"
+ "message": "Ulteriori informazioni sull'utilizzo delle favicon dei siti Web"
},
"learnMoreAboutUserAccess": {
- "message": "Learn more about user access"
+ "message": "Informazioni sull'accesso utente"
},
"learnMoreAboutMemberRoles": {
- "message": "Learn more about member roles and permissions"
+ "message": "Ulteriori informazioni sui ruoli e i permessi dei membri"
},
"whatIsACvvNumber": {
- "message": "What is a CVV number?"
+ "message": "Cos'è un numero CVV?"
},
"learnMoreAboutApi": {
- "message": "Learn more about Bitwarden's API"
+ "message": "Info sulle API di Bitwarden"
},
"fileSend": {
"message": "File Send"
@@ -9937,7 +9946,7 @@
"message": "GB di spazio aggiuntivo"
},
"sshKeyAlgorithm": {
- "message": "Key algorithm"
+ "message": "Algoritmo chiave"
},
"sshPrivateKey": {
"message": "Chiave privata"
@@ -9949,25 +9958,25 @@
"message": "Impronta digitale"
},
"sshKeyFingerprint": {
- "message": "Fingerprint"
+ "message": "Impronta"
},
"sshKeyPrivateKey": {
- "message": "Private key"
+ "message": "Chiave privata"
},
"sshKeyPublicKey": {
- "message": "Public key"
+ "message": "Chiave pubblica"
},
"sshKeyAlgorithmED25519": {
"message": "ED25519"
},
"sshKeyAlgorithmRSA2048": {
- "message": "RSA 2048-Bit"
+ "message": "RSA a 2048 bit"
},
"sshKeyAlgorithmRSA3072": {
- "message": "RSA 3072-Bit"
+ "message": "RSA a 3072 bit"
},
"sshKeyAlgorithmRSA4096": {
- "message": "RSA 4096-Bit"
+ "message": "RSA a 4096 bit"
},
"premiumAccounts": {
"message": "6 account premium"
@@ -10012,7 +10021,7 @@
"message": "Attuale"
},
"secretsManagerSubscriptionInfo": {
- "message": "Your Secrets Manager subscription will upgrade based on the plan selected"
+ "message": "Il tuo abbonamento Secrets Manager sarà aggiornato in base al piano selezionato"
},
"bitwardenPasswordManager": {
"message": "Bitwarden Password Manager"
@@ -10028,19 +10037,19 @@
"description": "The text, 'API', is an acronym and should not be translated."
},
"showCharacterCount": {
- "message": "Show character count"
+ "message": "Mostra conteggio caratteri"
},
"hideCharacterCount": {
- "message": "Hide character count"
+ "message": "Nascondi conteggio caratteri"
},
"editAccess": {
"message": "Modifica accesso"
},
"textHelpText": {
- "message": "Use text fields for data like security questions"
+ "message": "Usa campi di testo per dati come domande di sicurezza"
},
"hiddenHelpText": {
- "message": "Use hidden fields for sensitive data like a password"
+ "message": "Usa campi nascosti per dati sensibili come le password"
},
"checkBoxHelpText": {
"message": "Usa le caselle di controllo se vuoi riempire automaticamente una casella di controllo, come \"Rimani connesso\""
@@ -10049,10 +10058,10 @@
"message": "Usa un campo collegato quando si verificano problemi di riempimento automatico per un sito web specifico."
},
"linkedLabelHelpText": {
- "message": "Enter the the field's html id, name, aria-label, or placeholder."
+ "message": "Inserisci l'ID HTML, il nome, l'aria-label o il segnaposto del campo."
},
"uppercaseDescription": {
- "message": "Include uppercase characters",
+ "message": "Includi caratteri maiuscoli",
"description": "Tooltip for the password generator uppercase character checkbox"
},
"uppercaseLabel": {
@@ -10060,7 +10069,7 @@
"description": "Label for the password generator uppercase character checkbox"
},
"lowercaseDescription": {
- "message": "Include lowercase characters",
+ "message": "Includi caratteri minuscoli",
"description": "Full description for the password generator lowercase character checkbox"
},
"lowercaseLabel": {
@@ -10068,7 +10077,7 @@
"description": "Label for the password generator lowercase character checkbox"
},
"numbersDescription": {
- "message": "Include numbers",
+ "message": "Includi cifre",
"description": "Full description for the password generator numbers checkbox"
},
"numbersLabel": {
@@ -10076,36 +10085,36 @@
"description": "Label for the password generator numbers checkbox"
},
"specialCharactersDescription": {
- "message": "Include special characters",
+ "message": "Includi caratteri speciali",
"description": "Full description for the password generator special characters checkbox"
},
"addAttachment": {
- "message": "Add attachment"
+ "message": "Aggiungi allegato"
},
"maxFileSizeSansPunctuation": {
- "message": "Maximum file size is 500 MB"
+ "message": "La dimensione massima del file è 500 MB"
},
"permanentlyDeleteAttachmentConfirmation": {
- "message": "Are you sure you want to permanently delete this attachment?"
+ "message": "Vuoi davvero eliminare definitivamente questo allegato?"
},
"manageSubscriptionFromThe": {
- "message": "Manage subscription from the",
+ "message": "Gestisci l'abbonamento dal",
"description": "This represents the beginning of a sentence. The full sentence will be 'Manage subscription from the Provider Portal', but 'Provider Portal' will be a link and thus cannot be included in the translation file."
},
"toHostBitwardenOnYourOwnServer": {
- "message": "To host Bitwarden on your own server, you will need to upload your license file. To support Free Families plans and advanced billing capabilities for your self-hosted organization, you will need to set up automatic sync in your self-hosted organization."
+ "message": "Per ospitare Bitwarden sul tuo server, dovrai caricare il tuo file di licenza. Per supportare i piani Famiglie Libere e le funzionalità avanzate di fatturazione per la tua organizzazione self-hosted, dovrai impostare la sincronizzazione automatica."
},
"selfHostingTitleProper": {
- "message": "Self-Hosting"
+ "message": "Self-hosting"
},
"claim-domain-single-org-warning": {
- "message": "Claiming a domain will turn on the single organization policy."
+ "message": "La rivendicazione di un dominio attiverà la politica di organizzazione unica."
},
"single-org-revoked-user-warning": {
- "message": "Non-compliant members will be revoked. Administrators can restore members once they leave all other organizations."
+ "message": "I membri non conformi saranno revocati. Gli amministratori possono ripristinare i membri una volta che lasciano tutte le altre organizzazioni."
},
"deleteOrganizationUser": {
- "message": "Delete $NAME$",
+ "message": "Elimina $NAME$",
"placeholders": {
"name": {
"content": "$1",
@@ -10115,7 +10124,7 @@
}
},
"deleteOrganizationUserWarningDesc": {
- "message": "This will permanently delete all items owned by $NAME$. Collection items are not impacted.",
+ "message": "Tutti gli elementi di proprietà di $NAME$ saranno eliminati. Gli elementi delle raccolte non subiranno modifiche.",
"description": "Warning description for the delete organization user dialog",
"placeholders": {
"name": {
@@ -10125,11 +10134,11 @@
}
},
"deleteManyOrganizationUsersWarningDesc": {
- "message": "This will permanently delete all items owned by the following members. Collection items are not impacted.",
+ "message": "Tutti gli elementi di proprietà dei seguenti membri saranno eliminati. Gli elementi delle raccolte non subiranno modifiche.",
"description": "Warning description for the bulk delete organization users dialog"
},
"organizationUserDeleted": {
- "message": "Deleted $NAME$",
+ "message": "$NAME$ eliminato",
"placeholders": {
"name": {
"content": "$1",
@@ -10138,10 +10147,10 @@
}
},
"organizationUserDeletedDesc": {
- "message": "The user was removed from the organization and all associated user data has been deleted."
+ "message": "L'utente è stato rimosso dall'organizzazione e tutti i dati utente associati sono stati eliminati."
},
"deletedUserId": {
- "message": "Deleted user $ID$ - an owner / admin deleted the user account",
+ "message": "Utente $ID$ eliminato da un proprietario o da un amministratore",
"placeholders": {
"id": {
"content": "$1",
@@ -10150,7 +10159,7 @@
}
},
"userLeftOrganization": {
- "message": "User $ID$ left organization",
+ "message": "L'utente $ID$ ha lasciato l'organizzazione",
"placeholders": {
"id": {
"content": "$1",
@@ -10159,7 +10168,7 @@
}
},
"suspendedOrganizationTitle": {
- "message": "The $ORGANIZATION$ is suspended",
+ "message": "L'organizzazione $ORGANIZATION$ è sospesa",
"placeholders": {
"organization": {
"content": "$1",
@@ -10168,34 +10177,34 @@
}
},
"suspendedUserOrgMessage": {
- "message": "Contact your organization owner for assistance."
+ "message": "Contatta il proprietario dell'organizzazione per ricevere assistenza."
},
"suspendedOwnerOrgMessage": {
- "message": "To regain access to your organization, add a payment method."
+ "message": "Per recuperare l'accesso alla tua organizzazione, aggiungi un metodo di pagamento."
},
"deleteMembers": {
- "message": "Delete members"
+ "message": "Elimina membri"
},
"noSelectedMembersApplicable": {
- "message": "This action is not applicable to any of the selected members."
+ "message": "Questa azione non è applicabile a nessuno dei membri selezionati."
},
"deletedSuccessfully": {
- "message": "Deleted successfully"
+ "message": "Eliminazione completata"
},
"freeFamiliesSponsorship": {
- "message": "Remove Free Bitwarden Families sponsorship"
+ "message": "Rimuovi la sponsorizzazione famiglie gratuita"
},
"freeFamiliesSponsorshipPolicyDesc": {
- "message": "Do not allow members to redeem a Families plan through this organization."
+ "message": "Non consentire ai membri di riscattare un piano Famiglia attraverso questa organizzazione."
},
"verifyBankAccountWithStatementDescriptorWarning": {
- "message": "Payment with a bank account is only available to customers in the United States. You will be required to verify your bank account. We will make a micro-deposit within the next 1-2 business days. Enter the statement descriptor code from this deposit on the organization's billing page to verify the bank account. Failure to verify the bank account will result in a missed payment and your subscription being suspended."
+ "message": "Il pagamento con un conto bancario è disponibile solo per i clienti negli Stati Uniti. Ti sarà richiesto di verificare il tuo conto corrente. Effettueremo un micro-deposito entro i prossimi 1-2 giorni lavorativi. Inserisci il codice descrittore di questo deposito (si trova sull'estratto conto) nella pagina di fatturazione dell'organizzazione per verificare il conto bancario. La mancata verifica del conto bancario comporterà una perdita di pagamento e la sospensione dell'abbonamento."
},
"verifyBankAccountWithStatementDescriptorInstructions": {
- "message": "We have made a micro-deposit to your bank account (this may take 1-2 business days). Enter the six-digit code starting with 'SM' found on the deposit description. Failure to verify the bank account will result in a missed payment and your subscription being suspended."
+ "message": "Abbiamo effettuato un micro-deposito sul tuo conto bancario (potrebbe richiedere 1-2 giorni lavorativi). Inserisci il codice a sei cifre che inizia con 'SM' trovato nella descrizione del movimento. La mancata verifica del conto bancario comporterà una perdita di pagamento e la sospensione dell'abbonamento."
},
"descriptorCode": {
- "message": "Descriptor code"
+ "message": "Codice descrittore"
},
"cannotRemoveViewOnlyCollections": {
"message": "Non puoi rimuovere raccolte con i soli permessi di visualizzazione: $COLLECTIONS$",
@@ -10207,22 +10216,22 @@
}
},
"importantNotice": {
- "message": "Important notice"
+ "message": "Avviso importante"
},
"setupTwoStepLogin": {
- "message": "Set up two-step login"
+ "message": "Imposta l'accesso in due passaggi"
},
"newDeviceVerificationNoticeContentPage1": {
- "message": "Bitwarden will send a code to your account email to verify logins from new devices starting in February 2025."
+ "message": "Bitwarden invierà un codice all'email del tuo account per verificare gli accessi da nuovi dispositivi."
},
"newDeviceVerificationNoticeContentPage2": {
- "message": "You can set up two-step login as an alternative way to protect your account or change your email to one you can access."
+ "message": "Puoi impostare l'accesso in due passaggi per proteggere il tuo account, oppure scegliere una email alla quale puoi accedere."
},
"remindMeLater": {
- "message": "Remind me later"
+ "message": "Ricordamelo più tardi"
},
"newDeviceVerificationNoticePageOneFormContent": {
- "message": "Do you have reliable access to your email, $EMAIL$?",
+ "message": "Confermi di poter accedere all'email $EMAIL$?",
"placeholders": {
"email": {
"content": "$1",
@@ -10231,19 +10240,19 @@
}
},
"newDeviceVerificationNoticePageOneEmailAccessNo": {
- "message": "No, I do not"
+ "message": "No"
},
"newDeviceVerificationNoticePageOneEmailAccessYes": {
- "message": "Yes, I can reliably access my email"
+ "message": "Sì, ho accesso all'email"
},
"turnOnTwoStepLogin": {
- "message": "Turn on two-step login"
+ "message": "Attiva l'accesso in due passaggi"
},
"changeAcctEmail": {
- "message": "Change account email"
+ "message": "Cambia l'email dell'account"
},
"removeMembers": {
- "message": "Remove members"
+ "message": "Rimuovi membri"
},
"devices": {
"message": "Dispositivi"
@@ -10255,25 +10264,25 @@
"message": "Il tuo account è stato connesso a ciascuno dei dispositivi qui sotto."
},
"claimedDomains": {
- "message": "Claimed domains"
+ "message": "Domini verificati"
},
"claimDomain": {
- "message": "Claim domain"
+ "message": "Verifica dominio"
},
"reclaimDomain": {
- "message": "Reclaim domain"
+ "message": "Rivendica dominio"
},
"claimDomainNameInputHint": {
- "message": "Example: mydomain.com. Subdomains require separate entries to be claimed."
+ "message": "Esempio: ilmiodominio.com. I sotto-domini richiedono voci separate."
},
"automaticClaimedDomains": {
- "message": "Automatic Claimed Domains"
+ "message": "Domini verificati automatici"
},
"automaticDomainClaimProcess": {
- "message": "Bitwarden will attempt to claim the domain 3 times during the first 72 hours. If the domain can’t be claimed, check the DNS record in your host and manually claim. The domain will be removed from your organization in 7 days if it is not claimed."
+ "message": "Bitwarden tenterà di verificare il dominio 3 volte durante le prossime 72 ore. Se il dominio non può essere acquisito, controlla il record DNS del tuo servizio di hosting e procedi manualmente. Il dominio sarà rimosso dall'organizzazione dopo 7 giorni se la procedura non andrà a buon fine."
},
"domainNotClaimed": {
- "message": "$DOMAIN$ not claimed. Check your DNS records.",
+ "message": "$DOMAIN$ non verificato. Controlla il record DNS.",
"placeholders": {
"DOMAIN": {
"content": "$1",
@@ -10282,19 +10291,19 @@
}
},
"domainStatusClaimed": {
- "message": "Claimed"
+ "message": "Verificato"
},
"domainStatusUnderVerification": {
- "message": "Under verification"
+ "message": "In attesa di verifica"
},
"claimedDomainsDesc": {
- "message": "Claim a domain to own all member accounts whose email address matches the domain. Members will be able to skip the SSO identifier when logging in. Administrators will also be able to delete member accounts."
+ "message": "Richiedi un dominio per acquisire la proprietà di tutti gli account membri il cui indirizzo email corrisponde al dominio. I membri saranno in grado di saltare l'identificatore SSO durante l'accesso. Gli amministratori potranno anche eliminare gli account membri."
},
"invalidDomainNameClaimMessage": {
- "message": "Input is not a valid format. Format: mydomain.com. Subdomains require separate entries to be claimed."
+ "message": "L'input non è in un formato valido. Formato: ilmiodominio.com. I sotto-domini richiedono voci separate."
},
"domainClaimedEvent": {
- "message": "$DOMAIN$ claimed",
+ "message": "$DOMAIN$ verificato",
"placeholders": {
"DOMAIN": {
"content": "$1",
@@ -10303,7 +10312,7 @@
}
},
"domainNotClaimedEvent": {
- "message": "$DOMAIN$ not claimed",
+ "message": "$DOMAIN$ non verificato",
"placeholders": {
"DOMAIN": {
"content": "$1",
@@ -10312,7 +10321,7 @@
}
},
"updatedRevokeSponsorshipConfirmationForSentSponsorship": {
- "message": "If you remove $EMAIL$, the sponsorship for this Family plan cannot be redeemed. Are you sure you want to continue?",
+ "message": "Se rimuovi $EMAIL$, la sponsorizzazione per questo piano Famiglia non potrà essere riscattata. Vuoi davvero procedere?",
"placeholders": {
"email": {
"content": "$1",
@@ -10321,7 +10330,7 @@
}
},
"updatedRevokeSponsorshipConfirmationForAcceptedSponsorship": {
- "message": "If you remove $EMAIL$, the sponsorship for this Family plan will end and the saved payment method will be charged $40 + applicable tax on $DATE$. You will not be able to redeem a new sponsorship until $DATE$. Are you sure you want to continue?",
+ "message": "Se rimuovi $EMAIL$, la sponsorizzazione per questo piano Famiglia finirà e sul metodo di pagamento impostato saranno addebitati 40 $ + imposte applicabile su $DATE$. Non sarai in grado di riscattare una nuova sponsorizzazione fino a $DATE$. Vuoi comunque procedere?",
"placeholders": {
"email": {
"content": "$1",
@@ -10334,45 +10343,75 @@
}
},
"domainClaimed": {
- "message": "Domain claimed"
+ "message": "Dominio verificato"
},
"organizationNameMaxLength": {
- "message": "Organization name cannot exceed 50 characters."
+ "message": "Il nome dell'organizzazione non può superare i 50 caratteri."
+ },
+ "sshKeyWrongPassword": {
+ "message": "La parola d'accesso inserita non è corretta."
+ },
+ "importSshKey": {
+ "message": "Importa"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Conferma parola d'accesso"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Inserisci la parola d'accesso per la chiave SSH."
+ },
+ "enterSshKeyPassword": {
+ "message": "Inserisci parola d'accesso"
+ },
+ "invalidSshKey": {
+ "message": "La chiave SSH non è valida"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "Il tipo di chiave SSH non è supportato"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Importa chiave dagli Appunti"
+ },
+ "sshKeyImported": {
+ "message": "Chiave SSH importata correttamente"
+ },
+ "copySSHPrivateKey": {
+ "message": "Copia chiave privata"
},
"openingExtension": {
- "message": "Opening the Bitwarden browser extension"
+ "message": "Apertura dell'estensione del browser Bitwarden"
},
"somethingWentWrong": {
- "message": "Something went wrong..."
+ "message": "Si è verificato un problema..."
},
"openingExtensionError": {
- "message": "We had trouble opening the Bitwarden browser extension. Click the button to open it now."
+ "message": "Non è stato possibile aprire l'estensione di Bitwarden. Riprova cliccando sul pulsante."
},
"openExtension": {
- "message": "Open extension"
+ "message": "Apri estensione"
},
"doNotHaveExtension": {
- "message": "Don't have the Bitwarden browser extension?"
+ "message": "Non hai l'estensione di Bitwarden installata nel tuo browser?"
},
"installExtension": {
- "message": "Install extension"
+ "message": "Installa estensione"
},
"openedExtension": {
- "message": "Opened the browser extension"
+ "message": "Estensione avviata"
},
"openedExtensionViewAtRiskPasswords": {
- "message": "Successfully opened the Bitwarden browser extension. You can now review your at-risk passwords."
+ "message": "L'estensione di Bitwarden è installata e funzionante. Ora è possibile avere una panoramica delle password a rischio."
},
"openExtensionManuallyPart1": {
- "message": "We had trouble opening the Bitwarden browser extension. Open the Bitwarden icon",
+ "message": "Non è stato possibile aprire l'estensione di Bitwarden. Clicca sull'icona di Bitwarden",
"description": "This will be used as part of a larger sentence, broken up to include the Bitwarden icon. The full sentence will read 'We had trouble opening the Bitwarden browser extension. Open the Bitwarden icon [Bitwarden Icon] from the toolbar.'"
},
"openExtensionManuallyPart2": {
- "message": "from the toolbar.",
+ "message": "dalla barra degli strumenti.",
"description": "This will be used as part of a larger sentence, broken up to include the Bitwarden icon. The full sentence will read 'We had trouble opening the Bitwarden browser extension. Open the Bitwarden icon [Bitwarden Icon] from the toolbar.'"
},
"resellerRenewalWarningMsg": {
- "message": "Your subscription will renew soon. To ensure uninterrupted service, contact $RESELLER$ to confirm your renewal before $RENEWAL_DATE$.",
+ "message": "Il tuo abbonamento sarà rinnovato a breve. Per assicurarti un servizio continuativo, contatta $RESELLER$ e conferma il tuo rinnovo prima del $RENEWAL_DATE$.",
"placeholders": {
"reseller": {
"content": "$1",
@@ -10385,7 +10424,7 @@
}
},
"resellerOpenInvoiceWarningMgs": {
- "message": "An invoice for your subscription was issued on $ISSUED_DATE$. To ensure uninterrupted service, contact $RESELLER$ to confirm your renewal before $DUE_DATE$.",
+ "message": "La ricevuta per l'abbonamento è stata emessa il $ISSUED_DATE$. Per assicurarti un servizio continuativo, contatta $RESELLER$ e conferma il tuo rinnovo prima del $DUE_DATE$.",
"placeholders": {
"reseller": {
"content": "$1",
@@ -10402,7 +10441,7 @@
}
},
"resellerPastDueWarningMsg": {
- "message": "The invoice for your subscription has not been paid. To ensure uninterrupted service, contact $RESELLER$ to confirm your renewal before $GRACE_PERIOD_END$.",
+ "message": "Non abbiamo ricevuto il pagamento per il tuo abbonamento. Per assicurarti un servizio continuativo, contatta $RESELLER$ e conferma il tuo rinnovo prima del $GRACE_PERIOD_END$.",
"placeholders": {
"reseller": {
"content": "$1",
@@ -10504,5 +10543,8 @@
},
"upgradeEventLogMessage": {
"message": "Questi eventi sono solo esempi e non riflettono eventi reali all'interno della tua organizzazione Bitwarden."
+ },
+ "cannotCreateCollection": {
+ "message": "Le organizzazioni gratuite possono avere fino a 2 raccolte. Aggiorna ad un piano a pagamento per crearne di più."
}
}
diff --git a/apps/web/src/locales/ja/messages.json b/apps/web/src/locales/ja/messages.json
index 4c5747b151a..6860b30b360 100644
--- a/apps/web/src/locales/ja/messages.json
+++ b/apps/web/src/locales/ja/messages.json
@@ -6,7 +6,7 @@
"message": "きわめて重要なアプリ"
},
"noCriticalAppsAtRisk": {
- "message": "No critical applications at risk"
+ "message": "危険にさらされた重要なアプリケーションはありません"
},
"accessIntelligence": {
"message": "アクセス インテリジェンス"
@@ -117,7 +117,7 @@
"message": "リスクがあるメンバー"
},
"atRiskMembersWithCount": {
- "message": "At-risk members ($COUNT$)",
+ "message": "危険な状態のメンバー ($COUNT$)",
"placeholders": {
"count": {
"content": "$1",
@@ -126,7 +126,7 @@
}
},
"atRiskApplicationsWithCount": {
- "message": "At-risk applications ($COUNT$)",
+ "message": "危険な状態のアプリ ($COUNT$)",
"placeholders": {
"count": {
"content": "$1",
@@ -135,13 +135,13 @@
}
},
"atRiskMembersDescription": {
- "message": "These members are logging into applications with weak, exposed, or reused passwords."
+ "message": "これらのメンバーは、脆弱な、または流出したか再利用されたパスワードでアプリにログインしています。"
},
"atRiskApplicationsDescription": {
- "message": "These applications have weak, exposed, or reused passwords."
+ "message": "これらのアプリで、脆弱な、または流出したか再利用されたパスワードを使用しています。"
},
"atRiskMembersDescriptionWithApp": {
- "message": "These members are logging into $APPNAME$ with weak, exposed, or reused passwords.",
+ "message": "これらのメンバーは、脆弱な、または流出したか再利用されたパスワードで $APPNAME$ にログインしています。",
"placeholders": {
"appname": {
"content": "$1",
@@ -159,10 +159,10 @@
"message": "合計アプリ数"
},
"unmarkAsCriticalApp": {
- "message": "Unmark as critical app"
+ "message": "重要なアプリとしてのマークを解除"
},
"criticalApplicationSuccessfullyUnmarked": {
- "message": "Critical application successfully unmarked"
+ "message": "重要なアプリケーションのマークを解除しました"
},
"whatTypeOfItem": {
"message": "このアイテムのタイプは何ですか?"
@@ -202,7 +202,7 @@
"message": "メモ"
},
"privateNote": {
- "message": "Private note"
+ "message": "非公開メモ"
},
"note": {
"message": "メモ"
@@ -428,6 +428,9 @@
"dragToSort": {
"message": "ドラッグして並べ替え"
},
+ "dragToReorder": {
+ "message": "ドラッグして並べ替え"
+ },
"cfTypeText": {
"message": "テキスト"
},
@@ -470,17 +473,30 @@
"editFolder": {
"message": "フォルダーを編集"
},
+ "editWithName": {
+ "message": "Edit $ITEM$: $NAME$",
+ "placeholders": {
+ "item": {
+ "content": "$1",
+ "example": "login"
+ },
+ "name": {
+ "content": "$2",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
- "message": "New folder"
+ "message": "新しいフォルダー"
},
"folderName": {
- "message": "Folder name"
+ "message": "フォルダー名"
},
"folderHintText": {
- "message": "Nest a folder by adding the parent folder's name followed by a “/”. Example: Social/Forums"
+ "message": "親フォルダーの名前の後に「/」を追加するとフォルダをネストします。例: ソーシャル/フォーラム"
},
"deleteFolderPermanently": {
- "message": "Are you sure you want to permanently delete this folder?"
+ "message": "このフォルダーを完全に削除しますか?"
},
"baseDomain": {
"message": "ベースドメイン",
@@ -863,9 +879,6 @@
"filter": {
"message": "フィルター"
},
- "moveSelectedToOrg": {
- "message": "選択したものを組織に移動"
- },
"deleteSelected": {
"message": "選択したものを削除"
},
@@ -921,15 +934,6 @@
}
}
},
- "movedItemsToOrg": {
- "message": "選択したアイテムを $ORGNAME$ に移動しました",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "アイテムを $ORGNAME$ に移動しました",
"placeholders": {
@@ -1033,7 +1037,7 @@
"message": "いいえ"
},
"location": {
- "message": "Location"
+ "message": "場所"
},
"loginOrCreateNewAccount": {
"message": "安全なデータ保管庫へアクセスするためにログインまたはアカウントを作成してください。"
@@ -1171,13 +1175,13 @@
"message": "Bitwarden にログイン"
},
"enterTheCodeSentToYourEmail": {
- "message": "Enter the code sent to your email"
+ "message": "メールアドレスに送信されたコードを入力してください"
},
"enterTheCodeFromYourAuthenticatorApp": {
- "message": "Enter the code from your authenticator app"
+ "message": "認証アプリに表示されているコードを入力してください"
},
"pressYourYubiKeyToAuthenticate": {
- "message": "Press your YubiKey to authenticate"
+ "message": "YubiKey を押して認証してください"
},
"authenticationTimeout": {
"message": "認証のタイムアウト"
@@ -1186,16 +1190,16 @@
"message": "認証セッションの有効期限が切れました。ログイン操作を最初からやり直してください。"
},
"verifyYourIdentity": {
- "message": "Verify your Identity"
+ "message": "本人確認"
},
"weDontRecognizeThisDevice": {
- "message": "We don't recognize this device. Enter the code sent to your email to verify your identity."
+ "message": "このデバイスは未確認です。本人確認のため、メールアドレスに送信されたコードを入力してください。"
},
"continueLoggingIn": {
- "message": "Continue logging in"
+ "message": "ログインを続ける"
},
"whatIsADevice": {
- "message": "What is a device?"
+ "message": "デバイスとは何ですか?"
},
"aDeviceIs": {
"message": "A device is a unique installation of the Bitwarden app where you have logged in. Reinstalling, clearing app data, or clearing your cookies could result in a device appearing multiple times."
@@ -1204,7 +1208,7 @@
"message": "ログイン開始"
},
"logInRequestSent": {
- "message": "Request sent"
+ "message": "リクエストが送信されました"
},
"submit": {
"message": "送信"
@@ -1270,12 +1274,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "アカウントのメールアドレスを入力すると、パスワードのヒントが送信されます"
},
- "passwordHint": {
- "message": "パスワードのヒント"
- },
- "enterEmailToGetHint": {
- "message": "マスターパスワードのヒントを受信するアカウントのメールアドレスを入力してください。"
- },
"getMasterPasswordHint": {
"message": "マスターパスワードのヒントを取得する"
},
@@ -1396,13 +1394,13 @@
"message": "デバイスに通知を送信しました。"
},
"notificationSentDevicePart1": {
- "message": "Unlock Bitwarden on your device or on the "
+ "message": "デバイスまたは"
},
"areYouTryingToAccessYourAccount": {
- "message": "Are you trying to access your account?"
+ "message": "アカウントにアクセスしようとしていますか?"
},
"accessAttemptBy": {
- "message": "Access attempt by $EMAIL$",
+ "message": "$EMAIL$ によるログインの試行",
"placeholders": {
"email": {
"content": "$1",
@@ -1411,19 +1409,19 @@
}
},
"confirmAccess": {
- "message": "Confirm access"
+ "message": "アクセスの確認"
},
"denyAccess": {
- "message": "Deny access"
+ "message": "アクセスを拒否"
},
"notificationSentDeviceAnchor": {
- "message": "web app"
+ "message": "ウェブアプリ"
},
"notificationSentDevicePart2": {
- "message": "Make sure the Fingerprint phrase matches the one below before approving."
+ "message": "上で、Bitwarden をロック解除してください。承認する前に、フィンガープリントフレーズが以下と一致していることを確認してください。"
},
"notificationSentDeviceComplete": {
- "message": "Unlock Bitwarden on your device. Make sure the Fingerprint phrase matches the one below before approving."
+ "message": "デバイス上で Bitwarden のロックを解除してください。フィンガープリントフレーズが下記のものと一致していることを確認してから承認してください。"
},
"aNotificationWasSentToYourDevice": {
"message": "お使いのデバイスに通知が送信されました"
@@ -1462,7 +1460,7 @@
"message": "情報を保存する"
},
"dontAskAgainOnThisDeviceFor30Days": {
- "message": "Don't ask again on this device for 30 days"
+ "message": "このデバイスで30日間再表示しない"
},
"sendVerificationCodeEmailAgain": {
"message": "確認コードをメールで再送"
@@ -1471,11 +1469,11 @@
"message": "他の2段階認証方法を使用"
},
"selectAnotherMethod": {
- "message": "Select another method",
+ "message": "別の方法を選択",
"description": "Select another two-step login method"
},
"useYourRecoveryCode": {
- "message": "Use your recovery code"
+ "message": "リカバリーコードを使用する"
},
"insertYubiKey": {
"message": "YubiKey を USB ポートに挿入し、ボタンをタッチしてください。"
@@ -1496,7 +1494,7 @@
"message": "2段階認証オプション"
},
"selectTwoStepLoginMethod": {
- "message": "Select two-step login method"
+ "message": "2段階認証の方法を選択"
},
"recoveryCodeDesc": {
"message": "すべての2段階認証プロパイダにアクセスできなくなったときは、リカバリーコードを使用するとアカウントの2段階認証を無効化できます。"
@@ -1541,7 +1539,7 @@
"message": "(FIDOから移行)"
},
"openInNewTab": {
- "message": "Open in new tab"
+ "message": "新しいタブで開く"
},
"emailTitle": {
"message": "メールアドレス"
@@ -1561,9 +1559,6 @@
"moveToOrgDesc": {
"message": "このアイテムを移動する組織を選択してください。組織に移動すると、アイテムの所有権はその組織に移ります。移動した後、あなたはこのアイテムの直接の所有者ではなくなります。"
},
- "moveManyToOrgDesc": {
- "message": "このアイテムを移動する組織を選択してください。組織に移動すると、アイテムの所有権がその組織に移行します。 このアイテムが移動された後、あなたはこのアイテムの直接の所有者にはなりません。"
- },
"collectionsDesc": {
"message": "このアイテムを共有するコレクションを編集します。共有したアイテムは、当該コレクションにアクセスできる組織ユーザーにのみ表示されます。"
},
@@ -1597,23 +1592,6 @@
}
}
},
- "moveSelectedItemsCountDesc": {
- "message": "$COUNT$ アイテムを選択しました。 $MOVEABLE_COUNT$ アイテムは組織に移動できます。 $NONMOVEABLE_COUNT$ アイテムはできません。",
- "placeholders": {
- "count": {
- "content": "$1",
- "example": "10"
- },
- "moveable_count": {
- "content": "$2",
- "example": "8"
- },
- "nonmoveable_count": {
- "content": "$3",
- "example": "2"
- }
- }
- },
"verificationCodeTotp": {
"message": "認証コード (TOTP)"
},
@@ -1831,10 +1809,10 @@
"message": "ログインし直してください"
},
"currentSession": {
- "message": "Current session"
+ "message": "現在のセッション"
},
"requestPending": {
- "message": "Request pending"
+ "message": "保留中のリクエスト"
},
"logBackInOthersToo": {
"message": "ログインし直してください。他のBitwardenのアプリを使用している場合、同様にログインし直してください。"
@@ -1913,7 +1891,7 @@
"message": "次に進むと現在のセッションからログアウトし二段階認証を含め再度ログインが必要になります。他のデバイスでのセッションは1時間程度維持されます。"
},
"newDeviceLoginProtection": {
- "message": "New device login"
+ "message": "新しいデバイスからのログイン"
},
"turnOffNewDeviceLoginProtection": {
"message": "Turn off new device login protection"
@@ -2241,13 +2219,13 @@
"message": "Manage collection"
},
"viewItems": {
- "message": "View items"
+ "message": "アイテムを表示"
},
"viewItemsHidePass": {
"message": "View items, hidden passwords"
},
"editItems": {
- "message": "Edit items"
+ "message": "アイテムを編集"
},
"editItemsHidePass": {
"message": "Edit items, hidden passwords"
@@ -2259,7 +2237,7 @@
"message": "アクセスを取り消す"
},
"revoke": {
- "message": "Revoke"
+ "message": "取り消し"
},
"twoStepLoginProviderEnabled": {
"message": "この二段階認証プロバイダは、あなたのアカウントで有効になっています。"
@@ -3953,19 +3931,19 @@
"message": "Device Type"
},
"ipAddress": {
- "message": "IP Address"
+ "message": "IP アドレス"
},
"confirmLogIn": {
- "message": "Confirm login"
+ "message": "ログインを確認"
},
"denyLogIn": {
- "message": "Deny login"
+ "message": "ログインを拒否"
},
"thisRequestIsNoLongerValid": {
- "message": "This request is no longer valid."
+ "message": "このリクエストは無効になりました。"
},
"logInConfirmedForEmailOnDevice": {
- "message": "Login confirmed for $EMAIL$ on $DEVICE$",
+ "message": "$EMAIL$ に $DEVICE$ でのログインを承認しました",
"placeholders": {
"email": {
"content": "$1",
@@ -3978,13 +3956,13 @@
}
},
"youDeniedALogInAttemptFromAnotherDevice": {
- "message": "You denied a login attempt from another device. If this really was you, try to log in with the device again."
+ "message": "別のデバイスからのログイン試行を拒否しました。本当にあなたであった場合は、もう一度デバイスでログインしてみてください。"
},
"loginRequestHasAlreadyExpired": {
- "message": "Login request has already expired."
+ "message": "ログインリクエストの有効期限が切れています。"
},
"justNow": {
- "message": "Just now"
+ "message": "たった今"
},
"requestedXMinutesAgo": {
"message": "Requested $MINUTES$ minutes ago",
@@ -4513,7 +4491,7 @@
"message": "暗号化キーの更新を続行できません"
},
"editFieldLabel": {
- "message": "Edit $LABEL$",
+ "message": "$LABEL$ を編集",
"placeholders": {
"label": {
"content": "$1",
@@ -4522,7 +4500,7 @@
}
},
"reorderToggleButton": {
- "message": "Reorder $LABEL$. Use arrow key to move item up or down.",
+ "message": "$LABEL$ の順序を変更します。矢印キーを押すとアイテムを上下に移動します。",
"placeholders": {
"label": {
"content": "$1",
@@ -4530,6 +4508,40 @@
}
}
},
+ "reorderFieldUp": {
+ "message": "$LABEL$ moved up, position $INDEX$ of $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
+ "reorderFieldDown": {
+ "message": "$LABEL$ moved down, position $INDEX$ of $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
"keyUpdateFoldersFailed": {
"message": "暗号化キーを更新する際、フォルダーを復号できませんでした。 アップデートを続行するには、フォルダーを削除する必要があります。続行しても保管庫のアイテムは削除されません。"
},
@@ -7241,7 +7253,7 @@
"message": "Duo two-step login is required for your account. Follow the steps below to finish logging in."
},
"followTheStepsBelowToFinishLoggingIn": {
- "message": "Follow the steps below to finish logging in."
+ "message": "以下の手順に従ってログインを完了してください。"
},
"launchDuo": {
"message": "DUO を起動"
@@ -7264,12 +7276,6 @@
"numberOfUsers": {
"message": "ユーザー数"
},
- "loggingInAs": {
- "message": "ログイン中:"
- },
- "notYou": {
- "message": "あなたではないですか?"
- },
"pickAnAvatarColor": {
"message": "アバターの色を選択"
},
@@ -8393,9 +8399,6 @@
"requestAdminApproval": {
"message": "管理者の承認を要求する"
},
- "approveWithMasterPassword": {
- "message": "マスターパスワードで承認する"
- },
"trustedDeviceEncryption": {
"message": "信頼できるデバイスでの暗号化"
},
@@ -8610,9 +8613,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "要求を管理者に送信しました。"
},
- "youWillBeNotifiedOnceApproved": {
- "message": "承認されると通知されます。 "
- },
"troubleLoggingIn": {
"message": "ログインできない場合"
},
@@ -9338,6 +9338,15 @@
"deviceManagementDesc": {
"message": "Configure device management for Bitwarden using the implementation guide for your platform."
},
+ "deviceIdMissing": {
+ "message": "Device ID is missing"
+ },
+ "deviceTypeMissing": {
+ "message": "Device type is missing"
+ },
+ "deviceCreationDateMissing": {
+ "message": "Device creation date is missing"
+ },
"desktopRequired": {
"message": "Desktop required"
},
@@ -9937,25 +9946,25 @@
"message": "GB の追加ストレージ"
},
"sshKeyAlgorithm": {
- "message": "Key algorithm"
+ "message": "鍵アルゴリズム"
},
"sshPrivateKey": {
- "message": "Private key"
+ "message": "秘密鍵"
},
"sshPublicKey": {
- "message": "Public key"
+ "message": "公開鍵"
},
"sshFingerprint": {
- "message": "Fingerprint"
+ "message": "フィンガープリント"
},
"sshKeyFingerprint": {
- "message": "Fingerprint"
+ "message": "フィンガープリント"
},
"sshKeyPrivateKey": {
- "message": "Private key"
+ "message": "秘密鍵"
},
"sshKeyPublicKey": {
- "message": "Public key"
+ "message": "公開鍵"
},
"sshKeyAlgorithmED25519": {
"message": "ED25519"
@@ -10037,7 +10046,7 @@
"message": "編集権限"
},
"textHelpText": {
- "message": "Use text fields for data like security questions"
+ "message": "セキュリティに関する質問などのデータにはテキストフィールドを使用します"
},
"hiddenHelpText": {
"message": "Use hidden fields for sensitive data like a password"
@@ -10096,7 +10105,7 @@
"message": "To host Bitwarden on your own server, you will need to upload your license file. To support Free Families plans and advanced billing capabilities for your self-hosted organization, you will need to set up automatic sync in your self-hosted organization."
},
"selfHostingTitleProper": {
- "message": "Self-Hosting"
+ "message": "セルフホスティング"
},
"claim-domain-single-org-warning": {
"message": "Claiming a domain will turn on the single organization policy."
@@ -10105,7 +10114,7 @@
"message": "Non-compliant members will be revoked. Administrators can restore members once they leave all other organizations."
},
"deleteOrganizationUser": {
- "message": "Delete $NAME$",
+ "message": "$NAME$ を削除",
"placeholders": {
"name": {
"content": "$1",
@@ -10129,7 +10138,7 @@
"description": "Warning description for the bulk delete organization users dialog"
},
"organizationUserDeleted": {
- "message": "Deleted $NAME$",
+ "message": "$NAME$ を削除しました",
"placeholders": {
"name": {
"content": "$1",
@@ -10339,6 +10348,36 @@
"organizationNameMaxLength": {
"message": "Organization name cannot exceed 50 characters."
},
+ "sshKeyWrongPassword": {
+ "message": "入力されたパスワードが間違っています。"
+ },
+ "importSshKey": {
+ "message": "インポート"
+ },
+ "confirmSshKeyPassword": {
+ "message": "パスワードを確認"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "SSH キーのパスワードを入力します。"
+ },
+ "enterSshKeyPassword": {
+ "message": "パスワードを入力"
+ },
+ "invalidSshKey": {
+ "message": "SSH キーが無効です"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "サポートされていない種類の SSH キーです"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "クリップボードからキーをインポート"
+ },
+ "sshKeyImported": {
+ "message": "SSH キーのインポートに成功しました"
+ },
+ "copySSHPrivateKey": {
+ "message": "秘密鍵をコピー"
+ },
"openingExtension": {
"message": "Opening the Bitwarden browser extension"
},
@@ -10479,13 +10518,13 @@
"message": "Assigned seats exceed available seats."
},
"changeAtRiskPassword": {
- "message": "Change at-risk password"
+ "message": "危険なパスワードの変更"
},
"removeUnlockWithPinPolicyTitle": {
- "message": "Remove Unlock with PIN"
+ "message": "PINによるロック解除を削除"
},
"removeUnlockWithPinPolicyDesc": {
- "message": "Do not allow members to unlock their account with a PIN."
+ "message": "PINによるアカウントのロック解除をメンバーに許可しません。"
},
"limitedEventLogs": {
"message": "$PRODUCT_TYPE$ plans do not have access to real event logs",
@@ -10504,5 +10543,8 @@
},
"upgradeEventLogMessage": {
"message": "These events are examples only and do not reflect real events within your Bitwarden organization."
+ },
+ "cannotCreateCollection": {
+ "message": "Free organizations may have up to 2 collections. Upgrade to a paid plan to add more collections."
}
}
diff --git a/apps/web/src/locales/ka/messages.json b/apps/web/src/locales/ka/messages.json
index 5a7be95dfba..f5f4bfb3ae1 100644
--- a/apps/web/src/locales/ka/messages.json
+++ b/apps/web/src/locales/ka/messages.json
@@ -428,6 +428,9 @@
"dragToSort": {
"message": "გადაადგილე დასახარისხებლად"
},
+ "dragToReorder": {
+ "message": "Drag to reorder"
+ },
"cfTypeText": {
"message": "ტექსტი"
},
@@ -470,6 +473,19 @@
"editFolder": {
"message": "საქაღალდის ჩასწორება"
},
+ "editWithName": {
+ "message": "Edit $ITEM$: $NAME$",
+ "placeholders": {
+ "item": {
+ "content": "$1",
+ "example": "login"
+ },
+ "name": {
+ "content": "$2",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "New folder"
},
@@ -863,9 +879,6 @@
"filter": {
"message": "ფილტრი"
},
- "moveSelectedToOrg": {
- "message": "გადაყვანა შერჩეულის ორგანიზაციაში"
- },
"deleteSelected": {
"message": "წაშლა შერჩეულის"
},
@@ -921,15 +934,6 @@
}
}
},
- "movedItemsToOrg": {
- "message": "მონიშნული საგანები გადაყვანილია $ORGNAME$-ში",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Items moved to $ORGNAME$",
"placeholders": {
@@ -1270,12 +1274,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Enter your account email address and your password hint will be sent to you"
},
- "passwordHint": {
- "message": "პაროლის მინიშნება"
- },
- "enterEmailToGetHint": {
- "message": "შეიყვანეთ თქვენი ანგარიშის ელ-ფოსტა რომ მიიღოთ თქვენი მთავარი პაროლის მინიშნება."
- },
"getMasterPasswordHint": {
"message": "მიიღეთ მთავარი პაროლის მინიშნება"
},
@@ -1561,9 +1559,6 @@
"moveToOrgDesc": {
"message": "Choose an organization that you wish to move this item to. Moving to an organization transfers ownership of the item to that organization. You will no longer be the direct owner of this item once it has been moved."
},
- "moveManyToOrgDesc": {
- "message": "Choose an organization that you wish to move these items to. Moving to an organization transfers ownership of the items to that organization. You will no longer be the direct owner of these items once they have been moved."
- },
"collectionsDesc": {
"message": "Edit the collections that this item is being shared with. Only organization users with access to these collections will be able to see this item."
},
@@ -1597,23 +1592,6 @@
}
}
},
- "moveSelectedItemsCountDesc": {
- "message": "თქვენ მონიშნეთ $COUNT$ საგანი(ები). $MOVEABLE_COUNT$ საგან(ები)-ს გადატანა შესაძლებელია ორგანიზაციაში, $NONMOVEABLE_COUNT$ ვერა",
- "placeholders": {
- "count": {
- "content": "$1",
- "example": "10"
- },
- "moveable_count": {
- "content": "$2",
- "example": "8"
- },
- "nonmoveable_count": {
- "content": "$3",
- "example": "2"
- }
- }
- },
"verificationCodeTotp": {
"message": "ერთჯერადი კოდი (TOTP)"
},
@@ -4530,6 +4508,40 @@
}
}
},
+ "reorderFieldUp": {
+ "message": "$LABEL$ moved up, position $INDEX$ of $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
+ "reorderFieldDown": {
+ "message": "$LABEL$ moved down, position $INDEX$ of $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
"keyUpdateFoldersFailed": {
"message": "When updating your encryption key, your folders could not be decrypted. To continue with the update, your folders must be deleted. No vault items will be deleted if you proceed."
},
@@ -7264,12 +7276,6 @@
"numberOfUsers": {
"message": "Number of users"
},
- "loggingInAs": {
- "message": "Logging in as"
- },
- "notYou": {
- "message": "Not you?"
- },
"pickAnAvatarColor": {
"message": "Pick an avatar color"
},
@@ -8393,9 +8399,6 @@
"requestAdminApproval": {
"message": "Request admin approval"
},
- "approveWithMasterPassword": {
- "message": "Approve with master password"
- },
"trustedDeviceEncryption": {
"message": "Trusted device encryption"
},
@@ -8610,9 +8613,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "Your request has been sent to your admin."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "You will be notified once approved."
- },
"troubleLoggingIn": {
"message": "Trouble logging in?"
},
@@ -9338,6 +9338,15 @@
"deviceManagementDesc": {
"message": "Configure device management for Bitwarden using the implementation guide for your platform."
},
+ "deviceIdMissing": {
+ "message": "Device ID is missing"
+ },
+ "deviceTypeMissing": {
+ "message": "Device type is missing"
+ },
+ "deviceCreationDateMissing": {
+ "message": "Device creation date is missing"
+ },
"desktopRequired": {
"message": "Desktop required"
},
@@ -10339,6 +10348,36 @@
"organizationNameMaxLength": {
"message": "Organization name cannot exceed 50 characters."
},
+ "sshKeyWrongPassword": {
+ "message": "The password you entered is incorrect."
+ },
+ "importSshKey": {
+ "message": "Import"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Confirm password"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Enter the password for the SSH key."
+ },
+ "enterSshKeyPassword": {
+ "message": "Enter password"
+ },
+ "invalidSshKey": {
+ "message": "The SSH key is invalid"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "The SSH key type is not supported"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Import key from clipboard"
+ },
+ "sshKeyImported": {
+ "message": "SSH key imported successfully"
+ },
+ "copySSHPrivateKey": {
+ "message": "Copy private key"
+ },
"openingExtension": {
"message": "Opening the Bitwarden browser extension"
},
@@ -10504,5 +10543,8 @@
},
"upgradeEventLogMessage": {
"message": "These events are examples only and do not reflect real events within your Bitwarden organization."
+ },
+ "cannotCreateCollection": {
+ "message": "Free organizations may have up to 2 collections. Upgrade to a paid plan to add more collections."
}
}
diff --git a/apps/web/src/locales/km/messages.json b/apps/web/src/locales/km/messages.json
index c205ace9ac1..f334131b69b 100644
--- a/apps/web/src/locales/km/messages.json
+++ b/apps/web/src/locales/km/messages.json
@@ -428,6 +428,9 @@
"dragToSort": {
"message": "Drag to sort"
},
+ "dragToReorder": {
+ "message": "Drag to reorder"
+ },
"cfTypeText": {
"message": "Text"
},
@@ -470,6 +473,19 @@
"editFolder": {
"message": "Edit folder"
},
+ "editWithName": {
+ "message": "Edit $ITEM$: $NAME$",
+ "placeholders": {
+ "item": {
+ "content": "$1",
+ "example": "login"
+ },
+ "name": {
+ "content": "$2",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "New folder"
},
@@ -863,9 +879,6 @@
"filter": {
"message": "Filter"
},
- "moveSelectedToOrg": {
- "message": "Move selected to organization"
- },
"deleteSelected": {
"message": "Delete selected"
},
@@ -921,15 +934,6 @@
}
}
},
- "movedItemsToOrg": {
- "message": "Selected items moved to $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Items moved to $ORGNAME$",
"placeholders": {
@@ -1270,12 +1274,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Enter your account email address and your password hint will be sent to you"
},
- "passwordHint": {
- "message": "Password hint"
- },
- "enterEmailToGetHint": {
- "message": "Enter your account email address to receive your master password hint."
- },
"getMasterPasswordHint": {
"message": "Get master password hint"
},
@@ -1561,9 +1559,6 @@
"moveToOrgDesc": {
"message": "Choose an organization that you wish to move this item to. Moving to an organization transfers ownership of the item to that organization. You will no longer be the direct owner of this item once it has been moved."
},
- "moveManyToOrgDesc": {
- "message": "Choose an organization that you wish to move these items to. Moving to an organization transfers ownership of the items to that organization. You will no longer be the direct owner of these items once they have been moved."
- },
"collectionsDesc": {
"message": "Edit the collections that this item is being shared with. Only organization users with access to these collections will be able to see this item."
},
@@ -1597,23 +1592,6 @@
}
}
},
- "moveSelectedItemsCountDesc": {
- "message": "You have selected $COUNT$ item(s). $MOVEABLE_COUNT$ item(s) can be moved to an organization, $NONMOVEABLE_COUNT$ cannot.",
- "placeholders": {
- "count": {
- "content": "$1",
- "example": "10"
- },
- "moveable_count": {
- "content": "$2",
- "example": "8"
- },
- "nonmoveable_count": {
- "content": "$3",
- "example": "2"
- }
- }
- },
"verificationCodeTotp": {
"message": "Verification code (TOTP)"
},
@@ -4530,6 +4508,40 @@
}
}
},
+ "reorderFieldUp": {
+ "message": "$LABEL$ moved up, position $INDEX$ of $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
+ "reorderFieldDown": {
+ "message": "$LABEL$ moved down, position $INDEX$ of $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
"keyUpdateFoldersFailed": {
"message": "When updating your encryption key, your folders could not be decrypted. To continue with the update, your folders must be deleted. No vault items will be deleted if you proceed."
},
@@ -7264,12 +7276,6 @@
"numberOfUsers": {
"message": "Number of users"
},
- "loggingInAs": {
- "message": "Logging in as"
- },
- "notYou": {
- "message": "Not you?"
- },
"pickAnAvatarColor": {
"message": "Pick an avatar color"
},
@@ -8393,9 +8399,6 @@
"requestAdminApproval": {
"message": "Request admin approval"
},
- "approveWithMasterPassword": {
- "message": "Approve with master password"
- },
"trustedDeviceEncryption": {
"message": "Trusted device encryption"
},
@@ -8610,9 +8613,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "Your request has been sent to your admin."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "You will be notified once approved."
- },
"troubleLoggingIn": {
"message": "Trouble logging in?"
},
@@ -9338,6 +9338,15 @@
"deviceManagementDesc": {
"message": "Configure device management for Bitwarden using the implementation guide for your platform."
},
+ "deviceIdMissing": {
+ "message": "Device ID is missing"
+ },
+ "deviceTypeMissing": {
+ "message": "Device type is missing"
+ },
+ "deviceCreationDateMissing": {
+ "message": "Device creation date is missing"
+ },
"desktopRequired": {
"message": "Desktop required"
},
@@ -10339,6 +10348,36 @@
"organizationNameMaxLength": {
"message": "Organization name cannot exceed 50 characters."
},
+ "sshKeyWrongPassword": {
+ "message": "The password you entered is incorrect."
+ },
+ "importSshKey": {
+ "message": "Import"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Confirm password"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Enter the password for the SSH key."
+ },
+ "enterSshKeyPassword": {
+ "message": "Enter password"
+ },
+ "invalidSshKey": {
+ "message": "The SSH key is invalid"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "The SSH key type is not supported"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Import key from clipboard"
+ },
+ "sshKeyImported": {
+ "message": "SSH key imported successfully"
+ },
+ "copySSHPrivateKey": {
+ "message": "Copy private key"
+ },
"openingExtension": {
"message": "Opening the Bitwarden browser extension"
},
@@ -10504,5 +10543,8 @@
},
"upgradeEventLogMessage": {
"message": "These events are examples only and do not reflect real events within your Bitwarden organization."
+ },
+ "cannotCreateCollection": {
+ "message": "Free organizations may have up to 2 collections. Upgrade to a paid plan to add more collections."
}
}
diff --git a/apps/web/src/locales/kn/messages.json b/apps/web/src/locales/kn/messages.json
index d817f606008..dbf2cab3bb5 100644
--- a/apps/web/src/locales/kn/messages.json
+++ b/apps/web/src/locales/kn/messages.json
@@ -428,6 +428,9 @@
"dragToSort": {
"message": "ವಿಂಗಡಿಸಲು ಎಳೆಯಿರಿ"
},
+ "dragToReorder": {
+ "message": "Drag to reorder"
+ },
"cfTypeText": {
"message": "ಪಠ್ಯ"
},
@@ -470,6 +473,19 @@
"editFolder": {
"message": "ಫೋಲ್ಡರ್ ಸಂಪಾದಿಸಿ"
},
+ "editWithName": {
+ "message": "Edit $ITEM$: $NAME$",
+ "placeholders": {
+ "item": {
+ "content": "$1",
+ "example": "login"
+ },
+ "name": {
+ "content": "$2",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "New folder"
},
@@ -863,9 +879,6 @@
"filter": {
"message": "Filter"
},
- "moveSelectedToOrg": {
- "message": "ಆಯ್ದ ಸಂಸ್ಥೆಗೆ ಸರಿಸಿ"
- },
"deleteSelected": {
"message": "ಆಯ್ಕೆಮಾಡಿದ ಅಳಿಸಿ"
},
@@ -921,15 +934,6 @@
}
}
},
- "movedItemsToOrg": {
- "message": "ಆಯ್ದ ವಸ್ತುಗಳನ್ನು $ORGNAME$ ಗೆ ಸರಿಸಲಾಗಿದೆ",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Items moved to $ORGNAME$",
"placeholders": {
@@ -1270,12 +1274,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Enter your account email address and your password hint will be sent to you"
},
- "passwordHint": {
- "message": "ಪಾಸ್ವರ್ಡ್ ಸುಳಿವು"
- },
- "enterEmailToGetHint": {
- "message": "ವಿಸ್ತರಣೆಯನ್ನು ಪ್ರಾರಂಭಿಸಲು ಮೆನುವಿನಲ್ಲಿರುವ ಬಿಟ್ವಾರ್ಡೆನ್ ಐಕಾನ್ ಟ್ಯಾಪ್ ಮಾಡಿ."
- },
"getMasterPasswordHint": {
"message": "ಮಾಸ್ಟರ್ ಪಾಸ್ವರ್ಡ್ ಸುಳಿವನ್ನು ಪಡೆಯಿರಿ"
},
@@ -1561,9 +1559,6 @@
"moveToOrgDesc": {
"message": "ಈ ಐಟಂ ಅನ್ನು ಸರಿಸಲು ನೀವು ಬಯಸುವ ಸಂಸ್ಥೆಯನ್ನು ಆರಿಸಿ. ಸಂಸ್ಥೆಗೆ ಹೋಗುವುದರಿಂದ ವಸ್ತುವಿನ ಮಾಲೀಕತ್ವವನ್ನು ಆ ಸಂಸ್ಥೆಗೆ ವರ್ಗಾಯಿಸುತ್ತದೆ. ಈ ಐಟಂ ಅನ್ನು ಸರಿಸಿದ ನಂತರ ನೀವು ಇನ್ನು ಮುಂದೆ ಅದರ ನೇರ ಮಾಲೀಕರಾಗಿರುವುದಿಲ್ಲ."
},
- "moveManyToOrgDesc": {
- "message": "ಈ ವಸ್ತುಗಳನ್ನು ಸರಿಸಲು ನೀವು ಬಯಸುವ ಸಂಸ್ಥೆಯನ್ನು ಆರಿಸಿ. ಸಂಸ್ಥೆಗೆ ಹೋಗುವುದರಿಂದ ವಸ್ತುಗಳ ಮಾಲೀಕತ್ವವನ್ನು ಆ ಸಂಸ್ಥೆಗೆ ವರ್ಗಾಯಿಸುತ್ತದೆ. ಈ ವಸ್ತುಗಳನ್ನು ಸರಿಸಿದ ನಂತರ ನೀವು ಇನ್ನು ಮುಂದೆ ಅವರ ನೇರ ಮಾಲೀಕರಾಗಿರುವುದಿಲ್ಲ."
- },
"collectionsDesc": {
"message": "ಈ ಐಟಂ ಹಂಚಿಕೊಳ್ಳುತ್ತಿರುವ ಸಂಗ್ರಹಗಳನ್ನು ಸಂಪಾದಿಸಿ. ಈ ಸಂಗ್ರಹಣೆಗಳಿಗೆ ಪ್ರವೇಶ ಹೊಂದಿರುವ ಸಂಸ್ಥೆಯ ಬಳಕೆದಾರರಿಗೆ ಮಾತ್ರ ಈ ಐಟಂ ಅನ್ನು ನೋಡಲು ಸಾಧ್ಯವಾಗುತ್ತದೆ."
},
@@ -1597,23 +1592,6 @@
}
}
},
- "moveSelectedItemsCountDesc": {
- "message": "ನೀವು $COUNT$ ಐಟಂ (ಗಳನ್ನು) ಆಯ್ಕೆ ಮಾಡಿದ್ದೀರಿ. $MOVEABLE_COUNT$ ಐಟಂ (ಗಳನ್ನು) ಸಂಸ್ಥೆಗೆ ಸರಿಸಬಹುದು, $NONMOVEABLE_COUNT$ ಸಾಧ್ಯವಿಲ್ಲ.",
- "placeholders": {
- "count": {
- "content": "$1",
- "example": "10"
- },
- "moveable_count": {
- "content": "$2",
- "example": "8"
- },
- "nonmoveable_count": {
- "content": "$3",
- "example": "2"
- }
- }
- },
"verificationCodeTotp": {
"message": "ಪರಿಶೀಲನಾ ಕೋಡ್ಗಳು (TOTP)"
},
@@ -4530,6 +4508,40 @@
}
}
},
+ "reorderFieldUp": {
+ "message": "$LABEL$ moved up, position $INDEX$ of $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
+ "reorderFieldDown": {
+ "message": "$LABEL$ moved down, position $INDEX$ of $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
"keyUpdateFoldersFailed": {
"message": "When updating your encryption key, your folders could not be decrypted. To continue with the update, your folders must be deleted. No vault items will be deleted if you proceed."
},
@@ -7264,12 +7276,6 @@
"numberOfUsers": {
"message": "Number of users"
},
- "loggingInAs": {
- "message": "Logging in as"
- },
- "notYou": {
- "message": "Not you?"
- },
"pickAnAvatarColor": {
"message": "Pick an avatar color"
},
@@ -8393,9 +8399,6 @@
"requestAdminApproval": {
"message": "Request admin approval"
},
- "approveWithMasterPassword": {
- "message": "Approve with master password"
- },
"trustedDeviceEncryption": {
"message": "Trusted device encryption"
},
@@ -8610,9 +8613,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "Your request has been sent to your admin."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "You will be notified once approved."
- },
"troubleLoggingIn": {
"message": "Trouble logging in?"
},
@@ -9338,6 +9338,15 @@
"deviceManagementDesc": {
"message": "Configure device management for Bitwarden using the implementation guide for your platform."
},
+ "deviceIdMissing": {
+ "message": "Device ID is missing"
+ },
+ "deviceTypeMissing": {
+ "message": "Device type is missing"
+ },
+ "deviceCreationDateMissing": {
+ "message": "Device creation date is missing"
+ },
"desktopRequired": {
"message": "Desktop required"
},
@@ -10339,6 +10348,36 @@
"organizationNameMaxLength": {
"message": "Organization name cannot exceed 50 characters."
},
+ "sshKeyWrongPassword": {
+ "message": "The password you entered is incorrect."
+ },
+ "importSshKey": {
+ "message": "Import"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Confirm password"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Enter the password for the SSH key."
+ },
+ "enterSshKeyPassword": {
+ "message": "Enter password"
+ },
+ "invalidSshKey": {
+ "message": "The SSH key is invalid"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "The SSH key type is not supported"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Import key from clipboard"
+ },
+ "sshKeyImported": {
+ "message": "SSH key imported successfully"
+ },
+ "copySSHPrivateKey": {
+ "message": "Copy private key"
+ },
"openingExtension": {
"message": "Opening the Bitwarden browser extension"
},
@@ -10504,5 +10543,8 @@
},
"upgradeEventLogMessage": {
"message": "These events are examples only and do not reflect real events within your Bitwarden organization."
+ },
+ "cannotCreateCollection": {
+ "message": "Free organizations may have up to 2 collections. Upgrade to a paid plan to add more collections."
}
}
diff --git a/apps/web/src/locales/ko/messages.json b/apps/web/src/locales/ko/messages.json
index f389ef82312..1f3bbda3736 100644
--- a/apps/web/src/locales/ko/messages.json
+++ b/apps/web/src/locales/ko/messages.json
@@ -428,6 +428,9 @@
"dragToSort": {
"message": "드래그하여 정렬"
},
+ "dragToReorder": {
+ "message": "Drag to reorder"
+ },
"cfTypeText": {
"message": "텍스트"
},
@@ -470,6 +473,19 @@
"editFolder": {
"message": "폴더 편집"
},
+ "editWithName": {
+ "message": "Edit $ITEM$: $NAME$",
+ "placeholders": {
+ "item": {
+ "content": "$1",
+ "example": "login"
+ },
+ "name": {
+ "content": "$2",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "New folder"
},
@@ -863,9 +879,6 @@
"filter": {
"message": "필터"
},
- "moveSelectedToOrg": {
- "message": "선택한 항목을 조직으로 이동함"
- },
"deleteSelected": {
"message": "선택 항목 삭제"
},
@@ -921,15 +934,6 @@
}
}
},
- "movedItemsToOrg": {
- "message": "선택한 항목이 $ORGNAME$(으)로 이동됨",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Items moved to $ORGNAME$",
"placeholders": {
@@ -1270,12 +1274,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Enter your account email address and your password hint will be sent to you"
},
- "passwordHint": {
- "message": "비밀번호 힌트"
- },
- "enterEmailToGetHint": {
- "message": "마스터 비밀번호 힌트를 받으려면 계정의 이메일 주소를 입력하세요."
- },
"getMasterPasswordHint": {
"message": "마스터 비밀번호 힌트 얻기"
},
@@ -1561,9 +1559,6 @@
"moveToOrgDesc": {
"message": "이 항목을 이동할 조직을 선택하십시오. 항목이 조직으로 이동되면 소유권이 조직으로 이전됩니다. 일단 이동되면, 더는 이동된 항목의 직접적인 소유자가 아니게 됩니다."
},
- "moveManyToOrgDesc": {
- "message": "이 항목을 이동할 조직을 선택하십시오. 항목이 조직으로 이동되면 소유권이 조직으로 이전됩니다. 일단 이동되면, 더는 이동된 항목의 직접적인 소유자가 아니게 됩니다."
- },
"collectionsDesc": {
"message": "이 항목이 공유될 콜렉션을 수정하십시오. 이 콜렉션에 접근할 수 있는 조직 사용자만 이 항목을 볼 수 있습니다."
},
@@ -1597,23 +1592,6 @@
}
}
},
- "moveSelectedItemsCountDesc": {
- "message": "$COUNT$개의 항목을 선택하셨습니다. $MOVEABLE_COUNT$개의 항목은 조직으로 이동시킬 수 있지만 나머지 $NONMOVEABLE_COUNT$개의 항목은 이동시킬 수 없습니다.",
- "placeholders": {
- "count": {
- "content": "$1",
- "example": "10"
- },
- "moveable_count": {
- "content": "$2",
- "example": "8"
- },
- "nonmoveable_count": {
- "content": "$3",
- "example": "2"
- }
- }
- },
"verificationCodeTotp": {
"message": "인증 코드 (TOTP)"
},
@@ -4530,6 +4508,40 @@
}
}
},
+ "reorderFieldUp": {
+ "message": "$LABEL$ moved up, position $INDEX$ of $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
+ "reorderFieldDown": {
+ "message": "$LABEL$ moved down, position $INDEX$ of $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
"keyUpdateFoldersFailed": {
"message": "When updating your encryption key, your folders could not be decrypted. To continue with the update, your folders must be deleted. No vault items will be deleted if you proceed."
},
@@ -7264,12 +7276,6 @@
"numberOfUsers": {
"message": "Number of users"
},
- "loggingInAs": {
- "message": "Logging in as"
- },
- "notYou": {
- "message": "Not you?"
- },
"pickAnAvatarColor": {
"message": "Pick an avatar color"
},
@@ -8393,9 +8399,6 @@
"requestAdminApproval": {
"message": "Request admin approval"
},
- "approveWithMasterPassword": {
- "message": "Approve with master password"
- },
"trustedDeviceEncryption": {
"message": "Trusted device encryption"
},
@@ -8610,9 +8613,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "Your request has been sent to your admin."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "You will be notified once approved."
- },
"troubleLoggingIn": {
"message": "Trouble logging in?"
},
@@ -9338,6 +9338,15 @@
"deviceManagementDesc": {
"message": "Configure device management for Bitwarden using the implementation guide for your platform."
},
+ "deviceIdMissing": {
+ "message": "Device ID is missing"
+ },
+ "deviceTypeMissing": {
+ "message": "Device type is missing"
+ },
+ "deviceCreationDateMissing": {
+ "message": "Device creation date is missing"
+ },
"desktopRequired": {
"message": "Desktop required"
},
@@ -10339,6 +10348,36 @@
"organizationNameMaxLength": {
"message": "Organization name cannot exceed 50 characters."
},
+ "sshKeyWrongPassword": {
+ "message": "The password you entered is incorrect."
+ },
+ "importSshKey": {
+ "message": "Import"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Confirm password"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Enter the password for the SSH key."
+ },
+ "enterSshKeyPassword": {
+ "message": "Enter password"
+ },
+ "invalidSshKey": {
+ "message": "The SSH key is invalid"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "The SSH key type is not supported"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Import key from clipboard"
+ },
+ "sshKeyImported": {
+ "message": "SSH key imported successfully"
+ },
+ "copySSHPrivateKey": {
+ "message": "Copy private key"
+ },
"openingExtension": {
"message": "Opening the Bitwarden browser extension"
},
@@ -10504,5 +10543,8 @@
},
"upgradeEventLogMessage": {
"message": "These events are examples only and do not reflect real events within your Bitwarden organization."
+ },
+ "cannotCreateCollection": {
+ "message": "Free organizations may have up to 2 collections. Upgrade to a paid plan to add more collections."
}
}
diff --git a/apps/web/src/locales/lv/messages.json b/apps/web/src/locales/lv/messages.json
index 9dc34f9e358..7c8c3b2831e 100644
--- a/apps/web/src/locales/lv/messages.json
+++ b/apps/web/src/locales/lv/messages.json
@@ -428,6 +428,9 @@
"dragToSort": {
"message": "Vilkt, lai kārtotu"
},
+ "dragToReorder": {
+ "message": "Vilkt, lai pārkārtotu"
+ },
"cfTypeText": {
"message": "Teksts"
},
@@ -470,6 +473,19 @@
"editFolder": {
"message": "Labot mapi"
},
+ "editWithName": {
+ "message": "Labot $ITEM$: $NAME$",
+ "placeholders": {
+ "item": {
+ "content": "$1",
+ "example": "login"
+ },
+ "name": {
+ "content": "$2",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "Jauna mape"
},
@@ -863,9 +879,6 @@
"filter": {
"message": "Atlase"
},
- "moveSelectedToOrg": {
- "message": "Pārvietot atzīmēto uz apvienību"
- },
"deleteSelected": {
"message": "Izdzēst atlasītos"
},
@@ -921,15 +934,6 @@
}
}
},
- "movedItemsToOrg": {
- "message": "Atzīmētie vienumi pārvietoti uz $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Vienumi pārvietoti uz $ORGNAME$",
"placeholders": {
@@ -1270,12 +1274,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Jāievada sava konta e-pasta adrese, un paroles norāde tiks nosūtīta"
},
- "passwordHint": {
- "message": "Paroles norāde"
- },
- "enterEmailToGetHint": {
- "message": "Norādīt konta e-pasta adresi, lai saņemtu galvenās paroles norādi."
- },
"getMasterPasswordHint": {
"message": "Saņemt galvenās paroles norādi"
},
@@ -1561,9 +1559,6 @@
"moveToOrgDesc": {
"message": "Jāizvēlas apvienība, uz kuru pārvietot šo vienumu. Pārvietošana nodod šī vienuma piederību apvienībai. Pēc šī vienuma pārvietošanas Tu vairs nebūsi tā tiešais īpašnieks."
},
- "moveManyToOrgDesc": {
- "message": "Jāizvēlas apvienība, uz kuru pārvietot šos vienumus. Pārvietošana nodod šo vienumu piederību apvienībai. Pēc šo vienumu pārvietošanas Tu vairs nebūsi to tiešais īpašnieks."
- },
"collectionsDesc": {
"message": "Labot krājumus, ar kuriem šis vienums ir kopīgots. Tikai apvienības lietotāji, kam ir piekļuve šiem krājumiem, redzēs šo vienumu."
},
@@ -1597,23 +1592,6 @@
}
}
},
- "moveSelectedItemsCountDesc": {
- "message": "Ir atzīmēts(i) $COUNT$ vienums(i). $MOVEABLE_COUNT$ vienums(i) var tikt pārvietoti uz apvienību, bet $NONMOVEABLE_COUNT$ nē.",
- "placeholders": {
- "count": {
- "content": "$1",
- "example": "10"
- },
- "moveable_count": {
- "content": "$2",
- "example": "8"
- },
- "nonmoveable_count": {
- "content": "$3",
- "example": "2"
- }
- }
- },
"verificationCodeTotp": {
"message": "Apstiprinājuma kods (TOTP)"
},
@@ -4530,6 +4508,40 @@
}
}
},
+ "reorderFieldUp": {
+ "message": "$LABEL$ pārvietots augšup, $INDEX$. no $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
+ "reorderFieldDown": {
+ "message": "$LABEL$ pārvietots lejup, $INDEX$. no $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
"keyUpdateFoldersFailed": {
"message": "Šifrēšanas atslēgas atjaunināšanas laikā mapes nevarēja atšifrēt. Lai turpinātu atjaunināšanu, mapes ir jāizdzēš. Glabātavas vienumi netiks izdzēsti, ja turpināsi."
},
@@ -7264,12 +7276,6 @@
"numberOfUsers": {
"message": "Lietotāju skaits"
},
- "loggingInAs": {
- "message": "Piesakās kā"
- },
- "notYou": {
- "message": "Tas neesi Tu?"
- },
"pickAnAvatarColor": {
"message": "Izvēlēties iemiesojuma krāsu"
},
@@ -8393,9 +8399,6 @@
"requestAdminApproval": {
"message": "Pieprasīt pārvaldītāja apstiprinājumu"
},
- "approveWithMasterPassword": {
- "message": "Apstiprināt ar galveno paroli"
- },
"trustedDeviceEncryption": {
"message": "Uzticamo ierīču šifrēšana"
},
@@ -8610,9 +8613,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "Pieprasījums tika nosūtīts pārvaldītājam."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "Tiks saņemts paziņojums, tiklīdz būs apstiprināts."
- },
"troubleLoggingIn": {
"message": "Neizdodas pieteikties?"
},
@@ -9338,6 +9338,15 @@
"deviceManagementDesc": {
"message": "Konfigurēt ierīču pārvaldību Bitwarden, izmantojot operētājsistēmai atbilstošas ieviešanas norādes."
},
+ "deviceIdMissing": {
+ "message": "Trūkst ierīces Id"
+ },
+ "deviceTypeMissing": {
+ "message": "Trūkst ierīces veids"
+ },
+ "deviceCreationDateMissing": {
+ "message": "Trūkst ierīces izveidošanas datums"
+ },
"desktopRequired": {
"message": "Nepieciešams dators"
},
@@ -10339,6 +10348,36 @@
"organizationNameMaxLength": {
"message": "Apvienības nosaukums nevar pārsniegt 50 rakstzīmes."
},
+ "sshKeyWrongPassword": {
+ "message": "Ievadītā parole ir nepareiza."
+ },
+ "importSshKey": {
+ "message": "Ievietot"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Apstiprināt paroli"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Ievadīt SSH atslēgas paroli."
+ },
+ "enterSshKeyPassword": {
+ "message": "Ievadīt paroli"
+ },
+ "invalidSshKey": {
+ "message": "SSH atslēga ir nederīga"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "SSH atslēgas veids netiek atbalstīts"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Ievietot atslēgu no starpliktuves"
+ },
+ "sshKeyImported": {
+ "message": "SSH atslēga tika sekmīgi ievietota"
+ },
+ "copySSHPrivateKey": {
+ "message": "Ievietot privāto atslēgu starpliktuvē"
+ },
"openingExtension": {
"message": "Atver Bitwarden pārlūka paplašinājumu"
},
@@ -10504,5 +10543,8 @@
},
"upgradeEventLogMessage": {
"message": "Šie notikumu ir tikai piemēri, un tie neatspoguļo īstus notikumus Bitwarden apvienībā."
+ },
+ "cannotCreateCollection": {
+ "message": "Apvienībās, kuras izmanto Bitwarden bez maksas, var būt līdz 2 krājumiem. Jāpāriet uz maksas plānu, lai pievienotu vairāk krājumu."
}
}
diff --git a/apps/web/src/locales/ml/messages.json b/apps/web/src/locales/ml/messages.json
index 8e23fe517e2..46ce3b62533 100644
--- a/apps/web/src/locales/ml/messages.json
+++ b/apps/web/src/locales/ml/messages.json
@@ -428,6 +428,9 @@
"dragToSort": {
"message": "അടുക്കാൻ വലിച്ചിടുക"
},
+ "dragToReorder": {
+ "message": "Drag to reorder"
+ },
"cfTypeText": {
"message": "വാചകം"
},
@@ -470,6 +473,19 @@
"editFolder": {
"message": "ഫോൾഡർ തിരുത്തുക"
},
+ "editWithName": {
+ "message": "Edit $ITEM$: $NAME$",
+ "placeholders": {
+ "item": {
+ "content": "$1",
+ "example": "login"
+ },
+ "name": {
+ "content": "$2",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "New folder"
},
@@ -863,9 +879,6 @@
"filter": {
"message": "Filter"
},
- "moveSelectedToOrg": {
- "message": "Move selected to organization"
- },
"deleteSelected": {
"message": "തിരഞ്ഞെടുത്തത് ഇല്ലാതാക്കുക"
},
@@ -921,15 +934,6 @@
}
}
},
- "movedItemsToOrg": {
- "message": "Selected items moved to $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Items moved to $ORGNAME$",
"placeholders": {
@@ -1270,12 +1274,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Enter your account email address and your password hint will be sent to you"
},
- "passwordHint": {
- "message": "പാസ്വേഡ് സൂചനാ"
- },
- "enterEmailToGetHint": {
- "message": "നിങ്ങളുടെ പ്രാഥമിക പാസ്വേഡ് സൂചന ലഭിക്കുന്നതിന് നിങ്ങളുടെ അക്കൗണ്ട് ഇമെയിൽ വിലാസം നൽകുക."
- },
"getMasterPasswordHint": {
"message": "പ്രാഥമിക പാസ്വേഡ് സൂചന നേടുക"
},
@@ -1561,9 +1559,6 @@
"moveToOrgDesc": {
"message": "Choose an organization that you wish to move this item to. Moving to an organization transfers ownership of the item to that organization. You will no longer be the direct owner of this item once it has been moved."
},
- "moveManyToOrgDesc": {
- "message": "Choose an organization that you wish to move these items to. Moving to an organization transfers ownership of the items to that organization. You will no longer be the direct owner of these items once they have been moved."
- },
"collectionsDesc": {
"message": "Edit the collections that this item is being shared with. Only organization users with access to these collections will be able to see this item."
},
@@ -1597,23 +1592,6 @@
}
}
},
- "moveSelectedItemsCountDesc": {
- "message": "You have selected $COUNT$ item(s). $MOVEABLE_COUNT$ item(s) can be moved to an organization, $NONMOVEABLE_COUNT$ cannot.",
- "placeholders": {
- "count": {
- "content": "$1",
- "example": "10"
- },
- "moveable_count": {
- "content": "$2",
- "example": "8"
- },
- "nonmoveable_count": {
- "content": "$3",
- "example": "2"
- }
- }
- },
"verificationCodeTotp": {
"message": "സ്ഥിരീകരണ കോഡ് (TOTP)"
},
@@ -4530,6 +4508,40 @@
}
}
},
+ "reorderFieldUp": {
+ "message": "$LABEL$ moved up, position $INDEX$ of $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
+ "reorderFieldDown": {
+ "message": "$LABEL$ moved down, position $INDEX$ of $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
"keyUpdateFoldersFailed": {
"message": "When updating your encryption key, your folders could not be decrypted. To continue with the update, your folders must be deleted. No vault items will be deleted if you proceed."
},
@@ -7264,12 +7276,6 @@
"numberOfUsers": {
"message": "Number of users"
},
- "loggingInAs": {
- "message": "Logging in as"
- },
- "notYou": {
- "message": "Not you?"
- },
"pickAnAvatarColor": {
"message": "Pick an avatar color"
},
@@ -8393,9 +8399,6 @@
"requestAdminApproval": {
"message": "Request admin approval"
},
- "approveWithMasterPassword": {
- "message": "Approve with master password"
- },
"trustedDeviceEncryption": {
"message": "Trusted device encryption"
},
@@ -8610,9 +8613,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "Your request has been sent to your admin."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "You will be notified once approved."
- },
"troubleLoggingIn": {
"message": "Trouble logging in?"
},
@@ -9338,6 +9338,15 @@
"deviceManagementDesc": {
"message": "Configure device management for Bitwarden using the implementation guide for your platform."
},
+ "deviceIdMissing": {
+ "message": "Device ID is missing"
+ },
+ "deviceTypeMissing": {
+ "message": "Device type is missing"
+ },
+ "deviceCreationDateMissing": {
+ "message": "Device creation date is missing"
+ },
"desktopRequired": {
"message": "Desktop required"
},
@@ -10339,6 +10348,36 @@
"organizationNameMaxLength": {
"message": "Organization name cannot exceed 50 characters."
},
+ "sshKeyWrongPassword": {
+ "message": "The password you entered is incorrect."
+ },
+ "importSshKey": {
+ "message": "Import"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Confirm password"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Enter the password for the SSH key."
+ },
+ "enterSshKeyPassword": {
+ "message": "Enter password"
+ },
+ "invalidSshKey": {
+ "message": "The SSH key is invalid"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "The SSH key type is not supported"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Import key from clipboard"
+ },
+ "sshKeyImported": {
+ "message": "SSH key imported successfully"
+ },
+ "copySSHPrivateKey": {
+ "message": "Copy private key"
+ },
"openingExtension": {
"message": "Opening the Bitwarden browser extension"
},
@@ -10504,5 +10543,8 @@
},
"upgradeEventLogMessage": {
"message": "These events are examples only and do not reflect real events within your Bitwarden organization."
+ },
+ "cannotCreateCollection": {
+ "message": "Free organizations may have up to 2 collections. Upgrade to a paid plan to add more collections."
}
}
diff --git a/apps/web/src/locales/mr/messages.json b/apps/web/src/locales/mr/messages.json
index c205ace9ac1..f334131b69b 100644
--- a/apps/web/src/locales/mr/messages.json
+++ b/apps/web/src/locales/mr/messages.json
@@ -428,6 +428,9 @@
"dragToSort": {
"message": "Drag to sort"
},
+ "dragToReorder": {
+ "message": "Drag to reorder"
+ },
"cfTypeText": {
"message": "Text"
},
@@ -470,6 +473,19 @@
"editFolder": {
"message": "Edit folder"
},
+ "editWithName": {
+ "message": "Edit $ITEM$: $NAME$",
+ "placeholders": {
+ "item": {
+ "content": "$1",
+ "example": "login"
+ },
+ "name": {
+ "content": "$2",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "New folder"
},
@@ -863,9 +879,6 @@
"filter": {
"message": "Filter"
},
- "moveSelectedToOrg": {
- "message": "Move selected to organization"
- },
"deleteSelected": {
"message": "Delete selected"
},
@@ -921,15 +934,6 @@
}
}
},
- "movedItemsToOrg": {
- "message": "Selected items moved to $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Items moved to $ORGNAME$",
"placeholders": {
@@ -1270,12 +1274,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Enter your account email address and your password hint will be sent to you"
},
- "passwordHint": {
- "message": "Password hint"
- },
- "enterEmailToGetHint": {
- "message": "Enter your account email address to receive your master password hint."
- },
"getMasterPasswordHint": {
"message": "Get master password hint"
},
@@ -1561,9 +1559,6 @@
"moveToOrgDesc": {
"message": "Choose an organization that you wish to move this item to. Moving to an organization transfers ownership of the item to that organization. You will no longer be the direct owner of this item once it has been moved."
},
- "moveManyToOrgDesc": {
- "message": "Choose an organization that you wish to move these items to. Moving to an organization transfers ownership of the items to that organization. You will no longer be the direct owner of these items once they have been moved."
- },
"collectionsDesc": {
"message": "Edit the collections that this item is being shared with. Only organization users with access to these collections will be able to see this item."
},
@@ -1597,23 +1592,6 @@
}
}
},
- "moveSelectedItemsCountDesc": {
- "message": "You have selected $COUNT$ item(s). $MOVEABLE_COUNT$ item(s) can be moved to an organization, $NONMOVEABLE_COUNT$ cannot.",
- "placeholders": {
- "count": {
- "content": "$1",
- "example": "10"
- },
- "moveable_count": {
- "content": "$2",
- "example": "8"
- },
- "nonmoveable_count": {
- "content": "$3",
- "example": "2"
- }
- }
- },
"verificationCodeTotp": {
"message": "Verification code (TOTP)"
},
@@ -4530,6 +4508,40 @@
}
}
},
+ "reorderFieldUp": {
+ "message": "$LABEL$ moved up, position $INDEX$ of $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
+ "reorderFieldDown": {
+ "message": "$LABEL$ moved down, position $INDEX$ of $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
"keyUpdateFoldersFailed": {
"message": "When updating your encryption key, your folders could not be decrypted. To continue with the update, your folders must be deleted. No vault items will be deleted if you proceed."
},
@@ -7264,12 +7276,6 @@
"numberOfUsers": {
"message": "Number of users"
},
- "loggingInAs": {
- "message": "Logging in as"
- },
- "notYou": {
- "message": "Not you?"
- },
"pickAnAvatarColor": {
"message": "Pick an avatar color"
},
@@ -8393,9 +8399,6 @@
"requestAdminApproval": {
"message": "Request admin approval"
},
- "approveWithMasterPassword": {
- "message": "Approve with master password"
- },
"trustedDeviceEncryption": {
"message": "Trusted device encryption"
},
@@ -8610,9 +8613,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "Your request has been sent to your admin."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "You will be notified once approved."
- },
"troubleLoggingIn": {
"message": "Trouble logging in?"
},
@@ -9338,6 +9338,15 @@
"deviceManagementDesc": {
"message": "Configure device management for Bitwarden using the implementation guide for your platform."
},
+ "deviceIdMissing": {
+ "message": "Device ID is missing"
+ },
+ "deviceTypeMissing": {
+ "message": "Device type is missing"
+ },
+ "deviceCreationDateMissing": {
+ "message": "Device creation date is missing"
+ },
"desktopRequired": {
"message": "Desktop required"
},
@@ -10339,6 +10348,36 @@
"organizationNameMaxLength": {
"message": "Organization name cannot exceed 50 characters."
},
+ "sshKeyWrongPassword": {
+ "message": "The password you entered is incorrect."
+ },
+ "importSshKey": {
+ "message": "Import"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Confirm password"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Enter the password for the SSH key."
+ },
+ "enterSshKeyPassword": {
+ "message": "Enter password"
+ },
+ "invalidSshKey": {
+ "message": "The SSH key is invalid"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "The SSH key type is not supported"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Import key from clipboard"
+ },
+ "sshKeyImported": {
+ "message": "SSH key imported successfully"
+ },
+ "copySSHPrivateKey": {
+ "message": "Copy private key"
+ },
"openingExtension": {
"message": "Opening the Bitwarden browser extension"
},
@@ -10504,5 +10543,8 @@
},
"upgradeEventLogMessage": {
"message": "These events are examples only and do not reflect real events within your Bitwarden organization."
+ },
+ "cannotCreateCollection": {
+ "message": "Free organizations may have up to 2 collections. Upgrade to a paid plan to add more collections."
}
}
diff --git a/apps/web/src/locales/my/messages.json b/apps/web/src/locales/my/messages.json
index c205ace9ac1..f334131b69b 100644
--- a/apps/web/src/locales/my/messages.json
+++ b/apps/web/src/locales/my/messages.json
@@ -428,6 +428,9 @@
"dragToSort": {
"message": "Drag to sort"
},
+ "dragToReorder": {
+ "message": "Drag to reorder"
+ },
"cfTypeText": {
"message": "Text"
},
@@ -470,6 +473,19 @@
"editFolder": {
"message": "Edit folder"
},
+ "editWithName": {
+ "message": "Edit $ITEM$: $NAME$",
+ "placeholders": {
+ "item": {
+ "content": "$1",
+ "example": "login"
+ },
+ "name": {
+ "content": "$2",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "New folder"
},
@@ -863,9 +879,6 @@
"filter": {
"message": "Filter"
},
- "moveSelectedToOrg": {
- "message": "Move selected to organization"
- },
"deleteSelected": {
"message": "Delete selected"
},
@@ -921,15 +934,6 @@
}
}
},
- "movedItemsToOrg": {
- "message": "Selected items moved to $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Items moved to $ORGNAME$",
"placeholders": {
@@ -1270,12 +1274,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Enter your account email address and your password hint will be sent to you"
},
- "passwordHint": {
- "message": "Password hint"
- },
- "enterEmailToGetHint": {
- "message": "Enter your account email address to receive your master password hint."
- },
"getMasterPasswordHint": {
"message": "Get master password hint"
},
@@ -1561,9 +1559,6 @@
"moveToOrgDesc": {
"message": "Choose an organization that you wish to move this item to. Moving to an organization transfers ownership of the item to that organization. You will no longer be the direct owner of this item once it has been moved."
},
- "moveManyToOrgDesc": {
- "message": "Choose an organization that you wish to move these items to. Moving to an organization transfers ownership of the items to that organization. You will no longer be the direct owner of these items once they have been moved."
- },
"collectionsDesc": {
"message": "Edit the collections that this item is being shared with. Only organization users with access to these collections will be able to see this item."
},
@@ -1597,23 +1592,6 @@
}
}
},
- "moveSelectedItemsCountDesc": {
- "message": "You have selected $COUNT$ item(s). $MOVEABLE_COUNT$ item(s) can be moved to an organization, $NONMOVEABLE_COUNT$ cannot.",
- "placeholders": {
- "count": {
- "content": "$1",
- "example": "10"
- },
- "moveable_count": {
- "content": "$2",
- "example": "8"
- },
- "nonmoveable_count": {
- "content": "$3",
- "example": "2"
- }
- }
- },
"verificationCodeTotp": {
"message": "Verification code (TOTP)"
},
@@ -4530,6 +4508,40 @@
}
}
},
+ "reorderFieldUp": {
+ "message": "$LABEL$ moved up, position $INDEX$ of $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
+ "reorderFieldDown": {
+ "message": "$LABEL$ moved down, position $INDEX$ of $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
"keyUpdateFoldersFailed": {
"message": "When updating your encryption key, your folders could not be decrypted. To continue with the update, your folders must be deleted. No vault items will be deleted if you proceed."
},
@@ -7264,12 +7276,6 @@
"numberOfUsers": {
"message": "Number of users"
},
- "loggingInAs": {
- "message": "Logging in as"
- },
- "notYou": {
- "message": "Not you?"
- },
"pickAnAvatarColor": {
"message": "Pick an avatar color"
},
@@ -8393,9 +8399,6 @@
"requestAdminApproval": {
"message": "Request admin approval"
},
- "approveWithMasterPassword": {
- "message": "Approve with master password"
- },
"trustedDeviceEncryption": {
"message": "Trusted device encryption"
},
@@ -8610,9 +8613,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "Your request has been sent to your admin."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "You will be notified once approved."
- },
"troubleLoggingIn": {
"message": "Trouble logging in?"
},
@@ -9338,6 +9338,15 @@
"deviceManagementDesc": {
"message": "Configure device management for Bitwarden using the implementation guide for your platform."
},
+ "deviceIdMissing": {
+ "message": "Device ID is missing"
+ },
+ "deviceTypeMissing": {
+ "message": "Device type is missing"
+ },
+ "deviceCreationDateMissing": {
+ "message": "Device creation date is missing"
+ },
"desktopRequired": {
"message": "Desktop required"
},
@@ -10339,6 +10348,36 @@
"organizationNameMaxLength": {
"message": "Organization name cannot exceed 50 characters."
},
+ "sshKeyWrongPassword": {
+ "message": "The password you entered is incorrect."
+ },
+ "importSshKey": {
+ "message": "Import"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Confirm password"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Enter the password for the SSH key."
+ },
+ "enterSshKeyPassword": {
+ "message": "Enter password"
+ },
+ "invalidSshKey": {
+ "message": "The SSH key is invalid"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "The SSH key type is not supported"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Import key from clipboard"
+ },
+ "sshKeyImported": {
+ "message": "SSH key imported successfully"
+ },
+ "copySSHPrivateKey": {
+ "message": "Copy private key"
+ },
"openingExtension": {
"message": "Opening the Bitwarden browser extension"
},
@@ -10504,5 +10543,8 @@
},
"upgradeEventLogMessage": {
"message": "These events are examples only and do not reflect real events within your Bitwarden organization."
+ },
+ "cannotCreateCollection": {
+ "message": "Free organizations may have up to 2 collections. Upgrade to a paid plan to add more collections."
}
}
diff --git a/apps/web/src/locales/nb/messages.json b/apps/web/src/locales/nb/messages.json
index 2d58852e557..24285b8cb9f 100644
--- a/apps/web/src/locales/nb/messages.json
+++ b/apps/web/src/locales/nb/messages.json
@@ -428,6 +428,9 @@
"dragToSort": {
"message": "Dra for å sortere"
},
+ "dragToReorder": {
+ "message": "Drag to reorder"
+ },
"cfTypeText": {
"message": "Tekst"
},
@@ -470,6 +473,19 @@
"editFolder": {
"message": "Rediger mappen"
},
+ "editWithName": {
+ "message": "Edit $ITEM$: $NAME$",
+ "placeholders": {
+ "item": {
+ "content": "$1",
+ "example": "login"
+ },
+ "name": {
+ "content": "$2",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "Ny mappe"
},
@@ -863,9 +879,6 @@
"filter": {
"message": "Filter"
},
- "moveSelectedToOrg": {
- "message": "Flytt valgte til organisasjon"
- },
"deleteSelected": {
"message": "Slett de valgte"
},
@@ -921,15 +934,6 @@
}
}
},
- "movedItemsToOrg": {
- "message": "Valgte elementer flyttet til $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Gjenstandene ble flyttet til $ORGNAME$",
"placeholders": {
@@ -1270,12 +1274,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Enter your account email address and your password hint will be sent to you"
},
- "passwordHint": {
- "message": "Passordhint"
- },
- "enterEmailToGetHint": {
- "message": "Skriv inn e-postadressen til kontoen din for å motta hintet til ditt hovedpassord."
- },
"getMasterPasswordHint": {
"message": "Få et hint om hovedpassordet"
},
@@ -1561,9 +1559,6 @@
"moveToOrgDesc": {
"message": "Velg en organisasjon som du ønsker å flytte dette elementet til. Flytting til en organisasjon overfører eierskap til den aktuelle organisasjonen. Du vil ikke lenger være den direkte eieren av dette elementet når det er flyttet."
},
- "moveManyToOrgDesc": {
- "message": "Velg en organisasjon som du ønsker å flytte dette elementet til. Flytting til en organisasjon overfører eierskap til den aktuelle organisasjonen. Du vil ikke lenger være den direkte eieren av dette elementet når det er flyttet."
- },
"collectionsDesc": {
"message": "Rediger samlingene som dette elementet blir delt med. Kun organisasjonsbrukere med tilgang til disse samlingene vil kunne se dette elementet."
},
@@ -1597,23 +1592,6 @@
}
}
},
- "moveSelectedItemsCountDesc": {
- "message": "Du har valgt $COUNT$ element(er). $MOVEABLE_COUNT$ element(er) kan flyttes til en organisasjon, $NONMOVEABLE_COUNT$ kan ikke.",
- "placeholders": {
- "count": {
- "content": "$1",
- "example": "10"
- },
- "moveable_count": {
- "content": "$2",
- "example": "8"
- },
- "nonmoveable_count": {
- "content": "$3",
- "example": "2"
- }
- }
- },
"verificationCodeTotp": {
"message": "Verifiseringskode (TOTP)"
},
@@ -4530,6 +4508,40 @@
}
}
},
+ "reorderFieldUp": {
+ "message": "$LABEL$ moved up, position $INDEX$ of $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
+ "reorderFieldDown": {
+ "message": "$LABEL$ moved down, position $INDEX$ of $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
"keyUpdateFoldersFailed": {
"message": "When updating your encryption key, your folders could not be decrypted. To continue with the update, your folders must be deleted. No vault items will be deleted if you proceed."
},
@@ -7264,12 +7276,6 @@
"numberOfUsers": {
"message": "Antall brukere"
},
- "loggingInAs": {
- "message": "Logger på som"
- },
- "notYou": {
- "message": "Ikke deg?"
- },
"pickAnAvatarColor": {
"message": "Velg en avatarfarge"
},
@@ -8393,9 +8399,6 @@
"requestAdminApproval": {
"message": "Be om administratorgodkjennelse"
},
- "approveWithMasterPassword": {
- "message": "Godkjenn med hovedpassord"
- },
"trustedDeviceEncryption": {
"message": "Trusted device encryption"
},
@@ -8610,9 +8613,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "Forespørselen din har blitt sendt til administratoren din."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "Du vil bli varslet når det er godkjent."
- },
"troubleLoggingIn": {
"message": "Har du problemer med å logge inn?"
},
@@ -9338,6 +9338,15 @@
"deviceManagementDesc": {
"message": "Configure device management for Bitwarden using the implementation guide for your platform."
},
+ "deviceIdMissing": {
+ "message": "Device ID is missing"
+ },
+ "deviceTypeMissing": {
+ "message": "Device type is missing"
+ },
+ "deviceCreationDateMissing": {
+ "message": "Device creation date is missing"
+ },
"desktopRequired": {
"message": "Desktop required"
},
@@ -10339,6 +10348,36 @@
"organizationNameMaxLength": {
"message": "Organization name cannot exceed 50 characters."
},
+ "sshKeyWrongPassword": {
+ "message": "The password you entered is incorrect."
+ },
+ "importSshKey": {
+ "message": "Import"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Confirm password"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Enter the password for the SSH key."
+ },
+ "enterSshKeyPassword": {
+ "message": "Enter password"
+ },
+ "invalidSshKey": {
+ "message": "The SSH key is invalid"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "The SSH key type is not supported"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Import key from clipboard"
+ },
+ "sshKeyImported": {
+ "message": "SSH key imported successfully"
+ },
+ "copySSHPrivateKey": {
+ "message": "Copy private key"
+ },
"openingExtension": {
"message": "Opening the Bitwarden browser extension"
},
@@ -10504,5 +10543,8 @@
},
"upgradeEventLogMessage": {
"message": "These events are examples only and do not reflect real events within your Bitwarden organization."
+ },
+ "cannotCreateCollection": {
+ "message": "Free organizations may have up to 2 collections. Upgrade to a paid plan to add more collections."
}
}
diff --git a/apps/web/src/locales/ne/messages.json b/apps/web/src/locales/ne/messages.json
index 6774111e2ea..8183efd5f9b 100644
--- a/apps/web/src/locales/ne/messages.json
+++ b/apps/web/src/locales/ne/messages.json
@@ -428,6 +428,9 @@
"dragToSort": {
"message": "क्रमबद्ध गर्न तान्नुहोस्"
},
+ "dragToReorder": {
+ "message": "Drag to reorder"
+ },
"cfTypeText": {
"message": "पाठ"
},
@@ -470,6 +473,19 @@
"editFolder": {
"message": "Edit folder"
},
+ "editWithName": {
+ "message": "Edit $ITEM$: $NAME$",
+ "placeholders": {
+ "item": {
+ "content": "$1",
+ "example": "login"
+ },
+ "name": {
+ "content": "$2",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "New folder"
},
@@ -863,9 +879,6 @@
"filter": {
"message": "Filter"
},
- "moveSelectedToOrg": {
- "message": "Move selected to organization"
- },
"deleteSelected": {
"message": "Delete selected"
},
@@ -921,15 +934,6 @@
}
}
},
- "movedItemsToOrg": {
- "message": "Selected items moved to $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Items moved to $ORGNAME$",
"placeholders": {
@@ -1270,12 +1274,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Enter your account email address and your password hint will be sent to you"
},
- "passwordHint": {
- "message": "Password hint"
- },
- "enterEmailToGetHint": {
- "message": "Enter your account email address to receive your master password hint."
- },
"getMasterPasswordHint": {
"message": "Get master password hint"
},
@@ -1561,9 +1559,6 @@
"moveToOrgDesc": {
"message": "Choose an organization that you wish to move this item to. Moving to an organization transfers ownership of the item to that organization. You will no longer be the direct owner of this item once it has been moved."
},
- "moveManyToOrgDesc": {
- "message": "Choose an organization that you wish to move these items to. Moving to an organization transfers ownership of the items to that organization. You will no longer be the direct owner of these items once they have been moved."
- },
"collectionsDesc": {
"message": "Edit the collections that this item is being shared with. Only organization users with access to these collections will be able to see this item."
},
@@ -1597,23 +1592,6 @@
}
}
},
- "moveSelectedItemsCountDesc": {
- "message": "You have selected $COUNT$ item(s). $MOVEABLE_COUNT$ item(s) can be moved to an organization, $NONMOVEABLE_COUNT$ cannot.",
- "placeholders": {
- "count": {
- "content": "$1",
- "example": "10"
- },
- "moveable_count": {
- "content": "$2",
- "example": "8"
- },
- "nonmoveable_count": {
- "content": "$3",
- "example": "2"
- }
- }
- },
"verificationCodeTotp": {
"message": "Verification code (TOTP)"
},
@@ -4530,6 +4508,40 @@
}
}
},
+ "reorderFieldUp": {
+ "message": "$LABEL$ moved up, position $INDEX$ of $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
+ "reorderFieldDown": {
+ "message": "$LABEL$ moved down, position $INDEX$ of $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
"keyUpdateFoldersFailed": {
"message": "When updating your encryption key, your folders could not be decrypted. To continue with the update, your folders must be deleted. No vault items will be deleted if you proceed."
},
@@ -7264,12 +7276,6 @@
"numberOfUsers": {
"message": "Number of users"
},
- "loggingInAs": {
- "message": "Logging in as"
- },
- "notYou": {
- "message": "Not you?"
- },
"pickAnAvatarColor": {
"message": "Pick an avatar color"
},
@@ -8393,9 +8399,6 @@
"requestAdminApproval": {
"message": "Request admin approval"
},
- "approveWithMasterPassword": {
- "message": "Approve with master password"
- },
"trustedDeviceEncryption": {
"message": "Trusted device encryption"
},
@@ -8610,9 +8613,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "Your request has been sent to your admin."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "You will be notified once approved."
- },
"troubleLoggingIn": {
"message": "Trouble logging in?"
},
@@ -9338,6 +9338,15 @@
"deviceManagementDesc": {
"message": "Configure device management for Bitwarden using the implementation guide for your platform."
},
+ "deviceIdMissing": {
+ "message": "Device ID is missing"
+ },
+ "deviceTypeMissing": {
+ "message": "Device type is missing"
+ },
+ "deviceCreationDateMissing": {
+ "message": "Device creation date is missing"
+ },
"desktopRequired": {
"message": "Desktop required"
},
@@ -10339,6 +10348,36 @@
"organizationNameMaxLength": {
"message": "Organization name cannot exceed 50 characters."
},
+ "sshKeyWrongPassword": {
+ "message": "The password you entered is incorrect."
+ },
+ "importSshKey": {
+ "message": "Import"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Confirm password"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Enter the password for the SSH key."
+ },
+ "enterSshKeyPassword": {
+ "message": "Enter password"
+ },
+ "invalidSshKey": {
+ "message": "The SSH key is invalid"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "The SSH key type is not supported"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Import key from clipboard"
+ },
+ "sshKeyImported": {
+ "message": "SSH key imported successfully"
+ },
+ "copySSHPrivateKey": {
+ "message": "Copy private key"
+ },
"openingExtension": {
"message": "Opening the Bitwarden browser extension"
},
@@ -10504,5 +10543,8 @@
},
"upgradeEventLogMessage": {
"message": "These events are examples only and do not reflect real events within your Bitwarden organization."
+ },
+ "cannotCreateCollection": {
+ "message": "Free organizations may have up to 2 collections. Upgrade to a paid plan to add more collections."
}
}
diff --git a/apps/web/src/locales/nl/messages.json b/apps/web/src/locales/nl/messages.json
index cfcdef41085..d193b2496f3 100644
--- a/apps/web/src/locales/nl/messages.json
+++ b/apps/web/src/locales/nl/messages.json
@@ -428,6 +428,9 @@
"dragToSort": {
"message": "Slepen om te sorteren"
},
+ "dragToReorder": {
+ "message": "Sleep om te herschikken"
+ },
"cfTypeText": {
"message": "Tekst"
},
@@ -470,6 +473,19 @@
"editFolder": {
"message": "Map bewerken"
},
+ "editWithName": {
+ "message": "$ITEM$: $NAME$ bewerken",
+ "placeholders": {
+ "item": {
+ "content": "$1",
+ "example": "login"
+ },
+ "name": {
+ "content": "$2",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "Nieuwe map"
},
@@ -863,9 +879,6 @@
"filter": {
"message": "Filter"
},
- "moveSelectedToOrg": {
- "message": "Selectie naar organisatie verplaatsen"
- },
"deleteSelected": {
"message": "Selectie verwijderen"
},
@@ -921,15 +934,6 @@
}
}
},
- "movedItemsToOrg": {
- "message": "Geselecteerde items verplaatst naar $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Items verplaatst naar $ORGNAME$",
"placeholders": {
@@ -1270,12 +1274,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Als je het e-mailadres van je account invult, versturen we je je wachtwoordhint"
},
- "passwordHint": {
- "message": "Wachtwoordhint"
- },
- "enterEmailToGetHint": {
- "message": "Voer het e-mailadres van je account in om je hoofdwachtwoordhint te ontvangen."
- },
"getMasterPasswordHint": {
"message": "Hoofdwachtwoordhint opvragen"
},
@@ -1561,9 +1559,6 @@
"moveToOrgDesc": {
"message": "Kies een organisatie waarnaar je dit item wilt verplaatsen. Door het verplaatsen krijgt de organisatie de eigendomsrechten van het item. Je bent niet langer de directe eigenaar meer van het item als het is verplaatst."
},
- "moveManyToOrgDesc": {
- "message": "Kies een organisatie waarnaar je deze items wilt verplaatsen. Door het verplaatsen krijgt de organisatie de eigendomsrechten van deze items. Je bent niet langer de directe eigenaar meer van deze items als ze zijn verplaatst."
- },
"collectionsDesc": {
"message": "Wijzig de verzamelingen waarmee dit item gedeeld is. Alleen organisatiegebruikers met toegang tot deze verzamelingen kunnen dit item inzien."
},
@@ -1597,23 +1592,6 @@
}
}
},
- "moveSelectedItemsCountDesc": {
- "message": "Je hebt $COUNT$ item(s) geselecteerd. Je kunt $MOVEABLE_COUNT$ verplaatsen naar een organisatie, $NONMOVEABLE_COUNT$ niet.",
- "placeholders": {
- "count": {
- "content": "$1",
- "example": "10"
- },
- "moveable_count": {
- "content": "$2",
- "example": "8"
- },
- "nonmoveable_count": {
- "content": "$3",
- "example": "2"
- }
- }
- },
"verificationCodeTotp": {
"message": "Verificatiecode (TOTP)"
},
@@ -4530,6 +4508,40 @@
}
}
},
+ "reorderFieldUp": {
+ "message": "$LABEL$ is naar boven verplaatst, positie $INDEX$ van $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
+ "reorderFieldDown": {
+ "message": "$LABEL$ is naar boven verplaatst, positie $INDEX$ van $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
"keyUpdateFoldersFailed": {
"message": "Bij het bijwerken van je encryptiesleutel konden we je mappen niet decoderen. Om door te gaan met de update, moeten je mappen worden verwijderd. Geen kluisitems worden verwijderd als je doorgaat."
},
@@ -7264,12 +7276,6 @@
"numberOfUsers": {
"message": "Aantal gebruikers"
},
- "loggingInAs": {
- "message": "Inloggen als"
- },
- "notYou": {
- "message": "Ben jij dit niet?"
- },
"pickAnAvatarColor": {
"message": "Kies een kleur voor je avatar"
},
@@ -8393,9 +8399,6 @@
"requestAdminApproval": {
"message": "Goedkeuring van beheerder vragen"
},
- "approveWithMasterPassword": {
- "message": "Goedkeuren met hoofdwachtwoord"
- },
"trustedDeviceEncryption": {
"message": "Vertrouwde apparaat encryptie"
},
@@ -8610,9 +8613,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "Je verzoek is naar je beheerder verstuurd."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "Je krijgt een melding zodra je bent goedgekeurd."
- },
"troubleLoggingIn": {
"message": "Problemen met inloggen?"
},
@@ -9338,6 +9338,15 @@
"deviceManagementDesc": {
"message": "Apparaatbeheer voor Bitwarden configureren met behulp van de implementatiehandleiding voor jouw platform."
},
+ "deviceIdMissing": {
+ "message": "Apparaat-ID ontbreekt"
+ },
+ "deviceTypeMissing": {
+ "message": "Apparaat-type ontbreekt"
+ },
+ "deviceCreationDateMissing": {
+ "message": "Aanmaakdatum apparaat ontbreekt"
+ },
"desktopRequired": {
"message": "Desktop vereist"
},
@@ -10339,6 +10348,36 @@
"organizationNameMaxLength": {
"message": "Organisatienaam mag niet langer zijn dan 50 tekens."
},
+ "sshKeyWrongPassword": {
+ "message": "Het door jou ingevoerde wachtwoord is onjuist."
+ },
+ "importSshKey": {
+ "message": "Importeren"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Wachtwoord bevestigen"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Voer het wachtwoord voor de SSH sleutel in."
+ },
+ "enterSshKeyPassword": {
+ "message": "Wachtwoord invoeren"
+ },
+ "invalidSshKey": {
+ "message": "De SSH-sleutel is ongeldig"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "Het type SSH-sleutel is niet ondersteund"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Sleutel van klembord importeren"
+ },
+ "sshKeyImported": {
+ "message": "SSH-sleutel succesvol geïmporteerd"
+ },
+ "copySSHPrivateKey": {
+ "message": "Privésleutel kopiëren"
+ },
"openingExtension": {
"message": "Bitwarden-browserextensie openen"
},
@@ -10504,5 +10543,8 @@
},
"upgradeEventLogMessage": {
"message": "Deze events zijn voorbeelden en weerspiegelen geen echte evenementen binnen je Bitwarden-organisatie."
+ },
+ "cannotCreateCollection": {
+ "message": "Gratis organisaties kunnen maximaal twee collecties hebben. Upgrade naar een betaald abonnement voor het toevoegen van meer collecties."
}
}
diff --git a/apps/web/src/locales/nn/messages.json b/apps/web/src/locales/nn/messages.json
index 5f0b86a3192..23d4d3b3089 100644
--- a/apps/web/src/locales/nn/messages.json
+++ b/apps/web/src/locales/nn/messages.json
@@ -428,6 +428,9 @@
"dragToSort": {
"message": "Dra for å sortera"
},
+ "dragToReorder": {
+ "message": "Drag to reorder"
+ },
"cfTypeText": {
"message": "Tekst"
},
@@ -470,6 +473,19 @@
"editFolder": {
"message": "Rediger mappe"
},
+ "editWithName": {
+ "message": "Edit $ITEM$: $NAME$",
+ "placeholders": {
+ "item": {
+ "content": "$1",
+ "example": "login"
+ },
+ "name": {
+ "content": "$2",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "New folder"
},
@@ -863,9 +879,6 @@
"filter": {
"message": "Filter"
},
- "moveSelectedToOrg": {
- "message": "Flytt markerte til organisasjon"
- },
"deleteSelected": {
"message": "Slett markerte"
},
@@ -921,15 +934,6 @@
}
}
},
- "movedItemsToOrg": {
- "message": "Dei valde oppføringane vart flytta til $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Items moved to $ORGNAME$",
"placeholders": {
@@ -1270,12 +1274,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Enter your account email address and your password hint will be sent to you"
},
- "passwordHint": {
- "message": "Passordvink"
- },
- "enterEmailToGetHint": {
- "message": "Skriv inn e-postadressa til kontoen din for å få vinket til hovudpassordet ditt."
- },
"getMasterPasswordHint": {
"message": "Få vink om hovudpassordet ditt"
},
@@ -1561,9 +1559,6 @@
"moveToOrgDesc": {
"message": "Choose an organization that you wish to move this item to. Moving to an organization transfers ownership of the item to that organization. You will no longer be the direct owner of this item once it has been moved."
},
- "moveManyToOrgDesc": {
- "message": "Choose an organization that you wish to move these items to. Moving to an organization transfers ownership of the items to that organization. You will no longer be the direct owner of these items once they have been moved."
- },
"collectionsDesc": {
"message": "Edit the collections that this item is being shared with. Only organization users with access to these collections will be able to see this item."
},
@@ -1597,23 +1592,6 @@
}
}
},
- "moveSelectedItemsCountDesc": {
- "message": "You have selected $COUNT$ item(s). $MOVEABLE_COUNT$ item(s) can be moved to an organization, $NONMOVEABLE_COUNT$ cannot.",
- "placeholders": {
- "count": {
- "content": "$1",
- "example": "10"
- },
- "moveable_count": {
- "content": "$2",
- "example": "8"
- },
- "nonmoveable_count": {
- "content": "$3",
- "example": "2"
- }
- }
- },
"verificationCodeTotp": {
"message": "Verification code (TOTP)"
},
@@ -4530,6 +4508,40 @@
}
}
},
+ "reorderFieldUp": {
+ "message": "$LABEL$ moved up, position $INDEX$ of $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
+ "reorderFieldDown": {
+ "message": "$LABEL$ moved down, position $INDEX$ of $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
"keyUpdateFoldersFailed": {
"message": "When updating your encryption key, your folders could not be decrypted. To continue with the update, your folders must be deleted. No vault items will be deleted if you proceed."
},
@@ -7264,12 +7276,6 @@
"numberOfUsers": {
"message": "Number of users"
},
- "loggingInAs": {
- "message": "Logging in as"
- },
- "notYou": {
- "message": "Not you?"
- },
"pickAnAvatarColor": {
"message": "Pick an avatar color"
},
@@ -8393,9 +8399,6 @@
"requestAdminApproval": {
"message": "Request admin approval"
},
- "approveWithMasterPassword": {
- "message": "Approve with master password"
- },
"trustedDeviceEncryption": {
"message": "Trusted device encryption"
},
@@ -8610,9 +8613,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "Your request has been sent to your admin."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "You will be notified once approved."
- },
"troubleLoggingIn": {
"message": "Trouble logging in?"
},
@@ -9338,6 +9338,15 @@
"deviceManagementDesc": {
"message": "Configure device management for Bitwarden using the implementation guide for your platform."
},
+ "deviceIdMissing": {
+ "message": "Device ID is missing"
+ },
+ "deviceTypeMissing": {
+ "message": "Device type is missing"
+ },
+ "deviceCreationDateMissing": {
+ "message": "Device creation date is missing"
+ },
"desktopRequired": {
"message": "Desktop required"
},
@@ -10339,6 +10348,36 @@
"organizationNameMaxLength": {
"message": "Organization name cannot exceed 50 characters."
},
+ "sshKeyWrongPassword": {
+ "message": "The password you entered is incorrect."
+ },
+ "importSshKey": {
+ "message": "Import"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Confirm password"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Enter the password for the SSH key."
+ },
+ "enterSshKeyPassword": {
+ "message": "Enter password"
+ },
+ "invalidSshKey": {
+ "message": "The SSH key is invalid"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "The SSH key type is not supported"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Import key from clipboard"
+ },
+ "sshKeyImported": {
+ "message": "SSH key imported successfully"
+ },
+ "copySSHPrivateKey": {
+ "message": "Copy private key"
+ },
"openingExtension": {
"message": "Opening the Bitwarden browser extension"
},
@@ -10504,5 +10543,8 @@
},
"upgradeEventLogMessage": {
"message": "These events are examples only and do not reflect real events within your Bitwarden organization."
+ },
+ "cannotCreateCollection": {
+ "message": "Free organizations may have up to 2 collections. Upgrade to a paid plan to add more collections."
}
}
diff --git a/apps/web/src/locales/or/messages.json b/apps/web/src/locales/or/messages.json
index c205ace9ac1..f334131b69b 100644
--- a/apps/web/src/locales/or/messages.json
+++ b/apps/web/src/locales/or/messages.json
@@ -428,6 +428,9 @@
"dragToSort": {
"message": "Drag to sort"
},
+ "dragToReorder": {
+ "message": "Drag to reorder"
+ },
"cfTypeText": {
"message": "Text"
},
@@ -470,6 +473,19 @@
"editFolder": {
"message": "Edit folder"
},
+ "editWithName": {
+ "message": "Edit $ITEM$: $NAME$",
+ "placeholders": {
+ "item": {
+ "content": "$1",
+ "example": "login"
+ },
+ "name": {
+ "content": "$2",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "New folder"
},
@@ -863,9 +879,6 @@
"filter": {
"message": "Filter"
},
- "moveSelectedToOrg": {
- "message": "Move selected to organization"
- },
"deleteSelected": {
"message": "Delete selected"
},
@@ -921,15 +934,6 @@
}
}
},
- "movedItemsToOrg": {
- "message": "Selected items moved to $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Items moved to $ORGNAME$",
"placeholders": {
@@ -1270,12 +1274,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Enter your account email address and your password hint will be sent to you"
},
- "passwordHint": {
- "message": "Password hint"
- },
- "enterEmailToGetHint": {
- "message": "Enter your account email address to receive your master password hint."
- },
"getMasterPasswordHint": {
"message": "Get master password hint"
},
@@ -1561,9 +1559,6 @@
"moveToOrgDesc": {
"message": "Choose an organization that you wish to move this item to. Moving to an organization transfers ownership of the item to that organization. You will no longer be the direct owner of this item once it has been moved."
},
- "moveManyToOrgDesc": {
- "message": "Choose an organization that you wish to move these items to. Moving to an organization transfers ownership of the items to that organization. You will no longer be the direct owner of these items once they have been moved."
- },
"collectionsDesc": {
"message": "Edit the collections that this item is being shared with. Only organization users with access to these collections will be able to see this item."
},
@@ -1597,23 +1592,6 @@
}
}
},
- "moveSelectedItemsCountDesc": {
- "message": "You have selected $COUNT$ item(s). $MOVEABLE_COUNT$ item(s) can be moved to an organization, $NONMOVEABLE_COUNT$ cannot.",
- "placeholders": {
- "count": {
- "content": "$1",
- "example": "10"
- },
- "moveable_count": {
- "content": "$2",
- "example": "8"
- },
- "nonmoveable_count": {
- "content": "$3",
- "example": "2"
- }
- }
- },
"verificationCodeTotp": {
"message": "Verification code (TOTP)"
},
@@ -4530,6 +4508,40 @@
}
}
},
+ "reorderFieldUp": {
+ "message": "$LABEL$ moved up, position $INDEX$ of $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
+ "reorderFieldDown": {
+ "message": "$LABEL$ moved down, position $INDEX$ of $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
"keyUpdateFoldersFailed": {
"message": "When updating your encryption key, your folders could not be decrypted. To continue with the update, your folders must be deleted. No vault items will be deleted if you proceed."
},
@@ -7264,12 +7276,6 @@
"numberOfUsers": {
"message": "Number of users"
},
- "loggingInAs": {
- "message": "Logging in as"
- },
- "notYou": {
- "message": "Not you?"
- },
"pickAnAvatarColor": {
"message": "Pick an avatar color"
},
@@ -8393,9 +8399,6 @@
"requestAdminApproval": {
"message": "Request admin approval"
},
- "approveWithMasterPassword": {
- "message": "Approve with master password"
- },
"trustedDeviceEncryption": {
"message": "Trusted device encryption"
},
@@ -8610,9 +8613,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "Your request has been sent to your admin."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "You will be notified once approved."
- },
"troubleLoggingIn": {
"message": "Trouble logging in?"
},
@@ -9338,6 +9338,15 @@
"deviceManagementDesc": {
"message": "Configure device management for Bitwarden using the implementation guide for your platform."
},
+ "deviceIdMissing": {
+ "message": "Device ID is missing"
+ },
+ "deviceTypeMissing": {
+ "message": "Device type is missing"
+ },
+ "deviceCreationDateMissing": {
+ "message": "Device creation date is missing"
+ },
"desktopRequired": {
"message": "Desktop required"
},
@@ -10339,6 +10348,36 @@
"organizationNameMaxLength": {
"message": "Organization name cannot exceed 50 characters."
},
+ "sshKeyWrongPassword": {
+ "message": "The password you entered is incorrect."
+ },
+ "importSshKey": {
+ "message": "Import"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Confirm password"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Enter the password for the SSH key."
+ },
+ "enterSshKeyPassword": {
+ "message": "Enter password"
+ },
+ "invalidSshKey": {
+ "message": "The SSH key is invalid"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "The SSH key type is not supported"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Import key from clipboard"
+ },
+ "sshKeyImported": {
+ "message": "SSH key imported successfully"
+ },
+ "copySSHPrivateKey": {
+ "message": "Copy private key"
+ },
"openingExtension": {
"message": "Opening the Bitwarden browser extension"
},
@@ -10504,5 +10543,8 @@
},
"upgradeEventLogMessage": {
"message": "These events are examples only and do not reflect real events within your Bitwarden organization."
+ },
+ "cannotCreateCollection": {
+ "message": "Free organizations may have up to 2 collections. Upgrade to a paid plan to add more collections."
}
}
diff --git a/apps/web/src/locales/pl/messages.json b/apps/web/src/locales/pl/messages.json
index 73802dc8531..9ef5c95bf86 100644
--- a/apps/web/src/locales/pl/messages.json
+++ b/apps/web/src/locales/pl/messages.json
@@ -428,6 +428,9 @@
"dragToSort": {
"message": "Przeciągnij, aby posortować"
},
+ "dragToReorder": {
+ "message": "Przeciągnij, aby zmienić kolejność"
+ },
"cfTypeText": {
"message": "Tekst"
},
@@ -470,6 +473,19 @@
"editFolder": {
"message": "Edytuj folder"
},
+ "editWithName": {
+ "message": "Edytuj $ITEM$: $NAME$",
+ "placeholders": {
+ "item": {
+ "content": "$1",
+ "example": "login"
+ },
+ "name": {
+ "content": "$2",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "Nowy folder"
},
@@ -863,9 +879,6 @@
"filter": {
"message": "Filtr"
},
- "moveSelectedToOrg": {
- "message": "Przenieś zaznaczone do organizacji"
- },
"deleteSelected": {
"message": "Usuń zaznaczone"
},
@@ -921,15 +934,6 @@
}
}
},
- "movedItemsToOrg": {
- "message": "Zaznaczone elementy zostały przeniesione do organizacji $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Elementy przeniesione do $ORGNAME$",
"placeholders": {
@@ -1270,12 +1274,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Wprowadź adres e-mail swojego konta, a podpowiedź hasła zostanie wysłana do Ciebie"
},
- "passwordHint": {
- "message": "Podpowiedź do hasła"
- },
- "enterEmailToGetHint": {
- "message": "Wpisz adres e-mail powiązany z kontem, aby otrzymać podpowiedź do hasła głównego."
- },
"getMasterPasswordHint": {
"message": "Uzyskaj podpowiedź do hasła głównego"
},
@@ -1561,9 +1559,6 @@
"moveToOrgDesc": {
"message": "Wybierz organizację, do której chcesz przenieść ten element. Ta czynność spowoduje utratę własności elementu i przenosi te uprawnienia do organizacji."
},
- "moveManyToOrgDesc": {
- "message": "Wybierz organizację, do której chcesz przenieść te elementy. Ta czynność spowoduje utratę własności elementów i przenosi te uprawnienia do organizacji."
- },
"collectionsDesc": {
"message": "Edytuj kolekcje zawierające ten element. Tylko użytkownicy organizacji posiadający dostęp do tych kolekcji będą mogli zobaczyć ten element."
},
@@ -1597,23 +1592,6 @@
}
}
},
- "moveSelectedItemsCountDesc": {
- "message": "Zaznaczone elementy: $COUNT$\nElementy możliwe do przeniesienia: $MOVEABLE_COUNT$\nElementy niemożliwe do przeniesienia: $NONMOVEABLE_COUNT$",
- "placeholders": {
- "count": {
- "content": "$1",
- "example": "10"
- },
- "moveable_count": {
- "content": "$2",
- "example": "8"
- },
- "nonmoveable_count": {
- "content": "$3",
- "example": "2"
- }
- }
- },
"verificationCodeTotp": {
"message": "Kod weryfikacyjny (TOTP)"
},
@@ -4530,6 +4508,40 @@
}
}
},
+ "reorderFieldUp": {
+ "message": "$LABEL$ przesunięto w górę, pozycja $INDEX$ z $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
+ "reorderFieldDown": {
+ "message": "$LABEL$ przesunięto w dół, pozycja $INDEX$ z $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
"keyUpdateFoldersFailed": {
"message": "Podczas aktualizacji klucza szyfrowania, folderów nie można odszyfrować. Aby kontynuować aktualizację, foldery muszą zostać usunięte. Żadne elementy sejfu nie zostaną usunięte."
},
@@ -7264,12 +7276,6 @@
"numberOfUsers": {
"message": "Liczba użytkowników"
},
- "loggingInAs": {
- "message": "Logowanie jako"
- },
- "notYou": {
- "message": "To nie Ty?"
- },
"pickAnAvatarColor": {
"message": "Wybierz kolor awatara"
},
@@ -8393,9 +8399,6 @@
"requestAdminApproval": {
"message": "Poproś administratora o zatwierdzenie"
},
- "approveWithMasterPassword": {
- "message": "Zatwierdź przy użyciu hasła głównego"
- },
"trustedDeviceEncryption": {
"message": "Szyfrowanie zaufanego urządzenia"
},
@@ -8610,9 +8613,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "Twoja prośba została wysłana do Twojego administratora."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "Zostaniesz powiadomiony po zatwierdzeniu."
- },
"troubleLoggingIn": {
"message": "Problem z zalogowaniem?"
},
@@ -9338,6 +9338,15 @@
"deviceManagementDesc": {
"message": "Skonfiguruj zarządzanie urządzeniem Bitwarden za pomocą instrukcji implementacyjnych dla Twojej platformy."
},
+ "deviceIdMissing": {
+ "message": "Brakuje identyfikatora urządzenia"
+ },
+ "deviceTypeMissing": {
+ "message": "Brak typu urządzenia"
+ },
+ "deviceCreationDateMissing": {
+ "message": "Brak daty utworzenia urządzenia"
+ },
"desktopRequired": {
"message": "Wymagany komputer"
},
@@ -10339,6 +10348,36 @@
"organizationNameMaxLength": {
"message": "Nazwa organizacji nie może przekraczać 50 znaków."
},
+ "sshKeyWrongPassword": {
+ "message": "Wprowadzone hasło jest nieprawidłowe."
+ },
+ "importSshKey": {
+ "message": "Importuj"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Potwierdź hasło"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Wprowadź hasło dla klucza SSH."
+ },
+ "enterSshKeyPassword": {
+ "message": "Wprowadź hasło"
+ },
+ "invalidSshKey": {
+ "message": "Klucz SSH jest nieprawidłowy"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "Typ klucza SSH nie jest obsługiwany"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Importuj klucz ze schowka"
+ },
+ "sshKeyImported": {
+ "message": "Klucz SSH zaimportowano pomyślnie"
+ },
+ "copySSHPrivateKey": {
+ "message": "Skopiuj klucz prywatny"
+ },
"openingExtension": {
"message": "Otwieranie rozszerzenia przeglądarki Bitwarden"
},
@@ -10504,5 +10543,8 @@
},
"upgradeEventLogMessage": {
"message": "Te wydarzenia są tylko przykładami i nie odzwierciedlają rzeczywistych wydarzeń w Twojej organizacji Bitwarden."
+ },
+ "cannotCreateCollection": {
+ "message": "Darmowe organizacje mogą posiadać maksymalnie 2 kolekcje. Aby dodać więcej kolekcji, przejdź na plan płatny."
}
}
diff --git a/apps/web/src/locales/pt_BR/messages.json b/apps/web/src/locales/pt_BR/messages.json
index 037a17c05ca..ea43fd4eae6 100644
--- a/apps/web/src/locales/pt_BR/messages.json
+++ b/apps/web/src/locales/pt_BR/messages.json
@@ -428,6 +428,9 @@
"dragToSort": {
"message": "Arrastar para ordenar"
},
+ "dragToReorder": {
+ "message": "Drag to reorder"
+ },
"cfTypeText": {
"message": "Texto"
},
@@ -470,6 +473,19 @@
"editFolder": {
"message": "Editar Pasta"
},
+ "editWithName": {
+ "message": "Edit $ITEM$: $NAME$",
+ "placeholders": {
+ "item": {
+ "content": "$1",
+ "example": "login"
+ },
+ "name": {
+ "content": "$2",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "New folder"
},
@@ -863,9 +879,6 @@
"filter": {
"message": "Filtro"
},
- "moveSelectedToOrg": {
- "message": "Mover Selecionados para a Organização"
- },
"deleteSelected": {
"message": "Excluir Selecionados"
},
@@ -921,15 +934,6 @@
}
}
},
- "movedItemsToOrg": {
- "message": "Itens selecionados movidos para $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Itens movidos para $ORGNAME$",
"placeholders": {
@@ -1270,12 +1274,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Digite o endereço de e-mail da sua conta e sua dica da senha será enviada para você"
},
- "passwordHint": {
- "message": "Dica da senha"
- },
- "enterEmailToGetHint": {
- "message": "Insira o seu endereço de e-mail para receber a dica da sua senha mestra."
- },
"getMasterPasswordHint": {
"message": "Obter dica da senha mestra"
},
@@ -1561,9 +1559,6 @@
"moveToOrgDesc": {
"message": "Escolha uma organização para a qual deseja mover este item. Mudar para uma organização transfere a propriedade do item para essa organização. Você não será mais o proprietário direto deste item depois que ele for movido."
},
- "moveManyToOrgDesc": {
- "message": "Escolha uma organização para a qual deseja mover esses itens. Mudar para uma organização transfere a propriedade dos itens para essa organização. Você não será mais o proprietário direto desses itens depois que eles forem movidos."
- },
"collectionsDesc": {
"message": "Edite as coleções com as quais este item está sendo compartilhado. Somente usuários da organização com acesso a estas coleções poderão ver esse item."
},
@@ -1597,23 +1592,6 @@
}
}
},
- "moveSelectedItemsCountDesc": {
- "message": "Você selecionou $COUNT$ item(ns). $MOVEABLE_COUNT$ item(ns) podem ser movidos para uma organização, mas, $NONMOVEABLE_COUNT$ não pode.",
- "placeholders": {
- "count": {
- "content": "$1",
- "example": "10"
- },
- "moveable_count": {
- "content": "$2",
- "example": "8"
- },
- "nonmoveable_count": {
- "content": "$3",
- "example": "2"
- }
- }
- },
"verificationCodeTotp": {
"message": "Código de verificação (TOTP)"
},
@@ -4530,6 +4508,40 @@
}
}
},
+ "reorderFieldUp": {
+ "message": "$LABEL$ moved up, position $INDEX$ of $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
+ "reorderFieldDown": {
+ "message": "$LABEL$ moved down, position $INDEX$ of $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
"keyUpdateFoldersFailed": {
"message": "Ao atualizar sua chave de criptografia, suas pastas não puderam ser descriptografadas. Para continuar com a atualização, suas pastas devem ser excluídas. Nenhum item de cofre será excluído se você prosseguir."
},
@@ -7264,12 +7276,6 @@
"numberOfUsers": {
"message": "Número de usuários"
},
- "loggingInAs": {
- "message": "Entrando como"
- },
- "notYou": {
- "message": "Não é você?"
- },
"pickAnAvatarColor": {
"message": "Escolha uma cor de avatar"
},
@@ -8393,9 +8399,6 @@
"requestAdminApproval": {
"message": "Solicitar aprovação do administrador"
},
- "approveWithMasterPassword": {
- "message": "Aprovar com a senha mestre"
- },
"trustedDeviceEncryption": {
"message": "Criptografia de dispositivo confiável"
},
@@ -8610,9 +8613,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "Seu pedido foi enviado para seu administrador."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "Será notificado assim que for aprovado."
- },
"troubleLoggingIn": {
"message": "Problemas em efetuar login?"
},
@@ -9338,6 +9338,15 @@
"deviceManagementDesc": {
"message": "Configure o gerenciamento de dispositivos para o Bitwarden usando o guia de implementação da sua plataforma."
},
+ "deviceIdMissing": {
+ "message": "Device ID is missing"
+ },
+ "deviceTypeMissing": {
+ "message": "Device type is missing"
+ },
+ "deviceCreationDateMissing": {
+ "message": "Device creation date is missing"
+ },
"desktopRequired": {
"message": "Desktop required"
},
@@ -10339,6 +10348,36 @@
"organizationNameMaxLength": {
"message": "Organization name cannot exceed 50 characters."
},
+ "sshKeyWrongPassword": {
+ "message": "The password you entered is incorrect."
+ },
+ "importSshKey": {
+ "message": "Import"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Confirm password"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Enter the password for the SSH key."
+ },
+ "enterSshKeyPassword": {
+ "message": "Enter password"
+ },
+ "invalidSshKey": {
+ "message": "The SSH key is invalid"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "The SSH key type is not supported"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Import key from clipboard"
+ },
+ "sshKeyImported": {
+ "message": "SSH key imported successfully"
+ },
+ "copySSHPrivateKey": {
+ "message": "Copy private key"
+ },
"openingExtension": {
"message": "Opening the Bitwarden browser extension"
},
@@ -10504,5 +10543,8 @@
},
"upgradeEventLogMessage": {
"message": "These events are examples only and do not reflect real events within your Bitwarden organization."
+ },
+ "cannotCreateCollection": {
+ "message": "Free organizations may have up to 2 collections. Upgrade to a paid plan to add more collections."
}
}
diff --git a/apps/web/src/locales/pt_PT/messages.json b/apps/web/src/locales/pt_PT/messages.json
index 3dbabdd4e10..9bbda05c93f 100644
--- a/apps/web/src/locales/pt_PT/messages.json
+++ b/apps/web/src/locales/pt_PT/messages.json
@@ -428,6 +428,9 @@
"dragToSort": {
"message": "Arraste para ordenar"
},
+ "dragToReorder": {
+ "message": "Arraste para reordenar"
+ },
"cfTypeText": {
"message": "Texto"
},
@@ -470,6 +473,19 @@
"editFolder": {
"message": "Editar pasta"
},
+ "editWithName": {
+ "message": "Editar $ITEM$: $NAME$",
+ "placeholders": {
+ "item": {
+ "content": "$1",
+ "example": "login"
+ },
+ "name": {
+ "content": "$2",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "Nova pasta"
},
@@ -863,9 +879,6 @@
"filter": {
"message": "Filtrar"
},
- "moveSelectedToOrg": {
- "message": "Mover selecionados para a organização"
- },
"deleteSelected": {
"message": "Eliminar selecionados"
},
@@ -921,15 +934,6 @@
}
}
},
- "movedItemsToOrg": {
- "message": "Itens selecionados movidos para $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Itens movidos para $ORGNAME$",
"placeholders": {
@@ -1270,12 +1274,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Introduza o endereço de e-mail da sua conta e ser-lhe-á enviada a sua dica da palavra-passe"
},
- "passwordHint": {
- "message": "Dica da palavra-passe"
- },
- "enterEmailToGetHint": {
- "message": "Introduza o endereço de e-mail da sua conta para receber a dica da sua palavra-passe mestra."
- },
"getMasterPasswordHint": {
"message": "Obter a dica da palavra-passe mestra"
},
@@ -1561,9 +1559,6 @@
"moveToOrgDesc": {
"message": "Escolha uma organização para a qual pretende mover este item. Mover para uma organização transfere a propriedade do item para essa organização. Deixará de ser o proprietário direto deste item depois de este ter sido movido."
},
- "moveManyToOrgDesc": {
- "message": "Escolha uma organização para a qual pretende mover estes itens. Mover para uma organização transfere a propriedade dos itens para essa organização. Deixará de ser o proprietário direto destes itens depois de terem sido movidos."
- },
"collectionsDesc": {
"message": "Edite as coleções com as quais este item está a ser partilhado. Apenas os utilizadores da organização com acesso a estas coleções poderão ver este item."
},
@@ -1597,23 +1592,6 @@
}
}
},
- "moveSelectedItemsCountDesc": {
- "message": "Selecionou $COUNT$ item(ns). $MOVEABLE_COUNT$ item(ns) podem ser movidos para uma organização, $NONMOVEABLE_COUNT$ não podem.",
- "placeholders": {
- "count": {
- "content": "$1",
- "example": "10"
- },
- "moveable_count": {
- "content": "$2",
- "example": "8"
- },
- "nonmoveable_count": {
- "content": "$3",
- "example": "2"
- }
- }
- },
"verificationCodeTotp": {
"message": "Código de verificação (TOTP)"
},
@@ -4530,6 +4508,40 @@
}
}
},
+ "reorderFieldUp": {
+ "message": "$LABEL$ movido para cima, posição $INDEX$ de $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
+ "reorderFieldDown": {
+ "message": "$LABEL$ movido para baixo, posição $INDEX$ de $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
"keyUpdateFoldersFailed": {
"message": "Ao atualizar a sua chave de encriptação, as suas pastas não puderam ser desencriptadas. Para continuar com a atualização, as suas pastas têm de ser eliminadas. Nenhum item do cofre será eliminado se prosseguir."
},
@@ -7264,12 +7276,6 @@
"numberOfUsers": {
"message": "Número de utilizadores"
},
- "loggingInAs": {
- "message": "A iniciar sessão como"
- },
- "notYou": {
- "message": "Utilizador incorreto?"
- },
"pickAnAvatarColor": {
"message": "Escolha uma cor para o avatar"
},
@@ -8393,9 +8399,6 @@
"requestAdminApproval": {
"message": "Pedir aprovação do administrador"
},
- "approveWithMasterPassword": {
- "message": "Aprovar com a palavra-passe mestra"
- },
"trustedDeviceEncryption": {
"message": "Encriptação de dispositivo de confiança"
},
@@ -8610,9 +8613,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "O seu pedido foi enviado ao seu administrador."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "Será notificado quando for aprovado."
- },
"troubleLoggingIn": {
"message": "Problemas a iniciar sessão?"
},
@@ -9338,6 +9338,15 @@
"deviceManagementDesc": {
"message": "Configure a gestão de dispositivos do Bitwarden utilizando o guia de implementação da sua plataforma."
},
+ "deviceIdMissing": {
+ "message": "ID do dispositivo em falta"
+ },
+ "deviceTypeMissing": {
+ "message": "Tipo de dispositivo em falta"
+ },
+ "deviceCreationDateMissing": {
+ "message": "Data de criação do dispositivo em falta"
+ },
"desktopRequired": {
"message": "É necessário um computador"
},
@@ -10339,6 +10348,36 @@
"organizationNameMaxLength": {
"message": "O nome da organização não pode exceder 50 carateres."
},
+ "sshKeyWrongPassword": {
+ "message": "A palavra-passe que introduziu está incorreta."
+ },
+ "importSshKey": {
+ "message": "Importar"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Confirmar palavra-passe"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Introduza a palavra-passe para a chave SSH."
+ },
+ "enterSshKeyPassword": {
+ "message": "Introduzir palavra-passe"
+ },
+ "invalidSshKey": {
+ "message": "A chave SSH é inválida"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "O tipo de chave SSH não é suportado"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Importar chave da área de transferência"
+ },
+ "sshKeyImported": {
+ "message": "Chave SSH importada com sucesso"
+ },
+ "copySSHPrivateKey": {
+ "message": "Copiar chave privada"
+ },
"openingExtension": {
"message": "A abrir a extensão de navegador Bitwarden"
},
@@ -10504,5 +10543,8 @@
},
"upgradeEventLogMessage": {
"message": "Estes eventos são apenas exemplos e não refletem eventos reais na sua organização Bitwarden."
+ },
+ "cannotCreateCollection": {
+ "message": "As organizações gratuitas podem ter até 2 coleções. Atualize para um plano pago para adicionar mais coleções."
}
}
diff --git a/apps/web/src/locales/ro/messages.json b/apps/web/src/locales/ro/messages.json
index 670dbf0b8db..c57ad26d251 100644
--- a/apps/web/src/locales/ro/messages.json
+++ b/apps/web/src/locales/ro/messages.json
@@ -428,6 +428,9 @@
"dragToSort": {
"message": "Tragere pentru sortare"
},
+ "dragToReorder": {
+ "message": "Drag to reorder"
+ },
"cfTypeText": {
"message": "Text"
},
@@ -470,6 +473,19 @@
"editFolder": {
"message": "Editare dosar"
},
+ "editWithName": {
+ "message": "Edit $ITEM$: $NAME$",
+ "placeholders": {
+ "item": {
+ "content": "$1",
+ "example": "login"
+ },
+ "name": {
+ "content": "$2",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "New folder"
},
@@ -863,9 +879,6 @@
"filter": {
"message": "Filter"
},
- "moveSelectedToOrg": {
- "message": "Mutați cele selectate în organizație"
- },
"deleteSelected": {
"message": "Ștergere selecție"
},
@@ -921,15 +934,6 @@
}
}
},
- "movedItemsToOrg": {
- "message": "Articolele selectate au fost mutate în $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Items moved to $ORGNAME$",
"placeholders": {
@@ -1270,12 +1274,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Enter your account email address and your password hint will be sent to you"
},
- "passwordHint": {
- "message": "Indiciu parolă"
- },
- "enterEmailToGetHint": {
- "message": "Adresa de e-mail a contului pentru primirea indiciului parolei principale."
- },
"getMasterPasswordHint": {
"message": "Obținere indiciu parolă principală"
},
@@ -1561,9 +1559,6 @@
"moveToOrgDesc": {
"message": "Alegeți o organizație la care doriți să mutați acest articol. Mutarea într-o organizație, transferă proprietatea asupra articolului către organizația respectivă. Nu veți mai fi proprietarul direct al acestui articol odată ce a fost mutat."
},
- "moveManyToOrgDesc": {
- "message": "Alegeți o organizație la care doriți să mutați aceste articole. Mutarea într-o organizație, transferă proprietatea asupra articolelor către organizația respectivă. Nu veți mai fi proprietarul direct al acestor articole odată ce au fost mutate."
- },
"collectionsDesc": {
"message": "Editați colecțiile cu care este partajat acest articol. Numai utilizatorii organizației cu acces la aceste colecții vor putea vedea acest articol."
},
@@ -1597,23 +1592,6 @@
}
}
},
- "moveSelectedItemsCountDesc": {
- "message": "Ați selectat $COUNT$ articol(e). $MOVEABLE_COUNT$ articol(e) poate/pot fi mutat(e) într-o organizație, $NONMOVEABLE_COUNT$ nu.",
- "placeholders": {
- "count": {
- "content": "$1",
- "example": "10"
- },
- "moveable_count": {
- "content": "$2",
- "example": "8"
- },
- "nonmoveable_count": {
- "content": "$3",
- "example": "2"
- }
- }
- },
"verificationCodeTotp": {
"message": "Cod de verificare (TOTP)"
},
@@ -4530,6 +4508,40 @@
}
}
},
+ "reorderFieldUp": {
+ "message": "$LABEL$ moved up, position $INDEX$ of $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
+ "reorderFieldDown": {
+ "message": "$LABEL$ moved down, position $INDEX$ of $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
"keyUpdateFoldersFailed": {
"message": "When updating your encryption key, your folders could not be decrypted. To continue with the update, your folders must be deleted. No vault items will be deleted if you proceed."
},
@@ -7264,12 +7276,6 @@
"numberOfUsers": {
"message": "Număr de utilizatori"
},
- "loggingInAs": {
- "message": "Autentificare ca"
- },
- "notYou": {
- "message": "Nu sunteți dvs.?"
- },
"pickAnAvatarColor": {
"message": "Pick an avatar color"
},
@@ -8393,9 +8399,6 @@
"requestAdminApproval": {
"message": "Request admin approval"
},
- "approveWithMasterPassword": {
- "message": "Approve with master password"
- },
"trustedDeviceEncryption": {
"message": "Trusted device encryption"
},
@@ -8610,9 +8613,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "Your request has been sent to your admin."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "You will be notified once approved."
- },
"troubleLoggingIn": {
"message": "Trouble logging in?"
},
@@ -9338,6 +9338,15 @@
"deviceManagementDesc": {
"message": "Configure device management for Bitwarden using the implementation guide for your platform."
},
+ "deviceIdMissing": {
+ "message": "Device ID is missing"
+ },
+ "deviceTypeMissing": {
+ "message": "Device type is missing"
+ },
+ "deviceCreationDateMissing": {
+ "message": "Device creation date is missing"
+ },
"desktopRequired": {
"message": "Desktop required"
},
@@ -10339,6 +10348,36 @@
"organizationNameMaxLength": {
"message": "Organization name cannot exceed 50 characters."
},
+ "sshKeyWrongPassword": {
+ "message": "The password you entered is incorrect."
+ },
+ "importSshKey": {
+ "message": "Import"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Confirm password"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Enter the password for the SSH key."
+ },
+ "enterSshKeyPassword": {
+ "message": "Enter password"
+ },
+ "invalidSshKey": {
+ "message": "The SSH key is invalid"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "The SSH key type is not supported"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Import key from clipboard"
+ },
+ "sshKeyImported": {
+ "message": "SSH key imported successfully"
+ },
+ "copySSHPrivateKey": {
+ "message": "Copy private key"
+ },
"openingExtension": {
"message": "Opening the Bitwarden browser extension"
},
@@ -10504,5 +10543,8 @@
},
"upgradeEventLogMessage": {
"message": "These events are examples only and do not reflect real events within your Bitwarden organization."
+ },
+ "cannotCreateCollection": {
+ "message": "Free organizations may have up to 2 collections. Upgrade to a paid plan to add more collections."
}
}
diff --git a/apps/web/src/locales/ru/messages.json b/apps/web/src/locales/ru/messages.json
index 1ee34c7351c..a31d13d227e 100644
--- a/apps/web/src/locales/ru/messages.json
+++ b/apps/web/src/locales/ru/messages.json
@@ -159,10 +159,10 @@
"message": "Всего приложений"
},
"unmarkAsCriticalApp": {
- "message": "Снять пометку критического приложения"
+ "message": "Снять отметку критического приложения"
},
"criticalApplicationSuccessfullyUnmarked": {
- "message": "Критическое приложение успешно снято"
+ "message": "Отметка критического приложения успешно снята"
},
"whatTypeOfItem": {
"message": "Выберите тип элемента"
@@ -428,6 +428,9 @@
"dragToSort": {
"message": "Перетащите для сортировки"
},
+ "dragToReorder": {
+ "message": "Перетащите для изменения порядка"
+ },
"cfTypeText": {
"message": "Текстовое"
},
@@ -470,6 +473,19 @@
"editFolder": {
"message": "Изменить папку"
},
+ "editWithName": {
+ "message": "Изменить $ITEM$: $NAME$",
+ "placeholders": {
+ "item": {
+ "content": "$1",
+ "example": "login"
+ },
+ "name": {
+ "content": "$2",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "Новая папка"
},
@@ -863,9 +879,6 @@
"filter": {
"message": "Фильтр"
},
- "moveSelectedToOrg": {
- "message": "Переместить выбранное в организацию"
- },
"deleteSelected": {
"message": "Удалить выбранное"
},
@@ -921,15 +934,6 @@
}
}
},
- "movedItemsToOrg": {
- "message": "Выбранные элементы перемещены в $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Элементы перемещены в $ORGNAME$",
"placeholders": {
@@ -1270,12 +1274,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Введите email вашего аккаунта, и вам будет отправлена подсказка для пароля"
},
- "passwordHint": {
- "message": "Подсказка к паролю"
- },
- "enterEmailToGetHint": {
- "message": "Введите email учетной записи для получения подсказки к мастер-паролю."
- },
"getMasterPasswordHint": {
"message": "Получить подсказку к мастер-паролю"
},
@@ -1561,9 +1559,6 @@
"moveToOrgDesc": {
"message": "Выберите организацию, в которую вы хотите переместить этот элемент. При перемещении в организацию право собственности на элемент переходит к этой организации. Вы больше не будете прямым владельцем этого элемента после его перемещения."
},
- "moveManyToOrgDesc": {
- "message": "Выберите организацию, в которую вы хотите переместить эти элементы. При перемещении в организацию право собственности на элементы переходит к этой организации. Вы больше не будете прямым владельцем этих элементов после их перемещения."
- },
"collectionsDesc": {
"message": "Отредактируйте коллекции, с которыми совместно используется этот элемент. Данный элемент смогут видеть только пользователи организации, имеющие доступ к этим коллекциям."
},
@@ -1597,23 +1592,6 @@
}
}
},
- "moveSelectedItemsCountDesc": {
- "message": "Вы выбрали $COUNT$ элемента(-ов). $MOVEABLE_COUNT$ элемента(-ов) могут быть перемещены в организацию, $NONMOVEABLE_COUNT$ не могут.",
- "placeholders": {
- "count": {
- "content": "$1",
- "example": "10"
- },
- "moveable_count": {
- "content": "$2",
- "example": "8"
- },
- "nonmoveable_count": {
- "content": "$3",
- "example": "2"
- }
- }
- },
"verificationCodeTotp": {
"message": "Код подтверждения (TOTP)"
},
@@ -3926,7 +3904,7 @@
"message": "Устройство"
},
"loginStatus": {
- "message": "Статус входа"
+ "message": "Статус авторизации"
},
"firstLogin": {
"message": "Первый вход"
@@ -4530,6 +4508,40 @@
}
}
},
+ "reorderFieldUp": {
+ "message": "$LABEL$ перемещено вверх, позиция $INDEX$ $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
+ "reorderFieldDown": {
+ "message": "$LABEL$ перемещено вниз, позиция $INDEX$ $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
"keyUpdateFoldersFailed": {
"message": "При обновлении ключа шифрования не удалось расшифровать папки. Чтобы продолжить обновление, папки необходимо удалить. При продолжении обновления элементы хранилища удалены не будут."
},
@@ -7238,7 +7250,7 @@
"message": "Для вашего аккаунта требуется двухэтапная аутентификация Duo."
},
"duoTwoFactorRequiredPageSubtitle": {
- "message": "Duo two-step login is required for your account. Follow the steps below to finish logging in."
+ "message": "Для вашего аккаунта требуется двухэтапная аутентификация Duo. Выполните следующие действия, чтобы завершить авторизацию."
},
"followTheStepsBelowToFinishLoggingIn": {
"message": "Следуйте указаниям ниже, чтобы завершить авторизацию."
@@ -7264,12 +7276,6 @@
"numberOfUsers": {
"message": "Количество пользователей"
},
- "loggingInAs": {
- "message": "Войти как"
- },
- "notYou": {
- "message": "Не вы?"
- },
"pickAnAvatarColor": {
"message": "Выбрать цвет аватара"
},
@@ -8393,9 +8399,6 @@
"requestAdminApproval": {
"message": "Запросить одобрение администратора"
},
- "approveWithMasterPassword": {
- "message": "Одобрить с мастер-паролем"
- },
"trustedDeviceEncryption": {
"message": "Шифрование доверенного устройства"
},
@@ -8403,7 +8406,7 @@
"message": "Доверенные устройства"
},
"memberDecryptionOptionTdeDescPart1": {
- "message": "Пользователям не понадобится мастер-пароль при входе в систему с SSO. Мастер-пароль заменяется ключом шифрования, хранящимся на устройстве, который делает его надёжным. Первое устройство, в которое участник создаёт свой аккаунт и входит в первый раз, будет доверенным. Новые устройства должны быть утверждены существующим доверенным устройством или администратором.",
+ "message": "Пользователям не нужен мастер-пароль при авторизации с помощью SSO. Мастер-пароль будет заменен ключом шифрования, хранящимся на устройстве, что сделает это устройство доверенным. Первое устройство, на котором участник создает аккаунт и авторизуется, будет доверенным. Новые устройства должны быть одобрены существующим доверенным устройством или администратором.",
"description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Members will not need a master password when logging in with SSO. Master password is replaced with an encryption key stored on the device, making that device trusted. The first device a member creates their account and logs into will be trusted. New devices will need to be approved by an existing trusted device or by an administrator. The single organization policy, SSO required policy, and account recovery administration policy will turn on when this option is used.'"
},
"memberDecryptionOptionTdeDescLink1": {
@@ -8423,11 +8426,11 @@
"description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Members will not need a master password when logging in with SSO. Master password is replaced with an encryption key stored on the device, making that device trusted. The first device a member creates their account and logs into will be trusted. New devices will need to be approved by an existing trusted device or by an administrator. The single organization policy, SSO required policy, and account recovery administration policy will turn on when this option is used.'"
},
"memberDecryptionOptionTdeDescLink3": {
- "message": "account recovery administration",
+ "message": "политика администрирования восстановления аккаунтов",
"description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Members will not need a master password when logging in with SSO. Master password is replaced with an encryption key stored on the device, making that device trusted. The first device a member creates their account and logs into will be trusted. New devices will need to be approved by an existing trusted device or by an administrator. The single organization policy, SSO required policy, and account recovery administration policy will turn on when this option is used.'"
},
"memberDecryptionOptionTdeDescPart4": {
- "message": "policy will turn on when this option is used.",
+ "message": "будет включена при использовании этой опции.",
"description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Members will not need a master password when logging in with SSO. Master password is replaced with an encryption key stored on the device, making that device trusted. The first device a member creates their account and logs into will be trusted. New devices will need to be approved by an existing trusted device or by an administrator. The single organization policy, SSO required policy, and account recovery administration policy will turn on when this option is used.'"
},
"orgPermissionsUpdatedMustSetPassword": {
@@ -8610,9 +8613,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "Ваш запрос был отправлен администратору."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "Вас уведомят об одобрении."
- },
"troubleLoggingIn": {
"message": "Не удалось войти?"
},
@@ -8727,7 +8727,7 @@
"message": "Ограничить удаление коллекций владельцам и администраторам"
},
"limitItemDeletionDesc": {
- "message": "Ограничить удаление элементов для пользователей с разрешением «Может управлять»"
+ "message": "Ограничить удаление элементов для пользователей с разрешением 'Может управлять'"
},
"allowAdminAccessToAllCollectionItemsDesc": {
"message": "Владельцы и администраторы могут управлять всеми коллекциями и элементами"
@@ -9338,6 +9338,15 @@
"deviceManagementDesc": {
"message": "Настройте управление устройствами для Bitwarden, используя руководство по внедрению для вашей платформы."
},
+ "deviceIdMissing": {
+ "message": "ID устройства отсутствует"
+ },
+ "deviceTypeMissing": {
+ "message": "Тип устройства отсутствует"
+ },
+ "deviceCreationDateMissing": {
+ "message": "Дата создания устройства отсутствует"
+ },
"desktopRequired": {
"message": "Требуется компьютер"
},
@@ -10339,6 +10348,36 @@
"organizationNameMaxLength": {
"message": "Название организации не может превышать 50 символов."
},
+ "sshKeyWrongPassword": {
+ "message": "Введенный пароль неверен."
+ },
+ "importSshKey": {
+ "message": "Импорт"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Подтвердите пароль"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Введите пароль для ключа SSH."
+ },
+ "enterSshKeyPassword": {
+ "message": "Введите пароль"
+ },
+ "invalidSshKey": {
+ "message": "Ключ SSH недействителен"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "Тип ключа SSH не поддерживается"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Импорт ключа из буфера обмена"
+ },
+ "sshKeyImported": {
+ "message": "Ключ SSH успешно импортирован"
+ },
+ "copySSHPrivateKey": {
+ "message": "Скопировать приватный ключ"
+ },
"openingExtension": {
"message": "Открытие расширения для браузера Bitwarden"
},
@@ -10430,7 +10469,7 @@
}
},
"accountDeprovisioningNotification": {
- "message": "Администраторы теперь могут удалять аккаунты пользователей, принадлежащие заявленному домену."
+ "message": "Администраторы теперь могут удалять аккаунты пользователей, принадлежащие зарегистрированному домену."
},
"deleteManagedUserWarningDesc": {
"message": "Это действие удалит аккаунт пользователя, включая все элементы в его хранилище. Это действие заменяет предыдущее действие Удалить."
@@ -10461,7 +10500,7 @@
"message": "Нет организаций для отображения"
},
"yourProviderSubscriptionCredit": {
- "message": "Your provider subscription will receive a credit for any remaining time in the organization's subscription."
+ "message": "Ваш провайдер получит кредит на любое время, оставшееся в подписке организации."
},
"doYouWantToAddThisOrg": {
"message": "Вы хотите добавить эту организацию в $PROVIDER$?",
@@ -10476,10 +10515,10 @@
"message": "Добавлена существующая организация"
},
"assignedExceedsAvailable": {
- "message": "Assigned seats exceed available seats."
+ "message": "Количество назначенных мест превышает количество доступных."
},
"changeAtRiskPassword": {
- "message": "Изменить пароль, находящийся под угрозой"
+ "message": "Изменить пароль, подверженный риску"
},
"removeUnlockWithPinPolicyTitle": {
"message": "Отключить разблокировку PIN-кодом"
@@ -10488,7 +10527,7 @@
"message": "Не разрешать пользователям разблокировать свои аккаунты с помощью PIN-кода."
},
"limitedEventLogs": {
- "message": "Планы $PRODUCT_TYPE$ не имеют доступа к реальным журналам событий",
+ "message": "Планы $PRODUCT_TYPE$ не имеют доступа к журналам текущих событий",
"placeholders": {
"product_type": {
"content": "$1",
@@ -10500,9 +10539,12 @@
"message": "Получите полный доступ к журналам событий организации, перейдя на план Teams или Enterprise."
},
"upgradeEventLogTitle": {
- "message": "Upgrade for real event log data"
+ "message": "Переудите на более высокий тариф для просмотра журнала реальных событий"
},
"upgradeEventLogMessage": {
- "message": "Эти события являются лишь примерами и не отражают реальных событий в вашей организации Bitwarden."
+ "message": "Эти события являются лишь примерами и не отражают текущих событий вашей организации Bitwarden."
+ },
+ "cannotCreateCollection": {
+ "message": "В бесплатных организациях может быть до 2 коллекций. Перейдите на платный план, чтобы добавить больше коллекций."
}
}
diff --git a/apps/web/src/locales/si/messages.json b/apps/web/src/locales/si/messages.json
index ec20b090923..fc79da1352b 100644
--- a/apps/web/src/locales/si/messages.json
+++ b/apps/web/src/locales/si/messages.json
@@ -428,6 +428,9 @@
"dragToSort": {
"message": "Drag to sort"
},
+ "dragToReorder": {
+ "message": "Drag to reorder"
+ },
"cfTypeText": {
"message": "Text"
},
@@ -470,6 +473,19 @@
"editFolder": {
"message": "බහාලුම සංස්කරණය"
},
+ "editWithName": {
+ "message": "Edit $ITEM$: $NAME$",
+ "placeholders": {
+ "item": {
+ "content": "$1",
+ "example": "login"
+ },
+ "name": {
+ "content": "$2",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "New folder"
},
@@ -863,9 +879,6 @@
"filter": {
"message": "Filter"
},
- "moveSelectedToOrg": {
- "message": "Move selected to organization"
- },
"deleteSelected": {
"message": "Delete selected"
},
@@ -921,15 +934,6 @@
}
}
},
- "movedItemsToOrg": {
- "message": "Selected items moved to $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Items moved to $ORGNAME$",
"placeholders": {
@@ -1270,12 +1274,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Enter your account email address and your password hint will be sent to you"
},
- "passwordHint": {
- "message": "Password hint"
- },
- "enterEmailToGetHint": {
- "message": "Enter your account email address to receive your master password hint."
- },
"getMasterPasswordHint": {
"message": "Get master password hint"
},
@@ -1561,9 +1559,6 @@
"moveToOrgDesc": {
"message": "Choose an organization that you wish to move this item to. Moving to an organization transfers ownership of the item to that organization. You will no longer be the direct owner of this item once it has been moved."
},
- "moveManyToOrgDesc": {
- "message": "Choose an organization that you wish to move these items to. Moving to an organization transfers ownership of the items to that organization. You will no longer be the direct owner of these items once they have been moved."
- },
"collectionsDesc": {
"message": "Edit the collections that this item is being shared with. Only organization users with access to these collections will be able to see this item."
},
@@ -1597,23 +1592,6 @@
}
}
},
- "moveSelectedItemsCountDesc": {
- "message": "You have selected $COUNT$ item(s). $MOVEABLE_COUNT$ item(s) can be moved to an organization, $NONMOVEABLE_COUNT$ cannot.",
- "placeholders": {
- "count": {
- "content": "$1",
- "example": "10"
- },
- "moveable_count": {
- "content": "$2",
- "example": "8"
- },
- "nonmoveable_count": {
- "content": "$3",
- "example": "2"
- }
- }
- },
"verificationCodeTotp": {
"message": "Verification code (TOTP)"
},
@@ -4530,6 +4508,40 @@
}
}
},
+ "reorderFieldUp": {
+ "message": "$LABEL$ moved up, position $INDEX$ of $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
+ "reorderFieldDown": {
+ "message": "$LABEL$ moved down, position $INDEX$ of $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
"keyUpdateFoldersFailed": {
"message": "When updating your encryption key, your folders could not be decrypted. To continue with the update, your folders must be deleted. No vault items will be deleted if you proceed."
},
@@ -7264,12 +7276,6 @@
"numberOfUsers": {
"message": "Number of users"
},
- "loggingInAs": {
- "message": "Logging in as"
- },
- "notYou": {
- "message": "Not you?"
- },
"pickAnAvatarColor": {
"message": "Pick an avatar color"
},
@@ -8393,9 +8399,6 @@
"requestAdminApproval": {
"message": "Request admin approval"
},
- "approveWithMasterPassword": {
- "message": "Approve with master password"
- },
"trustedDeviceEncryption": {
"message": "Trusted device encryption"
},
@@ -8610,9 +8613,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "Your request has been sent to your admin."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "You will be notified once approved."
- },
"troubleLoggingIn": {
"message": "Trouble logging in?"
},
@@ -9338,6 +9338,15 @@
"deviceManagementDesc": {
"message": "Configure device management for Bitwarden using the implementation guide for your platform."
},
+ "deviceIdMissing": {
+ "message": "Device ID is missing"
+ },
+ "deviceTypeMissing": {
+ "message": "Device type is missing"
+ },
+ "deviceCreationDateMissing": {
+ "message": "Device creation date is missing"
+ },
"desktopRequired": {
"message": "Desktop required"
},
@@ -10339,6 +10348,36 @@
"organizationNameMaxLength": {
"message": "Organization name cannot exceed 50 characters."
},
+ "sshKeyWrongPassword": {
+ "message": "The password you entered is incorrect."
+ },
+ "importSshKey": {
+ "message": "Import"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Confirm password"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Enter the password for the SSH key."
+ },
+ "enterSshKeyPassword": {
+ "message": "Enter password"
+ },
+ "invalidSshKey": {
+ "message": "The SSH key is invalid"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "The SSH key type is not supported"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Import key from clipboard"
+ },
+ "sshKeyImported": {
+ "message": "SSH key imported successfully"
+ },
+ "copySSHPrivateKey": {
+ "message": "Copy private key"
+ },
"openingExtension": {
"message": "Opening the Bitwarden browser extension"
},
@@ -10504,5 +10543,8 @@
},
"upgradeEventLogMessage": {
"message": "These events are examples only and do not reflect real events within your Bitwarden organization."
+ },
+ "cannotCreateCollection": {
+ "message": "Free organizations may have up to 2 collections. Upgrade to a paid plan to add more collections."
}
}
diff --git a/apps/web/src/locales/sk/messages.json b/apps/web/src/locales/sk/messages.json
index d83f441f8e6..fdf57456a4c 100644
--- a/apps/web/src/locales/sk/messages.json
+++ b/apps/web/src/locales/sk/messages.json
@@ -202,7 +202,7 @@
"message": "Poznámky"
},
"privateNote": {
- "message": "Private note"
+ "message": "Súkromná poznámka"
},
"note": {
"message": "Poznámka"
@@ -428,6 +428,9 @@
"dragToSort": {
"message": "Zoradiť presúvaním"
},
+ "dragToReorder": {
+ "message": "Potiahnutím zmeníte poradie"
+ },
"cfTypeText": {
"message": "Text"
},
@@ -470,6 +473,19 @@
"editFolder": {
"message": "Upraviť priečinok"
},
+ "editWithName": {
+ "message": "Upraviť $ITEM$: $NAME$",
+ "placeholders": {
+ "item": {
+ "content": "$1",
+ "example": "login"
+ },
+ "name": {
+ "content": "$2",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "Nový priečinok"
},
@@ -863,9 +879,6 @@
"filter": {
"message": "Filter"
},
- "moveSelectedToOrg": {
- "message": "Presunúť vybraté do organizácie"
- },
"deleteSelected": {
"message": "Odstrániť vybrané"
},
@@ -921,15 +934,6 @@
}
}
},
- "movedItemsToOrg": {
- "message": "Vybraté položky boli presunuté do $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Položky presunuté do $ORGNAME$",
"placeholders": {
@@ -1033,7 +1037,7 @@
"message": "Nie"
},
"location": {
- "message": "Location"
+ "message": "Poloha"
},
"loginOrCreateNewAccount": {
"message": "Prihláste sa, alebo vytvorte nový účet pre prístup k vášmu bezpečnému trezoru."
@@ -1186,7 +1190,7 @@
"message": "Relácia overovania skončila. Znovu spustite proces prihlásenia."
},
"verifyYourIdentity": {
- "message": "Verify your Identity"
+ "message": "Overte svoju totožnosť"
},
"weDontRecognizeThisDevice": {
"message": "Nespoznávame toto zariadenie. Pre overenie vašej identity zadajte kód ktorý bol zaslaný na váš email."
@@ -1270,12 +1274,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Zadajte e-mailovú adresu účtu a zašleme vám nápoveď k heslu"
},
- "passwordHint": {
- "message": "Nápoveď k heslu"
- },
- "enterEmailToGetHint": {
- "message": "Zadajte emailovú adresu na zaslanie nápovede pre vaše hlavné heslo."
- },
"getMasterPasswordHint": {
"message": "Získať nápoveď k hlavnému heslu"
},
@@ -1561,9 +1559,6 @@
"moveToOrgDesc": {
"message": "Vyberte organizáciu, do ktorej chcete presunúť túto položku. Presunom do organizácie sa vlastníctvo položky prenáša na túto organizáciu. Po presunutí už nebudete priamym vlastníkom danej položky."
},
- "moveManyToOrgDesc": {
- "message": "Vyberte organizáciu, do ktorej chcete presunúť tieto položky. Presunom do organizácie sa vlastníctvo položky prenáša na túto organizáciu. Po presunutí už nebudete priamym vlastníkom daných položiek."
- },
"collectionsDesc": {
"message": "Upravte zbierky s ktorými bude táto položka zdieľaná. Iba členovia organizácie s prístupom k vybraným zbierkam budú vidieť túto položku."
},
@@ -1597,23 +1592,6 @@
}
}
},
- "moveSelectedItemsCountDesc": {
- "message": "Vybrali ste $COUNT$ položku(iek). $MOVEABLE_COUNT$ položka(iek) môže(u) byť presunuté do organizácie, $NONMOVEABLE_COUNT$ nemôže(u).",
- "placeholders": {
- "count": {
- "content": "$1",
- "example": "10"
- },
- "moveable_count": {
- "content": "$2",
- "example": "8"
- },
- "nonmoveable_count": {
- "content": "$3",
- "example": "2"
- }
- }
- },
"verificationCodeTotp": {
"message": "Overovací kód (TOTP)"
},
@@ -4530,6 +4508,40 @@
}
}
},
+ "reorderFieldUp": {
+ "message": "$LABEL$ presunuté vyššie, pozícia $INDEX$ z $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
+ "reorderFieldDown": {
+ "message": "$LABEL$ presunuté nižšie, pozícia $INDEX$ z $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
"keyUpdateFoldersFailed": {
"message": "Pri aktualizácii šifrovacieho kľúča nebolo možné dešifrovať vaše priečinky. Ak chcete pokračovať v aktualizácii, vaše priečinky sa musia odstrániť. Ak budete pokračovať, nebudú odstránené žiadne položky trezora."
},
@@ -5091,14 +5103,14 @@
"message": "Vlastníci a administrátori organizácie sú vyňatí z uplatnenia tohto pravidla."
},
"limitSendViews": {
- "message": "Limit views"
+ "message": "Obmedziť zobrazenia"
},
"limitSendViewsHint": {
- "message": "No one can view this Send after the limit is reached.",
+ "message": "Po dosiahnutí limitu si tento Send nemôže nikto zobraziť.",
"description": "Displayed under the limit views field on Send"
},
"limitSendViewsCount": {
- "message": "$ACCESSCOUNT$ views left",
+ "message": "Zostáva $ACCESSCOUNT$ zobrazení",
"description": "Displayed under the limit views field on Send",
"placeholders": {
"accessCount": {
@@ -5108,11 +5120,11 @@
}
},
"sendDetails": {
- "message": "Send details",
+ "message": "Podrobnosti o Sende",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"sendTypeTextToShare": {
- "message": "Text to share"
+ "message": "Text, ktorý chcete zdieľať"
},
"sendTypeFile": {
"message": "Súbor"
@@ -5121,7 +5133,7 @@
"message": "Text"
},
"sendPasswordDescV3": {
- "message": "Add an optional password for recipients to access this Send.",
+ "message": "Pridajte voliteľné heslo pre príjemcov na prístup k tomuto Sendu.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"createSend": {
@@ -5149,14 +5161,14 @@
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"deleteSendPermanentConfirmation": {
- "message": "Are you sure you want to permanently delete this Send?",
+ "message": "Naozaj chcete natrvalo odstrániť tento Send?",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"deletionDate": {
"message": "Dátum vymazania"
},
"deletionDateDescV2": {
- "message": "The Send will be permanently deleted on this date.",
+ "message": "Send bude natrvalo odstránený v tento deň.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"expirationDate": {
@@ -5206,7 +5218,7 @@
"message": "Čakajúce odstránenie"
},
"hideTextByDefault": {
- "message": "Hide text by default"
+ "message": "V predvolenom nastavení skryť text"
},
"expired": {
"message": "Expirované"
@@ -5677,7 +5689,7 @@
"message": "Pri ukladaní dátumov odstránenia a vypršania platnosti sa vyskytla chyba."
},
"hideYourEmail": {
- "message": "Hide your email address from viewers."
+ "message": "Skryť moju e-mailovú adresu pri zobrazení."
},
"webAuthnFallbackMsg": {
"message": "Na overenie 2FA, prosím, kliknite na tlačidlo nižšie."
@@ -7264,12 +7276,6 @@
"numberOfUsers": {
"message": "Počet používateľov"
},
- "loggingInAs": {
- "message": "Prihlasujete sa ako"
- },
- "notYou": {
- "message": "Nie ste to vy?"
- },
"pickAnAvatarColor": {
"message": "Výber farby avatara"
},
@@ -8393,9 +8399,6 @@
"requestAdminApproval": {
"message": "Žiadosť o schválenie správcom"
},
- "approveWithMasterPassword": {
- "message": "Schváliť pomocou hlavného hesla"
- },
"trustedDeviceEncryption": {
"message": "Šifrovanie dôveryhodného zariadenia"
},
@@ -8610,9 +8613,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "Vaša žiadosť bola odoslaná správcovi."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "Po schválení budete informovaný."
- },
"troubleLoggingIn": {
"message": "Máte problémy s prihlásením?"
},
@@ -9338,6 +9338,15 @@
"deviceManagementDesc": {
"message": "Configure device management for Bitwarden using the implementation guide for your platform."
},
+ "deviceIdMissing": {
+ "message": "Chýba ID zariadenia"
+ },
+ "deviceTypeMissing": {
+ "message": "Chýba typ zariadenia"
+ },
+ "deviceCreationDateMissing": {
+ "message": "Chýba dátum vytvorenia zaradenia"
+ },
"desktopRequired": {
"message": "Vyžaduje sa desktop"
},
@@ -9838,13 +9847,13 @@
"message": "Dozvedieť sa viac o Bitwarden API"
},
"fileSend": {
- "message": "File Send"
+ "message": "Send so súborom"
},
"fileSends": {
"message": "Sendy so súborom"
},
"textSend": {
- "message": "Text Send"
+ "message": "Textový Send"
},
"textSends": {
"message": "Textové Sendy"
@@ -10339,6 +10348,36 @@
"organizationNameMaxLength": {
"message": "Meno organizácie nemôže mať viac ako 50 znakov."
},
+ "sshKeyWrongPassword": {
+ "message": "Zadané heslo je nesprávne."
+ },
+ "importSshKey": {
+ "message": "Importovať"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Potvrdiť heslo"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Zadajte heslo pre kľúč SSH."
+ },
+ "enterSshKeyPassword": {
+ "message": "Zadať heslo"
+ },
+ "invalidSshKey": {
+ "message": "Kľúč SSH je neplatný"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "Tento typ kľúča SSH nie je podporovaný"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Importovať kľúč zo schránky"
+ },
+ "sshKeyImported": {
+ "message": "Kľúč SSH bol úspešne importovaný"
+ },
+ "copySSHPrivateKey": {
+ "message": "Kopírovať súkromný kľúč"
+ },
"openingExtension": {
"message": "Otvára sa rozšírenie Bitwarden pre prehliadač"
},
@@ -10479,7 +10518,7 @@
"message": "Počet pridelených sedení presahuje počet dostupných sedení."
},
"changeAtRiskPassword": {
- "message": "Change at-risk password"
+ "message": "Zmeniť ohrozené heslo"
},
"removeUnlockWithPinPolicyTitle": {
"message": "Odstrániť odomknutie PIN kódom"
@@ -10504,5 +10543,8 @@
},
"upgradeEventLogMessage": {
"message": "These events are examples only and do not reflect real events within your Bitwarden organization."
+ },
+ "cannotCreateCollection": {
+ "message": "Bezplatné organizácie môžu mat maximálne dve zbierky. Ak chcete pridať viac zbierok povýšte na platené predplatné."
}
}
diff --git a/apps/web/src/locales/sl/messages.json b/apps/web/src/locales/sl/messages.json
index de787b66af1..1652841b650 100644
--- a/apps/web/src/locales/sl/messages.json
+++ b/apps/web/src/locales/sl/messages.json
@@ -428,6 +428,9 @@
"dragToSort": {
"message": "Povleci za sortiranje"
},
+ "dragToReorder": {
+ "message": "Drag to reorder"
+ },
"cfTypeText": {
"message": "Besedilo"
},
@@ -470,6 +473,19 @@
"editFolder": {
"message": "Uredi mapo"
},
+ "editWithName": {
+ "message": "Edit $ITEM$: $NAME$",
+ "placeholders": {
+ "item": {
+ "content": "$1",
+ "example": "login"
+ },
+ "name": {
+ "content": "$2",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "New folder"
},
@@ -863,9 +879,6 @@
"filter": {
"message": "Filter"
},
- "moveSelectedToOrg": {
- "message": "Premakni označeno v organizacijo"
- },
"deleteSelected": {
"message": "Izbriši izbrano"
},
@@ -921,15 +934,6 @@
}
}
},
- "movedItemsToOrg": {
- "message": "Izbrani elementi premaknjeni v $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Items moved to $ORGNAME$",
"placeholders": {
@@ -1270,12 +1274,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Enter your account email address and your password hint will be sent to you"
},
- "passwordHint": {
- "message": "Namig za geslo"
- },
- "enterEmailToGetHint": {
- "message": "Vnesite e-poštni naslov svojega računa in poslali vam bomo namig za vaše glavno geslo."
- },
"getMasterPasswordHint": {
"message": "Pokaži namig za glavno geslo"
},
@@ -1561,9 +1559,6 @@
"moveToOrgDesc": {
"message": "Izberite organizacijo, v katero želite premakniti ta element. To bo preneslo lasništvo elementa na to organizacijo. Potem ne boste več neposredni lastnik tega elementa."
},
- "moveManyToOrgDesc": {
- "message": "Izberite organizacijo, v katero želite premakniti te elemente. To bo preneslo lasništvo elementov na to organizacijo. Potem ne boste več neposredni lastnik teh elementov."
- },
"collectionsDesc": {
"message": "Uredite zbirke s katerimi želite deliti ta predmet. Predmet bodo lahko videli le uporabniki orgnanizacije, ki bodo imajo dostop do teh zbirk."
},
@@ -1597,23 +1592,6 @@
}
}
},
- "moveSelectedItemsCountDesc": {
- "message": "Izbrali ste toliko elementov: $COUNT$. Toliko jih je mogoče premakniti v organizacijo: $MOVEABLE_COUNT$, toliko pa ne: $NONMOVEABLE_COUNT$.",
- "placeholders": {
- "count": {
- "content": "$1",
- "example": "10"
- },
- "moveable_count": {
- "content": "$2",
- "example": "8"
- },
- "nonmoveable_count": {
- "content": "$3",
- "example": "2"
- }
- }
- },
"verificationCodeTotp": {
"message": "Verifikacijska koda (TOTP)"
},
@@ -4530,6 +4508,40 @@
}
}
},
+ "reorderFieldUp": {
+ "message": "$LABEL$ moved up, position $INDEX$ of $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
+ "reorderFieldDown": {
+ "message": "$LABEL$ moved down, position $INDEX$ of $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
"keyUpdateFoldersFailed": {
"message": "When updating your encryption key, your folders could not be decrypted. To continue with the update, your folders must be deleted. No vault items will be deleted if you proceed."
},
@@ -7264,12 +7276,6 @@
"numberOfUsers": {
"message": "Number of users"
},
- "loggingInAs": {
- "message": "Prijavljate se kot"
- },
- "notYou": {
- "message": "To niste vi?"
- },
"pickAnAvatarColor": {
"message": "Izberite barvo za avatar"
},
@@ -8393,9 +8399,6 @@
"requestAdminApproval": {
"message": "Request admin approval"
},
- "approveWithMasterPassword": {
- "message": "Approve with master password"
- },
"trustedDeviceEncryption": {
"message": "Trusted device encryption"
},
@@ -8610,9 +8613,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "Your request has been sent to your admin."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "You will be notified once approved."
- },
"troubleLoggingIn": {
"message": "Trouble logging in?"
},
@@ -9338,6 +9338,15 @@
"deviceManagementDesc": {
"message": "Configure device management for Bitwarden using the implementation guide for your platform."
},
+ "deviceIdMissing": {
+ "message": "Device ID is missing"
+ },
+ "deviceTypeMissing": {
+ "message": "Device type is missing"
+ },
+ "deviceCreationDateMissing": {
+ "message": "Device creation date is missing"
+ },
"desktopRequired": {
"message": "Desktop required"
},
@@ -10339,6 +10348,36 @@
"organizationNameMaxLength": {
"message": "Organization name cannot exceed 50 characters."
},
+ "sshKeyWrongPassword": {
+ "message": "The password you entered is incorrect."
+ },
+ "importSshKey": {
+ "message": "Import"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Confirm password"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Enter the password for the SSH key."
+ },
+ "enterSshKeyPassword": {
+ "message": "Enter password"
+ },
+ "invalidSshKey": {
+ "message": "The SSH key is invalid"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "The SSH key type is not supported"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Import key from clipboard"
+ },
+ "sshKeyImported": {
+ "message": "SSH key imported successfully"
+ },
+ "copySSHPrivateKey": {
+ "message": "Copy private key"
+ },
"openingExtension": {
"message": "Opening the Bitwarden browser extension"
},
@@ -10504,5 +10543,8 @@
},
"upgradeEventLogMessage": {
"message": "These events are examples only and do not reflect real events within your Bitwarden organization."
+ },
+ "cannotCreateCollection": {
+ "message": "Free organizations may have up to 2 collections. Upgrade to a paid plan to add more collections."
}
}
diff --git a/apps/web/src/locales/sr/messages.json b/apps/web/src/locales/sr/messages.json
index eaa5cc50639..005fa7602b5 100644
--- a/apps/web/src/locales/sr/messages.json
+++ b/apps/web/src/locales/sr/messages.json
@@ -428,6 +428,9 @@
"dragToSort": {
"message": "Превуците за сортирање"
},
+ "dragToReorder": {
+ "message": "Превуците да бисте организовали"
+ },
"cfTypeText": {
"message": "Текст"
},
@@ -470,6 +473,19 @@
"editFolder": {
"message": "Уреди фасциклу"
},
+ "editWithName": {
+ "message": "Уредити $ITEM$: $NAME$",
+ "placeholders": {
+ "item": {
+ "content": "$1",
+ "example": "login"
+ },
+ "name": {
+ "content": "$2",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "Нова фасцикла"
},
@@ -863,9 +879,6 @@
"filter": {
"message": "Филтер"
},
- "moveSelectedToOrg": {
- "message": "Премести одабрано у организацију"
- },
"deleteSelected": {
"message": "Избриши изабрано"
},
@@ -921,15 +934,6 @@
}
}
},
- "movedItemsToOrg": {
- "message": "Одабране ставке премештене у $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Ставке премештене у $ORGNAME$",
"placeholders": {
@@ -1270,12 +1274,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Унеси адресу Е-поште свог налога и биће ти послат савет за лозинку"
},
- "passwordHint": {
- "message": "Помоћ за лозинку"
- },
- "enterEmailToGetHint": {
- "message": "Унеси твоју Е-пошту да би добио савет за твоју Главну Лозинку."
- },
"getMasterPasswordHint": {
"message": "Добити савет за Главну Лозинку"
},
@@ -1561,9 +1559,6 @@
"moveToOrgDesc": {
"message": "Изаберите организацију коју желите да преместите овај предмет. Прелазак на организацију преноси власништво над ставком у ту организацију. Више нећете бити директни власник ове ставке након што је премештена."
},
- "moveManyToOrgDesc": {
- "message": "Изаберите организацију коју желите да преместите ове ставке. Прелазак на организацију преноси власништво над ставкама у ту организацију. Више нећете бити директни власник ове ставки након што су премештене."
- },
"collectionsDesc": {
"message": "Уредите колекције са којима се ова ставка дели. Само корисници организације који имају приступ овим колекцијама моћи ће да виде ову ставку."
},
@@ -1597,23 +1592,6 @@
}
}
},
- "moveSelectedItemsCountDesc": {
- "message": "Одабрали сте $COUNT$ ставку(и). $MOVEABLE_COUNT$ ставка(и) може да се преместе у организацију, $NONMOVEABLE_COUNT$ не.",
- "placeholders": {
- "count": {
- "content": "$1",
- "example": "10"
- },
- "moveable_count": {
- "content": "$2",
- "example": "8"
- },
- "nonmoveable_count": {
- "content": "$3",
- "example": "2"
- }
- }
- },
"verificationCodeTotp": {
"message": "Једнократни код"
},
@@ -4530,6 +4508,40 @@
}
}
},
+ "reorderFieldUp": {
+ "message": "$LABEL$ премештено на горе, позиција $INDEX$ од $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
+ "reorderFieldDown": {
+ "message": "$LABEL$ премештено на доле, позиција $INDEX$ од $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
"keyUpdateFoldersFailed": {
"message": "Приликом ажурирања кључа за шифровање, ваше фасцикле нису могле да се дешифрују. Да бисте наставили са ажурирањем, ваше фасцикле морају бити избрисане. Ниједна ставка у сефу неће бити избрисана ако наставите."
},
@@ -7264,12 +7276,6 @@
"numberOfUsers": {
"message": "Број корисника"
},
- "loggingInAs": {
- "message": "Пријављивање као"
- },
- "notYou": {
- "message": "Нисте Ви?"
- },
"pickAnAvatarColor": {
"message": "Изабрати боју аватара"
},
@@ -8393,9 +8399,6 @@
"requestAdminApproval": {
"message": "Затражити одобрење администратора"
},
- "approveWithMasterPassword": {
- "message": "Одобрити са главном лозинком"
- },
"trustedDeviceEncryption": {
"message": "Шифровање поузданог уређаја"
},
@@ -8610,9 +8613,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "Ваш захтев је послат вашем администратору."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "Бићете обавештени када буде одобрено."
- },
"troubleLoggingIn": {
"message": "Имате проблема са пријављивањем?"
},
@@ -9338,6 +9338,15 @@
"deviceManagementDesc": {
"message": "Конфигуришите управљање уређајима за Bitwarden помоћу водича за имплементацију за своју платформу."
},
+ "deviceIdMissing": {
+ "message": "Недостаје ИД уређаја"
+ },
+ "deviceTypeMissing": {
+ "message": "Недостаје тип уређаја"
+ },
+ "deviceCreationDateMissing": {
+ "message": "Недостаје датум креације уређаја"
+ },
"desktopRequired": {
"message": "Desktop required"
},
@@ -10339,6 +10348,36 @@
"organizationNameMaxLength": {
"message": "Име организације не може прећи 50 знакова."
},
+ "sshKeyWrongPassword": {
+ "message": "Лозинка коју сте унели није тачна."
+ },
+ "importSshKey": {
+ "message": "Увоз"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Потврда лозинке"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Унети лозинку за SSH кључ."
+ },
+ "enterSshKeyPassword": {
+ "message": "Унесите лозинку"
+ },
+ "invalidSshKey": {
+ "message": "SSH кључ је неважећи"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "Тип SSH кључа није подржан"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Увезите кључ из оставе"
+ },
+ "sshKeyImported": {
+ "message": "SSH кључ је успешно увезен"
+ },
+ "copySSHPrivateKey": {
+ "message": "Копирај приватни кључ"
+ },
"openingExtension": {
"message": "Отварање Bitwarden додатка прегледача"
},
@@ -10504,5 +10543,8 @@
},
"upgradeEventLogMessage": {
"message": "Ови догађаји су само примери и не одражавају стварне догађаје у вашем Bitwarden отганизацији."
+ },
+ "cannotCreateCollection": {
+ "message": "Бесплатне организације могу имати до 2 колекције. Надоградите на плаћени план за додавање више колекција."
}
}
diff --git a/apps/web/src/locales/sr_CS/messages.json b/apps/web/src/locales/sr_CS/messages.json
index 8b61a2d86fa..d141d8301fc 100644
--- a/apps/web/src/locales/sr_CS/messages.json
+++ b/apps/web/src/locales/sr_CS/messages.json
@@ -428,6 +428,9 @@
"dragToSort": {
"message": "Sortiraj prevlačenjem"
},
+ "dragToReorder": {
+ "message": "Drag to reorder"
+ },
"cfTypeText": {
"message": "Tekst"
},
@@ -470,6 +473,19 @@
"editFolder": {
"message": "Urеdi fasciklu"
},
+ "editWithName": {
+ "message": "Edit $ITEM$: $NAME$",
+ "placeholders": {
+ "item": {
+ "content": "$1",
+ "example": "login"
+ },
+ "name": {
+ "content": "$2",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "New folder"
},
@@ -863,9 +879,6 @@
"filter": {
"message": "Filter"
},
- "moveSelectedToOrg": {
- "message": "Move selected to organization"
- },
"deleteSelected": {
"message": "Obriši izabrane stavke"
},
@@ -921,15 +934,6 @@
}
}
},
- "movedItemsToOrg": {
- "message": "Selected items moved to $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Items moved to $ORGNAME$",
"placeholders": {
@@ -1270,12 +1274,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Enter your account email address and your password hint will be sent to you"
},
- "passwordHint": {
- "message": "Password hint"
- },
- "enterEmailToGetHint": {
- "message": "Enter your account email address to receive your master password hint."
- },
"getMasterPasswordHint": {
"message": "Get master password hint"
},
@@ -1561,9 +1559,6 @@
"moveToOrgDesc": {
"message": "Choose an organization that you wish to move this item to. Moving to an organization transfers ownership of the item to that organization. You will no longer be the direct owner of this item once it has been moved."
},
- "moveManyToOrgDesc": {
- "message": "Choose an organization that you wish to move these items to. Moving to an organization transfers ownership of the items to that organization. You will no longer be the direct owner of these items once they have been moved."
- },
"collectionsDesc": {
"message": "Edit the collections that this item is being shared with. Only organization users with access to these collections will be able to see this item."
},
@@ -1597,23 +1592,6 @@
}
}
},
- "moveSelectedItemsCountDesc": {
- "message": "You have selected $COUNT$ item(s). $MOVEABLE_COUNT$ item(s) can be moved to an organization, $NONMOVEABLE_COUNT$ cannot.",
- "placeholders": {
- "count": {
- "content": "$1",
- "example": "10"
- },
- "moveable_count": {
- "content": "$2",
- "example": "8"
- },
- "nonmoveable_count": {
- "content": "$3",
- "example": "2"
- }
- }
- },
"verificationCodeTotp": {
"message": "Verification code (TOTP)"
},
@@ -4530,6 +4508,40 @@
}
}
},
+ "reorderFieldUp": {
+ "message": "$LABEL$ moved up, position $INDEX$ of $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
+ "reorderFieldDown": {
+ "message": "$LABEL$ moved down, position $INDEX$ of $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
"keyUpdateFoldersFailed": {
"message": "When updating your encryption key, your folders could not be decrypted. To continue with the update, your folders must be deleted. No vault items will be deleted if you proceed."
},
@@ -7264,12 +7276,6 @@
"numberOfUsers": {
"message": "Number of users"
},
- "loggingInAs": {
- "message": "Logging in as"
- },
- "notYou": {
- "message": "Not you?"
- },
"pickAnAvatarColor": {
"message": "Pick an avatar color"
},
@@ -8393,9 +8399,6 @@
"requestAdminApproval": {
"message": "Request admin approval"
},
- "approveWithMasterPassword": {
- "message": "Approve with master password"
- },
"trustedDeviceEncryption": {
"message": "Trusted device encryption"
},
@@ -8610,9 +8613,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "Your request has been sent to your admin."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "You will be notified once approved."
- },
"troubleLoggingIn": {
"message": "Trouble logging in?"
},
@@ -9338,6 +9338,15 @@
"deviceManagementDesc": {
"message": "Configure device management for Bitwarden using the implementation guide for your platform."
},
+ "deviceIdMissing": {
+ "message": "Device ID is missing"
+ },
+ "deviceTypeMissing": {
+ "message": "Device type is missing"
+ },
+ "deviceCreationDateMissing": {
+ "message": "Device creation date is missing"
+ },
"desktopRequired": {
"message": "Desktop required"
},
@@ -10339,6 +10348,36 @@
"organizationNameMaxLength": {
"message": "Organization name cannot exceed 50 characters."
},
+ "sshKeyWrongPassword": {
+ "message": "The password you entered is incorrect."
+ },
+ "importSshKey": {
+ "message": "Import"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Confirm password"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Enter the password for the SSH key."
+ },
+ "enterSshKeyPassword": {
+ "message": "Enter password"
+ },
+ "invalidSshKey": {
+ "message": "The SSH key is invalid"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "The SSH key type is not supported"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Import key from clipboard"
+ },
+ "sshKeyImported": {
+ "message": "SSH key imported successfully"
+ },
+ "copySSHPrivateKey": {
+ "message": "Copy private key"
+ },
"openingExtension": {
"message": "Opening the Bitwarden browser extension"
},
@@ -10504,5 +10543,8 @@
},
"upgradeEventLogMessage": {
"message": "These events are examples only and do not reflect real events within your Bitwarden organization."
+ },
+ "cannotCreateCollection": {
+ "message": "Free organizations may have up to 2 collections. Upgrade to a paid plan to add more collections."
}
}
diff --git a/apps/web/src/locales/sv/messages.json b/apps/web/src/locales/sv/messages.json
index 218954600cb..f7d6414c36c 100644
--- a/apps/web/src/locales/sv/messages.json
+++ b/apps/web/src/locales/sv/messages.json
@@ -428,6 +428,9 @@
"dragToSort": {
"message": "Dra för att sortera"
},
+ "dragToReorder": {
+ "message": "Drag to reorder"
+ },
"cfTypeText": {
"message": "Text"
},
@@ -470,6 +473,19 @@
"editFolder": {
"message": "Redigera mapp"
},
+ "editWithName": {
+ "message": "Edit $ITEM$: $NAME$",
+ "placeholders": {
+ "item": {
+ "content": "$1",
+ "example": "login"
+ },
+ "name": {
+ "content": "$2",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "New folder"
},
@@ -863,9 +879,6 @@
"filter": {
"message": "Filter"
},
- "moveSelectedToOrg": {
- "message": "Flytta valda till organisation"
- },
"deleteSelected": {
"message": "Radera markerade"
},
@@ -921,15 +934,6 @@
}
}
},
- "movedItemsToOrg": {
- "message": "De valda objekten flyttades till $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Items moved to $ORGNAME$",
"placeholders": {
@@ -1270,12 +1274,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Enter your account email address and your password hint will be sent to you"
},
- "passwordHint": {
- "message": "Lösenordsledtråd"
- },
- "enterEmailToGetHint": {
- "message": "Ange din e-postadress för att få din huvudlösenordsledtråd."
- },
"getMasterPasswordHint": {
"message": "Hämta huvudlösenordsledtråd"
},
@@ -1561,9 +1559,6 @@
"moveToOrgDesc": {
"message": "Välj en organisation som du vill flytta detta objektet till. Flytt till en organisation överför ägandet av objektet till den organisationen. Du kommer inte längre att vara direkt ägare till detta objekt när det har flyttats."
},
- "moveManyToOrgDesc": {
- "message": "Välj en organisation som du vill flytta dessa objekt till. Flytt till en organisation överför ägandet av objekten till den organisationen. Du kommer inte längre att vara direkt ägare till dessa objekt när de har flyttats."
- },
"collectionsDesc": {
"message": "Redigera de samlingar som detta objekt delas med. Endast organisationsanvändare med tillgång till dessa samlingar kommer att kunna se detta objekt."
},
@@ -1597,23 +1592,6 @@
}
}
},
- "moveSelectedItemsCountDesc": {
- "message": "Du har valt $COUNT$ objekt. $MOVEABLE_COUNT$ objekt kan flyttas till en organisation, $NONMOVEABLE_COUNT$ kan det inte.",
- "placeholders": {
- "count": {
- "content": "$1",
- "example": "10"
- },
- "moveable_count": {
- "content": "$2",
- "example": "8"
- },
- "nonmoveable_count": {
- "content": "$3",
- "example": "2"
- }
- }
- },
"verificationCodeTotp": {
"message": "Verifieringskod (TOTP)"
},
@@ -4530,6 +4508,40 @@
}
}
},
+ "reorderFieldUp": {
+ "message": "$LABEL$ moved up, position $INDEX$ of $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
+ "reorderFieldDown": {
+ "message": "$LABEL$ moved down, position $INDEX$ of $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
"keyUpdateFoldersFailed": {
"message": "When updating your encryption key, your folders could not be decrypted. To continue with the update, your folders must be deleted. No vault items will be deleted if you proceed."
},
@@ -7264,12 +7276,6 @@
"numberOfUsers": {
"message": "Antal användare"
},
- "loggingInAs": {
- "message": "Loggar in som"
- },
- "notYou": {
- "message": "Är det inte du?"
- },
"pickAnAvatarColor": {
"message": "Välj en avatarfärg"
},
@@ -8393,9 +8399,6 @@
"requestAdminApproval": {
"message": "Request admin approval"
},
- "approveWithMasterPassword": {
- "message": "Godkänn med huvudlösenord"
- },
"trustedDeviceEncryption": {
"message": "Trusted device encryption"
},
@@ -8610,9 +8613,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "Your request has been sent to your admin."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "Du kommer att meddelas vid godkännande."
- },
"troubleLoggingIn": {
"message": "Problem med att logga in?"
},
@@ -9338,6 +9338,15 @@
"deviceManagementDesc": {
"message": "Configure device management for Bitwarden using the implementation guide for your platform."
},
+ "deviceIdMissing": {
+ "message": "Device ID is missing"
+ },
+ "deviceTypeMissing": {
+ "message": "Device type is missing"
+ },
+ "deviceCreationDateMissing": {
+ "message": "Device creation date is missing"
+ },
"desktopRequired": {
"message": "Desktop required"
},
@@ -10339,6 +10348,36 @@
"organizationNameMaxLength": {
"message": "Organization name cannot exceed 50 characters."
},
+ "sshKeyWrongPassword": {
+ "message": "The password you entered is incorrect."
+ },
+ "importSshKey": {
+ "message": "Import"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Confirm password"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Enter the password for the SSH key."
+ },
+ "enterSshKeyPassword": {
+ "message": "Enter password"
+ },
+ "invalidSshKey": {
+ "message": "The SSH key is invalid"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "The SSH key type is not supported"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Import key from clipboard"
+ },
+ "sshKeyImported": {
+ "message": "SSH key imported successfully"
+ },
+ "copySSHPrivateKey": {
+ "message": "Copy private key"
+ },
"openingExtension": {
"message": "Opening the Bitwarden browser extension"
},
@@ -10504,5 +10543,8 @@
},
"upgradeEventLogMessage": {
"message": "These events are examples only and do not reflect real events within your Bitwarden organization."
+ },
+ "cannotCreateCollection": {
+ "message": "Free organizations may have up to 2 collections. Upgrade to a paid plan to add more collections."
}
}
diff --git a/apps/web/src/locales/te/messages.json b/apps/web/src/locales/te/messages.json
index c205ace9ac1..f334131b69b 100644
--- a/apps/web/src/locales/te/messages.json
+++ b/apps/web/src/locales/te/messages.json
@@ -428,6 +428,9 @@
"dragToSort": {
"message": "Drag to sort"
},
+ "dragToReorder": {
+ "message": "Drag to reorder"
+ },
"cfTypeText": {
"message": "Text"
},
@@ -470,6 +473,19 @@
"editFolder": {
"message": "Edit folder"
},
+ "editWithName": {
+ "message": "Edit $ITEM$: $NAME$",
+ "placeholders": {
+ "item": {
+ "content": "$1",
+ "example": "login"
+ },
+ "name": {
+ "content": "$2",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "New folder"
},
@@ -863,9 +879,6 @@
"filter": {
"message": "Filter"
},
- "moveSelectedToOrg": {
- "message": "Move selected to organization"
- },
"deleteSelected": {
"message": "Delete selected"
},
@@ -921,15 +934,6 @@
}
}
},
- "movedItemsToOrg": {
- "message": "Selected items moved to $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Items moved to $ORGNAME$",
"placeholders": {
@@ -1270,12 +1274,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Enter your account email address and your password hint will be sent to you"
},
- "passwordHint": {
- "message": "Password hint"
- },
- "enterEmailToGetHint": {
- "message": "Enter your account email address to receive your master password hint."
- },
"getMasterPasswordHint": {
"message": "Get master password hint"
},
@@ -1561,9 +1559,6 @@
"moveToOrgDesc": {
"message": "Choose an organization that you wish to move this item to. Moving to an organization transfers ownership of the item to that organization. You will no longer be the direct owner of this item once it has been moved."
},
- "moveManyToOrgDesc": {
- "message": "Choose an organization that you wish to move these items to. Moving to an organization transfers ownership of the items to that organization. You will no longer be the direct owner of these items once they have been moved."
- },
"collectionsDesc": {
"message": "Edit the collections that this item is being shared with. Only organization users with access to these collections will be able to see this item."
},
@@ -1597,23 +1592,6 @@
}
}
},
- "moveSelectedItemsCountDesc": {
- "message": "You have selected $COUNT$ item(s). $MOVEABLE_COUNT$ item(s) can be moved to an organization, $NONMOVEABLE_COUNT$ cannot.",
- "placeholders": {
- "count": {
- "content": "$1",
- "example": "10"
- },
- "moveable_count": {
- "content": "$2",
- "example": "8"
- },
- "nonmoveable_count": {
- "content": "$3",
- "example": "2"
- }
- }
- },
"verificationCodeTotp": {
"message": "Verification code (TOTP)"
},
@@ -4530,6 +4508,40 @@
}
}
},
+ "reorderFieldUp": {
+ "message": "$LABEL$ moved up, position $INDEX$ of $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
+ "reorderFieldDown": {
+ "message": "$LABEL$ moved down, position $INDEX$ of $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
"keyUpdateFoldersFailed": {
"message": "When updating your encryption key, your folders could not be decrypted. To continue with the update, your folders must be deleted. No vault items will be deleted if you proceed."
},
@@ -7264,12 +7276,6 @@
"numberOfUsers": {
"message": "Number of users"
},
- "loggingInAs": {
- "message": "Logging in as"
- },
- "notYou": {
- "message": "Not you?"
- },
"pickAnAvatarColor": {
"message": "Pick an avatar color"
},
@@ -8393,9 +8399,6 @@
"requestAdminApproval": {
"message": "Request admin approval"
},
- "approveWithMasterPassword": {
- "message": "Approve with master password"
- },
"trustedDeviceEncryption": {
"message": "Trusted device encryption"
},
@@ -8610,9 +8613,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "Your request has been sent to your admin."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "You will be notified once approved."
- },
"troubleLoggingIn": {
"message": "Trouble logging in?"
},
@@ -9338,6 +9338,15 @@
"deviceManagementDesc": {
"message": "Configure device management for Bitwarden using the implementation guide for your platform."
},
+ "deviceIdMissing": {
+ "message": "Device ID is missing"
+ },
+ "deviceTypeMissing": {
+ "message": "Device type is missing"
+ },
+ "deviceCreationDateMissing": {
+ "message": "Device creation date is missing"
+ },
"desktopRequired": {
"message": "Desktop required"
},
@@ -10339,6 +10348,36 @@
"organizationNameMaxLength": {
"message": "Organization name cannot exceed 50 characters."
},
+ "sshKeyWrongPassword": {
+ "message": "The password you entered is incorrect."
+ },
+ "importSshKey": {
+ "message": "Import"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Confirm password"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Enter the password for the SSH key."
+ },
+ "enterSshKeyPassword": {
+ "message": "Enter password"
+ },
+ "invalidSshKey": {
+ "message": "The SSH key is invalid"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "The SSH key type is not supported"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Import key from clipboard"
+ },
+ "sshKeyImported": {
+ "message": "SSH key imported successfully"
+ },
+ "copySSHPrivateKey": {
+ "message": "Copy private key"
+ },
"openingExtension": {
"message": "Opening the Bitwarden browser extension"
},
@@ -10504,5 +10543,8 @@
},
"upgradeEventLogMessage": {
"message": "These events are examples only and do not reflect real events within your Bitwarden organization."
+ },
+ "cannotCreateCollection": {
+ "message": "Free organizations may have up to 2 collections. Upgrade to a paid plan to add more collections."
}
}
diff --git a/apps/web/src/locales/th/messages.json b/apps/web/src/locales/th/messages.json
index 945ada11394..7d2685807b3 100644
--- a/apps/web/src/locales/th/messages.json
+++ b/apps/web/src/locales/th/messages.json
@@ -428,6 +428,9 @@
"dragToSort": {
"message": "ลากเพื่อเรียงลำดับ"
},
+ "dragToReorder": {
+ "message": "Drag to reorder"
+ },
"cfTypeText": {
"message": "ข้อความ"
},
@@ -470,6 +473,19 @@
"editFolder": {
"message": "แก้ไขโฟลเดอร์"
},
+ "editWithName": {
+ "message": "Edit $ITEM$: $NAME$",
+ "placeholders": {
+ "item": {
+ "content": "$1",
+ "example": "login"
+ },
+ "name": {
+ "content": "$2",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "New folder"
},
@@ -863,9 +879,6 @@
"filter": {
"message": "Filter"
},
- "moveSelectedToOrg": {
- "message": "Move selected to organization"
- },
"deleteSelected": {
"message": "ลบรายการที่เลือก"
},
@@ -921,15 +934,6 @@
}
}
},
- "movedItemsToOrg": {
- "message": "Selected items moved to $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Items moved to $ORGNAME$",
"placeholders": {
@@ -1270,12 +1274,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Enter your account email address and your password hint will be sent to you"
},
- "passwordHint": {
- "message": "คำใบ้รหัสผ่าน"
- },
- "enterEmailToGetHint": {
- "message": "กรอกอีเมลของบัญชีของคุณ เพื่อรับคำใบ้เกี่ยวกับรหัสผ่านหลักของคุณ"
- },
"getMasterPasswordHint": {
"message": "รับคำใบ้เกี่ยวกับรหัสผ่านหลักของคุณ"
},
@@ -1561,9 +1559,6 @@
"moveToOrgDesc": {
"message": "เลือกองค์กรที่คุณต้องการย้ายรายการนี้ไป การย้ายไปยังองค์กรจะโอนความเป็นเจ้าของรายการไปยังองค์กรนั้น คุณจะไม่ได้เป็นเจ้าของโดยตรงของรายการนี้อีกต่อไปเมื่อมีการย้ายแล้ว"
},
- "moveManyToOrgDesc": {
- "message": "Choose an organization that you wish to move these items to. Moving to an organization transfers ownership of the items to that organization. You will no longer be the direct owner of these items once they have been moved."
- },
"collectionsDesc": {
"message": "Edit the collections that this item is being shared with. Only organization users with access to these collections will be able to see this item."
},
@@ -1597,23 +1592,6 @@
}
}
},
- "moveSelectedItemsCountDesc": {
- "message": "You have selected $COUNT$ item(s). $MOVEABLE_COUNT$ item(s) can be moved to an organization, $NONMOVEABLE_COUNT$ cannot.",
- "placeholders": {
- "count": {
- "content": "$1",
- "example": "10"
- },
- "moveable_count": {
- "content": "$2",
- "example": "8"
- },
- "nonmoveable_count": {
- "content": "$3",
- "example": "2"
- }
- }
- },
"verificationCodeTotp": {
"message": "Verification code (TOTP)"
},
@@ -4530,6 +4508,40 @@
}
}
},
+ "reorderFieldUp": {
+ "message": "$LABEL$ moved up, position $INDEX$ of $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
+ "reorderFieldDown": {
+ "message": "$LABEL$ moved down, position $INDEX$ of $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
"keyUpdateFoldersFailed": {
"message": "When updating your encryption key, your folders could not be decrypted. To continue with the update, your folders must be deleted. No vault items will be deleted if you proceed."
},
@@ -7264,12 +7276,6 @@
"numberOfUsers": {
"message": "Number of users"
},
- "loggingInAs": {
- "message": "Logging in as"
- },
- "notYou": {
- "message": "Not you?"
- },
"pickAnAvatarColor": {
"message": "Pick an avatar color"
},
@@ -8393,9 +8399,6 @@
"requestAdminApproval": {
"message": "Request admin approval"
},
- "approveWithMasterPassword": {
- "message": "Approve with master password"
- },
"trustedDeviceEncryption": {
"message": "Trusted device encryption"
},
@@ -8610,9 +8613,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "Your request has been sent to your admin."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "You will be notified once approved."
- },
"troubleLoggingIn": {
"message": "Trouble logging in?"
},
@@ -9338,6 +9338,15 @@
"deviceManagementDesc": {
"message": "Configure device management for Bitwarden using the implementation guide for your platform."
},
+ "deviceIdMissing": {
+ "message": "Device ID is missing"
+ },
+ "deviceTypeMissing": {
+ "message": "Device type is missing"
+ },
+ "deviceCreationDateMissing": {
+ "message": "Device creation date is missing"
+ },
"desktopRequired": {
"message": "Desktop required"
},
@@ -10339,6 +10348,36 @@
"organizationNameMaxLength": {
"message": "Organization name cannot exceed 50 characters."
},
+ "sshKeyWrongPassword": {
+ "message": "The password you entered is incorrect."
+ },
+ "importSshKey": {
+ "message": "Import"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Confirm password"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Enter the password for the SSH key."
+ },
+ "enterSshKeyPassword": {
+ "message": "Enter password"
+ },
+ "invalidSshKey": {
+ "message": "The SSH key is invalid"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "The SSH key type is not supported"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Import key from clipboard"
+ },
+ "sshKeyImported": {
+ "message": "SSH key imported successfully"
+ },
+ "copySSHPrivateKey": {
+ "message": "Copy private key"
+ },
"openingExtension": {
"message": "Opening the Bitwarden browser extension"
},
@@ -10504,5 +10543,8 @@
},
"upgradeEventLogMessage": {
"message": "These events are examples only and do not reflect real events within your Bitwarden organization."
+ },
+ "cannotCreateCollection": {
+ "message": "Free organizations may have up to 2 collections. Upgrade to a paid plan to add more collections."
}
}
diff --git a/apps/web/src/locales/tr/messages.json b/apps/web/src/locales/tr/messages.json
index a2af30a2adf..030fd0dd9b2 100644
--- a/apps/web/src/locales/tr/messages.json
+++ b/apps/web/src/locales/tr/messages.json
@@ -428,6 +428,9 @@
"dragToSort": {
"message": "Sıralamak için sürükleyin"
},
+ "dragToReorder": {
+ "message": "Drag to reorder"
+ },
"cfTypeText": {
"message": "Metin"
},
@@ -470,6 +473,19 @@
"editFolder": {
"message": "Klasörü düzenle"
},
+ "editWithName": {
+ "message": "Edit $ITEM$: $NAME$",
+ "placeholders": {
+ "item": {
+ "content": "$1",
+ "example": "login"
+ },
+ "name": {
+ "content": "$2",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "Yeni klasör"
},
@@ -863,9 +879,6 @@
"filter": {
"message": "Filtre"
},
- "moveSelectedToOrg": {
- "message": "Seçilenleri kuruluşa taşı"
- },
"deleteSelected": {
"message": "Seçilenleri sil"
},
@@ -921,15 +934,6 @@
}
}
},
- "movedItemsToOrg": {
- "message": "Seçilen kayıtlar $ORGNAME$ kuruluşuna taşındı",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Kayıtlar $ORGNAME$ kuruluşuna taşındı",
"placeholders": {
@@ -1270,12 +1274,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Hesabınızın e-posta adresini girdiğinizde parola ipucunuz size gönderilecektir"
},
- "passwordHint": {
- "message": "Parola ipucu"
- },
- "enterEmailToGetHint": {
- "message": "Ana parola ipucunu almak için hesabınızın e-posta adresini girin."
- },
"getMasterPasswordHint": {
"message": "Ana parola ipucunu al"
},
@@ -1561,9 +1559,6 @@
"moveToOrgDesc": {
"message": "Bu kaydı taşımak istediğiniz kuruluşu seçin. Taşıdığınız kaydın sahipliği seçtiğiniz kuruluşa aktarılacak. Artık bu kaydın doğrudan sahibi olmayacaksınız."
},
- "moveManyToOrgDesc": {
- "message": "Bu kayıtları taşımak istediğiniz kuruluşu seçin. Taşıdığınız kayıtların sahipliği seçtiğiniz kuruluşa aktarılacak. Artık bu kayıtların doğrudan sahibi olmayacaksınız."
- },
"collectionsDesc": {
"message": "Bu kaydın şu anda paylaşıldığı koleksiyonları düzenler. Kuruluştaki kullanıcılardan yalnızca bu koleksiyonlara erişimi olanlar bu kaydı görebilir."
},
@@ -1597,23 +1592,6 @@
}
}
},
- "moveSelectedItemsCountDesc": {
- "message": "$COUNT$ kayıt seçtiniz. $MOVEABLE_COUNT$ kayıt bir kuruluşa taşınabilir, $NONMOVEABLE_COUNT$ kayıt taşınamaz.",
- "placeholders": {
- "count": {
- "content": "$1",
- "example": "10"
- },
- "moveable_count": {
- "content": "$2",
- "example": "8"
- },
- "nonmoveable_count": {
- "content": "$3",
- "example": "2"
- }
- }
- },
"verificationCodeTotp": {
"message": "Doğrulama kodu (TOTP)"
},
@@ -4530,6 +4508,40 @@
}
}
},
+ "reorderFieldUp": {
+ "message": "$LABEL$ moved up, position $INDEX$ of $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
+ "reorderFieldDown": {
+ "message": "$LABEL$ moved down, position $INDEX$ of $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
"keyUpdateFoldersFailed": {
"message": "When updating your encryption key, your folders could not be decrypted. To continue with the update, your folders must be deleted. No vault items will be deleted if you proceed."
},
@@ -7264,12 +7276,6 @@
"numberOfUsers": {
"message": "Kullanıcı sayısı"
},
- "loggingInAs": {
- "message": "Giriş yapılan kullanıcı:"
- },
- "notYou": {
- "message": "Siz değil misiniz?"
- },
"pickAnAvatarColor": {
"message": "Bir avatar rengi seçin"
},
@@ -8393,9 +8399,6 @@
"requestAdminApproval": {
"message": "Yönetici onayı iste"
},
- "approveWithMasterPassword": {
- "message": "Ana parola ile onayla"
- },
"trustedDeviceEncryption": {
"message": "Güvenilir cihaz şifrelemesi"
},
@@ -8610,9 +8613,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "İsteğiniz yöneticinize gönderildi."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "Onaylandıktan sonra bilgilendirileceksiniz."
- },
"troubleLoggingIn": {
"message": "Giriş yaparken sorun mu yaşıyorsunuz?"
},
@@ -9338,6 +9338,15 @@
"deviceManagementDesc": {
"message": "Configure device management for Bitwarden using the implementation guide for your platform."
},
+ "deviceIdMissing": {
+ "message": "Device ID is missing"
+ },
+ "deviceTypeMissing": {
+ "message": "Device type is missing"
+ },
+ "deviceCreationDateMissing": {
+ "message": "Device creation date is missing"
+ },
"desktopRequired": {
"message": "Desktop required"
},
@@ -10339,6 +10348,36 @@
"organizationNameMaxLength": {
"message": "Organization name cannot exceed 50 characters."
},
+ "sshKeyWrongPassword": {
+ "message": "Girdiğiniz parola yanlış."
+ },
+ "importSshKey": {
+ "message": "İçe aktar"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Parolayı onaylayın"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "SSH anahtarının parolasını girin."
+ },
+ "enterSshKeyPassword": {
+ "message": "Parolayı girin"
+ },
+ "invalidSshKey": {
+ "message": "The SSH key is invalid"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "The SSH key type is not supported"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Import key from clipboard"
+ },
+ "sshKeyImported": {
+ "message": "SSH key imported successfully"
+ },
+ "copySSHPrivateKey": {
+ "message": "Copy private key"
+ },
"openingExtension": {
"message": "Opening the Bitwarden browser extension"
},
@@ -10504,5 +10543,8 @@
},
"upgradeEventLogMessage": {
"message": "These events are examples only and do not reflect real events within your Bitwarden organization."
+ },
+ "cannotCreateCollection": {
+ "message": "Ücretsiz kuruluşların en fazla 2 koleksiyonu olabilir. Daha fazla koleksiyon eklemek için ücretli bir plana geçin."
}
}
diff --git a/apps/web/src/locales/uk/messages.json b/apps/web/src/locales/uk/messages.json
index 86e725f32cb..7d9eb316821 100644
--- a/apps/web/src/locales/uk/messages.json
+++ b/apps/web/src/locales/uk/messages.json
@@ -428,6 +428,9 @@
"dragToSort": {
"message": "Перетягніть, щоб відсортувати"
},
+ "dragToReorder": {
+ "message": "Потягніть, щоб упорядкувати"
+ },
"cfTypeText": {
"message": "Текст"
},
@@ -470,6 +473,19 @@
"editFolder": {
"message": "Редагування"
},
+ "editWithName": {
+ "message": "Редагувати $ITEM$: $NAME$",
+ "placeholders": {
+ "item": {
+ "content": "$1",
+ "example": "login"
+ },
+ "name": {
+ "content": "$2",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "Нова тека"
},
@@ -863,9 +879,6 @@
"filter": {
"message": "Фільтр"
},
- "moveSelectedToOrg": {
- "message": "Перемістити вибране до організації"
- },
"deleteSelected": {
"message": "Видалити вибране"
},
@@ -921,15 +934,6 @@
}
}
},
- "movedItemsToOrg": {
- "message": "Вибрані записи переміщено до $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Записи переміщено до $ORGNAME$",
"placeholders": {
@@ -1270,12 +1274,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Введіть адресу е-пошти свого облікового запису і вам буде надіслано підказку для пароля"
},
- "passwordHint": {
- "message": "Підказка для пароля"
- },
- "enterEmailToGetHint": {
- "message": "Введіть свою адресу е-пошти, щоб отримати підказку для головного пароля."
- },
"getMasterPasswordHint": {
"message": "Отримати підказку для головного пароля"
},
@@ -1423,7 +1421,7 @@
"message": "Перш ніж підтверджувати, обов'язково перевірте відповідність зазначеної нижче фрази відбитка."
},
"notificationSentDeviceComplete": {
- "message": "Unlock Bitwarden on your device. Make sure the Fingerprint phrase matches the one below before approving."
+ "message": "Розблокуйте Bitwarden на своєму пристрої. Перш ніж підтверджувати переконайтеся, що фраза відбитка збігається з наведеною нижче."
},
"aNotificationWasSentToYourDevice": {
"message": "Сповіщення надіслано на ваш пристрій"
@@ -1462,7 +1460,7 @@
"message": "Запам'ятати мене"
},
"dontAskAgainOnThisDeviceFor30Days": {
- "message": "Don't ask again on this device for 30 days"
+ "message": "Більше не запитувати на цьому пристрої протягом 30 днів"
},
"sendVerificationCodeEmailAgain": {
"message": "Надіслати код підтвердження ще раз"
@@ -1471,11 +1469,11 @@
"message": "Інший спосіб двоетапної перевірки"
},
"selectAnotherMethod": {
- "message": "Select another method",
+ "message": "Обрати інший спосіб",
"description": "Select another two-step login method"
},
"useYourRecoveryCode": {
- "message": "Use your recovery code"
+ "message": "Скористайтеся своїм кодом відновлення"
},
"insertYubiKey": {
"message": "Вставте свій YubiKey в USB порт комп'ютера, потім торкніться цієї кнопки."
@@ -1496,7 +1494,7 @@
"message": "Налаштування двоетапної перевірки"
},
"selectTwoStepLoginMethod": {
- "message": "Select two-step login method"
+ "message": "Виберіть спосіб двоетапної перевірки"
},
"recoveryCodeDesc": {
"message": "Втратили доступ до всіх провайдерів двоетапної перевірки? Скористайтеся кодом відновлення, щоб вимкнути двоетапну перевірку для свого облікового запису."
@@ -1541,7 +1539,7 @@
"message": "(Перенесено з FIDO)"
},
"openInNewTab": {
- "message": "Open in new tab"
+ "message": "Відкрити в новій вкладці"
},
"emailTitle": {
"message": "Е-пошта"
@@ -1561,9 +1559,6 @@
"moveToOrgDesc": {
"message": "Виберіть організацію, до якої ви бажаєте перемістити цей запис. Переміщуючи до організації, власність запису передається тій організації. Ви більше не будете єдиним власником цього запису після переміщення."
},
- "moveManyToOrgDesc": {
- "message": "Виберіть організацію, до якої ви бажаєте перемістити ці записи. Переміщуючи до організації, власність записів передається тій організації. Ви більше не будете єдиним власником цих записів після переміщення."
- },
"collectionsDesc": {
"message": "Редагуйте збірки, з якими цей запис знаходиться в спільному доступі. Лише учасники організацій з доступом до цих збірок матимуть можливість бачити цей запис."
},
@@ -1597,23 +1592,6 @@
}
}
},
- "moveSelectedItemsCountDesc": {
- "message": "Ви вибрали $COUNT$ запис(ів). $MOVEABLE_COUNT$ запис(ів) можна перемістити до організації, $NONMOVEABLE_COUNT$ не можна.",
- "placeholders": {
- "count": {
- "content": "$1",
- "example": "10"
- },
- "moveable_count": {
- "content": "$2",
- "example": "8"
- },
- "nonmoveable_count": {
- "content": "$3",
- "example": "2"
- }
- }
- },
"verificationCodeTotp": {
"message": "Код підтвердження (TOTP)"
},
@@ -2197,7 +2175,7 @@
"message": "Увімкнення двоетапної перевірки може цілком заблокувати доступ до облікового запису Bitwarden. Код відновлення дає вам змогу отримати доступ до свого облікового запису у випадку, якщо ви не можете скористатися провайдером двоетапної перевірки (наприклад, якщо втрачено пристрій). Служба підтримки Bitwarden не зможе допомогти відновити доступ до вашого облікового запису. Ми радимо вам записати чи надрукувати цей код відновлення і зберігати його в надійному місці."
},
"yourSingleUseRecoveryCode": {
- "message": "Your single-use recovery code can be used to turn off two-step login in the event that you lose access to your two-step login provider. Bitwarden recommends you write down the recovery code and keep it in a safe place."
+ "message": "Одноразовий код відновлення можна використати для вимкнення двоетапної перевірки у випадку, якщо ви втратите доступ до вашого провайдера двоетапної перевірки. Bitwarden рекомендує вам записати код відновлення і зберігати його в надійному місці."
},
"viewRecoveryCode": {
"message": "Переглянути код відновлення"
@@ -2238,19 +2216,19 @@
"message": "Керувати"
},
"manageCollection": {
- "message": "Manage collection"
+ "message": "Керувати збіркою"
},
"viewItems": {
- "message": "View items"
+ "message": "Переглянути записи"
},
"viewItemsHidePass": {
- "message": "View items, hidden passwords"
+ "message": "Перегляд записів, прихованих паролів"
},
"editItems": {
- "message": "Edit items"
+ "message": "Редагувати записи"
},
"editItemsHidePass": {
- "message": "Edit items, hidden passwords"
+ "message": "Редагування записів, прихованих паролів"
},
"disable": {
"message": "Вимкнути"
@@ -2259,7 +2237,7 @@
"message": "Відкликати доступ"
},
"revoke": {
- "message": "Revoke"
+ "message": "Відкликати"
},
"twoStepLoginProviderEnabled": {
"message": "Для вашого облікового запису увімкнено цей спосіб двоетапної перевірки."
@@ -2451,7 +2429,7 @@
"message": "Сталася проблема при читанні ключа безпеки. Спробуйте знову."
},
"twoFactorWebAuthnWarning1": {
- "message": "Due to platform limitations, WebAuthn cannot be used on all Bitwarden applications. You should set up another two-step login provider so that you can access your account when WebAuthn cannot be used."
+ "message": "У зв'язку з обмеженнями платформи, WebAuthn не можна використовувати в усіх програмах Bitwarden. Вам слід активувати іншого провайдера двоетапної перевірки, щоб мати змогу отримати доступ до свого облікового запису, коли неможливо скористатися WebAuthn."
},
"twoFactorRecoveryYourCode": {
"message": "Ваш код відновлення двоетапної перевірки Bitwarden"
@@ -4119,10 +4097,10 @@
"message": "Ви використовуєте непідтримуваний браузер. Вебсховище може працювати неправильно."
},
"youHaveAPendingLoginRequest": {
- "message": "You have a pending login request from another device."
+ "message": "Ви маєте запит на вхід до системи з іншого пристрою."
},
"reviewLoginRequest": {
- "message": "Review login request"
+ "message": "Переглянути запит входу"
},
"freeTrialEndPromptCount": {
"message": "Ваш безплатний пробний період завершується через $COUNT$ днів.",
@@ -4219,7 +4197,7 @@
"message": "Якщо вам не вдається отримати доступ до свого облікового запису з використанням звичайної двоетапної перевірки, ви можете скористатися своїм кодом відновлення, щоб вимкнути всіх провайдерів двоетапної перевірки для вашого облікового запису."
},
"logInBelowUsingYourSingleUseRecoveryCode": {
- "message": "Log in below using your single-use recovery code. This will turn off all two-step providers on your account."
+ "message": "Увійдіть в систему нижче, використовуючи одноразовий код відновлення. Ця дія вимкне всіх провайдерів двоетапної перевірки для вашого облікового запису."
},
"recoverAccountTwoStep": {
"message": "Відновити вхід з використанням двоетапної перевірки"
@@ -4513,7 +4491,7 @@
"message": "Неможливо продовжити оновлення ключа шифрування"
},
"editFieldLabel": {
- "message": "Edit $LABEL$",
+ "message": "Редагувати $LABEL$",
"placeholders": {
"label": {
"content": "$1",
@@ -4522,7 +4500,7 @@
}
},
"reorderToggleButton": {
- "message": "Reorder $LABEL$. Use arrow key to move item up or down.",
+ "message": "Перевпорядкувати $LABEL$. Використовуйте клавіші зі стрілками для переміщення.",
"placeholders": {
"label": {
"content": "$1",
@@ -4530,6 +4508,40 @@
}
}
},
+ "reorderFieldUp": {
+ "message": "$LABEL$ переміщено вгору, позиція $INDEX$ з $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
+ "reorderFieldDown": {
+ "message": "$LABEL$ переміщено вниз, позиція $INDEX$ з $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
"keyUpdateFoldersFailed": {
"message": "Не вдалося розшифрувати ваші теки під час оновлення ключа шифрування. Щоб продовжити оновлення, необхідно видалити теки. Якщо ви продовжите, записи у сховищі не будуть видалені."
},
@@ -4802,7 +4814,7 @@
"message": "Встановіть вимоги надійності головного пароля."
},
"passwordStrengthScore": {
- "message": "Password strength score $SCORE$",
+ "message": "Рейтинг надійності пароля $SCORE$",
"placeholders": {
"score": {
"content": "$1",
@@ -5091,14 +5103,14 @@
"message": "Власники організації та адміністратори звільняються від дотримання цієї політики."
},
"limitSendViews": {
- "message": "Limit views"
+ "message": "Ліміт переглядів"
},
"limitSendViewsHint": {
- "message": "No one can view this Send after the limit is reached.",
+ "message": "Ніхто не може переглянути це відправлення після досягнення ліміту.",
"description": "Displayed under the limit views field on Send"
},
"limitSendViewsCount": {
- "message": "$ACCESSCOUNT$ views left",
+ "message": "Залишок переглядів: $ACCESSCOUNT$",
"description": "Displayed under the limit views field on Send",
"placeholders": {
"accessCount": {
@@ -5108,11 +5120,11 @@
}
},
"sendDetails": {
- "message": "Send details",
+ "message": "Подробиці відправлення",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"sendTypeTextToShare": {
- "message": "Text to share"
+ "message": "Текст для поширення"
},
"sendTypeFile": {
"message": "Файл"
@@ -5121,7 +5133,7 @@
"message": "Текст"
},
"sendPasswordDescV3": {
- "message": "Add an optional password for recipients to access this Send.",
+ "message": "За бажання додайте пароль для отримувачів цього відправлення.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"createSend": {
@@ -5149,14 +5161,14 @@
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"deleteSendPermanentConfirmation": {
- "message": "Are you sure you want to permanently delete this Send?",
+ "message": "Ви дійсно хочете остаточно видалити це відправлення?",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"deletionDate": {
"message": "Термін дії"
},
"deletionDateDescV2": {
- "message": "The Send will be permanently deleted on this date.",
+ "message": "Відправлення буде остаточно видалено у вказану дату.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"expirationDate": {
@@ -5206,7 +5218,7 @@
"message": "Очікується видалення"
},
"hideTextByDefault": {
- "message": "Hide text by default"
+ "message": "Типово приховувати текст"
},
"expired": {
"message": "Термін дії завершився"
@@ -5677,7 +5689,7 @@
"message": "При збереженні дат видалення і терміну дії виникла помилка."
},
"hideYourEmail": {
- "message": "Hide your email address from viewers."
+ "message": "Приховати адресу е-пошти від отримувачів."
},
"webAuthnFallbackMsg": {
"message": "Щоб засвідчити ваш 2FA, натисніть кнопку внизу."
@@ -5686,10 +5698,10 @@
"message": "Автентифікація WebAuthn"
},
"readSecurityKey": {
- "message": "Read security key"
+ "message": "Зчитати ключ безпеки"
},
"awaitingSecurityKeyInteraction": {
- "message": "Awaiting security key interaction..."
+ "message": "Очікується взаємодія з ключем безпеки..."
},
"webAuthnNotSupported": {
"message": "WebAuthn не підтримується в цьому браузері."
@@ -6985,7 +6997,7 @@
}
},
"forwaderInvalidOperation": {
- "message": "$SERVICENAME$ refused your request. Please contact your service provider for assistance.",
+ "message": "$SERVICENAME$ відхилив ваш запит. Зверніться до провайдера послуг по допомогу.",
"description": "Displayed when the user is forbidden from using the API by the forwarding service.",
"placeholders": {
"servicename": {
@@ -6995,7 +7007,7 @@
}
},
"forwaderInvalidOperationWithMessage": {
- "message": "$SERVICENAME$ refused your request: $ERRORMESSAGE$",
+ "message": "$SERVICENAME$ відхилив ваш запит: $ERRORMESSAGE$",
"description": "Displayed when the user is forbidden from using the API by the forwarding service with an error message.",
"placeholders": {
"servicename": {
@@ -7238,10 +7250,10 @@
"message": "Для вашого облікового запису необхідна двоетапна перевірка з Duo."
},
"duoTwoFactorRequiredPageSubtitle": {
- "message": "Duo two-step login is required for your account. Follow the steps below to finish logging in."
+ "message": "Для вашого облікового запису необхідно пройти двоетапну перевірку з Duo. Виконайте наведені нижче кроки, щоб завершити вхід."
},
"followTheStepsBelowToFinishLoggingIn": {
- "message": "Follow the steps below to finish logging in."
+ "message": "Виконайте наведені нижче кроки, щоб завершити вхід."
},
"launchDuo": {
"message": "Запустити Duo"
@@ -7264,12 +7276,6 @@
"numberOfUsers": {
"message": "Кількість користувачів"
},
- "loggingInAs": {
- "message": "Вхід у систему як"
- },
- "notYou": {
- "message": "Не ви?"
- },
"pickAnAvatarColor": {
"message": "Оберіть колір аватара"
},
@@ -8393,9 +8399,6 @@
"requestAdminApproval": {
"message": "Запит підтвердження адміністратора"
},
- "approveWithMasterPassword": {
- "message": "Затвердити з головним паролем"
- },
"trustedDeviceEncryption": {
"message": "Шифрування довіреного пристрою"
},
@@ -8610,9 +8613,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "Ваш запит відправлено адміністратору."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "Ви отримаєте сповіщення після затвердження."
- },
"troubleLoggingIn": {
"message": "Проблема під час входу?"
},
@@ -8840,10 +8840,10 @@
"message": "У вас немає доступу до керування цією збіркою."
},
"grantManageCollectionWarningTitle": {
- "message": "Missing Manage Collection Permissions"
+ "message": "Відсутній дозвіл на керування збіркою"
},
"grantManageCollectionWarning": {
- "message": "Grant Manage collection permissions to allow full collection management including deletion of collection."
+ "message": "Надайте дозвіл для можливості повного керування збіркою, включно з видаленням збірки."
},
"grantCollectionAccess": {
"message": "Надайте групам або учасникам доступ до цієї збірки."
@@ -9338,11 +9338,20 @@
"deviceManagementDesc": {
"message": "Налаштуйте керування пристроями для Bitwarden, використовуючи посібник із впровадження для вашої платформи."
},
+ "deviceIdMissing": {
+ "message": "Відсутній ID пристрою"
+ },
+ "deviceTypeMissing": {
+ "message": "Відсутній тип пристрою"
+ },
+ "deviceCreationDateMissing": {
+ "message": "Відсутня дата створення пристрою"
+ },
"desktopRequired": {
- "message": "Desktop required"
+ "message": "Потрібен комп'ютер"
},
"reopenLinkOnDesktop": {
- "message": "Reopen this link from your email on a desktop."
+ "message": "Відкрийте це посилання з електронної пошти на комп'ютері."
},
"integrationCardTooltip": {
"message": "Відкрити посібник із впровадження $INTEGRATION$.",
@@ -9838,13 +9847,13 @@
"message": "Докладніше про Bitwarden API"
},
"fileSend": {
- "message": "File Send"
+ "message": "Відправлення файлу"
},
"fileSends": {
"message": "Відправлення файлів"
},
"textSend": {
- "message": "Text Send"
+ "message": "Відправлення тексту"
},
"textSends": {
"message": "Відправлення тексту"
@@ -10339,36 +10348,66 @@
"organizationNameMaxLength": {
"message": "Назва організації не може перевищувати 50 символів."
},
+ "sshKeyWrongPassword": {
+ "message": "Ви ввели неправильний пароль."
+ },
+ "importSshKey": {
+ "message": "Імпорт"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Підтвердити пароль"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Введіть пароль для ключа SSH."
+ },
+ "enterSshKeyPassword": {
+ "message": "Введіть пароль"
+ },
+ "invalidSshKey": {
+ "message": "Ключ SSH недійсний"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "Тип ключа SSH не підтримується"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Імпортувати ключ із буфера обміну"
+ },
+ "sshKeyImported": {
+ "message": "Ключ SSH успішно імпортовано"
+ },
+ "copySSHPrivateKey": {
+ "message": "Копіювати закритий ключ"
+ },
"openingExtension": {
- "message": "Opening the Bitwarden browser extension"
+ "message": "Відкриття розширення браузера Bitwarden"
},
"somethingWentWrong": {
- "message": "Something went wrong..."
+ "message": "Щось пішло не так..."
},
"openingExtensionError": {
- "message": "We had trouble opening the Bitwarden browser extension. Click the button to open it now."
+ "message": "Виникли проблеми з відкриттям розширення браузера Bitwarden. Натисніть кнопку, щоб відкрити його зараз."
},
"openExtension": {
- "message": "Open extension"
+ "message": "Відкрити розширення"
},
"doNotHaveExtension": {
- "message": "Don't have the Bitwarden browser extension?"
+ "message": "Не встановлено розширення браузера Bitwarden?"
},
"installExtension": {
- "message": "Install extension"
+ "message": "Встановити розширення"
},
"openedExtension": {
- "message": "Opened the browser extension"
+ "message": "Відкрито розширення браузера"
},
"openedExtensionViewAtRiskPasswords": {
- "message": "Successfully opened the Bitwarden browser extension. You can now review your at-risk passwords."
+ "message": "Розширення браузера Bitwarden успішно відкрито. Тепер ви можете переглянути свої ризиковані паролі."
},
"openExtensionManuallyPart1": {
- "message": "We had trouble opening the Bitwarden browser extension. Open the Bitwarden icon",
+ "message": "Виникли проблеми з відкриттям розширення браузера Bitwarden. Відкрийте піктограму Bitwarden",
"description": "This will be used as part of a larger sentence, broken up to include the Bitwarden icon. The full sentence will read 'We had trouble opening the Bitwarden browser extension. Open the Bitwarden icon [Bitwarden Icon] from the toolbar.'"
},
"openExtensionManuallyPart2": {
- "message": "from the toolbar.",
+ "message": "з панелі інструментів.",
"description": "This will be used as part of a larger sentence, broken up to include the Bitwarden icon. The full sentence will read 'We had trouble opening the Bitwarden browser extension. Open the Bitwarden icon [Bitwarden Icon] from the toolbar.'"
},
"resellerRenewalWarningMsg": {
@@ -10430,16 +10469,16 @@
}
},
"accountDeprovisioningNotification": {
- "message": "Administrators now have the ability to delete member accounts that belong to a claimed domain."
+ "message": "Адміністратори тепер мають можливість видаляти облікові записи учасників, що належать до заявленого домену."
},
"deleteManagedUserWarningDesc": {
- "message": "This action will delete the member account including all items in their vault. This replaces the previous Remove action."
+ "message": "Ця дія видалить обліковий запис учасника, включно з усіма записами в сховищі. Ця функція замінює попередню дію вилучення."
},
"deleteManagedUserWarning": {
- "message": "Delete is a new action!"
+ "message": "Видалення – нова дія!"
},
"seatsRemaining": {
- "message": "You have $REMAINING$ seats remaining out of $TOTAL$ seats assigned to this organization. Contact your provider to manage your subscription.",
+ "message": "У вас залишилося $REMAINING$ місць із загальної кількості ($TOTAL$) місць, призначених цій організації. Зверніться до свого провайдера, щоб керувати передплатою.",
"placeholders": {
"remaining": {
"content": "$1",
@@ -10452,19 +10491,19 @@
}
},
"existingOrganization": {
- "message": "Existing organization"
+ "message": "Наявна організація"
},
"selectOrganizationProviderPortal": {
- "message": "Select an organization to add to your Provider Portal."
+ "message": "Виберіть організацію, щоб додати до вашого порталу провайдера."
},
"noOrganizations": {
- "message": "There are no organizations to list"
+ "message": "Немає організацій для показу"
},
"yourProviderSubscriptionCredit": {
- "message": "Your provider subscription will receive a credit for any remaining time in the organization's subscription."
+ "message": "Ваш провайдер отримає кредит за будь-який час, що залишився у передплаті організації."
},
"doYouWantToAddThisOrg": {
- "message": "Do you want to add this organization to $PROVIDER$?",
+ "message": "Ви хочете додати цю організацію до $PROVIDER$?",
"placeholders": {
"provider": {
"content": "$1",
@@ -10473,22 +10512,22 @@
}
},
"addedExistingOrganization": {
- "message": "Added existing organization"
+ "message": "Додано наявну організацію"
},
"assignedExceedsAvailable": {
- "message": "Assigned seats exceed available seats."
+ "message": "Призначені місця перевищують доступні місця."
},
"changeAtRiskPassword": {
- "message": "Change at-risk password"
+ "message": "Змінити ризикований пароль"
},
"removeUnlockWithPinPolicyTitle": {
- "message": "Remove Unlock with PIN"
+ "message": "Вилучити розблокування з PIN-кодом"
},
"removeUnlockWithPinPolicyDesc": {
- "message": "Do not allow members to unlock their account with a PIN."
+ "message": "Не дозволяти учасникам розблокувати свій обліковий запис за допомогою PIN-коду."
},
"limitedEventLogs": {
- "message": "$PRODUCT_TYPE$ plans do not have access to real event logs",
+ "message": "Тарифні плани $PRODUCT_TYPE$ не мають доступу до реальних журналів подій",
"placeholders": {
"product_type": {
"content": "$1",
@@ -10497,12 +10536,15 @@
}
},
"upgradeForFullEvents": {
- "message": "Get full access to organization event logs by upgrading to a Teams or Enterprise plan."
+ "message": "Отримайте повний доступ до журналу подій організації, передплативши тарифний план Teams або Enterprise."
},
"upgradeEventLogTitle": {
- "message": "Upgrade for real event log data"
+ "message": "Оновіть тарифний план, щоб переглядати реальні дані журналу подій"
},
"upgradeEventLogMessage": {
- "message": "These events are examples only and do not reflect real events within your Bitwarden organization."
+ "message": "Ці події є лише зразками. Вони не відображають реальних подій у вашій організації Bitwarden."
+ },
+ "cannotCreateCollection": {
+ "message": "Безплатні організації можуть мати до 2 збірок. Передплатіть тарифний план, щоб додати більше збірок."
}
}
diff --git a/apps/web/src/locales/vi/messages.json b/apps/web/src/locales/vi/messages.json
index 6310cf5a53e..f0a0215f823 100644
--- a/apps/web/src/locales/vi/messages.json
+++ b/apps/web/src/locales/vi/messages.json
@@ -428,6 +428,9 @@
"dragToSort": {
"message": "Kéo để sắp xếp"
},
+ "dragToReorder": {
+ "message": "Drag to reorder"
+ },
"cfTypeText": {
"message": "Văn bản"
},
@@ -470,6 +473,19 @@
"editFolder": {
"message": "Chỉnh sửa thư mục"
},
+ "editWithName": {
+ "message": "Edit $ITEM$: $NAME$",
+ "placeholders": {
+ "item": {
+ "content": "$1",
+ "example": "login"
+ },
+ "name": {
+ "content": "$2",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "New folder"
},
@@ -863,9 +879,6 @@
"filter": {
"message": "Bộ lọc"
},
- "moveSelectedToOrg": {
- "message": "Chuyển mục đã chọn tới Tổ chức"
- },
"deleteSelected": {
"message": "Xóa mục đã chọn"
},
@@ -921,15 +934,6 @@
}
}
},
- "movedItemsToOrg": {
- "message": "Đã di chuyển các mục đã chọn đến $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Items moved to $ORGNAME$",
"placeholders": {
@@ -1270,12 +1274,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Enter your account email address and your password hint will be sent to you"
},
- "passwordHint": {
- "message": "Gợi ý mật khẩu"
- },
- "enterEmailToGetHint": {
- "message": "Nhập địa chỉ email của tài khoản bạn để nhận gợi ý mật khẩu."
- },
"getMasterPasswordHint": {
"message": "Nhận gợi ý mật khẩu chính"
},
@@ -1561,9 +1559,6 @@
"moveToOrgDesc": {
"message": "Choose an organization that you wish to move this item to. Moving to an organization transfers ownership of the item to that organization. You will no longer be the direct owner of this item once it has been moved."
},
- "moveManyToOrgDesc": {
- "message": "Choose an organization that you wish to move these items to. Moving to an organization transfers ownership of the items to that organization. You will no longer be the direct owner of these items once they have been moved."
- },
"collectionsDesc": {
"message": "Chỉnh sửa những bộ sưu tập mà bạn có chia sẻ mục này. Chỉ những thành viên của tổ chức có quyền quản lý những bộ sưu tập đó mới có thể xem được mục này."
},
@@ -1597,23 +1592,6 @@
}
}
},
- "moveSelectedItemsCountDesc": {
- "message": "You have selected $COUNT$ item(s). $MOVEABLE_COUNT$ item(s) can be moved to an organization, $NONMOVEABLE_COUNT$ cannot.",
- "placeholders": {
- "count": {
- "content": "$1",
- "example": "10"
- },
- "moveable_count": {
- "content": "$2",
- "example": "8"
- },
- "nonmoveable_count": {
- "content": "$3",
- "example": "2"
- }
- }
- },
"verificationCodeTotp": {
"message": "Mã xác thực (TOTP)"
},
@@ -4530,6 +4508,40 @@
}
}
},
+ "reorderFieldUp": {
+ "message": "$LABEL$ moved up, position $INDEX$ of $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
+ "reorderFieldDown": {
+ "message": "$LABEL$ moved down, position $INDEX$ of $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
"keyUpdateFoldersFailed": {
"message": "Khi cập nhật khóa mã hóa, các thư mục của bạn không thể được giải mã. Để tiếp tục cập nhật, các thư mục của bạn phải bị xóa. Sẽ không có mục nào bị xóa nếu bạn tiếp tục."
},
@@ -7264,12 +7276,6 @@
"numberOfUsers": {
"message": "Số lượng người dùng"
},
- "loggingInAs": {
- "message": "Logging in as"
- },
- "notYou": {
- "message": "Not you?"
- },
"pickAnAvatarColor": {
"message": "Pick an avatar color"
},
@@ -8393,9 +8399,6 @@
"requestAdminApproval": {
"message": "Request admin approval"
},
- "approveWithMasterPassword": {
- "message": "Approve with master password"
- },
"trustedDeviceEncryption": {
"message": "Trusted device encryption"
},
@@ -8610,9 +8613,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "Your request has been sent to your admin."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "You will be notified once approved."
- },
"troubleLoggingIn": {
"message": "Trouble logging in?"
},
@@ -9338,6 +9338,15 @@
"deviceManagementDesc": {
"message": "Configure device management for Bitwarden using the implementation guide for your platform."
},
+ "deviceIdMissing": {
+ "message": "Device ID is missing"
+ },
+ "deviceTypeMissing": {
+ "message": "Device type is missing"
+ },
+ "deviceCreationDateMissing": {
+ "message": "Device creation date is missing"
+ },
"desktopRequired": {
"message": "Desktop required"
},
@@ -10339,6 +10348,36 @@
"organizationNameMaxLength": {
"message": "Organization name cannot exceed 50 characters."
},
+ "sshKeyWrongPassword": {
+ "message": "The password you entered is incorrect."
+ },
+ "importSshKey": {
+ "message": "Import"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Confirm password"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Enter the password for the SSH key."
+ },
+ "enterSshKeyPassword": {
+ "message": "Enter password"
+ },
+ "invalidSshKey": {
+ "message": "The SSH key is invalid"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "The SSH key type is not supported"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Import key from clipboard"
+ },
+ "sshKeyImported": {
+ "message": "SSH key imported successfully"
+ },
+ "copySSHPrivateKey": {
+ "message": "Copy private key"
+ },
"openingExtension": {
"message": "Opening the Bitwarden browser extension"
},
@@ -10504,5 +10543,8 @@
},
"upgradeEventLogMessage": {
"message": "These events are examples only and do not reflect real events within your Bitwarden organization."
+ },
+ "cannotCreateCollection": {
+ "message": "Free organizations may have up to 2 collections. Upgrade to a paid plan to add more collections."
}
}
diff --git a/apps/web/src/locales/zh_CN/messages.json b/apps/web/src/locales/zh_CN/messages.json
index c4c9d626304..08a610c47ce 100644
--- a/apps/web/src/locales/zh_CN/messages.json
+++ b/apps/web/src/locales/zh_CN/messages.json
@@ -9,7 +9,7 @@
"message": "没有关键应用程序存在风险"
},
"accessIntelligence": {
- "message": "Access Intelligence"
+ "message": "智慧访问"
},
"riskInsights": {
"message": "风险洞察"
@@ -428,6 +428,9 @@
"dragToSort": {
"message": "拖动排序"
},
+ "dragToReorder": {
+ "message": "拖动以重新排序"
+ },
"cfTypeText": {
"message": "文本型"
},
@@ -470,6 +473,19 @@
"editFolder": {
"message": "编辑文件夹"
},
+ "editWithName": {
+ "message": "编辑 $ITEM$:$NAME$",
+ "placeholders": {
+ "item": {
+ "content": "$1",
+ "example": "login"
+ },
+ "name": {
+ "content": "$2",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "新增文件夹"
},
@@ -863,9 +879,6 @@
"filter": {
"message": "筛选"
},
- "moveSelectedToOrg": {
- "message": "移动所选到组织"
- },
"deleteSelected": {
"message": "删除所选"
},
@@ -921,15 +934,6 @@
}
}
},
- "movedItemsToOrg": {
- "message": "所选项目已移动到 $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "项目已移动到 $ORGNAME$",
"placeholders": {
@@ -1270,12 +1274,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "输入您的账户电子邮箱地址,您的密码提示将发送给您"
},
- "passwordHint": {
- "message": "密码提示"
- },
- "enterEmailToGetHint": {
- "message": "请输入您的账户电子邮箱地址来接收主密码提示。"
- },
"getMasterPasswordHint": {
"message": "获取主密码提示"
},
@@ -1561,9 +1559,6 @@
"moveToOrgDesc": {
"message": "选择一个您想将此项目移至的组织。移动到组织会将该项目的所有权转让给该组织。移动后,您将不再是此项目的直接所有者。"
},
- "moveManyToOrgDesc": {
- "message": "选择一个您想将这些项目移至的组织。移动到组织会将这些项目的所有权转让给该组织。移动后,您将不再是这些项目的直接所有者。"
- },
"collectionsDesc": {
"message": "编辑与其共享此项目的集合。只有具有这些集合访问权限的组织用户才能看到此项目。"
},
@@ -1597,23 +1592,6 @@
}
}
},
- "moveSelectedItemsCountDesc": {
- "message": "您选择了 $COUNT$ 个项目。$MOVEABLE_COUNT$ 个项目可以移动到组织,$NONMOVEABLE_COUNT$ 不能。",
- "placeholders": {
- "count": {
- "content": "$1",
- "example": "10"
- },
- "moveable_count": {
- "content": "$2",
- "example": "8"
- },
- "nonmoveable_count": {
- "content": "$3",
- "example": "2"
- }
- }
- },
"verificationCodeTotp": {
"message": "验证码 (TOTP)"
},
@@ -2109,7 +2087,7 @@
"message": "偏好设置"
},
"preferencesDesc": {
- "message": "自定义您的网页版密码库。"
+ "message": "自定义您的网页密码库。"
},
"preferencesUpdated": {
"message": "偏好设置已保存"
@@ -2154,7 +2132,7 @@
"message": "新增自定义域名"
},
"newCustomDomainDesc": {
- "message": "输入用逗号分隔的域名列表。只能输入「基础」域名,不要输入子域名。例如,输入「google.com」而不是「www.google.com」。您也可以输入「androidapp://package.name」以将 Android App 与其他网站域名关联。"
+ "message": "输入用逗号分隔的域名列表。只支持「基础」域名,不要输入子域名。例如,输入「google.com」而不是「www.google.com」。您也可以输入「androidapp://package.name」以将 Android App 与其他网站域名关联。"
},
"customDomainX": {
"message": "自定义域名 $INDEX$",
@@ -2337,7 +2315,7 @@
"message": "由于平台限制,YubiKey 不能在所有 Bitwarden 应用程序上使用。您应该启用另一个两步登录提供程序,以便在无法使用 YubiKey 时可以访问您的账户。支持的平台:"
},
"twoFactorYubikeySupportUsb": {
- "message": "具有可使用 YubiKey 的 USB 端口的设备上的网页版密码库、桌面应用程序、CLI 以及浏览器扩展。"
+ "message": "具有可使用 YubiKey 的 USB 端口的设备上的网页密码库、桌面应用程序、CLI 以及浏览器扩展。"
},
"twoFactorYubikeySupportMobile": {
"message": "具有 NFC 功能或可使用 YubiKey 的数据端口的设备上的移动 App。"
@@ -2439,7 +2417,7 @@
"message": "由于平台限制,FIDO U2F 不能在所有 Bitwarden 应用程序上使用。您应该启用另一个两步登录提供程序,以便在无法使用 FIDO U2F 时可以访问您的账户。支持的平台:"
},
"twoFactorU2fSupportWeb": {
- "message": "桌面/笔记本电脑上支持 U2F 的浏览器(开启了 FIDO U2F 的 Chrome、Opera、Vivaldi 或 Firefox)中的网页版密码库和浏览器扩展。"
+ "message": "桌面/笔记本电脑上支持 U2F 的浏览器(开启了 FIDO U2F 的 Chrome、Opera、Vivaldi 或 Firefox)中的网页密码库和浏览器扩展。"
},
"twoFactorU2fWaiting": {
"message": "等待您触摸安全密钥上的按钮"
@@ -2713,7 +2691,7 @@
"description": "Add more credit to your account's balance."
},
"amount": {
- "message": "合计",
+ "message": "金额",
"description": "Dollar amount, or quantity."
},
"creditDelayed": {
@@ -3020,7 +2998,7 @@
"message": "移除存储空间将会调整计费总金额,这笔调整费用将按比例作为信用额度抵扣您的下一笔账单费用。"
},
"adjustedStorage": {
- "message": "已调整 $AMOUNT$ GB 的存储空间。",
+ "message": "调整了 $AMOUNT$ GB 存储空间。",
"placeholders": {
"amount": {
"content": "$1",
@@ -3268,7 +3246,7 @@
}
},
"trialConfirmationEmail": {
- "message": "我们已经发送了一封确认邮件到您的团队的计费电子邮箱 "
+ "message": "我们已经发送了一封确认邮件到您团队的计费电子邮箱 "
},
"monthly": {
"message": "每月"
@@ -4116,7 +4094,7 @@
"message": "正在生成风险洞察..."
},
"updateBrowserDesc": {
- "message": "您使用的是不受支持的 Web 浏览器。网页密码库可能无法正常运行。"
+ "message": "您使用的是不受支持的网页浏览器。网页密码库可能无法正常运行。"
},
"youHaveAPendingLoginRequest": {
"message": "您有一个来自其他设备的待处理登录请求。"
@@ -4387,7 +4365,7 @@
"description": "Seat = User Seat"
},
"subscriptionDesc": {
- "message": "调整订阅将导致按比例调整您的计费总金额。如果新邀请的用户超过了您的订阅席位,您将立即收到按比例的额外用户费用。"
+ "message": "调整订阅将导致按比例调整您的计费总金额。如果新邀请的用户超过了您的订阅席位,您将立即收到按比例的附加用户费用。"
},
"subscriptionUserSeats": {
"message": "您的订阅一共允许 $COUNT$ 位成员。",
@@ -4414,10 +4392,10 @@
"message": "附加选项"
},
"additionalOptionsDesc": {
- "message": "如需更多订阅管理的帮助,请联系客服支持。"
+ "message": "如需更多管理您的订阅的帮助,请联系客服支持。"
},
"subscriptionUserSeatsUnlimitedAutoscale": {
- "message": "调整订阅将导致按比例调整您的计费总金额。如果新邀请的成员超过了您的订阅席位,您将立即收到按比例的额外成员费用。"
+ "message": "调整订阅将导致按比例调整您的计费总金额。如果新邀请的成员超过了您的订阅席位,您将立即收到按比例的附加成员费用。"
},
"smStandaloneTrialSeatCountUpdateMessageFragment1": {
"message": "如果您想要添加额外的"
@@ -4426,7 +4404,7 @@
"message": "无捆绑优惠的席位,请联系"
},
"subscriptionUserSeatsLimitedAutoscale": {
- "message": "调整订阅将导致按比例调整您的计费总金额。如果新邀请的成员超过了您的订阅席位,您将立即收到按比例的额外成员费用,直到达到您的 $MAX$ 席位限制。",
+ "message": "调整订阅将导致按比例调整您的计费总金额。如果新邀请的成员超过了您的订阅席位,您将立即收到按比例的附加成员费用,直到达到您的 $MAX$ 席位限制。",
"placeholders": {
"max": {
"content": "$1",
@@ -4530,6 +4508,40 @@
}
}
},
+ "reorderFieldUp": {
+ "message": "$LABEL$ 已上移,位置 $INDEX$ / $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
+ "reorderFieldDown": {
+ "message": "$LABEL$ 已下移,位置 $INDEX$ / $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
"keyUpdateFoldersFailed": {
"message": "更新加密密钥时,无法解密您的文件夹。要继续更新,必须删除文件夹。继续操作不会删除任何密码库项目。"
},
@@ -5394,7 +5406,7 @@
"message": "组织的所有者和管理员不受此策略的约束。"
},
"personalOwnershipSubmitError": {
- "message": "由于某个企业策略,您不能将项目保存到您的个人密码库。将所有权选项更改为组织,并从可用的集合中选择。"
+ "message": "由于某个企业策略,您不能将项目保存到您的个人密码库。请将所有权选项更改为组织,然后选择可用的集合。"
},
"disableSend": {
"message": "禁用 Send"
@@ -6068,7 +6080,7 @@
"message": "为允许的应用程序自动登录用户"
},
"automaticAppLoginDesc": {
- "message": "从您配置的身份提供程序启动的 App 的登录表单将自动填写并提交。"
+ "message": "从您配置的身份提供程序启动的 App 的登录表单将自动填充并提交。"
},
"automaticAppLoginIdpHostLabel": {
"message": "身份提供程序主机"
@@ -7151,7 +7163,7 @@
"message": "输入的不是电子邮箱地址。"
},
"inputMinLength": {
- "message": "至少输入 $COUNT$ 个字符。",
+ "message": "输入长度不能低于 $COUNT$ 个字符。",
"placeholders": {
"count": {
"content": "$1",
@@ -7264,12 +7276,6 @@
"numberOfUsers": {
"message": "用户数量"
},
- "loggingInAs": {
- "message": "正登录为"
- },
- "notYou": {
- "message": "不是您吗?"
- },
"pickAnAvatarColor": {
"message": "选择头像颜色"
},
@@ -7825,7 +7831,7 @@
"message": "自动域名验证"
},
"automaticDomainVerificationProcess": {
- "message": "Bitwarden 将尝试在 72 小时内验证此域名 3 次。如果此域名无法验证,请检查您的主机中的 DNS 记录并手动验证。如果此域名未通过验证,7 天内将从您的组织中移除。"
+ "message": "Bitwarden 将在最初的 72 小时内尝试验证域名 3 次。如果此域名无法验证,请检查您主机中的 DNS 记录并手动验证。如果此域名在 7 天内未验证,它将被从您的组织中移除。"
},
"invalidDomainNameMessage": {
"message": "输入的格式无效。格式:mydomain.com。子域名需要单独的条目进行验证。"
@@ -7915,7 +7921,7 @@
}
},
"domainNotVerifiedEvent": {
- "message": "$DOMAIN$ 无法验证",
+ "message": "$DOMAIN$ 未验证",
"placeholders": {
"DOMAIN": {
"content": "$1",
@@ -8023,7 +8029,7 @@
}
},
"teamsStarterPlanInvLimitReachedNoManageBilling": {
- "message": "团队入门版计划最多拥有 $SEATCOUNT$ 位成员。要升级您的计划及邀请更多成员,请联系您的组织所有者。",
+ "message": "团队入门版计划最多拥有 $SEATCOUNT$ 位成员。要升级您的计划并邀请更多成员,请联系您的组织所有者。",
"placeholders": {
"seatcount": {
"content": "$1",
@@ -8032,7 +8038,7 @@
}
},
"freeOrgMaxCollectionReachedManageBilling": {
- "message": "免费组织最多拥有 $COLLECTIONCOUNT$ 个集合。升级到付费计划以添加更多集合。",
+ "message": "免费组织最多拥有 $COLLECTIONCOUNT$ 个集合。要添加更多集合,请升级到付费计划。",
"placeholders": {
"COLLECTIONCOUNT": {
"content": "$1",
@@ -8346,7 +8352,7 @@
"message": "忽略"
},
"notAvailableForFreeOrganization": {
- "message": "此功能不适用于免费组织。请联系您的组织所有者寻求升级。"
+ "message": "此功能不适用于免费组织。请联系您的组织所有者升级。"
},
"smProjectSecretsNoItemsNoAccess": {
"message": "请联系您的组织的管理员来管理此工程的机密。",
@@ -8393,9 +8399,6 @@
"requestAdminApproval": {
"message": "请求管理员批准"
},
- "approveWithMasterPassword": {
- "message": "使用主密码批准"
- },
"trustedDeviceEncryption": {
"message": "受信任设备加密"
},
@@ -8610,9 +8613,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "您的请求已发送给您的管理员。"
},
- "youWillBeNotifiedOnceApproved": {
- "message": "批准后,您将收到通知。"
- },
"troubleLoggingIn": {
"message": "登录遇到问题吗?"
},
@@ -8828,10 +8828,10 @@
"message": "已达到席位限制"
},
"contactYourProvider": {
- "message": "请联系您的提供商购买更多席位。"
+ "message": "请联系您的提供商购买附加席位。"
},
"seatLimitReachedContactYourProvider": {
- "message": "已达到席位限制。请联系您的提供商购买更多席位。"
+ "message": "已达到席位限制。请联系您的提供商购买附加席位。"
},
"collectionAccessRestricted": {
"message": "集合访问权限受限"
@@ -9338,6 +9338,15 @@
"deviceManagementDesc": {
"message": "使用适合您平台的实施指南为 Bitwarden 配置设备管理。"
},
+ "deviceIdMissing": {
+ "message": "缺少设备 ID"
+ },
+ "deviceTypeMissing": {
+ "message": "缺少设备类型"
+ },
+ "deviceCreationDateMissing": {
+ "message": "缺少设备创建日期"
+ },
"desktopRequired": {
"message": "需要桌面端"
},
@@ -9892,7 +9901,7 @@
}
},
"familiesPlanInvLimitReachedNoManageBilling": {
- "message": "家庭组织最多拥有 $SEATCOUNT$ 位成员。要升级,请联系您的组织所有者。",
+ "message": "家庭组织最多拥有 $SEATCOUNT$ 位成员。请联系您的组织所有者升级。",
"placeholders": {
"seatcount": {
"content": "$1",
@@ -10012,7 +10021,7 @@
"message": "当前"
},
"secretsManagerSubscriptionInfo": {
- "message": "您的机密管理器订阅将根据选定的计划升级"
+ "message": "您的机密管理器订阅将基于选择的计划升级"
},
"bitwardenPasswordManager": {
"message": "Bitwarden 密码管理器"
@@ -10264,16 +10273,16 @@
"message": "重新声明域名"
},
"claimDomainNameInputHint": {
- "message": "示例:mydomain.com。子域名需要单独的条目才能声明。"
+ "message": "示例:mydomain.com。子域名需要单独的条目进行声明。"
},
"automaticClaimedDomains": {
"message": "自动声明域名"
},
"automaticDomainClaimProcess": {
- "message": "Bitwarden 将在前 72 小时内尝试声明域名 3 次。如果无法声明此域名,请检查主机中的 DNS 记录并手动声明。如果未声明,该域名将在 7 天内从您的组织中移除。"
+ "message": "Bitwarden 将在最初的 72 小时内尝试声明域名 3 次。如果此域名无法声明,请检查您主机中的 DNS 记录并手动声明。如果此域名在 7 天内未声明,它将被从您的组织中移除。"
},
"domainNotClaimed": {
- "message": "$DOMAIN$ 未声明。请检查 DNS 记录。",
+ "message": "$DOMAIN$ 无法声明。请检查您的 DNS 记录。",
"placeholders": {
"DOMAIN": {
"content": "$1",
@@ -10291,7 +10300,7 @@
"message": "声明一个域名,以拥有电子邮箱地址与该域名匹配的所有成员账户。成员登录时将可以跳过 SSO 标识符。管理员也可以删除成员账户。"
},
"invalidDomainNameClaimMessage": {
- "message": "输入的格式无效。格式:mydomain.com。子域名需要单独的条目才能声明。"
+ "message": "输入的格式无效。格式:mydomain.com。子域名需要单独的条目进行声明。"
},
"domainClaimedEvent": {
"message": "$DOMAIN$ 已声明",
@@ -10339,6 +10348,36 @@
"organizationNameMaxLength": {
"message": "组织名称不能超过 50 个字符。"
},
+ "sshKeyWrongPassword": {
+ "message": "您输入的密码不正确。"
+ },
+ "importSshKey": {
+ "message": "导入"
+ },
+ "confirmSshKeyPassword": {
+ "message": "确认密码"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "输入 SSH 密钥的密码。"
+ },
+ "enterSshKeyPassword": {
+ "message": "输入密码"
+ },
+ "invalidSshKey": {
+ "message": "此 SSH 密钥无效"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "不支持此 SSH 密钥类型"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "从剪贴板导入密钥"
+ },
+ "sshKeyImported": {
+ "message": "SSH 密钥导入成功"
+ },
+ "copySSHPrivateKey": {
+ "message": "复制私钥"
+ },
"openingExtension": {
"message": "正在打开 Bitwarden 浏览器扩展"
},
@@ -10504,5 +10543,8 @@
},
"upgradeEventLogMessage": {
"message": "这些事件仅为示例,并不反映您 Bitwarden 组织内的真实事件。"
+ },
+ "cannotCreateCollection": {
+ "message": "免费组织最多拥有 2 个集合。要添加更多集合,请升级到付费计划。"
}
}
diff --git a/apps/web/src/locales/zh_TW/messages.json b/apps/web/src/locales/zh_TW/messages.json
index 89b7b7f20e4..beca8f74485 100644
--- a/apps/web/src/locales/zh_TW/messages.json
+++ b/apps/web/src/locales/zh_TW/messages.json
@@ -428,6 +428,9 @@
"dragToSort": {
"message": "透過拖曳來排序"
},
+ "dragToReorder": {
+ "message": "Drag to reorder"
+ },
"cfTypeText": {
"message": "文字型"
},
@@ -470,6 +473,19 @@
"editFolder": {
"message": "編輯資料夾"
},
+ "editWithName": {
+ "message": "Edit $ITEM$: $NAME$",
+ "placeholders": {
+ "item": {
+ "content": "$1",
+ "example": "login"
+ },
+ "name": {
+ "content": "$2",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "New folder"
},
@@ -863,9 +879,6 @@
"filter": {
"message": "篩選"
},
- "moveSelectedToOrg": {
- "message": "移動所選至組織"
- },
"deleteSelected": {
"message": "刪除所選"
},
@@ -921,15 +934,6 @@
}
}
},
- "movedItemsToOrg": {
- "message": "將已選取項目移動至 $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Items moved to $ORGNAME$",
"placeholders": {
@@ -1270,12 +1274,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Enter your account email address and your password hint will be sent to you"
},
- "passwordHint": {
- "message": "密碼提示"
- },
- "enterEmailToGetHint": {
- "message": "請輸入您的帳户電子郵件地址以接收主密碼提示。"
- },
"getMasterPasswordHint": {
"message": "取得主密碼提示"
},
@@ -1561,9 +1559,6 @@
"moveToOrgDesc": {
"message": "選擇您希望將這個項目移動至哪個組織。項目的擁有權將會轉移至該組織。轉移之後,您將不再是此項目的直接擁有者。"
},
- "moveManyToOrgDesc": {
- "message": "選擇您希望將這些項目移動至哪個組織。項目的擁有權將會轉移至該組織。轉移之後,您將不再是這些項目的直接擁有者。"
- },
"collectionsDesc": {
"message": "編輯與此項目共享的集合。只有具有這些集合存取權限的組織使用者才能夠看到此項目。"
},
@@ -1597,23 +1592,6 @@
}
}
},
- "moveSelectedItemsCountDesc": {
- "message": "你選擇了 $COUNT$ 個項目。當中有 $MOVEABLE_COUNT$ 個項目可移動到組織當中,而有 $NONMOVEABLE_COUNT$ 個無法移動。",
- "placeholders": {
- "count": {
- "content": "$1",
- "example": "10"
- },
- "moveable_count": {
- "content": "$2",
- "example": "8"
- },
- "nonmoveable_count": {
- "content": "$3",
- "example": "2"
- }
- }
- },
"verificationCodeTotp": {
"message": "驗證碼 (TOTP)"
},
@@ -4530,6 +4508,40 @@
}
}
},
+ "reorderFieldUp": {
+ "message": "$LABEL$ moved up, position $INDEX$ of $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
+ "reorderFieldDown": {
+ "message": "$LABEL$ moved down, position $INDEX$ of $LENGTH$",
+ "placeholders": {
+ "label": {
+ "content": "$1",
+ "example": "Custom field"
+ },
+ "index": {
+ "content": "$2",
+ "example": "1"
+ },
+ "length": {
+ "content": "$3",
+ "example": "3"
+ }
+ }
+ },
"keyUpdateFoldersFailed": {
"message": "When updating your encryption key, your folders could not be decrypted. To continue with the update, your folders must be deleted. No vault items will be deleted if you proceed."
},
@@ -7264,12 +7276,6 @@
"numberOfUsers": {
"message": "使用者數量"
},
- "loggingInAs": {
- "message": "正登入為"
- },
- "notYou": {
- "message": "不是您嗎?"
- },
"pickAnAvatarColor": {
"message": "選擇頭像顏色"
},
@@ -8393,9 +8399,6 @@
"requestAdminApproval": {
"message": "要求管理員核准"
},
- "approveWithMasterPassword": {
- "message": "使用主密碼核准"
- },
"trustedDeviceEncryption": {
"message": "可信任的裝置加密"
},
@@ -8610,9 +8613,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "您的要求已傳送給您的管理員"
},
- "youWillBeNotifiedOnceApproved": {
- "message": "核准後將通知您。"
- },
"troubleLoggingIn": {
"message": "登入時遇到困難?"
},
@@ -9338,6 +9338,15 @@
"deviceManagementDesc": {
"message": "Configure device management for Bitwarden using the implementation guide for your platform."
},
+ "deviceIdMissing": {
+ "message": "Device ID is missing"
+ },
+ "deviceTypeMissing": {
+ "message": "Device type is missing"
+ },
+ "deviceCreationDateMissing": {
+ "message": "Device creation date is missing"
+ },
"desktopRequired": {
"message": "Desktop required"
},
@@ -10339,6 +10348,36 @@
"organizationNameMaxLength": {
"message": "Organization name cannot exceed 50 characters."
},
+ "sshKeyWrongPassword": {
+ "message": "The password you entered is incorrect."
+ },
+ "importSshKey": {
+ "message": "Import"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Confirm password"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Enter the password for the SSH key."
+ },
+ "enterSshKeyPassword": {
+ "message": "Enter password"
+ },
+ "invalidSshKey": {
+ "message": "The SSH key is invalid"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "The SSH key type is not supported"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Import key from clipboard"
+ },
+ "sshKeyImported": {
+ "message": "SSH key imported successfully"
+ },
+ "copySSHPrivateKey": {
+ "message": "Copy private key"
+ },
"openingExtension": {
"message": "Opening the Bitwarden browser extension"
},
@@ -10504,5 +10543,8 @@
},
"upgradeEventLogMessage": {
"message": "These events are examples only and do not reflect real events within your Bitwarden organization."
+ },
+ "cannotCreateCollection": {
+ "message": "Free organizations may have up to 2 collections. Upgrade to a paid plan to add more collections."
}
}
diff --git a/apps/web/src/scss/buttons.scss b/apps/web/src/scss/buttons.scss
index 881f853e76f..f026aa898e7 100644
--- a/apps/web/src/scss/buttons.scss
+++ b/apps/web/src/scss/buttons.scss
@@ -184,7 +184,8 @@
}
}
-button.no-btn {
+button.no-btn,
+a.no-btn {
background: transparent;
border: none;
padding: 0;
diff --git a/bitwarden_license/bit-web/src/app/admin-console/organizations/manage/domain-verification/domain-add-edit-dialog/domain-add-edit-dialog.component.html b/bitwarden_license/bit-web/src/app/admin-console/organizations/manage/domain-verification/domain-add-edit-dialog/domain-add-edit-dialog.component.html
index 7226c957598..7df5953c56a 100644
--- a/bitwarden_license/bit-web/src/app/admin-console/organizations/manage/domain-verification/domain-add-edit-dialog/domain-add-edit-dialog.component.html
+++ b/bitwarden_license/bit-web/src/app/admin-console/organizations/manage/domain-verification/domain-add-edit-dialog/domain-add-edit-dialog.component.html
@@ -7,25 +7,27 @@
{{ "newDomain" | i18n }}
+ {{ ((accountDeprovisioningEnabled$ | async) ? "claimDomain" : "verifyDomain") | i18n }}
+
+
+
+ {{ data.orgDomain.domainName }}
+
+
+
{{
- ((accountDeprovisioningEnabled$ | async) ? "claimDomain" : "verifyDomain") | i18n
- }}
-
- {{
- data.orgDomain.domainName
- }}
-
- {{
- ((accountDeprovisioningEnabled$ | async)
- ? "domainStatusUnderVerification"
- : "domainStatusUnverified"
- ) | i18n
- }}
- {{
- ((accountDeprovisioningEnabled$ | async) ? "domainStatusClaimed" : "domainStatusVerified")
- | i18n
- }}
+ ((accountDeprovisioningEnabled$ | async)
+ ? "domainStatusUnderVerification"
+ : "domainStatusUnverified"
+ ) | i18n
+ }}
+
+
+ {{
+ ((accountDeprovisioningEnabled$ | async) ? "domainStatusClaimed" : "domainStatusVerified")
+ | i18n
+ }}
+