Autosync the updated translations (#4642)

Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2023-02-03 14:45:00 +01:00 committed by GitHub
parent b256e6f67a
commit bfa79defdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
58 changed files with 11426 additions and 1620 deletions

View File

@ -1149,7 +1149,7 @@
} }
}, },
"kdfIterationsWarning": { "kdfIterationsWarning": {
"message": "Setting your KDF iterations too high could result in poor performance when logging into (and unlocking) Bitwarden on devices with slower CPUs. We recommend that you increase the value in increments of $INCREMENT$ and then test all of your devices.", "message": "Setting your KDF iterations too high could result in poor performance when logging into (and unlocking) Bitwarden on slower or older devices. We recommend that you increase the value in increments of $INCREMENT$ and then test all of your devices.",
"placeholders": { "placeholders": {
"increment": { "increment": {
"content": "$1", "content": "$1",
@ -1157,6 +1157,19 @@
} }
} }
}, },
"kdfMemory": {
"message": "KDF memory (MB)",
"description": "Memory refers to computer memory (RAM). MB is short for megabytes."
},
"argon2Warning": {
"message": "Setting your KDF iterations, memory, and parallelism too high could result in poor performance when logging into (and unlocking) Bitwarden on slower or older devices. We recommend changing these individually in small increments and then test all of your devices."
},
"kdfParallelism": {
"message": "KDF parallelism"
},
"argon2Desc": {
"message": "Higher KDF iterations, memory, and parallelism can help protect your master password from being brute forced by an attacker."
},
"changeKdf": { "changeKdf": {
"message": "Verander KDF" "message": "Verander KDF"
}, },
@ -2044,6 +2057,9 @@
"manageSubscription": { "manageSubscription": {
"message": "Bestuur intekening" "message": "Bestuur intekening"
}, },
"launchCloudSubscription": {
"message": "Launch Cloud Subscription"
},
"storage": { "storage": {
"message": "Berging" "message": "Berging"
}, },
@ -5225,11 +5241,8 @@
"billingSyncApiKeyRotated": { "billingSyncApiKeyRotated": {
"message": "Teken is geroteer." "message": "Teken is geroteer."
}, },
"billingSync": {
"message": "Faktureringsinchronisering"
},
"billingSyncDesc": { "billingSyncDesc": {
"message": "Billing sync provides Free Families plans for members and advanced billing capabilities by linking your self-hosted Bitwarden to the Bitwarden cloud server." "message": "Billing sync unlocks Families sponsorships and automatic license syncing on your server. After making updates in the Bitwarden cloud server, select Sync License to apply changes."
}, },
"billingSyncKeyDesc": { "billingSyncKeyDesc": {
"message": "A billing sync token from your cloud organization's subscription settings is required to complete this form." "message": "A billing sync token from your cloud organization's subscription settings is required to complete this form."
@ -5279,6 +5292,15 @@
"required": { "required": {
"message": "vereis" "message": "vereis"
}, },
"characterMaximum": {
"message": "$MAX$ character maximum",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"idpSingleSignOnServiceUrlRequired": { "idpSingleSignOnServiceUrlRequired": {
"message": "Vereis indien Entiteit-ID nie n bronadres is nie." "message": "Vereis indien Entiteit-ID nie n bronadres is nie."
}, },
@ -6082,6 +6104,36 @@
} }
} }
}, },
"licenseAndBillingManagement": {
"message": "License and billing management"
},
"automaticSync": {
"message": "Automatic sync"
},
"manualUpload": {
"message": "Manual upload"
},
"manualUploadDesc": {
"message": "If you do not want to opt into billing sync, manually upload your license here."
},
"syncLicense": {
"message": "Sync license"
},
"licenseSyncSuccess": {
"message": "Successfully synced license"
},
"licenseUploadSuccess": {
"message": "Successfully uploaded license"
},
"lastLicenseSync": {
"message": "Last license sync"
},
"billingSyncHelp": {
"message": "Billing Sync help"
},
"uploadLicense": {
"message": "Upload license"
},
"lowKdfIterations": { "lowKdfIterations": {
"message": "Low KDF Iterations" "message": "Low KDF Iterations"
}, },
@ -6090,5 +6142,17 @@
}, },
"changeKdfSettings": { "changeKdfSettings": {
"message": "Change KDF settings" "message": "Change KDF settings"
},
"changeKdfLoggedOutWarning": {
"message": "Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour. We recommend exporting your vault before changing your encryption settings to prevent data loss."
},
"secretsManagerBeta": {
"message": "Secrets Manager Beta"
},
"secretsManagerBetaDesc": {
"message": "Enable user access to the Secrets Manager at no charge during the Beta program."
},
"userAccessSecretsManager": {
"message": "This user can access the Secrets Manager Beta"
} }
} }

View File

@ -1149,7 +1149,7 @@
} }
}, },
"kdfIterationsWarning": { "kdfIterationsWarning": {
"message": "Setting your KDF iterations too high could result in poor performance when logging into (and unlocking) Bitwarden on devices with slower CPUs. We recommend that you increase the value in increments of $INCREMENT$ and then test all of your devices.", "message": "Setting your KDF iterations too high could result in poor performance when logging into (and unlocking) Bitwarden on slower or older devices. We recommend that you increase the value in increments of $INCREMENT$ and then test all of your devices.",
"placeholders": { "placeholders": {
"increment": { "increment": {
"content": "$1", "content": "$1",
@ -1157,6 +1157,19 @@
} }
} }
}, },
"kdfMemory": {
"message": "KDF memory (MB)",
"description": "Memory refers to computer memory (RAM). MB is short for megabytes."
},
"argon2Warning": {
"message": "Setting your KDF iterations, memory, and parallelism too high could result in poor performance when logging into (and unlocking) Bitwarden on slower or older devices. We recommend changing these individually in small increments and then test all of your devices."
},
"kdfParallelism": {
"message": "KDF parallelism"
},
"argon2Desc": {
"message": "Higher KDF iterations, memory, and parallelism can help protect your master password from being brute forced by an attacker."
},
"changeKdf": { "changeKdf": {
"message": "تغيير KDF" "message": "تغيير KDF"
}, },
@ -2044,6 +2057,9 @@
"manageSubscription": { "manageSubscription": {
"message": "Manage subscription" "message": "Manage subscription"
}, },
"launchCloudSubscription": {
"message": "Launch Cloud Subscription"
},
"storage": { "storage": {
"message": "Storage" "message": "Storage"
}, },
@ -5225,11 +5241,8 @@
"billingSyncApiKeyRotated": { "billingSyncApiKeyRotated": {
"message": "Token rotated" "message": "Token rotated"
}, },
"billingSync": {
"message": "Billing sync"
},
"billingSyncDesc": { "billingSyncDesc": {
"message": "Billing sync provides Free Families plans for members and advanced billing capabilities by linking your self-hosted Bitwarden to the Bitwarden cloud server." "message": "Billing sync unlocks Families sponsorships and automatic license syncing on your server. After making updates in the Bitwarden cloud server, select Sync License to apply changes."
}, },
"billingSyncKeyDesc": { "billingSyncKeyDesc": {
"message": "A billing sync token from your cloud organization's subscription settings is required to complete this form." "message": "A billing sync token from your cloud organization's subscription settings is required to complete this form."
@ -5279,6 +5292,15 @@
"required": { "required": {
"message": "مطلوب" "message": "مطلوب"
}, },
"characterMaximum": {
"message": "$MAX$ character maximum",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"idpSingleSignOnServiceUrlRequired": { "idpSingleSignOnServiceUrlRequired": {
"message": "Required if Entity ID is not a URL." "message": "Required if Entity ID is not a URL."
}, },
@ -6082,6 +6104,36 @@
} }
} }
}, },
"licenseAndBillingManagement": {
"message": "License and billing management"
},
"automaticSync": {
"message": "Automatic sync"
},
"manualUpload": {
"message": "Manual upload"
},
"manualUploadDesc": {
"message": "If you do not want to opt into billing sync, manually upload your license here."
},
"syncLicense": {
"message": "Sync license"
},
"licenseSyncSuccess": {
"message": "Successfully synced license"
},
"licenseUploadSuccess": {
"message": "Successfully uploaded license"
},
"lastLicenseSync": {
"message": "Last license sync"
},
"billingSyncHelp": {
"message": "Billing Sync help"
},
"uploadLicense": {
"message": "Upload license"
},
"lowKdfIterations": { "lowKdfIterations": {
"message": "Low KDF Iterations" "message": "Low KDF Iterations"
}, },
@ -6090,5 +6142,17 @@
}, },
"changeKdfSettings": { "changeKdfSettings": {
"message": "Change KDF settings" "message": "Change KDF settings"
},
"changeKdfLoggedOutWarning": {
"message": "Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour. We recommend exporting your vault before changing your encryption settings to prevent data loss."
},
"secretsManagerBeta": {
"message": "Secrets Manager Beta"
},
"secretsManagerBetaDesc": {
"message": "Enable user access to the Secrets Manager at no charge during the Beta program."
},
"userAccessSecretsManager": {
"message": "This user can access the Secrets Manager Beta"
} }
} }

View File

@ -309,7 +309,7 @@
"message": "Üzvlərdə axtar" "message": "Üzvlərdə axtar"
}, },
"searchGroups": { "searchGroups": {
"message": "Search groups" "message": "Qrupları axtar"
}, },
"allItems": { "allItems": {
"message": "Bütün elementlər" "message": "Bütün elementlər"
@ -1149,7 +1149,7 @@
} }
}, },
"kdfIterationsWarning": { "kdfIterationsWarning": {
"message": "KDF iterasiyalarınızı çox yüksək tənzimləmək, zəif prosessora malik cihazlarda \"Bitwarden\"ə giriş edərkən (və ya kilidi açarkən) aşağı performansa səbəb ola bilər. Dəyəri $INCREMENT$ artımları ilə artırmağınızı və daha sonra bütün cihazlarınızda test etməyinizi məsləhət görürük.", "message": "Setting your KDF iterations too high could result in poor performance when logging into (and unlocking) Bitwarden on slower or older devices. We recommend that you increase the value in increments of $INCREMENT$ and then test all of your devices.",
"placeholders": { "placeholders": {
"increment": { "increment": {
"content": "$1", "content": "$1",
@ -1157,6 +1157,19 @@
} }
} }
}, },
"kdfMemory": {
"message": "KDF yaddaş (MB)",
"description": "Memory refers to computer memory (RAM). MB is short for megabytes."
},
"argon2Warning": {
"message": "KDF iterasiyalarınızı, yaddaşınızı və paralelizminizi çox yüksək tənzimləmək, daha yavaş və ya daha köhnə cihazlarda \"Bitwarden\"ə giriş edərkən (və ya kilidi açarkən) aşağı performansa səbəb ola bilər. Biz bunları fərdi olaraq kiçik artımlarla dəyişməyi, sonra bütün cihazlarınızı sınaqdan keçirməyi tövsiyə edirik."
},
"kdfParallelism": {
"message": "KDF paralelizm"
},
"argon2Desc": {
"message": "Yüksək KDF iterasiyaları, yaddaşı və paralelizmi, ana parolunuzu təcavüzkar tərəfindən \"brute force\" hücumuna qarşı qorumağa kömək edir."
},
"changeKdf": { "changeKdf": {
"message": "KDF-i dəyişdir" "message": "KDF-i dəyişdir"
}, },
@ -2044,6 +2057,9 @@
"manageSubscription": { "manageSubscription": {
"message": "Abunəliyi idarə et" "message": "Abunəliyi idarə et"
}, },
"launchCloudSubscription": {
"message": "Bulud Abunəliyini Başlat"
},
"storage": { "storage": {
"message": "Saxlama" "message": "Saxlama"
}, },
@ -2497,7 +2513,7 @@
"message": "Üzvə düzəliş et" "message": "Üzvə düzəliş et"
}, },
"fieldOnTabRequiresAttention": { "fieldOnTabRequiresAttention": {
"message": "A field on the '$TAB$' tab requires your attention.", "message": "\"$TAB$\" vərəqindəki bir sahə diqqətinizi tələb edir.",
"placeholders": { "placeholders": {
"tab": { "tab": {
"content": "$1", "content": "$1",
@ -5225,9 +5241,6 @@
"billingSyncApiKeyRotated": { "billingSyncApiKeyRotated": {
"message": "Token döndərildi." "message": "Token döndərildi."
}, },
"billingSync": {
"message": "Faktura eyniləşdirmə"
},
"billingSyncDesc": { "billingSyncDesc": {
"message": "Faktura eyniləşdirmə, öz-özünə sahiblik edən Bitwarden-inizi Bitwarden bulud serveri ilə əlaqələndirərək ailələr üçün Ödənişsiz Ailələr planını və qabaqcıl faktura özəllilərini təmin edir." "message": "Faktura eyniləşdirmə, öz-özünə sahiblik edən Bitwarden-inizi Bitwarden bulud serveri ilə əlaqələndirərək ailələr üçün Ödənişsiz Ailələr planını və qabaqcıl faktura özəllilərini təmin edir."
}, },
@ -5279,6 +5292,15 @@
"required": { "required": {
"message": "tələb olunur" "message": "tələb olunur"
}, },
"characterMaximum": {
"message": "maksimum $MAX$ simvol",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"idpSingleSignOnServiceUrlRequired": { "idpSingleSignOnServiceUrlRequired": {
"message": "Varlıq Kimliyi bir URL deyilsə tələb olunur." "message": "Varlıq Kimliyi bir URL deyilsə tələb olunur."
}, },
@ -5565,10 +5587,10 @@
} }
}, },
"multipleInputEmails": { "multipleInputEmails": {
"message": "1 or more emails are invalid" "message": "1 və ya daha çox e-poçt yararsızdır"
}, },
"tooManyEmails": { "tooManyEmails": {
"message": "You can only submit up to $COUNT$ emails at a time", "message": "Bir dəfəyə ən çox $COUNT$ e-poçt göndərə bilərsiniz",
"placeholders": { "placeholders": {
"count": { "count": {
"content": "$1", "content": "$1",
@ -6082,13 +6104,55 @@
} }
} }
}, },
"licenseAndBillingManagement": {
"message": "Lisenziya və faktura idarəetməsi"
},
"automaticSync": {
"message": "Avto-sinxronlaşdırma"
},
"manualUpload": {
"message": "Əllə yükləmə"
},
"manualUploadDesc": {
"message": "Faktura sinxronlaşdırmasını fəallaşdırmaq istəmirsinizsə, lisenziyanızı burada əllə yükləyin."
},
"syncLicense": {
"message": "Lisenziyanı sinxronlaşdır"
},
"licenseSyncSuccess": {
"message": "Lisenziya uğurla sinxronlaşdırıldı"
},
"licenseUploadSuccess": {
"message": "Lisenziya uğurla yükləndi"
},
"lastLicenseSync": {
"message": "Son lisenziya sinxronlaşdırması"
},
"billingSyncHelp": {
"message": "Faktura Sinxronlaşdırma köməyi"
},
"uploadLicense": {
"message": "Lisenziyanı yüklə"
},
"lowKdfIterations": { "lowKdfIterations": {
"message": "Low KDF Iterations" "message": "Aşağı KDF iterasiyaları"
}, },
"lowKdfIterationsDesc": { "lowKdfIterationsDesc": {
"message": "Increase your KDF encryption settings to improve the security of your account." "message": "Hesabınızın güvənliyini artırmaq üçün KDF şifrələmə tənzimləmələrinizi yüksəldin."
}, },
"changeKdfSettings": { "changeKdfSettings": {
"message": "Change KDF settings" "message": "KDF tənzimləmələrini dəyişdir"
},
"changeKdfLoggedOutWarning": {
"message": "Davam etsəniz hazırkı seansdan çıxış ediləcək, təkrar giriş etməyiniz tələb olunacaq. Digər cihazlardakı aktiv seanslar bir saata qədər aktiv qalmağa davam edə bilər. Məlumat itkisinin qarşısını almaq üçün şifrələmə tənzimləmələrinizi dəyişdirməzdən əvvəl anbarınızı xaricə köçürməyinizi tövsiyə edirik."
},
"secretsManagerBeta": {
"message": "Secrets Manager Beta"
},
"secretsManagerBetaDesc": {
"message": "Beta proqramı əsnasında \"Secrets Manager\"ə istifadəçi müraciətini ödənişsiz fəallaşdırın."
},
"userAccessSecretsManager": {
"message": "Bu istifadəçi \"Secrets Manager Beta\"ya müraciət edə bilər"
} }
} }

View File

@ -1157,6 +1157,19 @@
} }
} }
}, },
"kdfMemory": {
"message": "KDF memory (MB)",
"description": "Memory refers to computer memory (RAM). MB is short for megabytes."
},
"argon2Warning": {
"message": "Setting your KDF iterations, memory, and parallelism too high could result in poor performance when logging into (and unlocking) Bitwarden on slower or older devices. We recommend changing these individually in small increments and then test all of your devices."
},
"kdfParallelism": {
"message": "KDF parallelism"
},
"argon2Desc": {
"message": "Higher KDF iterations, memory, and parallelism can help protect your master password from being brute forced by an attacker."
},
"changeKdf": { "changeKdf": {
"message": "Змяніць KDF" "message": "Змяніць KDF"
}, },
@ -2044,6 +2057,9 @@
"manageSubscription": { "manageSubscription": {
"message": "Кіраванне падпіскай" "message": "Кіраванне падпіскай"
}, },
"launchCloudSubscription": {
"message": "Launch Cloud Subscription"
},
"storage": { "storage": {
"message": "Сховішча" "message": "Сховішча"
}, },
@ -5225,9 +5241,6 @@
"billingSyncApiKeyRotated": { "billingSyncApiKeyRotated": {
"message": "Токен зменены." "message": "Токен зменены."
}, },
"billingSync": {
"message": "Плацежная сінхранізацыя"
},
"billingSyncDesc": { "billingSyncDesc": {
"message": "Плацежная сінхранізацыя дае магчымасць удзельнікам атрымаць бясплатны тарыфны план Bitwarden Families і пашыраныя магчымасці выстаўлення рахункаў звязваючы ваш уласны сервер Bitwarden з воблачным серверам нашай кампаніі." "message": "Плацежная сінхранізацыя дае магчымасць удзельнікам атрымаць бясплатны тарыфны план Bitwarden Families і пашыраныя магчымасці выстаўлення рахункаў звязваючы ваш уласны сервер Bitwarden з воблачным серверам нашай кампаніі."
}, },
@ -5279,6 +5292,15 @@
"required": { "required": {
"message": "патрабуецца" "message": "патрабуецца"
}, },
"characterMaximum": {
"message": "$MAX$ character maximum",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"idpSingleSignOnServiceUrlRequired": { "idpSingleSignOnServiceUrlRequired": {
"message": "Патрабуецца, калі ідэнтыфікатар аб'екта не з'яўляецца URL-адрасам." "message": "Патрабуецца, калі ідэнтыфікатар аб'екта не з'яўляецца URL-адрасам."
}, },
@ -6082,6 +6104,36 @@
} }
} }
}, },
"licenseAndBillingManagement": {
"message": "License and billing management"
},
"automaticSync": {
"message": "Automatic sync"
},
"manualUpload": {
"message": "Manual upload"
},
"manualUploadDesc": {
"message": "If you do not want to opt into billing sync, manually upload your license here."
},
"syncLicense": {
"message": "Sync license"
},
"licenseSyncSuccess": {
"message": "Successfully synced license"
},
"licenseUploadSuccess": {
"message": "Successfully uploaded license"
},
"lastLicenseSync": {
"message": "Last license sync"
},
"billingSyncHelp": {
"message": "Billing Sync help"
},
"uploadLicense": {
"message": "Upload license"
},
"lowKdfIterations": { "lowKdfIterations": {
"message": "Low KDF Iterations" "message": "Low KDF Iterations"
}, },
@ -6090,5 +6142,17 @@
}, },
"changeKdfSettings": { "changeKdfSettings": {
"message": "Change KDF settings" "message": "Change KDF settings"
},
"changeKdfLoggedOutWarning": {
"message": "Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour. We recommend exporting your vault before changing your encryption settings to prevent data loss."
},
"secretsManagerBeta": {
"message": "Secrets Manager Beta"
},
"secretsManagerBetaDesc": {
"message": "Enable user access to the Secrets Manager at no charge during the Beta program."
},
"userAccessSecretsManager": {
"message": "This user can access the Secrets Manager Beta"
} }
} }

View File

@ -1157,6 +1157,19 @@
} }
} }
}, },
"kdfMemory": {
"message": "Памет за KDF (МБ)",
"description": "Memory refers to computer memory (RAM). MB is short for megabytes."
},
"argon2Warning": {
"message": "Ако зададете твърде високи стойности за броя на повторения, паметта или степента на успоредно изпълнение на KDF, това може да влоши производителността при вписване (и отключване) в Битуорден при използване на по-бавно или старо устройство. Препоръчва се промяната на тези стойности да става на малки стъпки, при което да тествате всички свои устройства."
},
"kdfParallelism": {
"message": "Степен на успоредно изпълнение на KDF"
},
"argon2Desc": {
"message": "По-високите стойности за броя на повторения, паметта или степента на успоредно изпълнение на KDF може да защитят главната Ви парола от атаки тип „груба сила“."
},
"changeKdf": { "changeKdf": {
"message": "Смяна на KDF" "message": "Смяна на KDF"
}, },
@ -2044,6 +2057,9 @@
"manageSubscription": { "manageSubscription": {
"message": "Управление на абонамента" "message": "Управление на абонамента"
}, },
"launchCloudSubscription": {
"message": "Launch Cloud Subscription"
},
"storage": { "storage": {
"message": "Съхранение на данни" "message": "Съхранение на данни"
}, },
@ -5225,11 +5241,8 @@
"billingSyncApiKeyRotated": { "billingSyncApiKeyRotated": {
"message": "Идентификаторът е пресъздаден." "message": "Идентификаторът е пресъздаден."
}, },
"billingSync": {
"message": "Синхронизиране на плащанията"
},
"billingSyncDesc": { "billingSyncDesc": {
"message": "Billing sync provides Free Families plans for members and advanced billing capabilities by linking your self-hosted Bitwarden to the Bitwarden cloud server." "message": "Billing sync unlocks Families sponsorships and automatic license syncing on your server. After making updates in the Bitwarden cloud server, select Sync License to apply changes."
}, },
"billingSyncKeyDesc": { "billingSyncKeyDesc": {
"message": "За да попълните този формуляр, се нуждаете от идентификатор за синхронизиране на плащанията, който може да намерите или създадете в настройките за абонамента на организацията си в облака." "message": "За да попълните този формуляр, се нуждаете от идентификатор за синхронизиране на плащанията, който може да намерите или създадете в настройките за абонамента на организацията си в облака."
@ -5279,6 +5292,15 @@
"required": { "required": {
"message": "задължително" "message": "задължително"
}, },
"characterMaximum": {
"message": "Максимален брой знаци: $MAX$",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"idpSingleSignOnServiceUrlRequired": { "idpSingleSignOnServiceUrlRequired": {
"message": "Required if Entity ID is not a URL." "message": "Required if Entity ID is not a URL."
}, },
@ -6082,6 +6104,36 @@
} }
} }
}, },
"licenseAndBillingManagement": {
"message": "Управление на лицензи и таксуване"
},
"automaticSync": {
"message": "Автоматично синхронизиране"
},
"manualUpload": {
"message": "Ръчно качване"
},
"manualUploadDesc": {
"message": "Ако не искате да се възползвате от автоматичното синхронизиране на информацията за таксуване, качете ръчно лиценза си тук."
},
"syncLicense": {
"message": "Синхронизиране на лиценза"
},
"licenseSyncSuccess": {
"message": "Успешна синхронизация на лиценза"
},
"licenseUploadSuccess": {
"message": "Успешно качване на лиценза"
},
"lastLicenseSync": {
"message": "Последно синхронизиране на лиценза"
},
"billingSyncHelp": {
"message": "Помощ относно синхронизирането на лицензи"
},
"uploadLicense": {
"message": "Качване на лиценз"
},
"lowKdfIterations": { "lowKdfIterations": {
"message": "Малко повторения за KDF" "message": "Малко повторения за KDF"
}, },
@ -6090,5 +6142,17 @@
}, },
"changeKdfSettings": { "changeKdfSettings": {
"message": "Промяна на настройките за KDF" "message": "Промяна на настройките за KDF"
},
"changeKdfLoggedOutWarning": {
"message": "Ако продължите, ще излезете от текущата си сесия и ще трябва да се впишете отново. Активните сесии на други устройства може да продължат да бъдат активни още един час. Препоръчително е да изнесете трезора си преди да променяте настройките за шифроване, за да избегнете загуба на данни."
},
"secretsManagerBeta": {
"message": "Управление на тайни (Бета)"
},
"secretsManagerBetaDesc": {
"message": "Дайте достъп на потребителите до Управлението на тайни безплатно докато все още е в бета-версия."
},
"userAccessSecretsManager": {
"message": "Този потребител има достъп до Управлението на тайни (Бета)"
} }
} }

View File

@ -1149,7 +1149,7 @@
} }
}, },
"kdfIterationsWarning": { "kdfIterationsWarning": {
"message": "Setting your KDF iterations too high could result in poor performance when logging into (and unlocking) Bitwarden on devices with slower CPUs. We recommend that you increase the value in increments of $INCREMENT$ and then test all of your devices.", "message": "Setting your KDF iterations too high could result in poor performance when logging into (and unlocking) Bitwarden on slower or older devices. We recommend that you increase the value in increments of $INCREMENT$ and then test all of your devices.",
"placeholders": { "placeholders": {
"increment": { "increment": {
"content": "$1", "content": "$1",
@ -1157,6 +1157,19 @@
} }
} }
}, },
"kdfMemory": {
"message": "KDF memory (MB)",
"description": "Memory refers to computer memory (RAM). MB is short for megabytes."
},
"argon2Warning": {
"message": "Setting your KDF iterations, memory, and parallelism too high could result in poor performance when logging into (and unlocking) Bitwarden on slower or older devices. We recommend changing these individually in small increments and then test all of your devices."
},
"kdfParallelism": {
"message": "KDF parallelism"
},
"argon2Desc": {
"message": "Higher KDF iterations, memory, and parallelism can help protect your master password from being brute forced by an attacker."
},
"changeKdf": { "changeKdf": {
"message": "Change KDF" "message": "Change KDF"
}, },
@ -2044,6 +2057,9 @@
"manageSubscription": { "manageSubscription": {
"message": "Manage subscription" "message": "Manage subscription"
}, },
"launchCloudSubscription": {
"message": "Launch Cloud Subscription"
},
"storage": { "storage": {
"message": "Storage" "message": "Storage"
}, },
@ -5225,11 +5241,8 @@
"billingSyncApiKeyRotated": { "billingSyncApiKeyRotated": {
"message": "Token rotated" "message": "Token rotated"
}, },
"billingSync": {
"message": "Billing sync"
},
"billingSyncDesc": { "billingSyncDesc": {
"message": "Billing sync provides Free Families plans for members and advanced billing capabilities by linking your self-hosted Bitwarden to the Bitwarden cloud server." "message": "Billing sync unlocks Families sponsorships and automatic license syncing on your server. After making updates in the Bitwarden cloud server, select Sync License to apply changes."
}, },
"billingSyncKeyDesc": { "billingSyncKeyDesc": {
"message": "A billing sync token from your cloud organization's subscription settings is required to complete this form." "message": "A billing sync token from your cloud organization's subscription settings is required to complete this form."
@ -5279,6 +5292,15 @@
"required": { "required": {
"message": "required" "message": "required"
}, },
"characterMaximum": {
"message": "$MAX$ character maximum",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"idpSingleSignOnServiceUrlRequired": { "idpSingleSignOnServiceUrlRequired": {
"message": "Required if Entity ID is not a URL." "message": "Required if Entity ID is not a URL."
}, },
@ -6082,6 +6104,36 @@
} }
} }
}, },
"licenseAndBillingManagement": {
"message": "License and billing management"
},
"automaticSync": {
"message": "Automatic sync"
},
"manualUpload": {
"message": "Manual upload"
},
"manualUploadDesc": {
"message": "If you do not want to opt into billing sync, manually upload your license here."
},
"syncLicense": {
"message": "Sync license"
},
"licenseSyncSuccess": {
"message": "Successfully synced license"
},
"licenseUploadSuccess": {
"message": "Successfully uploaded license"
},
"lastLicenseSync": {
"message": "Last license sync"
},
"billingSyncHelp": {
"message": "Billing Sync help"
},
"uploadLicense": {
"message": "Upload license"
},
"lowKdfIterations": { "lowKdfIterations": {
"message": "Low KDF Iterations" "message": "Low KDF Iterations"
}, },
@ -6090,5 +6142,17 @@
}, },
"changeKdfSettings": { "changeKdfSettings": {
"message": "Change KDF settings" "message": "Change KDF settings"
},
"changeKdfLoggedOutWarning": {
"message": "Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour. We recommend exporting your vault before changing your encryption settings to prevent data loss."
},
"secretsManagerBeta": {
"message": "Secrets Manager Beta"
},
"secretsManagerBetaDesc": {
"message": "Enable user access to the Secrets Manager at no charge during the Beta program."
},
"userAccessSecretsManager": {
"message": "This user can access the Secrets Manager Beta"
} }
} }

View File

@ -205,10 +205,10 @@
"message": "Tačno" "message": "Tačno"
}, },
"startsWith": { "startsWith": {
"message": "Starts with" "message": "Počinje sa"
}, },
"regEx": { "regEx": {
"message": "Regular expression", "message": "Regularni izraz",
"description": "A programming term, also known as 'RegEx'." "description": "A programming term, also known as 'RegEx'."
}, },
"matchDetection": { "matchDetection": {
@ -223,10 +223,10 @@
"message": "Nikad" "message": "Nikad"
}, },
"toggleVisibility": { "toggleVisibility": {
"message": "Toggle visibility" "message": "Prikaži/Sakrij"
}, },
"toggleCollapse": { "toggleCollapse": {
"message": "Toggle collapse", "message": "Sažmi/Proširi",
"description": "Toggling an expand/collapse state." "description": "Toggling an expand/collapse state."
}, },
"generatePassword": { "generatePassword": {
@ -293,7 +293,7 @@
"description": "Search Identity type" "description": "Search Identity type"
}, },
"searchSecureNote": { "searchSecureNote": {
"message": "Search secure notes", "message": "Traži bilješke",
"description": "Search Secure Note type" "description": "Search Secure Note type"
}, },
"searchVault": { "searchVault": {
@ -312,10 +312,10 @@
"message": "Search groups" "message": "Search groups"
}, },
"allItems": { "allItems": {
"message": "All items" "message": "Sve stavke"
}, },
"favorites": { "favorites": {
"message": "Favorites" "message": "Favoriti"
}, },
"types": { "types": {
"message": "Types" "message": "Types"
@ -405,11 +405,11 @@
"message": "Prikaz Stavke" "message": "Prikaz Stavke"
}, },
"new": { "new": {
"message": "New", "message": "Novo",
"description": "for adding new items" "description": "for adding new items"
}, },
"item": { "item": {
"message": "Item" "message": "Stavke"
}, },
"ex": { "ex": {
"message": "npr.", "message": "npr.",
@ -471,7 +471,7 @@
"message": "Trezor" "message": "Trezor"
}, },
"vaults": { "vaults": {
"message": "Vaults" "message": "Trezori"
}, },
"vaultItems": { "vaultItems": {
"message": "Vault items" "message": "Vault items"
@ -589,7 +589,7 @@
"message": "Edit info" "message": "Edit info"
}, },
"access": { "access": {
"message": "Access" "message": "Pristup"
}, },
"loggedOut": { "loggedOut": {
"message": "Logged out" "message": "Logged out"
@ -601,16 +601,16 @@
"message": "Are you sure you want to log out?" "message": "Are you sure you want to log out?"
}, },
"logOut": { "logOut": {
"message": "Log out" "message": "Odjavi se"
}, },
"ok": { "ok": {
"message": "Ok" "message": "Uredu"
}, },
"yes": { "yes": {
"message": "Yes" "message": "Da"
}, },
"no": { "no": {
"message": "No" "message": "Ne"
}, },
"loginOrCreateNewAccount": { "loginOrCreateNewAccount": {
"message": "Log in or create a new account to access your secure vault." "message": "Log in or create a new account to access your secure vault."
@ -673,10 +673,10 @@
"message": "Master password hint" "message": "Master password hint"
}, },
"settings": { "settings": {
"message": "Settings" "message": "Podešavanja"
}, },
"passwordHint": { "passwordHint": {
"message": "Password hint" "message": "Nagovještaj lozinke"
}, },
"enterEmailToGetHint": { "enterEmailToGetHint": {
"message": "Enter your account email address to receive your master password hint." "message": "Enter your account email address to receive your master password hint."
@ -715,16 +715,16 @@
"message": "An unexpected error has occurred." "message": "An unexpected error has occurred."
}, },
"emailAddress": { "emailAddress": {
"message": "Email address" "message": "Email adresa"
}, },
"yourVaultIsLocked": { "yourVaultIsLocked": {
"message": "Your vault is locked. Verify your master password to continue." "message": "Your vault is locked. Verify your master password to continue."
}, },
"unlock": { "unlock": {
"message": "Unlock" "message": "Otključaj"
}, },
"loggedInAsEmailOn": { "loggedInAsEmailOn": {
"message": "Logged in as $EMAIL$ on $HOSTNAME$.", "message": "Prijavljen kao $EMAIL$ na $HOSTNAME$.",
"placeholders": { "placeholders": {
"email": { "email": {
"content": "$1", "content": "$1",
@ -743,7 +743,7 @@
"message": "Invalid file password, please use the password you entered when you created the export file." "message": "Invalid file password, please use the password you entered when you created the export file."
}, },
"lockNow": { "lockNow": {
"message": "Lock now" "message": "Zaključaj odmah"
}, },
"noItemsInList": { "noItemsInList": {
"message": "There are no items to list." "message": "There are no items to list."
@ -1149,7 +1149,7 @@
} }
}, },
"kdfIterationsWarning": { "kdfIterationsWarning": {
"message": "Setting your KDF iterations too high could result in poor performance when logging into (and unlocking) Bitwarden on devices with slower CPUs. We recommend that you increase the value in increments of $INCREMENT$ and then test all of your devices.", "message": "Setting your KDF iterations too high could result in poor performance when logging into (and unlocking) Bitwarden on slower or older devices. We recommend that you increase the value in increments of $INCREMENT$ and then test all of your devices.",
"placeholders": { "placeholders": {
"increment": { "increment": {
"content": "$1", "content": "$1",
@ -1157,6 +1157,19 @@
} }
} }
}, },
"kdfMemory": {
"message": "KDF memory (MB)",
"description": "Memory refers to computer memory (RAM). MB is short for megabytes."
},
"argon2Warning": {
"message": "Setting your KDF iterations, memory, and parallelism too high could result in poor performance when logging into (and unlocking) Bitwarden on slower or older devices. We recommend changing these individually in small increments and then test all of your devices."
},
"kdfParallelism": {
"message": "KDF parallelism"
},
"argon2Desc": {
"message": "Higher KDF iterations, memory, and parallelism can help protect your master password from being brute forced by an attacker."
},
"changeKdf": { "changeKdf": {
"message": "Change KDF" "message": "Change KDF"
}, },
@ -2044,6 +2057,9 @@
"manageSubscription": { "manageSubscription": {
"message": "Manage subscription" "message": "Manage subscription"
}, },
"launchCloudSubscription": {
"message": "Launch Cloud Subscription"
},
"storage": { "storage": {
"message": "Storage" "message": "Storage"
}, },
@ -5225,11 +5241,8 @@
"billingSyncApiKeyRotated": { "billingSyncApiKeyRotated": {
"message": "Token rotated" "message": "Token rotated"
}, },
"billingSync": {
"message": "Billing sync"
},
"billingSyncDesc": { "billingSyncDesc": {
"message": "Billing sync provides Free Families plans for members and advanced billing capabilities by linking your self-hosted Bitwarden to the Bitwarden cloud server." "message": "Billing sync unlocks Families sponsorships and automatic license syncing on your server. After making updates in the Bitwarden cloud server, select Sync License to apply changes."
}, },
"billingSyncKeyDesc": { "billingSyncKeyDesc": {
"message": "A billing sync token from your cloud organization's subscription settings is required to complete this form." "message": "A billing sync token from your cloud organization's subscription settings is required to complete this form."
@ -5279,6 +5292,15 @@
"required": { "required": {
"message": "required" "message": "required"
}, },
"characterMaximum": {
"message": "$MAX$ character maximum",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"idpSingleSignOnServiceUrlRequired": { "idpSingleSignOnServiceUrlRequired": {
"message": "Required if Entity ID is not a URL." "message": "Required if Entity ID is not a URL."
}, },
@ -6082,6 +6104,36 @@
} }
} }
}, },
"licenseAndBillingManagement": {
"message": "License and billing management"
},
"automaticSync": {
"message": "Automatic sync"
},
"manualUpload": {
"message": "Manual upload"
},
"manualUploadDesc": {
"message": "If you do not want to opt into billing sync, manually upload your license here."
},
"syncLicense": {
"message": "Sync license"
},
"licenseSyncSuccess": {
"message": "Successfully synced license"
},
"licenseUploadSuccess": {
"message": "Successfully uploaded license"
},
"lastLicenseSync": {
"message": "Last license sync"
},
"billingSyncHelp": {
"message": "Billing Sync help"
},
"uploadLicense": {
"message": "Upload license"
},
"lowKdfIterations": { "lowKdfIterations": {
"message": "Low KDF Iterations" "message": "Low KDF Iterations"
}, },
@ -6090,5 +6142,17 @@
}, },
"changeKdfSettings": { "changeKdfSettings": {
"message": "Change KDF settings" "message": "Change KDF settings"
},
"changeKdfLoggedOutWarning": {
"message": "Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour. We recommend exporting your vault before changing your encryption settings to prevent data loss."
},
"secretsManagerBeta": {
"message": "Secrets Manager Beta"
},
"secretsManagerBetaDesc": {
"message": "Enable user access to the Secrets Manager at no charge during the Beta program."
},
"userAccessSecretsManager": {
"message": "This user can access the Secrets Manager Beta"
} }
} }

View File

@ -1157,6 +1157,19 @@
} }
} }
}, },
"kdfMemory": {
"message": "Memòria KDF (MB)",
"description": "Memory refers to computer memory (RAM). MB is short for megabytes."
},
"argon2Warning": {
"message": "La configuració de les iteracions, la memòria i el paral·lelisme de KDF massa alts podria provocar un rendiment baix quan inicieu sessió (i desbloquegeu) Bitwarden en dispositius més lents o antics. Us recomanem que els canvieu individualment en increments més menuts i després proveu tots els vostres dispositius."
},
"kdfParallelism": {
"message": "Paral·lelisme KDF"
},
"argon2Desc": {
"message": "Les iteracions de KDF, la memòria i el paral·lelisme més alts poden ajudar a protegir la vostra contrasenya mestra de ser forçada per força bruta per un atacant."
},
"changeKdf": { "changeKdf": {
"message": "Canvia KDF" "message": "Canvia KDF"
}, },
@ -2044,6 +2057,9 @@
"manageSubscription": { "manageSubscription": {
"message": "Administra la subscripció" "message": "Administra la subscripció"
}, },
"launchCloudSubscription": {
"message": "Inicia la subscripció al núvol"
},
"storage": { "storage": {
"message": "Emmagatzematge" "message": "Emmagatzematge"
}, },
@ -5225,9 +5241,6 @@
"billingSyncApiKeyRotated": { "billingSyncApiKeyRotated": {
"message": "Token girat." "message": "Token girat."
}, },
"billingSync": {
"message": "Sincronització de facturació"
},
"billingSyncDesc": { "billingSyncDesc": {
"message": "La sincronització de facturació ofereix plans familiars gratuïts i capacitats de facturació avançades enllaçant el vostre Bitwarden autoallotjat amb el vostre servidor al núvol de Bitwarden." "message": "La sincronització de facturació ofereix plans familiars gratuïts i capacitats de facturació avançades enllaçant el vostre Bitwarden autoallotjat amb el vostre servidor al núvol de Bitwarden."
}, },
@ -5279,6 +5292,15 @@
"required": { "required": {
"message": "requerit" "message": "requerit"
}, },
"characterMaximum": {
"message": "$MAX$ caràcters màxim",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"idpSingleSignOnServiceUrlRequired": { "idpSingleSignOnServiceUrlRequired": {
"message": "Requerit si l'identificador d'entitat no és un URL." "message": "Requerit si l'identificador d'entitat no és un URL."
}, },
@ -6082,6 +6104,36 @@
} }
} }
}, },
"licenseAndBillingManagement": {
"message": "Gestió de llicències i facturació"
},
"automaticSync": {
"message": "Sincronització automàtica"
},
"manualUpload": {
"message": "Pujada manual"
},
"manualUploadDesc": {
"message": "Si no voleu activar la sincronització de facturació, pugeu manualment la vostra llicència ací."
},
"syncLicense": {
"message": "Sincronització de la llicència"
},
"licenseSyncSuccess": {
"message": "Llicència sincronitzada correctament"
},
"licenseUploadSuccess": {
"message": "Llicència pujada correctament"
},
"lastLicenseSync": {
"message": "Última sincronització de llicència"
},
"billingSyncHelp": {
"message": "Ajuda de sincronització de facturació"
},
"uploadLicense": {
"message": "Puja la llicència"
},
"lowKdfIterations": { "lowKdfIterations": {
"message": "Iteracions de KDF baixes" "message": "Iteracions de KDF baixes"
}, },
@ -6090,5 +6142,17 @@
}, },
"changeKdfSettings": { "changeKdfSettings": {
"message": "Canvia la configuració de KDF" "message": "Canvia la configuració de KDF"
},
"changeKdfLoggedOutWarning": {
"message": "Si continueu, es tancarà la sessió de la vostra sessió actual i us demanarà que torneu a iniciar sessió. Les sessions actives en altres dispositius poden continuar romanent actives fins a una hora. Us recomanem que exporteu la vostra caixa forta abans de canviar la configuració d'encriptació per evitar la pèrdua de dades."
},
"secretsManagerBeta": {
"message": "Administrador de secrets Beta"
},
"secretsManagerBetaDesc": {
"message": "Activa l'accés dels usuaris a l'administrador de secrets sense cap càrrec durant el programa beta."
},
"userAccessSecretsManager": {
"message": "Aquest usuari pot accedir a la beta de l'administrador de secrets"
} }
} }

View File

@ -1157,6 +1157,19 @@
} }
} }
}, },
"kdfMemory": {
"message": "KDF memory (MB)",
"description": "Memory refers to computer memory (RAM). MB is short for megabytes."
},
"argon2Warning": {
"message": "Setting your KDF iterations, memory, and parallelism too high could result in poor performance when logging into (and unlocking) Bitwarden on slower or older devices. We recommend changing these individually in small increments and then test all of your devices."
},
"kdfParallelism": {
"message": "KDF parallelism"
},
"argon2Desc": {
"message": "Higher KDF iterations, memory, and parallelism can help protect your master password from being brute forced by an attacker."
},
"changeKdf": { "changeKdf": {
"message": "Změnit KDF" "message": "Změnit KDF"
}, },
@ -2044,6 +2057,9 @@
"manageSubscription": { "manageSubscription": {
"message": "Správa předplatného" "message": "Správa předplatného"
}, },
"launchCloudSubscription": {
"message": "Launch Cloud Subscription"
},
"storage": { "storage": {
"message": "Úložiště" "message": "Úložiště"
}, },
@ -5225,11 +5241,8 @@
"billingSyncApiKeyRotated": { "billingSyncApiKeyRotated": {
"message": "Token rotated" "message": "Token rotated"
}, },
"billingSync": {
"message": "Billing sync"
},
"billingSyncDesc": { "billingSyncDesc": {
"message": "Billing sync provides Free Families plans for members and advanced billing capabilities by linking your self-hosted Bitwarden to the Bitwarden cloud server." "message": "Billing sync unlocks Families sponsorships and automatic license syncing on your server. After making updates in the Bitwarden cloud server, select Sync License to apply changes."
}, },
"billingSyncKeyDesc": { "billingSyncKeyDesc": {
"message": "A billing sync token from your cloud organization's subscription settings is required to complete this form." "message": "A billing sync token from your cloud organization's subscription settings is required to complete this form."
@ -5279,6 +5292,15 @@
"required": { "required": {
"message": "required" "message": "required"
}, },
"characterMaximum": {
"message": "$MAX$ character maximum",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"idpSingleSignOnServiceUrlRequired": { "idpSingleSignOnServiceUrlRequired": {
"message": "Required if Entity ID is not a URL." "message": "Required if Entity ID is not a URL."
}, },
@ -6082,6 +6104,36 @@
} }
} }
}, },
"licenseAndBillingManagement": {
"message": "License and billing management"
},
"automaticSync": {
"message": "Automatic sync"
},
"manualUpload": {
"message": "Manual upload"
},
"manualUploadDesc": {
"message": "If you do not want to opt into billing sync, manually upload your license here."
},
"syncLicense": {
"message": "Sync license"
},
"licenseSyncSuccess": {
"message": "Successfully synced license"
},
"licenseUploadSuccess": {
"message": "Successfully uploaded license"
},
"lastLicenseSync": {
"message": "Last license sync"
},
"billingSyncHelp": {
"message": "Billing Sync help"
},
"uploadLicense": {
"message": "Upload license"
},
"lowKdfIterations": { "lowKdfIterations": {
"message": "Low KDF Iterations" "message": "Low KDF Iterations"
}, },
@ -6090,5 +6142,17 @@
}, },
"changeKdfSettings": { "changeKdfSettings": {
"message": "Change KDF settings" "message": "Change KDF settings"
},
"changeKdfLoggedOutWarning": {
"message": "Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour. We recommend exporting your vault before changing your encryption settings to prevent data loss."
},
"secretsManagerBeta": {
"message": "Secrets Manager Beta"
},
"secretsManagerBetaDesc": {
"message": "Enable user access to the Secrets Manager at no charge during the Beta program."
},
"userAccessSecretsManager": {
"message": "This user can access the Secrets Manager Beta"
} }
} }

View File

@ -477,7 +477,7 @@
"message": "Boksemner" "message": "Boksemner"
}, },
"filter": { "filter": {
"message": "Filter" "message": "Filtre"
}, },
"moveSelectedToOrg": { "moveSelectedToOrg": {
"message": "Flyt valgte til organisation" "message": "Flyt valgte til organisation"
@ -1157,6 +1157,19 @@
} }
} }
}, },
"kdfMemory": {
"message": "KDF-hukommelse (MB)",
"description": "Memory refers to computer memory (RAM). MB is short for megabytes."
},
"argon2Warning": {
"message": "Indstilles KDF-iterationer, hukommelse og parallelitet for højt, kan det resultere i dårlig ydeevne, når der logges ind på (og oplåser) Bitwarden på enheder med langsomme CPU'er. Vi anbefaler at ændre disse enkeltvis i små intervaller og derefter teste alle relevante enheder."
},
"kdfParallelism": {
"message": "KDF-parallelitet"
},
"argon2Desc": {
"message": "Øget KDF-iterationer, hukommelse og parallelitet kan hjælpe med at beskytte hovedadgangskoden mod brute force-angreb."
},
"changeKdf": { "changeKdf": {
"message": "Ændr KDF" "message": "Ændr KDF"
}, },
@ -2044,6 +2057,9 @@
"manageSubscription": { "manageSubscription": {
"message": "Håndtér abonnement" "message": "Håndtér abonnement"
}, },
"launchCloudSubscription": {
"message": "Start Cloud Abonnement"
},
"storage": { "storage": {
"message": "Lager" "message": "Lager"
}, },
@ -5225,9 +5241,6 @@
"billingSyncApiKeyRotated": { "billingSyncApiKeyRotated": {
"message": "Token roteret." "message": "Token roteret."
}, },
"billingSync": {
"message": "Faktureringssynk"
},
"billingSyncDesc": { "billingSyncDesc": {
"message": "Faktureringssynk giver gratis Familier-abonnementstyper til medlemmer samt avancerede faktureringsmuligheder ved at linke din selv-hostede Bitwarden til Bitwarden-cloudserveren." "message": "Faktureringssynk giver gratis Familier-abonnementstyper til medlemmer samt avancerede faktureringsmuligheder ved at linke din selv-hostede Bitwarden til Bitwarden-cloudserveren."
}, },
@ -5279,6 +5292,15 @@
"required": { "required": {
"message": "obligatorisk" "message": "obligatorisk"
}, },
"characterMaximum": {
"message": "Maksimalt $MAX$ tegn",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"idpSingleSignOnServiceUrlRequired": { "idpSingleSignOnServiceUrlRequired": {
"message": "Obligatorisk, såfremt Enheds-ID ikke er en URL." "message": "Obligatorisk, såfremt Enheds-ID ikke er en URL."
}, },
@ -6082,13 +6104,55 @@
} }
} }
}, },
"licenseAndBillingManagement": {
"message": "Håndtering af licens og fakturering"
},
"automaticSync": {
"message": "Auto-synk"
},
"manualUpload": {
"message": "Manuel upload"
},
"manualUploadDesc": {
"message": "Ønskes ikke tilmelding til faktureringssynk, så upload manuelt din licens her."
},
"syncLicense": {
"message": "Synk licens"
},
"licenseSyncSuccess": {
"message": "Licens hermed synket"
},
"licenseUploadSuccess": {
"message": "Licens hermed uploadet"
},
"lastLicenseSync": {
"message": "Seneste licenssynk"
},
"billingSyncHelp": {
"message": "Hjælp til faktureringssynk"
},
"uploadLicense": {
"message": "Upload licens"
},
"lowKdfIterations": { "lowKdfIterations": {
"message": "Low KDF Iterations" "message": "Få KDF-iterationer"
}, },
"lowKdfIterationsDesc": { "lowKdfIterationsDesc": {
"message": "Increase your KDF encryption settings to improve the security of your account." "message": "Forøg KDF-krypteringsindstillinger for at forbedre kontosikkerheden."
}, },
"changeKdfSettings": { "changeKdfSettings": {
"message": "Change KDF settings" "message": "Skift KDF-indstillinger"
},
"changeKdfLoggedOutWarning": {
"message": "Fortsættes, logges der ud af den aktuelle session, og der skal logges ind igen. Aktive sessioner på andre enheder kan forblive aktive i op til én time. For at forhindre datatab, anbefaler vi, at du eksporterer din boks, inden krypteringsindstillingerne ændres."
},
"secretsManagerBeta": {
"message": "Secrets Manager Beta"
},
"secretsManagerBetaDesc": {
"message": "Aktivér gratis brugeradgang til Secrets Manager under Beta-programmet."
},
"userAccessSecretsManager": {
"message": "Denne bruger kan tilgå Secrets Manager Beta"
} }
} }

View File

@ -309,7 +309,7 @@
"message": "Mitglieder suchen" "message": "Mitglieder suchen"
}, },
"searchGroups": { "searchGroups": {
"message": "Search groups" "message": "Gruppen suchen"
}, },
"allItems": { "allItems": {
"message": "Alle Einträge" "message": "Alle Einträge"
@ -1149,7 +1149,7 @@
} }
}, },
"kdfIterationsWarning": { "kdfIterationsWarning": {
"message": "Wenn du die Anzahl der KDF-Iterationen zu hoch setzt, kann es sein, dass das Einloggen in Bitwarden (und Entsperren) auf langsameren Geräten länger dauert. Wir empfehlen, dass du den Wert um $INCREMENT$ Schrittweise anhebest und es auf allen Geräten testest.", "message": "Wenn du die Anzahl der KDF-Iterationen zu hoch setzt, kann es sein, dass das Einloggen in (und Entsperren von) Bitwarden auf langsameren Geräten länger dauert. Wir empfehlen, dass du den Wert wiederholt um $INCREMENT$ anhebst und auf all deinen Geräten testest.",
"placeholders": { "placeholders": {
"increment": { "increment": {
"content": "$1", "content": "$1",
@ -1157,6 +1157,19 @@
} }
} }
}, },
"kdfMemory": {
"message": "KDF-Speicher (MB)",
"description": "Memory refers to computer memory (RAM). MB is short for megabytes."
},
"argon2Warning": {
"message": "Werden KDF-Iterationen, -Speicher und -Parallelität zu hoch eingestellt, kann das zu einer schlechten Leistung führen, wenn du dich bei Bitwarden auf langsameren oder älteren Geräten einloggst (und diese entsperrst). Wir empfehlen dir, diese individuell in kleinen Schritten zu ändern und dann alle deine Geräte zu testen."
},
"kdfParallelism": {
"message": "KDF-Parallelität"
},
"argon2Desc": {
"message": "Höhere KDF-Iterationen, -Speicher und -Parallelität helfen dabei, dein Master-Passwort besser vor Brute-Force-Angriffen zu schützen."
},
"changeKdf": { "changeKdf": {
"message": "KDF ändern" "message": "KDF ändern"
}, },
@ -2044,6 +2057,9 @@
"manageSubscription": { "manageSubscription": {
"message": "Abo verwalten" "message": "Abo verwalten"
}, },
"launchCloudSubscription": {
"message": "Cloud-Abonnement starten"
},
"storage": { "storage": {
"message": "Speicher" "message": "Speicher"
}, },
@ -2497,7 +2513,7 @@
"message": "Mitglied bearbeiten" "message": "Mitglied bearbeiten"
}, },
"fieldOnTabRequiresAttention": { "fieldOnTabRequiresAttention": {
"message": "A field on the '$TAB$' tab requires your attention.", "message": "Ein Feld auf der Registerkarte '$TAB$' erfordert deine Aufmerksamkeit.",
"placeholders": { "placeholders": {
"tab": { "tab": {
"content": "$1", "content": "$1",
@ -5225,9 +5241,6 @@
"billingSyncApiKeyRotated": { "billingSyncApiKeyRotated": {
"message": "Token erneuert." "message": "Token erneuert."
}, },
"billingSync": {
"message": "Rechnungssynchronisation"
},
"billingSyncDesc": { "billingSyncDesc": {
"message": "Die Rechnungssynchronisation bietet ein kostenloses Familien-Abo für Mitglieder und erweiterte Abrechnungsmöglichkeiten, indem du dein selbst gehostetes Bitwarden mit dem Bitwarden Cloud-Server verbindest." "message": "Die Rechnungssynchronisation bietet ein kostenloses Familien-Abo für Mitglieder und erweiterte Abrechnungsmöglichkeiten, indem du dein selbst gehostetes Bitwarden mit dem Bitwarden Cloud-Server verbindest."
}, },
@ -5279,6 +5292,15 @@
"required": { "required": {
"message": "erforderlich" "message": "erforderlich"
}, },
"characterMaximum": {
"message": "Maximal $MAX$ Zeichen",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"idpSingleSignOnServiceUrlRequired": { "idpSingleSignOnServiceUrlRequired": {
"message": "Erforderlich, wenn die Entitäts-ID keine URL ist." "message": "Erforderlich, wenn die Entitäts-ID keine URL ist."
}, },
@ -5565,10 +5587,10 @@
} }
}, },
"multipleInputEmails": { "multipleInputEmails": {
"message": "1 or more emails are invalid" "message": "Mindestens 1 E-Mail-Adresse ist ungültig"
}, },
"tooManyEmails": { "tooManyEmails": {
"message": "You can only submit up to $COUNT$ emails at a time", "message": "Du kannst nur bis zu $COUNT$ E-Mails gleichzeitig senden",
"placeholders": { "placeholders": {
"count": { "count": {
"content": "$1", "content": "$1",
@ -6082,6 +6104,36 @@
} }
} }
}, },
"licenseAndBillingManagement": {
"message": "Lizenz- und Rechnungsverwaltung"
},
"automaticSync": {
"message": "Automatische Synchronisierung"
},
"manualUpload": {
"message": "Manuelles Hochladen"
},
"manualUploadDesc": {
"message": "Wenn du dich nicht für die Abrechnungssynchronisierung entscheiden möchtest, lade deine Lizenz hier manuell hoch."
},
"syncLicense": {
"message": "Lizenz synchronisieren"
},
"licenseSyncSuccess": {
"message": "Lizenz erfolgreich synchronisiert"
},
"licenseUploadSuccess": {
"message": "Lizenz erfolgreich hochgeladen"
},
"lastLicenseSync": {
"message": "Letzte Lizenz-Synchronisierung"
},
"billingSyncHelp": {
"message": "Hilfe zur Abrechnungssynchronisierung"
},
"uploadLicense": {
"message": "Lizenz hochladen"
},
"lowKdfIterations": { "lowKdfIterations": {
"message": "Geringe KDF-Iterationen" "message": "Geringe KDF-Iterationen"
}, },
@ -6090,5 +6142,17 @@
}, },
"changeKdfSettings": { "changeKdfSettings": {
"message": "KDF-Einstellungen ändern" "message": "KDF-Einstellungen ändern"
},
"changeKdfLoggedOutWarning": {
"message": "Wenn du fortfährst, wirst du aus deiner aktuellen Sitzung abgemeldet und musst dich neu anmelden. Aktive Sitzungen auf anderen Geräten können bis zu einer Stunde weiter aktiv bleiben. Wir empfehlen, deinen Tresor zu exportieren, bevor du die Verschlüsselungseinstellungen änderst, um Datenverlust zu vermeiden."
},
"secretsManagerBeta": {
"message": "Secrets Manager Beta"
},
"secretsManagerBetaDesc": {
"message": "Aktiviere kostenlosen Benutzerzugriff auf den Secrets Manager während des Beta-Programms."
},
"userAccessSecretsManager": {
"message": "Dieser Benutzer kann auf die Secrets Manager Beta zugreifen"
} }
} }

View File

@ -1157,6 +1157,19 @@
} }
} }
}, },
"kdfMemory": {
"message": "KDF memory (MB)",
"description": "Memory refers to computer memory (RAM). MB is short for megabytes."
},
"argon2Warning": {
"message": "Setting your KDF iterations, memory, and parallelism too high could result in poor performance when logging into (and unlocking) Bitwarden on slower or older devices. We recommend changing these individually in small increments and then test all of your devices."
},
"kdfParallelism": {
"message": "KDF parallelism"
},
"argon2Desc": {
"message": "Higher KDF iterations, memory, and parallelism can help protect your master password from being brute forced by an attacker."
},
"changeKdf": { "changeKdf": {
"message": "Αλλαγή KDF" "message": "Αλλαγή KDF"
}, },
@ -2044,6 +2057,9 @@
"manageSubscription": { "manageSubscription": {
"message": "Διαχείριση Συνδρομής" "message": "Διαχείριση Συνδρομής"
}, },
"launchCloudSubscription": {
"message": "Launch Cloud Subscription"
},
"storage": { "storage": {
"message": "Αποθήκευση" "message": "Αποθήκευση"
}, },
@ -5225,11 +5241,8 @@
"billingSyncApiKeyRotated": { "billingSyncApiKeyRotated": {
"message": "Token rotated" "message": "Token rotated"
}, },
"billingSync": {
"message": "Billing sync"
},
"billingSyncDesc": { "billingSyncDesc": {
"message": "Billing sync provides Free Families plans for members and advanced billing capabilities by linking your self-hosted Bitwarden to the Bitwarden cloud server." "message": "Billing sync unlocks Families sponsorships and automatic license syncing on your server. After making updates in the Bitwarden cloud server, select Sync License to apply changes."
}, },
"billingSyncKeyDesc": { "billingSyncKeyDesc": {
"message": "A billing sync token from your cloud organization's subscription settings is required to complete this form." "message": "A billing sync token from your cloud organization's subscription settings is required to complete this form."
@ -5279,6 +5292,15 @@
"required": { "required": {
"message": "απαιτείται" "message": "απαιτείται"
}, },
"characterMaximum": {
"message": "$MAX$ character maximum",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"idpSingleSignOnServiceUrlRequired": { "idpSingleSignOnServiceUrlRequired": {
"message": "Απαιτείται εάν το ID οντότητας δεν είναι URL." "message": "Απαιτείται εάν το ID οντότητας δεν είναι URL."
}, },
@ -6082,6 +6104,36 @@
} }
} }
}, },
"licenseAndBillingManagement": {
"message": "License and billing management"
},
"automaticSync": {
"message": "Automatic sync"
},
"manualUpload": {
"message": "Manual upload"
},
"manualUploadDesc": {
"message": "If you do not want to opt into billing sync, manually upload your license here."
},
"syncLicense": {
"message": "Sync license"
},
"licenseSyncSuccess": {
"message": "Successfully synced license"
},
"licenseUploadSuccess": {
"message": "Successfully uploaded license"
},
"lastLicenseSync": {
"message": "Last license sync"
},
"billingSyncHelp": {
"message": "Billing Sync help"
},
"uploadLicense": {
"message": "Upload license"
},
"lowKdfIterations": { "lowKdfIterations": {
"message": "Low KDF Iterations" "message": "Low KDF Iterations"
}, },
@ -6090,5 +6142,17 @@
}, },
"changeKdfSettings": { "changeKdfSettings": {
"message": "Change KDF settings" "message": "Change KDF settings"
},
"changeKdfLoggedOutWarning": {
"message": "Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour. We recommend exporting your vault before changing your encryption settings to prevent data loss."
},
"secretsManagerBeta": {
"message": "Secrets Manager Beta"
},
"secretsManagerBetaDesc": {
"message": "Enable user access to the Secrets Manager at no charge during the Beta program."
},
"userAccessSecretsManager": {
"message": "This user can access the Secrets Manager Beta"
} }
} }

View File

@ -1157,6 +1157,19 @@
} }
} }
}, },
"kdfMemory": {
"message": "KDF memory (MB)",
"description": "Memory refers to computer memory (RAM). MB is short for megabytes."
},
"argon2Warning": {
"message": "Setting your KDF iterations, memory, and parallelism too high could result in poor performance when logging into (and unlocking) Bitwarden on slower or older devices. We recommend changing these individually in small increments and then test all of your devices."
},
"kdfParallelism": {
"message": "KDF parallelism"
},
"argon2Desc": {
"message": "Higher KDF iterations, memory, and parallelism can help protect your master password from being brute forced by an attacker."
},
"changeKdf": { "changeKdf": {
"message": "Change KDF" "message": "Change KDF"
}, },
@ -2044,6 +2057,9 @@
"manageSubscription": { "manageSubscription": {
"message": "Manage subscription" "message": "Manage subscription"
}, },
"launchCloudSubscription": {
"message": "Launch Cloud Subscription"
},
"storage": { "storage": {
"message": "Storage" "message": "Storage"
}, },
@ -5225,9 +5241,6 @@
"billingSyncApiKeyRotated": { "billingSyncApiKeyRotated": {
"message": "Token rotated" "message": "Token rotated"
}, },
"billingSync": {
"message": "Billing sync"
},
"billingSyncDesc": { "billingSyncDesc": {
"message": "Billing sync provides Free Families plans for members and advanced billing capabilities by linking your self-hosted Bitwarden to the Bitwarden cloud server." "message": "Billing sync provides Free Families plans for members and advanced billing capabilities by linking your self-hosted Bitwarden to the Bitwarden cloud server."
}, },
@ -5279,6 +5292,15 @@
"required": { "required": {
"message": "required" "message": "required"
}, },
"characterMaximum": {
"message": "$MAX$ character maximum",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"idpSingleSignOnServiceUrlRequired": { "idpSingleSignOnServiceUrlRequired": {
"message": "Required if Entity ID is not a URL." "message": "Required if Entity ID is not a URL."
}, },
@ -6082,6 +6104,36 @@
} }
} }
}, },
"licenseAndBillingManagement": {
"message": "Licence and billing management"
},
"automaticSync": {
"message": "Automatic sync"
},
"manualUpload": {
"message": "Manual upload"
},
"manualUploadDesc": {
"message": "If you do not want to opt into billing sync, manually upload your licence here."
},
"syncLicense": {
"message": "Sync licence"
},
"licenseSyncSuccess": {
"message": "Successfully synced licence"
},
"licenseUploadSuccess": {
"message": "Successfully uploaded licence"
},
"lastLicenseSync": {
"message": "Last licence sync"
},
"billingSyncHelp": {
"message": "Billing Sync help"
},
"uploadLicense": {
"message": "Upload licence"
},
"lowKdfIterations": { "lowKdfIterations": {
"message": "Low KDF Iterations" "message": "Low KDF Iterations"
}, },
@ -6090,5 +6142,17 @@
}, },
"changeKdfSettings": { "changeKdfSettings": {
"message": "Change KDF settings" "message": "Change KDF settings"
},
"changeKdfLoggedOutWarning": {
"message": "Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour. We recommend exporting your vault before changing your encryption settings to prevent data loss."
},
"secretsManagerBeta": {
"message": "Secrets Manager Beta"
},
"secretsManagerBetaDesc": {
"message": "Enable user access to the Secrets Manager at no charge during the Beta program."
},
"userAccessSecretsManager": {
"message": "This user can access the Secrets Manager Beta"
} }
} }

View File

@ -1157,6 +1157,19 @@
} }
} }
}, },
"kdfMemory": {
"message": "KDF memory (MB)",
"description": "Memory refers to computer memory (RAM). MB is short for megabytes."
},
"argon2Warning": {
"message": "Setting your KDF iterations, memory, and parallelism too high could result in poor performance when logging into (and unlocking) Bitwarden on slower or older devices. We recommend changing these individually in small increments and then test all of your devices."
},
"kdfParallelism": {
"message": "KDF parallelism"
},
"argon2Desc": {
"message": "Higher KDF iterations, memory, and parallelism can help protect your master password from being brute forced by an attacker."
},
"changeKdf": { "changeKdf": {
"message": "Change KDF" "message": "Change KDF"
}, },
@ -2044,6 +2057,9 @@
"manageSubscription": { "manageSubscription": {
"message": "Manage subscription" "message": "Manage subscription"
}, },
"launchCloudSubscription": {
"message": "Launch Cloud Subscription"
},
"storage": { "storage": {
"message": "Storage" "message": "Storage"
}, },
@ -5225,11 +5241,8 @@
"billingSyncApiKeyRotated": { "billingSyncApiKeyRotated": {
"message": "Token rotated" "message": "Token rotated"
}, },
"billingSync": {
"message": "Billing sync"
},
"billingSyncDesc": { "billingSyncDesc": {
"message": "Billing sync provides Free Families plans for members and advanced billing capabilities by linking your self-hosted Bitwarden to the Bitwarden cloud server." "message": "Billing sync unlocks Families sponsorships and automatic license syncing on your server. After making updates in the Bitwarden cloud server, select Sync License to apply changes."
}, },
"billingSyncKeyDesc": { "billingSyncKeyDesc": {
"message": "A billing sync token from your cloud organization's subscription settings is required to complete this form." "message": "A billing sync token from your cloud organization's subscription settings is required to complete this form."
@ -5279,6 +5292,15 @@
"required": { "required": {
"message": "required" "message": "required"
}, },
"characterMaximum": {
"message": "$MAX$ character maximum",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"idpSingleSignOnServiceUrlRequired": { "idpSingleSignOnServiceUrlRequired": {
"message": "Required if Entity ID is not a URL." "message": "Required if Entity ID is not a URL."
}, },
@ -6082,6 +6104,36 @@
} }
} }
}, },
"licenseAndBillingManagement": {
"message": "License and billing management"
},
"automaticSync": {
"message": "Automatic sync"
},
"manualUpload": {
"message": "Manual upload"
},
"manualUploadDesc": {
"message": "If you do not want to opt into billing sync, manually upload your license here."
},
"syncLicense": {
"message": "Sync license"
},
"licenseSyncSuccess": {
"message": "Successfully synced license"
},
"licenseUploadSuccess": {
"message": "Successfully uploaded license"
},
"lastLicenseSync": {
"message": "Last license sync"
},
"billingSyncHelp": {
"message": "Billing Sync help"
},
"uploadLicense": {
"message": "Upload license"
},
"lowKdfIterations": { "lowKdfIterations": {
"message": "Low KDF Iterations" "message": "Low KDF Iterations"
}, },
@ -6090,5 +6142,17 @@
}, },
"changeKdfSettings": { "changeKdfSettings": {
"message": "Change KDF settings" "message": "Change KDF settings"
},
"changeKdfLoggedOutWarning": {
"message": "Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour. We recommend exporting your vault before changing your encryption settings to prevent data loss."
},
"secretsManagerBeta": {
"message": "Secrets Manager Beta"
},
"secretsManagerBetaDesc": {
"message": "Enable user access to the Secrets Manager at no charge during the Beta program."
},
"userAccessSecretsManager": {
"message": "This user can access the Secrets Manager Beta"
} }
} }

View File

@ -1157,6 +1157,19 @@
} }
} }
}, },
"kdfMemory": {
"message": "KDF memory (MB)",
"description": "Memory refers to computer memory (RAM). MB is short for megabytes."
},
"argon2Warning": {
"message": "Setting your KDF iterations, memory, and parallelism too high could result in poor performance when logging into (and unlocking) Bitwarden on slower or older devices. We recommend changing these individually in small increments and then test all of your devices."
},
"kdfParallelism": {
"message": "KDF parallelism"
},
"argon2Desc": {
"message": "Higher KDF iterations, memory, and parallelism can help protect your master password from being brute forced by an attacker."
},
"changeKdf": { "changeKdf": {
"message": "Ŝanĝi KDF" "message": "Ŝanĝi KDF"
}, },
@ -2044,6 +2057,9 @@
"manageSubscription": { "manageSubscription": {
"message": "Administri Abonon" "message": "Administri Abonon"
}, },
"launchCloudSubscription": {
"message": "Launch Cloud Subscription"
},
"storage": { "storage": {
"message": "Stokado" "message": "Stokado"
}, },
@ -5225,11 +5241,8 @@
"billingSyncApiKeyRotated": { "billingSyncApiKeyRotated": {
"message": "Token rotated" "message": "Token rotated"
}, },
"billingSync": {
"message": "Billing sync"
},
"billingSyncDesc": { "billingSyncDesc": {
"message": "Billing sync provides Free Families plans for members and advanced billing capabilities by linking your self-hosted Bitwarden to the Bitwarden cloud server." "message": "Billing sync unlocks Families sponsorships and automatic license syncing on your server. After making updates in the Bitwarden cloud server, select Sync License to apply changes."
}, },
"billingSyncKeyDesc": { "billingSyncKeyDesc": {
"message": "A billing sync token from your cloud organization's subscription settings is required to complete this form." "message": "A billing sync token from your cloud organization's subscription settings is required to complete this form."
@ -5279,6 +5292,15 @@
"required": { "required": {
"message": "deviga" "message": "deviga"
}, },
"characterMaximum": {
"message": "$MAX$ character maximum",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"idpSingleSignOnServiceUrlRequired": { "idpSingleSignOnServiceUrlRequired": {
"message": "Required if Entity ID is not a URL." "message": "Required if Entity ID is not a URL."
}, },
@ -6082,6 +6104,36 @@
} }
} }
}, },
"licenseAndBillingManagement": {
"message": "License and billing management"
},
"automaticSync": {
"message": "Automatic sync"
},
"manualUpload": {
"message": "Manual upload"
},
"manualUploadDesc": {
"message": "If you do not want to opt into billing sync, manually upload your license here."
},
"syncLicense": {
"message": "Sync license"
},
"licenseSyncSuccess": {
"message": "Successfully synced license"
},
"licenseUploadSuccess": {
"message": "Successfully uploaded license"
},
"lastLicenseSync": {
"message": "Last license sync"
},
"billingSyncHelp": {
"message": "Billing Sync help"
},
"uploadLicense": {
"message": "Upload license"
},
"lowKdfIterations": { "lowKdfIterations": {
"message": "Low KDF Iterations" "message": "Low KDF Iterations"
}, },
@ -6090,5 +6142,17 @@
}, },
"changeKdfSettings": { "changeKdfSettings": {
"message": "Change KDF settings" "message": "Change KDF settings"
},
"changeKdfLoggedOutWarning": {
"message": "Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour. We recommend exporting your vault before changing your encryption settings to prevent data loss."
},
"secretsManagerBeta": {
"message": "Secrets Manager Beta"
},
"secretsManagerBetaDesc": {
"message": "Enable user access to the Secrets Manager at no charge during the Beta program."
},
"userAccessSecretsManager": {
"message": "This user can access the Secrets Manager Beta"
} }
} }

View File

@ -1157,6 +1157,19 @@
} }
} }
}, },
"kdfMemory": {
"message": "Memoria KDF (MB)",
"description": "Memory refers to computer memory (RAM). MB is short for megabytes."
},
"argon2Warning": {
"message": "Setting your KDF iterations, memory, and parallelism too high could result in poor performance when logging into (and unlocking) Bitwarden on slower or older devices. We recommend changing these individually in small increments and then test all of your devices."
},
"kdfParallelism": {
"message": "Paralelismo KDF"
},
"argon2Desc": {
"message": "Las iteraciones, memorias y paralelismos de KDF más altos pueden ayudar a proteger su contraseña maestra de ser calculada por un atacante."
},
"changeKdf": { "changeKdf": {
"message": "Modificar KDF" "message": "Modificar KDF"
}, },
@ -2044,6 +2057,9 @@
"manageSubscription": { "manageSubscription": {
"message": "Administrar suscripción" "message": "Administrar suscripción"
}, },
"launchCloudSubscription": {
"message": "Iniciar suscripción en la nube"
},
"storage": { "storage": {
"message": "Almacenamiento" "message": "Almacenamiento"
}, },
@ -5225,9 +5241,6 @@
"billingSyncApiKeyRotated": { "billingSyncApiKeyRotated": {
"message": "Token rotado." "message": "Token rotado."
}, },
"billingSync": {
"message": "Facturación sincronizada"
},
"billingSyncDesc": { "billingSyncDesc": {
"message": "La sincronización de facturación ofrece planes familiares gratuitos para los miembros y facilidades de facturación avanzada, conectando la caja fuerte autoalojada de Bitwarden al servidor en la nube de Bitwarden." "message": "La sincronización de facturación ofrece planes familiares gratuitos para los miembros y facilidades de facturación avanzada, conectando la caja fuerte autoalojada de Bitwarden al servidor en la nube de Bitwarden."
}, },
@ -5279,6 +5292,15 @@
"required": { "required": {
"message": "requerido" "message": "requerido"
}, },
"characterMaximum": {
"message": "$MAX$ caracteres como máximo",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"idpSingleSignOnServiceUrlRequired": { "idpSingleSignOnServiceUrlRequired": {
"message": "Requerido si el ID de la entidad no es una URL." "message": "Requerido si el ID de la entidad no es una URL."
}, },
@ -6082,6 +6104,36 @@
} }
} }
}, },
"licenseAndBillingManagement": {
"message": "Gestión de licencias y facturación"
},
"automaticSync": {
"message": "Sincronización automática"
},
"manualUpload": {
"message": "Carga manual"
},
"manualUploadDesc": {
"message": "Si no quieres optar por sincronizar la facturación, sube manualmente tu licencia aquí."
},
"syncLicense": {
"message": "Sincronizar licencia"
},
"licenseSyncSuccess": {
"message": "Licencia sincronizada correctamente"
},
"licenseUploadSuccess": {
"message": "Licencia cargada correctamente"
},
"lastLicenseSync": {
"message": "Última sincronización de la licencia"
},
"billingSyncHelp": {
"message": "Ayuda de sincronización de facturación"
},
"uploadLicense": {
"message": "Subir licencia"
},
"lowKdfIterations": { "lowKdfIterations": {
"message": "Iteraciones KDF bajas" "message": "Iteraciones KDF bajas"
}, },
@ -6090,5 +6142,17 @@
}, },
"changeKdfSettings": { "changeKdfSettings": {
"message": "Cambiar ajustes de KDF" "message": "Cambiar ajustes de KDF"
},
"changeKdfLoggedOutWarning": {
"message": "Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour. We recommend exporting your vault before changing your encryption settings to prevent data loss."
},
"secretsManagerBeta": {
"message": "Administrador de secretos Beta"
},
"secretsManagerBetaDesc": {
"message": "Habilitar el acceso de usuario al Administrador de Secretos sin costo alguno durante el programa Beta."
},
"userAccessSecretsManager": {
"message": "Este usuario puede acceder al Administrador Secretos Beta"
} }
} }

View File

@ -1157,6 +1157,19 @@
} }
} }
}, },
"kdfMemory": {
"message": "KDF memory (MB)",
"description": "Memory refers to computer memory (RAM). MB is short for megabytes."
},
"argon2Warning": {
"message": "Setting your KDF iterations, memory, and parallelism too high could result in poor performance when logging into (and unlocking) Bitwarden on slower or older devices. We recommend changing these individually in small increments and then test all of your devices."
},
"kdfParallelism": {
"message": "KDF parallelism"
},
"argon2Desc": {
"message": "Higher KDF iterations, memory, and parallelism can help protect your master password from being brute forced by an attacker."
},
"changeKdf": { "changeKdf": {
"message": "Muuda KDF-i" "message": "Muuda KDF-i"
}, },
@ -2044,6 +2057,9 @@
"manageSubscription": { "manageSubscription": {
"message": "Tellimuse haldamine" "message": "Tellimuse haldamine"
}, },
"launchCloudSubscription": {
"message": "Launch Cloud Subscription"
},
"storage": { "storage": {
"message": "Salvestusruum" "message": "Salvestusruum"
}, },
@ -5225,11 +5241,8 @@
"billingSyncApiKeyRotated": { "billingSyncApiKeyRotated": {
"message": "Token rotated" "message": "Token rotated"
}, },
"billingSync": {
"message": "Billing sync"
},
"billingSyncDesc": { "billingSyncDesc": {
"message": "Billing sync provides Free Families plans for members and advanced billing capabilities by linking your self-hosted Bitwarden to the Bitwarden cloud server." "message": "Billing sync unlocks Families sponsorships and automatic license syncing on your server. After making updates in the Bitwarden cloud server, select Sync License to apply changes."
}, },
"billingSyncKeyDesc": { "billingSyncKeyDesc": {
"message": "A billing sync token from your cloud organization's subscription settings is required to complete this form." "message": "A billing sync token from your cloud organization's subscription settings is required to complete this form."
@ -5279,6 +5292,15 @@
"required": { "required": {
"message": "required" "message": "required"
}, },
"characterMaximum": {
"message": "$MAX$ character maximum",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"idpSingleSignOnServiceUrlRequired": { "idpSingleSignOnServiceUrlRequired": {
"message": "Required if Entity ID is not a URL." "message": "Required if Entity ID is not a URL."
}, },
@ -6082,6 +6104,36 @@
} }
} }
}, },
"licenseAndBillingManagement": {
"message": "License and billing management"
},
"automaticSync": {
"message": "Automatic sync"
},
"manualUpload": {
"message": "Manual upload"
},
"manualUploadDesc": {
"message": "If you do not want to opt into billing sync, manually upload your license here."
},
"syncLicense": {
"message": "Sync license"
},
"licenseSyncSuccess": {
"message": "Successfully synced license"
},
"licenseUploadSuccess": {
"message": "Successfully uploaded license"
},
"lastLicenseSync": {
"message": "Last license sync"
},
"billingSyncHelp": {
"message": "Billing Sync help"
},
"uploadLicense": {
"message": "Upload license"
},
"lowKdfIterations": { "lowKdfIterations": {
"message": "Low KDF Iterations" "message": "Low KDF Iterations"
}, },
@ -6090,5 +6142,17 @@
}, },
"changeKdfSettings": { "changeKdfSettings": {
"message": "Change KDF settings" "message": "Change KDF settings"
},
"changeKdfLoggedOutWarning": {
"message": "Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour. We recommend exporting your vault before changing your encryption settings to prevent data loss."
},
"secretsManagerBeta": {
"message": "Secrets Manager Beta"
},
"secretsManagerBetaDesc": {
"message": "Enable user access to the Secrets Manager at no charge during the Beta program."
},
"userAccessSecretsManager": {
"message": "This user can access the Secrets Manager Beta"
} }
} }

View File

@ -1149,7 +1149,7 @@
} }
}, },
"kdfIterationsWarning": { "kdfIterationsWarning": {
"message": "KFD iterazio altuegiak konfiguratzea errendimendu eskasa izan liteke CPU motelagoko gailuetan Bitwarden saioa hasi eta/edo desblokeatzean. Gomendatzen dugu balioa handitzea $INCREMENT$ gehikuntzan, eta gero gailu guztietan probatzea.", "message": "Setting your KDF iterations too high could result in poor performance when logging into (and unlocking) Bitwarden on slower or older devices. We recommend that you increase the value in increments of $INCREMENT$ and then test all of your devices.",
"placeholders": { "placeholders": {
"increment": { "increment": {
"content": "$1", "content": "$1",
@ -1157,6 +1157,19 @@
} }
} }
}, },
"kdfMemory": {
"message": "KDF memory (MB)",
"description": "Memory refers to computer memory (RAM). MB is short for megabytes."
},
"argon2Warning": {
"message": "Setting your KDF iterations, memory, and parallelism too high could result in poor performance when logging into (and unlocking) Bitwarden on slower or older devices. We recommend changing these individually in small increments and then test all of your devices."
},
"kdfParallelism": {
"message": "KDF parallelism"
},
"argon2Desc": {
"message": "Higher KDF iterations, memory, and parallelism can help protect your master password from being brute forced by an attacker."
},
"changeKdf": { "changeKdf": {
"message": "Aldatu KDF" "message": "Aldatu KDF"
}, },
@ -2044,6 +2057,9 @@
"manageSubscription": { "manageSubscription": {
"message": "Harpidetza kudeatu" "message": "Harpidetza kudeatu"
}, },
"launchCloudSubscription": {
"message": "Launch Cloud Subscription"
},
"storage": { "storage": {
"message": "Biltegia" "message": "Biltegia"
}, },
@ -5225,9 +5241,6 @@
"billingSyncApiKeyRotated": { "billingSyncApiKeyRotated": {
"message": "Tokena berritua." "message": "Tokena berritua."
}, },
"billingSync": {
"message": "Fakturazioaren sinkronizazioa"
},
"billingSyncDesc": { "billingSyncDesc": {
"message": "Doako Familia planak kideentzako fakturazioaren sinkronizazioa eta fakturatzeko gaitasun aurreratuak eskaintzen ditu, Bitwarden ostatatze propioa Bitwarden zerbitzariarekin konektatuz." "message": "Doako Familia planak kideentzako fakturazioaren sinkronizazioa eta fakturatzeko gaitasun aurreratuak eskaintzen ditu, Bitwarden ostatatze propioa Bitwarden zerbitzariarekin konektatuz."
}, },
@ -5279,6 +5292,15 @@
"required": { "required": {
"message": "beharrezkoa" "message": "beharrezkoa"
}, },
"characterMaximum": {
"message": "$MAX$ character maximum",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"idpSingleSignOnServiceUrlRequired": { "idpSingleSignOnServiceUrlRequired": {
"message": "Beharrezkoa da entitatearen ID-a URL bat ez bada." "message": "Beharrezkoa da entitatearen ID-a URL bat ez bada."
}, },
@ -6082,6 +6104,36 @@
} }
} }
}, },
"licenseAndBillingManagement": {
"message": "License and billing management"
},
"automaticSync": {
"message": "Automatic sync"
},
"manualUpload": {
"message": "Manual upload"
},
"manualUploadDesc": {
"message": "If you do not want to opt into billing sync, manually upload your license here."
},
"syncLicense": {
"message": "Sync license"
},
"licenseSyncSuccess": {
"message": "Successfully synced license"
},
"licenseUploadSuccess": {
"message": "Successfully uploaded license"
},
"lastLicenseSync": {
"message": "Last license sync"
},
"billingSyncHelp": {
"message": "Billing Sync help"
},
"uploadLicense": {
"message": "Upload license"
},
"lowKdfIterations": { "lowKdfIterations": {
"message": "Low KDF Iterations" "message": "Low KDF Iterations"
}, },
@ -6090,5 +6142,17 @@
}, },
"changeKdfSettings": { "changeKdfSettings": {
"message": "Change KDF settings" "message": "Change KDF settings"
},
"changeKdfLoggedOutWarning": {
"message": "Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour. We recommend exporting your vault before changing your encryption settings to prevent data loss."
},
"secretsManagerBeta": {
"message": "Secrets Manager Beta"
},
"secretsManagerBetaDesc": {
"message": "Enable user access to the Secrets Manager at no charge during the Beta program."
},
"userAccessSecretsManager": {
"message": "This user can access the Secrets Manager Beta"
} }
} }

View File

@ -1157,6 +1157,19 @@
} }
} }
}, },
"kdfMemory": {
"message": "حافظه‌ی KDF (MB)",
"description": "Memory refers to computer memory (RAM). MB is short for megabytes."
},
"argon2Warning": {
"message": "تنظیم تکرارهای KDF، حافظه و موازی سازی بیش از حد می‌تواند منجر به عملکرد ضعیف هنگام ورود به Bitwarden (و باز کردن قفل) در دستگاه های کندتر یا قدیمی تر شود. توصیه می‌کنیم این موارد را به صورت جداگانه و با افزایش های کوچک تغییر دهید و سپس همه دستگاه های خود را آزمایش کنید."
},
"kdfParallelism": {
"message": "موازی سازی KDF"
},
"argon2Desc": {
"message": "تکرارهای KDF بالاتر، حافظه و موازی سازی می‌تواند به محافظت از کلمه عبور اصلی شما در برابر حمله بروت فورث توسط مهاجم کمک کند."
},
"changeKdf": { "changeKdf": {
"message": "تغییر KDF" "message": "تغییر KDF"
}, },
@ -2044,6 +2057,9 @@
"manageSubscription": { "manageSubscription": {
"message": "مدیریت اشتراک" "message": "مدیریت اشتراک"
}, },
"launchCloudSubscription": {
"message": "اشتراک Cloud را راه اندازی کنید"
},
"storage": { "storage": {
"message": "حافظه" "message": "حافظه"
}, },
@ -5225,9 +5241,6 @@
"billingSyncApiKeyRotated": { "billingSyncApiKeyRotated": {
"message": "توکن چرخانده شد" "message": "توکن چرخانده شد"
}, },
"billingSync": {
"message": "همگام‌سازی صورتحساب"
},
"billingSyncDesc": { "billingSyncDesc": {
"message": "همگام‌سازی صورتحساب با پیوند دادن Bitwarden خود میزبان شما به سرور ابری Bitwarden، برنامه‌های خانواده رایگان را برای اعضا و قابلیت‌های پیشرفته صورتحساب ارائه می‌کند." "message": "همگام‌سازی صورتحساب با پیوند دادن Bitwarden خود میزبان شما به سرور ابری Bitwarden، برنامه‌های خانواده رایگان را برای اعضا و قابلیت‌های پیشرفته صورتحساب ارائه می‌کند."
}, },
@ -5279,6 +5292,15 @@
"required": { "required": {
"message": "الزامی است" "message": "الزامی است"
}, },
"characterMaximum": {
"message": "حداکثر کاراکتر $MAX$",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"idpSingleSignOnServiceUrlRequired": { "idpSingleSignOnServiceUrlRequired": {
"message": "اگر شناسه موجودیت یک نشانی اینترنتی نباشد، الزامی است." "message": "اگر شناسه موجودیت یک نشانی اینترنتی نباشد، الزامی است."
}, },
@ -6082,13 +6104,55 @@
} }
} }
}, },
"licenseAndBillingManagement": {
"message": "مدیریت مجوز و صورتحساب"
},
"automaticSync": {
"message": "همگام‌سازی خودکار"
},
"manualUpload": {
"message": "آپلود دستی"
},
"manualUploadDesc": {
"message": "اگر نمی‌خواهید همگام‌سازی صورتحساب را انتخاب کنید، مجوز خود را به‌صورت دستی در اینجا آپلود کنید."
},
"syncLicense": {
"message": "مجوز همگام‌سازی"
},
"licenseSyncSuccess": {
"message": "مجوز همگام‌سازی با موفقیت انجام شد"
},
"licenseUploadSuccess": {
"message": "مجوز با موفقیت بارگذاری شد"
},
"lastLicenseSync": {
"message": "آخرین همگام‌سازی مجوز"
},
"billingSyncHelp": {
"message": "راهنمای همگام‌سازی صورتحساب"
},
"uploadLicense": {
"message": "بارگذاری مجوز"
},
"lowKdfIterations": { "lowKdfIterations": {
"message": "Low KDF Iterations" "message": "تکرار KDF کم"
}, },
"lowKdfIterationsDesc": { "lowKdfIterationsDesc": {
"message": "Increase your KDF encryption settings to improve the security of your account." "message": "تنظیمات رمزگذاری KDF خود را برای بهبود امنیت حساب خود افزایش دهید."
}, },
"changeKdfSettings": { "changeKdfSettings": {
"message": "Change KDF settings" "message": "تغییر تنظیمات KDF"
},
"changeKdfLoggedOutWarning": {
"message": "ادامه، شما را از نشست فعلی خارج می‌کند و باید دوباره وارد سیستم شوید. نشست‌های فعال در دستگاه‌های دیگر ممکن است تا یک ساعت فعال بمانند. توصیه می‌کنیم قبل از تغییر تنظیمات رمزگذاری برای جلوگیری از دست رفتن داده‌ها، گاوصندوق خود را برون ریزی کنید."
},
"secretsManagerBeta": {
"message": "بتا مدیر اسرار"
},
"secretsManagerBetaDesc": {
"message": "در طول برنامه بتا، دسترسی کاربر به مدیر اسرار را بدون هیچ هزینه ای فعال کنید."
},
"userAccessSecretsManager": {
"message": "این کاربر می‌تواند به بتای مدیر اسرار دسترسی داشته باشد"
} }
} }

View File

@ -1149,7 +1149,7 @@
} }
}, },
"kdfIterationsWarning": { "kdfIterationsWarning": {
"message": "Liian korkea KDF-toistojen määrä saattaa hidastaa kirjautumista ja holvin avautumista heikkotehoisilla laitteilla. Suosittelemme toistomäärän korotusta $INCREMENT$ välein ja muutosten koekäyttöä kaikilla laitteillasi.", "message": "Liian korkea KDF-toistojen määrä saattaa hidastaa Bitwardeniin kirjautumista (ja lukituksen avausta) heikkotehoisilla tai vanhoilla laitteilla. Arvoja kannattaa korottaa $INCREMENT$ välein ja muutoksia kokeilla kaikilla laitteilla.",
"placeholders": { "placeholders": {
"increment": { "increment": {
"content": "$1", "content": "$1",
@ -1157,6 +1157,19 @@
} }
} }
}, },
"kdfMemory": {
"message": "KDF-muisti (Mt)",
"description": "Memory refers to computer memory (RAM). MB is short for megabytes."
},
"argon2Warning": {
"message": "Liian korkea KDF-toistojen, -muistin ja -rinnakkaisuuksien määrät saattavat hidastaa Bitwardeniin kirjautumista (ja lukituksen avausta) heikkotehoisilla tai vanhoilla laitteilla. Arvoja kannattaa korottaa vain vähän kerrallaan ja muutoksia kokeilla kaikilla laitteilla."
},
"kdfParallelism": {
"message": "KDF-rinnakkaisuus"
},
"argon2Desc": {
"message": "Korkeammat KDF-toistojen, -muistin ja -rinnakkaisuuksien määrät voivat suojata pääsalasanaasi murtautujien väsytyshyökkäyksiltä."
},
"changeKdf": { "changeKdf": {
"message": "Vaihda KDF-asetuksia" "message": "Vaihda KDF-asetuksia"
}, },
@ -2044,6 +2057,9 @@
"manageSubscription": { "manageSubscription": {
"message": "Hallitse tilausta" "message": "Hallitse tilausta"
}, },
"launchCloudSubscription": {
"message": "Käynnistä pilvitilaus"
},
"storage": { "storage": {
"message": "Tallennustila" "message": "Tallennustila"
}, },
@ -5225,9 +5241,6 @@
"billingSyncApiKeyRotated": { "billingSyncApiKeyRotated": {
"message": "Tunniste uudistettiin" "message": "Tunniste uudistettiin"
}, },
"billingSync": {
"message": "Laskutuksen synkronointi"
},
"billingSyncDesc": { "billingSyncDesc": {
"message": "Laskutuksen synkronointi mahdollistaa jäsenille ilmaiset Perheille-tilaukset ja edistyneet laskutusominaisuudet liittämällä itse ylläpitämäsi Bitwarden-palvelimen Bitwardenin pilvipalvelimeen." "message": "Laskutuksen synkronointi mahdollistaa jäsenille ilmaiset Perheille-tilaukset ja edistyneet laskutusominaisuudet liittämällä itse ylläpitämäsi Bitwarden-palvelimen Bitwardenin pilvipalvelimeen."
}, },
@ -5279,6 +5292,15 @@
"required": { "required": {
"message": "pakollinen" "message": "pakollinen"
}, },
"characterMaximum": {
"message": "Enintään $MAX$ merkkiä",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"idpSingleSignOnServiceUrlRequired": { "idpSingleSignOnServiceUrlRequired": {
"message": "Vaaditaan, jos Entity ID ei ole kelvollinen URL-osoite." "message": "Vaaditaan, jos Entity ID ei ole kelvollinen URL-osoite."
}, },
@ -5927,10 +5949,10 @@
"message": "Alavalikko" "message": "Alavalikko"
}, },
"from": { "from": {
"message": "From" "message": "Alkaen"
}, },
"to": { "to": {
"message": "To" "message": "Päättyen"
}, },
"member": { "member": {
"message": "Jäsen" "message": "Jäsen"
@ -6082,13 +6104,55 @@
} }
} }
}, },
"licenseAndBillingManagement": {
"message": "Lisenssien ja laskutuksen hallinta"
},
"automaticSync": {
"message": "Automaattinen synkronointi"
},
"manualUpload": {
"message": "Manuaalinen tallennus"
},
"manualUploadDesc": {
"message": "Jos et halua liittyä laskutuksen synkronointiin, tallenna lisenssisi tänne manuallisesti."
},
"syncLicense": {
"message": "Synkronoi lisenssi"
},
"licenseSyncSuccess": {
"message": "Lisenssin synkronointi onnistui"
},
"licenseUploadSuccess": {
"message": "Lisenssin tallennus onnistui"
},
"lastLicenseSync": {
"message": "Edellinen lisenssin synkronointi"
},
"billingSyncHelp": {
"message": "Laskutuksen synkronoinnin ohje"
},
"uploadLicense": {
"message": "Tallenna lisenssi"
},
"lowKdfIterations": { "lowKdfIterations": {
"message": "Vähän KDF-toistoja" "message": "Alhainen KDF-toistomäärä"
}, },
"lowKdfIterationsDesc": { "lowKdfIterationsDesc": {
"message": "Kasvata KDF-salausasetuksiasi tilisi tietoturvan parantamiseksi." "message": "Paranna tilisi suojausta korottamalla KDF-salausasetuksiasi."
}, },
"changeKdfSettings": { "changeKdfSettings": {
"message": "Muuta KDF-asetuksia" "message": "Muuta KDF-asetuksia"
},
"changeKdfLoggedOutWarning": {
"message": "Jos jatkat, uloskirjaat nykyisen istunnon ja sinun on kirjauduttava takaisin sisään. Muiden laitteiden aktiiviset istunnot voivat toimia vielä tunnin ajan. Tietojesi säilyvyyden varmistamiseksi suosittelemme, että viet holvisi sisällön ennen kuin muutat salausasetuksiasi."
},
"secretsManagerBeta": {
"message": "Salaisuushallinta Beta"
},
"secretsManagerBetaDesc": {
"message": "Salli käyttäjille Salaisuuksienhallinan käyttöoikeus Beta-ohjelman aikana veloituksetta."
},
"userAccessSecretsManager": {
"message": "Tämä käyttäjä voi käyttää Salaisuuksienhallinnan Betaa"
} }
} }

File diff suppressed because it is too large Load Diff

View File

@ -1137,7 +1137,7 @@
"message": "Algorithme KDF" "message": "Algorithme KDF"
}, },
"kdfIterations": { "kdfIterations": {
"message": "Nombre d'itérations de KDF" "message": "Itérations KDF"
}, },
"kdfIterationsDesc": { "kdfIterationsDesc": {
"message": "Des itérations KDF plus élevées peuvent aider à protéger votre mot de passe principal contre une attaque par force brute. Nous recommandons une valeur de $VALUE$ ou plus.", "message": "Des itérations KDF plus élevées peuvent aider à protéger votre mot de passe principal contre une attaque par force brute. Nous recommandons une valeur de $VALUE$ ou plus.",
@ -1149,7 +1149,7 @@
} }
}, },
"kdfIterationsWarning": { "kdfIterationsWarning": {
"message": "Si vous définissez un nombre d'itérations KDF trop élevé, les performances risquent d'être mauvaises lorsque vous vous connectez (et déverrouillez) Bitwarden sur des périphériques dont les processeurs sont plus lents. Nous vous recommandons d'augmenter la valeur par incréments de $INCREMENT$, puis de tester tous vos appareils.", "message": "Un réglage trop élevé des itérations, de la mémoire et du parallélisme KDF peut entraîner des performances médiocres lors de la connexion (et du déverrouillage) à Bitwarden sur des appareils plus lents ou plus anciens. Nous vous recommandons d'augmenter la valeur par incréments de $INCREMENT$ et de tester ensuite tous vos appareils.",
"placeholders": { "placeholders": {
"increment": { "increment": {
"content": "$1", "content": "$1",
@ -1157,8 +1157,21 @@
} }
} }
}, },
"kdfMemory": {
"message": "Mémoire KDF (Mo)",
"description": "Memory refers to computer memory (RAM). MB is short for megabytes."
},
"argon2Warning": {
"message": "Un réglage trop élevé des itérations, de la mémoire et du parallélisme KDF peut entraîner des performances médiocres lors de la connexion (et du déverrouillage) à Bitwarden sur des appareils plus lents ou plus anciens. Nous vous recommandons de les modifier individuellement par petits incréments, puis de tester tous vos appareils."
},
"kdfParallelism": {
"message": "Parallélisme KDF"
},
"argon2Desc": {
"message": "Des itérations KDF, une mémoire et un parallélisme plus élevés peuvent contribuer à protéger votre mot de passe principal contre l'attaque par force brute d'un assaillant."
},
"changeKdf": { "changeKdf": {
"message": "Modifier KDF" "message": "Changer KDF"
}, },
"encKeySettingsChanged": { "encKeySettingsChanged": {
"message": "Paramètres de la clé de chiffrement modifiés" "message": "Paramètres de la clé de chiffrement modifiés"
@ -2044,6 +2057,9 @@
"manageSubscription": { "manageSubscription": {
"message": "Gérer l'abonnement" "message": "Gérer l'abonnement"
}, },
"launchCloudSubscription": {
"message": "Démarrer l'Abonnement Cloud"
},
"storage": { "storage": {
"message": "Stockage" "message": "Stockage"
}, },
@ -5225,9 +5241,6 @@
"billingSyncApiKeyRotated": { "billingSyncApiKeyRotated": {
"message": "Jeton permuté." "message": "Jeton permuté."
}, },
"billingSync": {
"message": "Synchronisation de Facturation"
},
"billingSyncDesc": { "billingSyncDesc": {
"message": "La Synchronisation de Facturation fournit des forfaits Familles Gratuits pour les membres et des capacités de facturation avancées en liant votre Bitwarden auto-hébergé au serveur cloud Bitwarden." "message": "La Synchronisation de Facturation fournit des forfaits Familles Gratuits pour les membres et des capacités de facturation avancées en liant votre Bitwarden auto-hébergé au serveur cloud Bitwarden."
}, },
@ -5279,6 +5292,15 @@
"required": { "required": {
"message": "requis" "message": "requis"
}, },
"characterMaximum": {
"message": "$MAX$ caractères maximum",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"idpSingleSignOnServiceUrlRequired": { "idpSingleSignOnServiceUrlRequired": {
"message": "Requis si l'ID d'Entité n'est pas une URL." "message": "Requis si l'ID d'Entité n'est pas une URL."
}, },
@ -5918,7 +5940,7 @@
"message": "Jeton d'accès créé et copié dans le presse-papiers" "message": "Jeton d'accès créé et copié dans le presse-papiers"
}, },
"accessTokenPermissionsBetaNotification": { "accessTokenPermissionsBetaNotification": {
"message": "La gestion des permissions n'est pas disponible pour la version bêta." "message": "La gestion des permissions n'est pas disponible pour la bêta."
}, },
"revokeAccessToken": { "revokeAccessToken": {
"message": "Révoquer le jeton d'accès" "message": "Révoquer le jeton d'accès"
@ -6082,13 +6104,55 @@
} }
} }
}, },
"licenseAndBillingManagement": {
"message": "Gestion des licences et de la facturation"
},
"automaticSync": {
"message": "Synchronisation automatique"
},
"manualUpload": {
"message": "Téléversement manuel"
},
"manualUploadDesc": {
"message": "Si vous ne voulez pas opter pour la synchronisation de la facturation, téléchargez manuellement votre licence ici."
},
"syncLicense": {
"message": "Synchroniser la licence"
},
"licenseSyncSuccess": {
"message": "Licence synchronisée avec succès"
},
"licenseUploadSuccess": {
"message": "Licence téléversée avec succès"
},
"lastLicenseSync": {
"message": "Dernière synchronisation de licence"
},
"billingSyncHelp": {
"message": "Aide sur la Synchronisation de la Facturation"
},
"uploadLicense": {
"message": "Téléverser la licence"
},
"lowKdfIterations": { "lowKdfIterations": {
"message": "Nombre d'itérations de KDF bas" "message": "Itérations KDF basses"
}, },
"lowKdfIterationsDesc": { "lowKdfIterationsDesc": {
"message": "Augmentez vos paramètres de chiffrement KDF pour améliorer la sécurité de votre compte." "message": "Augmentez vos paramètres de chiffrement KDF pour améliorer la sécurité de votre compte."
}, },
"changeKdfSettings": { "changeKdfSettings": {
"message": "Modifier les paramètres KDF" "message": "Changer les paramètres KDF"
},
"changeKdfLoggedOutWarning": {
"message": "En poursuivant, vous serez déconnecté de votre session actuelle et vous devrez vous reconnecter. Les sessions actives sur d'autres appareils peuvent rester actives pendant encore une heure. Nous vous recommandons d'exporter votre coffre avant de changer vos paramètres de chiffrement afin d'éviter une perte de données."
},
"secretsManagerBeta": {
"message": "Gestionnaire de secrets bêta"
},
"secretsManagerBetaDesc": {
"message": "Permettre à l'utilisateur un accès gratuit au gestionnaire de secrets pendant le programme bêta."
},
"userAccessSecretsManager": {
"message": "Cet utilisateur peut accéder au gestionnaire de secrets bêta"
} }
} }

File diff suppressed because it is too large Load Diff

View File

@ -1157,6 +1157,19 @@
} }
} }
}, },
"kdfMemory": {
"message": "KDF memory (MB)",
"description": "Memory refers to computer memory (RAM). MB is short for megabytes."
},
"argon2Warning": {
"message": "Setting your KDF iterations, memory, and parallelism too high could result in poor performance when logging into (and unlocking) Bitwarden on slower or older devices. We recommend changing these individually in small increments and then test all of your devices."
},
"kdfParallelism": {
"message": "KDF parallelism"
},
"argon2Desc": {
"message": "Higher KDF iterations, memory, and parallelism can help protect your master password from being brute forced by an attacker."
},
"changeKdf": { "changeKdf": {
"message": "שנה KDF" "message": "שנה KDF"
}, },
@ -2044,6 +2057,9 @@
"manageSubscription": { "manageSubscription": {
"message": "ניהול מנוי" "message": "ניהול מנוי"
}, },
"launchCloudSubscription": {
"message": "Launch Cloud Subscription"
},
"storage": { "storage": {
"message": "אחסון" "message": "אחסון"
}, },
@ -5225,11 +5241,8 @@
"billingSyncApiKeyRotated": { "billingSyncApiKeyRotated": {
"message": "Token rotated" "message": "Token rotated"
}, },
"billingSync": {
"message": "Billing sync"
},
"billingSyncDesc": { "billingSyncDesc": {
"message": "Billing sync provides Free Families plans for members and advanced billing capabilities by linking your self-hosted Bitwarden to the Bitwarden cloud server." "message": "Billing sync unlocks Families sponsorships and automatic license syncing on your server. After making updates in the Bitwarden cloud server, select Sync License to apply changes."
}, },
"billingSyncKeyDesc": { "billingSyncKeyDesc": {
"message": "A billing sync token from your cloud organization's subscription settings is required to complete this form." "message": "A billing sync token from your cloud organization's subscription settings is required to complete this form."
@ -5279,6 +5292,15 @@
"required": { "required": {
"message": "required" "message": "required"
}, },
"characterMaximum": {
"message": "$MAX$ character maximum",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"idpSingleSignOnServiceUrlRequired": { "idpSingleSignOnServiceUrlRequired": {
"message": "Required if Entity ID is not a URL." "message": "Required if Entity ID is not a URL."
}, },
@ -6082,6 +6104,36 @@
} }
} }
}, },
"licenseAndBillingManagement": {
"message": "License and billing management"
},
"automaticSync": {
"message": "Automatic sync"
},
"manualUpload": {
"message": "Manual upload"
},
"manualUploadDesc": {
"message": "If you do not want to opt into billing sync, manually upload your license here."
},
"syncLicense": {
"message": "Sync license"
},
"licenseSyncSuccess": {
"message": "Successfully synced license"
},
"licenseUploadSuccess": {
"message": "Successfully uploaded license"
},
"lastLicenseSync": {
"message": "Last license sync"
},
"billingSyncHelp": {
"message": "Billing Sync help"
},
"uploadLicense": {
"message": "Upload license"
},
"lowKdfIterations": { "lowKdfIterations": {
"message": "Low KDF Iterations" "message": "Low KDF Iterations"
}, },
@ -6090,5 +6142,17 @@
}, },
"changeKdfSettings": { "changeKdfSettings": {
"message": "Change KDF settings" "message": "Change KDF settings"
},
"changeKdfLoggedOutWarning": {
"message": "Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour. We recommend exporting your vault before changing your encryption settings to prevent data loss."
},
"secretsManagerBeta": {
"message": "Secrets Manager Beta"
},
"secretsManagerBetaDesc": {
"message": "Enable user access to the Secrets Manager at no charge during the Beta program."
},
"userAccessSecretsManager": {
"message": "This user can access the Secrets Manager Beta"
} }
} }

View File

@ -1149,7 +1149,7 @@
} }
}, },
"kdfIterationsWarning": { "kdfIterationsWarning": {
"message": "Setting your KDF iterations too high could result in poor performance when logging into (and unlocking) Bitwarden on devices with slower CPUs. We recommend that you increase the value in increments of $INCREMENT$ and then test all of your devices.", "message": "Setting your KDF iterations too high could result in poor performance when logging into (and unlocking) Bitwarden on slower or older devices. We recommend that you increase the value in increments of $INCREMENT$ and then test all of your devices.",
"placeholders": { "placeholders": {
"increment": { "increment": {
"content": "$1", "content": "$1",
@ -1157,6 +1157,19 @@
} }
} }
}, },
"kdfMemory": {
"message": "KDF memory (MB)",
"description": "Memory refers to computer memory (RAM). MB is short for megabytes."
},
"argon2Warning": {
"message": "Setting your KDF iterations, memory, and parallelism too high could result in poor performance when logging into (and unlocking) Bitwarden on slower or older devices. We recommend changing these individually in small increments and then test all of your devices."
},
"kdfParallelism": {
"message": "KDF parallelism"
},
"argon2Desc": {
"message": "Higher KDF iterations, memory, and parallelism can help protect your master password from being brute forced by an attacker."
},
"changeKdf": { "changeKdf": {
"message": "Change KDF" "message": "Change KDF"
}, },
@ -2044,6 +2057,9 @@
"manageSubscription": { "manageSubscription": {
"message": "Manage subscription" "message": "Manage subscription"
}, },
"launchCloudSubscription": {
"message": "Launch Cloud Subscription"
},
"storage": { "storage": {
"message": "Storage" "message": "Storage"
}, },
@ -5225,11 +5241,8 @@
"billingSyncApiKeyRotated": { "billingSyncApiKeyRotated": {
"message": "Token rotated" "message": "Token rotated"
}, },
"billingSync": {
"message": "Billing sync"
},
"billingSyncDesc": { "billingSyncDesc": {
"message": "Billing sync provides Free Families plans for members and advanced billing capabilities by linking your self-hosted Bitwarden to the Bitwarden cloud server." "message": "Billing sync unlocks Families sponsorships and automatic license syncing on your server. After making updates in the Bitwarden cloud server, select Sync License to apply changes."
}, },
"billingSyncKeyDesc": { "billingSyncKeyDesc": {
"message": "A billing sync token from your cloud organization's subscription settings is required to complete this form." "message": "A billing sync token from your cloud organization's subscription settings is required to complete this form."
@ -5279,6 +5292,15 @@
"required": { "required": {
"message": "required" "message": "required"
}, },
"characterMaximum": {
"message": "$MAX$ character maximum",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"idpSingleSignOnServiceUrlRequired": { "idpSingleSignOnServiceUrlRequired": {
"message": "Required if Entity ID is not a URL." "message": "Required if Entity ID is not a URL."
}, },
@ -6082,6 +6104,36 @@
} }
} }
}, },
"licenseAndBillingManagement": {
"message": "License and billing management"
},
"automaticSync": {
"message": "Automatic sync"
},
"manualUpload": {
"message": "Manual upload"
},
"manualUploadDesc": {
"message": "If you do not want to opt into billing sync, manually upload your license here."
},
"syncLicense": {
"message": "Sync license"
},
"licenseSyncSuccess": {
"message": "Successfully synced license"
},
"licenseUploadSuccess": {
"message": "Successfully uploaded license"
},
"lastLicenseSync": {
"message": "Last license sync"
},
"billingSyncHelp": {
"message": "Billing Sync help"
},
"uploadLicense": {
"message": "Upload license"
},
"lowKdfIterations": { "lowKdfIterations": {
"message": "Low KDF Iterations" "message": "Low KDF Iterations"
}, },
@ -6090,5 +6142,17 @@
}, },
"changeKdfSettings": { "changeKdfSettings": {
"message": "Change KDF settings" "message": "Change KDF settings"
},
"changeKdfLoggedOutWarning": {
"message": "Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour. We recommend exporting your vault before changing your encryption settings to prevent data loss."
},
"secretsManagerBeta": {
"message": "Secrets Manager Beta"
},
"secretsManagerBetaDesc": {
"message": "Enable user access to the Secrets Manager at no charge during the Beta program."
},
"userAccessSecretsManager": {
"message": "This user can access the Secrets Manager Beta"
} }
} }

View File

@ -405,7 +405,7 @@
"message": "Prikaz stavke" "message": "Prikaz stavke"
}, },
"new": { "new": {
"message": "New", "message": "Novo",
"description": "for adding new items" "description": "for adding new items"
}, },
"item": { "item": {
@ -1157,6 +1157,19 @@
} }
} }
}, },
"kdfMemory": {
"message": "KDF memory (MB)",
"description": "Memory refers to computer memory (RAM). MB is short for megabytes."
},
"argon2Warning": {
"message": "Setting your KDF iterations, memory, and parallelism too high could result in poor performance when logging into (and unlocking) Bitwarden on slower or older devices. We recommend changing these individually in small increments and then test all of your devices."
},
"kdfParallelism": {
"message": "KDF parallelism"
},
"argon2Desc": {
"message": "Higher KDF iterations, memory, and parallelism can help protect your master password from being brute forced by an attacker."
},
"changeKdf": { "changeKdf": {
"message": "Promijeni KDF" "message": "Promijeni KDF"
}, },
@ -2044,6 +2057,9 @@
"manageSubscription": { "manageSubscription": {
"message": "Upravljaj pretplatom" "message": "Upravljaj pretplatom"
}, },
"launchCloudSubscription": {
"message": "Launch Cloud Subscription"
},
"storage": { "storage": {
"message": "Prostor za pohranu" "message": "Prostor za pohranu"
}, },
@ -2494,7 +2510,7 @@
"message": "Sigurno želiš obrisati ovu zbirku?" "message": "Sigurno želiš obrisati ovu zbirku?"
}, },
"editMember": { "editMember": {
"message": "Edit member" "message": "Uredi člana"
}, },
"fieldOnTabRequiresAttention": { "fieldOnTabRequiresAttention": {
"message": "A field on the '$TAB$' tab requires your attention.", "message": "A field on the '$TAB$' tab requires your attention.",
@ -5225,11 +5241,8 @@
"billingSyncApiKeyRotated": { "billingSyncApiKeyRotated": {
"message": "Token rotiran" "message": "Token rotiran"
}, },
"billingSync": {
"message": "Sinkronizacija naplate"
},
"billingSyncDesc": { "billingSyncDesc": {
"message": "Billing sync provides Free Families plans for members and advanced billing capabilities by linking your self-hosted Bitwarden to the Bitwarden cloud server." "message": "Billing sync unlocks Families sponsorships and automatic license syncing on your server. After making updates in the Bitwarden cloud server, select Sync License to apply changes."
}, },
"billingSyncKeyDesc": { "billingSyncKeyDesc": {
"message": "A billing sync token from your cloud organization's subscription settings is required to complete this form." "message": "A billing sync token from your cloud organization's subscription settings is required to complete this form."
@ -5279,6 +5292,15 @@
"required": { "required": {
"message": "required" "message": "required"
}, },
"characterMaximum": {
"message": "$MAX$ character maximum",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"idpSingleSignOnServiceUrlRequired": { "idpSingleSignOnServiceUrlRequired": {
"message": "Required if Entity ID is not a URL." "message": "Required if Entity ID is not a URL."
}, },
@ -6082,6 +6104,36 @@
} }
} }
}, },
"licenseAndBillingManagement": {
"message": "License and billing management"
},
"automaticSync": {
"message": "Automatic sync"
},
"manualUpload": {
"message": "Manual upload"
},
"manualUploadDesc": {
"message": "If you do not want to opt into billing sync, manually upload your license here."
},
"syncLicense": {
"message": "Sync license"
},
"licenseSyncSuccess": {
"message": "Successfully synced license"
},
"licenseUploadSuccess": {
"message": "Successfully uploaded license"
},
"lastLicenseSync": {
"message": "Last license sync"
},
"billingSyncHelp": {
"message": "Billing Sync help"
},
"uploadLicense": {
"message": "Upload license"
},
"lowKdfIterations": { "lowKdfIterations": {
"message": "Low KDF Iterations" "message": "Low KDF Iterations"
}, },
@ -6090,5 +6142,17 @@
}, },
"changeKdfSettings": { "changeKdfSettings": {
"message": "Change KDF settings" "message": "Change KDF settings"
},
"changeKdfLoggedOutWarning": {
"message": "Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour. We recommend exporting your vault before changing your encryption settings to prevent data loss."
},
"secretsManagerBeta": {
"message": "Secrets Manager Beta"
},
"secretsManagerBetaDesc": {
"message": "Enable user access to the Secrets Manager at no charge during the Beta program."
},
"userAccessSecretsManager": {
"message": "This user can access the Secrets Manager Beta"
} }
} }

View File

@ -1157,6 +1157,19 @@
} }
} }
}, },
"kdfMemory": {
"message": "KDF memória (MB)",
"description": "Memory refers to computer memory (RAM). MB is short for megabytes."
},
"argon2Warning": {
"message": "A KDF-iterációk, a memória és a párhuzamosság túl magasra állítása gyenge teljesítményt eredményezhet a Bitwardenbe bejelentkezéskor (és a feloldáskor) lassabb vagy régebbi eszközökön. Célszerű ezek egyenkénti lecserélése kis lépésekben, majd a tesztelés az összes eszközön."
},
"kdfParallelism": {
"message": "KDF párhuzamosság"
},
"argon2Desc": {
"message": "A magasabb szintű KDF iterációk, a memória és a párhuzamosság segíthet megvédeni mesterjelszót a támadók erőszakossága ellen."
},
"changeKdf": { "changeKdf": {
"message": "KDF megváltoztatása" "message": "KDF megváltoztatása"
}, },
@ -2044,6 +2057,9 @@
"manageSubscription": { "manageSubscription": {
"message": "Előfizetés kezelése" "message": "Előfizetés kezelése"
}, },
"launchCloudSubscription": {
"message": "Felhő előfizetés indítása"
},
"storage": { "storage": {
"message": "Tárhely" "message": "Tárhely"
}, },
@ -5225,9 +5241,6 @@
"billingSyncApiKeyRotated": { "billingSyncApiKeyRotated": {
"message": "A vezérjel gördülő váltásra került." "message": "A vezérjel gördülő váltásra került."
}, },
"billingSync": {
"message": "Számlázási szinkron"
},
"billingSyncDesc": { "billingSyncDesc": {
"message": "A Számlázási szinkron a Free Familes előfizetési lehetőségeket nyújt a tagoknak a saját kiszolgálójú Bitwarden és a Bitwarden felhőszerver összekapcsolásával." "message": "A Számlázási szinkron a Free Familes előfizetési lehetőségeket nyújt a tagoknak a saját kiszolgálójú Bitwarden és a Bitwarden felhőszerver összekapcsolásával."
}, },
@ -5279,6 +5292,15 @@
"required": { "required": {
"message": "kötelező" "message": "kötelező"
}, },
"characterMaximum": {
"message": "maximálisan $MAX$ karakter",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"idpSingleSignOnServiceUrlRequired": { "idpSingleSignOnServiceUrlRequired": {
"message": "Szükséges ha az entitás azonosító nem webcím." "message": "Szükséges ha az entitás azonosító nem webcím."
}, },
@ -6082,6 +6104,36 @@
} }
} }
}, },
"licenseAndBillingManagement": {
"message": "Licensz és számlázás kezelés"
},
"automaticSync": {
"message": "Automatikus szinkronizálás"
},
"manualUpload": {
"message": "Manuális feltöltés"
},
"manualUploadDesc": {
"message": "Ha nem szeretnénk feliratkozni a számlázási szinkronizálásra, manuálisan töltsük fel a licenszet ide."
},
"syncLicense": {
"message": "Licensz szinkronizálása"
},
"licenseSyncSuccess": {
"message": "A szinkronizálás sikeres volt."
},
"licenseUploadSuccess": {
"message": "A kicensz feltöltés sikeres volt."
},
"lastLicenseSync": {
"message": "Utolsó licensz szinkronizálás"
},
"billingSyncHelp": {
"message": "Számlázási szinkronizálás súgó"
},
"uploadLicense": {
"message": "Licensz letöltése"
},
"lowKdfIterations": { "lowKdfIterations": {
"message": "Alacsony KDF iterációk" "message": "Alacsony KDF iterációk"
}, },
@ -6090,5 +6142,17 @@
}, },
"changeKdfSettings": { "changeKdfSettings": {
"message": "KDF beállítások megváltoztatása" "message": "KDF beállítások megváltoztatása"
},
"changeKdfLoggedOutWarning": {
"message": "A továbblépéssel kijelentkeztetésre kerülünk az aktuális munkamenetből és újra be kell jelentkezni. A többi eszközön lévő aktív munkamenetek akár egy óráig is aktívak maradhatnak. Célszerű a titkosítási beállítások módosítása előtt a széf exportálása az adatvesztés elkerülése érdekében."
},
"secretsManagerBeta": {
"message": "Titkos kód kezelő béta"
},
"secretsManagerBetaDesc": {
"message": "Engedélyezze a felhasználóknak a Titkos kód kezelő ingyenes elérését a Béta program alatt."
},
"userAccessSecretsManager": {
"message": "Ez a felhasználó hozzáférhet a Titkos kód kezelő béta verziójához."
} }
} }

View File

@ -1157,6 +1157,19 @@
} }
} }
}, },
"kdfMemory": {
"message": "KDF memory (MB)",
"description": "Memory refers to computer memory (RAM). MB is short for megabytes."
},
"argon2Warning": {
"message": "Setting your KDF iterations, memory, and parallelism too high could result in poor performance when logging into (and unlocking) Bitwarden on slower or older devices. We recommend changing these individually in small increments and then test all of your devices."
},
"kdfParallelism": {
"message": "KDF parallelism"
},
"argon2Desc": {
"message": "Higher KDF iterations, memory, and parallelism can help protect your master password from being brute forced by an attacker."
},
"changeKdf": { "changeKdf": {
"message": "Ubah KDF" "message": "Ubah KDF"
}, },
@ -2044,6 +2057,9 @@
"manageSubscription": { "manageSubscription": {
"message": "Kelola Langganan" "message": "Kelola Langganan"
}, },
"launchCloudSubscription": {
"message": "Launch Cloud Subscription"
},
"storage": { "storage": {
"message": "Penyimpanan" "message": "Penyimpanan"
}, },
@ -5225,11 +5241,8 @@
"billingSyncApiKeyRotated": { "billingSyncApiKeyRotated": {
"message": "Token rotated" "message": "Token rotated"
}, },
"billingSync": {
"message": "Billing sync"
},
"billingSyncDesc": { "billingSyncDesc": {
"message": "Billing sync provides Free Families plans for members and advanced billing capabilities by linking your self-hosted Bitwarden to the Bitwarden cloud server." "message": "Billing sync unlocks Families sponsorships and automatic license syncing on your server. After making updates in the Bitwarden cloud server, select Sync License to apply changes."
}, },
"billingSyncKeyDesc": { "billingSyncKeyDesc": {
"message": "A billing sync token from your cloud organization's subscription settings is required to complete this form." "message": "A billing sync token from your cloud organization's subscription settings is required to complete this form."
@ -5279,6 +5292,15 @@
"required": { "required": {
"message": "diperlukan" "message": "diperlukan"
}, },
"characterMaximum": {
"message": "$MAX$ character maximum",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"idpSingleSignOnServiceUrlRequired": { "idpSingleSignOnServiceUrlRequired": {
"message": "Diperlukan jika Entity ID bukan sebuah URL." "message": "Diperlukan jika Entity ID bukan sebuah URL."
}, },
@ -6082,6 +6104,36 @@
} }
} }
}, },
"licenseAndBillingManagement": {
"message": "License and billing management"
},
"automaticSync": {
"message": "Automatic sync"
},
"manualUpload": {
"message": "Manual upload"
},
"manualUploadDesc": {
"message": "If you do not want to opt into billing sync, manually upload your license here."
},
"syncLicense": {
"message": "Sync license"
},
"licenseSyncSuccess": {
"message": "Successfully synced license"
},
"licenseUploadSuccess": {
"message": "Successfully uploaded license"
},
"lastLicenseSync": {
"message": "Last license sync"
},
"billingSyncHelp": {
"message": "Billing Sync help"
},
"uploadLicense": {
"message": "Upload license"
},
"lowKdfIterations": { "lowKdfIterations": {
"message": "Low KDF Iterations" "message": "Low KDF Iterations"
}, },
@ -6090,5 +6142,17 @@
}, },
"changeKdfSettings": { "changeKdfSettings": {
"message": "Change KDF settings" "message": "Change KDF settings"
},
"changeKdfLoggedOutWarning": {
"message": "Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour. We recommend exporting your vault before changing your encryption settings to prevent data loss."
},
"secretsManagerBeta": {
"message": "Secrets Manager Beta"
},
"secretsManagerBetaDesc": {
"message": "Enable user access to the Secrets Manager at no charge during the Beta program."
},
"userAccessSecretsManager": {
"message": "This user can access the Secrets Manager Beta"
} }
} }

View File

@ -1157,6 +1157,19 @@
} }
} }
}, },
"kdfMemory": {
"message": "KDF memory (MB)",
"description": "Memory refers to computer memory (RAM). MB is short for megabytes."
},
"argon2Warning": {
"message": "Setting your KDF iterations, memory, and parallelism too high could result in poor performance when logging into (and unlocking) Bitwarden on slower or older devices. We recommend changing these individually in small increments and then test all of your devices."
},
"kdfParallelism": {
"message": "KDF parallelism"
},
"argon2Desc": {
"message": "Higher KDF iterations, memory, and parallelism can help protect your master password from being brute forced by an attacker."
},
"changeKdf": { "changeKdf": {
"message": "Cambia KDF" "message": "Cambia KDF"
}, },
@ -2044,6 +2057,9 @@
"manageSubscription": { "manageSubscription": {
"message": "Gestisci abbonamento" "message": "Gestisci abbonamento"
}, },
"launchCloudSubscription": {
"message": "Launch Cloud Subscription"
},
"storage": { "storage": {
"message": "Spazio di archiviazione" "message": "Spazio di archiviazione"
}, },
@ -5225,9 +5241,6 @@
"billingSyncApiKeyRotated": { "billingSyncApiKeyRotated": {
"message": "Token ruotato." "message": "Token ruotato."
}, },
"billingSync": {
"message": "Sincronizzazione fatturazione"
},
"billingSyncDesc": { "billingSyncDesc": {
"message": "La sincronizzazione fatturazione fornisce piani Famiglie Gratis per i membri e funzionalità di fatturazione avanzate collegando il tuo Bitwarden self-hosted al server cloud Bitwarden." "message": "La sincronizzazione fatturazione fornisce piani Famiglie Gratis per i membri e funzionalità di fatturazione avanzate collegando il tuo Bitwarden self-hosted al server cloud Bitwarden."
}, },
@ -5279,6 +5292,15 @@
"required": { "required": {
"message": "obbligatorio" "message": "obbligatorio"
}, },
"characterMaximum": {
"message": "$MAX$ character maximum",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"idpSingleSignOnServiceUrlRequired": { "idpSingleSignOnServiceUrlRequired": {
"message": "Richiesto se l'Entity ID non è un URL." "message": "Richiesto se l'Entity ID non è un URL."
}, },
@ -6082,6 +6104,36 @@
} }
} }
}, },
"licenseAndBillingManagement": {
"message": "License and billing management"
},
"automaticSync": {
"message": "Automatic sync"
},
"manualUpload": {
"message": "Manual upload"
},
"manualUploadDesc": {
"message": "If you do not want to opt into billing sync, manually upload your license here."
},
"syncLicense": {
"message": "Sync license"
},
"licenseSyncSuccess": {
"message": "Successfully synced license"
},
"licenseUploadSuccess": {
"message": "Successfully uploaded license"
},
"lastLicenseSync": {
"message": "Last license sync"
},
"billingSyncHelp": {
"message": "Billing Sync help"
},
"uploadLicense": {
"message": "Upload license"
},
"lowKdfIterations": { "lowKdfIterations": {
"message": "Low KDF Iterations" "message": "Low KDF Iterations"
}, },
@ -6090,5 +6142,17 @@
}, },
"changeKdfSettings": { "changeKdfSettings": {
"message": "Change KDF settings" "message": "Change KDF settings"
},
"changeKdfLoggedOutWarning": {
"message": "Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour. We recommend exporting your vault before changing your encryption settings to prevent data loss."
},
"secretsManagerBeta": {
"message": "Secrets Manager Beta"
},
"secretsManagerBetaDesc": {
"message": "Enable user access to the Secrets Manager at no charge during the Beta program."
},
"userAccessSecretsManager": {
"message": "This user can access the Secrets Manager Beta"
} }
} }

View File

@ -1157,6 +1157,19 @@
} }
} }
}, },
"kdfMemory": {
"message": "KDFメモリ (MB)",
"description": "Memory refers to computer memory (RAM). MB is short for megabytes."
},
"argon2Warning": {
"message": "KDFのイテレーション、メモリ、並列性を高く設定すると、遅いデバイスまたは古いデバイスで Bitwarden にログイン (およびロック解除) した時にパフォーマンスが低下する可能性があります。 これらを少しずつ個別に変更し、すべてのデバイスでテストすることをお勧めします。"
},
"kdfParallelism": {
"message": "KDF 並列性"
},
"argon2Desc": {
"message": "KDF のイテレーション、メモリ、並列性が高いほど、攻撃者によるマスターパスワードのブルートフォース攻撃を防止できます。"
},
"changeKdf": { "changeKdf": {
"message": "KDFの変更" "message": "KDFの変更"
}, },
@ -2044,6 +2057,9 @@
"manageSubscription": { "manageSubscription": {
"message": "契約の管理" "message": "契約の管理"
}, },
"launchCloudSubscription": {
"message": "クラウドサブスクリプションを起動"
},
"storage": { "storage": {
"message": "ストレージ" "message": "ストレージ"
}, },
@ -5225,11 +5241,8 @@
"billingSyncApiKeyRotated": { "billingSyncApiKeyRotated": {
"message": "トークンを更新しました。" "message": "トークンを更新しました。"
}, },
"billingSync": {
"message": "請求の同期"
},
"billingSyncDesc": { "billingSyncDesc": {
"message": "Billing sync provides Free Families plans for members and advanced billing capabilities by linking your self-hosted Bitwarden to the Bitwarden cloud server." "message": "Billing sync unlocks Families sponsorships and automatic license syncing on your server. After making updates in the Bitwarden cloud server, select Sync License to apply changes."
}, },
"billingSyncKeyDesc": { "billingSyncKeyDesc": {
"message": "A billing sync token from your cloud organization's subscription settings is required to complete this form." "message": "A billing sync token from your cloud organization's subscription settings is required to complete this form."
@ -5279,6 +5292,15 @@
"required": { "required": {
"message": "必須" "message": "必須"
}, },
"characterMaximum": {
"message": "最大 $MAX$ 文字",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"idpSingleSignOnServiceUrlRequired": { "idpSingleSignOnServiceUrlRequired": {
"message": "エンティティ ID が URL でない場合は必須です。" "message": "エンティティ ID が URL でない場合は必須です。"
}, },
@ -6082,6 +6104,36 @@
} }
} }
}, },
"licenseAndBillingManagement": {
"message": "ライセンスと請求管理"
},
"automaticSync": {
"message": "自動同期"
},
"manualUpload": {
"message": "手動アップロード"
},
"manualUploadDesc": {
"message": "請求を同期したくない場合は、ここでライセンスを手動でアップロードしてください。"
},
"syncLicense": {
"message": "ライセンスを同期"
},
"licenseSyncSuccess": {
"message": "ライセンスを同期しました"
},
"licenseUploadSuccess": {
"message": "ライセンスをアップロードしました"
},
"lastLicenseSync": {
"message": "最後のライセンス同期"
},
"billingSyncHelp": {
"message": "請求同期のヘルプ"
},
"uploadLicense": {
"message": "ライセンスをアップロード"
},
"lowKdfIterations": { "lowKdfIterations": {
"message": "低 KDF イテレーション" "message": "低 KDF イテレーション"
}, },
@ -6090,5 +6142,17 @@
}, },
"changeKdfSettings": { "changeKdfSettings": {
"message": "KDF 設定の変更" "message": "KDF 設定の変更"
},
"changeKdfLoggedOutWarning": {
"message": "続行すると現在のセッションからログアウトするため、再度ログインする必要があります。 他のデバイスでのアクティブなセッションは、最大1時間アクティブになり続ける可能性があります。 暗号化設定を変更する前に、保管庫をエクスポートしてデータの損失を防ぐことをお勧めします。"
},
"secretsManagerBeta": {
"message": "ベータ版シークレットマネージャー"
},
"secretsManagerBetaDesc": {
"message": "ベータプログラム中、シークレットマネージャーへのユーザーアクセスを無償で有効にします。"
},
"userAccessSecretsManager": {
"message": "このユーザーはベータ版シークレットマネージャーにアクセスできます"
} }
} }

View File

@ -1149,7 +1149,7 @@
} }
}, },
"kdfIterationsWarning": { "kdfIterationsWarning": {
"message": "Setting your KDF iterations too high could result in poor performance when logging into (and unlocking) Bitwarden on devices with slower CPUs. We recommend that you increase the value in increments of $INCREMENT$ and then test all of your devices.", "message": "Setting your KDF iterations too high could result in poor performance when logging into (and unlocking) Bitwarden on slower or older devices. We recommend that you increase the value in increments of $INCREMENT$ and then test all of your devices.",
"placeholders": { "placeholders": {
"increment": { "increment": {
"content": "$1", "content": "$1",
@ -1157,6 +1157,19 @@
} }
} }
}, },
"kdfMemory": {
"message": "KDF memory (MB)",
"description": "Memory refers to computer memory (RAM). MB is short for megabytes."
},
"argon2Warning": {
"message": "Setting your KDF iterations, memory, and parallelism too high could result in poor performance when logging into (and unlocking) Bitwarden on slower or older devices. We recommend changing these individually in small increments and then test all of your devices."
},
"kdfParallelism": {
"message": "KDF parallelism"
},
"argon2Desc": {
"message": "Higher KDF iterations, memory, and parallelism can help protect your master password from being brute forced by an attacker."
},
"changeKdf": { "changeKdf": {
"message": "Change KDF" "message": "Change KDF"
}, },
@ -2044,6 +2057,9 @@
"manageSubscription": { "manageSubscription": {
"message": "Manage subscription" "message": "Manage subscription"
}, },
"launchCloudSubscription": {
"message": "Launch Cloud Subscription"
},
"storage": { "storage": {
"message": "Storage" "message": "Storage"
}, },
@ -5225,11 +5241,8 @@
"billingSyncApiKeyRotated": { "billingSyncApiKeyRotated": {
"message": "Token rotated" "message": "Token rotated"
}, },
"billingSync": {
"message": "Billing sync"
},
"billingSyncDesc": { "billingSyncDesc": {
"message": "Billing sync provides Free Families plans for members and advanced billing capabilities by linking your self-hosted Bitwarden to the Bitwarden cloud server." "message": "Billing sync unlocks Families sponsorships and automatic license syncing on your server. After making updates in the Bitwarden cloud server, select Sync License to apply changes."
}, },
"billingSyncKeyDesc": { "billingSyncKeyDesc": {
"message": "A billing sync token from your cloud organization's subscription settings is required to complete this form." "message": "A billing sync token from your cloud organization's subscription settings is required to complete this form."
@ -5279,6 +5292,15 @@
"required": { "required": {
"message": "required" "message": "required"
}, },
"characterMaximum": {
"message": "$MAX$ character maximum",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"idpSingleSignOnServiceUrlRequired": { "idpSingleSignOnServiceUrlRequired": {
"message": "Required if Entity ID is not a URL." "message": "Required if Entity ID is not a URL."
}, },
@ -6082,6 +6104,36 @@
} }
} }
}, },
"licenseAndBillingManagement": {
"message": "License and billing management"
},
"automaticSync": {
"message": "Automatic sync"
},
"manualUpload": {
"message": "Manual upload"
},
"manualUploadDesc": {
"message": "If you do not want to opt into billing sync, manually upload your license here."
},
"syncLicense": {
"message": "Sync license"
},
"licenseSyncSuccess": {
"message": "Successfully synced license"
},
"licenseUploadSuccess": {
"message": "Successfully uploaded license"
},
"lastLicenseSync": {
"message": "Last license sync"
},
"billingSyncHelp": {
"message": "Billing Sync help"
},
"uploadLicense": {
"message": "Upload license"
},
"lowKdfIterations": { "lowKdfIterations": {
"message": "Low KDF Iterations" "message": "Low KDF Iterations"
}, },
@ -6090,5 +6142,17 @@
}, },
"changeKdfSettings": { "changeKdfSettings": {
"message": "Change KDF settings" "message": "Change KDF settings"
},
"changeKdfLoggedOutWarning": {
"message": "Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour. We recommend exporting your vault before changing your encryption settings to prevent data loss."
},
"secretsManagerBeta": {
"message": "Secrets Manager Beta"
},
"secretsManagerBetaDesc": {
"message": "Enable user access to the Secrets Manager at no charge during the Beta program."
},
"userAccessSecretsManager": {
"message": "This user can access the Secrets Manager Beta"
} }
} }

View File

@ -1149,7 +1149,7 @@
} }
}, },
"kdfIterationsWarning": { "kdfIterationsWarning": {
"message": "Setting your KDF iterations too high could result in poor performance when logging into (and unlocking) Bitwarden on devices with slower CPUs. We recommend that you increase the value in increments of $INCREMENT$ and then test all of your devices.", "message": "Setting your KDF iterations too high could result in poor performance when logging into (and unlocking) Bitwarden on slower or older devices. We recommend that you increase the value in increments of $INCREMENT$ and then test all of your devices.",
"placeholders": { "placeholders": {
"increment": { "increment": {
"content": "$1", "content": "$1",
@ -1157,6 +1157,19 @@
} }
} }
}, },
"kdfMemory": {
"message": "KDF memory (MB)",
"description": "Memory refers to computer memory (RAM). MB is short for megabytes."
},
"argon2Warning": {
"message": "Setting your KDF iterations, memory, and parallelism too high could result in poor performance when logging into (and unlocking) Bitwarden on slower or older devices. We recommend changing these individually in small increments and then test all of your devices."
},
"kdfParallelism": {
"message": "KDF parallelism"
},
"argon2Desc": {
"message": "Higher KDF iterations, memory, and parallelism can help protect your master password from being brute forced by an attacker."
},
"changeKdf": { "changeKdf": {
"message": "Change KDF" "message": "Change KDF"
}, },
@ -2044,6 +2057,9 @@
"manageSubscription": { "manageSubscription": {
"message": "Manage subscription" "message": "Manage subscription"
}, },
"launchCloudSubscription": {
"message": "Launch Cloud Subscription"
},
"storage": { "storage": {
"message": "Storage" "message": "Storage"
}, },
@ -5225,11 +5241,8 @@
"billingSyncApiKeyRotated": { "billingSyncApiKeyRotated": {
"message": "Token rotated" "message": "Token rotated"
}, },
"billingSync": {
"message": "Billing sync"
},
"billingSyncDesc": { "billingSyncDesc": {
"message": "Billing sync provides Free Families plans for members and advanced billing capabilities by linking your self-hosted Bitwarden to the Bitwarden cloud server." "message": "Billing sync unlocks Families sponsorships and automatic license syncing on your server. After making updates in the Bitwarden cloud server, select Sync License to apply changes."
}, },
"billingSyncKeyDesc": { "billingSyncKeyDesc": {
"message": "A billing sync token from your cloud organization's subscription settings is required to complete this form." "message": "A billing sync token from your cloud organization's subscription settings is required to complete this form."
@ -5279,6 +5292,15 @@
"required": { "required": {
"message": "required" "message": "required"
}, },
"characterMaximum": {
"message": "$MAX$ character maximum",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"idpSingleSignOnServiceUrlRequired": { "idpSingleSignOnServiceUrlRequired": {
"message": "Required if Entity ID is not a URL." "message": "Required if Entity ID is not a URL."
}, },
@ -6082,6 +6104,36 @@
} }
} }
}, },
"licenseAndBillingManagement": {
"message": "License and billing management"
},
"automaticSync": {
"message": "Automatic sync"
},
"manualUpload": {
"message": "Manual upload"
},
"manualUploadDesc": {
"message": "If you do not want to opt into billing sync, manually upload your license here."
},
"syncLicense": {
"message": "Sync license"
},
"licenseSyncSuccess": {
"message": "Successfully synced license"
},
"licenseUploadSuccess": {
"message": "Successfully uploaded license"
},
"lastLicenseSync": {
"message": "Last license sync"
},
"billingSyncHelp": {
"message": "Billing Sync help"
},
"uploadLicense": {
"message": "Upload license"
},
"lowKdfIterations": { "lowKdfIterations": {
"message": "Low KDF Iterations" "message": "Low KDF Iterations"
}, },
@ -6090,5 +6142,17 @@
}, },
"changeKdfSettings": { "changeKdfSettings": {
"message": "Change KDF settings" "message": "Change KDF settings"
},
"changeKdfLoggedOutWarning": {
"message": "Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour. We recommend exporting your vault before changing your encryption settings to prevent data loss."
},
"secretsManagerBeta": {
"message": "Secrets Manager Beta"
},
"secretsManagerBetaDesc": {
"message": "Enable user access to the Secrets Manager at no charge during the Beta program."
},
"userAccessSecretsManager": {
"message": "This user can access the Secrets Manager Beta"
} }
} }

View File

@ -1157,6 +1157,19 @@
} }
} }
}, },
"kdfMemory": {
"message": "KDF memory (MB)",
"description": "Memory refers to computer memory (RAM). MB is short for megabytes."
},
"argon2Warning": {
"message": "Setting your KDF iterations, memory, and parallelism too high could result in poor performance when logging into (and unlocking) Bitwarden on slower or older devices. We recommend changing these individually in small increments and then test all of your devices."
},
"kdfParallelism": {
"message": "KDF parallelism"
},
"argon2Desc": {
"message": "Higher KDF iterations, memory, and parallelism can help protect your master password from being brute forced by an attacker."
},
"changeKdf": { "changeKdf": {
"message": "ಕೆಡಿಎಫ್ ಬದಲಾಯಿಸಿ" "message": "ಕೆಡಿಎಫ್ ಬದಲಾಯಿಸಿ"
}, },
@ -2044,6 +2057,9 @@
"manageSubscription": { "manageSubscription": {
"message": "ಚಂದಾದಾರಿಕೆಯನ್ನು ನಿರ್ವಹಿಸಿ" "message": "ಚಂದಾದಾರಿಕೆಯನ್ನು ನಿರ್ವಹಿಸಿ"
}, },
"launchCloudSubscription": {
"message": "Launch Cloud Subscription"
},
"storage": { "storage": {
"message": "ಸಂಗ್ರಹಣೆ" "message": "ಸಂಗ್ರಹಣೆ"
}, },
@ -5225,11 +5241,8 @@
"billingSyncApiKeyRotated": { "billingSyncApiKeyRotated": {
"message": "Token rotated" "message": "Token rotated"
}, },
"billingSync": {
"message": "Billing sync"
},
"billingSyncDesc": { "billingSyncDesc": {
"message": "Billing sync provides Free Families plans for members and advanced billing capabilities by linking your self-hosted Bitwarden to the Bitwarden cloud server." "message": "Billing sync unlocks Families sponsorships and automatic license syncing on your server. After making updates in the Bitwarden cloud server, select Sync License to apply changes."
}, },
"billingSyncKeyDesc": { "billingSyncKeyDesc": {
"message": "A billing sync token from your cloud organization's subscription settings is required to complete this form." "message": "A billing sync token from your cloud organization's subscription settings is required to complete this form."
@ -5279,6 +5292,15 @@
"required": { "required": {
"message": "required" "message": "required"
}, },
"characterMaximum": {
"message": "$MAX$ character maximum",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"idpSingleSignOnServiceUrlRequired": { "idpSingleSignOnServiceUrlRequired": {
"message": "Required if Entity ID is not a URL." "message": "Required if Entity ID is not a URL."
}, },
@ -6082,6 +6104,36 @@
} }
} }
}, },
"licenseAndBillingManagement": {
"message": "License and billing management"
},
"automaticSync": {
"message": "Automatic sync"
},
"manualUpload": {
"message": "Manual upload"
},
"manualUploadDesc": {
"message": "If you do not want to opt into billing sync, manually upload your license here."
},
"syncLicense": {
"message": "Sync license"
},
"licenseSyncSuccess": {
"message": "Successfully synced license"
},
"licenseUploadSuccess": {
"message": "Successfully uploaded license"
},
"lastLicenseSync": {
"message": "Last license sync"
},
"billingSyncHelp": {
"message": "Billing Sync help"
},
"uploadLicense": {
"message": "Upload license"
},
"lowKdfIterations": { "lowKdfIterations": {
"message": "Low KDF Iterations" "message": "Low KDF Iterations"
}, },
@ -6090,5 +6142,17 @@
}, },
"changeKdfSettings": { "changeKdfSettings": {
"message": "Change KDF settings" "message": "Change KDF settings"
},
"changeKdfLoggedOutWarning": {
"message": "Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour. We recommend exporting your vault before changing your encryption settings to prevent data loss."
},
"secretsManagerBeta": {
"message": "Secrets Manager Beta"
},
"secretsManagerBetaDesc": {
"message": "Enable user access to the Secrets Manager at no charge during the Beta program."
},
"userAccessSecretsManager": {
"message": "This user can access the Secrets Manager Beta"
} }
} }

View File

@ -1157,6 +1157,19 @@
} }
} }
}, },
"kdfMemory": {
"message": "KDF memory (MB)",
"description": "Memory refers to computer memory (RAM). MB is short for megabytes."
},
"argon2Warning": {
"message": "Setting your KDF iterations, memory, and parallelism too high could result in poor performance when logging into (and unlocking) Bitwarden on slower or older devices. We recommend changing these individually in small increments and then test all of your devices."
},
"kdfParallelism": {
"message": "KDF parallelism"
},
"argon2Desc": {
"message": "Higher KDF iterations, memory, and parallelism can help protect your master password from being brute forced by an attacker."
},
"changeKdf": { "changeKdf": {
"message": "KDF 변경" "message": "KDF 변경"
}, },
@ -2044,6 +2057,9 @@
"manageSubscription": { "manageSubscription": {
"message": "구독 관리" "message": "구독 관리"
}, },
"launchCloudSubscription": {
"message": "Launch Cloud Subscription"
},
"storage": { "storage": {
"message": "저장소" "message": "저장소"
}, },
@ -5225,11 +5241,8 @@
"billingSyncApiKeyRotated": { "billingSyncApiKeyRotated": {
"message": "Token rotated" "message": "Token rotated"
}, },
"billingSync": {
"message": "Billing sync"
},
"billingSyncDesc": { "billingSyncDesc": {
"message": "Billing sync provides Free Families plans for members and advanced billing capabilities by linking your self-hosted Bitwarden to the Bitwarden cloud server." "message": "Billing sync unlocks Families sponsorships and automatic license syncing on your server. After making updates in the Bitwarden cloud server, select Sync License to apply changes."
}, },
"billingSyncKeyDesc": { "billingSyncKeyDesc": {
"message": "A billing sync token from your cloud organization's subscription settings is required to complete this form." "message": "A billing sync token from your cloud organization's subscription settings is required to complete this form."
@ -5279,6 +5292,15 @@
"required": { "required": {
"message": "required" "message": "required"
}, },
"characterMaximum": {
"message": "$MAX$ character maximum",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"idpSingleSignOnServiceUrlRequired": { "idpSingleSignOnServiceUrlRequired": {
"message": "Required if Entity ID is not a URL." "message": "Required if Entity ID is not a URL."
}, },
@ -6082,6 +6104,36 @@
} }
} }
}, },
"licenseAndBillingManagement": {
"message": "License and billing management"
},
"automaticSync": {
"message": "Automatic sync"
},
"manualUpload": {
"message": "Manual upload"
},
"manualUploadDesc": {
"message": "If you do not want to opt into billing sync, manually upload your license here."
},
"syncLicense": {
"message": "Sync license"
},
"licenseSyncSuccess": {
"message": "Successfully synced license"
},
"licenseUploadSuccess": {
"message": "Successfully uploaded license"
},
"lastLicenseSync": {
"message": "Last license sync"
},
"billingSyncHelp": {
"message": "Billing Sync help"
},
"uploadLicense": {
"message": "Upload license"
},
"lowKdfIterations": { "lowKdfIterations": {
"message": "Low KDF Iterations" "message": "Low KDF Iterations"
}, },
@ -6090,5 +6142,17 @@
}, },
"changeKdfSettings": { "changeKdfSettings": {
"message": "Change KDF settings" "message": "Change KDF settings"
},
"changeKdfLoggedOutWarning": {
"message": "Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour. We recommend exporting your vault before changing your encryption settings to prevent data loss."
},
"secretsManagerBeta": {
"message": "Secrets Manager Beta"
},
"secretsManagerBetaDesc": {
"message": "Enable user access to the Secrets Manager at no charge during the Beta program."
},
"userAccessSecretsManager": {
"message": "This user can access the Secrets Manager Beta"
} }
} }

View File

@ -646,7 +646,7 @@
"message": "E-pasta adrese būs jāizmanto, lai pierakstītos." "message": "E-pasta adrese būs jāizmanto, lai pierakstītos."
}, },
"yourName": { "yourName": {
"message": "Vārds" "message": "Tavs vārds"
}, },
"yourNameDesc": { "yourNameDesc": {
"message": "Kā mums Tevi uzrunāt?" "message": "Kā mums Tevi uzrunāt?"
@ -718,7 +718,7 @@
"message": "E-pasta adrese" "message": "E-pasta adrese"
}, },
"yourVaultIsLocked": { "yourVaultIsLocked": {
"message": "Glabātava ir slēgta. Nepieciešams norādīt galveno paroli, lai turpinātu." "message": "Tava glabātuve ir bloķēta. Lai turpinātu, pārbaudi savu galveno paroli."
}, },
"unlock": { "unlock": {
"message": "Atslēgt" "message": "Atslēgt"
@ -1149,7 +1149,7 @@
} }
}, },
"kdfIterationsWarning": { "kdfIterationsWarning": {
"message": "Iestatot pārāk lielu KDF atkārtojumu skaitu var novest pie vājas veiktspējas, kad notiek pierakstīšanās Bitwarden (un atslēgšana) ierīcēs ar lēnākiem procesoriem. Ir ieteicams secīgi palielināt vērtību par $INCREMENT$ un tad pārbaudīt ietekmi visās ierīcēs.", "message": "Pārāk liela KDF atkārtojumu skaita iestatīšana var novest pie vājas veiktspējas, kad notiek pierakstīšanās Bitwarden (un atslēgšana) lēnākās un vecākās ierīcēs. Ir ieteicams secīgi palielināt vērtību par $INCREMENT$ un tad pārbaudīt ietekmi visās ierīcēs.",
"placeholders": { "placeholders": {
"increment": { "increment": {
"content": "$1", "content": "$1",
@ -1157,6 +1157,19 @@
} }
} }
}, },
"kdfMemory": {
"message": "KDF atmiņa (MB)",
"description": "Memory refers to computer memory (RAM). MB is short for megabytes."
},
"argon2Warning": {
"message": "Pārāk liela KDF atkārtojumu skaita, atmiņas un paralelitātes iestatīšana var novest pie vājas veiktspējas, kad notiek pierakstīšanās Bitwarden (un atslēgšana) lēnākās un vecākās ierīcēs. Ir ieteicams secīgi palielināt vērtību par $INCREMENT$ un tad pārbaudīt ietekmi visās ierīcēs."
},
"kdfParallelism": {
"message": "KDF paralelitāte"
},
"argon2Desc": {
"message": "Lielāks KDF atkārtojumu skaits, atmiņa un paralelitāte var palīdzēt aizsargāt galveno paroli pārlases uzbrukuma gadījumā."
},
"changeKdf": { "changeKdf": {
"message": "Mainīt KDF" "message": "Mainīt KDF"
}, },
@ -1604,7 +1617,7 @@
"message": "Tīmekļa glabātava un pārlūku paplašinājums galddatorā/klēpjdatorā ar WebAuthn iespējotu pārlūku (Chrome, Opera, Vivaldi vai Firefox ar iespējotu FIDO U2F)." "message": "Tīmekļa glabātava un pārlūku paplašinājums galddatorā/klēpjdatorā ar WebAuthn iespējotu pārlūku (Chrome, Opera, Vivaldi vai Firefox ar iespējotu FIDO U2F)."
}, },
"twoFactorRecoveryYourCode": { "twoFactorRecoveryYourCode": {
"message": "Bitwarden divpakāpju pierakstīšanās atkopšanas kods" "message": "Tavs Bitwarden divpakāpju pieteikšanās atkopšanas kods"
}, },
"twoFactorRecoveryNoCode": { "twoFactorRecoveryNoCode": {
"message": "Vēl nav iespējots neviens divpakāpju pierakstīšanās nodrošinātāju. Kad tas būs izdarīts, šeit varēs apskatīt atkopšanas kodu." "message": "Vēl nav iespējots neviens divpakāpju pierakstīšanās nodrošinātāju. Kad tas būs izdarīts, šeit varēs apskatīt atkopšanas kodu."
@ -2044,6 +2057,9 @@
"manageSubscription": { "manageSubscription": {
"message": "Pārvaldīt abonementus" "message": "Pārvaldīt abonementus"
}, },
"launchCloudSubscription": {
"message": "Uzsākt mākoņa abonēšanu"
},
"storage": { "storage": {
"message": "Krātuve" "message": "Krātuve"
}, },
@ -2186,7 +2202,7 @@
"message": "Uzņēmuma nosaukums" "message": "Uzņēmuma nosaukums"
}, },
"chooseYourPlan": { "chooseYourPlan": {
"message": "Izvēlēties plānu" "message": "Izvēlies savu plānu"
}, },
"users": { "users": {
"message": "Lietotāji" "message": "Lietotāji"
@ -5225,9 +5241,6 @@
"billingSyncApiKeyRotated": { "billingSyncApiKeyRotated": {
"message": "Pilnvara nomainīta." "message": "Pilnvara nomainīta."
}, },
"billingSync": {
"message": "Norēķinu sinhronizācija"
},
"billingSyncDesc": { "billingSyncDesc": {
"message": "Norēķinu sinhronizācija nodrošina bezmaksas ģimeņu plānus locekļiem un papildu norēķinu iespējas, sasaistot pašizvietoto Bitwarden ar Bitwarden mākoņa serveri." "message": "Norēķinu sinhronizācija nodrošina bezmaksas ģimeņu plānus locekļiem un papildu norēķinu iespējas, sasaistot pašizvietoto Bitwarden ar Bitwarden mākoņa serveri."
}, },
@ -5279,6 +5292,15 @@
"required": { "required": {
"message": "nepieciešams" "message": "nepieciešams"
}, },
"characterMaximum": {
"message": "Ne vairāk kā $MAX$ rakstzīmju",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"idpSingleSignOnServiceUrlRequired": { "idpSingleSignOnServiceUrlRequired": {
"message": "Nepieciešams, ja vienības Id nav URL." "message": "Nepieciešams, ja vienības Id nav URL."
}, },
@ -6082,13 +6104,55 @@
} }
} }
}, },
"licenseAndBillingManagement": {
"message": "Licenču un norēķinu pārvaldība"
},
"automaticSync": {
"message": "Automātiska sinhronizācija"
},
"manualUpload": {
"message": "Pašrocīga augšupielāde"
},
"manualUploadDesc": {
"message": "Ja nav vēlmes izmantot norēķinu sinhronizāciju, šeit pašrocīgi jāaugšupielādē licence."
},
"syncLicense": {
"message": "Sinhronizēt licenci"
},
"licenseSyncSuccess": {
"message": "Licence veiksmīgi sinhronizēta"
},
"licenseUploadSuccess": {
"message": "Licence sekmīgi augšupielādēta"
},
"lastLicenseSync": {
"message": "Pēdējā licences sinhronizācija"
},
"billingSyncHelp": {
"message": "Norēķinu sinhronizācijas palīdzība"
},
"uploadLicense": {
"message": "Augšupielādēt licenci"
},
"lowKdfIterations": { "lowKdfIterations": {
"message": "Zems KDF atkārtojumu skaits" "message": "Zems KDF atkārtojumu skaits"
}, },
"lowKdfIterationsDesc": { "lowKdfIterationsDesc": {
"message": "Lai uzlabotu sava konta drošību, palieliniet KDF šifrēšanas iestatījumus." "message": "Jāpaaugstina KDF šifrēšanas iestatījumi, lai uzlabotu konta drošību."
}, },
"changeKdfSettings": { "changeKdfSettings": {
"message": "Mainīt KDF iestatījumus" "message": "Mainīt KDF iestatījumus"
},
"changeKdfLoggedOutWarning": {
"message": "Turpinot notiks izrakstīšanās no pašreizējās sesijas, tādējādi būs nepieciešams pieteikties vēlreiz. Citu ierīču aktīvās sesijas var turpināt darboties līdz vienai stundai. Pirms šifrēšanas iestatījumu maiņas ir ieteicams izgūt glabātavas saturu, lai novērstu datu zudumu."
},
"secretsManagerBeta": {
"message": "Noslēpumu pārvaldnieks Beta"
},
"secretsManagerBetaDesc": {
"message": "Iespējot lietotāju piekļuvi Noslēpumu pārvaldniekam bez maksas Beta programmas laikā."
},
"userAccessSecretsManager": {
"message": "Šis lietotājs var piekļūt Noslēpumu pārvaldniekam Beta"
} }
} }

View File

@ -1157,6 +1157,19 @@
} }
} }
}, },
"kdfMemory": {
"message": "KDF memory (MB)",
"description": "Memory refers to computer memory (RAM). MB is short for megabytes."
},
"argon2Warning": {
"message": "Setting your KDF iterations, memory, and parallelism too high could result in poor performance when logging into (and unlocking) Bitwarden on slower or older devices. We recommend changing these individually in small increments and then test all of your devices."
},
"kdfParallelism": {
"message": "KDF parallelism"
},
"argon2Desc": {
"message": "Higher KDF iterations, memory, and parallelism can help protect your master password from being brute forced by an attacker."
},
"changeKdf": { "changeKdf": {
"message": "KDF മാറ്റുക" "message": "KDF മാറ്റുക"
}, },
@ -2044,6 +2057,9 @@
"manageSubscription": { "manageSubscription": {
"message": "സബ്സ്‌ക്രിപ്ഷനുകൾ മാനേജുചെയ്യുക" "message": "സബ്സ്‌ക്രിപ്ഷനുകൾ മാനേജുചെയ്യുക"
}, },
"launchCloudSubscription": {
"message": "Launch Cloud Subscription"
},
"storage": { "storage": {
"message": "സ്റ്റോറേജ്" "message": "സ്റ്റോറേജ്"
}, },
@ -5225,11 +5241,8 @@
"billingSyncApiKeyRotated": { "billingSyncApiKeyRotated": {
"message": "Token rotated" "message": "Token rotated"
}, },
"billingSync": {
"message": "Billing sync"
},
"billingSyncDesc": { "billingSyncDesc": {
"message": "Billing sync provides Free Families plans for members and advanced billing capabilities by linking your self-hosted Bitwarden to the Bitwarden cloud server." "message": "Billing sync unlocks Families sponsorships and automatic license syncing on your server. After making updates in the Bitwarden cloud server, select Sync License to apply changes."
}, },
"billingSyncKeyDesc": { "billingSyncKeyDesc": {
"message": "A billing sync token from your cloud organization's subscription settings is required to complete this form." "message": "A billing sync token from your cloud organization's subscription settings is required to complete this form."
@ -5279,6 +5292,15 @@
"required": { "required": {
"message": "required" "message": "required"
}, },
"characterMaximum": {
"message": "$MAX$ character maximum",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"idpSingleSignOnServiceUrlRequired": { "idpSingleSignOnServiceUrlRequired": {
"message": "Required if Entity ID is not a URL." "message": "Required if Entity ID is not a URL."
}, },
@ -6082,6 +6104,36 @@
} }
} }
}, },
"licenseAndBillingManagement": {
"message": "License and billing management"
},
"automaticSync": {
"message": "Automatic sync"
},
"manualUpload": {
"message": "Manual upload"
},
"manualUploadDesc": {
"message": "If you do not want to opt into billing sync, manually upload your license here."
},
"syncLicense": {
"message": "Sync license"
},
"licenseSyncSuccess": {
"message": "Successfully synced license"
},
"licenseUploadSuccess": {
"message": "Successfully uploaded license"
},
"lastLicenseSync": {
"message": "Last license sync"
},
"billingSyncHelp": {
"message": "Billing Sync help"
},
"uploadLicense": {
"message": "Upload license"
},
"lowKdfIterations": { "lowKdfIterations": {
"message": "Low KDF Iterations" "message": "Low KDF Iterations"
}, },
@ -6090,5 +6142,17 @@
}, },
"changeKdfSettings": { "changeKdfSettings": {
"message": "Change KDF settings" "message": "Change KDF settings"
},
"changeKdfLoggedOutWarning": {
"message": "Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour. We recommend exporting your vault before changing your encryption settings to prevent data loss."
},
"secretsManagerBeta": {
"message": "Secrets Manager Beta"
},
"secretsManagerBetaDesc": {
"message": "Enable user access to the Secrets Manager at no charge during the Beta program."
},
"userAccessSecretsManager": {
"message": "This user can access the Secrets Manager Beta"
} }
} }

View File

@ -1157,6 +1157,19 @@
} }
} }
}, },
"kdfMemory": {
"message": "KDF memory (MB)",
"description": "Memory refers to computer memory (RAM). MB is short for megabytes."
},
"argon2Warning": {
"message": "Setting your KDF iterations, memory, and parallelism too high could result in poor performance when logging into (and unlocking) Bitwarden on slower or older devices. We recommend changing these individually in small increments and then test all of your devices."
},
"kdfParallelism": {
"message": "KDF parallelism"
},
"argon2Desc": {
"message": "Higher KDF iterations, memory, and parallelism can help protect your master password from being brute forced by an attacker."
},
"changeKdf": { "changeKdf": {
"message": "Endre KDF" "message": "Endre KDF"
}, },
@ -2044,6 +2057,9 @@
"manageSubscription": { "manageSubscription": {
"message": "Behandle abonnementet" "message": "Behandle abonnementet"
}, },
"launchCloudSubscription": {
"message": "Launch Cloud Subscription"
},
"storage": { "storage": {
"message": "Lagring" "message": "Lagring"
}, },
@ -5225,9 +5241,6 @@
"billingSyncApiKeyRotated": { "billingSyncApiKeyRotated": {
"message": "Token rotert." "message": "Token rotert."
}, },
"billingSync": {
"message": "Faktureringssykronisering"
},
"billingSyncDesc": { "billingSyncDesc": {
"message": "Faktureringssynkronisering gir gratis familie-planer for medlemmer og avanserte faktureringsmuligheter ved å koble din selvbetjente Bitwarden til Bitwardens sky-server." "message": "Faktureringssynkronisering gir gratis familie-planer for medlemmer og avanserte faktureringsmuligheter ved å koble din selvbetjente Bitwarden til Bitwardens sky-server."
}, },
@ -5279,6 +5292,15 @@
"required": { "required": {
"message": "obligatorisk" "message": "obligatorisk"
}, },
"characterMaximum": {
"message": "$MAX$ character maximum",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"idpSingleSignOnServiceUrlRequired": { "idpSingleSignOnServiceUrlRequired": {
"message": "Kreves hvis enhets-ID ikke er en URL." "message": "Kreves hvis enhets-ID ikke er en URL."
}, },
@ -6082,6 +6104,36 @@
} }
} }
}, },
"licenseAndBillingManagement": {
"message": "License and billing management"
},
"automaticSync": {
"message": "Automatic sync"
},
"manualUpload": {
"message": "Manual upload"
},
"manualUploadDesc": {
"message": "If you do not want to opt into billing sync, manually upload your license here."
},
"syncLicense": {
"message": "Sync license"
},
"licenseSyncSuccess": {
"message": "Successfully synced license"
},
"licenseUploadSuccess": {
"message": "Successfully uploaded license"
},
"lastLicenseSync": {
"message": "Last license sync"
},
"billingSyncHelp": {
"message": "Billing Sync help"
},
"uploadLicense": {
"message": "Upload license"
},
"lowKdfIterations": { "lowKdfIterations": {
"message": "Low KDF Iterations" "message": "Low KDF Iterations"
}, },
@ -6090,5 +6142,17 @@
}, },
"changeKdfSettings": { "changeKdfSettings": {
"message": "Change KDF settings" "message": "Change KDF settings"
},
"changeKdfLoggedOutWarning": {
"message": "Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour. We recommend exporting your vault before changing your encryption settings to prevent data loss."
},
"secretsManagerBeta": {
"message": "Secrets Manager Beta"
},
"secretsManagerBetaDesc": {
"message": "Enable user access to the Secrets Manager at no charge during the Beta program."
},
"userAccessSecretsManager": {
"message": "This user can access the Secrets Manager Beta"
} }
} }

View File

@ -1149,7 +1149,7 @@
} }
}, },
"kdfIterationsWarning": { "kdfIterationsWarning": {
"message": "Setting your KDF iterations too high could result in poor performance when logging into (and unlocking) Bitwarden on devices with slower CPUs. We recommend that you increase the value in increments of $INCREMENT$ and then test all of your devices.", "message": "Setting your KDF iterations too high could result in poor performance when logging into (and unlocking) Bitwarden on slower or older devices. We recommend that you increase the value in increments of $INCREMENT$ and then test all of your devices.",
"placeholders": { "placeholders": {
"increment": { "increment": {
"content": "$1", "content": "$1",
@ -1157,6 +1157,19 @@
} }
} }
}, },
"kdfMemory": {
"message": "KDF memory (MB)",
"description": "Memory refers to computer memory (RAM). MB is short for megabytes."
},
"argon2Warning": {
"message": "Setting your KDF iterations, memory, and parallelism too high could result in poor performance when logging into (and unlocking) Bitwarden on slower or older devices. We recommend changing these individually in small increments and then test all of your devices."
},
"kdfParallelism": {
"message": "KDF parallelism"
},
"argon2Desc": {
"message": "Higher KDF iterations, memory, and parallelism can help protect your master password from being brute forced by an attacker."
},
"changeKdf": { "changeKdf": {
"message": "Change KDF" "message": "Change KDF"
}, },
@ -2044,6 +2057,9 @@
"manageSubscription": { "manageSubscription": {
"message": "Manage subscription" "message": "Manage subscription"
}, },
"launchCloudSubscription": {
"message": "Launch Cloud Subscription"
},
"storage": { "storage": {
"message": "Storage" "message": "Storage"
}, },
@ -5225,11 +5241,8 @@
"billingSyncApiKeyRotated": { "billingSyncApiKeyRotated": {
"message": "Token rotated" "message": "Token rotated"
}, },
"billingSync": {
"message": "Billing sync"
},
"billingSyncDesc": { "billingSyncDesc": {
"message": "Billing sync provides Free Families plans for members and advanced billing capabilities by linking your self-hosted Bitwarden to the Bitwarden cloud server." "message": "Billing sync unlocks Families sponsorships and automatic license syncing on your server. After making updates in the Bitwarden cloud server, select Sync License to apply changes."
}, },
"billingSyncKeyDesc": { "billingSyncKeyDesc": {
"message": "A billing sync token from your cloud organization's subscription settings is required to complete this form." "message": "A billing sync token from your cloud organization's subscription settings is required to complete this form."
@ -5279,6 +5292,15 @@
"required": { "required": {
"message": "required" "message": "required"
}, },
"characterMaximum": {
"message": "$MAX$ character maximum",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"idpSingleSignOnServiceUrlRequired": { "idpSingleSignOnServiceUrlRequired": {
"message": "Required if Entity ID is not a URL." "message": "Required if Entity ID is not a URL."
}, },
@ -6082,6 +6104,36 @@
} }
} }
}, },
"licenseAndBillingManagement": {
"message": "License and billing management"
},
"automaticSync": {
"message": "Automatic sync"
},
"manualUpload": {
"message": "Manual upload"
},
"manualUploadDesc": {
"message": "If you do not want to opt into billing sync, manually upload your license here."
},
"syncLicense": {
"message": "Sync license"
},
"licenseSyncSuccess": {
"message": "Successfully synced license"
},
"licenseUploadSuccess": {
"message": "Successfully uploaded license"
},
"lastLicenseSync": {
"message": "Last license sync"
},
"billingSyncHelp": {
"message": "Billing Sync help"
},
"uploadLicense": {
"message": "Upload license"
},
"lowKdfIterations": { "lowKdfIterations": {
"message": "Low KDF Iterations" "message": "Low KDF Iterations"
}, },
@ -6090,5 +6142,17 @@
}, },
"changeKdfSettings": { "changeKdfSettings": {
"message": "Change KDF settings" "message": "Change KDF settings"
},
"changeKdfLoggedOutWarning": {
"message": "Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour. We recommend exporting your vault before changing your encryption settings to prevent data loss."
},
"secretsManagerBeta": {
"message": "Secrets Manager Beta"
},
"secretsManagerBetaDesc": {
"message": "Enable user access to the Secrets Manager at no charge during the Beta program."
},
"userAccessSecretsManager": {
"message": "This user can access the Secrets Manager Beta"
} }
} }

View File

@ -1157,6 +1157,19 @@
} }
} }
}, },
"kdfMemory": {
"message": "KDF geheugen (MB)",
"description": "Memory refers to computer memory (RAM). MB is short for megabytes."
},
"argon2Warning": {
"message": "Je KDF-iteraties, geheugen en parallellisatie te hoog instellen kan leiden tot slechte prestaties bij het inloggen (en ontgrendelen) van Bitwarden op langzamere of oudere apparaten. We adviseren je deze waarden individueel in kleine stappen op te hogen en vervolgens al je apparaten te testen."
},
"kdfParallelism": {
"message": "KDF-parallellisatie"
},
"argon2Desc": {
"message": "Hogere instellingen voor KDF-iteraties, geheugen en parallellisatie kunnen je hoofdwachtwoord beschermen tegen brute-foce-aanvallen."
},
"changeKdf": { "changeKdf": {
"message": "KDF wijzigen" "message": "KDF wijzigen"
}, },
@ -2044,6 +2057,9 @@
"manageSubscription": { "manageSubscription": {
"message": "Abonnement beheren" "message": "Abonnement beheren"
}, },
"launchCloudSubscription": {
"message": "Cloudabonnement starten"
},
"storage": { "storage": {
"message": "Opslagruimte" "message": "Opslagruimte"
}, },
@ -5225,9 +5241,6 @@
"billingSyncApiKeyRotated": { "billingSyncApiKeyRotated": {
"message": "Token geroteerd." "message": "Token geroteerd."
}, },
"billingSync": {
"message": "Factureringssynchronisatie"
},
"billingSyncDesc": { "billingSyncDesc": {
"message": "Factureringssynchronisatie biedt leden gratis Families-plannen en geavanceerde factureringsmogelijkheden door je zelfgehoste Bitwarden te koppelen aan de Bitwarden-cloudserver." "message": "Factureringssynchronisatie biedt leden gratis Families-plannen en geavanceerde factureringsmogelijkheden door je zelfgehoste Bitwarden te koppelen aan de Bitwarden-cloudserver."
}, },
@ -5279,6 +5292,15 @@
"required": { "required": {
"message": "vereist" "message": "vereist"
}, },
"characterMaximum": {
"message": "Maximaal $MAX$ tekens",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"idpSingleSignOnServiceUrlRequired": { "idpSingleSignOnServiceUrlRequired": {
"message": "Vereist als Entiteit ID geen URL is." "message": "Vereist als Entiteit ID geen URL is."
}, },
@ -6082,6 +6104,36 @@
} }
} }
}, },
"licenseAndBillingManagement": {
"message": "Licentie- en facturatiebeheer"
},
"automaticSync": {
"message": "Automatisch synchroniseren"
},
"manualUpload": {
"message": "Handmatig uploaden"
},
"manualUploadDesc": {
"message": "Als je geen gebruik wilt maken van facturatiesynchronisatie, upload dan hier je licentie."
},
"syncLicense": {
"message": "Licentie synchroniseren"
},
"licenseSyncSuccess": {
"message": "Licentie gesynchroniseerd"
},
"licenseUploadSuccess": {
"message": "Licentie geüpload"
},
"lastLicenseSync": {
"message": "Laatste licentie-synchronisatie"
},
"billingSyncHelp": {
"message": "Hulp bij facturatiesynchronisatie"
},
"uploadLicense": {
"message": "Licentie uploaden"
},
"lowKdfIterations": { "lowKdfIterations": {
"message": "Low KDF Iterations" "message": "Low KDF Iterations"
}, },
@ -6090,5 +6142,17 @@
}, },
"changeKdfSettings": { "changeKdfSettings": {
"message": "Change KDF settings" "message": "Change KDF settings"
},
"changeKdfLoggedOutWarning": {
"message": "Als je doorgaat zal je huidige sessie uitloggen, waarna je opnieuw moet inloggen. Actieve sessies op andere apparaten blijven mogelijk nog een uur actief. We raden je aan je kluis te exporteren voordat je je versleutelingsinstellingen wijzigt om gegevensverlies te voorkomen."
},
"secretsManagerBeta": {
"message": "Secrets Manager Bèta"
},
"secretsManagerBetaDesc": {
"message": "Gebruikerstoegang tot de Secrets Manager inschakelen is gratis tijdens het bètaprogramma."
},
"userAccessSecretsManager": {
"message": "Deze gebruiker heeft toegang tot de Secrets Manager Bèta"
} }
} }

View File

@ -1149,7 +1149,7 @@
} }
}, },
"kdfIterationsWarning": { "kdfIterationsWarning": {
"message": "Setting your KDF iterations too high could result in poor performance when logging into (and unlocking) Bitwarden on devices with slower CPUs. We recommend that you increase the value in increments of $INCREMENT$ and then test all of your devices.", "message": "Setting your KDF iterations too high could result in poor performance when logging into (and unlocking) Bitwarden on slower or older devices. We recommend that you increase the value in increments of $INCREMENT$ and then test all of your devices.",
"placeholders": { "placeholders": {
"increment": { "increment": {
"content": "$1", "content": "$1",
@ -1157,6 +1157,19 @@
} }
} }
}, },
"kdfMemory": {
"message": "KDF memory (MB)",
"description": "Memory refers to computer memory (RAM). MB is short for megabytes."
},
"argon2Warning": {
"message": "Setting your KDF iterations, memory, and parallelism too high could result in poor performance when logging into (and unlocking) Bitwarden on slower or older devices. We recommend changing these individually in small increments and then test all of your devices."
},
"kdfParallelism": {
"message": "KDF parallelism"
},
"argon2Desc": {
"message": "Higher KDF iterations, memory, and parallelism can help protect your master password from being brute forced by an attacker."
},
"changeKdf": { "changeKdf": {
"message": "Change KDF" "message": "Change KDF"
}, },
@ -2044,6 +2057,9 @@
"manageSubscription": { "manageSubscription": {
"message": "Manage subscription" "message": "Manage subscription"
}, },
"launchCloudSubscription": {
"message": "Launch Cloud Subscription"
},
"storage": { "storage": {
"message": "Storage" "message": "Storage"
}, },
@ -5225,11 +5241,8 @@
"billingSyncApiKeyRotated": { "billingSyncApiKeyRotated": {
"message": "Token rotated" "message": "Token rotated"
}, },
"billingSync": {
"message": "Billing sync"
},
"billingSyncDesc": { "billingSyncDesc": {
"message": "Billing sync provides Free Families plans for members and advanced billing capabilities by linking your self-hosted Bitwarden to the Bitwarden cloud server." "message": "Billing sync unlocks Families sponsorships and automatic license syncing on your server. After making updates in the Bitwarden cloud server, select Sync License to apply changes."
}, },
"billingSyncKeyDesc": { "billingSyncKeyDesc": {
"message": "A billing sync token from your cloud organization's subscription settings is required to complete this form." "message": "A billing sync token from your cloud organization's subscription settings is required to complete this form."
@ -5279,6 +5292,15 @@
"required": { "required": {
"message": "required" "message": "required"
}, },
"characterMaximum": {
"message": "$MAX$ character maximum",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"idpSingleSignOnServiceUrlRequired": { "idpSingleSignOnServiceUrlRequired": {
"message": "Required if Entity ID is not a URL." "message": "Required if Entity ID is not a URL."
}, },
@ -6082,6 +6104,36 @@
} }
} }
}, },
"licenseAndBillingManagement": {
"message": "License and billing management"
},
"automaticSync": {
"message": "Automatic sync"
},
"manualUpload": {
"message": "Manual upload"
},
"manualUploadDesc": {
"message": "If you do not want to opt into billing sync, manually upload your license here."
},
"syncLicense": {
"message": "Sync license"
},
"licenseSyncSuccess": {
"message": "Successfully synced license"
},
"licenseUploadSuccess": {
"message": "Successfully uploaded license"
},
"lastLicenseSync": {
"message": "Last license sync"
},
"billingSyncHelp": {
"message": "Billing Sync help"
},
"uploadLicense": {
"message": "Upload license"
},
"lowKdfIterations": { "lowKdfIterations": {
"message": "Low KDF Iterations" "message": "Low KDF Iterations"
}, },
@ -6090,5 +6142,17 @@
}, },
"changeKdfSettings": { "changeKdfSettings": {
"message": "Change KDF settings" "message": "Change KDF settings"
},
"changeKdfLoggedOutWarning": {
"message": "Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour. We recommend exporting your vault before changing your encryption settings to prevent data loss."
},
"secretsManagerBeta": {
"message": "Secrets Manager Beta"
},
"secretsManagerBetaDesc": {
"message": "Enable user access to the Secrets Manager at no charge during the Beta program."
},
"userAccessSecretsManager": {
"message": "This user can access the Secrets Manager Beta"
} }
} }

View File

@ -1157,6 +1157,19 @@
} }
} }
}, },
"kdfMemory": {
"message": "Pamięć KDF (MB)",
"description": "Memory refers to computer memory (RAM). MB is short for megabytes."
},
"argon2Warning": {
"message": "Ustawienie liczby powtórzeń KDF, zużycia pamięci i współbieżności zbyt wysoko może skutkować obniżeniem wydajności podczas logowania (i odblokowywania sejfu) Bitwarden na wolniejszych albo starszych urządzeniach. Zalecamy stopniowe zwiększanie tej wartości i przetestowanie jej na wszystkich Twoich urządzeniach."
},
"kdfParallelism": {
"message": "Współbieżność KDF"
},
"argon2Desc": {
"message": "Wyższe wartości iteracji KDF, pamięci i współbieżności mogą pomóc chronić Twoje hasło główne przed złamaniem przez atakującego."
},
"changeKdf": { "changeKdf": {
"message": "Zmień KDF" "message": "Zmień KDF"
}, },
@ -2044,6 +2057,9 @@
"manageSubscription": { "manageSubscription": {
"message": "Zarządzaj subskrypcją" "message": "Zarządzaj subskrypcją"
}, },
"launchCloudSubscription": {
"message": "Uruchom subskrypcję chmury"
},
"storage": { "storage": {
"message": "Przestrzeń" "message": "Przestrzeń"
}, },
@ -5225,9 +5241,6 @@
"billingSyncApiKeyRotated": { "billingSyncApiKeyRotated": {
"message": "Token został zmieniony" "message": "Token został zmieniony"
}, },
"billingSync": {
"message": "Synchronizacja płatności"
},
"billingSyncDesc": { "billingSyncDesc": {
"message": "Synchronizacja płatności zapewnia darmowe plany rodzinne dla członków i zaawansowane możliwości rozliczeniowe, łącząc Twój własny hostowany Bitwarden z serwerem w chmurze Bitwarden." "message": "Synchronizacja płatności zapewnia darmowe plany rodzinne dla członków i zaawansowane możliwości rozliczeniowe, łącząc Twój własny hostowany Bitwarden z serwerem w chmurze Bitwarden."
}, },
@ -5279,6 +5292,15 @@
"required": { "required": {
"message": "wymagane" "message": "wymagane"
}, },
"characterMaximum": {
"message": "$MAX$ znaków maksymalnie",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"idpSingleSignOnServiceUrlRequired": { "idpSingleSignOnServiceUrlRequired": {
"message": "Wymagane, jeśli identyfikator podmiotu nie jest adres URL." "message": "Wymagane, jeśli identyfikator podmiotu nie jest adres URL."
}, },
@ -6082,6 +6104,36 @@
} }
} }
}, },
"licenseAndBillingManagement": {
"message": "Zarządzanie licencjami i rozliczeniami"
},
"automaticSync": {
"message": "Automatyczna synchronizacja"
},
"manualUpload": {
"message": "Przesyłanie ręczne"
},
"manualUploadDesc": {
"message": "Jeśli nie chcesz włączać synchronizacji rozliczeń, ręcznie prześlij swoją licencję tutaj."
},
"syncLicense": {
"message": "Synchronizuj licencję"
},
"licenseSyncSuccess": {
"message": "Pomyślnie zsynchronizowano licencję"
},
"licenseUploadSuccess": {
"message": "Pomyślnie przesłano licencję"
},
"lastLicenseSync": {
"message": "Ostatnia synchronizacja licencji"
},
"billingSyncHelp": {
"message": "Pomoc synchronizacji płatności"
},
"uploadLicense": {
"message": "Prześlij licencję"
},
"lowKdfIterations": { "lowKdfIterations": {
"message": "Niska liczba iteracji KDF" "message": "Niska liczba iteracji KDF"
}, },
@ -6090,5 +6142,17 @@
}, },
"changeKdfSettings": { "changeKdfSettings": {
"message": "Zmień ustawienia KDF" "message": "Zmień ustawienia KDF"
},
"changeKdfLoggedOutWarning": {
"message": "Kontynuowanie spowoduje wylogowanie z bieżącej sesji i konieczność ponownego zalogowania. Aktywne sesje na innych urządzeniach mogą pozostać aktywne przez maksymalnie godzinę. Zalecamy wyeksportowanie sejfu przed zmianą ustawień szyfrowania, aby zapobiec utracie danych."
},
"secretsManagerBeta": {
"message": "Manager sekretów beta"
},
"secretsManagerBetaDesc": {
"message": "Włącz dostęp użytkownikom do Managera sekretów bez żadnych opłat podczas programu Beta."
},
"userAccessSecretsManager": {
"message": "Ten użytkownik może uzyskać dostęp do Managera sekretów Beta"
} }
} }

View File

@ -1157,6 +1157,19 @@
} }
} }
}, },
"kdfMemory": {
"message": "KDF memory (MB)",
"description": "Memory refers to computer memory (RAM). MB is short for megabytes."
},
"argon2Warning": {
"message": "Setting your KDF iterations, memory, and parallelism too high could result in poor performance when logging into (and unlocking) Bitwarden on slower or older devices. We recommend changing these individually in small increments and then test all of your devices."
},
"kdfParallelism": {
"message": "KDF parallelism"
},
"argon2Desc": {
"message": "Higher KDF iterations, memory, and parallelism can help protect your master password from being brute forced by an attacker."
},
"changeKdf": { "changeKdf": {
"message": "Alterar KDF" "message": "Alterar KDF"
}, },
@ -2044,6 +2057,9 @@
"manageSubscription": { "manageSubscription": {
"message": "Gerenciar Assinatura" "message": "Gerenciar Assinatura"
}, },
"launchCloudSubscription": {
"message": "Launch Cloud Subscription"
},
"storage": { "storage": {
"message": "Armazenamento" "message": "Armazenamento"
}, },
@ -5225,9 +5241,6 @@
"billingSyncApiKeyRotated": { "billingSyncApiKeyRotated": {
"message": "Token renovado" "message": "Token renovado"
}, },
"billingSync": {
"message": "Sincronização de Faturamento"
},
"billingSyncDesc": { "billingSyncDesc": {
"message": "A sincronização de faturamento fornece Plano Familiar gratuito para membros e recursos avançados de faturamento, vinculando o Bitwarden auto-hospedado ao servidor da nuvem do Bitwarden." "message": "A sincronização de faturamento fornece Plano Familiar gratuito para membros e recursos avançados de faturamento, vinculando o Bitwarden auto-hospedado ao servidor da nuvem do Bitwarden."
}, },
@ -5279,6 +5292,15 @@
"required": { "required": {
"message": "obrigatório" "message": "obrigatório"
}, },
"characterMaximum": {
"message": "$MAX$ character maximum",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"idpSingleSignOnServiceUrlRequired": { "idpSingleSignOnServiceUrlRequired": {
"message": "Necessário se o ID da Entidade não for um URL." "message": "Necessário se o ID da Entidade não for um URL."
}, },
@ -6082,6 +6104,36 @@
} }
} }
}, },
"licenseAndBillingManagement": {
"message": "License and billing management"
},
"automaticSync": {
"message": "Automatic sync"
},
"manualUpload": {
"message": "Manual upload"
},
"manualUploadDesc": {
"message": "If you do not want to opt into billing sync, manually upload your license here."
},
"syncLicense": {
"message": "Sync license"
},
"licenseSyncSuccess": {
"message": "Successfully synced license"
},
"licenseUploadSuccess": {
"message": "Successfully uploaded license"
},
"lastLicenseSync": {
"message": "Last license sync"
},
"billingSyncHelp": {
"message": "Billing Sync help"
},
"uploadLicense": {
"message": "Upload license"
},
"lowKdfIterations": { "lowKdfIterations": {
"message": "Low KDF Iterations" "message": "Low KDF Iterations"
}, },
@ -6090,5 +6142,17 @@
}, },
"changeKdfSettings": { "changeKdfSettings": {
"message": "Change KDF settings" "message": "Change KDF settings"
},
"changeKdfLoggedOutWarning": {
"message": "Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour. We recommend exporting your vault before changing your encryption settings to prevent data loss."
},
"secretsManagerBeta": {
"message": "Secrets Manager Beta"
},
"secretsManagerBetaDesc": {
"message": "Enable user access to the Secrets Manager at no charge during the Beta program."
},
"userAccessSecretsManager": {
"message": "This user can access the Secrets Manager Beta"
} }
} }

View File

@ -1157,6 +1157,19 @@
} }
} }
}, },
"kdfMemory": {
"message": "KDF memory (MB)",
"description": "Memory refers to computer memory (RAM). MB is short for megabytes."
},
"argon2Warning": {
"message": "Setting your KDF iterations, memory, and parallelism too high could result in poor performance when logging into (and unlocking) Bitwarden on slower or older devices. We recommend changing these individually in small increments and then test all of your devices."
},
"kdfParallelism": {
"message": "KDF parallelism"
},
"argon2Desc": {
"message": "Higher KDF iterations, memory, and parallelism can help protect your master password from being brute forced by an attacker."
},
"changeKdf": { "changeKdf": {
"message": "Alterar KDF" "message": "Alterar KDF"
}, },
@ -2044,6 +2057,9 @@
"manageSubscription": { "manageSubscription": {
"message": "Gerir subscrição" "message": "Gerir subscrição"
}, },
"launchCloudSubscription": {
"message": "Launch Cloud Subscription"
},
"storage": { "storage": {
"message": "Armazenamento" "message": "Armazenamento"
}, },
@ -5225,11 +5241,8 @@
"billingSyncApiKeyRotated": { "billingSyncApiKeyRotated": {
"message": "Token rotated" "message": "Token rotated"
}, },
"billingSync": {
"message": "Billing sync"
},
"billingSyncDesc": { "billingSyncDesc": {
"message": "Billing sync provides Free Families plans for members and advanced billing capabilities by linking your self-hosted Bitwarden to the Bitwarden cloud server." "message": "Billing sync unlocks Families sponsorships and automatic license syncing on your server. After making updates in the Bitwarden cloud server, select Sync License to apply changes."
}, },
"billingSyncKeyDesc": { "billingSyncKeyDesc": {
"message": "A billing sync token from your cloud organization's subscription settings is required to complete this form." "message": "A billing sync token from your cloud organization's subscription settings is required to complete this form."
@ -5279,6 +5292,15 @@
"required": { "required": {
"message": "necessário" "message": "necessário"
}, },
"characterMaximum": {
"message": "$MAX$ character maximum",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"idpSingleSignOnServiceUrlRequired": { "idpSingleSignOnServiceUrlRequired": {
"message": "Necessário se o ID da Entidade não for um URL." "message": "Necessário se o ID da Entidade não for um URL."
}, },
@ -6082,6 +6104,36 @@
} }
} }
}, },
"licenseAndBillingManagement": {
"message": "License and billing management"
},
"automaticSync": {
"message": "Automatic sync"
},
"manualUpload": {
"message": "Manual upload"
},
"manualUploadDesc": {
"message": "If you do not want to opt into billing sync, manually upload your license here."
},
"syncLicense": {
"message": "Sync license"
},
"licenseSyncSuccess": {
"message": "Successfully synced license"
},
"licenseUploadSuccess": {
"message": "Successfully uploaded license"
},
"lastLicenseSync": {
"message": "Last license sync"
},
"billingSyncHelp": {
"message": "Billing Sync help"
},
"uploadLicense": {
"message": "Upload license"
},
"lowKdfIterations": { "lowKdfIterations": {
"message": "Low KDF Iterations" "message": "Low KDF Iterations"
}, },
@ -6090,5 +6142,17 @@
}, },
"changeKdfSettings": { "changeKdfSettings": {
"message": "Change KDF settings" "message": "Change KDF settings"
},
"changeKdfLoggedOutWarning": {
"message": "Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour. We recommend exporting your vault before changing your encryption settings to prevent data loss."
},
"secretsManagerBeta": {
"message": "Secrets Manager Beta"
},
"secretsManagerBetaDesc": {
"message": "Enable user access to the Secrets Manager at no charge during the Beta program."
},
"userAccessSecretsManager": {
"message": "This user can access the Secrets Manager Beta"
} }
} }

View File

@ -1157,6 +1157,19 @@
} }
} }
}, },
"kdfMemory": {
"message": "KDF memory (MB)",
"description": "Memory refers to computer memory (RAM). MB is short for megabytes."
},
"argon2Warning": {
"message": "Setting your KDF iterations, memory, and parallelism too high could result in poor performance when logging into (and unlocking) Bitwarden on slower or older devices. We recommend changing these individually in small increments and then test all of your devices."
},
"kdfParallelism": {
"message": "KDF parallelism"
},
"argon2Desc": {
"message": "Higher KDF iterations, memory, and parallelism can help protect your master password from being brute forced by an attacker."
},
"changeKdf": { "changeKdf": {
"message": "Modificare KDF" "message": "Modificare KDF"
}, },
@ -2044,6 +2057,9 @@
"manageSubscription": { "manageSubscription": {
"message": "Gestionare abonament" "message": "Gestionare abonament"
}, },
"launchCloudSubscription": {
"message": "Launch Cloud Subscription"
},
"storage": { "storage": {
"message": "Stocare" "message": "Stocare"
}, },
@ -5225,9 +5241,6 @@
"billingSyncApiKeyRotated": { "billingSyncApiKeyRotated": {
"message": "Token revocat" "message": "Token revocat"
}, },
"billingSync": {
"message": "Sincronizare facturare"
},
"billingSyncDesc": { "billingSyncDesc": {
"message": "Sincronizarea de facturare oferă planuri gratuite de familii pentru membri și capabilități avansate de facturare prin conectarea Bitwarden-ului dvs. auto-găzduit la serverul cloud Bitwarden." "message": "Sincronizarea de facturare oferă planuri gratuite de familii pentru membri și capabilități avansate de facturare prin conectarea Bitwarden-ului dvs. auto-găzduit la serverul cloud Bitwarden."
}, },
@ -5279,6 +5292,15 @@
"required": { "required": {
"message": "necesar" "message": "necesar"
}, },
"characterMaximum": {
"message": "$MAX$ character maximum",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"idpSingleSignOnServiceUrlRequired": { "idpSingleSignOnServiceUrlRequired": {
"message": "Necesar dacă ID-ul de entitate nu este un URL." "message": "Necesar dacă ID-ul de entitate nu este un URL."
}, },
@ -6082,6 +6104,36 @@
} }
} }
}, },
"licenseAndBillingManagement": {
"message": "License and billing management"
},
"automaticSync": {
"message": "Automatic sync"
},
"manualUpload": {
"message": "Manual upload"
},
"manualUploadDesc": {
"message": "If you do not want to opt into billing sync, manually upload your license here."
},
"syncLicense": {
"message": "Sync license"
},
"licenseSyncSuccess": {
"message": "Successfully synced license"
},
"licenseUploadSuccess": {
"message": "Successfully uploaded license"
},
"lastLicenseSync": {
"message": "Last license sync"
},
"billingSyncHelp": {
"message": "Billing Sync help"
},
"uploadLicense": {
"message": "Upload license"
},
"lowKdfIterations": { "lowKdfIterations": {
"message": "Low KDF Iterations" "message": "Low KDF Iterations"
}, },
@ -6090,5 +6142,17 @@
}, },
"changeKdfSettings": { "changeKdfSettings": {
"message": "Change KDF settings" "message": "Change KDF settings"
},
"changeKdfLoggedOutWarning": {
"message": "Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour. We recommend exporting your vault before changing your encryption settings to prevent data loss."
},
"secretsManagerBeta": {
"message": "Secrets Manager Beta"
},
"secretsManagerBetaDesc": {
"message": "Enable user access to the Secrets Manager at no charge during the Beta program."
},
"userAccessSecretsManager": {
"message": "This user can access the Secrets Manager Beta"
} }
} }

View File

@ -1149,7 +1149,7 @@
} }
}, },
"kdfIterationsWarning": { "kdfIterationsWarning": {
"message": "Слишком большое число итераций KDF может существенно замедлить вход (и разблокировку) на устройствах со слабыми процессорами. Рекомендуется последовательно увеличивать значение с шагом $INCREMENT$, проверяя результат на всех ваших устройствах.", "message": "Установка слишком большого числа итераций KDF может привести к низкой производительности при входе в Bitwarden (и разблокировке) на медленных или старых устройствах. Мы рекомендуем вам увеличивать значение с шагом $INCREMENT$, а затем тестировать все ваши устройства.",
"placeholders": { "placeholders": {
"increment": { "increment": {
"content": "$1", "content": "$1",
@ -1157,6 +1157,19 @@
} }
} }
}, },
"kdfMemory": {
"message": "Память KDF (МБ)",
"description": "Memory refers to computer memory (RAM). MB is short for megabytes."
},
"argon2Warning": {
"message": "Слишком высокие значения итераций KDF, памяти и параллелизма могут привести к низкой производительности при входе в Bitwarden (и разблокировке) на медленных или старых устройствах. Мы рекомендуем изменять эти параметры по отдельности с небольшим шагом, а затем протестировать все ваши устройства."
},
"kdfParallelism": {
"message": "Параллелизм KDF"
},
"argon2Desc": {
"message": "Увеличение числа итераций KDF, памяти и параллелизма может помочь защитить ваш мастер-пароль от взлома его злоумышленником."
},
"changeKdf": { "changeKdf": {
"message": "Изменить KDF" "message": "Изменить KDF"
}, },
@ -1179,7 +1192,7 @@
"message": "В случае продолжения, ваша сессия будет завершена и вам будет предложено авторизоваться повторно. Вам также будет предложено выполнить двухэтапную аутентификацию, если она настроена. Сессии на других устройствах могут оставаться активными в течение одного часа." "message": "В случае продолжения, ваша сессия будет завершена и вам будет предложено авторизоваться повторно. Вам также будет предложено выполнить двухэтапную аутентификацию, если она настроена. Сессии на других устройствах могут оставаться активными в течение одного часа."
}, },
"sessionsDeauthorized": { "sessionsDeauthorized": {
"message": "Все сеансы деавторизованы" "message": "Все сессии деавторизованы"
}, },
"purgeVault": { "purgeVault": {
"message": "Очистить хранилище" "message": "Очистить хранилище"
@ -2044,6 +2057,9 @@
"manageSubscription": { "manageSubscription": {
"message": "Управление подпиской" "message": "Управление подпиской"
}, },
"launchCloudSubscription": {
"message": "Запустить облачную подписку"
},
"storage": { "storage": {
"message": "Хранилище" "message": "Хранилище"
}, },
@ -3379,7 +3395,7 @@
"message": "Мы перешли на более сложные ключи шифрования, которые обеспечивают лучшую безопасность и доступ к новым возможностям. Обновление ключа шифрования происходит быстро и легко. Просто введите свой мастер-пароль ниже. Это обновление в конечном итоге станет обязательным." "message": "Мы перешли на более сложные ключи шифрования, которые обеспечивают лучшую безопасность и доступ к новым возможностям. Обновление ключа шифрования происходит быстро и легко. Просто введите свой мастер-пароль ниже. Это обновление в конечном итоге станет обязательным."
}, },
"updateEncryptionKeyWarning": { "updateEncryptionKeyWarning": {
"message": "После обновления ключа шифрования необходимо выполнить выход во всех приложениях Bitwarden, которые вы используете (например, мобильное приложение или расширение браузера). Невыполнение этого требования может привести к повреждению данных (так как при этом загружается ваш новый ключ шифрования). Мы попытаемся автоматически осуществить завершение ваших сессий, однако это может произойти с задержкой." "message": "После обновления ключа шифрования необходимо выйти из всех приложений Bitwarden, которые вы используете (например, из мобильного приложения или расширения браузера). Если этого не сделать, могут повредиться данные (так как при выходе и последующем входе загружается ваш новый ключ шифрования). Мы попытаемся автоматически осуществить завершение ваших сессий, однако это может произойти с задержкой."
}, },
"updateEncryptionKeyExportWarning": { "updateEncryptionKeyExportWarning": {
"message": "Любые зашифрованные экспортированные данные, которые вы сохранили, также станут недействительными." "message": "Любые зашифрованные экспортированные данные, которые вы сохранили, также станут недействительными."
@ -4769,10 +4785,10 @@
"message": "Обновить мастер-пароль" "message": "Обновить мастер-пароль"
}, },
"updateMasterPasswordWarning": { "updateMasterPasswordWarning": {
"message": "Мастер-пароль недавно был изменен администратором вашей организации. Чтобы получить доступ к хранилищу, вы должны обновить мастер-пароль сейчас. В результате текущий сеанс будет завершен, потребуется повторный вход. Активные сеансы на других устройствах могут оставаться активными в течение одного часа." "message": "Мастер-пароль недавно был изменен администратором вашей организации. Чтобы получить доступ к хранилищу, вы должны обновить мастер-пароль сейчас. В результате текущая сессия будет завершена и потребуется повторная авторизация. Сессии на других устройствах могут оставаться активными в течение одного часа."
}, },
"masterPasswordInvalidWarning": { "masterPasswordInvalidWarning": {
"message": "Мастер-пароль не соответствует требованиям политики этой организации. Чтобы присоединиться к организации, нужно обновить мастер-пароль. Текущий сеанс будет завершен и потребуется повторный вход. Сеансы на других устройствах могут оставаться активными в течение часа." "message": "Мастер-пароль не соответствует требованиям политики этой организации. Чтобы присоединиться к организации, нужно обновить мастер-пароль. Текущая сессия будет завершена и потребуется повторная авторизация. Сессии на других устройствах могут оставаться активными в течение часа."
}, },
"maximumVaultTimeout": { "maximumVaultTimeout": {
"message": "Тайм-аут хранилища" "message": "Тайм-аут хранилища"
@ -4935,7 +4951,7 @@
"message": "Разрешить нежелательный ответ на аутентификацию" "message": "Разрешить нежелательный ответ на аутентификацию"
}, },
"idpAllowOutboundLogoutRequests": { "idpAllowOutboundLogoutRequests": {
"message": "Разрешить исходящие запросы на завершение сеанса" "message": "Разрешить исходящие запросы на завершение сессий"
}, },
"idpSignAuthenticationRequests": { "idpSignAuthenticationRequests": {
"message": "Подписать запросы аутентификации" "message": "Подписать запросы аутентификации"
@ -5225,11 +5241,8 @@
"billingSyncApiKeyRotated": { "billingSyncApiKeyRotated": {
"message": "Токен сменен" "message": "Токен сменен"
}, },
"billingSync": {
"message": "Синхронизация биллинга"
},
"billingSyncDesc": { "billingSyncDesc": {
"message": "Синхронизация биллинга обеспечивает предоставление участникам планов Free Families и расширенных возможностей выставления счетов, связывая ваш собственный хостинг Bitwarden с облачным сервером Bitwarden." "message": "Синхронизация биллинга разблокирует предоставление участникам планов Families и автоматическую синхронизацию лицензий на вашем сервере. После внесения изменений на облачном сервере Bitwarden выберите Sync License для применения изменений."
}, },
"billingSyncKeyDesc": { "billingSyncKeyDesc": {
"message": "Для заполнения этой формы необходим токен синхронизации биллинга из настроек подписки вашей организации." "message": "Для заполнения этой формы необходим токен синхронизации биллинга из настроек подписки вашей организации."
@ -5279,6 +5292,15 @@
"required": { "required": {
"message": "обязательно" "message": "обязательно"
}, },
"characterMaximum": {
"message": "Максимум символов $MAX$",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"idpSingleSignOnServiceUrlRequired": { "idpSingleSignOnServiceUrlRequired": {
"message": "Обязательно, если ID сущности не является URL." "message": "Обязательно, если ID сущности не является URL."
}, },
@ -6082,6 +6104,36 @@
} }
} }
}, },
"licenseAndBillingManagement": {
"message": "Управление лицензиями и выставлением счетов"
},
"automaticSync": {
"message": "Автоматическая синхронизация"
},
"manualUpload": {
"message": "Ручная загрузка"
},
"manualUploadDesc": {
"message": "Если вы не хотите включать синхронизацию биллинга, загрузите свою лицензию вручную здесь."
},
"syncLicense": {
"message": "Синхронизировать лицензию"
},
"licenseSyncSuccess": {
"message": "Лицензия успешно синхронизирована"
},
"licenseUploadSuccess": {
"message": "Лицензия успешно загружена"
},
"lastLicenseSync": {
"message": "Последняя синхронизация лицензии"
},
"billingSyncHelp": {
"message": "Справка по синхронизации биллинга"
},
"uploadLicense": {
"message": "Загрузить лицензию"
},
"lowKdfIterations": { "lowKdfIterations": {
"message": "Низкие итерации KDF" "message": "Низкие итерации KDF"
}, },
@ -6090,5 +6142,17 @@
}, },
"changeKdfSettings": { "changeKdfSettings": {
"message": "Изменить параметры KDF" "message": "Изменить параметры KDF"
},
"changeKdfLoggedOutWarning": {
"message": "При продолжении текущая сессия будет завершена, после чего потребуется повторная авторизация. Сессии на других устройствах могут оставаться активными в течение часа. Мы рекомендуем экспортировать хранилище перед изменением настроек шифрования, чтобы предотвратить потерю данных."
},
"secretsManagerBeta": {
"message": "Менеджер секретов Beta"
},
"secretsManagerBetaDesc": {
"message": "Возможность бесплатного доступа пользователей к Менеджеру секретов во время программы бета-тестирования."
},
"userAccessSecretsManager": {
"message": "Этот пользователь может получить доступ к Менеджеру секретов Beta"
} }
} }

View File

@ -1149,7 +1149,7 @@
} }
}, },
"kdfIterationsWarning": { "kdfIterationsWarning": {
"message": "Setting your KDF iterations too high could result in poor performance when logging into (and unlocking) Bitwarden on devices with slower CPUs. We recommend that you increase the value in increments of $INCREMENT$ and then test all of your devices.", "message": "Setting your KDF iterations too high could result in poor performance when logging into (and unlocking) Bitwarden on slower or older devices. We recommend that you increase the value in increments of $INCREMENT$ and then test all of your devices.",
"placeholders": { "placeholders": {
"increment": { "increment": {
"content": "$1", "content": "$1",
@ -1157,6 +1157,19 @@
} }
} }
}, },
"kdfMemory": {
"message": "KDF memory (MB)",
"description": "Memory refers to computer memory (RAM). MB is short for megabytes."
},
"argon2Warning": {
"message": "Setting your KDF iterations, memory, and parallelism too high could result in poor performance when logging into (and unlocking) Bitwarden on slower or older devices. We recommend changing these individually in small increments and then test all of your devices."
},
"kdfParallelism": {
"message": "KDF parallelism"
},
"argon2Desc": {
"message": "Higher KDF iterations, memory, and parallelism can help protect your master password from being brute forced by an attacker."
},
"changeKdf": { "changeKdf": {
"message": "Change KDF" "message": "Change KDF"
}, },
@ -2044,6 +2057,9 @@
"manageSubscription": { "manageSubscription": {
"message": "Manage subscription" "message": "Manage subscription"
}, },
"launchCloudSubscription": {
"message": "Launch Cloud Subscription"
},
"storage": { "storage": {
"message": "Storage" "message": "Storage"
}, },
@ -5225,11 +5241,8 @@
"billingSyncApiKeyRotated": { "billingSyncApiKeyRotated": {
"message": "Token rotated" "message": "Token rotated"
}, },
"billingSync": {
"message": "Billing sync"
},
"billingSyncDesc": { "billingSyncDesc": {
"message": "Billing sync provides Free Families plans for members and advanced billing capabilities by linking your self-hosted Bitwarden to the Bitwarden cloud server." "message": "Billing sync unlocks Families sponsorships and automatic license syncing on your server. After making updates in the Bitwarden cloud server, select Sync License to apply changes."
}, },
"billingSyncKeyDesc": { "billingSyncKeyDesc": {
"message": "A billing sync token from your cloud organization's subscription settings is required to complete this form." "message": "A billing sync token from your cloud organization's subscription settings is required to complete this form."
@ -5279,6 +5292,15 @@
"required": { "required": {
"message": "required" "message": "required"
}, },
"characterMaximum": {
"message": "$MAX$ character maximum",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"idpSingleSignOnServiceUrlRequired": { "idpSingleSignOnServiceUrlRequired": {
"message": "Required if Entity ID is not a URL." "message": "Required if Entity ID is not a URL."
}, },
@ -6082,6 +6104,36 @@
} }
} }
}, },
"licenseAndBillingManagement": {
"message": "License and billing management"
},
"automaticSync": {
"message": "Automatic sync"
},
"manualUpload": {
"message": "Manual upload"
},
"manualUploadDesc": {
"message": "If you do not want to opt into billing sync, manually upload your license here."
},
"syncLicense": {
"message": "Sync license"
},
"licenseSyncSuccess": {
"message": "Successfully synced license"
},
"licenseUploadSuccess": {
"message": "Successfully uploaded license"
},
"lastLicenseSync": {
"message": "Last license sync"
},
"billingSyncHelp": {
"message": "Billing Sync help"
},
"uploadLicense": {
"message": "Upload license"
},
"lowKdfIterations": { "lowKdfIterations": {
"message": "Low KDF Iterations" "message": "Low KDF Iterations"
}, },
@ -6090,5 +6142,17 @@
}, },
"changeKdfSettings": { "changeKdfSettings": {
"message": "Change KDF settings" "message": "Change KDF settings"
},
"changeKdfLoggedOutWarning": {
"message": "Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour. We recommend exporting your vault before changing your encryption settings to prevent data loss."
},
"secretsManagerBeta": {
"message": "Secrets Manager Beta"
},
"secretsManagerBetaDesc": {
"message": "Enable user access to the Secrets Manager at no charge during the Beta program."
},
"userAccessSecretsManager": {
"message": "This user can access the Secrets Manager Beta"
} }
} }

View File

@ -1157,6 +1157,19 @@
} }
} }
}, },
"kdfMemory": {
"message": "KDF pamäť (MB)",
"description": "Memory refers to computer memory (RAM). MB is short for megabytes."
},
"argon2Warning": {
"message": "Nastavenie počtu KDF iterácií, pamäti a paralelizmu príliš vysoko môže viesť k spomalení pri prihlasovaní sa do Bitwarden (a pri odomykaní) v starších a pomalších zariadeniach. Odporúčame meniť tieto hodnoty v malých prírastkoch a potom testovať na všetkých vašich zariadeniach."
},
"kdfParallelism": {
"message": "KDF paralelizmus"
},
"argon2Desc": {
"message": "Zvýšenie počtu KDF iterácií, pamäti a paralelizmu môže pomôcť chrániť vaše hlavné heslo pri brute force útoku."
},
"changeKdf": { "changeKdf": {
"message": "Zmeniť KDF" "message": "Zmeniť KDF"
}, },
@ -2044,6 +2057,9 @@
"manageSubscription": { "manageSubscription": {
"message": "Spravovať predplatné" "message": "Spravovať predplatné"
}, },
"launchCloudSubscription": {
"message": "Launch Cloud Subscription"
},
"storage": { "storage": {
"message": "Ukladací priestor" "message": "Ukladací priestor"
}, },
@ -5225,11 +5241,8 @@
"billingSyncApiKeyRotated": { "billingSyncApiKeyRotated": {
"message": "Token rotated" "message": "Token rotated"
}, },
"billingSync": {
"message": "Billing sync"
},
"billingSyncDesc": { "billingSyncDesc": {
"message": "Billing sync provides Free Families plans for members and advanced billing capabilities by linking your self-hosted Bitwarden to the Bitwarden cloud server." "message": "Billing sync unlocks Families sponsorships and automatic license syncing on your server. After making updates in the Bitwarden cloud server, select Sync License to apply changes."
}, },
"billingSyncKeyDesc": { "billingSyncKeyDesc": {
"message": "A billing sync token from your cloud organization's subscription settings is required to complete this form." "message": "A billing sync token from your cloud organization's subscription settings is required to complete this form."
@ -5279,6 +5292,15 @@
"required": { "required": {
"message": "povinné" "message": "povinné"
}, },
"characterMaximum": {
"message": "maximálne $MAX$ znakov",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"idpSingleSignOnServiceUrlRequired": { "idpSingleSignOnServiceUrlRequired": {
"message": "Required if Entity ID is not a URL." "message": "Required if Entity ID is not a URL."
}, },
@ -6082,6 +6104,36 @@
} }
} }
}, },
"licenseAndBillingManagement": {
"message": "License and billing management"
},
"automaticSync": {
"message": "Automatic sync"
},
"manualUpload": {
"message": "Manual upload"
},
"manualUploadDesc": {
"message": "If you do not want to opt into billing sync, manually upload your license here."
},
"syncLicense": {
"message": "Sync license"
},
"licenseSyncSuccess": {
"message": "Successfully synced license"
},
"licenseUploadSuccess": {
"message": "Successfully uploaded license"
},
"lastLicenseSync": {
"message": "Last license sync"
},
"billingSyncHelp": {
"message": "Billing Sync help"
},
"uploadLicense": {
"message": "Upload license"
},
"lowKdfIterations": { "lowKdfIterations": {
"message": "Nízky počet iterácií KDF" "message": "Nízky počet iterácií KDF"
}, },
@ -6090,5 +6142,17 @@
}, },
"changeKdfSettings": { "changeKdfSettings": {
"message": "Zmeniť nastavenia KDF" "message": "Zmeniť nastavenia KDF"
},
"changeKdfLoggedOutWarning": {
"message": "Ak budete pokračovať, budete odhlásený z aktuálnej relácie a budete sa musieť opätovne prihlásiť. Aktívne relácie na iných zariadeniach môžu zostať aktívne až hodinu. Pred zmenou nastavení šifrovania odporúčame exportovať váš trezor aby ste predišli strate dát."
},
"secretsManagerBeta": {
"message": "Beta verzia Secrets Manager"
},
"secretsManagerBetaDesc": {
"message": "Počas Beta programu zadarmo povoliť používateľovi prístup k Secrets Manager."
},
"userAccessSecretsManager": {
"message": "Tento používateľ má prístup k beta verzii Secrets Manager"
} }
} }

View File

@ -1149,7 +1149,7 @@
} }
}, },
"kdfIterationsWarning": { "kdfIterationsWarning": {
"message": "Setting your KDF iterations too high could result in poor performance when logging into (and unlocking) Bitwarden on devices with slower CPUs. We recommend that you increase the value in increments of $INCREMENT$ and then test all of your devices.", "message": "Setting your KDF iterations too high could result in poor performance when logging into (and unlocking) Bitwarden on slower or older devices. We recommend that you increase the value in increments of $INCREMENT$ and then test all of your devices.",
"placeholders": { "placeholders": {
"increment": { "increment": {
"content": "$1", "content": "$1",
@ -1157,6 +1157,19 @@
} }
} }
}, },
"kdfMemory": {
"message": "KDF memory (MB)",
"description": "Memory refers to computer memory (RAM). MB is short for megabytes."
},
"argon2Warning": {
"message": "Setting your KDF iterations, memory, and parallelism too high could result in poor performance when logging into (and unlocking) Bitwarden on slower or older devices. We recommend changing these individually in small increments and then test all of your devices."
},
"kdfParallelism": {
"message": "KDF parallelism"
},
"argon2Desc": {
"message": "Higher KDF iterations, memory, and parallelism can help protect your master password from being brute forced by an attacker."
},
"changeKdf": { "changeKdf": {
"message": "Spremeni KDF" "message": "Spremeni KDF"
}, },
@ -2044,6 +2057,9 @@
"manageSubscription": { "manageSubscription": {
"message": "Manage subscription" "message": "Manage subscription"
}, },
"launchCloudSubscription": {
"message": "Launch Cloud Subscription"
},
"storage": { "storage": {
"message": "Storage" "message": "Storage"
}, },
@ -5225,11 +5241,8 @@
"billingSyncApiKeyRotated": { "billingSyncApiKeyRotated": {
"message": "Token rotated" "message": "Token rotated"
}, },
"billingSync": {
"message": "Billing sync"
},
"billingSyncDesc": { "billingSyncDesc": {
"message": "Billing sync provides Free Families plans for members and advanced billing capabilities by linking your self-hosted Bitwarden to the Bitwarden cloud server." "message": "Billing sync unlocks Families sponsorships and automatic license syncing on your server. After making updates in the Bitwarden cloud server, select Sync License to apply changes."
}, },
"billingSyncKeyDesc": { "billingSyncKeyDesc": {
"message": "A billing sync token from your cloud organization's subscription settings is required to complete this form." "message": "A billing sync token from your cloud organization's subscription settings is required to complete this form."
@ -5279,6 +5292,15 @@
"required": { "required": {
"message": "required" "message": "required"
}, },
"characterMaximum": {
"message": "$MAX$ character maximum",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"idpSingleSignOnServiceUrlRequired": { "idpSingleSignOnServiceUrlRequired": {
"message": "Required if Entity ID is not a URL." "message": "Required if Entity ID is not a URL."
}, },
@ -6082,6 +6104,36 @@
} }
} }
}, },
"licenseAndBillingManagement": {
"message": "License and billing management"
},
"automaticSync": {
"message": "Automatic sync"
},
"manualUpload": {
"message": "Manual upload"
},
"manualUploadDesc": {
"message": "If you do not want to opt into billing sync, manually upload your license here."
},
"syncLicense": {
"message": "Sync license"
},
"licenseSyncSuccess": {
"message": "Successfully synced license"
},
"licenseUploadSuccess": {
"message": "Successfully uploaded license"
},
"lastLicenseSync": {
"message": "Last license sync"
},
"billingSyncHelp": {
"message": "Billing Sync help"
},
"uploadLicense": {
"message": "Upload license"
},
"lowKdfIterations": { "lowKdfIterations": {
"message": "Low KDF Iterations" "message": "Low KDF Iterations"
}, },
@ -6090,5 +6142,17 @@
}, },
"changeKdfSettings": { "changeKdfSettings": {
"message": "Change KDF settings" "message": "Change KDF settings"
},
"changeKdfLoggedOutWarning": {
"message": "Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour. We recommend exporting your vault before changing your encryption settings to prevent data loss."
},
"secretsManagerBeta": {
"message": "Secrets Manager Beta"
},
"secretsManagerBetaDesc": {
"message": "Enable user access to the Secrets Manager at no charge during the Beta program."
},
"userAccessSecretsManager": {
"message": "This user can access the Secrets Manager Beta"
} }
} }

View File

@ -1157,6 +1157,19 @@
} }
} }
}, },
"kdfMemory": {
"message": "KDF меморија (МБ)",
"description": "Memory refers to computer memory (RAM). MB is short for megabytes."
},
"argon2Warning": {
"message": "Постављање превисоких KDF итерација, меморија и паралелизам може резултирати лошим перформансама приликом пријављивања (и откључавања) Bitwarden-а на старим уређајима или са споријим процесорима. Препоручујемо вам да промените вредност у корацима, а затим тестирате све своје уређаје."
},
"kdfParallelism": {
"message": "KDF паралелизам"
},
"argon2Desc": {
"message": "Веће KDF итерације, меморија и паралелизам могу помоћи у заштити ваше главне лозинке од грубе присиле од стране нападача."
},
"changeKdf": { "changeKdf": {
"message": "Променити KDF" "message": "Променити KDF"
}, },
@ -2044,6 +2057,9 @@
"manageSubscription": { "manageSubscription": {
"message": "Управљај претплатама" "message": "Управљај претплатама"
}, },
"launchCloudSubscription": {
"message": "Покренути Cloud претплату"
},
"storage": { "storage": {
"message": "Складиште" "message": "Складиште"
}, },
@ -5225,11 +5241,8 @@
"billingSyncApiKeyRotated": { "billingSyncApiKeyRotated": {
"message": "Токен је обрнут." "message": "Токен је обрнут."
}, },
"billingSync": {
"message": "Синхронизација наплате"
},
"billingSyncDesc": { "billingSyncDesc": {
"message": "Billing sync provides Free Families plans for members and advanced billing capabilities by linking your self-hosted Bitwarden to the Bitwarden cloud server." "message": "Billing sync unlocks Families sponsorships and automatic license syncing on your server. After making updates in the Bitwarden cloud server, select Sync License to apply changes."
}, },
"billingSyncKeyDesc": { "billingSyncKeyDesc": {
"message": "A billing sync token from your cloud organization's subscription settings is required to complete this form." "message": "A billing sync token from your cloud organization's subscription settings is required to complete this form."
@ -5279,6 +5292,15 @@
"required": { "required": {
"message": "обавезно" "message": "обавезно"
}, },
"characterMaximum": {
"message": "Максимум $MAX$ карактера",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"idpSingleSignOnServiceUrlRequired": { "idpSingleSignOnServiceUrlRequired": {
"message": "Потребно ако Entity ID није УРЛ." "message": "Потребно ако Entity ID није УРЛ."
}, },
@ -6082,6 +6104,36 @@
} }
} }
}, },
"licenseAndBillingManagement": {
"message": "Управљање лиценцама и наплатом"
},
"automaticSync": {
"message": "Аутоматска синхронизација"
},
"manualUpload": {
"message": "Ручно отпремање"
},
"manualUploadDesc": {
"message": "If you do not want to opt into billing sync, manually upload your license here."
},
"syncLicense": {
"message": "Синхронизација лиценце"
},
"licenseSyncSuccess": {
"message": "Успешна синхронизација лиценце"
},
"licenseUploadSuccess": {
"message": "Успешан унос лиценце"
},
"lastLicenseSync": {
"message": "Последња синх лиценце"
},
"billingSyncHelp": {
"message": "Помоћ синх наплате"
},
"uploadLicense": {
"message": "Унос лиценце"
},
"lowKdfIterations": { "lowKdfIterations": {
"message": "Low KDF Iterations" "message": "Low KDF Iterations"
}, },
@ -6090,5 +6142,17 @@
}, },
"changeKdfSettings": { "changeKdfSettings": {
"message": "Change KDF settings" "message": "Change KDF settings"
},
"changeKdfLoggedOutWarning": {
"message": "Ако наставите, одјавићете се са ваше тренутне сесије, што захтева да се поново пријавите. Активне сесије на другим уређајима могу да остану активне до један сат. Препоручујемо да извезете сеф пре него што промените подешавања шифровања да бисте спречили губитак података."
},
"secretsManagerBeta": {
"message": "Secrets Manager Beta"
},
"secretsManagerBetaDesc": {
"message": "Омогућите приступ корисницима Secrets Manager без накнаде током Beta програма."
},
"userAccessSecretsManager": {
"message": "Овај корисник може приступити Secrets Manager Beta"
} }
} }

View File

@ -1149,7 +1149,7 @@
} }
}, },
"kdfIterationsWarning": { "kdfIterationsWarning": {
"message": "Setting your KDF iterations too high could result in poor performance when logging into (and unlocking) Bitwarden on devices with slower CPUs. We recommend that you increase the value in increments of $INCREMENT$ and then test all of your devices.", "message": "Setting your KDF iterations too high could result in poor performance when logging into (and unlocking) Bitwarden on slower or older devices. We recommend that you increase the value in increments of $INCREMENT$ and then test all of your devices.",
"placeholders": { "placeholders": {
"increment": { "increment": {
"content": "$1", "content": "$1",
@ -1157,6 +1157,19 @@
} }
} }
}, },
"kdfMemory": {
"message": "KDF memory (MB)",
"description": "Memory refers to computer memory (RAM). MB is short for megabytes."
},
"argon2Warning": {
"message": "Setting your KDF iterations, memory, and parallelism too high could result in poor performance when logging into (and unlocking) Bitwarden on slower or older devices. We recommend changing these individually in small increments and then test all of your devices."
},
"kdfParallelism": {
"message": "KDF parallelism"
},
"argon2Desc": {
"message": "Higher KDF iterations, memory, and parallelism can help protect your master password from being brute forced by an attacker."
},
"changeKdf": { "changeKdf": {
"message": "Change KDF" "message": "Change KDF"
}, },
@ -2044,6 +2057,9 @@
"manageSubscription": { "manageSubscription": {
"message": "Manage subscription" "message": "Manage subscription"
}, },
"launchCloudSubscription": {
"message": "Launch Cloud Subscription"
},
"storage": { "storage": {
"message": "Storage" "message": "Storage"
}, },
@ -5225,11 +5241,8 @@
"billingSyncApiKeyRotated": { "billingSyncApiKeyRotated": {
"message": "Token rotated" "message": "Token rotated"
}, },
"billingSync": {
"message": "Billing sync"
},
"billingSyncDesc": { "billingSyncDesc": {
"message": "Billing sync provides Free Families plans for members and advanced billing capabilities by linking your self-hosted Bitwarden to the Bitwarden cloud server." "message": "Billing sync unlocks Families sponsorships and automatic license syncing on your server. After making updates in the Bitwarden cloud server, select Sync License to apply changes."
}, },
"billingSyncKeyDesc": { "billingSyncKeyDesc": {
"message": "A billing sync token from your cloud organization's subscription settings is required to complete this form." "message": "A billing sync token from your cloud organization's subscription settings is required to complete this form."
@ -5279,6 +5292,15 @@
"required": { "required": {
"message": "required" "message": "required"
}, },
"characterMaximum": {
"message": "$MAX$ character maximum",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"idpSingleSignOnServiceUrlRequired": { "idpSingleSignOnServiceUrlRequired": {
"message": "Required if Entity ID is not a URL." "message": "Required if Entity ID is not a URL."
}, },
@ -6082,6 +6104,36 @@
} }
} }
}, },
"licenseAndBillingManagement": {
"message": "License and billing management"
},
"automaticSync": {
"message": "Automatic sync"
},
"manualUpload": {
"message": "Manual upload"
},
"manualUploadDesc": {
"message": "If you do not want to opt into billing sync, manually upload your license here."
},
"syncLicense": {
"message": "Sync license"
},
"licenseSyncSuccess": {
"message": "Successfully synced license"
},
"licenseUploadSuccess": {
"message": "Successfully uploaded license"
},
"lastLicenseSync": {
"message": "Last license sync"
},
"billingSyncHelp": {
"message": "Billing Sync help"
},
"uploadLicense": {
"message": "Upload license"
},
"lowKdfIterations": { "lowKdfIterations": {
"message": "Low KDF Iterations" "message": "Low KDF Iterations"
}, },
@ -6090,5 +6142,17 @@
}, },
"changeKdfSettings": { "changeKdfSettings": {
"message": "Change KDF settings" "message": "Change KDF settings"
},
"changeKdfLoggedOutWarning": {
"message": "Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour. We recommend exporting your vault before changing your encryption settings to prevent data loss."
},
"secretsManagerBeta": {
"message": "Secrets Manager Beta"
},
"secretsManagerBetaDesc": {
"message": "Enable user access to the Secrets Manager at no charge during the Beta program."
},
"userAccessSecretsManager": {
"message": "This user can access the Secrets Manager Beta"
} }
} }

View File

@ -281,35 +281,35 @@
"message": "Sök i favoriter" "message": "Sök i favoriter"
}, },
"searchLogin": { "searchLogin": {
"message": "Search logins", "message": "Sök i inloggningar",
"description": "Search Login type" "description": "Search Login type"
}, },
"searchCard": { "searchCard": {
"message": "Search cards", "message": "Sök i kort",
"description": "Search Card type" "description": "Search Card type"
}, },
"searchIdentity": { "searchIdentity": {
"message": "Search identities", "message": "Sök i identiteter",
"description": "Search Identity type" "description": "Search Identity type"
}, },
"searchSecureNote": { "searchSecureNote": {
"message": "Search secure notes", "message": "Sök i säkra anteckningar",
"description": "Search Secure Note type" "description": "Search Secure Note type"
}, },
"searchVault": { "searchVault": {
"message": "Sök i valvet" "message": "Sök i valvet"
}, },
"searchMyVault": { "searchMyVault": {
"message": "Search my vault" "message": "Sök i mitt valv"
}, },
"searchOrganization": { "searchOrganization": {
"message": "Search organization" "message": "Sök i organisation"
}, },
"searchMembers": { "searchMembers": {
"message": "Search members" "message": "Sök i medlemmar"
}, },
"searchGroups": { "searchGroups": {
"message": "Search groups" "message": "Sök i grupper"
}, },
"allItems": { "allItems": {
"message": "Alla objekt" "message": "Alla objekt"
@ -393,7 +393,7 @@
"message": "Välj" "message": "Välj"
}, },
"newItem": { "newItem": {
"message": "New item" "message": "Nytt objekt"
}, },
"addItem": { "addItem": {
"message": "Lägg till objekt" "message": "Lägg till objekt"
@ -405,7 +405,7 @@
"message": "Visa objekt" "message": "Visa objekt"
}, },
"new": { "new": {
"message": "New", "message": "Nytt",
"description": "for adding new items" "description": "for adding new items"
}, },
"item": { "item": {
@ -574,7 +574,7 @@
"message": "Är du säker på att du vill skriva över det nuvarande lösenordet?" "message": "Är du säker på att du vill skriva över det nuvarande lösenordet?"
}, },
"editedFolder": { "editedFolder": {
"message": "Folder saved" "message": "Mapp sparad"
}, },
"addedFolder": { "addedFolder": {
"message": "Lade till mapp" "message": "Lade till mapp"
@ -583,13 +583,13 @@
"message": "Är du säker på att du vill radera denna mapp?" "message": "Är du säker på att du vill radera denna mapp?"
}, },
"deletedFolder": { "deletedFolder": {
"message": "Folder deleted" "message": "Mapp raderad"
}, },
"editInfo": { "editInfo": {
"message": "Edit info" "message": "Redigera info"
}, },
"access": { "access": {
"message": "Access" "message": "Åtkomst"
}, },
"loggedOut": { "loggedOut": {
"message": "Utloggad" "message": "Utloggad"
@ -749,7 +749,7 @@
"message": "Det finns inga objekt att visa." "message": "Det finns inga objekt att visa."
}, },
"noPermissionToViewAllCollectionItems": { "noPermissionToViewAllCollectionItems": {
"message": "You do not have permission to view all items in this collection." "message": "Du har inte behörighet att se alla objekt i denna samling."
}, },
"noCollectionsInList": { "noCollectionsInList": {
"message": "Det finns inga samlingar att visa." "message": "Det finns inga samlingar att visa."
@ -761,7 +761,7 @@
"message": "Det finns inga användare att visa." "message": "Det finns inga användare att visa."
}, },
"noMembersInList": { "noMembersInList": {
"message": "There are no members to list." "message": "Det finns inga element att visa."
}, },
"noEventsInList": { "noEventsInList": {
"message": "Det finns inga händelser att visa." "message": "Det finns inga händelser att visa."
@ -908,7 +908,7 @@
} }
}, },
"deleteSelectedCollectionsDesc": { "deleteSelectedCollectionsDesc": {
"message": "$COUNT$ collection(s) will be permanently deleted.", "message": "$COUNT$ samlingar kommer att tas bort permanent.",
"placeholders": { "placeholders": {
"count": { "count": {
"content": "$1", "content": "$1",
@ -1157,6 +1157,19 @@
} }
} }
}, },
"kdfMemory": {
"message": "KDF memory (MB)",
"description": "Memory refers to computer memory (RAM). MB is short for megabytes."
},
"argon2Warning": {
"message": "Setting your KDF iterations, memory, and parallelism too high could result in poor performance when logging into (and unlocking) Bitwarden on slower or older devices. We recommend changing these individually in small increments and then test all of your devices."
},
"kdfParallelism": {
"message": "KDF-parallellism"
},
"argon2Desc": {
"message": "Higher KDF iterations, memory, and parallelism can help protect your master password from being brute forced by an attacker."
},
"changeKdf": { "changeKdf": {
"message": "Ändra KDF" "message": "Ändra KDF"
}, },
@ -1673,7 +1686,7 @@
"message": "Rapport om avslöjade lösenord" "message": "Rapport om avslöjade lösenord"
}, },
"exposedPasswordsReportDesc": { "exposedPasswordsReportDesc": {
"message": "Passwords exposed in a data breach are easy targets for attackers. Change these passwords to prevent potential break-ins." "message": "Lösenord som exponeras i ett dataintrång är enkla mål för angripare. Ändra dessa lösenord för att förhindra potentiella intrång."
}, },
"exposedPasswordsFound": { "exposedPasswordsFound": {
"message": "Avslöjade lösenord hittades" "message": "Avslöjade lösenord hittades"
@ -2044,6 +2057,9 @@
"manageSubscription": { "manageSubscription": {
"message": "Hantera prenumeration" "message": "Hantera prenumeration"
}, },
"launchCloudSubscription": {
"message": "Launch Cloud Subscription"
},
"storage": { "storage": {
"message": "Lagring" "message": "Lagring"
}, },
@ -5225,11 +5241,8 @@
"billingSyncApiKeyRotated": { "billingSyncApiKeyRotated": {
"message": "Token rotated" "message": "Token rotated"
}, },
"billingSync": {
"message": "Billing sync"
},
"billingSyncDesc": { "billingSyncDesc": {
"message": "Billing sync provides Free Families plans for members and advanced billing capabilities by linking your self-hosted Bitwarden to the Bitwarden cloud server." "message": "Billing sync unlocks Families sponsorships and automatic license syncing on your server. After making updates in the Bitwarden cloud server, select Sync License to apply changes."
}, },
"billingSyncKeyDesc": { "billingSyncKeyDesc": {
"message": "A billing sync token from your cloud organization's subscription settings is required to complete this form." "message": "A billing sync token from your cloud organization's subscription settings is required to complete this form."
@ -5279,6 +5292,15 @@
"required": { "required": {
"message": "obligatoriskt" "message": "obligatoriskt"
}, },
"characterMaximum": {
"message": "Max $MAX$ tecken",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"idpSingleSignOnServiceUrlRequired": { "idpSingleSignOnServiceUrlRequired": {
"message": "Required if Entity ID is not a URL." "message": "Required if Entity ID is not a URL."
}, },
@ -6082,6 +6104,36 @@
} }
} }
}, },
"licenseAndBillingManagement": {
"message": "License and billing management"
},
"automaticSync": {
"message": "Automatisk synkronisering"
},
"manualUpload": {
"message": "Manuell uppladdning"
},
"manualUploadDesc": {
"message": "If you do not want to opt into billing sync, manually upload your license here."
},
"syncLicense": {
"message": "Sync license"
},
"licenseSyncSuccess": {
"message": "Successfully synced license"
},
"licenseUploadSuccess": {
"message": "Successfully uploaded license"
},
"lastLicenseSync": {
"message": "Last license sync"
},
"billingSyncHelp": {
"message": "Billing Sync help"
},
"uploadLicense": {
"message": "Upload license"
},
"lowKdfIterations": { "lowKdfIterations": {
"message": "Low KDF Iterations" "message": "Low KDF Iterations"
}, },
@ -6090,5 +6142,17 @@
}, },
"changeKdfSettings": { "changeKdfSettings": {
"message": "Change KDF settings" "message": "Change KDF settings"
},
"changeKdfLoggedOutWarning": {
"message": "Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour. We recommend exporting your vault before changing your encryption settings to prevent data loss."
},
"secretsManagerBeta": {
"message": "Secrets Manager Beta"
},
"secretsManagerBetaDesc": {
"message": "Enable user access to the Secrets Manager at no charge during the Beta program."
},
"userAccessSecretsManager": {
"message": "This user can access the Secrets Manager Beta"
} }
} }

View File

@ -1149,7 +1149,7 @@
} }
}, },
"kdfIterationsWarning": { "kdfIterationsWarning": {
"message": "Setting your KDF iterations too high could result in poor performance when logging into (and unlocking) Bitwarden on devices with slower CPUs. We recommend that you increase the value in increments of $INCREMENT$ and then test all of your devices.", "message": "Setting your KDF iterations too high could result in poor performance when logging into (and unlocking) Bitwarden on slower or older devices. We recommend that you increase the value in increments of $INCREMENT$ and then test all of your devices.",
"placeholders": { "placeholders": {
"increment": { "increment": {
"content": "$1", "content": "$1",
@ -1157,6 +1157,19 @@
} }
} }
}, },
"kdfMemory": {
"message": "KDF memory (MB)",
"description": "Memory refers to computer memory (RAM). MB is short for megabytes."
},
"argon2Warning": {
"message": "Setting your KDF iterations, memory, and parallelism too high could result in poor performance when logging into (and unlocking) Bitwarden on slower or older devices. We recommend changing these individually in small increments and then test all of your devices."
},
"kdfParallelism": {
"message": "KDF parallelism"
},
"argon2Desc": {
"message": "Higher KDF iterations, memory, and parallelism can help protect your master password from being brute forced by an attacker."
},
"changeKdf": { "changeKdf": {
"message": "Change KDF" "message": "Change KDF"
}, },
@ -2044,6 +2057,9 @@
"manageSubscription": { "manageSubscription": {
"message": "Manage subscription" "message": "Manage subscription"
}, },
"launchCloudSubscription": {
"message": "Launch Cloud Subscription"
},
"storage": { "storage": {
"message": "Storage" "message": "Storage"
}, },
@ -5225,11 +5241,8 @@
"billingSyncApiKeyRotated": { "billingSyncApiKeyRotated": {
"message": "Token rotated" "message": "Token rotated"
}, },
"billingSync": {
"message": "Billing sync"
},
"billingSyncDesc": { "billingSyncDesc": {
"message": "Billing sync provides Free Families plans for members and advanced billing capabilities by linking your self-hosted Bitwarden to the Bitwarden cloud server." "message": "Billing sync unlocks Families sponsorships and automatic license syncing on your server. After making updates in the Bitwarden cloud server, select Sync License to apply changes."
}, },
"billingSyncKeyDesc": { "billingSyncKeyDesc": {
"message": "A billing sync token from your cloud organization's subscription settings is required to complete this form." "message": "A billing sync token from your cloud organization's subscription settings is required to complete this form."
@ -5279,6 +5292,15 @@
"required": { "required": {
"message": "required" "message": "required"
}, },
"characterMaximum": {
"message": "$MAX$ character maximum",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"idpSingleSignOnServiceUrlRequired": { "idpSingleSignOnServiceUrlRequired": {
"message": "Required if Entity ID is not a URL." "message": "Required if Entity ID is not a URL."
}, },
@ -6082,6 +6104,36 @@
} }
} }
}, },
"licenseAndBillingManagement": {
"message": "License and billing management"
},
"automaticSync": {
"message": "Automatic sync"
},
"manualUpload": {
"message": "Manual upload"
},
"manualUploadDesc": {
"message": "If you do not want to opt into billing sync, manually upload your license here."
},
"syncLicense": {
"message": "Sync license"
},
"licenseSyncSuccess": {
"message": "Successfully synced license"
},
"licenseUploadSuccess": {
"message": "Successfully uploaded license"
},
"lastLicenseSync": {
"message": "Last license sync"
},
"billingSyncHelp": {
"message": "Billing Sync help"
},
"uploadLicense": {
"message": "Upload license"
},
"lowKdfIterations": { "lowKdfIterations": {
"message": "Low KDF Iterations" "message": "Low KDF Iterations"
}, },
@ -6090,5 +6142,17 @@
}, },
"changeKdfSettings": { "changeKdfSettings": {
"message": "Change KDF settings" "message": "Change KDF settings"
},
"changeKdfLoggedOutWarning": {
"message": "Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour. We recommend exporting your vault before changing your encryption settings to prevent data loss."
},
"secretsManagerBeta": {
"message": "Secrets Manager Beta"
},
"secretsManagerBetaDesc": {
"message": "Enable user access to the Secrets Manager at no charge during the Beta program."
},
"userAccessSecretsManager": {
"message": "This user can access the Secrets Manager Beta"
} }
} }

View File

@ -1149,7 +1149,7 @@
} }
}, },
"kdfIterationsWarning": { "kdfIterationsWarning": {
"message": "Setting your KDF iterations too high could result in poor performance when logging into (and unlocking) Bitwarden on devices with slower CPUs. We recommend that you increase the value in increments of $INCREMENT$ and then test all of your devices.", "message": "Setting your KDF iterations too high could result in poor performance when logging into (and unlocking) Bitwarden on slower or older devices. We recommend that you increase the value in increments of $INCREMENT$ and then test all of your devices.",
"placeholders": { "placeholders": {
"increment": { "increment": {
"content": "$1", "content": "$1",
@ -1157,6 +1157,19 @@
} }
} }
}, },
"kdfMemory": {
"message": "KDF memory (MB)",
"description": "Memory refers to computer memory (RAM). MB is short for megabytes."
},
"argon2Warning": {
"message": "Setting your KDF iterations, memory, and parallelism too high could result in poor performance when logging into (and unlocking) Bitwarden on slower or older devices. We recommend changing these individually in small increments and then test all of your devices."
},
"kdfParallelism": {
"message": "KDF parallelism"
},
"argon2Desc": {
"message": "Higher KDF iterations, memory, and parallelism can help protect your master password from being brute forced by an attacker."
},
"changeKdf": { "changeKdf": {
"message": "Change KDF" "message": "Change KDF"
}, },
@ -2044,6 +2057,9 @@
"manageSubscription": { "manageSubscription": {
"message": "Manage subscription" "message": "Manage subscription"
}, },
"launchCloudSubscription": {
"message": "Launch Cloud Subscription"
},
"storage": { "storage": {
"message": "Storage" "message": "Storage"
}, },
@ -5225,11 +5241,8 @@
"billingSyncApiKeyRotated": { "billingSyncApiKeyRotated": {
"message": "Token rotated" "message": "Token rotated"
}, },
"billingSync": {
"message": "Billing sync"
},
"billingSyncDesc": { "billingSyncDesc": {
"message": "Billing sync provides Free Families plans for members and advanced billing capabilities by linking your self-hosted Bitwarden to the Bitwarden cloud server." "message": "Billing sync unlocks Families sponsorships and automatic license syncing on your server. After making updates in the Bitwarden cloud server, select Sync License to apply changes."
}, },
"billingSyncKeyDesc": { "billingSyncKeyDesc": {
"message": "A billing sync token from your cloud organization's subscription settings is required to complete this form." "message": "A billing sync token from your cloud organization's subscription settings is required to complete this form."
@ -5279,6 +5292,15 @@
"required": { "required": {
"message": "required" "message": "required"
}, },
"characterMaximum": {
"message": "$MAX$ character maximum",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"idpSingleSignOnServiceUrlRequired": { "idpSingleSignOnServiceUrlRequired": {
"message": "Required if Entity ID is not a URL." "message": "Required if Entity ID is not a URL."
}, },
@ -6082,6 +6104,36 @@
} }
} }
}, },
"licenseAndBillingManagement": {
"message": "License and billing management"
},
"automaticSync": {
"message": "Automatic sync"
},
"manualUpload": {
"message": "Manual upload"
},
"manualUploadDesc": {
"message": "If you do not want to opt into billing sync, manually upload your license here."
},
"syncLicense": {
"message": "Sync license"
},
"licenseSyncSuccess": {
"message": "Successfully synced license"
},
"licenseUploadSuccess": {
"message": "Successfully uploaded license"
},
"lastLicenseSync": {
"message": "Last license sync"
},
"billingSyncHelp": {
"message": "Billing Sync help"
},
"uploadLicense": {
"message": "Upload license"
},
"lowKdfIterations": { "lowKdfIterations": {
"message": "Low KDF Iterations" "message": "Low KDF Iterations"
}, },
@ -6090,5 +6142,17 @@
}, },
"changeKdfSettings": { "changeKdfSettings": {
"message": "Change KDF settings" "message": "Change KDF settings"
},
"changeKdfLoggedOutWarning": {
"message": "Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour. We recommend exporting your vault before changing your encryption settings to prevent data loss."
},
"secretsManagerBeta": {
"message": "Secrets Manager Beta"
},
"secretsManagerBetaDesc": {
"message": "Enable user access to the Secrets Manager at no charge during the Beta program."
},
"userAccessSecretsManager": {
"message": "This user can access the Secrets Manager Beta"
} }
} }

View File

@ -309,7 +309,7 @@
"message": "Üyelerde ara" "message": "Üyelerde ara"
}, },
"searchGroups": { "searchGroups": {
"message": "Grupları ara" "message": "Gruplarda ara"
}, },
"allItems": { "allItems": {
"message": "Tüm kayıtlar" "message": "Tüm kayıtlar"
@ -1157,6 +1157,19 @@
} }
} }
}, },
"kdfMemory": {
"message": "KDF belleği (MB)",
"description": "Memory refers to computer memory (RAM). MB is short for megabytes."
},
"argon2Warning": {
"message": "KDF yinelemelerinizi, belleğinizi ve paralelliğinizi çok yüksek ayarlamak, daha yavaş veya daha eski cihazlarda Bitwarden'da oturum açarken (ve kilidini açarken) düşük performansa neden olabilir. Bunları tek tek küçük artışlarla değiştirmenizi ve ardından tüm cihazlarınızı test etmenizi öneririz."
},
"kdfParallelism": {
"message": "KDF paralelliği"
},
"argon2Desc": {
"message": "Daha yüksek KDF yinelemeleri, bellek ve paralellik, ana parolanızın bir saldırgan tarafından kaba zorlamaya karşı korunmasına yardımcı olabilir."
},
"changeKdf": { "changeKdf": {
"message": "KDF'i değiştir" "message": "KDF'i değiştir"
}, },
@ -2044,6 +2057,9 @@
"manageSubscription": { "manageSubscription": {
"message": "Aboneliği yönet" "message": "Aboneliği yönet"
}, },
"launchCloudSubscription": {
"message": "Bulut Aboneliğini Başlatın"
},
"storage": { "storage": {
"message": "Depolama" "message": "Depolama"
}, },
@ -4644,7 +4660,7 @@
"message": "Sağlayıcı kurulumu" "message": "Sağlayıcı kurulumu"
}, },
"setupProviderLoginDesc": { "setupProviderLoginDesc": {
"message": "Yeni bir sağlayıcı kurmaya davet edildiniz. Devam etmek için oturum açmanız veya yeni bir Bitwarden hesabı oluşturmanız gerekir." "message": "Yeni bir sağlayıcı kurmaya davet edildiniz. Devam etmek için giriş yapmanız veya yeni bir Bitwarden hesabı oluşturmanız gerekli."
}, },
"setupProviderDesc": { "setupProviderDesc": {
"message": "Sağlayıcı kurulumunu tamamlamak için lütfen aşağıdaki ayrıntıları girin. Herhangi bir sorunuz varsa Müşteri Desteği ile iletişime geçin." "message": "Sağlayıcı kurulumunu tamamlamak için lütfen aşağıdaki ayrıntıları girin. Herhangi bir sorunuz varsa Müşteri Desteği ile iletişime geçin."
@ -4699,7 +4715,7 @@
"message": "Yeni müşteri kuruluşu" "message": "Yeni müşteri kuruluşu"
}, },
"newClientOrganizationDesc": { "newClientOrganizationDesc": {
"message": "Sağlayıcı olarak sizinle ilişkilendirilecek yeni bir müşteri organizasyonu oluşturun. Bu kuruluşa erişebilecek ve yönetebileceksiniz." "message": "Sağlayıcı olarak sizinle ilişkilendirilecek yeni bir müşteri kuruluşu oluşturun. Bu kuruluşa erişebilecek ve onu yönetebileceksiniz."
}, },
"addExistingOrganization": { "addExistingOrganization": {
"message": "Mevcut kuruluşu ekle" "message": "Mevcut kuruluşu ekle"
@ -4757,7 +4773,7 @@
} }
}, },
"detachOrganizationConfirmation": { "detachOrganizationConfirmation": {
"message": "Bu organizasyonu ayırmak istediğinizden emin misiniz? Kuruluş var olmaya devam edecek, ancak artık sağlayıcı tarafından yönetilmeyecek." "message": "Bu kuruluşu ayırmak istediğinizden emin misiniz? Kuruluş var olmaya devam edecek, ancak artık sağlayıcı tarafından yönetilmeyecek."
}, },
"add": { "add": {
"message": "Ekle" "message": "Ekle"
@ -4869,7 +4885,7 @@
"message": "Kullanıcı bilgileri uç noktasından hak talepleri alın" "message": "Kullanıcı bilgileri uç noktasından hak talepleri alın"
}, },
"additionalScopes": { "additionalScopes": {
"message": "Özel Kapsamlar" "message": "Özel kapsamlar"
}, },
"additionalUserIdClaimTypes": { "additionalUserIdClaimTypes": {
"message": "Özel Kullanıcı Kimliği Talep Türleri" "message": "Özel Kullanıcı Kimliği Talep Türleri"
@ -4926,7 +4942,7 @@
"message": "Tek çıkış (SLO) servis URL'si" "message": "Tek çıkış (SLO) servis URL'si"
}, },
"idpX509PublicCert": { "idpX509PublicCert": {
"message": "X509 Genel Sertifika" "message": "X509 ık sertifikası"
}, },
"idpOutboundSigningAlgorithm": { "idpOutboundSigningAlgorithm": {
"message": ıkış imza algoritması" "message": ıkış imza algoritması"
@ -4941,7 +4957,7 @@
"message": "İmza doğrulama istekleri" "message": "İmza doğrulama istekleri"
}, },
"ssoSettingsSaved": { "ssoSettingsSaved": {
"message": "Tek Oturum Açma yapılandırması kaydedildi." "message": "Tek oturum açma yapılandırması kaydedildi"
}, },
"sponsoredFamilies": { "sponsoredFamilies": {
"message": "Ücretsiz Bitwarden Aile" "message": "Ücretsiz Bitwarden Aile"
@ -5225,9 +5241,6 @@
"billingSyncApiKeyRotated": { "billingSyncApiKeyRotated": {
"message": "Anahtar yenilendi." "message": "Anahtar yenilendi."
}, },
"billingSync": {
"message": "Faturalandırma Eşitlemesi"
},
"billingSyncDesc": { "billingSyncDesc": {
"message": "Faturalandırma Eşitlemesi, şirket içinde barındırılan Bitwarden'ınızı Bitwarden bulut sunucusuna bağlayarak üyeler için Ücretsiz Aile planları ve gelişmiş faturalandırma özellikleri sağlar." "message": "Faturalandırma Eşitlemesi, şirket içinde barındırılan Bitwarden'ınızı Bitwarden bulut sunucusuna bağlayarak üyeler için Ücretsiz Aile planları ve gelişmiş faturalandırma özellikleri sağlar."
}, },
@ -5279,6 +5292,15 @@
"required": { "required": {
"message": "zorunlu" "message": "zorunlu"
}, },
"characterMaximum": {
"message": "en fazla $MAX$ karakter",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"idpSingleSignOnServiceUrlRequired": { "idpSingleSignOnServiceUrlRequired": {
"message": "Varlık Kimliği bir URL değilse gereklidir." "message": "Varlık Kimliği bir URL değilse gereklidir."
}, },
@ -6082,6 +6104,36 @@
} }
} }
}, },
"licenseAndBillingManagement": {
"message": "Lisans ve fatura yönetimi"
},
"automaticSync": {
"message": "Otomatik eşitleme"
},
"manualUpload": {
"message": "Elle yükleme"
},
"manualUploadDesc": {
"message": "Fatura senkronizasyonunu etkinleştirmek istemiyorsanız, lisansınızı buradan elle yükleyin."
},
"syncLicense": {
"message": "Lisansı eşitle"
},
"licenseSyncSuccess": {
"message": "Lisans başarıyla eşitlendi"
},
"licenseUploadSuccess": {
"message": "Lisans başarıyla yüklendi"
},
"lastLicenseSync": {
"message": "Son lisans eşitlemesi"
},
"billingSyncHelp": {
"message": "Fatura Eşitlemesi yardımı"
},
"uploadLicense": {
"message": "Lisansı yükle"
},
"lowKdfIterations": { "lowKdfIterations": {
"message": "Düşük KDF Yinelemeleri" "message": "Düşük KDF Yinelemeleri"
}, },
@ -6090,5 +6142,17 @@
}, },
"changeKdfSettings": { "changeKdfSettings": {
"message": "KDF ayarlarını değiştir" "message": "KDF ayarlarını değiştir"
},
"changeKdfLoggedOutWarning": {
"message": "Devam etmek, mevcut oturumunuzdan çıkmanıza neden olacak ve tekrar oturum açmanızı gerektirecektir. Diğer cihazlardaki etkin oturumlar, bir saate kadar etkin kalmaya devam edebilir. Veri kaybını önlemek için şifreleme ayarlarınızı değiştirmeden önce kasanızı dışa aktarmanızı öneririz."
},
"secretsManagerBeta": {
"message": "Secrets Manager Beta"
},
"secretsManagerBetaDesc": {
"message": "Beta programı sırasında Secrets Manager'a kullanıcı erişimini ücretsiz olarak etkinleştirin."
},
"userAccessSecretsManager": {
"message": "Bu kullanıcı Secrets Manager Beta'ya erişebilir"
} }
} }

View File

@ -1149,7 +1149,7 @@
} }
}, },
"kdfIterationsWarning": { "kdfIterationsWarning": {
"message": "Встановлення надто великого значення KDF-ітерацій може призвести до повільної роботи під час входу (і розблокування) Bitwarden на пристроях з повільнішим процесором. Рекомендуємо збільшувати значення поступово з кроком $INCREMENT$, після чого випробувати роботу на всіх пристроях.", "message": "Встановлення надто великого значення KDF-ітерацій може призвести до повільної роботи під час входу (і розблокування) Bitwarden на повільніших і старіших пристроях. Ми рекомендуємо збільшувати значення з кроком $INCREMENT$, а потім випробувати на кожному пристрої.",
"placeholders": { "placeholders": {
"increment": { "increment": {
"content": "$1", "content": "$1",
@ -1157,6 +1157,19 @@
} }
} }
}, },
"kdfMemory": {
"message": "KDF пам'ять (МБ)",
"description": "Memory refers to computer memory (RAM). MB is short for megabytes."
},
"argon2Warning": {
"message": "Встановлення надто великого значення KDF-ітерацій, пам'яті й паралелізму може призвести до повільної роботи під час входу (і розблокування) Bitwarden на повільніших і старіших пристроях. Ми рекомендуємо змінювати їх окремо з невеликим кроком, а потім випробувати на кожному пристрої."
},
"kdfParallelism": {
"message": "KDF паралелізм"
},
"argon2Desc": {
"message": "Вищі значення KDF-ітерацій, пам'яті й паралелізму можуть допомогти захистити ваш головний пароль від грубого зламу зловмисником."
},
"changeKdf": { "changeKdf": {
"message": "Змінити KDF" "message": "Змінити KDF"
}, },
@ -2044,6 +2057,9 @@
"manageSubscription": { "manageSubscription": {
"message": "Керувати передплатою" "message": "Керувати передплатою"
}, },
"launchCloudSubscription": {
"message": "Запустити хмарну передплату"
},
"storage": { "storage": {
"message": "Сховище" "message": "Сховище"
}, },
@ -5225,11 +5241,8 @@
"billingSyncApiKeyRotated": { "billingSyncApiKeyRotated": {
"message": "Токен оновлено" "message": "Токен оновлено"
}, },
"billingSync": {
"message": "Платіжна синхронізація"
},
"billingSyncDesc": { "billingSyncDesc": {
"message": "Платіжна синхронізація надає безплатні сімейні тарифні плани для учасників, а також розширені можливості передплати завдяки зв'язку вашого власного розміщеного Bitwarden з хмарним сервером Bitwarden." "message": "Платіжна синхронізація дає доступ до спонсорованих сімейних тарифних планів та автоматичної синхронізації ліцензій на вашому сервері. Виконавши оновлення на сервері Bitwarden, виберіть \"Синхронізувати ліцензію\" для застосування змін."
}, },
"billingSyncKeyDesc": { "billingSyncKeyDesc": {
"message": "Для завершення цієї форми необхідний токен платіжної синхронізації з налаштувань передплати організації в хмарному сховищі." "message": "Для завершення цієї форми необхідний токен платіжної синхронізації з налаштувань передплати організації в хмарному сховищі."
@ -5279,6 +5292,15 @@
"required": { "required": {
"message": "обов’язково" "message": "обов’язково"
}, },
"characterMaximum": {
"message": "Максимум $MAX$ символів",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"idpSingleSignOnServiceUrlRequired": { "idpSingleSignOnServiceUrlRequired": {
"message": "Обов'язково, якщо ID елемента не є URL." "message": "Обов'язково, якщо ID елемента не є URL."
}, },
@ -6082,13 +6104,55 @@
} }
} }
}, },
"licenseAndBillingManagement": {
"message": "Керування ліцензіями й платежами"
},
"automaticSync": {
"message": "Автоматична синхронізація"
},
"manualUpload": {
"message": "Ручне вивантаження"
},
"manualUploadDesc": {
"message": "Якщо ви не хочете користуватися платіжною синхронізацією, вивантажте вашу ліцензію вручну."
},
"syncLicense": {
"message": "Синхронізувати ліцензію"
},
"licenseSyncSuccess": {
"message": "Ліцензію успішно синхронізовано"
},
"licenseUploadSuccess": {
"message": "Ліцензію успішно вивантажено"
},
"lastLicenseSync": {
"message": "Остання синхронізація ліцензії"
},
"billingSyncHelp": {
"message": "Допомога з платіжною синхронізацією"
},
"uploadLicense": {
"message": "Вивантажити ліцензію"
},
"lowKdfIterations": { "lowKdfIterations": {
"message": "Low KDF Iterations" "message": "Низький показник KDF-ітерацій"
}, },
"lowKdfIterationsDesc": { "lowKdfIterationsDesc": {
"message": "Increase your KDF encryption settings to improve the security of your account." "message": "Налаштуйте вищий рівень KDF-шифрування для вдосконалення безпеки облікового запису."
}, },
"changeKdfSettings": { "changeKdfSettings": {
"message": "Change KDF settings" "message": "Змінити налаштування KDF"
},
"changeKdfLoggedOutWarning": {
"message": "Продовжуючи, ви вийдете з поточного сеансу і необхідно буде виконати вхід знову. Активні сеанси на інших пристроях можуть залишатися активними протягом години. Ми рекомендуємо експортувати ваше сховище перед зміною налаштувань шифрування для запобігання втрати даних."
},
"secretsManagerBeta": {
"message": "Керування секретами (бета-версія)"
},
"secretsManagerBetaDesc": {
"message": "Дозвольте користувачам доступ до керування секретами безплатно, доки триває програма бета-тестування."
},
"userAccessSecretsManager": {
"message": "Цей користувач має доступ до бета-версії керування секретами"
} }
} }

View File

@ -281,35 +281,35 @@
"message": "Tìm trong danh sách Yêu thích" "message": "Tìm trong danh sách Yêu thích"
}, },
"searchLogin": { "searchLogin": {
"message": "Search logins", "message": "Tìm kiếm thông tin đăng nhập",
"description": "Search Login type" "description": "Search Login type"
}, },
"searchCard": { "searchCard": {
"message": "Search cards", "message": "Tìm thẻ",
"description": "Search Card type" "description": "Search Card type"
}, },
"searchIdentity": { "searchIdentity": {
"message": "Search identities", "message": "Tìm kiếm danh tính",
"description": "Search Identity type" "description": "Search Identity type"
}, },
"searchSecureNote": { "searchSecureNote": {
"message": "Search secure notes", "message": "Tìm kiếm ghi chú an toàn",
"description": "Search Secure Note type" "description": "Search Secure Note type"
}, },
"searchVault": { "searchVault": {
"message": "Tìm kiếm trong Kho" "message": "Tìm kiếm trong Kho"
}, },
"searchMyVault": { "searchMyVault": {
"message": "Search my vault" "message": "Tìm kiếm trong kho"
}, },
"searchOrganization": { "searchOrganization": {
"message": "Search organization" "message": "Tìm tổ chức"
}, },
"searchMembers": { "searchMembers": {
"message": "Search members" "message": "Tìm thành viên"
}, },
"searchGroups": { "searchGroups": {
"message": "Search groups" "message": "Tìm nhóm"
}, },
"allItems": { "allItems": {
"message": "Tất cả các mục" "message": "Tất cả các mục"
@ -393,7 +393,7 @@
"message": "Chọn" "message": "Chọn"
}, },
"newItem": { "newItem": {
"message": "New item" "message": "Mục mới"
}, },
"addItem": { "addItem": {
"message": "Thêm mục" "message": "Thêm mục"
@ -405,11 +405,11 @@
"message": "Xem mục" "message": "Xem mục"
}, },
"new": { "new": {
"message": "New", "message": "Mới",
"description": "for adding new items" "description": "for adding new items"
}, },
"item": { "item": {
"message": "Item" "message": "Mục"
}, },
"ex": { "ex": {
"message": "vd.", "message": "vd.",
@ -465,7 +465,7 @@
"message": "Kho của tôi" "message": "Kho của tôi"
}, },
"allVaults": { "allVaults": {
"message": "All vaults" "message": "Tất cả kho"
}, },
"vault": { "vault": {
"message": "Kho" "message": "Kho"
@ -477,7 +477,7 @@
"message": "Vault items" "message": "Vault items"
}, },
"filter": { "filter": {
"message": "Filter" "message": "Bộ Lọc"
}, },
"moveSelectedToOrg": { "moveSelectedToOrg": {
"message": "Chuyển đã chọn tới Tổ chức" "message": "Chuyển đã chọn tới Tổ chức"
@ -541,7 +541,7 @@
} }
}, },
"movedItemsToOrg": { "movedItemsToOrg": {
"message": "Selected items moved to $ORGNAME$", "message": "Đã di chuyển các mục đã chọn đến $ORGNAME$",
"placeholders": { "placeholders": {
"orgname": { "orgname": {
"content": "$1", "content": "$1",
@ -586,10 +586,10 @@
"message": "Đã xóa thư mục" "message": "Đã xóa thư mục"
}, },
"editInfo": { "editInfo": {
"message": "Edit info" "message": "Chỉnh sửa thông tin"
}, },
"access": { "access": {
"message": "Access" "message": "Quyền truy cập"
}, },
"loggedOut": { "loggedOut": {
"message": "Đã đăng xuất" "message": "Đã đăng xuất"
@ -616,22 +616,22 @@
"message": "Đăng nhập hoặc tạo tài khoản mới để truy cập kho mật khẩu của bạn." "message": "Đăng nhập hoặc tạo tài khoản mới để truy cập kho mật khẩu của bạn."
}, },
"loginWithDevice": { "loginWithDevice": {
"message": "Log in with device" "message": "Đăng nhập bằng thiết bị"
}, },
"loginWithDeviceEnabledInfo": { "loginWithDeviceEnabledInfo": {
"message": "Log in with device must be set up in the settings of the Bitwarden mobile app. Need another option?" "message": "Đăng nhập bằng thiết bị phải được thiết lập trong cài đặt của ứng dụng di động Bitwarden. Cần một lựa chọn khác?"
}, },
"loginWithMasterPassword": { "loginWithMasterPassword": {
"message": "Log in with master password" "message": "Đăng nhập bằng mật khẩu chính"
}, },
"createAccount": { "createAccount": {
"message": "Tạo tài khoản" "message": "Tạo tài khoản"
}, },
"newAroundHere": { "newAroundHere": {
"message": "New around here?" "message": "Bạn mới tới đây sao?"
}, },
"startTrial": { "startTrial": {
"message": "Start trial" "message": "Bắt đầu dùng thử"
}, },
"logIn": { "logIn": {
"message": "Đăng nhập" "message": "Đăng nhập"
@ -658,7 +658,7 @@
"message": "Mật khẩu chính là mật khẩu bạn dùng để truy cập vào kho lưu trữ của bạn. Mật khẩu này rất quan trọng và bạn đừng nên quên mật khẩu chính này. Bạn sẽ không thể khôi phục mật khẩu chính trong trường hợp bạn quên nó." "message": "Mật khẩu chính là mật khẩu bạn dùng để truy cập vào kho lưu trữ của bạn. Mật khẩu này rất quan trọng và bạn đừng nên quên mật khẩu chính này. Bạn sẽ không thể khôi phục mật khẩu chính trong trường hợp bạn quên nó."
}, },
"masterPassImportant": { "masterPassImportant": {
"message": "Master passwords cannot be recovered if you forget it!" "message": "Không thể khôi phục mật khẩu chính nếu bạn quên!"
}, },
"masterPassHintDesc": { "masterPassHintDesc": {
"message": "Gợi ý mật khẩu chính có thể giúp bạn nhớ lại mật khẩu của mình nếu bạn quên nó." "message": "Gợi ý mật khẩu chính có thể giúp bạn nhớ lại mật khẩu của mình nếu bạn quên nó."
@ -691,13 +691,13 @@
"message": "Địa chỉ email không hợp lệ." "message": "Địa chỉ email không hợp lệ."
}, },
"masterPasswordRequired": { "masterPasswordRequired": {
"message": "Master password is required." "message": "Yêu cầu mật khẩu chính."
}, },
"confirmMasterPasswordRequired": { "confirmMasterPasswordRequired": {
"message": "Master password retype is required." "message": "Yêu cầu nhập lại mật khẩu chính."
}, },
"masterPasswordMinlength": { "masterPasswordMinlength": {
"message": "Master password must be at least 8 characters long." "message": "Mật khẩu chính phải có ít nhất 8 kí tự."
}, },
"masterPassDoesntMatch": { "masterPassDoesntMatch": {
"message": "Xác minh mật khẩu chính không đúng." "message": "Xác minh mật khẩu chính không đúng."
@ -706,7 +706,7 @@
"message": "Tài khoản của bạn đã được tạo! Bạn có thể đăng nhập ngay bây giờ." "message": "Tài khoản của bạn đã được tạo! Bạn có thể đăng nhập ngay bây giờ."
}, },
"trialAccountCreated": { "trialAccountCreated": {
"message": "Account created successfully." "message": "Tài Khoản Đã Tạo Thành Công."
}, },
"masterPassSent": { "masterPassSent": {
"message": "Chúng tôi đã gửi cho bạn email với gợi ý mật khẩu chính của bạn." "message": "Chúng tôi đã gửi cho bạn email với gợi ý mật khẩu chính của bạn."
@ -740,7 +740,7 @@
"message": "Mật khẩu chính không hợp lệ" "message": "Mật khẩu chính không hợp lệ"
}, },
"invalidFilePassword": { "invalidFilePassword": {
"message": "Invalid file password, please use the password you entered when you created the export file." "message": "Mật khẩu tệp không hợp lệ, vui lòng sử dụng mật khẩu bạn đã nhập khi tạo tệp xuất."
}, },
"lockNow": { "lockNow": {
"message": "Khóa ngay" "message": "Khóa ngay"
@ -749,7 +749,7 @@
"message": "Không có mục nào để liệt kê." "message": "Không có mục nào để liệt kê."
}, },
"noPermissionToViewAllCollectionItems": { "noPermissionToViewAllCollectionItems": {
"message": "You do not have permission to view all items in this collection." "message": "Bạn không có quyền xem tất cả các mục trong bộ sưu tập này."
}, },
"noCollectionsInList": { "noCollectionsInList": {
"message": "Không có bộ sưu tập nào để liệt kê." "message": "Không có bộ sưu tập nào để liệt kê."
@ -761,7 +761,7 @@
"message": "Không có người nào để liệt kê." "message": "Không có người nào để liệt kê."
}, },
"noMembersInList": { "noMembersInList": {
"message": "There are no members to list." "message": "Không có người nào để liệt kê."
}, },
"noEventsInList": { "noEventsInList": {
"message": "Không có sự kiện nào để liệt kê." "message": "Không có sự kiện nào để liệt kê."
@ -773,7 +773,7 @@
"message": "Bạn không thuộc tổ chức nào. Tổ chức sẽ cho phép bạn chia sẻ với người dùng khác một cách bảo mật." "message": "Bạn không thuộc tổ chức nào. Tổ chức sẽ cho phép bạn chia sẻ với người dùng khác một cách bảo mật."
}, },
"notificationSentDevice": { "notificationSentDevice": {
"message": "A notification has been sent to your device." "message": "Một thông báo đã được gửi đến thiết bị của bạn."
}, },
"versionNumber": { "versionNumber": {
"message": "Phiên bản $VERSION_NUMBER$", "message": "Phiên bản $VERSION_NUMBER$",
@ -955,7 +955,7 @@
"message": "Cảnh báo" "message": "Cảnh báo"
}, },
"confirmVaultExport": { "confirmVaultExport": {
"message": "Confirm vault export" "message": "Xác nhận xuất kho lưu trữ"
}, },
"exportWarningDesc": { "exportWarningDesc": {
"message": "Bản trích xuất này chứa dữ liệu kho bạn và không được mã hóa. Bạn không nên lưu trữ hay gửi tập tin trích xuất thông qua phương thức không an toàn (như email). Vui lòng xóa nó ngay lập tức khi bạn đã sử dụng xong." "message": "Bản trích xuất này chứa dữ liệu kho bạn và không được mã hóa. Bạn không nên lưu trữ hay gửi tập tin trích xuất thông qua phương thức không an toàn (như email). Vui lòng xóa nó ngay lập tức khi bạn đã sử dụng xong."
@ -982,7 +982,7 @@
"message": "This password will be used to export and import this file" "message": "This password will be used to export and import this file"
}, },
"confirmMasterPassword": { "confirmMasterPassword": {
"message": "Confirm master password" "message": "Xác nhận mật khẩu chính"
}, },
"confirmFormat": { "confirmFormat": {
"message": "Confirm format" "message": "Confirm format"
@ -1157,6 +1157,19 @@
} }
} }
}, },
"kdfMemory": {
"message": "KDF memory (MB)",
"description": "Memory refers to computer memory (RAM). MB is short for megabytes."
},
"argon2Warning": {
"message": "Setting your KDF iterations, memory, and parallelism too high could result in poor performance when logging into (and unlocking) Bitwarden on slower or older devices. We recommend changing these individually in small increments and then test all of your devices."
},
"kdfParallelism": {
"message": "KDF parallelism"
},
"argon2Desc": {
"message": "Higher KDF iterations, memory, and parallelism can help protect your master password from being brute forced by an attacker."
},
"changeKdf": { "changeKdf": {
"message": "Thay đổi KDF" "message": "Thay đổi KDF"
}, },
@ -1282,13 +1295,13 @@
"message": "Tùy chọn" "message": "Tùy chọn"
}, },
"preferences": { "preferences": {
"message": "Preferences" "message": "Tuỳ chỉnh"
}, },
"preferencesDesc": { "preferencesDesc": {
"message": "Customize your web vault experience." "message": "Tùy chỉnh trải nghiệm Kho trên web của bạn."
}, },
"preferencesUpdated": { "preferencesUpdated": {
"message": "Preferences saved" "message": "Đã lưu tuỳ chỉnh"
}, },
"language": { "language": {
"message": "Ngôn ngữ" "message": "Ngôn ngữ"
@ -2044,6 +2057,9 @@
"manageSubscription": { "manageSubscription": {
"message": "Manage subscription" "message": "Manage subscription"
}, },
"launchCloudSubscription": {
"message": "Bắt Đầu Đăng Ký Đám Mây"
},
"storage": { "storage": {
"message": "Lưu trữ" "message": "Lưu trữ"
}, },
@ -2079,10 +2095,10 @@
"message": "Change payment method" "message": "Change payment method"
}, },
"invoices": { "invoices": {
"message": "Invoices" "message": "Hóa đơn"
}, },
"noInvoices": { "noInvoices": {
"message": "No invoices." "message": "Không có hóa đơn."
}, },
"paid": { "paid": {
"message": "Paid", "message": "Paid",
@ -3987,7 +4003,7 @@
"message": "Expired" "message": "Expired"
}, },
"searchSends": { "searchSends": {
"message": "Tìm kiếm Send", "message": "Tìm kiếm trong Send",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"sendProtectedPassword": { "sendProtectedPassword": {
@ -4014,7 +4030,7 @@
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"noSendsInList": { "noSendsInList": {
"message": "There are no Sends to list.", "message": "Không có Sends trong danh sách.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"emergencyAccess": { "emergencyAccess": {
@ -4362,7 +4378,7 @@
"message": "Share text or files directly with anyone." "message": "Share text or files directly with anyone."
}, },
"sendVaultCardLearnMore": { "sendVaultCardLearnMore": {
"message": "Learn more", "message": "Tìm hiểu thêm",
"description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read '**Learn more**, see how it works, or try it now. '" "description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read '**Learn more**, see how it works, or try it now. '"
}, },
"sendVaultCardSee": { "sendVaultCardSee": {
@ -4370,7 +4386,7 @@
"description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Learn more, **see** how it works, or try it now.'" "description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Learn more, **see** how it works, or try it now.'"
}, },
"sendVaultCardHowItWorks": { "sendVaultCardHowItWorks": {
"message": "how it works", "message": "cách thức hoạt động",
"description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Learn more, see **how it works**, or try it now.'" "description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Learn more, see **how it works**, or try it now.'"
}, },
"sendVaultCardOr": { "sendVaultCardOr": {
@ -5225,11 +5241,8 @@
"billingSyncApiKeyRotated": { "billingSyncApiKeyRotated": {
"message": "Token rotated" "message": "Token rotated"
}, },
"billingSync": {
"message": "Billing sync"
},
"billingSyncDesc": { "billingSyncDesc": {
"message": "Billing sync provides Free Families plans for members and advanced billing capabilities by linking your self-hosted Bitwarden to the Bitwarden cloud server." "message": "Billing sync unlocks Families sponsorships and automatic license syncing on your server. After making updates in the Bitwarden cloud server, select Sync License to apply changes."
}, },
"billingSyncKeyDesc": { "billingSyncKeyDesc": {
"message": "A billing sync token from your cloud organization's subscription settings is required to complete this form." "message": "A billing sync token from your cloud organization's subscription settings is required to complete this form."
@ -5279,6 +5292,15 @@
"required": { "required": {
"message": "required" "message": "required"
}, },
"characterMaximum": {
"message": "$MAX$ ký tự tối đa",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"idpSingleSignOnServiceUrlRequired": { "idpSingleSignOnServiceUrlRequired": {
"message": "Required if Entity ID is not a URL." "message": "Required if Entity ID is not a URL."
}, },
@ -5325,13 +5347,13 @@
"message": "Master password" "message": "Master password"
}, },
"security": { "security": {
"message": "Security" "message": "Bảo mật"
}, },
"keys": { "keys": {
"message": "Keys" "message": "Keys"
}, },
"billingHistory": { "billingHistory": {
"message": "Billing history" "message": "Lịch sử Thanh toán"
}, },
"backToReports": { "backToReports": {
"message": "Back to reports" "message": "Back to reports"
@ -6082,6 +6104,36 @@
} }
} }
}, },
"licenseAndBillingManagement": {
"message": "Quản lý giấy phép và thanh toán"
},
"automaticSync": {
"message": "Tự động đồng bộ"
},
"manualUpload": {
"message": "Tải lên thủ công"
},
"manualUploadDesc": {
"message": "Nếu không muốn thực hiện đồng bộ hóa thanh toán, bạn có thể tải lên giấy phép của mình theo cách thủ công tại đây."
},
"syncLicense": {
"message": "Đồng bộ hóa giấy phép"
},
"licenseSyncSuccess": {
"message": "Đồng bộ hóa giấy phép thành công"
},
"licenseUploadSuccess": {
"message": "Tải lên giấy phép thành công"
},
"lastLicenseSync": {
"message": "Đồng bộ hóa giấy phép lần cuối"
},
"billingSyncHelp": {
"message": "Trợ giúp về Đồng Bộ Thanh Toán"
},
"uploadLicense": {
"message": "Tải lên giấy phép"
},
"lowKdfIterations": { "lowKdfIterations": {
"message": "Low KDF Iterations" "message": "Low KDF Iterations"
}, },
@ -6089,6 +6141,18 @@
"message": "Increase your KDF encryption settings to improve the security of your account." "message": "Increase your KDF encryption settings to improve the security of your account."
}, },
"changeKdfSettings": { "changeKdfSettings": {
"message": "Change KDF settings" "message": "Thay đổi cài đặt KDF"
},
"changeKdfLoggedOutWarning": {
"message": "Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour. We recommend exporting your vault before changing your encryption settings to prevent data loss."
},
"secretsManagerBeta": {
"message": "Secrets Manager Beta"
},
"secretsManagerBetaDesc": {
"message": "Enable user access to the Secrets Manager at no charge during the Beta program."
},
"userAccessSecretsManager": {
"message": "This user can access the Secrets Manager Beta"
} }
} }

View File

@ -1157,6 +1157,19 @@
} }
} }
}, },
"kdfMemory": {
"message": "KDF 内存 (MB)",
"description": "Memory refers to computer memory (RAM). MB is short for megabytes."
},
"argon2Warning": {
"message": "如果将 KDF 迭代、内存占用和并行设置得太高,可能导致在相对老旧的设备上登录(解锁) Bitwarden 时性能不佳。 我们建议以小量递增的方式更改这些设置,然后测试您的所有设备。"
},
"kdfParallelism": {
"message": "KDF 并行性"
},
"argon2Desc": {
"message": "更高的 KDF 迭代、内存占用和并行可以帮助保护您的主密码免遭攻击者的暴力破解。"
},
"changeKdf": { "changeKdf": {
"message": "更改 KDF" "message": "更改 KDF"
}, },
@ -2044,6 +2057,9 @@
"manageSubscription": { "manageSubscription": {
"message": "管理订阅" "message": "管理订阅"
}, },
"launchCloudSubscription": {
"message": "启动云订阅"
},
"storage": { "storage": {
"message": "存储" "message": "存储"
}, },
@ -5225,9 +5241,6 @@
"billingSyncApiKeyRotated": { "billingSyncApiKeyRotated": {
"message": "令牌已轮换" "message": "令牌已轮换"
}, },
"billingSync": {
"message": "计费同步"
},
"billingSyncDesc": { "billingSyncDesc": {
"message": "计费同步通过将您的自托管 Bitwarden 链接到 Bitwarden 云服务器,为成员提供免费家庭计划和高级计费功能。" "message": "计费同步通过将您的自托管 Bitwarden 链接到 Bitwarden 云服务器,为成员提供免费家庭计划和高级计费功能。"
}, },
@ -5279,6 +5292,15 @@
"required": { "required": {
"message": "必填" "message": "必填"
}, },
"characterMaximum": {
"message": "$MAX$ 字符最大值",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"idpSingleSignOnServiceUrlRequired": { "idpSingleSignOnServiceUrlRequired": {
"message": "如果实体 ID 不是一个 URL则必填。" "message": "如果实体 ID 不是一个 URL则必填。"
}, },
@ -6082,13 +6104,55 @@
} }
} }
}, },
"licenseAndBillingManagement": {
"message": "许可证和账单管理"
},
"automaticSync": {
"message": "自动同步"
},
"manualUpload": {
"message": "手动上传"
},
"manualUploadDesc": {
"message": "如果您不想进行账单同步,可以在这里手动上传您的许可证。"
},
"syncLicense": {
"message": "同步许可证"
},
"licenseSyncSuccess": {
"message": "成功同步许可证"
},
"licenseUploadSuccess": {
"message": "成功上传许可证"
},
"lastLicenseSync": {
"message": "最后一次许可证同步"
},
"billingSyncHelp": {
"message": "账单同步帮助"
},
"uploadLicense": {
"message": "上传许可证"
},
"lowKdfIterations": { "lowKdfIterations": {
"message": "Low KDF Iterations" "message": "低KDF 迭代数"
}, },
"lowKdfIterationsDesc": { "lowKdfIterationsDesc": {
"message": "Increase your KDF encryption settings to improve the security of your account." "message": "增加您的 KDF 加密设置,以提高您账户的安全。"
}, },
"changeKdfSettings": { "changeKdfSettings": {
"message": "Change KDF settings" "message": "更改 KDF 设置"
},
"changeKdfLoggedOutWarning": {
"message": "本操作将您注销当前会话,要求您重新登录。在其他设备上的活动会话可能将继续保持一小时。 我们建议在更改您的加密设置之前导出您的密码库,以防止数据丢失。"
},
"secretsManagerBeta": {
"message": "Secrets Manager 测试版"
},
"secretsManagerBetaDesc": {
"message": "在测试版期间,允许用户免费访问 Secrets Manager。"
},
"userAccessSecretsManager": {
"message": "此用户可以访问 Secrets Manager 测试版"
} }
} }

View File

@ -281,11 +281,11 @@
"message": "搜尋我的最愛" "message": "搜尋我的最愛"
}, },
"searchLogin": { "searchLogin": {
"message": "Search logins", "message": "搜尋登入資料",
"description": "Search Login type" "description": "Search Login type"
}, },
"searchCard": { "searchCard": {
"message": "Search cards", "message": "搜尋卡片",
"description": "Search Card type" "description": "Search Card type"
}, },
"searchIdentity": { "searchIdentity": {
@ -303,13 +303,13 @@
"message": "Search my vault" "message": "Search my vault"
}, },
"searchOrganization": { "searchOrganization": {
"message": "Search organization" "message": "搜尋組織"
}, },
"searchMembers": { "searchMembers": {
"message": "Search members" "message": "搜尋成員"
}, },
"searchGroups": { "searchGroups": {
"message": "Search groups" "message": "搜尋群組"
}, },
"allItems": { "allItems": {
"message": "所有項目" "message": "所有項目"
@ -393,7 +393,7 @@
"message": "選擇" "message": "選擇"
}, },
"newItem": { "newItem": {
"message": "New item" "message": "新項目"
}, },
"addItem": { "addItem": {
"message": "新增項目" "message": "新增項目"
@ -409,7 +409,7 @@
"description": "for adding new items" "description": "for adding new items"
}, },
"item": { "item": {
"message": "Item" "message": "項目"
}, },
"ex": { "ex": {
"message": "例如", "message": "例如",
@ -477,7 +477,7 @@
"message": "密碼庫項目" "message": "密碼庫項目"
}, },
"filter": { "filter": {
"message": "Filter" "message": "篩選"
}, },
"moveSelectedToOrg": { "moveSelectedToOrg": {
"message": "移動所選至組織" "message": "移動所選至組織"
@ -586,10 +586,10 @@
"message": "資料夾已刪除" "message": "資料夾已刪除"
}, },
"editInfo": { "editInfo": {
"message": "Edit info" "message": "編輯資訊"
}, },
"access": { "access": {
"message": "Access" "message": "存取"
}, },
"loggedOut": { "loggedOut": {
"message": "已登出" "message": "已登出"
@ -1157,6 +1157,19 @@
} }
} }
}, },
"kdfMemory": {
"message": "KDF memory (MB)",
"description": "Memory refers to computer memory (RAM). MB is short for megabytes."
},
"argon2Warning": {
"message": "Setting your KDF iterations, memory, and parallelism too high could result in poor performance when logging into (and unlocking) Bitwarden on slower or older devices. We recommend changing these individually in small increments and then test all of your devices."
},
"kdfParallelism": {
"message": "KDF parallelism"
},
"argon2Desc": {
"message": "Higher KDF iterations, memory, and parallelism can help protect your master password from being brute forced by an attacker."
},
"changeKdf": { "changeKdf": {
"message": "變更 KDF" "message": "變更 KDF"
}, },
@ -2044,6 +2057,9 @@
"manageSubscription": { "manageSubscription": {
"message": "管理訂閱" "message": "管理訂閱"
}, },
"launchCloudSubscription": {
"message": "Launch Cloud Subscription"
},
"storage": { "storage": {
"message": "儲存空間" "message": "儲存空間"
}, },
@ -2488,13 +2504,13 @@
"message": "編輯集合" "message": "編輯集合"
}, },
"collectionInfo": { "collectionInfo": {
"message": "Collection info" "message": "集合資訊"
}, },
"deleteCollectionConfirmation": { "deleteCollectionConfirmation": {
"message": "確定要刪除此集合嗎?" "message": "確定要刪除此集合嗎?"
}, },
"editMember": { "editMember": {
"message": "Edit member" "message": "編輯成員"
}, },
"fieldOnTabRequiresAttention": { "fieldOnTabRequiresAttention": {
"message": "A field on the '$TAB$' tab requires your attention.", "message": "A field on the '$TAB$' tab requires your attention.",
@ -3896,7 +3912,7 @@
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"deletedSend": { "deletedSend": {
"message": "已刪除 Send", "message": "Send 已刪除",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
}, },
"deleteSend": { "deleteSend": {
@ -3961,7 +3977,7 @@
"message": "移除密碼" "message": "移除密碼"
}, },
"removedPassword": { "removedPassword": {
"message": "已移除密碼" "message": "密碼已移除"
}, },
"removePasswordConfirmation": { "removePasswordConfirmation": {
"message": "您確定要移除此密碼嗎?" "message": "您確定要移除此密碼嗎?"
@ -4233,7 +4249,7 @@
"message": "進階設定允許更精細地控制使用者權限。" "message": "進階設定允許更精細地控制使用者權限。"
}, },
"customDescNonEnterpriseStart": { "customDescNonEnterpriseStart": {
"message": "自訂角色 ", "message": "自訂角色 ",
"description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Custom roles is an enterprise feature. Contact our support team to upgrade your subscription'" "description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Custom roles is an enterprise feature. Contact our support team to upgrade your subscription'"
}, },
"customDescNonEnterpriseLink": { "customDescNonEnterpriseLink": {
@ -5225,9 +5241,6 @@
"billingSyncApiKeyRotated": { "billingSyncApiKeyRotated": {
"message": "權杖已輪換" "message": "權杖已輪換"
}, },
"billingSync": {
"message": "帳單同步"
},
"billingSyncDesc": { "billingSyncDesc": {
"message": "「帳單同步」藉由將您的自我裝載 Bitwarden 服務與 Bitwarden 雲端伺服器連結,向成員提供「免費家庭」方案及進階帳單功能。" "message": "「帳單同步」藉由將您的自我裝載 Bitwarden 服務與 Bitwarden 雲端伺服器連結,向成員提供「免費家庭」方案及進階帳單功能。"
}, },
@ -5279,6 +5292,15 @@
"required": { "required": {
"message": "必填" "message": "必填"
}, },
"characterMaximum": {
"message": "$MAX$ character maximum",
"placeholders": {
"max": {
"content": "$1",
"example": "100"
}
}
},
"idpSingleSignOnServiceUrlRequired": { "idpSingleSignOnServiceUrlRequired": {
"message": "若 Entity ID 非 URL則必須填入。" "message": "若 Entity ID 非 URL則必須填入。"
}, },
@ -5948,7 +5970,7 @@
} }
}, },
"groupInfo": { "groupInfo": {
"message": "Group info" "message": "群組資訊"
}, },
"editGroupMembersDesc": { "editGroupMembersDesc": {
"message": "Grant members access to the group's assigned collections." "message": "Grant members access to the group's assigned collections."
@ -5963,19 +5985,19 @@
"message": "If checked, this will replace all other collection permissions." "message": "If checked, this will replace all other collection permissions."
}, },
"selectMembers": { "selectMembers": {
"message": "Select members" "message": "選擇成員"
}, },
"selectCollections": { "selectCollections": {
"message": "Select collections" "message": "選擇集合"
}, },
"role": { "role": {
"message": "角色" "message": "角色"
}, },
"removeMember": { "removeMember": {
"message": "Remove member" "message": "移除成員"
}, },
"collection": { "collection": {
"message": "Collection" "message": "集合"
}, },
"canView": { "canView": {
"message": "可以檢視" "message": "可以檢視"
@ -6011,13 +6033,13 @@
"message": "Member/Group" "message": "Member/Group"
}, },
"groupAndMemberColumnHeader": { "groupAndMemberColumnHeader": {
"message": "Member" "message": "成員"
}, },
"selectGroupsAndMembers": { "selectGroupsAndMembers": {
"message": "Select groups and members" "message": "Select groups and members"
}, },
"selectGroups": { "selectGroups": {
"message": "Select groups" "message": "選擇群組"
}, },
"userPermissionOverrideHelper": { "userPermissionOverrideHelper": {
"message": "Permissions set for a member will replace permissions set by that member's group" "message": "Permissions set for a member will replace permissions set by that member's group"
@ -6026,13 +6048,13 @@
"message": "No members or groups added" "message": "No members or groups added"
}, },
"deleted": { "deleted": {
"message": "Deleted" "message": "已刪除"
}, },
"memberStatusFilter": { "memberStatusFilter": {
"message": "Member status filter" "message": "Member status filter"
}, },
"inviteMember": { "inviteMember": {
"message": "Invite member" "message": "邀請成員"
}, },
"needsConfirmation": { "needsConfirmation": {
"message": "Needs confirmation" "message": "Needs confirmation"
@ -6082,6 +6104,36 @@
} }
} }
}, },
"licenseAndBillingManagement": {
"message": "License and billing management"
},
"automaticSync": {
"message": "自動同步"
},
"manualUpload": {
"message": "手動上傳"
},
"manualUploadDesc": {
"message": "If you do not want to opt into billing sync, manually upload your license here."
},
"syncLicense": {
"message": "Sync license"
},
"licenseSyncSuccess": {
"message": "Successfully synced license"
},
"licenseUploadSuccess": {
"message": "Successfully uploaded license"
},
"lastLicenseSync": {
"message": "Last license sync"
},
"billingSyncHelp": {
"message": "Billing Sync help"
},
"uploadLicense": {
"message": "Upload license"
},
"lowKdfIterations": { "lowKdfIterations": {
"message": "Low KDF Iterations" "message": "Low KDF Iterations"
}, },
@ -6090,5 +6142,17 @@
}, },
"changeKdfSettings": { "changeKdfSettings": {
"message": "Change KDF settings" "message": "Change KDF settings"
},
"changeKdfLoggedOutWarning": {
"message": "Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour. We recommend exporting your vault before changing your encryption settings to prevent data loss."
},
"secretsManagerBeta": {
"message": "Secrets Manager Beta"
},
"secretsManagerBetaDesc": {
"message": "Enable user access to the Secrets Manager at no charge during the Beta program."
},
"userAccessSecretsManager": {
"message": "This user can access the Secrets Manager Beta"
} }
} }