1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-22 07:50:04 +02:00

Merge branch 'main' into tools/PM-8280/email-forwarders

This commit is contained in:
✨ Audrey ✨ 2024-10-20 16:35:57 -04:00
commit 71fc8e9c71
No known key found for this signature in database
GPG Key ID: 0CF8B4C0D9088B97
276 changed files with 6682 additions and 457 deletions

View File

@ -1,4 +1,3 @@
---
name: Auto Update Branch name: Auto Update Branch
on: on:

View File

@ -1,4 +1,3 @@
---
name: Automatic issue responses name: Automatic issue responses
on: on:
issues: issues:

View File

@ -1,4 +1,3 @@
---
name: Automatic pull request responses name: Automatic pull request responses
on: on:
pull_request: pull_request:

View File

@ -1,4 +1,3 @@
---
name: Bump Desktop Cask name: Bump Desktop Cask
on: on:

View File

@ -1,4 +1,3 @@
---
name: Build Browser name: Build Browser
on: on:

View File

@ -1,4 +1,3 @@
---
name: Build CLI name: Build CLI
on: on:
@ -289,7 +288,7 @@ jobs:
name: bitwarden-cli.${{ env._PACKAGE_VERSION }}.nupkg name: bitwarden-cli.${{ env._PACKAGE_VERSION }}.nupkg
path: apps/cli/dist/chocolatey/bitwarden-cli.${{ env._PACKAGE_VERSION }}.nupkg path: apps/cli/dist/chocolatey/bitwarden-cli.${{ env._PACKAGE_VERSION }}.nupkg
if-no-files-found: error if-no-files-found: error
- name: Zip NPM Build Artifact - name: Zip NPM Build Artifact
run: Get-ChildItem -Path .\build | Compress-Archive -DestinationPath .\bitwarden-cli-${{ env._PACKAGE_VERSION }}-npm-build.zip run: Get-ChildItem -Path .\build | Compress-Archive -DestinationPath .\bitwarden-cli-${{ env._PACKAGE_VERSION }}-npm-build.zip

View File

@ -1,4 +1,3 @@
---
name: Build Desktop name: Build Desktop
on: on:

View File

@ -1,4 +1,3 @@
---
name: Build Web name: Build Web
on: on:

View File

@ -1,4 +1,3 @@
---
name: Chromatic name: Chromatic
on: on:

View File

@ -1,4 +1,3 @@
---
name: Crowdin Sync name: Crowdin Sync
on: on:

View File

@ -1,4 +1,3 @@
---
name: Deploy Web Vault name: Deploy Web Vault
run-name: Deploy Web Vault to ${{ inputs.environment }} from ${{ inputs.branch-or-tag }} run-name: Deploy Web Vault to ${{ inputs.environment }} from ${{ inputs.branch-or-tag }}

View File

@ -1,4 +1,3 @@
---
name: Enforce PR labels name: Enforce PR labels
on: on:

View File

@ -1,4 +1,3 @@
---
name: Lint name: Lint
on: on:

View File

@ -1,4 +1,3 @@
---
name: Locales lint for Crowdin name: Locales lint for Crowdin
on: on:

View File

@ -1,4 +1,3 @@
---
name: Publish CLI name: Publish CLI
run-name: Publish CLI ${{ inputs.publish_type }} run-name: Publish CLI ${{ inputs.publish_type }}

View File

@ -1,4 +1,3 @@
---
name: Publish Desktop name: Publish Desktop
run-name: Publish Desktop ${{ inputs.publish_type }} run-name: Publish Desktop ${{ inputs.publish_type }}
@ -125,7 +124,7 @@ jobs:
secrets: "aws-electron-access-id, secrets: "aws-electron-access-id,
aws-electron-access-key, aws-electron-access-key,
aws-electron-bucket-name" aws-electron-bucket-name"
- name: Create artifacts directory - name: Create artifacts directory
run: mkdir -p apps/desktop/artifacts run: mkdir -p apps/desktop/artifacts

View File

@ -1,4 +1,3 @@
---
name: Publish Web name: Publish Web
run-name: Publish Web ${{ inputs.publish_type }} run-name: Publish Web ${{ inputs.publish_type }}

View File

@ -1,4 +1,3 @@
---
name: Release Browser name: Release Browser
run-name: Release Browser ${{ inputs.release_type }} run-name: Release Browser ${{ inputs.release_type }}

View File

@ -1,4 +1,3 @@
---
name: Release CLI name: Release CLI
run-name: Release CLI ${{ inputs.release_type }} run-name: Release CLI ${{ inputs.release_type }}

View File

@ -1,4 +1,3 @@
---
name: Release Desktop Beta name: Release Desktop Beta
on: on:

View File

@ -1,4 +1,3 @@
---
name: Release Desktop name: Release Desktop
run-name: Release Desktop ${{ inputs.release_type }} run-name: Release Desktop ${{ inputs.release_type }}

View File

@ -1,4 +1,3 @@
---
name: Release Web name: Release Web
run-name: Release Web ${{ inputs.release_type }} run-name: Release Web ${{ inputs.release_type }}

View File

@ -1,4 +1,3 @@
---
name: Retrieve Current Desktop Rollout name: Retrieve Current Desktop Rollout
on: on:

View File

@ -1,4 +1,3 @@
---
name: Scan name: Scan
on: on:

View File

@ -1,4 +1,3 @@
---
name: Staged Rollout Desktop name: Staged Rollout Desktop
on: on:

View File

@ -1,4 +1,3 @@
---
name: 'Close stale issues and PRs' name: 'Close stale issues and PRs'
on: on:
workflow_dispatch: workflow_dispatch:

View File

@ -1,4 +1,3 @@
---
name: Testing name: Testing
on: on:

View File

@ -1,4 +1,3 @@
---
name: Auto Bump Desktop Version name: Auto Bump Desktop Version
on: on:

View File

@ -1,4 +1,3 @@
---
name: Version Bump name: Version Bump
on: on:

View File

@ -71,6 +71,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Join organization" "message": "Join organization"
}, },
"joinOrganizationName": {
"message": "Join $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"finishJoiningThisOrganizationBySettingAMasterPassword": { "finishJoiningThisOrganizationBySettingAMasterPassword": {
"message": "Finish joining this organization by setting a master password." "message": "Finish joining this organization by setting a master password."
}, },
@ -1408,6 +1417,12 @@
"showInlineMenuLabel": { "showInlineMenuLabel": {
"message": "Show autofill suggestions on form fields" "message": "Show autofill suggestions on form fields"
}, },
"showInlineMenuIdentitiesLabel": {
"message": "Display identities as suggestions"
},
"showInlineMenuCardsLabel": {
"message": "Display cards as suggestions"
},
"showInlineMenuOnIconSelectionLabel": { "showInlineMenuOnIconSelectionLabel": {
"message": "Display suggestions when icon is selected" "message": "Display suggestions when icon is selected"
}, },
@ -2647,6 +2662,15 @@
"message": "Your organization requires you to set a master password.", "message": "Your organization requires you to set a master password.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "out of $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"verificationRequired": { "verificationRequired": {
"message": "التحقق مطلوب", "message": "التحقق مطلوب",
"description": "Default title for the user verification dialog." "description": "Default title for the user verification dialog."

View File

@ -11,7 +11,7 @@
"description": "Extension description, MUST be less than 112 characters (Safari restriction)" "description": "Extension description, MUST be less than 112 characters (Safari restriction)"
}, },
"loginOrCreateNewAccount": { "loginOrCreateNewAccount": {
"message": "Güvənli anbarınıza müraciət etmək üçün giriş edin və ya yeni bir hesab yaradın." "message": "Güvənli seyfinizə müraciət etmək üçün giriş edin və ya yeni bir hesab yaradın."
}, },
"inviteAccepted": { "inviteAccepted": {
"message": "Dəvət qəbul edildi" "message": "Dəvət qəbul edildi"
@ -44,7 +44,7 @@
"message": "Ana parol" "message": "Ana parol"
}, },
"masterPassDesc": { "masterPassDesc": {
"message": "Ana parol, anbarınıza müraciət etmək üçün istifadə edəcəyiniz paroldur. Ana parolu yadda saxlamaq çox vacibdir. Unutsanız, parolu geri qaytarmağın heç bir yolu yoxdur." "message": "Ana parol, seyfinizə müraciət etmək üçün istifadə edəcəyiniz paroldur. Ana parolu yadda saxlamaq çox vacibdir. Unutsanız, parolu bərpa etməyin heç bir yolu yoxdur."
}, },
"masterPassHintDesc": { "masterPassHintDesc": {
"message": "Ana parol məsləhəti, unutduğunuz parolunuzu xatırlamağınıza kömək edir." "message": "Ana parol məsləhəti, unutduğunuz parolunuzu xatırlamağınıza kömək edir."
@ -71,6 +71,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Təşkilata qoşul" "message": "Təşkilata qoşul"
}, },
"joinOrganizationName": {
"message": "$ORGANIZATIONNAME$ - qoşul",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"finishJoiningThisOrganizationBySettingAMasterPassword": { "finishJoiningThisOrganizationBySettingAMasterPassword": {
"message": "Bu ana parol təyin edərək bu təşkilata qoşulmağı tamamlayın." "message": "Bu ana parol təyin edərək bu təşkilata qoşulmağı tamamlayın."
}, },
@ -78,13 +87,13 @@
"message": "Vərəq" "message": "Vərəq"
}, },
"vault": { "vault": {
"message": "Anbar" "message": "Seyf"
}, },
"myVault": { "myVault": {
"message": "Anbarım" "message": "Seyfim"
}, },
"allVaults": { "allVaults": {
"message": "Bütün anbarlar" "message": "Bütün seyflər"
}, },
"tools": { "tools": {
"message": "Alətlər" "message": "Alətlər"
@ -180,10 +189,10 @@
"message": "Kimlik əlavə et" "message": "Kimlik əlavə et"
}, },
"unlockVaultMenu": { "unlockVaultMenu": {
"message": "Anbarınızın kilidini açın" "message": "Seyfinizin kilidini açın"
}, },
"loginToVaultMenu": { "loginToVaultMenu": {
"message": "Anbarınıza giriş edin" "message": "Seyfinizə giriş edin"
}, },
"autoFillInfo": { "autoFillInfo": {
"message": "Hazırkı brauzer vərəqi üçün avto-doldurulacaq giriş məlumatları yoxdur." "message": "Hazırkı brauzer vərəqi üçün avto-doldurulacaq giriş məlumatları yoxdur."
@ -341,7 +350,7 @@
"message": "Heç bir qovluq əlavə edilmədi" "message": "Heç bir qovluq əlavə edilmədi"
}, },
"createFoldersToOrganize": { "createFoldersToOrganize": {
"message": "Anbar elementlərinizi təşkil etmək üçün qovluq yaradın" "message": "Seyf elementlərinizi təşkil etmək üçün qovluq yaradın"
}, },
"deleteFolderPermanently": { "deleteFolderPermanently": {
"message": "Bu qovluğu həmişəlik silmək istədiyinizə əminsiniz?" "message": "Bu qovluğu həmişəlik silmək istədiyinizə əminsiniz?"
@ -371,7 +380,7 @@
"message": "Sinxr" "message": "Sinxr"
}, },
"syncVaultNow": { "syncVaultNow": {
"message": "Anbarı indi sinxronlaşdır" "message": "Seyfi indi sinxronlaşdır"
}, },
"lastSync": { "lastSync": {
"message": "Son sinxr:" "message": "Son sinxr:"
@ -494,7 +503,7 @@
"description": "Indicates that a policy limits the credential generator screen." "description": "Indicates that a policy limits the credential generator screen."
}, },
"searchVault": { "searchVault": {
"message": "Anbarda axtar" "message": "Seyfdə axtar"
}, },
"edit": { "edit": {
"message": "Düzəliş et" "message": "Düzəliş et"
@ -575,7 +584,7 @@
"message": "Kilid açma seçimləri" "message": "Kilid açma seçimləri"
}, },
"unlockMethodNeededToChangeTimeoutActionDesc": { "unlockMethodNeededToChangeTimeoutActionDesc": {
"message": "Anbar vaxt bitməsi əməliyyatınızı dəyişdirmək üçün bir kilid açma üsulu qurun." "message": "Seyf vaxt bitmə əməliyyatınızı dəyişdirmək üçün bir kilid açma üsulu qurun."
}, },
"unlockMethodNeeded": { "unlockMethodNeeded": {
"message": "Ayarlarda bir kilid açma üsulu qurun" "message": "Ayarlarda bir kilid açma üsulu qurun"
@ -584,7 +593,7 @@
"message": "Seans vaxt bitməsi" "message": "Seans vaxt bitməsi"
}, },
"vaultTimeoutHeader": { "vaultTimeoutHeader": {
"message": "Anbar vaxtının bitməsi" "message": "Seyf vaxtının bitməsi"
}, },
"otherOptions": { "otherOptions": {
"message": "Digər seçimlər" "message": "Digər seçimlər"
@ -602,10 +611,10 @@
"message": "Kimliyi doğrula" "message": "Kimliyi doğrula"
}, },
"yourVaultIsLocked": { "yourVaultIsLocked": {
"message": "Anbarınız kilidlənib. Davam etmək üçün kimliyinizi doğrulayın." "message": "Seyfiniz kilidlənib. Davam etmək üçün kimliyinizi doğrulayın."
}, },
"yourVaultIsLockedV2": { "yourVaultIsLockedV2": {
"message": "Anbarınız kilidlənib" "message": "Seyfiniz kilidlənib"
}, },
"yourAccountIsLocked": { "yourAccountIsLocked": {
"message": "Hesabınız kilidlənib" "message": "Hesabınız kilidlənib"
@ -633,7 +642,7 @@
"message": "Yararsız ana parol" "message": "Yararsız ana parol"
}, },
"vaultTimeout": { "vaultTimeout": {
"message": "Anbara müraciət bitəcək" "message": "Seyf vaxtının bitməsi"
}, },
"vaultTimeout1": { "vaultTimeout1": {
"message": "Vaxt bitmə" "message": "Vaxt bitmə"
@ -836,7 +845,7 @@
"message": "Qovluq əlavə edildi" "message": "Qovluq əlavə edildi"
}, },
"twoStepLoginConfirmation": { "twoStepLoginConfirmation": {
"message": "İki addımlı giriş, güvənlik açarı, kimlik doğrulayıcı tətbiq, SMS, telefon zəngi və ya e-poçt kimi digər cihazlarla girişinizi doğrulamanızı tələb edərək hesabınızı daha da güvənli edir. İki addımlı giriş, bitwarden.com veb anbarında qurula bilər. Veb saytı indi ziyarət etmək istəyirsiniz?" "message": "İki addımlı giriş, güvənlik açarı, kimlik doğrulayıcı tətbiq, SMS, telefon zəngi və ya e-poçt kimi digər cihazlarla girişinizi doğrulamanızı tələb edərək hesabınızı daha da güvənli edir. İki addımlı giriş, bitwarden.com veb seyfində qurula bilər. Veb saytı indi ziyarət etmək istəyirsiniz?"
}, },
"twoStepLoginConfirmationContent": { "twoStepLoginConfirmationContent": {
"message": "Bitwarden veb tətbiqində iki addımlı girişi quraraq hesabınızı daha güvənli edin." "message": "Bitwarden veb tətbiqində iki addımlı girişi quraraq hesabınızı daha güvənli edin."
@ -929,16 +938,16 @@
"message": "Giriş əlavə etmək üçün soruş" "message": "Giriş əlavə etmək üçün soruş"
}, },
"vaultSaveOptionsTitle": { "vaultSaveOptionsTitle": {
"message": "Anbar seçimlərində saxla" "message": "Seyf seçimlərində saxla"
}, },
"addLoginNotificationDesc": { "addLoginNotificationDesc": {
"message": "Anbarınızda tapılmayan bir elementin əlavə edilməsi soruşulsun." "message": "Seyfinizdə tapılmayan elementin əlavə edilməsi soruşulsun."
}, },
"addLoginNotificationDescAlt": { "addLoginNotificationDescAlt": {
"message": "Anbarınızda tapılmayan bir elementin əlavə edilməsi soruşulsun. Giriş etmiş bütün hesablara aiddir." "message": "Seyfinizdə tapılmayan elementin əlavə edilməsi soruşulsun. Giriş etmiş bütün hesablara aiddir."
}, },
"showCardsInVaultView": { "showCardsInVaultView": {
"message": "Kartları, Anbar görünüşündə Avto-doldurma təklifləri olaraq göstər" "message": "Kartları, Seyf görünüşündə Avto-doldurma təklifləri olaraq göstər"
}, },
"showCardsCurrentTab": { "showCardsCurrentTab": {
"message": "Kartları Vərəq səhifəsində göstər" "message": "Kartları Vərəq səhifəsində göstər"
@ -947,7 +956,7 @@
"message": "Asan avto-doldurma üçün Vərəq səhifəsində kart elementlərini sadalayın." "message": "Asan avto-doldurma üçün Vərəq səhifəsində kart elementlərini sadalayın."
}, },
"showIdentitiesInVaultView": { "showIdentitiesInVaultView": {
"message": "Kimlikləri, Anbar görünüşündə Avto-doldurma təklifləri olaraq göstər" "message": "Kimlikləri, Seyf görünüşündə Avto-doldurma təklifləri olaraq göstər"
}, },
"showIdentitiesCurrentTab": { "showIdentitiesCurrentTab": {
"message": "Vərəq səhifəsində kimlikləri göstər" "message": "Vərəq səhifəsində kimlikləri göstər"
@ -982,7 +991,7 @@
"message": "Keçid açarlarını saxlamağı və istifadə etməyi soruş" "message": "Keçid açarlarını saxlamağı və istifadə etməyi soruş"
}, },
"usePasskeysDesc": { "usePasskeysDesc": {
"message": "Yeni keçid açarlarını saxlamağı və ya anbarınızda saxlanılan keçid açarları ilə giriş etmək soruşulsun. Giriş etmiş bütün hesablara aiddir." "message": "Yeni keçid açarlarını saxlamağı və ya seyfinizdə saxlanılan keçid açarları ilə giriş etmək soruşulsun. Giriş etmiş bütün hesablara aiddir."
}, },
"notificationChangeDesc": { "notificationChangeDesc": {
"message": "Bu parolu \"Bitwarden\"də güncəlləmək istəyirsiniz?" "message": "Bu parolu \"Bitwarden\"də güncəlləmək istəyirsiniz?"
@ -991,7 +1000,7 @@
"message": "Güncəllə" "message": "Güncəllə"
}, },
"notificationUnlockDesc": { "notificationUnlockDesc": {
"message": "Avto-doldurma tələblərini tamamlamaq üçün Bitwarden anbarınızın kilidini açın." "message": "Avto-doldurma tələblərini tamamlamaq üçün Bitwarden seyfinizin kilidini açın."
}, },
"notificationUnlock": { "notificationUnlock": {
"message": "Kilidi aç" "message": "Kilidi aç"
@ -1013,7 +1022,7 @@
"description": "Default URI match detection for autofill." "description": "Default URI match detection for autofill."
}, },
"defaultUriMatchDetectionDesc": { "defaultUriMatchDetectionDesc": {
"message": "Avto-doldurma kimi əməliyyatları icra edərkən giriş etmə prosesi üçün URI uyuşma aşkarlamasının idarə edliəcəyi ilkin yolu seçin." "message": "Avto-doldurma kimi əməliyyatları icra edərkən giriş etmə prosesi üçün URI uyuşma aşkarlamasının idarə ediləcəyi ilkin yolu seçin."
}, },
"theme": { "theme": {
"message": "Tema" "message": "Tema"
@ -1040,7 +1049,7 @@
"message": "Buradan xaricə köçür" "message": "Buradan xaricə köçür"
}, },
"exportVault": { "exportVault": {
"message": "Anbarı xaricə köçür" "message": "Seyfi xaricə köçür"
}, },
"fileFormat": { "fileFormat": {
"message": "Fayl formatı" "message": "Fayl formatı"
@ -1074,7 +1083,7 @@
"description": "WARNING (should stay in capitalized letters if the language permits)" "description": "WARNING (should stay in capitalized letters if the language permits)"
}, },
"confirmVaultExport": { "confirmVaultExport": {
"message": "Anbarın xaricə köçürülməsini təsdiqlə" "message": "Seyfi xaricə köçürməyi təsdiqlə"
}, },
"exportWarningDesc": { "exportWarningDesc": {
"message": "Xaricə köçürdüyünüz bu fayldakı datanız şifrələnməmiş formatdadır. Bu faylı güvənli olmayan kanallar (e-poçt kimi) üzərində saxlamamalı və ya göndərməməlisiniz. İşiniz bitdikdən sonra faylı dərhal silin." "message": "Xaricə köçürdüyünüz bu fayldakı datanız şifrələnməmiş formatdadır. Bu faylı güvənli olmayan kanallar (e-poçt kimi) üzərində saxlamamalı və ya göndərməməlisiniz. İşiniz bitdikdən sonra faylı dərhal silin."
@ -1086,13 +1095,13 @@
"message": "Hesab şifrələmə açarları, hər Bitwarden istifadəçi hesabı üçün unikaldır, buna görə də şifrələnmiş bir xaricə köçürməni, fərqli bir hesaba köçürə bilməzsiniz." "message": "Hesab şifrələmə açarları, hər Bitwarden istifadəçi hesabı üçün unikaldır, buna görə də şifrələnmiş bir xaricə köçürməni, fərqli bir hesaba köçürə bilməzsiniz."
}, },
"exportMasterPassword": { "exportMasterPassword": {
"message": "Anbar datanızı xaricə köçürmək üçün ana parolunuzu daxil edin." "message": "Seyf datanızı xaricə köçürmək üçün ana parolunuzu daxil edin."
}, },
"shared": { "shared": {
"message": "Paylaşılan" "message": "Paylaşılan"
}, },
"bitwardenForBusinessPageDesc": { "bitwardenForBusinessPageDesc": {
"message": "Bitwarden for Business, bir təşkilat hesabı istifadə edərək anbar elementlərinizi başqaları ilə paylaşmağınıza imkan verir. Daha ətraflı bitwarden.com veb saytında öyrənə bilərsiniz." "message": "Bitwarden for Business, bir təşkilatı istifadə edərək seyf elementlərinizi başqaları ilə paylaşmağınıza imkan verir. Daha ətraflı məlumat üçün bitwarden.com saytını ziyarət edin."
}, },
"moveToOrganization": { "moveToOrganization": {
"message": "Təşkilata daşı" "message": "Təşkilata daşı"
@ -1165,7 +1174,7 @@
"message": "Özəllik əlçatmazdır" "message": "Özəllik əlçatmazdır"
}, },
"encryptionKeyMigrationRequired": { "encryptionKeyMigrationRequired": {
"message": "Şifrələmə açarının daşınması tələb olunur. Şifrələmə açarınızı güncəlləmək üçün lütfən veb anbar üzərindən giriş edin." "message": "Şifrələmə açarının daşınması tələb olunur. Şifrələmə açarınızı güncəlləmək üçün lütfən veb seyfinizə giriş edin."
}, },
"premiumMembership": { "premiumMembership": {
"message": "Premium üzvlük" "message": "Premium üzvlük"
@ -1174,7 +1183,7 @@
"message": "Üzvlüyü idarə edin" "message": "Üzvlüyü idarə edin"
}, },
"premiumManageAlert": { "premiumManageAlert": {
"message": "Üzvlüyünüzü bitwarden.com veb anbarında idarə edə bilərsiniz. İndi saytı ziyarət etmək istəyirsiniz?" "message": "Üzvlüyünüzü bitwarden.com veb seyfində idarə edə bilərsiniz. İndi saytı ziyarət etmək istəyirsiniz?"
}, },
"premiumRefresh": { "premiumRefresh": {
"message": "Üzvlüyü təzələ" "message": "Üzvlüyü təzələ"
@ -1186,7 +1195,7 @@
"message": "Premium üzvlük üçün qeydiyyatdan keçin və bunları əldə edin:" "message": "Premium üzvlük üçün qeydiyyatdan keçin və bunları əldə edin:"
}, },
"ppremiumSignUpStorage": { "ppremiumSignUpStorage": {
"message": "Fayl qoşmaları üçün 1 GB şifrələnmiş saxlama sahəsi" "message": "Fayl qoşmaları üçün 1 GB şifrələnmiş anbar sahəsi"
}, },
"premiumSignUpEmergency": { "premiumSignUpEmergency": {
"message": "Fövqəladə hal müraciəti" "message": "Fövqəladə hal müraciəti"
@ -1195,10 +1204,10 @@
"message": "YubiKey və Duo kimi mülkiyyətçi iki addımlı giriş seçimləri." "message": "YubiKey və Duo kimi mülkiyyətçi iki addımlı giriş seçimləri."
}, },
"ppremiumSignUpReports": { "ppremiumSignUpReports": {
"message": "Anbarınızın güvənliyini təmin etmək üçün parol gigiyenası, hesab sağlamlığı və data pozuntusu hesabatları." "message": "Seyfinizi güvəndə saxlamaq üçün parol gigiyenası, hesab sağlamlığı və data pozuntusu hesabatları."
}, },
"ppremiumSignUpTotp": { "ppremiumSignUpTotp": {
"message": "Anbarınızdakı hesablar üçün TOTP doğrulama kodu (2FA) yaradıcısı." "message": "Seyfinizdəki girişlər üçün TOTP doğrulama kodu (2FA) yaradıcısı."
}, },
"ppremiumSignUpSupport": { "ppremiumSignUpSupport": {
"message": "Prioritet müştəri dəstəyi." "message": "Prioritet müştəri dəstəyi."
@ -1210,7 +1219,7 @@
"message": "Premium satın al" "message": "Premium satın al"
}, },
"premiumPurchaseAlert": { "premiumPurchaseAlert": {
"message": "Premium üzvlüyü bitwarden.com veb anbarında satın ala bilərsiniz. İndi saytı ziyarət etmək istəyirsiniz?" "message": "Premium üzvlüyü bitwarden.com veb seyfində satın ala bilərsiniz. İndi saytı ziyarət etmək istəyirsiniz?"
}, },
"premiumPurchaseAlertV2": { "premiumPurchaseAlertV2": {
"message": "Bitwarden veb tətbiqindəki hesab ayarlarınızda Premium satın ala bilərsiniz." "message": "Bitwarden veb tətbiqindəki hesab ayarlarınızda Premium satın ala bilərsiniz."
@ -1384,7 +1393,7 @@
"message": "API server URL-si" "message": "API server URL-si"
}, },
"webVaultUrl": { "webVaultUrl": {
"message": "Veb anbar server URL-si" "message": "Veb seyf server URL-si"
}, },
"identityUrl": { "identityUrl": {
"message": "Kimlik server URL-si" "message": "Kimlik server URL-si"
@ -1408,6 +1417,12 @@
"showInlineMenuLabel": { "showInlineMenuLabel": {
"message": "Avto-doldurma təkliflərini form xanalarında göstər" "message": "Avto-doldurma təkliflərini form xanalarında göstər"
}, },
"showInlineMenuIdentitiesLabel": {
"message": "Kimlikləri təklif kimi göstər"
},
"showInlineMenuCardsLabel": {
"message": "Kartları təklif kimi göstər"
},
"showInlineMenuOnIconSelectionLabel": { "showInlineMenuOnIconSelectionLabel": {
"message": "İkon seçildikdə təklifləri göstər" "message": "İkon seçildikdə təklifləri göstər"
}, },
@ -1482,10 +1497,10 @@
"message": "Səhifə yüklənəndə avto-doldurma" "message": "Səhifə yüklənəndə avto-doldurma"
}, },
"commandOpenPopup": { "commandOpenPopup": {
"message": "Anbarıılan pəncərədə aç" "message": "Seyfi pəncərədə aç"
}, },
"commandOpenSidebar": { "commandOpenSidebar": {
"message": "Anbarı yan çubuqda aç" "message": "Seyfi yan çubuqda aç"
}, },
"commandAutofillLoginDesc": { "commandAutofillLoginDesc": {
"message": "Hazırkı veb sayt üçün son istifadə edilən girişi avto-doldur" "message": "Hazırkı veb sayt üçün son istifadə edilən girişi avto-doldur"
@ -1500,7 +1515,7 @@
"message": "Təsadüfi yeni bir parol yarat və lövhəyə kopyala" "message": "Təsadüfi yeni bir parol yarat və lövhəyə kopyala"
}, },
"commandLockVaultDesc": { "commandLockVaultDesc": {
"message": "Anbarı kilidlə" "message": "Seyfi kilidlə"
}, },
"customFields": { "customFields": {
"message": "Özəl xanalar" "message": "Özəl xanalar"
@ -1882,7 +1897,7 @@
"description": "ex. Date this password was updated" "description": "ex. Date this password was updated"
}, },
"neverLockWarning": { "neverLockWarning": {
"message": "\"Heç vaxt\" seçimini istifadə etmək istədiyinizə əminsiniz? Kilid seçimini \"Heç vaxt\" olaraq ayarlasanız, anbarınızın şifrələmə açarı cihazınızda saxlanılacaq. Bu seçimi istifadə etsəniz, cihazınızı daha yaxşı mühafizə etməlisiniz." "message": "\"Heç vaxt\"i seçmək istədiyinizə əminsiniz? Kilid seçimini \"Heç vaxt\" olaraq ayarlasanız, seyfinizin şifrələmə açarı cihazınızda saxlanılacaq. Bu seçimi istifadə etsəniz, cihazınızı daha yaxşı mühafizə etdiyinizə əmin olmalısınız."
}, },
"noOrganizationsList": { "noOrganizationsList": {
"message": "Heç bir təşkilata aid deyilsiniz. Təşkilatlar, elementlərinizi digər istifadəçilərlə güvənli şəkildə paylaşmağınızı təmin edir." "message": "Heç bir təşkilata aid deyilsiniz. Təşkilatlar, elementlərinizi digər istifadəçilərlə güvənli şəkildə paylaşmağınızı təmin edir."
@ -1996,7 +2011,7 @@
"description": "This will be used as part of a larger sentence, broken up to include the generator icon. The full sentence will read 'Use the generator [GENERATOR_ICON] to create a strong unique password'" "description": "This will be used as part of a larger sentence, broken up to include the generator icon. The full sentence will read 'Use the generator [GENERATOR_ICON] to create a strong unique password'"
}, },
"vaultTimeoutAction": { "vaultTimeoutAction": {
"message": "Anbar vaxtının bitmə əməliyyatı" "message": "Seyf vaxtının bitmə əməliyyatı"
}, },
"vaultTimeoutAction1": { "vaultTimeoutAction1": {
"message": "Vaxt bitmə əməliyyatı" "message": "Vaxt bitmə əməliyyatı"
@ -2031,7 +2046,7 @@
"message": "Artıq hesabınız var?" "message": "Artıq hesabınız var?"
}, },
"vaultTimeoutLogOutConfirmation": { "vaultTimeoutLogOutConfirmation": {
"message": ıxış etdikdə anbarınıza bütün müraciətiniz dayanacaq və vaxt bitməsindən sonra onlayn kimlik doğrulaması tələb olunacaq. Bu ayarı istifadə etmək istədiyinizə əminsiniz?" "message": ıxış etdikdə, seyfinizə bütün müraciətiniz dayanacaq və vaxt bitməsindən sonra onlayn kimlik doğrulaması tələb olunacaq. Bu ayarı istifadə etmək istədiyinizə əminsiniz?"
}, },
"vaultTimeoutLogOutConfirmationTitle": { "vaultTimeoutLogOutConfirmationTitle": {
"message": "Vaxt bitmə əməliyyat təsdiqi" "message": "Vaxt bitmə əməliyyat təsdiqi"
@ -2199,7 +2214,7 @@
"message": "Biometrik açarı uyuşmazlığı" "message": "Biometrik açarı uyuşmazlığı"
}, },
"nativeMessagingWrongUserKeyDesc": { "nativeMessagingWrongUserKeyDesc": {
"message": "Biometrik kilidini açma uğursuz oldu. Biometrik sirr açarı anbarın kilidini aça bilmədi. Lütfən biometriki yenidən qurmağa çalışın." "message": "Biometrik ilə kilid açma uğursuz oldu. Biometrik sirr açarı seyfin kilidini aça bilmədi. Lütfən biometriki yenidən qurmağa çalışın."
}, },
"biometricsNotEnabledTitle": { "biometricsNotEnabledTitle": {
"message": "Biometriklər qurulmayıb" "message": "Biometriklər qurulmayıb"
@ -2244,13 +2259,13 @@
"message": "Bu əməliyyat yan çubuqda icra edilə bilməz. Lütfən açılan pəncərədə yenidən sınayın." "message": "Bu əməliyyat yan çubuqda icra edilə bilməz. Lütfən açılan pəncərədə yenidən sınayın."
}, },
"personalOwnershipSubmitError": { "personalOwnershipSubmitError": {
"message": "Müəssisə Siyasətinə görə, elementləri şəxsi anbarınızda saxlamağınız məhdudlaşdırılıb. Sahiblik seçimini təşkilat olaraq dəyişdirin və mövcud kolleksiyalar arasından seçim edin." "message": "Müəssisə Siyasətinə görə, elementləri şəxsi seyfinizdə saxlamağınız məhdudlaşdırılıb. Sahiblik seçimini təşkilat olaraq dəyişdirin və mövcud kolleksiyalar arasından seçim edin."
}, },
"personalOwnershipPolicyInEffect": { "personalOwnershipPolicyInEffect": {
"message": "Bir təşkilat siyasəti, sahiblik seçimlərinizə təsir edir." "message": "Bir təşkilat siyasəti, sahiblik seçimlərinizə təsir edir."
}, },
"personalOwnershipPolicyInEffectImports": { "personalOwnershipPolicyInEffectImports": {
"message": "Bir təşkilat siyasəti, elementlərin fərdi anbarınıza köçürülməsini əngəllədi." "message": "Bir təşkilat siyasəti, elementlərin fərdi seyfinizə köçürülməsini əngəllədi."
}, },
"domainsTitle": { "domainsTitle": {
"message": "Domenlər", "message": "Domenlər",
@ -2609,7 +2624,7 @@
"message": "E-poçt doğrulandı" "message": "E-poçt doğrulandı"
}, },
"emailVerificationRequiredDesc": { "emailVerificationRequiredDesc": {
"message": "Bu özəlliyi istifadə etmək üçün e-poçtunuzu doğrulamalısınız. E-poçtunuzu veb anbarında doğrulaya bilərsiniz." "message": "Bu özəlliyi istifadə etmək üçün e-poçtunuzu doğrulamalısınız. E-poçtunuzu veb seyfdə doğrulaya bilərsiniz."
}, },
"updatedMasterPassword": { "updatedMasterPassword": {
"message": "Güncəllənmiş ana parol" "message": "Güncəllənmiş ana parol"
@ -2618,13 +2633,13 @@
"message": "Ana parolu güncəllə" "message": "Ana parolu güncəllə"
}, },
"updateMasterPasswordWarning": { "updateMasterPasswordWarning": {
"message": "Ana parolunuz təzəlikcə təşkilatınızdakı bir administrator tərəfindən dəyişdirildi. Anbara müraciət üçün indi güncəlləməlisiniz. Davam etsəniz, hazırkı seansdan çıxış edəcəksiniz və təkrar giriş etməli olacaqsınız. Digər cihazlardakı aktiv seanslar bir saata qədər aktiv qalmağa davam edə bilər." "message": "Ana parolunuz təzəlikcə təşkilatınızdakı bir administrator tərəfindən dəyişdirildi. Seyfə müraciət etmək üçün onu indi güncəlləməlisiniz. Davam etsəniz, hazırkı seansdan çıxış edəcəksiniz və təkrar giriş etməli olacaqsınız. Digər cihazlardakı aktiv seanslar bir saata qədər aktiv qalmağa davam edə bilər."
}, },
"updateWeakMasterPasswordWarning": { "updateWeakMasterPasswordWarning": {
"message": "Ana parolunuz təşkilatınızdakı siyasətlərdən birinə və ya bir neçəsinə uyğun gəlmir. Anbara müraciət üçün ana parolunuzu indi güncəlləməlisiniz. Davam etsəniz, hazırkı seansdan çıxış edəcəksiniz və təkrar giriş etməli olacaqsınız. Digər cihazlardakı aktiv seanslar bir saata qədər aktiv qalmağa davam edə bilər." "message": "Ana parolunuz təşkilatınızdakı siyasətlərdən birinə və ya bir neçəsinə uyğun gəlmir. Seyfə müraciət üçün ana parolunuzu indi güncəlləməlisiniz. Davam etsəniz, hazırkı seansdan çıxış etmiş və təkrar giriş etməli olacaqsınız. Digər cihazlardakı aktiv seanslar bir saata qədər aktiv qalmağa davam edə bilər."
}, },
"tdeDisabledMasterPasswordRequired": { "tdeDisabledMasterPasswordRequired": {
"message": "Təşkilatınız, güvənli cihaz şifrələməsini sıradan çıxartdı. Anbarınıza müraciət etmək üçün lütfən ana parol təyin edin." "message": "Təşkilatınız, güvənli cihaz şifrələməsini sıradan çıxartdı. Seyfinizə müraciət etmək üçün lütfən ana parol təyin edin."
}, },
"resetPasswordPolicyAutoEnroll": { "resetPasswordPolicyAutoEnroll": {
"message": "Avtomatik yazılma" "message": "Avtomatik yazılma"
@ -2647,6 +2662,15 @@
"message": "Təşkilatınız bir ana parol ayarlamağı tələb edir.", "message": "Təşkilatınız bir ana parol ayarlamağı tələb edir.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "/$TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"verificationRequired": { "verificationRequired": {
"message": "Doğrulama tələb olunur", "message": "Doğrulama tələb olunur",
"description": "Default title for the user verification dialog." "description": "Default title for the user verification dialog."
@ -2661,7 +2685,7 @@
"message": "Müəssisə siyasət tələbləri, vaxt bitmə seçimlərinizə tətbiq edildi" "message": "Müəssisə siyasət tələbləri, vaxt bitmə seçimlərinizə tətbiq edildi"
}, },
"vaultTimeoutPolicyInEffect": { "vaultTimeoutPolicyInEffect": {
"message": "Təşkilatınızın siyasətləri, anbarınızın vaxt bitişinə təsir edir. Anbar vaxt bitişi üçün icazə verilən maksimum vaxt $HOURS$ saat $MINUTES$ dəqiqədir", "message": "Təşkilatınızın siyasətləri, icazə verilən maksimum seyf bitmə vaxtını $HOURS$ saat $MINUTES$ dəqiqə olaraq ayarladı.",
"placeholders": { "placeholders": {
"hours": { "hours": {
"content": "$1", "content": "$1",
@ -2700,7 +2724,7 @@
} }
}, },
"vaultTimeoutPolicyWithActionInEffect": { "vaultTimeoutPolicyWithActionInEffect": {
"message": "Təşkilatınızın siyasətləri, anbarınızın vaxt bitişinə təsir edir. Anbar vaxt bitişi üçün icazə verilən maksimum vaxt $HOURS$ saat $MINUTES$ dəqiqədir. Anbar vaxt bitişi əməliyyatı $ACTION$ olaraq ayarlandı.", "message": "Təşkilatınızın siyasətləri, seyfinizin bitmə vaxtına təsir edir. İcazə verilən maksimum seyf bitmə vaxtı $HOURS$ saat $MINUTES$ dəqiqədir. Seyf vaxt bitmə əməliyyatı $ACTION$ olaraq ayarlandı.",
"placeholders": { "placeholders": {
"hours": { "hours": {
"content": "$1", "content": "$1",
@ -2717,7 +2741,7 @@
} }
}, },
"vaultTimeoutActionPolicyInEffect": { "vaultTimeoutActionPolicyInEffect": {
"message": "Təşkilatınızın siyasətləri, anbar vaxt bitişi əməliyyatınızı $ACTION$ olaraq ayarladı.", "message": "Təşkilatınızın siyasətləri, seyfinizin vaxt bitmə əməliyyatını $ACTION$ olaraq ayarladı.",
"placeholders": { "placeholders": {
"action": { "action": {
"content": "$1", "content": "$1",
@ -2726,13 +2750,13 @@
} }
}, },
"vaultTimeoutTooLarge": { "vaultTimeoutTooLarge": {
"message": "Anbar vaxt bitişi, təşkilatınız tərəfindən ayarlanan məhdudiyyətləri aşır." "message": "Seyfin bitmə vaxtı, təşkilatınız tərəfindən ayarlanan məhdudiyyətləri aşır."
}, },
"vaultExportDisabled": { "vaultExportDisabled": {
"message": "Anbarın xaricə köçürülməsi əlçatmazdır" "message": "Seyfin xaricə köçürülməsi əlçatmazdır"
}, },
"personalVaultExportPolicyInEffect": { "personalVaultExportPolicyInEffect": {
"message": "Bir və ya daha çox təşkilat siyasəti, fərdi anbarınızı xaricə köçürməyinizi əngəlləyir." "message": "Bir və ya daha çox təşkilat siyasəti, fərdi seyfi xaricə köçürməyinizi əngəlləyir."
}, },
"copyCustomFieldNameInvalidElement": { "copyCustomFieldNameInvalidElement": {
"message": "Yararlı bir form elementi müəyyənləşdirilə bilmir. Bunun əvəzinə HTML-i incələməyi sınayın." "message": "Yararlı bir form elementi müəyyənləşdirilə bilmir. Bunun əvəzinə HTML-i incələməyi sınayın."
@ -2771,10 +2795,10 @@
"message": "Seansınızın vaxtı bitdi. Lütfən geri qayıdıb yenidən giriş etməyə cəhd edin." "message": "Seansınızın vaxtı bitdi. Lütfən geri qayıdıb yenidən giriş etməyə cəhd edin."
}, },
"exportingPersonalVaultTitle": { "exportingPersonalVaultTitle": {
"message": "Fərdi anbarın xaricə köçürülməsi" "message": "Fərdi seyfin xaricə köçürülməsi"
}, },
"exportingIndividualVaultDescription": { "exportingIndividualVaultDescription": {
"message": "Yalnız $EMAIL$ ilə əlaqələndirilmiş fərdi anbar elementləri xaricə köçürüləcək. Təşkilat anbar elementləri daxil edilməyəcək. Yalnız anbar element məlumatları xaricə köçürüləcək və əlaqələndirilmiş qoşmalar daxil edilməyəcək.", "message": "Yalnız $EMAIL$ ilə əlaqələndirilmiş fərdi seyf elementləri xaricə köçürüləcək. Təşkilat seyf elementləri daxil edilməyəcək. Yalnız seyf element məlumatları xaricə köçürüləcək və əlaqələndirilmiş qoşmalar daxil edilməyəcək.",
"placeholders": { "placeholders": {
"email": { "email": {
"content": "$1", "content": "$1",
@ -2783,10 +2807,10 @@
} }
}, },
"exportingOrganizationVaultTitle": { "exportingOrganizationVaultTitle": {
"message": "Təşkilat anbarını xaricə köçürmə" "message": "Təşkilat seyfini xaricə köçürmə"
}, },
"exportingOrganizationVaultDesc": { "exportingOrganizationVaultDesc": {
"message": "Yalnız $ORGANIZATION$ ilə əlaqələndirilmiş təşkilat anbarı ixrac ediləcək. Fərdi anbardakı və digər təşkilat elementlər daxil edilmir.", "message": "Yalnız $ORGANIZATION$ ilə əlaqələndirilmiş təşkilat seyfi xaricə köçürüləcək. Fərdi seyfdə və digər təşkilatlardakı elementlər daxil edilməyəcək.",
"placeholders": { "placeholders": {
"organization": { "organization": {
"content": "$1", "content": "$1",
@ -3037,7 +3061,7 @@
"message": "Barmaq izi ifadəsi" "message": "Barmaq izi ifadəsi"
}, },
"fingerprintMatchInfo": { "fingerprintMatchInfo": {
"message": "Lütfən anbarınızın kilidinin açıq olduğuna və Barmaq izi ifadəsinin digər cihazla uyuşduğuna əmin olun." "message": "Lütfən seyfinizin kilidinin açıq olduğuna və Barmaq izi ifadəsinin digər cihazla uyuşduğuna əmin olun."
}, },
"resendNotification": { "resendNotification": {
"message": "Bildirişi təkrar göndər" "message": "Bildirişi təkrar göndər"
@ -3445,7 +3469,7 @@
"description": "Button text to display in overlay when there are no matching items" "description": "Button text to display in overlay when there are no matching items"
}, },
"addNewVaultItem": { "addNewVaultItem": {
"message": "Yeni anbar elementi əlavə et", "message": "Yeni seyf elementi əlavə et",
"description": "Screen reader text (aria-label) for new item button in overlay" "description": "Screen reader text (aria-label) for new item button in overlay"
}, },
"newLogin": { "newLogin": {
@ -3453,7 +3477,7 @@
"description": "Button text to display within inline menu when there are no matching items on a login field" "description": "Button text to display within inline menu when there are no matching items on a login field"
}, },
"addNewLoginItemAria": { "addNewLoginItemAria": {
"message": "Yeni anbar giriş elementini əlavə et, yeni bir pəncərədə açılır", "message": "Yeni seyf giriş elementini əlavə et, yeni bir pəncərədə açılır",
"description": "Screen reader text (aria-label) for new login button within inline menu" "description": "Screen reader text (aria-label) for new login button within inline menu"
}, },
"newCard": { "newCard": {
@ -3461,7 +3485,7 @@
"description": "Button text to display within inline menu when there are no matching items on a credit card field" "description": "Button text to display within inline menu when there are no matching items on a credit card field"
}, },
"addNewCardItemAria": { "addNewCardItemAria": {
"message": "Yeni anbar kart elementini əlavə et, yeni bir pəncərədə açılır", "message": "Yeni seyf kart elementini əlavə et, yeni bir pəncərədə açılır",
"description": "Screen reader text (aria-label) for new card button within inline menu" "description": "Screen reader text (aria-label) for new card button within inline menu"
}, },
"newIdentity": { "newIdentity": {
@ -3469,7 +3493,7 @@
"description": "Button text to display within inline menu when there are no matching items on an identity field" "description": "Button text to display within inline menu when there are no matching items on an identity field"
}, },
"addNewIdentityItemAria": { "addNewIdentityItemAria": {
"message": "Yeni anbar kimlik elementini əlavə et, yeni bir pəncərədə açılır", "message": "Yeni seyf kimlik elementini əlavə et, yeni bir pəncərədə açılır",
"description": "Screen reader text (aria-label) for new identity button within inline menu" "description": "Screen reader text (aria-label) for new identity button within inline menu"
}, },
"bitwardenOverlayMenuAvailable": { "bitwardenOverlayMenuAvailable": {
@ -3639,7 +3663,7 @@
} }
}, },
"confirmVaultImport": { "confirmVaultImport": {
"message": "Anbarın daxilə köçürülməsini təsdiqləyin" "message": "Seyfi daxilə köçürməyi təsdiqlə"
}, },
"confirmVaultImportDesc": { "confirmVaultImportDesc": {
"message": "Bu fayl parolla qorunur. Məlumatları daxilə köçürmək üçün fayl parolunu daxil edin." "message": "Bu fayl parolla qorunur. Məlumatları daxilə köçürmək üçün fayl parolunu daxil edin."
@ -3648,7 +3672,7 @@
"message": "Fayl parolunu təsdiqlə" "message": "Fayl parolunu təsdiqlə"
}, },
"exportSuccess": { "exportSuccess": {
"message": "Anbar datası xaricə köçürüldü" "message": "Seyf datası xaricə köçürüldü"
}, },
"typePasskey": { "typePasskey": {
"message": "Keçid açarı" "message": "Keçid açarı"
@ -3925,7 +3949,7 @@
"message": "Bu saytın avto-doldurması üçün giriş elementini saxlayın" "message": "Bu saytın avto-doldurması üçün giriş elementini saxlayın"
}, },
"yourVaultIsEmpty": { "yourVaultIsEmpty": {
"message": "Anbarınız boşdur" "message": "Seyfiniz boşdur"
}, },
"noItemsMatchSearch": { "noItemsMatchSearch": {
"message": "Axtarışınızla uyuşan heç bir element yoxdur" "message": "Axtarışınızla uyuşan heç bir element yoxdur"
@ -4480,7 +4504,7 @@
"message": "Bitwarden-in yeni bir görünüşü var!" "message": "Bitwarden-in yeni bir görünüşü var!"
}, },
"bitwardenNewLookDesc": { "bitwardenNewLookDesc": {
"message": "Anbar vərəqindən avto-doldurma və axtarış etmə artıq daha asan və intuitivdir. Nəzər salın!" "message": "Seyf vərəqindən avto-doldurma və axtarış etmə artıq daha asan və intuitivdir. Nəzər salın!"
}, },
"accountActions": { "accountActions": {
"message": "Hesab fəaliyyətləri" "message": "Hesab fəaliyyətləri"

View File

@ -71,6 +71,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Join organization" "message": "Join organization"
}, },
"joinOrganizationName": {
"message": "Join $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"finishJoiningThisOrganizationBySettingAMasterPassword": { "finishJoiningThisOrganizationBySettingAMasterPassword": {
"message": "Finish joining this organization by setting a master password." "message": "Finish joining this organization by setting a master password."
}, },
@ -1408,6 +1417,12 @@
"showInlineMenuLabel": { "showInlineMenuLabel": {
"message": "Show autofill suggestions on form fields" "message": "Show autofill suggestions on form fields"
}, },
"showInlineMenuIdentitiesLabel": {
"message": "Display identities as suggestions"
},
"showInlineMenuCardsLabel": {
"message": "Display cards as suggestions"
},
"showInlineMenuOnIconSelectionLabel": { "showInlineMenuOnIconSelectionLabel": {
"message": "Display suggestions when icon is selected" "message": "Display suggestions when icon is selected"
}, },
@ -2647,6 +2662,15 @@
"message": "Your organization requires you to set a master password.", "message": "Your organization requires you to set a master password.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "out of $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"verificationRequired": { "verificationRequired": {
"message": "Verification required", "message": "Verification required",
"description": "Default title for the user verification dialog." "description": "Default title for the user verification dialog."

View File

@ -71,6 +71,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Присъединяване към организацията" "message": "Присъединяване към организацията"
}, },
"joinOrganizationName": {
"message": "Присъединяване към $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"finishJoiningThisOrganizationBySettingAMasterPassword": { "finishJoiningThisOrganizationBySettingAMasterPassword": {
"message": "Завършете присъединяването си към тази организация като зададете главна парола." "message": "Завършете присъединяването си към тази организация като зададете главна парола."
}, },
@ -1408,6 +1417,12 @@
"showInlineMenuLabel": { "showInlineMenuLabel": {
"message": "Показване на предложения за авт. попълване на полетата във формуляри" "message": "Показване на предложения за авт. попълване на полетата във формуляри"
}, },
"showInlineMenuIdentitiesLabel": {
"message": "Показване на идентичности като предложения"
},
"showInlineMenuCardsLabel": {
"message": "Показване на карти като предложения"
},
"showInlineMenuOnIconSelectionLabel": { "showInlineMenuOnIconSelectionLabel": {
"message": "Показване на предложения когато иконката е избрана" "message": "Показване на предложения когато иконката е избрана"
}, },
@ -2647,6 +2662,15 @@
"message": "Организацията Ви изисква да зададете главна парола.", "message": "Организацията Ви изисква да зададете главна парола.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "от $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"verificationRequired": { "verificationRequired": {
"message": "Изисква се потвърждение", "message": "Изисква се потвърждение",
"description": "Default title for the user verification dialog." "description": "Default title for the user verification dialog."

View File

@ -71,6 +71,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Join organization" "message": "Join organization"
}, },
"joinOrganizationName": {
"message": "Join $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"finishJoiningThisOrganizationBySettingAMasterPassword": { "finishJoiningThisOrganizationBySettingAMasterPassword": {
"message": "Finish joining this organization by setting a master password." "message": "Finish joining this organization by setting a master password."
}, },
@ -1408,6 +1417,12 @@
"showInlineMenuLabel": { "showInlineMenuLabel": {
"message": "Show autofill suggestions on form fields" "message": "Show autofill suggestions on form fields"
}, },
"showInlineMenuIdentitiesLabel": {
"message": "Display identities as suggestions"
},
"showInlineMenuCardsLabel": {
"message": "Display cards as suggestions"
},
"showInlineMenuOnIconSelectionLabel": { "showInlineMenuOnIconSelectionLabel": {
"message": "Display suggestions when icon is selected" "message": "Display suggestions when icon is selected"
}, },
@ -2647,6 +2662,15 @@
"message": "Your organization requires you to set a master password.", "message": "Your organization requires you to set a master password.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "out of $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"verificationRequired": { "verificationRequired": {
"message": "Verification required", "message": "Verification required",
"description": "Default title for the user verification dialog." "description": "Default title for the user verification dialog."

View File

@ -71,6 +71,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Join organization" "message": "Join organization"
}, },
"joinOrganizationName": {
"message": "Join $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"finishJoiningThisOrganizationBySettingAMasterPassword": { "finishJoiningThisOrganizationBySettingAMasterPassword": {
"message": "Finish joining this organization by setting a master password." "message": "Finish joining this organization by setting a master password."
}, },
@ -1408,6 +1417,12 @@
"showInlineMenuLabel": { "showInlineMenuLabel": {
"message": "Show autofill suggestions on form fields" "message": "Show autofill suggestions on form fields"
}, },
"showInlineMenuIdentitiesLabel": {
"message": "Display identities as suggestions"
},
"showInlineMenuCardsLabel": {
"message": "Display cards as suggestions"
},
"showInlineMenuOnIconSelectionLabel": { "showInlineMenuOnIconSelectionLabel": {
"message": "Display suggestions when icon is selected" "message": "Display suggestions when icon is selected"
}, },
@ -2647,6 +2662,15 @@
"message": "Your organization requires you to set a master password.", "message": "Your organization requires you to set a master password.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "out of $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"verificationRequired": { "verificationRequired": {
"message": "Verification required", "message": "Verification required",
"description": "Default title for the user verification dialog." "description": "Default title for the user verification dialog."

View File

@ -71,6 +71,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Uneix-te a l'organització" "message": "Uneix-te a l'organització"
}, },
"joinOrganizationName": {
"message": "Join $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"finishJoiningThisOrganizationBySettingAMasterPassword": { "finishJoiningThisOrganizationBySettingAMasterPassword": {
"message": "Acabeu d'unir-vos a aquesta organització establint una contrasenya mestra." "message": "Acabeu d'unir-vos a aquesta organització establint una contrasenya mestra."
}, },
@ -1408,6 +1417,12 @@
"showInlineMenuLabel": { "showInlineMenuLabel": {
"message": "Show autofill suggestions on form fields" "message": "Show autofill suggestions on form fields"
}, },
"showInlineMenuIdentitiesLabel": {
"message": "Display identities as suggestions"
},
"showInlineMenuCardsLabel": {
"message": "Display cards as suggestions"
},
"showInlineMenuOnIconSelectionLabel": { "showInlineMenuOnIconSelectionLabel": {
"message": "Display suggestions when icon is selected" "message": "Display suggestions when icon is selected"
}, },
@ -2647,6 +2662,15 @@
"message": "La vostra organització requereix que establiu una contrasenya mestra.", "message": "La vostra organització requereix que establiu una contrasenya mestra.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "out of $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"verificationRequired": { "verificationRequired": {
"message": "Es requereix verificació", "message": "Es requereix verificació",
"description": "Default title for the user verification dialog." "description": "Default title for the user verification dialog."

View File

@ -71,6 +71,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Přidat se k organizaci" "message": "Přidat se k organizaci"
}, },
"joinOrganizationName": {
"message": "Připojit se k $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"finishJoiningThisOrganizationBySettingAMasterPassword": { "finishJoiningThisOrganizationBySettingAMasterPassword": {
"message": "Dokončete připojení k této organizaci nastavením hlavního hesla." "message": "Dokončete připojení k této organizaci nastavením hlavního hesla."
}, },
@ -1408,6 +1417,12 @@
"showInlineMenuLabel": { "showInlineMenuLabel": {
"message": "Zobrazit návrhy automatického vyplňování v polích formuláře" "message": "Zobrazit návrhy automatického vyplňování v polích formuláře"
}, },
"showInlineMenuIdentitiesLabel": {
"message": "Zobrazit identity jako návrhy"
},
"showInlineMenuCardsLabel": {
"message": "Zobrazit karty jako návrhy"
},
"showInlineMenuOnIconSelectionLabel": { "showInlineMenuOnIconSelectionLabel": {
"message": "Zobrazit návrhy, když je vybrána ikona" "message": "Zobrazit návrhy, když je vybrána ikona"
}, },
@ -2647,6 +2662,15 @@
"message": "Vaše organizace vyžaduje nastavení hlavního hesla.", "message": "Vaše organizace vyžaduje nastavení hlavního hesla.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "z $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"verificationRequired": { "verificationRequired": {
"message": "Je vyžadováno ověření", "message": "Je vyžadováno ověření",
"description": "Default title for the user verification dialog." "description": "Default title for the user verification dialog."

View File

@ -71,6 +71,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Join organization" "message": "Join organization"
}, },
"joinOrganizationName": {
"message": "Join $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"finishJoiningThisOrganizationBySettingAMasterPassword": { "finishJoiningThisOrganizationBySettingAMasterPassword": {
"message": "Finish joining this organization by setting a master password." "message": "Finish joining this organization by setting a master password."
}, },
@ -1408,6 +1417,12 @@
"showInlineMenuLabel": { "showInlineMenuLabel": {
"message": "Show autofill suggestions on form fields" "message": "Show autofill suggestions on form fields"
}, },
"showInlineMenuIdentitiesLabel": {
"message": "Display identities as suggestions"
},
"showInlineMenuCardsLabel": {
"message": "Display cards as suggestions"
},
"showInlineMenuOnIconSelectionLabel": { "showInlineMenuOnIconSelectionLabel": {
"message": "Display suggestions when icon is selected" "message": "Display suggestions when icon is selected"
}, },
@ -2647,6 +2662,15 @@
"message": "Your organization requires you to set a master password.", "message": "Your organization requires you to set a master password.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "out of $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"verificationRequired": { "verificationRequired": {
"message": "Verification required", "message": "Verification required",
"description": "Default title for the user verification dialog." "description": "Default title for the user verification dialog."

View File

@ -71,6 +71,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Bliv medlem af organisation" "message": "Bliv medlem af organisation"
}, },
"joinOrganizationName": {
"message": "Bliv nedlem af $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"finishJoiningThisOrganizationBySettingAMasterPassword": { "finishJoiningThisOrganizationBySettingAMasterPassword": {
"message": "Færdiggør tilmeldingen til denne organisation ved at opsætte en hovedadgangskode." "message": "Færdiggør tilmeldingen til denne organisation ved at opsætte en hovedadgangskode."
}, },
@ -1408,6 +1417,12 @@
"showInlineMenuLabel": { "showInlineMenuLabel": {
"message": "Vis autoudfyld-menu i formularfelter" "message": "Vis autoudfyld-menu i formularfelter"
}, },
"showInlineMenuIdentitiesLabel": {
"message": "Vis identiteter som forslag"
},
"showInlineMenuCardsLabel": {
"message": "Vis kort som forslag"
},
"showInlineMenuOnIconSelectionLabel": { "showInlineMenuOnIconSelectionLabel": {
"message": "Vis forslag, når ikonet vælges" "message": "Vis forslag, når ikonet vælges"
}, },
@ -2647,6 +2662,15 @@
"message": "Organisationen kræver, at der oprettes en hovedadgangskode.", "message": "Organisationen kræver, at der oprettes en hovedadgangskode.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "ud af $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"verificationRequired": { "verificationRequired": {
"message": "Bekræftelse kræves", "message": "Bekræftelse kræves",
"description": "Default title for the user verification dialog." "description": "Default title for the user verification dialog."

View File

@ -71,6 +71,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Organisation beitreten" "message": "Organisation beitreten"
}, },
"joinOrganizationName": {
"message": "Join $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"finishJoiningThisOrganizationBySettingAMasterPassword": { "finishJoiningThisOrganizationBySettingAMasterPassword": {
"message": "Schließe den Beitritt zu dieser Organisation ab, indem du ein Master-Passwort festlegst." "message": "Schließe den Beitritt zu dieser Organisation ab, indem du ein Master-Passwort festlegst."
}, },
@ -1408,6 +1417,12 @@
"showInlineMenuLabel": { "showInlineMenuLabel": {
"message": "Vorschläge zum Auto-Ausfüllen in Formularfeldern anzeigen" "message": "Vorschläge zum Auto-Ausfüllen in Formularfeldern anzeigen"
}, },
"showInlineMenuIdentitiesLabel": {
"message": "Display identities as suggestions"
},
"showInlineMenuCardsLabel": {
"message": "Display cards as suggestions"
},
"showInlineMenuOnIconSelectionLabel": { "showInlineMenuOnIconSelectionLabel": {
"message": "Vorschläge anzeigen, wenn Symbol ausgewählt ist" "message": "Vorschläge anzeigen, wenn Symbol ausgewählt ist"
}, },
@ -2647,6 +2662,15 @@
"message": "Deine Organisation verlangt, dass du ein Master-Passwort festlegen musst.", "message": "Deine Organisation verlangt, dass du ein Master-Passwort festlegen musst.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "von $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"verificationRequired": { "verificationRequired": {
"message": "Verifizierung erforderlich", "message": "Verifizierung erforderlich",
"description": "Default title for the user verification dialog." "description": "Default title for the user verification dialog."

View File

@ -71,6 +71,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Συμμετοχή στον οργανισμό" "message": "Συμμετοχή στον οργανισμό"
}, },
"joinOrganizationName": {
"message": "Join $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"finishJoiningThisOrganizationBySettingAMasterPassword": { "finishJoiningThisOrganizationBySettingAMasterPassword": {
"message": "Ολοκληρώστε τη συμμετοχή σας σε αυτόν τον οργανισμό ορίζοντας έναν κύριο κωδικό πρόσβασης." "message": "Ολοκληρώστε τη συμμετοχή σας σε αυτόν τον οργανισμό ορίζοντας έναν κύριο κωδικό πρόσβασης."
}, },
@ -1408,6 +1417,12 @@
"showInlineMenuLabel": { "showInlineMenuLabel": {
"message": "Εμφάνιση μενού αυτόματης συμπλήρωσης στα πεδία της φόρμας" "message": "Εμφάνιση μενού αυτόματης συμπλήρωσης στα πεδία της φόρμας"
}, },
"showInlineMenuIdentitiesLabel": {
"message": "Εμφάνιση ταυτοτήτων ως προτάσεις"
},
"showInlineMenuCardsLabel": {
"message": "Εμφάνιση καρτών ως προτάσεις"
},
"showInlineMenuOnIconSelectionLabel": { "showInlineMenuOnIconSelectionLabel": {
"message": "Εμφάνιση προτάσεων όταν το εικονίδιο είναι επιλεγμένο" "message": "Εμφάνιση προτάσεων όταν το εικονίδιο είναι επιλεγμένο"
}, },
@ -2647,6 +2662,15 @@
"message": "Ο οργανισμός σας απαιτεί να ορίσετε έναν κύριο κωδικό πρόσβασης.", "message": "Ο οργανισμός σας απαιτεί να ορίσετε έναν κύριο κωδικό πρόσβασης.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "από $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"verificationRequired": { "verificationRequired": {
"message": "Απαιτείται επαλήθευση", "message": "Απαιτείται επαλήθευση",
"description": "Default title for the user verification dialog." "description": "Default title for the user verification dialog."

View File

@ -71,6 +71,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Join organisation" "message": "Join organisation"
}, },
"joinOrganizationName": {
"message": "Join $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"finishJoiningThisOrganizationBySettingAMasterPassword": { "finishJoiningThisOrganizationBySettingAMasterPassword": {
"message": "Finish joining this organisation by setting a master password." "message": "Finish joining this organisation by setting a master password."
}, },
@ -1408,6 +1417,12 @@
"showInlineMenuLabel": { "showInlineMenuLabel": {
"message": "Show autofill suggestions on form fields" "message": "Show autofill suggestions on form fields"
}, },
"showInlineMenuIdentitiesLabel": {
"message": "Display identities as suggestions"
},
"showInlineMenuCardsLabel": {
"message": "Display cards as suggestions"
},
"showInlineMenuOnIconSelectionLabel": { "showInlineMenuOnIconSelectionLabel": {
"message": "Display suggestions when icon is selected" "message": "Display suggestions when icon is selected"
}, },
@ -2647,6 +2662,15 @@
"message": "Your organisation requires you to set a master password.", "message": "Your organisation requires you to set a master password.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "out of $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"verificationRequired": { "verificationRequired": {
"message": "Verification required", "message": "Verification required",
"description": "Default title for the user verification dialog." "description": "Default title for the user verification dialog."

View File

@ -71,6 +71,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Join organisation" "message": "Join organisation"
}, },
"joinOrganizationName": {
"message": "Join $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"finishJoiningThisOrganizationBySettingAMasterPassword": { "finishJoiningThisOrganizationBySettingAMasterPassword": {
"message": "Finish joining this organisation by setting a master password." "message": "Finish joining this organisation by setting a master password."
}, },
@ -1408,6 +1417,12 @@
"showInlineMenuLabel": { "showInlineMenuLabel": {
"message": "Show autofill suggestions on form fields" "message": "Show autofill suggestions on form fields"
}, },
"showInlineMenuIdentitiesLabel": {
"message": "Display identities as suggestions"
},
"showInlineMenuCardsLabel": {
"message": "Display cards as suggestions"
},
"showInlineMenuOnIconSelectionLabel": { "showInlineMenuOnIconSelectionLabel": {
"message": "Display suggestions when icon is selected" "message": "Display suggestions when icon is selected"
}, },
@ -2647,6 +2662,15 @@
"message": "Your organisation requires you to set a master password.", "message": "Your organisation requires you to set a master password.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "out of $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"verificationRequired": { "verificationRequired": {
"message": "Verification required", "message": "Verification required",
"description": "Default title for the user verification dialog." "description": "Default title for the user verification dialog."

View File

@ -71,6 +71,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Incorporarse a la organización" "message": "Incorporarse a la organización"
}, },
"joinOrganizationName": {
"message": "Join $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"finishJoiningThisOrganizationBySettingAMasterPassword": { "finishJoiningThisOrganizationBySettingAMasterPassword": {
"message": "Termine de unirse a esta organización estableciendo una contraseña maestra." "message": "Termine de unirse a esta organización estableciendo una contraseña maestra."
}, },
@ -1408,6 +1417,12 @@
"showInlineMenuLabel": { "showInlineMenuLabel": {
"message": "Show autofill suggestions on form fields" "message": "Show autofill suggestions on form fields"
}, },
"showInlineMenuIdentitiesLabel": {
"message": "Display identities as suggestions"
},
"showInlineMenuCardsLabel": {
"message": "Display cards as suggestions"
},
"showInlineMenuOnIconSelectionLabel": { "showInlineMenuOnIconSelectionLabel": {
"message": "Display suggestions when icon is selected" "message": "Display suggestions when icon is selected"
}, },
@ -2647,6 +2662,15 @@
"message": "Su organización requiere que establezca una contraseña maestra.", "message": "Su organización requiere que establezca una contraseña maestra.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "out of $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"verificationRequired": { "verificationRequired": {
"message": "Se requiere verificación", "message": "Se requiere verificación",
"description": "Default title for the user verification dialog." "description": "Default title for the user verification dialog."

View File

@ -71,6 +71,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Liitu organisatsiooniga" "message": "Liitu organisatsiooniga"
}, },
"joinOrganizationName": {
"message": "Join $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"finishJoiningThisOrganizationBySettingAMasterPassword": { "finishJoiningThisOrganizationBySettingAMasterPassword": {
"message": "Lõpeta organisatsiooniga liitumine määrates ülemparool." "message": "Lõpeta organisatsiooniga liitumine määrates ülemparool."
}, },
@ -1408,6 +1417,12 @@
"showInlineMenuLabel": { "showInlineMenuLabel": {
"message": "Show autofill suggestions on form fields" "message": "Show autofill suggestions on form fields"
}, },
"showInlineMenuIdentitiesLabel": {
"message": "Display identities as suggestions"
},
"showInlineMenuCardsLabel": {
"message": "Display cards as suggestions"
},
"showInlineMenuOnIconSelectionLabel": { "showInlineMenuOnIconSelectionLabel": {
"message": "Display suggestions when icon is selected" "message": "Display suggestions when icon is selected"
}, },
@ -2647,6 +2662,15 @@
"message": "Your organization requires you to set a master password.", "message": "Your organization requires you to set a master password.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "out of $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"verificationRequired": { "verificationRequired": {
"message": "Verification required", "message": "Verification required",
"description": "Default title for the user verification dialog." "description": "Default title for the user verification dialog."

View File

@ -71,6 +71,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Join organization" "message": "Join organization"
}, },
"joinOrganizationName": {
"message": "Join $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"finishJoiningThisOrganizationBySettingAMasterPassword": { "finishJoiningThisOrganizationBySettingAMasterPassword": {
"message": "Finish joining this organization by setting a master password." "message": "Finish joining this organization by setting a master password."
}, },
@ -1408,6 +1417,12 @@
"showInlineMenuLabel": { "showInlineMenuLabel": {
"message": "Show autofill suggestions on form fields" "message": "Show autofill suggestions on form fields"
}, },
"showInlineMenuIdentitiesLabel": {
"message": "Display identities as suggestions"
},
"showInlineMenuCardsLabel": {
"message": "Display cards as suggestions"
},
"showInlineMenuOnIconSelectionLabel": { "showInlineMenuOnIconSelectionLabel": {
"message": "Display suggestions when icon is selected" "message": "Display suggestions when icon is selected"
}, },
@ -2647,6 +2662,15 @@
"message": "Your organization requires you to set a master password.", "message": "Your organization requires you to set a master password.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "out of $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"verificationRequired": { "verificationRequired": {
"message": "Verification required", "message": "Verification required",
"description": "Default title for the user verification dialog." "description": "Default title for the user verification dialog."

View File

@ -71,6 +71,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Join organization" "message": "Join organization"
}, },
"joinOrganizationName": {
"message": "Join $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"finishJoiningThisOrganizationBySettingAMasterPassword": { "finishJoiningThisOrganizationBySettingAMasterPassword": {
"message": "Finish joining this organization by setting a master password." "message": "Finish joining this organization by setting a master password."
}, },
@ -1408,6 +1417,12 @@
"showInlineMenuLabel": { "showInlineMenuLabel": {
"message": "Show autofill suggestions on form fields" "message": "Show autofill suggestions on form fields"
}, },
"showInlineMenuIdentitiesLabel": {
"message": "Display identities as suggestions"
},
"showInlineMenuCardsLabel": {
"message": "Display cards as suggestions"
},
"showInlineMenuOnIconSelectionLabel": { "showInlineMenuOnIconSelectionLabel": {
"message": "Display suggestions when icon is selected" "message": "Display suggestions when icon is selected"
}, },
@ -2647,6 +2662,15 @@
"message": "Your organization requires you to set a master password.", "message": "Your organization requires you to set a master password.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "out of $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"verificationRequired": { "verificationRequired": {
"message": "تایید لازم است", "message": "تایید لازم است",
"description": "Default title for the user verification dialog." "description": "Default title for the user verification dialog."

View File

@ -71,6 +71,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Liity organisaatioon" "message": "Liity organisaatioon"
}, },
"joinOrganizationName": {
"message": "Join $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"finishJoiningThisOrganizationBySettingAMasterPassword": { "finishJoiningThisOrganizationBySettingAMasterPassword": {
"message": "Viimeistele liittyminen organisaatioon asettamalla pääsalasana." "message": "Viimeistele liittyminen organisaatioon asettamalla pääsalasana."
}, },
@ -1408,6 +1417,12 @@
"showInlineMenuLabel": { "showInlineMenuLabel": {
"message": "Näytä automaattitäytön ehdotukset lomakekentissä" "message": "Näytä automaattitäytön ehdotukset lomakekentissä"
}, },
"showInlineMenuIdentitiesLabel": {
"message": "Display identities as suggestions"
},
"showInlineMenuCardsLabel": {
"message": "Display cards as suggestions"
},
"showInlineMenuOnIconSelectionLabel": { "showInlineMenuOnIconSelectionLabel": {
"message": "Näytä ehdotukset kun kuvaketta painetaan" "message": "Näytä ehdotukset kun kuvaketta painetaan"
}, },
@ -2499,11 +2514,11 @@
"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."
}, },
"sendExpiresInHoursSingle": { "sendExpiresInHoursSingle": {
"message": "The Send will be available to anyone with the link for the next 1 hour.", "message": "Tämän linkin välityksellä Send on kenen tahansa avattavissa seuraavan tunnin ajan.",
"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."
}, },
"sendExpiresInHours": { "sendExpiresInHours": {
"message": "The Send will be available to anyone with the link for the next $HOURS$ hours.", "message": "Tämän linkin välityksellä Send on kenen tahansa avattavissa seuraavien $HOURS$ tunnin ajan.",
"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.",
"placeholders": { "placeholders": {
"hours": { "hours": {
@ -2513,11 +2528,11 @@
} }
}, },
"sendExpiresInDaysSingle": { "sendExpiresInDaysSingle": {
"message": "The Send will be available to anyone with the link for the next 1 day.", "message": "Tämän linkin välityksellä Send on kenen tahansa avattavissa seuraavan päivän ajan.",
"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."
}, },
"sendExpiresInDays": { "sendExpiresInDays": {
"message": "The Send will be available to anyone with the link for the next $DAYS$ days.", "message": "Tämän linkin välityksellä Send on kenen tahansa avattavissa seuraavien $DAYS$ päivän ajan.",
"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.",
"placeholders": { "placeholders": {
"days": { "days": {
@ -2647,6 +2662,15 @@
"message": "Organisaatiosi edellyttää, että asetat pääsalasanan.", "message": "Organisaatiosi edellyttää, että asetat pääsalasanan.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "out of $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"verificationRequired": { "verificationRequired": {
"message": "Vahvistus vaaditaan", "message": "Vahvistus vaaditaan",
"description": "Default title for the user verification dialog." "description": "Default title for the user verification dialog."
@ -3681,7 +3705,7 @@
"message": "Tälle sivustolle sopivia kirjautumistietoja ei ole" "message": "Tälle sivustolle sopivia kirjautumistietoja ei ole"
}, },
"searchSavePasskeyNewLogin": { "searchSavePasskeyNewLogin": {
"message": "Search or save passkey as new login" "message": "Hae tai tallenna pääsyavain uutena kirjautumistietona"
}, },
"confirm": { "confirm": {
"message": "Vahvista" "message": "Vahvista"

View File

@ -71,6 +71,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Join organization" "message": "Join organization"
}, },
"joinOrganizationName": {
"message": "Join $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"finishJoiningThisOrganizationBySettingAMasterPassword": { "finishJoiningThisOrganizationBySettingAMasterPassword": {
"message": "Finish joining this organization by setting a master password." "message": "Finish joining this organization by setting a master password."
}, },
@ -1408,6 +1417,12 @@
"showInlineMenuLabel": { "showInlineMenuLabel": {
"message": "Show autofill suggestions on form fields" "message": "Show autofill suggestions on form fields"
}, },
"showInlineMenuIdentitiesLabel": {
"message": "Display identities as suggestions"
},
"showInlineMenuCardsLabel": {
"message": "Display cards as suggestions"
},
"showInlineMenuOnIconSelectionLabel": { "showInlineMenuOnIconSelectionLabel": {
"message": "Display suggestions when icon is selected" "message": "Display suggestions when icon is selected"
}, },
@ -2647,6 +2662,15 @@
"message": "Your organization requires you to set a master password.", "message": "Your organization requires you to set a master password.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "out of $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"verificationRequired": { "verificationRequired": {
"message": "Verification required", "message": "Verification required",
"description": "Default title for the user verification dialog." "description": "Default title for the user verification dialog."

View File

@ -71,6 +71,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Rejoindre l'organisation" "message": "Rejoindre l'organisation"
}, },
"joinOrganizationName": {
"message": "Rejoindre $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"finishJoiningThisOrganizationBySettingAMasterPassword": { "finishJoiningThisOrganizationBySettingAMasterPassword": {
"message": "Terminer de rejoindre cette organisation en configurant un mot de passe principal." "message": "Terminer de rejoindre cette organisation en configurant un mot de passe principal."
}, },
@ -1408,6 +1417,12 @@
"showInlineMenuLabel": { "showInlineMenuLabel": {
"message": "Afficher les suggestions de saisie automatique dans les champs d'un formulaire" "message": "Afficher les suggestions de saisie automatique dans les champs d'un formulaire"
}, },
"showInlineMenuIdentitiesLabel": {
"message": "Afficher les identités sous forme de suggestions"
},
"showInlineMenuCardsLabel": {
"message": "Afficher les cartes de paiement sous forme de suggestions"
},
"showInlineMenuOnIconSelectionLabel": { "showInlineMenuOnIconSelectionLabel": {
"message": "Afficher les suggestions lorsque l'icône est sélectionnée" "message": "Afficher les suggestions lorsque l'icône est sélectionnée"
}, },
@ -2647,6 +2662,15 @@
"message": "Votre organisation exige que vous définissiez un mot de passe principal.", "message": "Votre organisation exige que vous définissiez un mot de passe principal.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "sur $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"verificationRequired": { "verificationRequired": {
"message": "Vérification requise", "message": "Vérification requise",
"description": "Default title for the user verification dialog." "description": "Default title for the user verification dialog."

View File

@ -71,6 +71,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Join organization" "message": "Join organization"
}, },
"joinOrganizationName": {
"message": "Join $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"finishJoiningThisOrganizationBySettingAMasterPassword": { "finishJoiningThisOrganizationBySettingAMasterPassword": {
"message": "Finish joining this organization by setting a master password." "message": "Finish joining this organization by setting a master password."
}, },
@ -1408,6 +1417,12 @@
"showInlineMenuLabel": { "showInlineMenuLabel": {
"message": "Show autofill suggestions on form fields" "message": "Show autofill suggestions on form fields"
}, },
"showInlineMenuIdentitiesLabel": {
"message": "Display identities as suggestions"
},
"showInlineMenuCardsLabel": {
"message": "Display cards as suggestions"
},
"showInlineMenuOnIconSelectionLabel": { "showInlineMenuOnIconSelectionLabel": {
"message": "Display suggestions when icon is selected" "message": "Display suggestions when icon is selected"
}, },
@ -2647,6 +2662,15 @@
"message": "Your organization requires you to set a master password.", "message": "Your organization requires you to set a master password.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "out of $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"verificationRequired": { "verificationRequired": {
"message": "Verification required", "message": "Verification required",
"description": "Default title for the user verification dialog." "description": "Default title for the user verification dialog."

View File

@ -71,6 +71,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Join organization" "message": "Join organization"
}, },
"joinOrganizationName": {
"message": "Join $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"finishJoiningThisOrganizationBySettingAMasterPassword": { "finishJoiningThisOrganizationBySettingAMasterPassword": {
"message": "Finish joining this organization by setting a master password." "message": "Finish joining this organization by setting a master password."
}, },
@ -1408,6 +1417,12 @@
"showInlineMenuLabel": { "showInlineMenuLabel": {
"message": "Show autofill suggestions on form fields" "message": "Show autofill suggestions on form fields"
}, },
"showInlineMenuIdentitiesLabel": {
"message": "Display identities as suggestions"
},
"showInlineMenuCardsLabel": {
"message": "Display cards as suggestions"
},
"showInlineMenuOnIconSelectionLabel": { "showInlineMenuOnIconSelectionLabel": {
"message": "Display suggestions when icon is selected" "message": "Display suggestions when icon is selected"
}, },
@ -2647,6 +2662,15 @@
"message": "הארגון שלך דורש ממך להגדיר סיסמה ראשית.", "message": "הארגון שלך דורש ממך להגדיר סיסמה ראשית.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "out of $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"verificationRequired": { "verificationRequired": {
"message": "Verification required", "message": "Verification required",
"description": "Default title for the user verification dialog." "description": "Default title for the user verification dialog."

View File

@ -71,6 +71,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Join organization" "message": "Join organization"
}, },
"joinOrganizationName": {
"message": "Join $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"finishJoiningThisOrganizationBySettingAMasterPassword": { "finishJoiningThisOrganizationBySettingAMasterPassword": {
"message": "Finish joining this organization by setting a master password." "message": "Finish joining this organization by setting a master password."
}, },
@ -1408,6 +1417,12 @@
"showInlineMenuLabel": { "showInlineMenuLabel": {
"message": "Show autofill suggestions on form fields" "message": "Show autofill suggestions on form fields"
}, },
"showInlineMenuIdentitiesLabel": {
"message": "Display identities as suggestions"
},
"showInlineMenuCardsLabel": {
"message": "Display cards as suggestions"
},
"showInlineMenuOnIconSelectionLabel": { "showInlineMenuOnIconSelectionLabel": {
"message": "Display suggestions when icon is selected" "message": "Display suggestions when icon is selected"
}, },
@ -2647,6 +2662,15 @@
"message": "Your organization requires you to set a master password.", "message": "Your organization requires you to set a master password.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "कुल $TOTAL$ में से",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"verificationRequired": { "verificationRequired": {
"message": "Verification required", "message": "Verification required",
"description": "Default title for the user verification dialog." "description": "Default title for the user verification dialog."

View File

@ -71,6 +71,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Pridruži se organizaciji" "message": "Pridruži se organizaciji"
}, },
"joinOrganizationName": {
"message": "Join $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"finishJoiningThisOrganizationBySettingAMasterPassword": { "finishJoiningThisOrganizationBySettingAMasterPassword": {
"message": "Dovrši pridruživanje organizaciji postavljanjem glavne lozinke." "message": "Dovrši pridruživanje organizaciji postavljanjem glavne lozinke."
}, },
@ -1408,6 +1417,12 @@
"showInlineMenuLabel": { "showInlineMenuLabel": {
"message": "Prikaži prijedloge auto-ispune na poljima obrazaca" "message": "Prikaži prijedloge auto-ispune na poljima obrazaca"
}, },
"showInlineMenuIdentitiesLabel": {
"message": "Display identities as suggestions"
},
"showInlineMenuCardsLabel": {
"message": "Display cards as suggestions"
},
"showInlineMenuOnIconSelectionLabel": { "showInlineMenuOnIconSelectionLabel": {
"message": "Prikaži prijedloge kada je odabrana ikona" "message": "Prikaži prijedloge kada je odabrana ikona"
}, },
@ -2647,6 +2662,15 @@
"message": "Tvoja organizacija zahtijeva da postaviš glavnu lozinku.", "message": "Tvoja organizacija zahtijeva da postaviš glavnu lozinku.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "out of $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"verificationRequired": { "verificationRequired": {
"message": "Potrebna je potvrda", "message": "Potrebna je potvrda",
"description": "Default title for the user verification dialog." "description": "Default title for the user verification dialog."

View File

@ -71,6 +71,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Csatlakozás szervezethez" "message": "Csatlakozás szervezethez"
}, },
"joinOrganizationName": {
"message": "Csatlakozás: $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"finishJoiningThisOrganizationBySettingAMasterPassword": { "finishJoiningThisOrganizationBySettingAMasterPassword": {
"message": "Fejezzük be a szervezethez csatlakozást egy mesterjelszó beállításával." "message": "Fejezzük be a szervezethez csatlakozást egy mesterjelszó beállításával."
}, },
@ -1408,6 +1417,12 @@
"showInlineMenuLabel": { "showInlineMenuLabel": {
"message": "Show autofill suggestions on form fields" "message": "Show autofill suggestions on form fields"
}, },
"showInlineMenuIdentitiesLabel": {
"message": "Az identitások megjelenítése javaslatként"
},
"showInlineMenuCardsLabel": {
"message": "A kártyák megjelenítése javaslatként"
},
"showInlineMenuOnIconSelectionLabel": { "showInlineMenuOnIconSelectionLabel": {
"message": "Display suggestions when icon is selected" "message": "Display suggestions when icon is selected"
}, },
@ -2647,6 +2662,15 @@
"message": "A szervezet megköveteli egy mesterjelszó beállítását.", "message": "A szervezet megköveteli egy mesterjelszó beállítását.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "/ $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"verificationRequired": { "verificationRequired": {
"message": "Ellenőrzés szükséges", "message": "Ellenőrzés szükséges",
"description": "Default title for the user verification dialog." "description": "Default title for the user verification dialog."

View File

@ -71,6 +71,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Join organization" "message": "Join organization"
}, },
"joinOrganizationName": {
"message": "Join $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"finishJoiningThisOrganizationBySettingAMasterPassword": { "finishJoiningThisOrganizationBySettingAMasterPassword": {
"message": "Finish joining this organization by setting a master password." "message": "Finish joining this organization by setting a master password."
}, },
@ -1408,6 +1417,12 @@
"showInlineMenuLabel": { "showInlineMenuLabel": {
"message": "Show autofill suggestions on form fields" "message": "Show autofill suggestions on form fields"
}, },
"showInlineMenuIdentitiesLabel": {
"message": "Display identities as suggestions"
},
"showInlineMenuCardsLabel": {
"message": "Display cards as suggestions"
},
"showInlineMenuOnIconSelectionLabel": { "showInlineMenuOnIconSelectionLabel": {
"message": "Display suggestions when icon is selected" "message": "Display suggestions when icon is selected"
}, },
@ -2647,6 +2662,15 @@
"message": "Your organization requires you to set a master password.", "message": "Your organization requires you to set a master password.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "out of $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"verificationRequired": { "verificationRequired": {
"message": "Verification required", "message": "Verification required",
"description": "Default title for the user verification dialog." "description": "Default title for the user verification dialog."

View File

@ -71,6 +71,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Unisciti all'organizzazione" "message": "Unisciti all'organizzazione"
}, },
"joinOrganizationName": {
"message": "Join $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"finishJoiningThisOrganizationBySettingAMasterPassword": { "finishJoiningThisOrganizationBySettingAMasterPassword": {
"message": "Termina l'adesione a questa organizzazione impostando una password principale." "message": "Termina l'adesione a questa organizzazione impostando una password principale."
}, },
@ -1408,6 +1417,12 @@
"showInlineMenuLabel": { "showInlineMenuLabel": {
"message": "Mostra suggerimenti di riempimento automatico nei campi del modulo" "message": "Mostra suggerimenti di riempimento automatico nei campi del modulo"
}, },
"showInlineMenuIdentitiesLabel": {
"message": "Display identities as suggestions"
},
"showInlineMenuCardsLabel": {
"message": "Display cards as suggestions"
},
"showInlineMenuOnIconSelectionLabel": { "showInlineMenuOnIconSelectionLabel": {
"message": "Mostra suggerimenti quando l'icona è selezionata" "message": "Mostra suggerimenti quando l'icona è selezionata"
}, },
@ -2647,6 +2662,15 @@
"message": "La tua organizzazione ti obbliga di impostare di una password principale.", "message": "La tua organizzazione ti obbliga di impostare di una password principale.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "out of $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"verificationRequired": { "verificationRequired": {
"message": "Verifica necessaria", "message": "Verifica necessaria",
"description": "Default title for the user verification dialog." "description": "Default title for the user verification dialog."

View File

@ -71,6 +71,15 @@
"joinOrganization": { "joinOrganization": {
"message": "組織に参加" "message": "組織に参加"
}, },
"joinOrganizationName": {
"message": "Join $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"finishJoiningThisOrganizationBySettingAMasterPassword": { "finishJoiningThisOrganizationBySettingAMasterPassword": {
"message": "マスターパスワードを設定して、この組織への参加を完了します。" "message": "マスターパスワードを設定して、この組織への参加を完了します。"
}, },
@ -1408,6 +1417,12 @@
"showInlineMenuLabel": { "showInlineMenuLabel": {
"message": "フォームフィールドに自動入力の候補を表示する" "message": "フォームフィールドに自動入力の候補を表示する"
}, },
"showInlineMenuIdentitiesLabel": {
"message": "Display identities as suggestions"
},
"showInlineMenuCardsLabel": {
"message": "Display cards as suggestions"
},
"showInlineMenuOnIconSelectionLabel": { "showInlineMenuOnIconSelectionLabel": {
"message": "アイコンが選択されているときに候補を表示する" "message": "アイコンが選択されているときに候補を表示する"
}, },
@ -2647,6 +2662,15 @@
"message": "あなたの組織では、マスターパスワードの設定を義務付けています。", "message": "あなたの組織では、マスターパスワードの設定を義務付けています。",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": " / $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"verificationRequired": { "verificationRequired": {
"message": "認証が必要です", "message": "認証が必要です",
"description": "Default title for the user verification dialog." "description": "Default title for the user verification dialog."

View File

@ -71,6 +71,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Join organization" "message": "Join organization"
}, },
"joinOrganizationName": {
"message": "Join $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"finishJoiningThisOrganizationBySettingAMasterPassword": { "finishJoiningThisOrganizationBySettingAMasterPassword": {
"message": "Finish joining this organization by setting a master password." "message": "Finish joining this organization by setting a master password."
}, },
@ -1408,6 +1417,12 @@
"showInlineMenuLabel": { "showInlineMenuLabel": {
"message": "Show autofill suggestions on form fields" "message": "Show autofill suggestions on form fields"
}, },
"showInlineMenuIdentitiesLabel": {
"message": "Display identities as suggestions"
},
"showInlineMenuCardsLabel": {
"message": "Display cards as suggestions"
},
"showInlineMenuOnIconSelectionLabel": { "showInlineMenuOnIconSelectionLabel": {
"message": "Display suggestions when icon is selected" "message": "Display suggestions when icon is selected"
}, },
@ -2647,6 +2662,15 @@
"message": "Your organization requires you to set a master password.", "message": "Your organization requires you to set a master password.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "out of $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"verificationRequired": { "verificationRequired": {
"message": "Verification required", "message": "Verification required",
"description": "Default title for the user verification dialog." "description": "Default title for the user verification dialog."

View File

@ -71,6 +71,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Join organization" "message": "Join organization"
}, },
"joinOrganizationName": {
"message": "Join $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"finishJoiningThisOrganizationBySettingAMasterPassword": { "finishJoiningThisOrganizationBySettingAMasterPassword": {
"message": "Finish joining this organization by setting a master password." "message": "Finish joining this organization by setting a master password."
}, },
@ -1408,6 +1417,12 @@
"showInlineMenuLabel": { "showInlineMenuLabel": {
"message": "Show autofill suggestions on form fields" "message": "Show autofill suggestions on form fields"
}, },
"showInlineMenuIdentitiesLabel": {
"message": "Display identities as suggestions"
},
"showInlineMenuCardsLabel": {
"message": "Display cards as suggestions"
},
"showInlineMenuOnIconSelectionLabel": { "showInlineMenuOnIconSelectionLabel": {
"message": "Display suggestions when icon is selected" "message": "Display suggestions when icon is selected"
}, },
@ -2647,6 +2662,15 @@
"message": "Your organization requires you to set a master password.", "message": "Your organization requires you to set a master password.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "out of $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"verificationRequired": { "verificationRequired": {
"message": "Verification required", "message": "Verification required",
"description": "Default title for the user verification dialog." "description": "Default title for the user verification dialog."

View File

@ -71,6 +71,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Join organization" "message": "Join organization"
}, },
"joinOrganizationName": {
"message": "Join $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"finishJoiningThisOrganizationBySettingAMasterPassword": { "finishJoiningThisOrganizationBySettingAMasterPassword": {
"message": "Finish joining this organization by setting a master password." "message": "Finish joining this organization by setting a master password."
}, },
@ -1408,6 +1417,12 @@
"showInlineMenuLabel": { "showInlineMenuLabel": {
"message": "Show autofill suggestions on form fields" "message": "Show autofill suggestions on form fields"
}, },
"showInlineMenuIdentitiesLabel": {
"message": "Display identities as suggestions"
},
"showInlineMenuCardsLabel": {
"message": "Display cards as suggestions"
},
"showInlineMenuOnIconSelectionLabel": { "showInlineMenuOnIconSelectionLabel": {
"message": "Display suggestions when icon is selected" "message": "Display suggestions when icon is selected"
}, },
@ -2647,6 +2662,15 @@
"message": "Your organization requires you to set a master password.", "message": "Your organization requires you to set a master password.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "out of $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"verificationRequired": { "verificationRequired": {
"message": "Verification required", "message": "Verification required",
"description": "Default title for the user verification dialog." "description": "Default title for the user verification dialog."

View File

@ -71,6 +71,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Join organization" "message": "Join organization"
}, },
"joinOrganizationName": {
"message": "Join $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"finishJoiningThisOrganizationBySettingAMasterPassword": { "finishJoiningThisOrganizationBySettingAMasterPassword": {
"message": "Finish joining this organization by setting a master password." "message": "Finish joining this organization by setting a master password."
}, },
@ -1408,6 +1417,12 @@
"showInlineMenuLabel": { "showInlineMenuLabel": {
"message": "Show autofill suggestions on form fields" "message": "Show autofill suggestions on form fields"
}, },
"showInlineMenuIdentitiesLabel": {
"message": "Display identities as suggestions"
},
"showInlineMenuCardsLabel": {
"message": "Display cards as suggestions"
},
"showInlineMenuOnIconSelectionLabel": { "showInlineMenuOnIconSelectionLabel": {
"message": "Display suggestions when icon is selected" "message": "Display suggestions when icon is selected"
}, },
@ -2647,6 +2662,15 @@
"message": "Your organization requires you to set a master password.", "message": "Your organization requires you to set a master password.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "out of $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"verificationRequired": { "verificationRequired": {
"message": "인증 필요", "message": "인증 필요",
"description": "Default title for the user verification dialog." "description": "Default title for the user verification dialog."

View File

@ -71,6 +71,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Join organization" "message": "Join organization"
}, },
"joinOrganizationName": {
"message": "Join $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"finishJoiningThisOrganizationBySettingAMasterPassword": { "finishJoiningThisOrganizationBySettingAMasterPassword": {
"message": "Finish joining this organization by setting a master password." "message": "Finish joining this organization by setting a master password."
}, },
@ -1408,6 +1417,12 @@
"showInlineMenuLabel": { "showInlineMenuLabel": {
"message": "Show autofill suggestions on form fields" "message": "Show autofill suggestions on form fields"
}, },
"showInlineMenuIdentitiesLabel": {
"message": "Display identities as suggestions"
},
"showInlineMenuCardsLabel": {
"message": "Display cards as suggestions"
},
"showInlineMenuOnIconSelectionLabel": { "showInlineMenuOnIconSelectionLabel": {
"message": "Display suggestions when icon is selected" "message": "Display suggestions when icon is selected"
}, },
@ -2647,6 +2662,15 @@
"message": "Jūsų organizacija reikalauja Jus nustatyti pagrindinį slaptažodį.", "message": "Jūsų organizacija reikalauja Jus nustatyti pagrindinį slaptažodį.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "out of $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"verificationRequired": { "verificationRequired": {
"message": "Reikalingas patikrinimas", "message": "Reikalingas patikrinimas",
"description": "Default title for the user verification dialog." "description": "Default title for the user verification dialog."

View File

@ -71,6 +71,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Pievienoties apvienībai" "message": "Pievienoties apvienībai"
}, },
"joinOrganizationName": {
"message": "Pievienoties $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"finishJoiningThisOrganizationBySettingAMasterPassword": { "finishJoiningThisOrganizationBySettingAMasterPassword": {
"message": "Pabeigt pievienošanos šai apvienībai ar galvenās paroles iestatīšanu." "message": "Pabeigt pievienošanos šai apvienībai ar galvenās paroles iestatīšanu."
}, },
@ -1408,6 +1417,12 @@
"showInlineMenuLabel": { "showInlineMenuLabel": {
"message": "Rādīt automātiskās aizpildes ieteikumuis veidlapu laukos" "message": "Rādīt automātiskās aizpildes ieteikumuis veidlapu laukos"
}, },
"showInlineMenuIdentitiesLabel": {
"message": "Attēlot identitātes kā ieteikumus"
},
"showInlineMenuCardsLabel": {
"message": "Attēlot kartes kā ieteikumus"
},
"showInlineMenuOnIconSelectionLabel": { "showInlineMenuOnIconSelectionLabel": {
"message": "Attēlot ieteikumus, kad tiek atlasīta ikona" "message": "Attēlot ieteikumus, kad tiek atlasīta ikona"
}, },
@ -2647,6 +2662,15 @@
"message": "Apvienība pieprasa iestatīt galveno paroli.", "message": "Apvienība pieprasa iestatīt galveno paroli.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "no $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"verificationRequired": { "verificationRequired": {
"message": "Nepieciešams apliecinājums", "message": "Nepieciešams apliecinājums",
"description": "Default title for the user verification dialog." "description": "Default title for the user verification dialog."

View File

@ -71,6 +71,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Join organization" "message": "Join organization"
}, },
"joinOrganizationName": {
"message": "Join $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"finishJoiningThisOrganizationBySettingAMasterPassword": { "finishJoiningThisOrganizationBySettingAMasterPassword": {
"message": "Finish joining this organization by setting a master password." "message": "Finish joining this organization by setting a master password."
}, },
@ -1408,6 +1417,12 @@
"showInlineMenuLabel": { "showInlineMenuLabel": {
"message": "Show autofill suggestions on form fields" "message": "Show autofill suggestions on form fields"
}, },
"showInlineMenuIdentitiesLabel": {
"message": "Display identities as suggestions"
},
"showInlineMenuCardsLabel": {
"message": "Display cards as suggestions"
},
"showInlineMenuOnIconSelectionLabel": { "showInlineMenuOnIconSelectionLabel": {
"message": "Display suggestions when icon is selected" "message": "Display suggestions when icon is selected"
}, },
@ -2647,6 +2662,15 @@
"message": "Your organization requires you to set a master password.", "message": "Your organization requires you to set a master password.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "out of $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"verificationRequired": { "verificationRequired": {
"message": "Verification required", "message": "Verification required",
"description": "Default title for the user verification dialog." "description": "Default title for the user verification dialog."

View File

@ -71,6 +71,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Join organization" "message": "Join organization"
}, },
"joinOrganizationName": {
"message": "Join $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"finishJoiningThisOrganizationBySettingAMasterPassword": { "finishJoiningThisOrganizationBySettingAMasterPassword": {
"message": "Finish joining this organization by setting a master password." "message": "Finish joining this organization by setting a master password."
}, },
@ -1408,6 +1417,12 @@
"showInlineMenuLabel": { "showInlineMenuLabel": {
"message": "Show autofill suggestions on form fields" "message": "Show autofill suggestions on form fields"
}, },
"showInlineMenuIdentitiesLabel": {
"message": "Display identities as suggestions"
},
"showInlineMenuCardsLabel": {
"message": "Display cards as suggestions"
},
"showInlineMenuOnIconSelectionLabel": { "showInlineMenuOnIconSelectionLabel": {
"message": "Display suggestions when icon is selected" "message": "Display suggestions when icon is selected"
}, },
@ -2647,6 +2662,15 @@
"message": "Your organization requires you to set a master password.", "message": "Your organization requires you to set a master password.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "out of $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"verificationRequired": { "verificationRequired": {
"message": "Verification required", "message": "Verification required",
"description": "Default title for the user verification dialog." "description": "Default title for the user verification dialog."

View File

@ -71,6 +71,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Join organization" "message": "Join organization"
}, },
"joinOrganizationName": {
"message": "Join $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"finishJoiningThisOrganizationBySettingAMasterPassword": { "finishJoiningThisOrganizationBySettingAMasterPassword": {
"message": "Finish joining this organization by setting a master password." "message": "Finish joining this organization by setting a master password."
}, },
@ -1408,6 +1417,12 @@
"showInlineMenuLabel": { "showInlineMenuLabel": {
"message": "Show autofill suggestions on form fields" "message": "Show autofill suggestions on form fields"
}, },
"showInlineMenuIdentitiesLabel": {
"message": "Display identities as suggestions"
},
"showInlineMenuCardsLabel": {
"message": "Display cards as suggestions"
},
"showInlineMenuOnIconSelectionLabel": { "showInlineMenuOnIconSelectionLabel": {
"message": "Display suggestions when icon is selected" "message": "Display suggestions when icon is selected"
}, },
@ -2647,6 +2662,15 @@
"message": "Your organization requires you to set a master password.", "message": "Your organization requires you to set a master password.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "out of $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"verificationRequired": { "verificationRequired": {
"message": "Verification required", "message": "Verification required",
"description": "Default title for the user verification dialog." "description": "Default title for the user verification dialog."

View File

@ -71,6 +71,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Join organization" "message": "Join organization"
}, },
"joinOrganizationName": {
"message": "Join $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"finishJoiningThisOrganizationBySettingAMasterPassword": { "finishJoiningThisOrganizationBySettingAMasterPassword": {
"message": "Finish joining this organization by setting a master password." "message": "Finish joining this organization by setting a master password."
}, },
@ -1408,6 +1417,12 @@
"showInlineMenuLabel": { "showInlineMenuLabel": {
"message": "Show autofill suggestions on form fields" "message": "Show autofill suggestions on form fields"
}, },
"showInlineMenuIdentitiesLabel": {
"message": "Display identities as suggestions"
},
"showInlineMenuCardsLabel": {
"message": "Display cards as suggestions"
},
"showInlineMenuOnIconSelectionLabel": { "showInlineMenuOnIconSelectionLabel": {
"message": "Display suggestions when icon is selected" "message": "Display suggestions when icon is selected"
}, },
@ -2647,6 +2662,15 @@
"message": "Your organization requires you to set a master password.", "message": "Your organization requires you to set a master password.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "out of $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"verificationRequired": { "verificationRequired": {
"message": "Verifisering kreves", "message": "Verifisering kreves",
"description": "Default title for the user verification dialog." "description": "Default title for the user verification dialog."

View File

@ -71,6 +71,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Join organization" "message": "Join organization"
}, },
"joinOrganizationName": {
"message": "Join $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"finishJoiningThisOrganizationBySettingAMasterPassword": { "finishJoiningThisOrganizationBySettingAMasterPassword": {
"message": "Finish joining this organization by setting a master password." "message": "Finish joining this organization by setting a master password."
}, },
@ -1408,6 +1417,12 @@
"showInlineMenuLabel": { "showInlineMenuLabel": {
"message": "Show autofill suggestions on form fields" "message": "Show autofill suggestions on form fields"
}, },
"showInlineMenuIdentitiesLabel": {
"message": "Display identities as suggestions"
},
"showInlineMenuCardsLabel": {
"message": "Display cards as suggestions"
},
"showInlineMenuOnIconSelectionLabel": { "showInlineMenuOnIconSelectionLabel": {
"message": "Display suggestions when icon is selected" "message": "Display suggestions when icon is selected"
}, },
@ -2647,6 +2662,15 @@
"message": "Your organization requires you to set a master password.", "message": "Your organization requires you to set a master password.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "out of $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"verificationRequired": { "verificationRequired": {
"message": "Verification required", "message": "Verification required",
"description": "Default title for the user verification dialog." "description": "Default title for the user verification dialog."

View File

@ -71,6 +71,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Lid van organisatie worden" "message": "Lid van organisatie worden"
}, },
"joinOrganizationName": {
"message": "Aansluiten bij $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"finishJoiningThisOrganizationBySettingAMasterPassword": { "finishJoiningThisOrganizationBySettingAMasterPassword": {
"message": "Voltooi je lidmaatschap aan deze organisatie door een hoofdwachtwoord in te stellen." "message": "Voltooi je lidmaatschap aan deze organisatie door een hoofdwachtwoord in te stellen."
}, },
@ -1046,7 +1055,7 @@
"message": "Bestandsindeling" "message": "Bestandsindeling"
}, },
"fileEncryptedExportWarningDesc": { "fileEncryptedExportWarningDesc": {
"message": "We beveiligen deze bestandsexport met een wachtwoord beveiligd, je hebt het bestandswachtwoord nodig om het te decoderen." "message": "We beveiligen deze bestandsexport met een wachtwoord, je hebt het bestandswachtwoord nodig om het bestand te decoderen."
}, },
"filePassword": { "filePassword": {
"message": "Bestandswachtwoord" "message": "Bestandswachtwoord"
@ -1408,6 +1417,12 @@
"showInlineMenuLabel": { "showInlineMenuLabel": {
"message": "Suggesties voor automatisch invullen op formuliervelden weergeven" "message": "Suggesties voor automatisch invullen op formuliervelden weergeven"
}, },
"showInlineMenuIdentitiesLabel": {
"message": "Identiteiten als suggesties weergeven"
},
"showInlineMenuCardsLabel": {
"message": "Kaarten als suggesties weergeven"
},
"showInlineMenuOnIconSelectionLabel": { "showInlineMenuOnIconSelectionLabel": {
"message": "Suggesties weergeven wanneer pictogram is geselecteerd" "message": "Suggesties weergeven wanneer pictogram is geselecteerd"
}, },
@ -2647,6 +2662,15 @@
"message": "Your organization requires you to set a master password.", "message": "Your organization requires you to set a master password.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "van $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"verificationRequired": { "verificationRequired": {
"message": "Verificatie vereist", "message": "Verificatie vereist",
"description": "Default title for the user verification dialog." "description": "Default title for the user verification dialog."

View File

@ -71,6 +71,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Join organization" "message": "Join organization"
}, },
"joinOrganizationName": {
"message": "Join $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"finishJoiningThisOrganizationBySettingAMasterPassword": { "finishJoiningThisOrganizationBySettingAMasterPassword": {
"message": "Finish joining this organization by setting a master password." "message": "Finish joining this organization by setting a master password."
}, },
@ -1408,6 +1417,12 @@
"showInlineMenuLabel": { "showInlineMenuLabel": {
"message": "Show autofill suggestions on form fields" "message": "Show autofill suggestions on form fields"
}, },
"showInlineMenuIdentitiesLabel": {
"message": "Display identities as suggestions"
},
"showInlineMenuCardsLabel": {
"message": "Display cards as suggestions"
},
"showInlineMenuOnIconSelectionLabel": { "showInlineMenuOnIconSelectionLabel": {
"message": "Display suggestions when icon is selected" "message": "Display suggestions when icon is selected"
}, },
@ -2647,6 +2662,15 @@
"message": "Your organization requires you to set a master password.", "message": "Your organization requires you to set a master password.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "out of $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"verificationRequired": { "verificationRequired": {
"message": "Verification required", "message": "Verification required",
"description": "Default title for the user verification dialog." "description": "Default title for the user verification dialog."

View File

@ -71,6 +71,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Join organization" "message": "Join organization"
}, },
"joinOrganizationName": {
"message": "Join $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"finishJoiningThisOrganizationBySettingAMasterPassword": { "finishJoiningThisOrganizationBySettingAMasterPassword": {
"message": "Finish joining this organization by setting a master password." "message": "Finish joining this organization by setting a master password."
}, },
@ -1408,6 +1417,12 @@
"showInlineMenuLabel": { "showInlineMenuLabel": {
"message": "Show autofill suggestions on form fields" "message": "Show autofill suggestions on form fields"
}, },
"showInlineMenuIdentitiesLabel": {
"message": "Display identities as suggestions"
},
"showInlineMenuCardsLabel": {
"message": "Display cards as suggestions"
},
"showInlineMenuOnIconSelectionLabel": { "showInlineMenuOnIconSelectionLabel": {
"message": "Display suggestions when icon is selected" "message": "Display suggestions when icon is selected"
}, },
@ -2647,6 +2662,15 @@
"message": "Your organization requires you to set a master password.", "message": "Your organization requires you to set a master password.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "out of $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"verificationRequired": { "verificationRequired": {
"message": "Verification required", "message": "Verification required",
"description": "Default title for the user verification dialog." "description": "Default title for the user verification dialog."

View File

@ -71,6 +71,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Dołącz do organizacji" "message": "Dołącz do organizacji"
}, },
"joinOrganizationName": {
"message": "Join $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"finishJoiningThisOrganizationBySettingAMasterPassword": { "finishJoiningThisOrganizationBySettingAMasterPassword": {
"message": "Zakończ dołączanie do tej organizacji przez ustawienie hasła głównego." "message": "Zakończ dołączanie do tej organizacji przez ustawienie hasła głównego."
}, },
@ -1408,6 +1417,12 @@
"showInlineMenuLabel": { "showInlineMenuLabel": {
"message": "Pokaż sugestie autouzupełniania na polach formularza" "message": "Pokaż sugestie autouzupełniania na polach formularza"
}, },
"showInlineMenuIdentitiesLabel": {
"message": "Display identities as suggestions"
},
"showInlineMenuCardsLabel": {
"message": "Display cards as suggestions"
},
"showInlineMenuOnIconSelectionLabel": { "showInlineMenuOnIconSelectionLabel": {
"message": "Wyświetlaj sugestie kiedy ikona jest zaznaczona" "message": "Wyświetlaj sugestie kiedy ikona jest zaznaczona"
}, },
@ -2647,6 +2662,15 @@
"message": "Twoja organizacja wymaga ustawienia hasła głównego.", "message": "Twoja organizacja wymaga ustawienia hasła głównego.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "out of $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"verificationRequired": { "verificationRequired": {
"message": "Wymagana weryfikacja", "message": "Wymagana weryfikacja",
"description": "Default title for the user verification dialog." "description": "Default title for the user verification dialog."

View File

@ -71,6 +71,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Juntar-se à organização" "message": "Juntar-se à organização"
}, },
"joinOrganizationName": {
"message": "Join $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"finishJoiningThisOrganizationBySettingAMasterPassword": { "finishJoiningThisOrganizationBySettingAMasterPassword": {
"message": "Termine de juntar-se nessa organização definindo uma senha mestra." "message": "Termine de juntar-se nessa organização definindo uma senha mestra."
}, },
@ -1408,6 +1417,12 @@
"showInlineMenuLabel": { "showInlineMenuLabel": {
"message": "Mostrar sugestões de preenchimento automático nos campos de formulários" "message": "Mostrar sugestões de preenchimento automático nos campos de formulários"
}, },
"showInlineMenuIdentitiesLabel": {
"message": "Display identities as suggestions"
},
"showInlineMenuCardsLabel": {
"message": "Display cards as suggestions"
},
"showInlineMenuOnIconSelectionLabel": { "showInlineMenuOnIconSelectionLabel": {
"message": "Exibir sugestões quando o ícone for selecionado" "message": "Exibir sugestões quando o ícone for selecionado"
}, },
@ -2647,6 +2662,15 @@
"message": "Sua organização requer que você defina uma senha mestra.", "message": "Sua organização requer que você defina uma senha mestra.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "out of $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"verificationRequired": { "verificationRequired": {
"message": "Verificação necessária", "message": "Verificação necessária",
"description": "Default title for the user verification dialog." "description": "Default title for the user verification dialog."

View File

@ -71,6 +71,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Aderir à organização" "message": "Aderir à organização"
}, },
"joinOrganizationName": {
"message": "Aderir a $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"finishJoiningThisOrganizationBySettingAMasterPassword": { "finishJoiningThisOrganizationBySettingAMasterPassword": {
"message": "Conclua a adesão a esta organização ao definir uma palavra-passe mestra." "message": "Conclua a adesão a esta organização ao definir uma palavra-passe mestra."
}, },
@ -1408,6 +1417,12 @@
"showInlineMenuLabel": { "showInlineMenuLabel": {
"message": "Mostrar sugestões de preenchimento automático nos campos do formulário" "message": "Mostrar sugestões de preenchimento automático nos campos do formulário"
}, },
"showInlineMenuIdentitiesLabel": {
"message": "Apresentar as identidades como sugestões"
},
"showInlineMenuCardsLabel": {
"message": "Apresentar os cartões como sugestões"
},
"showInlineMenuOnIconSelectionLabel": { "showInlineMenuOnIconSelectionLabel": {
"message": "Apresentar sugestões quando o ícone é selecionado" "message": "Apresentar sugestões quando o ícone é selecionado"
}, },
@ -2647,6 +2662,15 @@
"message": "A sua organização exige a definição de uma palavra-passe mestra.", "message": "A sua organização exige a definição de uma palavra-passe mestra.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "de $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"verificationRequired": { "verificationRequired": {
"message": "Verificação necessária", "message": "Verificação necessária",
"description": "Default title for the user verification dialog." "description": "Default title for the user verification dialog."

View File

@ -71,6 +71,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Alăturați-vă organizației" "message": "Alăturați-vă organizației"
}, },
"joinOrganizationName": {
"message": "Join $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"finishJoiningThisOrganizationBySettingAMasterPassword": { "finishJoiningThisOrganizationBySettingAMasterPassword": {
"message": "Finalizați aderarea la această organizație prin setarea unei parole principale." "message": "Finalizați aderarea la această organizație prin setarea unei parole principale."
}, },
@ -1408,6 +1417,12 @@
"showInlineMenuLabel": { "showInlineMenuLabel": {
"message": "Show autofill suggestions on form fields" "message": "Show autofill suggestions on form fields"
}, },
"showInlineMenuIdentitiesLabel": {
"message": "Display identities as suggestions"
},
"showInlineMenuCardsLabel": {
"message": "Display cards as suggestions"
},
"showInlineMenuOnIconSelectionLabel": { "showInlineMenuOnIconSelectionLabel": {
"message": "Display suggestions when icon is selected" "message": "Display suggestions when icon is selected"
}, },
@ -2647,6 +2662,15 @@
"message": "Your organization requires you to set a master password.", "message": "Your organization requires you to set a master password.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "out of $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"verificationRequired": { "verificationRequired": {
"message": "Verification required", "message": "Verification required",
"description": "Default title for the user verification dialog." "description": "Default title for the user verification dialog."

View File

@ -71,6 +71,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Присоединиться к организации" "message": "Присоединиться к организации"
}, },
"joinOrganizationName": {
"message": "Присоединиться к $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"finishJoiningThisOrganizationBySettingAMasterPassword": { "finishJoiningThisOrganizationBySettingAMasterPassword": {
"message": "Завершите присоединение к этой организации, установив мастер-пароль." "message": "Завершите присоединение к этой организации, установив мастер-пароль."
}, },
@ -1408,6 +1417,12 @@
"showInlineMenuLabel": { "showInlineMenuLabel": {
"message": "Показывать предположения автозаполнения в полях формы" "message": "Показывать предположения автозаполнения в полях формы"
}, },
"showInlineMenuIdentitiesLabel": {
"message": "Показывать Личности как предложения"
},
"showInlineMenuCardsLabel": {
"message": "Показывать Карты как предложения"
},
"showInlineMenuOnIconSelectionLabel": { "showInlineMenuOnIconSelectionLabel": {
"message": "Показывать подсказки при выборе значка" "message": "Показывать подсказки при выборе значка"
}, },
@ -2647,6 +2662,15 @@
"message": "Необходимо установить мастер-пароль для организации.", "message": "Необходимо установить мастер-пароль для организации.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "из $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"verificationRequired": { "verificationRequired": {
"message": "Требуется верификация", "message": "Требуется верификация",
"description": "Default title for the user verification dialog." "description": "Default title for the user verification dialog."

View File

@ -71,6 +71,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Join organization" "message": "Join organization"
}, },
"joinOrganizationName": {
"message": "Join $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"finishJoiningThisOrganizationBySettingAMasterPassword": { "finishJoiningThisOrganizationBySettingAMasterPassword": {
"message": "Finish joining this organization by setting a master password." "message": "Finish joining this organization by setting a master password."
}, },
@ -1408,6 +1417,12 @@
"showInlineMenuLabel": { "showInlineMenuLabel": {
"message": "Show autofill suggestions on form fields" "message": "Show autofill suggestions on form fields"
}, },
"showInlineMenuIdentitiesLabel": {
"message": "Display identities as suggestions"
},
"showInlineMenuCardsLabel": {
"message": "Display cards as suggestions"
},
"showInlineMenuOnIconSelectionLabel": { "showInlineMenuOnIconSelectionLabel": {
"message": "Display suggestions when icon is selected" "message": "Display suggestions when icon is selected"
}, },
@ -2647,6 +2662,15 @@
"message": "Your organization requires you to set a master password.", "message": "Your organization requires you to set a master password.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "out of $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"verificationRequired": { "verificationRequired": {
"message": "Verification required", "message": "Verification required",
"description": "Default title for the user verification dialog." "description": "Default title for the user verification dialog."

View File

@ -71,6 +71,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Pripojte sa k organizácii" "message": "Pripojte sa k organizácii"
}, },
"joinOrganizationName": {
"message": "Pripojiť sa k $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"finishJoiningThisOrganizationBySettingAMasterPassword": { "finishJoiningThisOrganizationBySettingAMasterPassword": {
"message": "Dokončite pripojenie k tejto organizácii nastavením hlavného hesla." "message": "Dokončite pripojenie k tejto organizácii nastavením hlavného hesla."
}, },
@ -1408,6 +1417,12 @@
"showInlineMenuLabel": { "showInlineMenuLabel": {
"message": "Zobraziť návrhy automatického vypĺňania v poliach formulára" "message": "Zobraziť návrhy automatického vypĺňania v poliach formulára"
}, },
"showInlineMenuIdentitiesLabel": {
"message": "Zobrazovať identity ako návrhy"
},
"showInlineMenuCardsLabel": {
"message": "Zobrazovať karty ako návrhy"
},
"showInlineMenuOnIconSelectionLabel": { "showInlineMenuOnIconSelectionLabel": {
"message": "Zobraziť návrhy, keď je vybratá ikona" "message": "Zobraziť návrhy, keď je vybratá ikona"
}, },
@ -2647,6 +2662,15 @@
"message": "Vaša organizácia vyžaduje, aby ste nastavili hlavné heslo.", "message": "Vaša organizácia vyžaduje, aby ste nastavili hlavné heslo.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "z $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"verificationRequired": { "verificationRequired": {
"message": "Vyžaduje sa overenie", "message": "Vyžaduje sa overenie",
"description": "Default title for the user verification dialog." "description": "Default title for the user verification dialog."

View File

@ -71,6 +71,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Join organization" "message": "Join organization"
}, },
"joinOrganizationName": {
"message": "Join $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"finishJoiningThisOrganizationBySettingAMasterPassword": { "finishJoiningThisOrganizationBySettingAMasterPassword": {
"message": "Finish joining this organization by setting a master password." "message": "Finish joining this organization by setting a master password."
}, },
@ -1408,6 +1417,12 @@
"showInlineMenuLabel": { "showInlineMenuLabel": {
"message": "Show autofill suggestions on form fields" "message": "Show autofill suggestions on form fields"
}, },
"showInlineMenuIdentitiesLabel": {
"message": "Display identities as suggestions"
},
"showInlineMenuCardsLabel": {
"message": "Display cards as suggestions"
},
"showInlineMenuOnIconSelectionLabel": { "showInlineMenuOnIconSelectionLabel": {
"message": "Display suggestions when icon is selected" "message": "Display suggestions when icon is selected"
}, },
@ -2647,6 +2662,15 @@
"message": "Your organization requires you to set a master password.", "message": "Your organization requires you to set a master password.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "out of $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"verificationRequired": { "verificationRequired": {
"message": "Verification required", "message": "Verification required",
"description": "Default title for the user verification dialog." "description": "Default title for the user verification dialog."

View File

@ -71,6 +71,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Придружи Организацију" "message": "Придружи Организацију"
}, },
"joinOrganizationName": {
"message": "Join $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"finishJoiningThisOrganizationBySettingAMasterPassword": { "finishJoiningThisOrganizationBySettingAMasterPassword": {
"message": "Завршите придруживање овој организацији постављањем главне лозинке." "message": "Завршите придруживање овој организацији постављањем главне лозинке."
}, },
@ -1408,6 +1417,12 @@
"showInlineMenuLabel": { "showInlineMenuLabel": {
"message": "Прикажи предлоге за ауто-попуњавање у пољима обрасца" "message": "Прикажи предлоге за ауто-попуњавање у пољима обрасца"
}, },
"showInlineMenuIdentitiesLabel": {
"message": "Display identities as suggestions"
},
"showInlineMenuCardsLabel": {
"message": "Display cards as suggestions"
},
"showInlineMenuOnIconSelectionLabel": { "showInlineMenuOnIconSelectionLabel": {
"message": "Приказати предлоге када је изабрана икона" "message": "Приказати предлоге када је изабрана икона"
}, },
@ -2647,6 +2662,15 @@
"message": "Ваша организација захтева да поставите главну лозинку.", "message": "Ваша организација захтева да поставите главну лозинку.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "out of $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"verificationRequired": { "verificationRequired": {
"message": "Потребдна верификација", "message": "Потребдна верификација",
"description": "Default title for the user verification dialog." "description": "Default title for the user verification dialog."

View File

@ -71,6 +71,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Join organization" "message": "Join organization"
}, },
"joinOrganizationName": {
"message": "Join $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"finishJoiningThisOrganizationBySettingAMasterPassword": { "finishJoiningThisOrganizationBySettingAMasterPassword": {
"message": "Finish joining this organization by setting a master password." "message": "Finish joining this organization by setting a master password."
}, },
@ -1408,6 +1417,12 @@
"showInlineMenuLabel": { "showInlineMenuLabel": {
"message": "Show autofill suggestions on form fields" "message": "Show autofill suggestions on form fields"
}, },
"showInlineMenuIdentitiesLabel": {
"message": "Display identities as suggestions"
},
"showInlineMenuCardsLabel": {
"message": "Display cards as suggestions"
},
"showInlineMenuOnIconSelectionLabel": { "showInlineMenuOnIconSelectionLabel": {
"message": "Display suggestions when icon is selected" "message": "Display suggestions when icon is selected"
}, },
@ -2647,6 +2662,15 @@
"message": "Din organisation kräver att du anger ett huvudlösenord.", "message": "Din organisation kräver att du anger ett huvudlösenord.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "out of $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"verificationRequired": { "verificationRequired": {
"message": "Verifiering krävs", "message": "Verifiering krävs",
"description": "Default title for the user verification dialog." "description": "Default title for the user verification dialog."

View File

@ -71,6 +71,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Join organization" "message": "Join organization"
}, },
"joinOrganizationName": {
"message": "Join $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"finishJoiningThisOrganizationBySettingAMasterPassword": { "finishJoiningThisOrganizationBySettingAMasterPassword": {
"message": "Finish joining this organization by setting a master password." "message": "Finish joining this organization by setting a master password."
}, },
@ -1408,6 +1417,12 @@
"showInlineMenuLabel": { "showInlineMenuLabel": {
"message": "Show autofill suggestions on form fields" "message": "Show autofill suggestions on form fields"
}, },
"showInlineMenuIdentitiesLabel": {
"message": "Display identities as suggestions"
},
"showInlineMenuCardsLabel": {
"message": "Display cards as suggestions"
},
"showInlineMenuOnIconSelectionLabel": { "showInlineMenuOnIconSelectionLabel": {
"message": "Display suggestions when icon is selected" "message": "Display suggestions when icon is selected"
}, },
@ -2647,6 +2662,15 @@
"message": "Your organization requires you to set a master password.", "message": "Your organization requires you to set a master password.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "out of $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"verificationRequired": { "verificationRequired": {
"message": "Verification required", "message": "Verification required",
"description": "Default title for the user verification dialog." "description": "Default title for the user verification dialog."

View File

@ -71,6 +71,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Join organization" "message": "Join organization"
}, },
"joinOrganizationName": {
"message": "Join $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"finishJoiningThisOrganizationBySettingAMasterPassword": { "finishJoiningThisOrganizationBySettingAMasterPassword": {
"message": "Finish joining this organization by setting a master password." "message": "Finish joining this organization by setting a master password."
}, },
@ -1408,6 +1417,12 @@
"showInlineMenuLabel": { "showInlineMenuLabel": {
"message": "Show autofill suggestions on form fields" "message": "Show autofill suggestions on form fields"
}, },
"showInlineMenuIdentitiesLabel": {
"message": "Display identities as suggestions"
},
"showInlineMenuCardsLabel": {
"message": "Display cards as suggestions"
},
"showInlineMenuOnIconSelectionLabel": { "showInlineMenuOnIconSelectionLabel": {
"message": "Display suggestions when icon is selected" "message": "Display suggestions when icon is selected"
}, },
@ -2647,6 +2662,15 @@
"message": "Your organization requires you to set a master password.", "message": "Your organization requires you to set a master password.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "out of $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"verificationRequired": { "verificationRequired": {
"message": "Verification required", "message": "Verification required",
"description": "Default title for the user verification dialog." "description": "Default title for the user verification dialog."

View File

@ -71,6 +71,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Kuruluşa katıl" "message": "Kuruluşa katıl"
}, },
"joinOrganizationName": {
"message": "$ORGANIZATIONNAME$ kuruluşuna katıl",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"finishJoiningThisOrganizationBySettingAMasterPassword": { "finishJoiningThisOrganizationBySettingAMasterPassword": {
"message": "Kuruluşa katılmayı tamamlamak için ana parolanızı belirleyin." "message": "Kuruluşa katılmayı tamamlamak için ana parolanızı belirleyin."
}, },
@ -1408,6 +1417,12 @@
"showInlineMenuLabel": { "showInlineMenuLabel": {
"message": "Form alanlarında otomatik doldurma önerilerini göster" "message": "Form alanlarında otomatik doldurma önerilerini göster"
}, },
"showInlineMenuIdentitiesLabel": {
"message": "Kimlikleri öneri olarak göster"
},
"showInlineMenuCardsLabel": {
"message": "Kartları öneri olarak göster"
},
"showInlineMenuOnIconSelectionLabel": { "showInlineMenuOnIconSelectionLabel": {
"message": "Simge seçildiğinde önerileri göster" "message": "Simge seçildiğinde önerileri göster"
}, },
@ -2647,6 +2662,15 @@
"message": "Kuruluşunuz bir ana parola belirlemenizi gerektiriyor.", "message": "Kuruluşunuz bir ana parola belirlemenizi gerektiriyor.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "/ $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"verificationRequired": { "verificationRequired": {
"message": "Doğrulama gerekli", "message": "Doğrulama gerekli",
"description": "Default title for the user verification dialog." "description": "Default title for the user verification dialog."

View File

@ -71,6 +71,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Приєднатися до організації" "message": "Приєднатися до організації"
}, },
"joinOrganizationName": {
"message": "Join $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"finishJoiningThisOrganizationBySettingAMasterPassword": { "finishJoiningThisOrganizationBySettingAMasterPassword": {
"message": "Завершіть приєднання до цієї організації, встановивши головний пароль." "message": "Завершіть приєднання до цієї організації, встановивши головний пароль."
}, },
@ -1408,6 +1417,12 @@
"showInlineMenuLabel": { "showInlineMenuLabel": {
"message": "Пропозиції автозаповнення на полях форм" "message": "Пропозиції автозаповнення на полях форм"
}, },
"showInlineMenuIdentitiesLabel": {
"message": "Display identities as suggestions"
},
"showInlineMenuCardsLabel": {
"message": "Display cards as suggestions"
},
"showInlineMenuOnIconSelectionLabel": { "showInlineMenuOnIconSelectionLabel": {
"message": "Показувати пропозиції, якщо вибрано піктограму" "message": "Показувати пропозиції, якщо вибрано піктограму"
}, },
@ -2499,11 +2514,11 @@
"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."
}, },
"sendExpiresInHoursSingle": { "sendExpiresInHoursSingle": {
"message": "The Send will be available to anyone with the link for the next 1 hour.", "message": "Це відправлення буде доступним будь-кому за посиланням протягом 1 години.",
"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."
}, },
"sendExpiresInHours": { "sendExpiresInHours": {
"message": "The Send will be available to anyone with the link for the next $HOURS$ hours.", "message": "Це відправлення буде доступним будь-кому за посиланням протягом $HOURS$ годин.",
"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.",
"placeholders": { "placeholders": {
"hours": { "hours": {
@ -2513,11 +2528,11 @@
} }
}, },
"sendExpiresInDaysSingle": { "sendExpiresInDaysSingle": {
"message": "The Send will be available to anyone with the link for the next 1 day.", "message": "Це відправлення буде доступним будь-кому за посиланням протягом 1 дня.",
"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."
}, },
"sendExpiresInDays": { "sendExpiresInDays": {
"message": "The Send will be available to anyone with the link for the next $DAYS$ days.", "message": "Це відправлення буде доступним будь-кому за посиланням протягом $DAYS$ днів.",
"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.",
"placeholders": { "placeholders": {
"days": { "days": {
@ -2647,6 +2662,15 @@
"message": "Ваша організація вимагає, щоб ви встановили головний пароль.", "message": "Ваша організація вимагає, щоб ви встановили головний пароль.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "з $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"verificationRequired": { "verificationRequired": {
"message": "Потрібне підтвердження", "message": "Потрібне підтвердження",
"description": "Default title for the user verification dialog." "description": "Default title for the user verification dialog."
@ -3681,7 +3705,7 @@
"message": "Немає відповідних записів для цього сайту" "message": "Немає відповідних записів для цього сайту"
}, },
"searchSavePasskeyNewLogin": { "searchSavePasskeyNewLogin": {
"message": "Search or save passkey as new login" "message": "Шукати або зберегти ключ доступу як новий запис"
}, },
"confirm": { "confirm": {
"message": "Підтвердити" "message": "Підтвердити"

View File

@ -71,6 +71,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Tham gia tổ chức" "message": "Tham gia tổ chức"
}, },
"joinOrganizationName": {
"message": "Join $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"finishJoiningThisOrganizationBySettingAMasterPassword": { "finishJoiningThisOrganizationBySettingAMasterPassword": {
"message": "Hoàn tất gia nhập tổ chức này bằng cách đặt một mật khẩu chính." "message": "Hoàn tất gia nhập tổ chức này bằng cách đặt một mật khẩu chính."
}, },
@ -1408,6 +1417,12 @@
"showInlineMenuLabel": { "showInlineMenuLabel": {
"message": "Hiển thị các gợi ý tự động điền trên các trường biểu mẫu" "message": "Hiển thị các gợi ý tự động điền trên các trường biểu mẫu"
}, },
"showInlineMenuIdentitiesLabel": {
"message": "Display identities as suggestions"
},
"showInlineMenuCardsLabel": {
"message": "Display cards as suggestions"
},
"showInlineMenuOnIconSelectionLabel": { "showInlineMenuOnIconSelectionLabel": {
"message": "Hiện gợi ý khi nhấp vào biểu tượng" "message": "Hiện gợi ý khi nhấp vào biểu tượng"
}, },
@ -2647,6 +2662,15 @@
"message": "Tổ chức của bạn yêu cầu bạn đặt mật khẩu chính.", "message": "Tổ chức của bạn yêu cầu bạn đặt mật khẩu chính.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "out of $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"verificationRequired": { "verificationRequired": {
"message": "Yêu cầu xác minh", "message": "Yêu cầu xác minh",
"description": "Default title for the user verification dialog." "description": "Default title for the user verification dialog."

View File

@ -71,6 +71,15 @@
"joinOrganization": { "joinOrganization": {
"message": "加入组织" "message": "加入组织"
}, },
"joinOrganizationName": {
"message": "加入 $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"finishJoiningThisOrganizationBySettingAMasterPassword": { "finishJoiningThisOrganizationBySettingAMasterPassword": {
"message": "通过设置主密码完成加入此组织。" "message": "通过设置主密码完成加入此组织。"
}, },
@ -1408,6 +1417,12 @@
"showInlineMenuLabel": { "showInlineMenuLabel": {
"message": "在表单字段中显示自动填充建议" "message": "在表单字段中显示自动填充建议"
}, },
"showInlineMenuIdentitiesLabel": {
"message": "将身份显示为建议"
},
"showInlineMenuCardsLabel": {
"message": "将支付卡显示为建议"
},
"showInlineMenuOnIconSelectionLabel": { "showInlineMenuOnIconSelectionLabel": {
"message": "选择图标时显示建议" "message": "选择图标时显示建议"
}, },
@ -2499,11 +2514,11 @@
"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."
}, },
"sendExpiresInHoursSingle": { "sendExpiresInHoursSingle": {
"message": "The Send will be available to anyone with the link for the next 1 hour.", "message": "在接下来的 1 小时内,任何人都可以通过链接访问此 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."
}, },
"sendExpiresInHours": { "sendExpiresInHours": {
"message": "The Send will be available to anyone with the link for the next $HOURS$ hours.", "message": "在接下来的 $HOURS$ 小时内,任何人都可以通过链接访问此 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.",
"placeholders": { "placeholders": {
"hours": { "hours": {
@ -2513,11 +2528,11 @@
} }
}, },
"sendExpiresInDaysSingle": { "sendExpiresInDaysSingle": {
"message": "The Send will be available to anyone with the link for the next 1 day.", "message": "在接下来的 1 天内,任何人都可以通过链接访问此 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."
}, },
"sendExpiresInDays": { "sendExpiresInDays": {
"message": "The Send will be available to anyone with the link for the next $DAYS$ days.", "message": "在接下来的 $DAYS$ 天内,任何人都可以通过链接访问此 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.",
"placeholders": { "placeholders": {
"days": { "days": {
@ -2647,6 +2662,15 @@
"message": "您的组织要求您设置主密码。", "message": "您的组织要求您设置主密码。",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "$TOTAL$ 不足",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"verificationRequired": { "verificationRequired": {
"message": "需要验证", "message": "需要验证",
"description": "Default title for the user verification dialog." "description": "Default title for the user verification dialog."

View File

@ -71,6 +71,15 @@
"joinOrganization": { "joinOrganization": {
"message": "加入組織" "message": "加入組織"
}, },
"joinOrganizationName": {
"message": "Join $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"finishJoiningThisOrganizationBySettingAMasterPassword": { "finishJoiningThisOrganizationBySettingAMasterPassword": {
"message": "設定主密碼以完成加入這個組織" "message": "設定主密碼以完成加入這個組織"
}, },
@ -1408,6 +1417,12 @@
"showInlineMenuLabel": { "showInlineMenuLabel": {
"message": "Show autofill suggestions on form fields" "message": "Show autofill suggestions on form fields"
}, },
"showInlineMenuIdentitiesLabel": {
"message": "Display identities as suggestions"
},
"showInlineMenuCardsLabel": {
"message": "Display cards as suggestions"
},
"showInlineMenuOnIconSelectionLabel": { "showInlineMenuOnIconSelectionLabel": {
"message": "Display suggestions when icon is selected" "message": "Display suggestions when icon is selected"
}, },
@ -2647,6 +2662,15 @@
"message": "您的組織要求您設定主密碼。", "message": "您的組織要求您設定主密碼。",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "out of $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"verificationRequired": { "verificationRequired": {
"message": "需要驗證", "message": "需要驗證",
"description": "Default title for the user verification dialog." "description": "Default title for the user verification dialog."

View File

@ -731,6 +731,9 @@ export default class MainBackground {
sdkClientFactory, sdkClientFactory,
this.environmentService, this.environmentService,
this.platformUtilsService, this.platformUtilsService,
this.accountService,
this.kdfConfigService,
this.cryptoService,
this.apiService, this.apiService,
); );

View File

@ -100,6 +100,7 @@ import { ViewComponent } from "../vault/popup/components/vault/view.component";
import { AddEditV2Component } from "../vault/popup/components/vault-v2/add-edit/add-edit-v2.component"; import { AddEditV2Component } from "../vault/popup/components/vault-v2/add-edit/add-edit-v2.component";
import { AssignCollections } from "../vault/popup/components/vault-v2/assign-collections/assign-collections.component"; import { AssignCollections } from "../vault/popup/components/vault-v2/assign-collections/assign-collections.component";
import { AttachmentsV2Component } from "../vault/popup/components/vault-v2/attachments/attachments-v2.component"; import { AttachmentsV2Component } from "../vault/popup/components/vault-v2/attachments/attachments-v2.component";
import { PasswordHistoryV2Component } from "../vault/popup/components/vault-v2/vault-password-history-v2/vault-password-history-v2.component";
import { ViewV2Component } from "../vault/popup/components/vault-v2/view-v2/view-v2.component"; import { ViewV2Component } from "../vault/popup/components/vault-v2/view-v2/view-v2.component";
import { AppearanceV2Component } from "../vault/popup/settings/appearance-v2.component"; import { AppearanceV2Component } from "../vault/popup/settings/appearance-v2.component";
import { AppearanceComponent } from "../vault/popup/settings/appearance.component"; import { AppearanceComponent } from "../vault/popup/settings/appearance.component";
@ -259,12 +260,11 @@ const routes: Routes = [
canActivate: [authGuard], canActivate: [authGuard],
data: { state: "view-cipher" } satisfies RouteDataProperties, data: { state: "view-cipher" } satisfies RouteDataProperties,
}), }),
{ ...extensionRefreshSwap(PasswordHistoryComponent, PasswordHistoryV2Component, {
path: "cipher-password-history", path: "cipher-password-history",
component: PasswordHistoryComponent,
canActivate: [authGuard], canActivate: [authGuard],
data: { state: "cipher-password-history" } satisfies RouteDataProperties, data: { state: "cipher-password-history" } satisfies RouteDataProperties,
}, }),
...extensionRefreshSwap(AddEditComponent, AddEditV2Component, { ...extensionRefreshSwap(AddEditComponent, AddEditV2Component, {
path: "add-cipher", path: "add-cipher",
canActivate: [authGuard, debounceNavigationGuard()], canActivate: [authGuard, debounceNavigationGuard()],

View File

@ -65,11 +65,11 @@ export class SendCreatedComponent {
if (this.hoursAvailable < 24) { if (this.hoursAvailable < 24) {
return this.hoursAvailable === 1 return this.hoursAvailable === 1
? this.i18nService.t("sendExpiresInHoursSingle") ? this.i18nService.t("sendExpiresInHoursSingle")
: this.i18nService.t("sendExpiresInHours", this.hoursAvailable); : this.i18nService.t("sendExpiresInHours", String(this.hoursAvailable));
} }
return this.daysAvailable === 1 return this.daysAvailable === 1
? this.i18nService.t("sendExpiresInDaysSingle") ? this.i18nService.t("sendExpiresInDaysSingle")
: this.i18nService.t("sendExpiresInDays", this.daysAvailable); : this.i18nService.t("sendExpiresInDays", String(this.daysAvailable));
} }
getHoursAvailable(send: SendView): number { getHoursAvailable(send: SendView): number {

View File

@ -0,0 +1,8 @@
<popup-page>
<popup-header slot="header" pageTitle="{{ 'passwordHistory' | i18n }}" showBackButton>
<ng-container slot="end">
<app-pop-out></app-pop-out>
</ng-container>
</popup-header>
<vault-password-history-view *ngIf="cipherId" [cipherId]="cipherId" />
</popup-page>

View File

@ -0,0 +1,56 @@
import { ComponentFixture, TestBed } from "@angular/core/testing";
import { ActivatedRoute } from "@angular/router";
import { mock } from "jest-mock-extended";
import { Subject } from "rxjs";
import { WINDOW } from "@bitwarden/angular/services/injection-tokens";
import { AccountService } from "@bitwarden/common/auth/abstractions/account.service";
import { ConfigService } from "@bitwarden/common/platform/abstractions/config/config.service";
import { I18nService } from "@bitwarden/common/platform/abstractions/i18n.service";
import { PlatformUtilsService } from "@bitwarden/common/platform/abstractions/platform-utils.service";
import { CipherService } from "@bitwarden/common/vault/abstractions/cipher.service";
import { PopupRouterCacheService } from "../../../../../platform/popup/view-cache/popup-router-cache.service";
import { PasswordHistoryV2Component } from "./vault-password-history-v2.component";
describe("PasswordHistoryV2Component", () => {
let component: PasswordHistoryV2Component;
let fixture: ComponentFixture<PasswordHistoryV2Component>;
const params$ = new Subject();
const back = jest.fn().mockResolvedValue(undefined);
beforeEach(async () => {
back.mockClear();
await TestBed.configureTestingModule({
imports: [PasswordHistoryV2Component],
providers: [
{ provide: WINDOW, useValue: window },
{ provide: PlatformUtilsService, useValue: mock<PlatformUtilsService>() },
{ provide: ConfigService, useValue: mock<ConfigService>() },
{ provide: CipherService, useValue: mock<CipherService>() },
{ provide: AccountService, useValue: mock<AccountService>() },
{ provide: PopupRouterCacheService, useValue: { back } },
{ provide: ActivatedRoute, useValue: { queryParams: params$ } },
{ provide: I18nService, useValue: { t: (key: string) => key } },
],
}).compileComponents();
fixture = TestBed.createComponent(PasswordHistoryV2Component);
component = fixture.componentInstance;
fixture.detectChanges();
});
it("sets the cipherId from the params", () => {
params$.next({ cipherId: "444-33-33-1111" });
expect(component["cipherId"]).toBe("444-33-33-1111");
});
it("navigates back when a cipherId is not in the params", () => {
params$.next({});
expect(back).toHaveBeenCalledTimes(1);
});
});

View File

@ -0,0 +1,50 @@
import { NgIf } from "@angular/common";
import { Component, OnInit } from "@angular/core";
import { ActivatedRoute } from "@angular/router";
import { first } from "rxjs/operators";
import { JslibModule } from "@bitwarden/angular/jslib.module";
import { CipherId } from "@bitwarden/common/types/guid";
import { PasswordHistoryViewComponent } from "../../../../../../../../libs/vault/src/components/password-history-view/password-history-view.component";
import { PopOutComponent } from "../../../../../platform/popup/components/pop-out.component";
import { PopupHeaderComponent } from "../../../../../platform/popup/layout/popup-header.component";
import { PopupPageComponent } from "../../../../../platform/popup/layout/popup-page.component";
import { PopupRouterCacheService } from "../../../../../platform/popup/view-cache/popup-router-cache.service";
@Component({
standalone: true,
selector: "vault-password-history-v2",
templateUrl: "vault-password-history-v2.component.html",
imports: [
JslibModule,
PopupPageComponent,
PopOutComponent,
PopupHeaderComponent,
PasswordHistoryViewComponent,
NgIf,
],
})
export class PasswordHistoryV2Component implements OnInit {
protected cipherId: CipherId;
constructor(
private browserRouterHistory: PopupRouterCacheService,
private route: ActivatedRoute,
) {}
ngOnInit() {
// eslint-disable-next-line rxjs-angular/prefer-takeuntil
this.route.queryParams.pipe(first()).subscribe((params) => {
if (params.cipherId) {
this.cipherId = params.cipherId;
} else {
this.close();
}
});
}
close() {
void this.browserRouterHistory.back();
}
}

View File

@ -127,7 +127,7 @@
<value>PCMag, WIRED, The Verge, CNET, G2 və daha çoxu tərəfindən ən yaxşı parol meneceri olaraq tanındı! <value>PCMag, WIRED, The Verge, CNET, G2 və daha çoxu tərəfindən ən yaxşı parol meneceri olaraq tanındı!
RƏQƏMSAL HƏYATINIZI GÜVƏNDƏ SAXLAYIN RƏQƏMSAL HƏYATINIZI GÜVƏNDƏ SAXLAYIN
Hər hesab üçün unikal, güclü parollar yaradıb saxlayaraq rəqəmsal həyatınızı güvəndə saxlatyın və məlumat pozuntularına qarşı qorunun. Hər şeyi yalnız sizin müraciət edə biləcəyiniz ucdan uca şifrələnmiş parol anbarında saxlayın. Hər hesab üçün unikal, güclü parollar yaradıb saxlayaraq rəqəmsal həyatınızı güvəndə saxlatyın və məlumat pozuntularına qarşı qorunun. Hər şeyi yalnız sizin müraciət edə biləcəyiniz ucdan uca şifrələnmiş parol seyfində saxlayın.
DATANIZA HƏR YERDƏN, HƏR CİHAZDAN, İSTƏNİLƏN VAXT MÜRACİƏT EDİN DATANIZA HƏR YERDƏN, HƏR CİHAZDAN, İSTƏNİLƏN VAXT MÜRACİƏT EDİN
Limitsiz parolları limitsiz cihazlarda məhdudiyyət olmadan asanlıqla idarə edin, saxlayın, güvənlə qoruyun və paylaşın. Limitsiz parolları limitsiz cihazlarda məhdudiyyət olmadan asanlıqla idarə edin, saxlayın, güvənlə qoruyun və paylaşın.
@ -160,7 +160,7 @@ Qlobal Tərcümələr
Bitwarden tərcümələri 60-dan çox dildə mövcuddur, Crowdin vasitəsilə qlobal icma tərəfindən tərcümə edilmişdir. Bitwarden tərcümələri 60-dan çox dildə mövcuddur, Crowdin vasitəsilə qlobal icma tərəfindən tərcümə edilmişdir.
Çarpaz Platforma Tətbiqləri Çarpaz Platforma Tətbiqləri
İstənilən brauzerdən, mobil cihazdan və ya masaüstü əməliyyat sistemindən və daha çoxundan Bitwarden Anbarınızdakı həssas dataları güvəndə saxlayın və paylaşın. İstənilən brauzerdən, mobil cihazdan və ya masaüstü əməliyyat sistemindən və daha çoxundan Bitwarden Seyfinizdəki həssas dataları güvəndə saxlayın və paylaşın.
Bitwarden parollardan daha çox qoruyur Bitwarden parollardan daha çox qoruyur
Bitwarden-nin ucdan-uca şifrələnmiş kimlik məlumatlarını idarəetmə həlləri, təşkilatlara hər şeyi, o cümlədən tərtibatçı sirrlərini və keçid açarı təcrübələrini qorumaq gücü verir. Bitwarden Sirr Meneceri və Bitwarden Passwordless.dev haqqında daha ətraflı öyrənmək üçün Bitwarden.com saytını ziyarət edin!</value> Bitwarden-nin ucdan-uca şifrələnmiş kimlik məlumatlarını idarəetmə həlləri, təşkilatlara hər şeyi, o cümlədən tərtibatçı sirrlərini və keçid açarı təcrübələrini qorumaq gücü verir. Bitwarden Sirr Meneceri və Bitwarden Passwordless.dev haqqında daha ətraflı öyrənmək üçün Bitwarden.com saytını ziyarət edin!</value>
@ -169,16 +169,16 @@ Bitwarden-nin ucdan-uca şifrələnmiş kimlik məlumatlarını idarəetmə həl
<value>Bitwarden evdə və ya işdə olarkən bütün parol, keçid açarı və həssas məlumatlarınızı asanlıqla qoruyur.</value> <value>Bitwarden evdə və ya işdə olarkən bütün parol, keçid açarı və həssas məlumatlarınızı asanlıqla qoruyur.</value>
</data> </data>
<data name="ScreenshotSync" xml:space="preserve"> <data name="ScreenshotSync" xml:space="preserve">
<value>Anbarınıza bir neçə cihazdan eyniləşdirərək müraciət edin</value> <value>Bir neçə cihaz arasında sinxronlaşdıraraq seyfinizə müraciəti genişləndirin</value>
</data> </data>
<data name="ScreenshotVault" xml:space="preserve"> <data name="ScreenshotVault" xml:space="preserve">
<value>Bütün giriş məlumatlarınızı və parollarınızı güvənli bir anbardan idarə edin</value> <value>Bütün girişlərinizi və parollarınızı güvənli bir seyfdən idarə edin</value>
</data> </data>
<data name="ScreenshotAutofill" xml:space="preserve"> <data name="ScreenshotAutofill" xml:space="preserve">
<value>Giriş kimlik məlumatlarınızı ziyarət etdiyiniz istənilən veb sayta dərhal avtomatik doldurun</value> <value>Giriş kimlik məlumatlarınızı ziyarət etdiyiniz istənilən veb sayta dərhal avtomatik doldurun</value>
</data> </data>
<data name="ScreenshotMenu" xml:space="preserve"> <data name="ScreenshotMenu" xml:space="preserve">
<value>Anbarınıza sağ klikləmə menyusundan da asanlıqla müraciət edə bilərsiniz</value> <value>Həmçinin sağ klikləmə menyusu ilə seyfinizə asanlıqla müraciət edə bilərsiniz</value>
</data> </data>
<data name="ScreenshotPassword" xml:space="preserve"> <data name="ScreenshotPassword" xml:space="preserve">
<value>Güclü, təsadüfi və güvənli parolların avtomatik yaradılması</value> <value>Güclü, təsadüfi və güvənli parolların avtomatik yaradılması</value>

View File

@ -535,6 +535,9 @@ export class ServiceContainer {
sdkClientFactory, sdkClientFactory,
this.environmentService, this.environmentService,
this.platformUtilsService, this.platformUtilsService,
this.accountService,
this.kdfConfigService,
this.cryptoService,
this.apiService, this.apiService,
customUserAgent, customUserAgent,
); );

View File

@ -249,7 +249,7 @@
"autoStart": true, "autoStart": true,
"base": "core22", "base": "core22",
"confinement": "strict", "confinement": "strict",
"plugs": ["default", "network", "network-bind", "password-manager-service"], "plugs": ["default", "network-bind", "password-manager-service"],
"stagePackages": ["default"] "stagePackages": ["default"]
}, },
"protocols": [ "protocols": [

View File

@ -1,7 +1,7 @@
{ {
"name": "@bitwarden/desktop", "name": "@bitwarden/desktop",
"description": "A secure and free password manager for all of your devices.", "description": "A secure and free password manager for all of your devices.",
"version": "2024.10.0", "version": "2024.10.2",
"keywords": [ "keywords": [
"bitwarden", "bitwarden",
"password", "password",

View File

@ -602,6 +602,15 @@
"joinOrganization": { "joinOrganization": {
"message": "Join organization" "message": "Join organization"
}, },
"joinOrganizationName": {
"message": "Join $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",
"example": "My Org Name"
}
}
},
"finishJoiningThisOrganizationBySettingAMasterPassword": { "finishJoiningThisOrganizationBySettingAMasterPassword": {
"message": "Finish joining this organization by setting a master password." "message": "Finish joining this organization by setting a master password."
}, },
@ -1752,6 +1761,15 @@
"message": "Your organization requires you to set a master password.", "message": "Your organization requires you to set a master password.",
"description": "Used as a card title description on the set password page to explain why the user is there" "description": "Used as a card title description on the set password page to explain why the user is there"
}, },
"cardMetrics": {
"message": "out of $TOTAL$",
"placeholders": {
"total": {
"content": "$1",
"example": "5"
}
}
},
"verificationRequired": { "verificationRequired": {
"message": "Verification required", "message": "Verification required",
"description": "Default title for the user verification dialog." "description": "Default title for the user verification dialog."

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