diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index d23cfa58283..2550f0fddbe 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -8,6 +8,8 @@
apps/desktop/desktop_native @bitwarden/team-platform-dev
apps/desktop/desktop_native/objc/src/native/autofill @bitwarden/team-autofill-dev
apps/desktop/desktop_native/core/src/autofill @bitwarden/team-autofill-dev
+## No ownership for Cargo.toml to allow dependency updates
+apps/desktop/desktop_native/Cargo.toml
## Auth team files ##
apps/browser/src/auth @bitwarden/team-auth-dev
@@ -119,6 +121,7 @@ apps/browser/src/autofill @bitwarden/team-autofill-dev
apps/desktop/src/autofill @bitwarden/team-autofill-dev
libs/common/src/autofill @bitwarden/team-autofill-dev
apps/desktop/macos/autofill-extension @bitwarden/team-autofill-dev
+apps/desktop/src/app/components/fido2placeholder.component.ts @bitwarden/team-autofill-dev
apps/desktop/desktop_native/windows-plugin-authenticator @bitwarden/team-autofill-dev
# DuckDuckGo integration
apps/desktop/native-messaging-test-runner @bitwarden/team-autofill-dev
diff --git a/.github/ISSUE_TEMPLATE/browser.yml b/.github/ISSUE_TEMPLATE/browser.yml
index ec78f3ee555..23a0e4276bf 100644
--- a/.github/ISSUE_TEMPLATE/browser.yml
+++ b/.github/ISSUE_TEMPLATE/browser.yml
@@ -84,11 +84,11 @@ body:
attributes:
label: Browser Version
description: What version of the browser(s) are you seeing the problem on?
- - type: input
+ - type: textarea
id: version
attributes:
- label: Build Version
- description: What version of our software are you running? (go to "Settings" → "About" in the extension)
+ label: Environment Versions
+ description: Copy from "Settings" → "About" → "About Bitwarden" in the extension. Should include the extension version and server environment.
validations:
required: true
- type: checkboxes
diff --git a/.github/codecov.yml b/.github/codecov.yml
index 0a6b3ceacff..d9d59f9de28 100644
--- a/.github/codecov.yml
+++ b/.github/codecov.yml
@@ -12,7 +12,7 @@ component_management:
paths:
- apps/browser/src/key-management/biometrics/**
- apps/cli/src/key-management/cli-biometrics-service.ts
- - apps/desktop/destkop_native/core/src/biometric/**
+ - apps/desktop/desktop_native/core/src/biometric/**
- apps/desktop/src/key-management/biometrics/**
- apps/desktop/src/services/biometric-message-handler.service.ts
- apps/web/src/app/key-management/web-biometric.service.ts
@@ -24,6 +24,7 @@ component_management:
- apps/desktop/src/key-management/lock/**
- apps/web/src/app/key-management/lock/**
- libs/key-management-ui/src/lock/**
+ - libs/common/src/key-management/device-trust/**
- component_id: key-management-ipc
name: Key Management - IPC
paths:
@@ -46,6 +47,7 @@ component_management:
- libs/key-management/src/kdf-config.service.ts
- libs/key-management/src/key.service.ts
- libs/common/src/key-management/master-password/**
+ - libs/common/src/key-management/key-connector/**
- component_id: key-management-crypto
name: Key Management - Crypto
paths:
diff --git a/.github/renovate.json5 b/.github/renovate.json5
index b898ffc8629..74c4ceed948 100644
--- a/.github/renovate.json5
+++ b/.github/renovate.json5
@@ -168,16 +168,21 @@
matchPackageNames: [
"@emotion/css",
"@webcomponents/custom-elements",
+ "bitwarden-russh",
"bytes",
"concurrently",
"cross-env",
"del",
+ "ed25519",
"lit",
- "nord",
+ "@lit-labs/signals",
"patch-package",
+ "pkcs8",
"prettier",
"prettier-plugin-tailwindcss",
"rimraf",
+ "ssh-encoding",
+ "ssh-key",
"@storybook/web-components-webpack5",
"tabbable",
"tldts",
@@ -211,31 +216,68 @@
"@types/node-forge",
"@types/node-ipc",
"@yao-pkg/pkg",
+ "anyhow",
+ "arboard",
"babel-loader",
+ "base64",
+ "bindgen",
"browserslist",
+ "byteorder",
+ "bytes",
+ "core-foundation",
"copy-webpack-plugin",
+ "dirs",
"electron",
"electron-builder",
"electron-log",
"electron-reload",
"electron-store",
"electron-updater",
+ "embed_plist",
+ "futures",
+ "hex",
+ "homedir",
"html-webpack-injector",
"html-webpack-plugin",
+ "interprocess",
"json5",
+ "keytar",
+ "libc",
+ "log",
"lowdb",
+ "napi",
+ "napi-build",
+ "napi-derive",
"node-forge",
"node-ipc",
+ "oo7",
+ "oslog",
+ "pin-project",
"pkg",
+ "rand",
"rxjs",
+ "scopeguard",
+ "security-framework",
+ "security-framework-sys",
+ "serde",
+ "serde_json",
+ "simplelog",
+ "sysinfo",
"tsconfig-paths-webpack-plugin",
"type-fest",
+ "typenum",
"typescript",
"typescript-strict-plugin",
+ "uniffi",
"webpack",
"webpack-cli",
"webpack-dev-server",
"webpack-node-externals",
+ "widestring",
+ "windows",
+ "windows-registry",
+ "zbus",
+ "zbus_polkit",
],
description: "Platform owned dependencies",
commitMessagePrefix: "[deps] Platform:",
@@ -353,7 +395,17 @@
reviewers: ["team:team-vault-dev"],
},
{
- matchPackageNames: ["@types/argon2-browser", "argon2", "argon2-browser", "big-integer"],
+ matchPackageNames: [
+ "@types/argon2-browser",
+ "aes",
+ "argon2",
+ "argon2-browser",
+ "big-integer",
+ "cbc",
+ "rsa",
+ "russh-cryptovec",
+ "sha2",
+ ],
description: "Key Management owned dependencies",
commitMessagePrefix: "[deps] KM:",
reviewers: ["team:team-key-management-dev"],
diff --git a/.github/workflows/build-desktop.yml b/.github/workflows/build-desktop.yml
index c65366c7796..48ecca540e8 100644
--- a/.github/workflows/build-desktop.yml
+++ b/.github/workflows/build-desktop.yml
@@ -146,9 +146,9 @@ jobs:
# Note, before updating the ubuntu version of the workflow, ensure the snap base image
# is equal or greater than the new version. Otherwise there might be GLIBC version issues.
# The snap base for desktop is defined in `apps/desktop/electron-builder.json`
- # We are currently running on 20.04 until the Ubuntu 24.04 release is available, as moving
- # to 22.04 now breaks users who are on 20.04 due to mismatched GLIBC versions.
- runs-on: ubuntu-20.04
+ # We intentionally keep this runner on the oldest supported OS in GitHub Actions
+ # for maximum compatibility across GLIBC versions
+ runs-on: ubuntu-22.04
needs: setup
env:
_PACKAGE_VERSION: ${{ needs.setup.outputs.package_version }}
diff --git a/.github/workflows/build-web.yml b/.github/workflows/build-web.yml
index bd96b388c6a..e91fba2e87a 100644
--- a/.github/workflows/build-web.yml
+++ b/.github/workflows/build-web.yml
@@ -312,6 +312,7 @@ jobs:
cosign sign --yes ${images}
- name: Scan Docker image
+ if: ${{ needs.setup.outputs.has_secrets == 'true' }}
id: container-scan
uses: anchore/scan-action@869c549e657a088dc0441b08ce4fc0ecdac2bb65 # v5.3.0
with:
@@ -320,9 +321,12 @@ jobs:
output-format: sarif
- name: Upload Grype results to GitHub
+ if: ${{ needs.setup.outputs.has_secrets == 'true' }}
uses: github/codeql-action/upload-sarif@d68b2d4edb4189fd2a5366ac14e72027bd4b37dd # v3.28.2
with:
sarif_file: ${{ steps.container-scan.outputs.sarif }}
+ sha: ${{ contains(github.event_name, 'pull_request') && github.event.pull_request.head.sha || github.sha }}
+ ref: ${{ contains(github.event_name, 'pull_request') && format('refs/pull/{0}/head', github.event.pull_request.number) || github.ref }}
- name: Log out of Docker
run: docker logout
diff --git a/.github/workflows/scan.yml b/.github/workflows/scan.yml
index c5e189c4666..77b66ba8bf1 100644
--- a/.github/workflows/scan.yml
+++ b/.github/workflows/scan.yml
@@ -49,6 +49,8 @@ jobs:
uses: github/codeql-action/upload-sarif@d68b2d4edb4189fd2a5366ac14e72027bd4b37dd # v3.28.2
with:
sarif_file: cx_result.sarif
+ sha: ${{ contains(github.event_name, 'pull_request') && github.event.pull_request.head.sha || github.sha }}
+ ref: ${{ contains(github.event_name, 'pull_request') && format('refs/pull/{0}/head', github.event.pull_request.number) || github.ref }}
quality:
name: Quality scan
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 0b039315b30..6411337f6e9 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -71,8 +71,6 @@ jobs:
- name: Upload results to codecov.io
uses: codecov/test-results-action@4e79e65778be1cecd5df25e14af1eafb6df80ea9 # v1.0.2
- env:
- CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
rust:
name: Run Rust tests on ${{ matrix.os }}
diff --git a/README.md b/README.md
index 22c8d329f1c..cdeaa4c8cf7 100644
--- a/README.md
+++ b/README.md
@@ -13,15 +13,15 @@
# Bitwarden Client Applications
-This repository houses all Bitwarden client applications except the [Mobile application](https://github.com/bitwarden/mobile).
+This repository houses all Bitwarden client applications except the mobile applications ([iOS](https://github.com/bitwarden/ios) | [android](https://github.com/bitwarden/android)).
Please refer to the [Clients section](https://contributing.bitwarden.com/getting-started/clients/) of the [Contributing Documentation](https://contributing.bitwarden.com/) for build instructions, recommended tooling, code style tips, and lots of other great information to get you started.
## Related projects:
- [bitwarden/server](https://github.com/bitwarden/server): The core infrastructure backend (API, database, Docker, etc).
-- [bitwarden/ios](https://github.com/bitwarden/ios): Bitwarden mobile app for iOS.
-- [bitwarden/android](https://github.com/bitwarden/android): Bitwarden mobile app for Android.
+- [bitwarden/ios](https://github.com/bitwarden/ios): Bitwarden iOS Password Manager & Authenticator apps.
+- [bitwarden/android](https://github.com/bitwarden/android): Bitwarden Android Password Manager & Authenticator apps.
- [bitwarden/directory-connector](https://github.com/bitwarden/directory-connector): A tool for syncing a directory (AD, LDAP, Azure, G Suite, Okta) to an organization.
# We're Hiring!
diff --git a/apps/browser/package.json b/apps/browser/package.json
index 21784167b9e..6ef35d88c10 100644
--- a/apps/browser/package.json
+++ b/apps/browser/package.json
@@ -1,6 +1,6 @@
{
"name": "@bitwarden/browser",
- "version": "2025.2.2",
+ "version": "2025.3.2",
"scripts": {
"build": "npm run build:chrome",
"build:chrome": "cross-env BROWSER=chrome MANIFEST_VERSION=3 NODE_OPTIONS=\"--max-old-space-size=8192\" webpack",
diff --git a/apps/browser/postcss.config.js b/apps/browser/postcss.config.js
index a4dee9d4362..5657df3afcf 100644
--- a/apps/browser/postcss.config.js
+++ b/apps/browser/postcss.config.js
@@ -1,4 +1,4 @@
-/* eslint-disable no-undef, @typescript-eslint/no-require-imports */
+/* eslint-disable @typescript-eslint/no-require-imports */
module.exports = {
plugins: [
require("postcss-import"),
diff --git a/apps/browser/src/_locales/ar/messages.json b/apps/browser/src/_locales/ar/messages.json
index 4ab45ed9003..bf22a38be08 100644
--- a/apps/browser/src/_locales/ar/messages.json
+++ b/apps/browser/src/_locales/ar/messages.json
@@ -263,12 +263,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "أدخل عنوان البريد الإلكتروني لحسابك وسيُرسل تلميح كلمة المرور الخاصة بك إليك"
},
- "passwordHint": {
- "message": "تلميح كلمة المرور"
- },
- "enterEmailToGetHint": {
- "message": "أدخل عنوان البريد الإلكتروني لحسابك للحصول على تلميح كلمة المرور الرئيسية."
- },
"getMasterPasswordHint": {
"message": "احصل على تلميح كلمة المرور الرئيسية"
},
@@ -385,6 +379,15 @@
"editFolder": {
"message": "تحرير المجلّد"
},
+ "editFolderWithName": {
+ "message": "Edit folder: $FOLDERNAME$",
+ "placeholders": {
+ "foldername": {
+ "content": "$1",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "مجلد جديد"
},
@@ -901,6 +904,9 @@
"no": {
"message": "لا"
},
+ "location": {
+ "message": "Location"
+ },
"unexpectedError": {
"message": "حدث خطأ غير متوقع."
},
@@ -1163,10 +1169,6 @@
"message": "فاتح",
"description": "Light color"
},
- "solarizedDark": {
- "message": "داكن مُشمس",
- "description": "'Solarized' is a noun and the name of a color scheme. It should not be translated."
- },
"exportFrom": {
"message": "التصدير من"
},
@@ -1516,9 +1518,6 @@
"selfHostedEnvironment": {
"message": "البيئة المستضافة ذاتيا"
},
- "selfHostedEnvironmentFooter": {
- "message": "حدد عنوان URL الأساسي لتثبيت Bitwarden المستضاف محليًا."
- },
"selfHostedBaseUrlHint": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation. Example: https://bitwarden.company.com"
},
@@ -1531,9 +1530,6 @@
"customEnvironment": {
"message": "بيئة مخصصة"
},
- "customEnvironmentFooter": {
- "message": "للمستخدمين المتقدمين. يمكنك تحديد عنوان URL الأساسي لكل خدمة بشكل مستقل."
- },
"baseUrl": {
"message": "رابط الخادم"
},
@@ -1671,6 +1667,9 @@
"dragToSort": {
"message": "اسحب للفرز"
},
+ "dragToReorder": {
+ "message": "Drag to reorder"
+ },
"cfTypeText": {
"message": "نص"
},
@@ -3008,6 +3007,15 @@
}
}
},
+ "exportingIndividualVaultWithAttachmentsDescription": {
+ "message": "Only the individual vault items including attachments associated with $EMAIL$ will be exported. Organization vault items will not be included",
+ "placeholders": {
+ "email": {
+ "content": "$1",
+ "example": "name@example.com"
+ }
+ }
+ },
"exportingOrganizationVaultTitle": {
"message": "Exporting organization vault"
},
@@ -3273,15 +3281,6 @@
}
}
},
- "settingsEdited": {
- "message": "تم تعديل الإعدادات"
- },
- "environmentEditedClick": {
- "message": "انقر هنا"
- },
- "environmentEditedReset": {
- "message": "لإعادة تعيين الإعدادات المُعدة مسبقاً"
- },
"serverVersion": {
"message": "إصدار الخادم"
},
@@ -3312,12 +3311,6 @@
"loginWithMasterPassword": {
"message": "تسجيل الدخول باستخدام كلمة المرور الرئيسية"
},
- "loggingInAs": {
- "message": "تسجيل الدخول كـ"
- },
- "notYou": {
- "message": "ليس حسابك؟"
- },
"newAroundHere": {
"message": "New around here?"
},
@@ -3327,9 +3320,6 @@
"loginWithDevice": {
"message": "تسجيل الدخول بالجهاز"
},
- "loginWithDeviceEnabledInfo": {
- "message": "يجب إعداد تسجيل الدخول بالجهاز في إعدادات تطبيق Bitwarden. هل تحتاج إلى خِيار آخر؟"
- },
"fingerprintPhraseHeader": {
"message": "عبارة بصمة الإصبع"
},
@@ -3342,9 +3332,6 @@
"viewAllLogInOptions": {
"message": "View all log in options"
},
- "viewAllLoginOptionsV1": {
- "message": "View all log in options"
- },
"notificationSentDevice": {
"message": "تم إرسال إشعار إلى جهازك."
},
@@ -3486,9 +3473,6 @@
"requestAdminApproval": {
"message": "طلب موافقة المدير"
},
- "approveWithMasterPassword": {
- "message": "الموافقة بواسطة كلمة المرور الرئيسية"
- },
"ssoIdentifierRequired": {
"message": "Organization SSO identifier is required."
},
@@ -3535,9 +3519,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "Your request has been sent to your admin."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "You will be notified once approved."
- },
"troubleLoggingIn": {
"message": "Trouble logging in?"
},
@@ -4298,6 +4279,20 @@
}
}
},
+ "viewItemTitleWithField": {
+ "message": "View item - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a link that opens a view for an item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"autofillTitle": {
"message": "Autofill - $ITEMNAME$",
"description": "Title for a button that autofills a login item.",
@@ -4308,6 +4303,20 @@
}
}
},
+ "autofillTitleWithField": {
+ "message": "Autofill - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a button that autofills a login item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"copyFieldValue": {
"message": "Copy $FIELD$, $VALUE$",
"description": "Title for a button that copies a field value to the clipboard.",
@@ -4698,6 +4707,9 @@
}
}
},
+ "reorderWebsiteUriButton": {
+ "message": "Reorder website URI. Use arrow key to move item up or down."
+ },
"reorderFieldUp": {
"message": "$LABEL$ moved up, position $INDEX$ of $LENGTH$",
"placeholders": {
@@ -4758,15 +4770,6 @@
"nothingSelected": {
"message": "You have not selected anything."
},
- "movedItemsToOrg": {
- "message": "Selected items moved to $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Items moved to $ORGNAME$",
"placeholders": {
@@ -5129,6 +5132,33 @@
"extraWide": {
"message": "Extra wide"
},
+ "sshKeyWrongPassword": {
+ "message": "The password you entered is incorrect."
+ },
+ "importSshKey": {
+ "message": "Import"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Confirm password"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Enter the password for the SSH key."
+ },
+ "enterSshKeyPassword": {
+ "message": "Enter password"
+ },
+ "invalidSshKey": {
+ "message": "The SSH key is invalid"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "The SSH key type is not supported"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Import key from clipboard"
+ },
+ "sshKeyImported": {
+ "message": "SSH key imported successfully"
+ },
"cannotRemoveViewOnlyCollections": {
"message": "You cannot remove collections with View only permissions: $COLLECTIONS$",
"placeholders": {
diff --git a/apps/browser/src/_locales/az/messages.json b/apps/browser/src/_locales/az/messages.json
index 4aa46d861d4..1ca7642eb19 100644
--- a/apps/browser/src/_locales/az/messages.json
+++ b/apps/browser/src/_locales/az/messages.json
@@ -263,12 +263,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Hesabınızın e-poçt ünvanını daxil edin və parolunuz üçün ipucu sizə göndəriləcək"
},
- "passwordHint": {
- "message": "Parol ipucu"
- },
- "enterEmailToGetHint": {
- "message": "Ana parol ipucunuzu alacağınız hesabınızın e-poçt ünvanını daxil edin."
- },
"getMasterPasswordHint": {
"message": "Ana parol üçün ipucu alın"
},
@@ -385,6 +379,15 @@
"editFolder": {
"message": "Qovluğa düzəliş et"
},
+ "editFolderWithName": {
+ "message": "Qovluğa düzəliş et: $FOLDERNAME$",
+ "placeholders": {
+ "foldername": {
+ "content": "$1",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "Yeni qovluq"
},
@@ -650,7 +653,7 @@
"message": "Veb brauzeriniz lövhəyə kopyalamağı dəstəkləmir. Əvəzində əllə kopyalayın."
},
"verifyYourIdentity": {
- "message": "Verify your identity"
+ "message": "Kimliyinizi doğrulayın"
},
"weDontRecognizeThisDevice": {
"message": "Bu cihazı tanımırıq. Kimliyinizi doğrulamaq üçün e-poçtunuza göndərilən kodu daxil edin."
@@ -901,6 +904,9 @@
"no": {
"message": "Xeyr"
},
+ "location": {
+ "message": "Yerləşmə"
+ },
"unexpectedError": {
"message": "Gözlənilməz bir xəta baş verdi."
},
@@ -1069,35 +1075,35 @@
"description": "Shown to user after login is updated."
},
"saveAsNewLoginAction": {
- "message": "Save as new login",
+ "message": "Yeni giriş kimi saxla",
"description": "Button text for saving login details as a new entry."
},
"updateLoginAction": {
- "message": "Update login",
+ "message": "Giriş məlumatlarını güncəllə",
"description": "Button text for updating an existing login entry."
},
"saveLoginPrompt": {
- "message": "Save login?",
+ "message": "Giriş məlumatları saxlanılsın?",
"description": "Prompt asking the user if they want to save their login details."
},
"updateLoginPrompt": {
- "message": "Update existing login?",
+ "message": "Mövcud giriş məlumatları güncəllənsin?",
"description": "Prompt asking the user if they want to update an existing login entry."
},
"loginSaveSuccess": {
- "message": "Login saved",
+ "message": "Giriş məlumatları saxlanıldı",
"description": "Message displayed when login details are successfully saved."
},
"loginUpdateSuccess": {
- "message": "Login updated",
+ "message": "Giriş məlumatları güncəlləndi",
"description": "Message displayed when login details are successfully updated."
},
"saveFailure": {
- "message": "Error saving",
+ "message": "Saxlama xətası",
"description": "Error message shown when the system fails to save login details."
},
"saveFailureDetails": {
- "message": "Oh no! We couldn't save this. Try entering the details manually.",
+ "message": "Bunu saxlaya bilmədik. Məlumatları manual daxil etməyə çalışın.",
"description": "Detailed error message shown when saving login details fails."
},
"enableChangedPasswordNotification": {
@@ -1163,10 +1169,6 @@
"message": "Açıq",
"description": "Light color"
},
- "solarizedDark": {
- "message": "Günəşli tünd",
- "description": "'Solarized' is a noun and the name of a color scheme. It should not be translated."
- },
"exportFrom": {
"message": "Buradan xaricə köçür"
},
@@ -1516,9 +1518,6 @@
"selfHostedEnvironment": {
"message": "Self-hosted mühit"
},
- "selfHostedEnvironmentFooter": {
- "message": "Öz-özünə sahiblik edən Bitwarden quraşdırmasının təməl URL-sini müəyyənləşdirin."
- },
"selfHostedBaseUrlHint": {
"message": "Öz-özünə sahiblik edən Bitwarden quraşdırmasının təməl URL-sini müəyyənləşdirin. Nümunə: https://bitwarden.company.com"
},
@@ -1531,9 +1530,6 @@
"customEnvironment": {
"message": "Özəl mühit"
},
- "customEnvironmentFooter": {
- "message": "Qabaqcıl istifadəçilər üçündür. Hər xidmətin baza URL-sini müstəqil olaraq müəyyənləşdirə bilərsiniz."
- },
"baseUrl": {
"message": "Server URL-si"
},
@@ -1671,6 +1667,9 @@
"dragToSort": {
"message": "Sıralamaq üçün sürüklə"
},
+ "dragToReorder": {
+ "message": "Yenidən sıralamaq üçün sürüklə"
+ },
"cfTypeText": {
"message": "Mətn"
},
@@ -3008,6 +3007,15 @@
}
}
},
+ "exportingIndividualVaultWithAttachmentsDescription": {
+ "message": "Yalnız $EMAIL$ ilə əlaqələndirilmiş qoşmalar daxil olmaqla fərdi anbar elementləri xaricə köçürüləcək. Təşkilat anbar elementləri daxil edilməyəcək",
+ "placeholders": {
+ "email": {
+ "content": "$1",
+ "example": "name@example.com"
+ }
+ }
+ },
"exportingOrganizationVaultTitle": {
"message": "Təşkilat seyfini xaricə köçürmə"
},
@@ -3273,15 +3281,6 @@
}
}
},
- "settingsEdited": {
- "message": "Ayarlara düzəliş edildi"
- },
- "environmentEditedClick": {
- "message": "Bura klikləyin"
- },
- "environmentEditedReset": {
- "message": "ön konfiqurasiyalı ayarları sıfırlamaq üçün"
- },
"serverVersion": {
"message": "Server versiyası"
},
@@ -3312,12 +3311,6 @@
"loginWithMasterPassword": {
"message": "Ana parolla giriş et"
},
- "loggingInAs": {
- "message": "Giriş et"
- },
- "notYou": {
- "message": "Siz deyilsiniz?"
- },
"newAroundHere": {
"message": "Burada yenisiniz?"
},
@@ -3327,9 +3320,6 @@
"loginWithDevice": {
"message": "Cihazla giriş et"
},
- "loginWithDeviceEnabledInfo": {
- "message": "Cihazla giriş, Bitwarden tətbiqinin ayarlarında qurulmalıdır. Başqa bir seçimə ehtiyacınız var?"
- },
"fingerprintPhraseHeader": {
"message": "Barmaq izi ifadəsi"
},
@@ -3342,9 +3332,6 @@
"viewAllLogInOptions": {
"message": "Bütün giriş seçimlərinə bax"
},
- "viewAllLoginOptionsV1": {
- "message": "Bütün giriş seçimlərinə bax"
- },
"notificationSentDevice": {
"message": "Cihazınıza bir bildiriş göndərildi."
},
@@ -3486,9 +3473,6 @@
"requestAdminApproval": {
"message": "Admin təsdiqini tələb et"
},
- "approveWithMasterPassword": {
- "message": "Ana parolla təsdiqlə"
- },
"ssoIdentifierRequired": {
"message": "Təşkilat SSO identifikatoru tələb olunur."
},
@@ -3535,9 +3519,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "Tələbiniz admininizə göndərildi."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "Təsdiqləndikdən sonra məlumatlandırılacaqsınız."
- },
"troubleLoggingIn": {
"message": "Girişdə problem var?"
},
@@ -4298,6 +4279,20 @@
}
}
},
+ "viewItemTitleWithField": {
+ "message": "View item - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a link that opens a view for an item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"autofillTitle": {
"message": "Avto-doldur - $ITEMNAME$",
"description": "Title for a button that autofills a login item.",
@@ -4308,6 +4303,20 @@
}
}
},
+ "autofillTitleWithField": {
+ "message": "Autofill - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a button that autofills a login item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"copyFieldValue": {
"message": "Kopyala: $FIELD$, $VALUE$",
"description": "Title for a button that copies a field value to the clipboard.",
@@ -4698,6 +4707,9 @@
}
}
},
+ "reorderWebsiteUriButton": {
+ "message": "Veb sayt URI-yını yenidən sırala. Ox düyməsi ilə elementi yuxarı və ya aşağı daşıyın."
+ },
"reorderFieldUp": {
"message": "$LABEL$ yuxarı daşındı, mövqeyi $INDEX$/$LENGTH$",
"placeholders": {
@@ -4758,15 +4770,6 @@
"nothingSelected": {
"message": "Heç nə seçməmisiniz."
},
- "movedItemsToOrg": {
- "message": "Seçilən elementlər $ORGNAME$ təşkilatına daşınıldı",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Elementlər bura daşındı: $ORGNAME$",
"placeholders": {
@@ -5129,6 +5132,33 @@
"extraWide": {
"message": "Ekstra enli"
},
+ "sshKeyWrongPassword": {
+ "message": "Daxil etdiyiniz parol yanlışdır."
+ },
+ "importSshKey": {
+ "message": "Daxilə köçür"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Parolu təsdiqlə"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "SSH açarı üçün parolu daxil edin."
+ },
+ "enterSshKeyPassword": {
+ "message": "Parolu daxil edin"
+ },
+ "invalidSshKey": {
+ "message": "SSH açarı yararsızdır"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "SSH açar növü dəstəklənmir"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Açarı lövhədən daxilə köçür"
+ },
+ "sshKeyImported": {
+ "message": "SSH açarı uğurla daxilə köçürüldü"
+ },
"cannotRemoveViewOnlyCollections": {
"message": "\"Yalnız baxma\" icazələrinə sahib kolleksiyaları silə bilməzsiniz: $COLLECTIONS$",
"placeholders": {
@@ -5145,6 +5175,6 @@
"message": "Biometrik kilid açmanı istifadə etmək üçün lütfən masaüstü tətbiqinizi güncəlləyin, ya da masaüstü ayarlarında barmaq izi ilə kilid açmanı sıradan çıxardın."
},
"changeAtRiskPassword": {
- "message": "Change at-risk password"
+ "message": "Riskli parolları dəyişdir"
}
}
diff --git a/apps/browser/src/_locales/be/messages.json b/apps/browser/src/_locales/be/messages.json
index 84e438c4feb..a9a237aeb99 100644
--- a/apps/browser/src/_locales/be/messages.json
+++ b/apps/browser/src/_locales/be/messages.json
@@ -23,7 +23,7 @@
"message": "Упершыню ў Bitwarden?"
},
"logInWithPasskey": {
- "message": "Log in with passkey"
+ "message": "Увайсці з ключом доступу"
},
"useSingleSignOn": {
"message": "Выкарыстаць аднаразовы ўваход"
@@ -35,7 +35,7 @@
"message": "Прызначыць надзейны пароль"
},
"finishCreatingYourAccountBySettingAPassword": {
- "message": "Finish creating your account by setting a password"
+ "message": "Завяршыць стварэнне вашага ўліковага запісу нарадзіўшы пароль"
},
"enterpriseSingleSignOn": {
"message": "Адзіны ўваход прадпрыемства (SSO)"
@@ -62,7 +62,7 @@
"message": "Падказка да асноўнага пароля можа дапамагчы вам успомніць яго, калі вы яго забылі."
},
"masterPassHintText": {
- "message": "If you forget your password, the password hint can be sent to your email. $CURRENT$/$MAXIMUM$ character maximum.",
+ "message": "Падказка пароля можа быць адпраўлена на ваш адрас электроннай пошты, калі вы яго забудзеце. Максімум сімвалаў: $CURRENT$/$MAXIMUM$.",
"placeholders": {
"current": {
"content": "$1",
@@ -81,7 +81,7 @@
"message": "Падказка да асноўнага пароля (неабавязкова)"
},
"passwordStrengthScore": {
- "message": "Password strength score $SCORE$",
+ "message": "Ацэнка надзейнасці пароля $SCORE$",
"placeholders": {
"score": {
"content": "$1",
@@ -206,10 +206,10 @@
"message": "Аўтазапаўненне асабістых даных"
},
"fillVerificationCode": {
- "message": "Fill verification code"
+ "message": "Запоўніць праверачны код"
},
"fillVerificationCodeAria": {
- "message": "Fill Verification Code",
+ "message": "Запоўніць праверачны код",
"description": "Aria label for the heading displayed the inline menu for totp code autofill"
},
"generatePasswordCopied": {
@@ -261,13 +261,7 @@
"message": "Запытаць падказку да асноўнага пароля"
},
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
- "message": "Enter your account email address and your password hint will be sent to you"
- },
- "passwordHint": {
- "message": "Падказка да пароля"
- },
- "enterEmailToGetHint": {
- "message": "Увядзіце адрас электроннай пошты ўліковага запісу для атрымання падказкі да асноўнага пароля."
+ "message": "Увядзіце адрас электроннай пошты ўліковага запісу і падказка пароля будзе адпраўлена вам"
},
"getMasterPasswordHint": {
"message": "Атрымаць падказку да асноўнага пароля"
@@ -297,7 +291,7 @@
"message": "Працягнуць у вэб-праграме?"
},
"continueToWebAppDesc": {
- "message": "Explore more features of your Bitwarden account on the web app."
+ "message": "Даследуйце больш функцый вашага уліковага запісу Bitwarden у вэб-праграме."
},
"continueToHelpCenter": {
"message": "Працягнуць працу ў Даведачным цэнтры?"
@@ -385,6 +379,15 @@
"editFolder": {
"message": "Рэдагаваць папку"
},
+ "editFolderWithName": {
+ "message": "Edit folder: $FOLDERNAME$",
+ "placeholders": {
+ "foldername": {
+ "content": "$1",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "Новая папка"
},
@@ -901,6 +904,9 @@
"no": {
"message": "Не"
},
+ "location": {
+ "message": "Location"
+ },
"unexpectedError": {
"message": "Адбылася нечаканая памылка."
},
@@ -1163,10 +1169,6 @@
"message": "Светлая",
"description": "Light color"
},
- "solarizedDark": {
- "message": "Solarized dark",
- "description": "'Solarized' is a noun and the name of a color scheme. It should not be translated."
- },
"exportFrom": {
"message": "Экспартаванне з"
},
@@ -1516,9 +1518,6 @@
"selfHostedEnvironment": {
"message": "Асяроддзе ўласнага хостынгу"
},
- "selfHostedEnvironmentFooter": {
- "message": "Увядзіце асноўны URL-адрас вашага лакальнага размяшчэння ўсталяванага Bitwarden."
- },
"selfHostedBaseUrlHint": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation. Example: https://bitwarden.company.com"
},
@@ -1531,9 +1530,6 @@
"customEnvironment": {
"message": "Карыстальніцкае асяроддзе"
},
- "customEnvironmentFooter": {
- "message": "Для дасведчаных карыстальнікаў. Можна ўвесці URL-адрасы асобна для кожнай службы."
- },
"baseUrl": {
"message": "URL-адрас сервера"
},
@@ -1671,6 +1667,9 @@
"dragToSort": {
"message": "Перацягніце для сартавання"
},
+ "dragToReorder": {
+ "message": "Drag to reorder"
+ },
"cfTypeText": {
"message": "Тэкст"
},
@@ -3008,6 +3007,15 @@
}
}
},
+ "exportingIndividualVaultWithAttachmentsDescription": {
+ "message": "Only the individual vault items including attachments associated with $EMAIL$ will be exported. Organization vault items will not be included",
+ "placeholders": {
+ "email": {
+ "content": "$1",
+ "example": "name@example.com"
+ }
+ }
+ },
"exportingOrganizationVaultTitle": {
"message": "Экспартаванне сховішча арганізацыі"
},
@@ -3273,15 +3281,6 @@
}
}
},
- "settingsEdited": {
- "message": "Налады былі адрэдагаваныя"
- },
- "environmentEditedClick": {
- "message": "Націсніце тут"
- },
- "environmentEditedReset": {
- "message": "для скіду да прадвызначаных наладаў"
- },
"serverVersion": {
"message": "Версія сервера"
},
@@ -3312,12 +3311,6 @@
"loginWithMasterPassword": {
"message": "Увайсці з асноўным паролем"
},
- "loggingInAs": {
- "message": "Увайсці як"
- },
- "notYou": {
- "message": "Не вы?"
- },
"newAroundHere": {
"message": "Упершыню тут?"
},
@@ -3327,9 +3320,6 @@
"loginWithDevice": {
"message": "Уваход з прыладай"
},
- "loginWithDeviceEnabledInfo": {
- "message": "Неабходна наладзіць уваход з прыладай у наладах мабільнай праграмы Bitwarden. Патрабуецца іншы варыянт?"
- },
"fingerprintPhraseHeader": {
"message": "Фраза адбітка пальца"
},
@@ -3342,9 +3332,6 @@
"viewAllLogInOptions": {
"message": "View all log in options"
},
- "viewAllLoginOptionsV1": {
- "message": "View all log in options"
- },
"notificationSentDevice": {
"message": "Апавяшчэнне было адпраўлена на вашу прыладу."
},
@@ -3486,9 +3473,6 @@
"requestAdminApproval": {
"message": "Запытаць ухваленне адміністратара"
},
- "approveWithMasterPassword": {
- "message": "Approve with master password"
- },
"ssoIdentifierRequired": {
"message": "Organization SSO identifier is required."
},
@@ -3535,9 +3519,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "Ваш запыт адпраўлены адміністратару."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "Вы атрымаеце апавяшчэння пасля яго ўхвалення."
- },
"troubleLoggingIn": {
"message": "Праблемы з уваходам?"
},
@@ -4298,6 +4279,20 @@
}
}
},
+ "viewItemTitleWithField": {
+ "message": "View item - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a link that opens a view for an item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"autofillTitle": {
"message": "Autofill - $ITEMNAME$",
"description": "Title for a button that autofills a login item.",
@@ -4308,6 +4303,20 @@
}
}
},
+ "autofillTitleWithField": {
+ "message": "Autofill - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a button that autofills a login item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"copyFieldValue": {
"message": "Copy $FIELD$, $VALUE$",
"description": "Title for a button that copies a field value to the clipboard.",
@@ -4698,6 +4707,9 @@
}
}
},
+ "reorderWebsiteUriButton": {
+ "message": "Reorder website URI. Use arrow key to move item up or down."
+ },
"reorderFieldUp": {
"message": "$LABEL$ moved up, position $INDEX$ of $LENGTH$",
"placeholders": {
@@ -4758,15 +4770,6 @@
"nothingSelected": {
"message": "Вы пакуль нічога не выбралі."
},
- "movedItemsToOrg": {
- "message": "Выбраныя элементы перамешчаны ў $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Items moved to $ORGNAME$",
"placeholders": {
@@ -5129,6 +5132,33 @@
"extraWide": {
"message": "Extra wide"
},
+ "sshKeyWrongPassword": {
+ "message": "The password you entered is incorrect."
+ },
+ "importSshKey": {
+ "message": "Import"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Confirm password"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Enter the password for the SSH key."
+ },
+ "enterSshKeyPassword": {
+ "message": "Enter password"
+ },
+ "invalidSshKey": {
+ "message": "The SSH key is invalid"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "The SSH key type is not supported"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Import key from clipboard"
+ },
+ "sshKeyImported": {
+ "message": "SSH key imported successfully"
+ },
"cannotRemoveViewOnlyCollections": {
"message": "You cannot remove collections with View only permissions: $COLLECTIONS$",
"placeholders": {
diff --git a/apps/browser/src/_locales/bg/messages.json b/apps/browser/src/_locales/bg/messages.json
index 8d670e8666b..c5dd0237a2c 100644
--- a/apps/browser/src/_locales/bg/messages.json
+++ b/apps/browser/src/_locales/bg/messages.json
@@ -263,12 +263,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Въведете е-пощата на регистрацията си и подсказката за паролата ще Ви бъде изпратена"
},
- "passwordHint": {
- "message": "Подсказка за паролата"
- },
- "enterEmailToGetHint": {
- "message": "Въведете адреса на имейла си, за да получите подсказка за главната си парола."
- },
"getMasterPasswordHint": {
"message": "Подсказка за главната парола"
},
@@ -385,6 +379,15 @@
"editFolder": {
"message": "Редактиране на папка"
},
+ "editFolderWithName": {
+ "message": "Редактиране на папка: $FOLDERNAME$",
+ "placeholders": {
+ "foldername": {
+ "content": "$1",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "Нова папка"
},
@@ -901,6 +904,9 @@
"no": {
"message": "Не"
},
+ "location": {
+ "message": "Местоположение"
+ },
"unexpectedError": {
"message": "Възникна неочаквана грешка."
},
@@ -1163,10 +1169,6 @@
"message": "Светъл",
"description": "Light color"
},
- "solarizedDark": {
- "message": "Преекспонирано тъмен",
- "description": "'Solarized' is a noun and the name of a color scheme. It should not be translated."
- },
"exportFrom": {
"message": "Изнасяне от"
},
@@ -1516,9 +1518,6 @@
"selfHostedEnvironment": {
"message": "Собствена среда"
},
- "selfHostedEnvironmentFooter": {
- "message": "Укажете базовия адрес за собствената ви инсталирана среда на Bitwarden."
- },
"selfHostedBaseUrlHint": {
"message": "Посочете базовия адрес на Вашата собствена инсталация на Битуорден. Пример: https://bitwarden.company.com"
},
@@ -1531,9 +1530,6 @@
"customEnvironment": {
"message": "Специална среда"
},
- "customEnvironmentFooter": {
- "message": "За специални случаи. Може да укажете основните адреси на всяка ползвана услуга поотделно."
- },
"baseUrl": {
"message": "Адрес на сървъра"
},
@@ -1671,6 +1667,9 @@
"dragToSort": {
"message": "Подредба чрез влачене"
},
+ "dragToReorder": {
+ "message": "Плъзнете за пренареждане"
+ },
"cfTypeText": {
"message": "Текст"
},
@@ -3008,6 +3007,15 @@
}
}
},
+ "exportingIndividualVaultWithAttachmentsDescription": {
+ "message": "Ще бъдат изнесени само записите и прикачените файлове от личния трезор свързан с $EMAIL$. Записите в трезора на организацията няма да бъдат включени.",
+ "placeholders": {
+ "email": {
+ "content": "$1",
+ "example": "name@example.com"
+ }
+ }
+ },
"exportingOrganizationVaultTitle": {
"message": "Изнасяне на трезора на организацията"
},
@@ -3273,15 +3281,6 @@
}
}
},
- "settingsEdited": {
- "message": "Настройките баха променени"
- },
- "environmentEditedClick": {
- "message": "Щракнете тук"
- },
- "environmentEditedReset": {
- "message": "за да върнете предварително зададените настройки"
- },
"serverVersion": {
"message": "Версия на сървъра"
},
@@ -3312,12 +3311,6 @@
"loginWithMasterPassword": {
"message": "Вписване с главната парола"
},
- "loggingInAs": {
- "message": "Вписване като"
- },
- "notYou": {
- "message": "Това не сте Вие?"
- },
"newAroundHere": {
"message": "За пръв път ли сте тук?"
},
@@ -3327,9 +3320,6 @@
"loginWithDevice": {
"message": "Вписване с устройство"
},
- "loginWithDeviceEnabledInfo": {
- "message": "Вписването с устройство трябва да е включено в настройките на приложението на Битуорден. Друга настройка ли търсите?"
- },
"fingerprintPhraseHeader": {
"message": "Уникална фраза"
},
@@ -3342,9 +3332,6 @@
"viewAllLogInOptions": {
"message": "Вижте всички възможности за вписване"
},
- "viewAllLoginOptionsV1": {
- "message": "Вижте всички възможности за вписване"
- },
"notificationSentDevice": {
"message": "Към устройството Ви е изпратено известие."
},
@@ -3486,9 +3473,6 @@
"requestAdminApproval": {
"message": "Подаване на заявка за одобрение от администратор"
},
- "approveWithMasterPassword": {
- "message": "Одобряване с главната парола"
- },
"ssoIdentifierRequired": {
"message": "Идентификаторът за еднократна идентификация на организация е задължителен."
},
@@ -3535,9 +3519,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "Вашата заявка беше изпратена до администратора Ви."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "Ще получите известие, когато тя бъде одобрена."
- },
"troubleLoggingIn": {
"message": "Имате проблем с вписването?"
},
@@ -4298,6 +4279,20 @@
}
}
},
+ "viewItemTitleWithField": {
+ "message": "View item - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a link that opens a view for an item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"autofillTitle": {
"message": "Авт. попълване – $ITEMNAME$",
"description": "Title for a button that autofills a login item.",
@@ -4308,6 +4303,20 @@
}
}
},
+ "autofillTitleWithField": {
+ "message": "Autofill - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a button that autofills a login item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"copyFieldValue": {
"message": "Копиране на $FIELD$, $VALUE$",
"description": "Title for a button that copies a field value to the clipboard.",
@@ -4698,6 +4707,9 @@
}
}
},
+ "reorderWebsiteUriButton": {
+ "message": "Преместване на адреса на уеб сайта. Използвайте стрелките, за да преместите елемента нагоре или надолу."
+ },
"reorderFieldUp": {
"message": "Преместено нагоре: $LABEL$. Позиция $INDEX$ от $LENGTH$",
"placeholders": {
@@ -4758,15 +4770,6 @@
"nothingSelected": {
"message": "Не сте избрали нищо."
},
- "movedItemsToOrg": {
- "message": "Избраните записи бяха преместени в $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Елементите са преместени в $ORGNAME$",
"placeholders": {
@@ -5129,6 +5132,33 @@
"extraWide": {
"message": "Много широко"
},
+ "sshKeyWrongPassword": {
+ "message": "Въведената парола е неправилна."
+ },
+ "importSshKey": {
+ "message": "Внасяне"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Потвърждаване на паролата"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Въведете паролата за SSH-ключа."
+ },
+ "enterSshKeyPassword": {
+ "message": "Въведете паролата"
+ },
+ "invalidSshKey": {
+ "message": "SSH ключът е неправилен"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "Типът на SSH ключа не се поддържа"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Внасяне на ключ от буфера за обмен"
+ },
+ "sshKeyImported": {
+ "message": "SSH ключът е внесен успешно"
+ },
"cannotRemoveViewOnlyCollections": {
"message": "Не можете да премахвате колекции с права „Само за преглед“: $COLLECTIONS$",
"placeholders": {
diff --git a/apps/browser/src/_locales/bn/messages.json b/apps/browser/src/_locales/bn/messages.json
index 1e0335b8a3a..21a455265e4 100644
--- a/apps/browser/src/_locales/bn/messages.json
+++ b/apps/browser/src/_locales/bn/messages.json
@@ -263,12 +263,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Enter your account email address and your password hint will be sent to you"
},
- "passwordHint": {
- "message": "পাসওয়ার্ড ইঙ্গিত"
- },
- "enterEmailToGetHint": {
- "message": "আপনার মূল পাসওয়ার্ডের ইঙ্গিতটি পেতে আপনার অ্যাকাউন্টের ইমেল ঠিকানা প্রবেশ করুন।"
- },
"getMasterPasswordHint": {
"message": "মূল পাসওয়ার্ডের ইঙ্গিত পান"
},
@@ -385,6 +379,15 @@
"editFolder": {
"message": "ফোল্ডার সম্পাদনা"
},
+ "editFolderWithName": {
+ "message": "Edit folder: $FOLDERNAME$",
+ "placeholders": {
+ "foldername": {
+ "content": "$1",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "New folder"
},
@@ -901,6 +904,9 @@
"no": {
"message": "না"
},
+ "location": {
+ "message": "Location"
+ },
"unexpectedError": {
"message": "একটি অপ্রত্যাশিত ত্রুটি ঘটেছে।"
},
@@ -1163,10 +1169,6 @@
"message": "উজ্জ্বল",
"description": "Light color"
},
- "solarizedDark": {
- "message": "Solarized dark",
- "description": "'Solarized' is a noun and the name of a color scheme. It should not be translated."
- },
"exportFrom": {
"message": "Export from"
},
@@ -1516,9 +1518,6 @@
"selfHostedEnvironment": {
"message": "স্ব-হোস্টকৃত পরিবেশ"
},
- "selfHostedEnvironmentFooter": {
- "message": "আপনার অন-প্রাঙ্গনে হোস্টকৃত Bitwarden ইনস্টলেশনটির বেস URL উল্লেখ করুন।"
- },
"selfHostedBaseUrlHint": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation. Example: https://bitwarden.company.com"
},
@@ -1531,9 +1530,6 @@
"customEnvironment": {
"message": "পছন্দসই পরিবেশ"
},
- "customEnvironmentFooter": {
- "message": "উন্নত ব্যবহারকারীদের জন্য। আপনি স্বতন্ত্রভাবে প্রতিটি পরিষেবার মূল URL নির্দিষ্ট করতে পারেন।"
- },
"baseUrl": {
"message": "সার্ভার URL"
},
@@ -1671,6 +1667,9 @@
"dragToSort": {
"message": "বাছাই করতে টানুন"
},
+ "dragToReorder": {
+ "message": "Drag to reorder"
+ },
"cfTypeText": {
"message": "পাঠ্য"
},
@@ -3008,6 +3007,15 @@
}
}
},
+ "exportingIndividualVaultWithAttachmentsDescription": {
+ "message": "Only the individual vault items including attachments associated with $EMAIL$ will be exported. Organization vault items will not be included",
+ "placeholders": {
+ "email": {
+ "content": "$1",
+ "example": "name@example.com"
+ }
+ }
+ },
"exportingOrganizationVaultTitle": {
"message": "Exporting organization vault"
},
@@ -3273,15 +3281,6 @@
}
}
},
- "settingsEdited": {
- "message": "Settings have been edited"
- },
- "environmentEditedClick": {
- "message": "Click here"
- },
- "environmentEditedReset": {
- "message": "to reset to pre-configured settings"
- },
"serverVersion": {
"message": "Server version"
},
@@ -3312,12 +3311,6 @@
"loginWithMasterPassword": {
"message": "Log in with master password"
},
- "loggingInAs": {
- "message": "Logging in as"
- },
- "notYou": {
- "message": "Not you?"
- },
"newAroundHere": {
"message": "New around here?"
},
@@ -3327,9 +3320,6 @@
"loginWithDevice": {
"message": "Log in with device"
},
- "loginWithDeviceEnabledInfo": {
- "message": "Log in with device must be set up in the settings of the Bitwarden app. Need another option?"
- },
"fingerprintPhraseHeader": {
"message": "Fingerprint phrase"
},
@@ -3342,9 +3332,6 @@
"viewAllLogInOptions": {
"message": "View all log in options"
},
- "viewAllLoginOptionsV1": {
- "message": "View all log in options"
- },
"notificationSentDevice": {
"message": "A notification has been sent to your device."
},
@@ -3486,9 +3473,6 @@
"requestAdminApproval": {
"message": "Request admin approval"
},
- "approveWithMasterPassword": {
- "message": "Approve with master password"
- },
"ssoIdentifierRequired": {
"message": "Organization SSO identifier is required."
},
@@ -3535,9 +3519,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "Your request has been sent to your admin."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "You will be notified once approved."
- },
"troubleLoggingIn": {
"message": "Trouble logging in?"
},
@@ -4298,6 +4279,20 @@
}
}
},
+ "viewItemTitleWithField": {
+ "message": "View item - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a link that opens a view for an item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"autofillTitle": {
"message": "Autofill - $ITEMNAME$",
"description": "Title for a button that autofills a login item.",
@@ -4308,6 +4303,20 @@
}
}
},
+ "autofillTitleWithField": {
+ "message": "Autofill - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a button that autofills a login item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"copyFieldValue": {
"message": "Copy $FIELD$, $VALUE$",
"description": "Title for a button that copies a field value to the clipboard.",
@@ -4698,6 +4707,9 @@
}
}
},
+ "reorderWebsiteUriButton": {
+ "message": "Reorder website URI. Use arrow key to move item up or down."
+ },
"reorderFieldUp": {
"message": "$LABEL$ moved up, position $INDEX$ of $LENGTH$",
"placeholders": {
@@ -4758,15 +4770,6 @@
"nothingSelected": {
"message": "You have not selected anything."
},
- "movedItemsToOrg": {
- "message": "Selected items moved to $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Items moved to $ORGNAME$",
"placeholders": {
@@ -5129,6 +5132,33 @@
"extraWide": {
"message": "Extra wide"
},
+ "sshKeyWrongPassword": {
+ "message": "The password you entered is incorrect."
+ },
+ "importSshKey": {
+ "message": "Import"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Confirm password"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Enter the password for the SSH key."
+ },
+ "enterSshKeyPassword": {
+ "message": "Enter password"
+ },
+ "invalidSshKey": {
+ "message": "The SSH key is invalid"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "The SSH key type is not supported"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Import key from clipboard"
+ },
+ "sshKeyImported": {
+ "message": "SSH key imported successfully"
+ },
"cannotRemoveViewOnlyCollections": {
"message": "You cannot remove collections with View only permissions: $COLLECTIONS$",
"placeholders": {
diff --git a/apps/browser/src/_locales/bs/messages.json b/apps/browser/src/_locales/bs/messages.json
index 0118e5854af..a2457c94080 100644
--- a/apps/browser/src/_locales/bs/messages.json
+++ b/apps/browser/src/_locales/bs/messages.json
@@ -263,12 +263,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Enter your account email address and your password hint will be sent to you"
},
- "passwordHint": {
- "message": "Nagovještaj lozinke"
- },
- "enterEmailToGetHint": {
- "message": "Enter your account email address to receive your master password hint."
- },
"getMasterPasswordHint": {
"message": "Get master password hint"
},
@@ -385,6 +379,15 @@
"editFolder": {
"message": "Edit folder"
},
+ "editFolderWithName": {
+ "message": "Edit folder: $FOLDERNAME$",
+ "placeholders": {
+ "foldername": {
+ "content": "$1",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "New folder"
},
@@ -901,6 +904,9 @@
"no": {
"message": "No"
},
+ "location": {
+ "message": "Location"
+ },
"unexpectedError": {
"message": "An unexpected error has occurred."
},
@@ -1163,10 +1169,6 @@
"message": "Light",
"description": "Light color"
},
- "solarizedDark": {
- "message": "Solarized dark",
- "description": "'Solarized' is a noun and the name of a color scheme. It should not be translated."
- },
"exportFrom": {
"message": "Export from"
},
@@ -1516,9 +1518,6 @@
"selfHostedEnvironment": {
"message": "Self-hosted environment"
},
- "selfHostedEnvironmentFooter": {
- "message": "Specify the base URL of your on-premises hosted Bitwarden installation."
- },
"selfHostedBaseUrlHint": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation. Example: https://bitwarden.company.com"
},
@@ -1531,9 +1530,6 @@
"customEnvironment": {
"message": "Custom environment"
},
- "customEnvironmentFooter": {
- "message": "For advanced users. You can specify the base URL of each service independently."
- },
"baseUrl": {
"message": "Server URL"
},
@@ -1671,6 +1667,9 @@
"dragToSort": {
"message": "Drag to sort"
},
+ "dragToReorder": {
+ "message": "Drag to reorder"
+ },
"cfTypeText": {
"message": "Text"
},
@@ -3008,6 +3007,15 @@
}
}
},
+ "exportingIndividualVaultWithAttachmentsDescription": {
+ "message": "Only the individual vault items including attachments associated with $EMAIL$ will be exported. Organization vault items will not be included",
+ "placeholders": {
+ "email": {
+ "content": "$1",
+ "example": "name@example.com"
+ }
+ }
+ },
"exportingOrganizationVaultTitle": {
"message": "Exporting organization vault"
},
@@ -3273,15 +3281,6 @@
}
}
},
- "settingsEdited": {
- "message": "Settings have been edited"
- },
- "environmentEditedClick": {
- "message": "Click here"
- },
- "environmentEditedReset": {
- "message": "to reset to pre-configured settings"
- },
"serverVersion": {
"message": "Server version"
},
@@ -3312,12 +3311,6 @@
"loginWithMasterPassword": {
"message": "Log in with master password"
},
- "loggingInAs": {
- "message": "Logging in as"
- },
- "notYou": {
- "message": "Not you?"
- },
"newAroundHere": {
"message": "New around here?"
},
@@ -3327,9 +3320,6 @@
"loginWithDevice": {
"message": "Log in with device"
},
- "loginWithDeviceEnabledInfo": {
- "message": "Log in with device must be set up in the settings of the Bitwarden app. Need another option?"
- },
"fingerprintPhraseHeader": {
"message": "Fingerprint phrase"
},
@@ -3342,9 +3332,6 @@
"viewAllLogInOptions": {
"message": "View all log in options"
},
- "viewAllLoginOptionsV1": {
- "message": "View all log in options"
- },
"notificationSentDevice": {
"message": "A notification has been sent to your device."
},
@@ -3486,9 +3473,6 @@
"requestAdminApproval": {
"message": "Request admin approval"
},
- "approveWithMasterPassword": {
- "message": "Approve with master password"
- },
"ssoIdentifierRequired": {
"message": "Organization SSO identifier is required."
},
@@ -3535,9 +3519,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "Your request has been sent to your admin."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "You will be notified once approved."
- },
"troubleLoggingIn": {
"message": "Trouble logging in?"
},
@@ -4298,6 +4279,20 @@
}
}
},
+ "viewItemTitleWithField": {
+ "message": "View item - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a link that opens a view for an item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"autofillTitle": {
"message": "Autofill - $ITEMNAME$",
"description": "Title for a button that autofills a login item.",
@@ -4308,6 +4303,20 @@
}
}
},
+ "autofillTitleWithField": {
+ "message": "Autofill - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a button that autofills a login item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"copyFieldValue": {
"message": "Copy $FIELD$, $VALUE$",
"description": "Title for a button that copies a field value to the clipboard.",
@@ -4698,6 +4707,9 @@
}
}
},
+ "reorderWebsiteUriButton": {
+ "message": "Reorder website URI. Use arrow key to move item up or down."
+ },
"reorderFieldUp": {
"message": "$LABEL$ moved up, position $INDEX$ of $LENGTH$",
"placeholders": {
@@ -4758,15 +4770,6 @@
"nothingSelected": {
"message": "You have not selected anything."
},
- "movedItemsToOrg": {
- "message": "Selected items moved to $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Items moved to $ORGNAME$",
"placeholders": {
@@ -5129,6 +5132,33 @@
"extraWide": {
"message": "Extra wide"
},
+ "sshKeyWrongPassword": {
+ "message": "The password you entered is incorrect."
+ },
+ "importSshKey": {
+ "message": "Import"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Confirm password"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Enter the password for the SSH key."
+ },
+ "enterSshKeyPassword": {
+ "message": "Enter password"
+ },
+ "invalidSshKey": {
+ "message": "The SSH key is invalid"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "The SSH key type is not supported"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Import key from clipboard"
+ },
+ "sshKeyImported": {
+ "message": "SSH key imported successfully"
+ },
"cannotRemoveViewOnlyCollections": {
"message": "You cannot remove collections with View only permissions: $COLLECTIONS$",
"placeholders": {
diff --git a/apps/browser/src/_locales/ca/messages.json b/apps/browser/src/_locales/ca/messages.json
index 09da7b34563..d16a679824d 100644
--- a/apps/browser/src/_locales/ca/messages.json
+++ b/apps/browser/src/_locales/ca/messages.json
@@ -263,12 +263,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Introduïu l'adreça de correu electrònic del compte i se us enviarà la pista de contrasenya"
},
- "passwordHint": {
- "message": "Pista de la contrasenya"
- },
- "enterEmailToGetHint": {
- "message": "Introduïu l'adreça electrònica del vostre compte per rebre la contrasenya mestra."
- },
"getMasterPasswordHint": {
"message": "Obteniu la pista de la contrasenya mestra"
},
@@ -385,6 +379,15 @@
"editFolder": {
"message": "Edita la carpeta"
},
+ "editFolderWithName": {
+ "message": "Edit folder: $FOLDERNAME$",
+ "placeholders": {
+ "foldername": {
+ "content": "$1",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "Carpeta nova"
},
@@ -901,6 +904,9 @@
"no": {
"message": "No"
},
+ "location": {
+ "message": "Location"
+ },
"unexpectedError": {
"message": "S'ha produït un error inesperat."
},
@@ -1163,10 +1169,6 @@
"message": "Clar",
"description": "Light color"
},
- "solarizedDark": {
- "message": "Solaritzat fosc",
- "description": "'Solarized' is a noun and the name of a color scheme. It should not be translated."
- },
"exportFrom": {
"message": "Exporta des de"
},
@@ -1516,9 +1518,6 @@
"selfHostedEnvironment": {
"message": "Entorn d'allotjament propi"
},
- "selfHostedEnvironmentFooter": {
- "message": "Especifiqueu l'URL base de la vostra instal·lació de Bitwarden allotjada en un entorn propi."
- },
"selfHostedBaseUrlHint": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation. Example: https://bitwarden.company.com"
},
@@ -1531,9 +1530,6 @@
"customEnvironment": {
"message": "Entorn personalitzat"
},
- "customEnvironmentFooter": {
- "message": "Per a usuaris avançats. Podeu especificar l'URL base de cada servei independentment."
- },
"baseUrl": {
"message": "URL del servidor"
},
@@ -1671,6 +1667,9 @@
"dragToSort": {
"message": "Arrossega per ordenar"
},
+ "dragToReorder": {
+ "message": "Drag to reorder"
+ },
"cfTypeText": {
"message": "Text"
},
@@ -3008,6 +3007,15 @@
}
}
},
+ "exportingIndividualVaultWithAttachmentsDescription": {
+ "message": "Només s'exportaran els elements personals incloent adjunts de la caixa forta associats a $EMAIL$. Els elements de la caixa forta de l'organització no s'inclouran",
+ "placeholders": {
+ "email": {
+ "content": "$1",
+ "example": "name@example.com"
+ }
+ }
+ },
"exportingOrganizationVaultTitle": {
"message": "S'està exportant la caixa forta de l’organització"
},
@@ -3273,15 +3281,6 @@
}
}
},
- "settingsEdited": {
- "message": "La configuració s'ha editat"
- },
- "environmentEditedClick": {
- "message": "Feu clic ací"
- },
- "environmentEditedReset": {
- "message": "per restablir els paràmetres preconfigurats"
- },
"serverVersion": {
"message": "Versió del servidor"
},
@@ -3312,12 +3311,6 @@
"loginWithMasterPassword": {
"message": "Inici de sessió amb contrasenya mestra"
},
- "loggingInAs": {
- "message": "Has iniciat sessió com"
- },
- "notYou": {
- "message": "No sou vosaltres?"
- },
"newAroundHere": {
"message": "Nou per ací?"
},
@@ -3327,9 +3320,6 @@
"loginWithDevice": {
"message": "Inici de sessió amb dispositiu"
},
- "loginWithDeviceEnabledInfo": {
- "message": "L'inici de sessió amb el dispositiu ha d'estar activat a la configuració de l'aplicació Bitwarden. Necessiteu una altra opció?"
- },
"fingerprintPhraseHeader": {
"message": "Frase d'empremta digital"
},
@@ -3342,9 +3332,6 @@
"viewAllLogInOptions": {
"message": "Veure totes les opcions d'inici de sessió"
},
- "viewAllLoginOptionsV1": {
- "message": "Veure totes les opcions d'inici de sessió"
- },
"notificationSentDevice": {
"message": "S'ha enviat una notificació al vostre dispositiu."
},
@@ -3486,9 +3473,6 @@
"requestAdminApproval": {
"message": "Sol·liciteu l'aprovació de l'administrador"
},
- "approveWithMasterPassword": {
- "message": "Aprova amb contrasenya mestra"
- },
"ssoIdentifierRequired": {
"message": "Es requereix un identificador SSO de l'organització."
},
@@ -3535,9 +3519,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "La vostra sol·licitud s'ha enviat a l'administrador."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "Se us notificarà una vegada aprovat."
- },
"troubleLoggingIn": {
"message": "Teniu problemes per iniciar la sessió?"
},
@@ -4298,6 +4279,20 @@
}
}
},
+ "viewItemTitleWithField": {
+ "message": "View item - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a link that opens a view for an item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"autofillTitle": {
"message": "Autofill - $ITEMNAME$",
"description": "Title for a button that autofills a login item.",
@@ -4308,6 +4303,20 @@
}
}
},
+ "autofillTitleWithField": {
+ "message": "Autofill - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a button that autofills a login item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"copyFieldValue": {
"message": "Copy $FIELD$, $VALUE$",
"description": "Title for a button that copies a field value to the clipboard.",
@@ -4698,6 +4707,9 @@
}
}
},
+ "reorderWebsiteUriButton": {
+ "message": "Reorder website URI. Use arrow key to move item up or down."
+ },
"reorderFieldUp": {
"message": "$LABEL$ moved up, position $INDEX$ of $LENGTH$",
"placeholders": {
@@ -4758,15 +4770,6 @@
"nothingSelected": {
"message": "No heu seleccionat res."
},
- "movedItemsToOrg": {
- "message": "Els elements seleccionats s'han desplaçat a $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "S'han desplaçat elements a $ORGNAME$",
"placeholders": {
@@ -5129,6 +5132,33 @@
"extraWide": {
"message": "Extra ample"
},
+ "sshKeyWrongPassword": {
+ "message": "The password you entered is incorrect."
+ },
+ "importSshKey": {
+ "message": "Import"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Confirm password"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Enter the password for the SSH key."
+ },
+ "enterSshKeyPassword": {
+ "message": "Enter password"
+ },
+ "invalidSshKey": {
+ "message": "The SSH key is invalid"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "The SSH key type is not supported"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Import key from clipboard"
+ },
+ "sshKeyImported": {
+ "message": "SSH key imported successfully"
+ },
"cannotRemoveViewOnlyCollections": {
"message": "You cannot remove collections with View only permissions: $COLLECTIONS$",
"placeholders": {
diff --git a/apps/browser/src/_locales/cs/messages.json b/apps/browser/src/_locales/cs/messages.json
index 42f753438dd..e6bf4a728e4 100644
--- a/apps/browser/src/_locales/cs/messages.json
+++ b/apps/browser/src/_locales/cs/messages.json
@@ -263,12 +263,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Zadejte svou e-mailovou adresu, na kterou Vám zašleme nápovědu k heslu"
},
- "passwordHint": {
- "message": "Nápověda pro heslo"
- },
- "enterEmailToGetHint": {
- "message": "Zadejte e-mailovou adresu pro zaslání nápovědy k hlavnímu heslu."
- },
"getMasterPasswordHint": {
"message": "Zaslat nápovědu k hlavnímu heslu"
},
@@ -385,6 +379,15 @@
"editFolder": {
"message": "Upravit složku"
},
+ "editFolderWithName": {
+ "message": "Upravit složku: $FOLDERNAME$",
+ "placeholders": {
+ "foldername": {
+ "content": "$1",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "Nová složka"
},
@@ -901,6 +904,9 @@
"no": {
"message": "Ne"
},
+ "location": {
+ "message": "Umístění"
+ },
"unexpectedError": {
"message": "Vyskytla se neočekávaná chyba."
},
@@ -1163,10 +1169,6 @@
"message": "Světlý",
"description": "Light color"
},
- "solarizedDark": {
- "message": "Tmavý (solarizovaný)",
- "description": "'Solarized' is a noun and the name of a color scheme. It should not be translated."
- },
"exportFrom": {
"message": "Exportovat z"
},
@@ -1516,9 +1518,6 @@
"selfHostedEnvironment": {
"message": "Vlastní hostované prostředí"
},
- "selfHostedEnvironmentFooter": {
- "message": "Zadejte základní URL adresu vlastní hostované aplikace Bitwarden."
- },
"selfHostedBaseUrlHint": {
"message": "Zadejte základní URL adresu Vaší vlastní hostované aplikace Bitwarden. Příklad: https://bitwarden.spolecnost.cz"
},
@@ -1531,9 +1530,6 @@
"customEnvironment": {
"message": "Vlastní prostředí"
},
- "customEnvironmentFooter": {
- "message": "Pro pokročilé uživatele. Můžete zadat základní URL adresu každé služby zvlášť."
- },
"baseUrl": {
"message": "URL serveru"
},
@@ -1671,6 +1667,9 @@
"dragToSort": {
"message": "Přetáhnutím seřadíte"
},
+ "dragToReorder": {
+ "message": "Přesuňte tažením"
+ },
"cfTypeText": {
"message": "Text"
},
@@ -3008,6 +3007,15 @@
}
}
},
+ "exportingIndividualVaultWithAttachmentsDescription": {
+ "message": "Budou exportovány jen osobní položky trezoru včetně příloh spojené s účtem $EMAIL$. Nebudou zahrnuty položky trezoru v organizaci.",
+ "placeholders": {
+ "email": {
+ "content": "$1",
+ "example": "name@example.com"
+ }
+ }
+ },
"exportingOrganizationVaultTitle": {
"message": "Exportování trezoru organizace"
},
@@ -3273,15 +3281,6 @@
}
}
},
- "settingsEdited": {
- "message": "Nastavení byla upravena"
- },
- "environmentEditedClick": {
- "message": "Klepněte zde"
- },
- "environmentEditedReset": {
- "message": "pro obnovení do přednastavených nastavení"
- },
"serverVersion": {
"message": "Verze serveru"
},
@@ -3312,12 +3311,6 @@
"loginWithMasterPassword": {
"message": "Přihlásit se pomocí hlavního hesla"
},
- "loggingInAs": {
- "message": "Přihlašování jako"
- },
- "notYou": {
- "message": "Nejste to Vy?"
- },
"newAroundHere": {
"message": "Jste tu noví?"
},
@@ -3327,9 +3320,6 @@
"loginWithDevice": {
"message": "Přihlásit se zařízením"
},
- "loginWithDeviceEnabledInfo": {
- "message": "Přihlášení zařízením musí být nastaveno v aplikaci Bitwarden pro počítač. Potřebujete další volby?"
- },
"fingerprintPhraseHeader": {
"message": "Fráze otisku prstu"
},
@@ -3342,9 +3332,6 @@
"viewAllLogInOptions": {
"message": "Zobrazit všechny volby přihlášení"
},
- "viewAllLoginOptionsV1": {
- "message": "Zobrazit všechny volby přihlášení"
- },
"notificationSentDevice": {
"message": "Na Vaše zařízení bylo odesláno oznámení."
},
@@ -3486,9 +3473,6 @@
"requestAdminApproval": {
"message": "Žádost o schválení správcem"
},
- "approveWithMasterPassword": {
- "message": "Schválit hlavním heslem"
- },
"ssoIdentifierRequired": {
"message": "Je vyžadován SSO identifikátor organizace."
},
@@ -3535,9 +3519,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "Váš požadavek byl odeslán Vašemu správci."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "Po schválení budete upozorněni."
- },
"troubleLoggingIn": {
"message": "Potíže s přihlášením?"
},
@@ -4298,6 +4279,20 @@
}
}
},
+ "viewItemTitleWithField": {
+ "message": "Zobrazit položku - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a link that opens a view for an item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"autofillTitle": {
"message": "Automatické vyplnění - $ITEMNAME$",
"description": "Title for a button that autofills a login item.",
@@ -4308,6 +4303,20 @@
}
}
},
+ "autofillTitleWithField": {
+ "message": "Automatické vyplnění - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a button that autofills a login item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"copyFieldValue": {
"message": "Kopírovat $FIELD$, $VALUE$",
"description": "Title for a button that copies a field value to the clipboard.",
@@ -4698,6 +4707,9 @@
}
}
},
+ "reorderWebsiteUriButton": {
+ "message": "Změnit pořadí URI webové stránky. Použijte šipky pro posunutí položky nahoru nebo dolů."
+ },
"reorderFieldUp": {
"message": "$LABEL$ - přesunuto nahoru, pozice $INDEX$ z $LENGTH$",
"placeholders": {
@@ -4758,15 +4770,6 @@
"nothingSelected": {
"message": "Nevybrali jste žádné položky."
},
- "movedItemsToOrg": {
- "message": "Vybrané položky přesunuty do $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Položky přesunuty do $ORGNAME$",
"placeholders": {
@@ -5129,6 +5132,33 @@
"extraWide": {
"message": "Extra široký"
},
+ "sshKeyWrongPassword": {
+ "message": "Zadané heslo není správné."
+ },
+ "importSshKey": {
+ "message": "Importovat"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Potvrdit heslo"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Zadejte heslo pro SSH klíč."
+ },
+ "enterSshKeyPassword": {
+ "message": "Zadejte heslo"
+ },
+ "invalidSshKey": {
+ "message": "SSH klíč je neplatný"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "Typ SSH klíče není podporován"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Importovat klíč ze schránky"
+ },
+ "sshKeyImported": {
+ "message": "SSH klíč byl úspěšně importován"
+ },
"cannotRemoveViewOnlyCollections": {
"message": "Nemůžete odebrat kolekce s oprávněními jen pro zobrazení: $COLLECTIONS$",
"placeholders": {
diff --git a/apps/browser/src/_locales/cy/messages.json b/apps/browser/src/_locales/cy/messages.json
index 80ec208458e..5ccff5a8332 100644
--- a/apps/browser/src/_locales/cy/messages.json
+++ b/apps/browser/src/_locales/cy/messages.json
@@ -263,12 +263,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Enter your account email address and your password hint will be sent to you"
},
- "passwordHint": {
- "message": "Password hint"
- },
- "enterEmailToGetHint": {
- "message": "Enter your account email address to receive your master password hint."
- },
"getMasterPasswordHint": {
"message": "Anfon awgrym o'ch prif gyfrinair"
},
@@ -385,6 +379,15 @@
"editFolder": {
"message": "Golygu ffolder"
},
+ "editFolderWithName": {
+ "message": "Edit folder: $FOLDERNAME$",
+ "placeholders": {
+ "foldername": {
+ "content": "$1",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "Ffolder newydd"
},
@@ -901,6 +904,9 @@
"no": {
"message": "Na"
},
+ "location": {
+ "message": "Location"
+ },
"unexpectedError": {
"message": "An unexpected error has occurred."
},
@@ -1163,10 +1169,6 @@
"message": "Golau",
"description": "Light color"
},
- "solarizedDark": {
- "message": "Solarized dark",
- "description": "'Solarized' is a noun and the name of a color scheme. It should not be translated."
- },
"exportFrom": {
"message": "Export from"
},
@@ -1516,9 +1518,6 @@
"selfHostedEnvironment": {
"message": "Self-hosted environment"
},
- "selfHostedEnvironmentFooter": {
- "message": "Specify the base URL of your on-premises hosted Bitwarden installation."
- },
"selfHostedBaseUrlHint": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation. Example: https://bitwarden.company.com"
},
@@ -1531,9 +1530,6 @@
"customEnvironment": {
"message": "Amgylchedd addasedig"
},
- "customEnvironmentFooter": {
- "message": "For advanced users. You can specify the base URL of each service independently."
- },
"baseUrl": {
"message": "Server URL"
},
@@ -1671,6 +1667,9 @@
"dragToSort": {
"message": "Drag to sort"
},
+ "dragToReorder": {
+ "message": "Drag to reorder"
+ },
"cfTypeText": {
"message": "Testun"
},
@@ -3008,6 +3007,15 @@
}
}
},
+ "exportingIndividualVaultWithAttachmentsDescription": {
+ "message": "Only the individual vault items including attachments associated with $EMAIL$ will be exported. Organization vault items will not be included",
+ "placeholders": {
+ "email": {
+ "content": "$1",
+ "example": "name@example.com"
+ }
+ }
+ },
"exportingOrganizationVaultTitle": {
"message": "Exporting organization vault"
},
@@ -3273,15 +3281,6 @@
}
}
},
- "settingsEdited": {
- "message": "Settings have been edited"
- },
- "environmentEditedClick": {
- "message": "Cliciwch yma"
- },
- "environmentEditedReset": {
- "message": "to reset to pre-configured settings"
- },
"serverVersion": {
"message": "Fersiwn y gweinydd"
},
@@ -3312,12 +3311,6 @@
"loginWithMasterPassword": {
"message": "Mewngofnodi â'ch prif gyfrinair"
},
- "loggingInAs": {
- "message": "Yn mewngofnodi fel"
- },
- "notYou": {
- "message": "Nid chi?"
- },
"newAroundHere": {
"message": "Ydych chi'n newydd?"
},
@@ -3327,9 +3320,6 @@
"loginWithDevice": {
"message": "Mewngofnodi â dyfais"
},
- "loginWithDeviceEnabledInfo": {
- "message": "Log in with device must be set up in the settings of the Bitwarden app. Need another option?"
- },
"fingerprintPhraseHeader": {
"message": "Ymadrodd unigryw"
},
@@ -3342,9 +3332,6 @@
"viewAllLogInOptions": {
"message": "View all log in options"
},
- "viewAllLoginOptionsV1": {
- "message": "View all log in options"
- },
"notificationSentDevice": {
"message": "A notification has been sent to your device."
},
@@ -3486,9 +3473,6 @@
"requestAdminApproval": {
"message": "Request admin approval"
},
- "approveWithMasterPassword": {
- "message": "Approve with master password"
- },
"ssoIdentifierRequired": {
"message": "Organization SSO identifier is required."
},
@@ -3535,9 +3519,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "Your request has been sent to your admin."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "You will be notified once approved."
- },
"troubleLoggingIn": {
"message": "Trafferth mewngofnodi?"
},
@@ -4298,6 +4279,20 @@
}
}
},
+ "viewItemTitleWithField": {
+ "message": "View item - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a link that opens a view for an item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"autofillTitle": {
"message": "Autofill - $ITEMNAME$",
"description": "Title for a button that autofills a login item.",
@@ -4308,6 +4303,20 @@
}
}
},
+ "autofillTitleWithField": {
+ "message": "Autofill - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a button that autofills a login item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"copyFieldValue": {
"message": "Copy $FIELD$, $VALUE$",
"description": "Title for a button that copies a field value to the clipboard.",
@@ -4698,6 +4707,9 @@
}
}
},
+ "reorderWebsiteUriButton": {
+ "message": "Reorder website URI. Use arrow key to move item up or down."
+ },
"reorderFieldUp": {
"message": "$LABEL$ moved up, position $INDEX$ of $LENGTH$",
"placeholders": {
@@ -4758,15 +4770,6 @@
"nothingSelected": {
"message": "You have not selected anything."
},
- "movedItemsToOrg": {
- "message": "Selected items moved to $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Items moved to $ORGNAME$",
"placeholders": {
@@ -5129,6 +5132,33 @@
"extraWide": {
"message": "Extra wide"
},
+ "sshKeyWrongPassword": {
+ "message": "The password you entered is incorrect."
+ },
+ "importSshKey": {
+ "message": "Import"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Confirm password"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Enter the password for the SSH key."
+ },
+ "enterSshKeyPassword": {
+ "message": "Enter password"
+ },
+ "invalidSshKey": {
+ "message": "The SSH key is invalid"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "The SSH key type is not supported"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Import key from clipboard"
+ },
+ "sshKeyImported": {
+ "message": "SSH key imported successfully"
+ },
"cannotRemoveViewOnlyCollections": {
"message": "You cannot remove collections with View only permissions: $COLLECTIONS$",
"placeholders": {
diff --git a/apps/browser/src/_locales/da/messages.json b/apps/browser/src/_locales/da/messages.json
index 5c0b09b80d5..f66f8f34495 100644
--- a/apps/browser/src/_locales/da/messages.json
+++ b/apps/browser/src/_locales/da/messages.json
@@ -263,12 +263,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Angiv kontoens e-mailadresse og få et adgangskodetip fremsendt"
},
- "passwordHint": {
- "message": "Adgangskodetip"
- },
- "enterEmailToGetHint": {
- "message": "Indtast din kontos e-mailadresse for at modtage dit hovedadgangskodetip."
- },
"getMasterPasswordHint": {
"message": "Få hovedadgangskodetip"
},
@@ -385,6 +379,15 @@
"editFolder": {
"message": "Redigér mappe"
},
+ "editFolderWithName": {
+ "message": "Edit folder: $FOLDERNAME$",
+ "placeholders": {
+ "foldername": {
+ "content": "$1",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "Ny mappe"
},
@@ -901,6 +904,9 @@
"no": {
"message": "Nej"
},
+ "location": {
+ "message": "Location"
+ },
"unexpectedError": {
"message": "Der opstod en uventet fejl."
},
@@ -1163,10 +1169,6 @@
"message": "Lys",
"description": "Light color"
},
- "solarizedDark": {
- "message": "Solariseret mørk",
- "description": "'Solarized' is a noun and the name of a color scheme. It should not be translated."
- },
"exportFrom": {
"message": "Eksportér fra"
},
@@ -1516,9 +1518,6 @@
"selfHostedEnvironment": {
"message": "Selv-hosted miljø"
},
- "selfHostedEnvironmentFooter": {
- "message": "Angiv grund-URL'en i din lokal-hostede Bitwarden-installation."
- },
"selfHostedBaseUrlHint": {
"message": "Angiv basis-URL'en for den lokalt-hosted Bitwarden-installation. Eks.: https://bitwarden.firma.dk"
},
@@ -1531,9 +1530,6 @@
"customEnvironment": {
"message": "Brugerdefineret miljø"
},
- "customEnvironmentFooter": {
- "message": "Til avancerede brugere. Du kan angive grund-URL'en for hver service uafhængigt."
- },
"baseUrl": {
"message": "Server URL"
},
@@ -1671,6 +1667,9 @@
"dragToSort": {
"message": "Træk for at sortere"
},
+ "dragToReorder": {
+ "message": "Drag to reorder"
+ },
"cfTypeText": {
"message": "Tekst"
},
@@ -3008,6 +3007,15 @@
}
}
},
+ "exportingIndividualVaultWithAttachmentsDescription": {
+ "message": "Only the individual vault items including attachments associated with $EMAIL$ will be exported. Organization vault items will not be included",
+ "placeholders": {
+ "email": {
+ "content": "$1",
+ "example": "name@example.com"
+ }
+ }
+ },
"exportingOrganizationVaultTitle": {
"message": "Eksport af organisationsboks"
},
@@ -3273,15 +3281,6 @@
}
}
},
- "settingsEdited": {
- "message": "Indstillinger er blevet redigeret"
- },
- "environmentEditedClick": {
- "message": "Klik her"
- },
- "environmentEditedReset": {
- "message": "for at nulstille til forudkonfigurerede indstillinger"
- },
"serverVersion": {
"message": "Server version"
},
@@ -3312,12 +3311,6 @@
"loginWithMasterPassword": {
"message": "Log ind med hovedadgangskode"
},
- "loggingInAs": {
- "message": "Logger ind som"
- },
- "notYou": {
- "message": "Ikke dig?"
- },
"newAroundHere": {
"message": "Ny her?"
},
@@ -3327,9 +3320,6 @@
"loginWithDevice": {
"message": "Log ind med enhed"
},
- "loginWithDeviceEnabledInfo": {
- "message": "Log ind med enhed skal være opsat i indstillingerne i Bitwarden mobil-appen. Behov for en anden mulighed?"
- },
"fingerprintPhraseHeader": {
"message": "Fingeraftrykssætning"
},
@@ -3342,9 +3332,6 @@
"viewAllLogInOptions": {
"message": "Vis alle indlogningsmuligheder"
},
- "viewAllLoginOptionsV1": {
- "message": "Vis alle indlogningsmuligheder"
- },
"notificationSentDevice": {
"message": "En notifikation er sendt til din enhed."
},
@@ -3486,9 +3473,6 @@
"requestAdminApproval": {
"message": "Anmod om admin-godkendelse"
},
- "approveWithMasterPassword": {
- "message": "Godkend med hovedadgangskode"
- },
"ssoIdentifierRequired": {
"message": "Organisations SSO-identifikator kræves."
},
@@ -3535,9 +3519,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "Anmodningen er sendt til din admin."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "Du underrettes, når godkendelse foreligger."
- },
"troubleLoggingIn": {
"message": "Problemer med at logge ind?"
},
@@ -4298,6 +4279,20 @@
}
}
},
+ "viewItemTitleWithField": {
+ "message": "View item - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a link that opens a view for an item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"autofillTitle": {
"message": "Autoudfyld - $ITEMNAME$",
"description": "Title for a button that autofills a login item.",
@@ -4308,6 +4303,20 @@
}
}
},
+ "autofillTitleWithField": {
+ "message": "Autofill - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a button that autofills a login item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"copyFieldValue": {
"message": "Copy $FIELD$, $VALUE$",
"description": "Title for a button that copies a field value to the clipboard.",
@@ -4698,6 +4707,9 @@
}
}
},
+ "reorderWebsiteUriButton": {
+ "message": "Reorder website URI. Use arrow key to move item up or down."
+ },
"reorderFieldUp": {
"message": "$LABEL$ flyttet op, position $INDEX$ af $LENGTH$",
"placeholders": {
@@ -4758,15 +4770,6 @@
"nothingSelected": {
"message": "Ingenting er valgt."
},
- "movedItemsToOrg": {
- "message": "Valgte emner flyttet til $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Emner flyttet til $ORGNAME$",
"placeholders": {
@@ -5129,6 +5132,33 @@
"extraWide": {
"message": "Ekstra bred"
},
+ "sshKeyWrongPassword": {
+ "message": "The password you entered is incorrect."
+ },
+ "importSshKey": {
+ "message": "Import"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Confirm password"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Enter the password for the SSH key."
+ },
+ "enterSshKeyPassword": {
+ "message": "Enter password"
+ },
+ "invalidSshKey": {
+ "message": "The SSH key is invalid"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "The SSH key type is not supported"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Import key from clipboard"
+ },
+ "sshKeyImported": {
+ "message": "SSH key imported successfully"
+ },
"cannotRemoveViewOnlyCollections": {
"message": "Samlinger med kun tilladelsen Vis kan ikke fjernes: $COLLECTIONS$",
"placeholders": {
diff --git a/apps/browser/src/_locales/de/messages.json b/apps/browser/src/_locales/de/messages.json
index a0dacde98b6..25e8b53cdb5 100644
--- a/apps/browser/src/_locales/de/messages.json
+++ b/apps/browser/src/_locales/de/messages.json
@@ -263,12 +263,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Gib deine E-Mail-Adresse ein und dein Passwort-Hinweis wird dir zugesandt"
},
- "passwordHint": {
- "message": "Passwort-Hinweis"
- },
- "enterEmailToGetHint": {
- "message": "Gib die E-Mail-Adresse deines Kontos ein, um den Hinweis für dein Master-Passwort zu erhalten."
- },
"getMasterPasswordHint": {
"message": "Hinweis zum Masterpasswort erhalten"
},
@@ -385,6 +379,15 @@
"editFolder": {
"message": "Ordner bearbeiten"
},
+ "editFolderWithName": {
+ "message": "Ordner bearbeiten: $FOLDERNAME$",
+ "placeholders": {
+ "foldername": {
+ "content": "$1",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "Neuer Ordner"
},
@@ -650,7 +653,7 @@
"message": "Den Browser unterstützt das einfache Kopieren nicht. Bitte kopiere es manuell."
},
"verifyYourIdentity": {
- "message": "Verify your identity"
+ "message": "Verifiziere deine Identität"
},
"weDontRecognizeThisDevice": {
"message": "Wir erkennen dieses Gerät nicht. Gib den an deine E-Mail-Adresse gesendeten Code ein, um deine Identität zu verifizieren."
@@ -901,6 +904,9 @@
"no": {
"message": "Nein"
},
+ "location": {
+ "message": "Standort"
+ },
"unexpectedError": {
"message": "Ein unerwarteter Fehler ist aufgetreten."
},
@@ -1069,35 +1075,35 @@
"description": "Shown to user after login is updated."
},
"saveAsNewLoginAction": {
- "message": "Save as new login",
+ "message": "Als neue Zugangsdaten speichern",
"description": "Button text for saving login details as a new entry."
},
"updateLoginAction": {
- "message": "Update login",
+ "message": "Zugangsdaten aktualisieren",
"description": "Button text for updating an existing login entry."
},
"saveLoginPrompt": {
- "message": "Save login?",
+ "message": "Zugangsdaten speichern?",
"description": "Prompt asking the user if they want to save their login details."
},
"updateLoginPrompt": {
- "message": "Update existing login?",
+ "message": "Bestehende Zugangsdaten aktualisieren?",
"description": "Prompt asking the user if they want to update an existing login entry."
},
"loginSaveSuccess": {
- "message": "Login saved",
+ "message": "Zugangsdaten gespeichert",
"description": "Message displayed when login details are successfully saved."
},
"loginUpdateSuccess": {
- "message": "Login updated",
+ "message": "Zugangsdaten aktualisiert",
"description": "Message displayed when login details are successfully updated."
},
"saveFailure": {
- "message": "Error saving",
+ "message": "Fehler beim Speichern",
"description": "Error message shown when the system fails to save login details."
},
"saveFailureDetails": {
- "message": "Oh no! We couldn't save this. Try entering the details manually.",
+ "message": "Oh nein! Das konnten wir nicht speichern. Versuch, die Details manuell einzugeben.",
"description": "Detailed error message shown when saving login details fails."
},
"enableChangedPasswordNotification": {
@@ -1163,10 +1169,6 @@
"message": "Hell",
"description": "Light color"
},
- "solarizedDark": {
- "message": "Solarized Dark",
- "description": "'Solarized' is a noun and the name of a color scheme. It should not be translated."
- },
"exportFrom": {
"message": "Export aus"
},
@@ -1516,9 +1518,6 @@
"selfHostedEnvironment": {
"message": "Selbst gehostete Umgebung"
},
- "selfHostedEnvironmentFooter": {
- "message": "Bitte gib die Basis-URL deiner selbst gehosteten Bitwarden-Installation an."
- },
"selfHostedBaseUrlHint": {
"message": "Gib die Basis-URL deiner vor Ort gehosteten Bitwarden-Installation an. Beispiel: https://bitwarden.company.com"
},
@@ -1531,9 +1530,6 @@
"customEnvironment": {
"message": "Benutzerdefinierte Umgebung"
},
- "customEnvironmentFooter": {
- "message": "Für fortgeschrittene Benutzer. Du kannst die Basis-URL der jeweiligen Dienste unabhängig voneinander festlegen."
- },
"baseUrl": {
"message": "Server URL"
},
@@ -1671,6 +1667,9 @@
"dragToSort": {
"message": "Zum Sortieren ziehen"
},
+ "dragToReorder": {
+ "message": "Ziehen zum Umsortieren"
+ },
"cfTypeText": {
"message": "Text"
},
@@ -2532,18 +2531,18 @@
"message": "Überprüfung gefährdeter Passwörter"
},
"reviewAtRiskLoginsSlideDesc": {
- "message": "Die Passwörter deiner Organisationen sind gefährdet, weil sie schwach, wiederverwendet und/oder ungeschützt sind.",
+ "message": "Die Passwörter deiner Organisationen sind gefährdet, weil sie schwach, wiederverwendet und/oder kompromittiert sind.",
"description": "Description of the review at-risk login slide on the at-risk password page carousel"
},
"reviewAtRiskLoginSlideImgAlt": {
"message": "Illustration einer Liste gefährdeter Zugangsdaten"
},
"generatePasswordSlideDesc": {
- "message": "Generiere schnell ein starkes, einzigartiges Passwort mit dem Bitwarden-Autofill-Menü auf der gefährdeten Website.",
+ "message": "Generiere schnell ein starkes, einzigartiges Passwort mit dem Bitwarden Auto-Ausfüllen-Menü auf der gefährdeten Website.",
"description": "Description of the generate password slide on the at-risk password page carousel"
},
"generatePasswordSlideImgAlt": {
- "message": "Illustration des Bitwarden Autofill-Menüs, das ein generiertes Passwort anzeigt"
+ "message": "Illustration des Bitwarden Auto-Ausfüllen-Menüs, das ein generiertes Passwort anzeigt"
},
"updateInBitwarden": {
"message": "In Bitwarden aktualisieren"
@@ -2553,7 +2552,7 @@
"description": "Description of the update in Bitwarden slide on the at-risk password page carousel"
},
"updateInBitwardenSlideImgAlt": {
- "message": "Illustration einer Bitwarden-Benachrichtigung, die den Benutzer dazu auffordert, den Login zu aktualisieren"
+ "message": "Illustration einer Bitwarden-Benachrichtigung, die den Benutzer dazu auffordert, die Zugangsdaten zu aktualisieren"
},
"turnOnAutofill": {
"message": "Auto-Ausfüllen aktivieren"
@@ -3008,6 +3007,15 @@
}
}
},
+ "exportingIndividualVaultWithAttachmentsDescription": {
+ "message": "Only the individual vault items including attachments associated with $EMAIL$ will be exported. Organization vault items will not be included",
+ "placeholders": {
+ "email": {
+ "content": "$1",
+ "example": "name@example.com"
+ }
+ }
+ },
"exportingOrganizationVaultTitle": {
"message": "Tresor der Organisation wird exportiert"
},
@@ -3273,15 +3281,6 @@
}
}
},
- "settingsEdited": {
- "message": "Einstellungen wurden bearbeitet"
- },
- "environmentEditedClick": {
- "message": "Hier klicken"
- },
- "environmentEditedReset": {
- "message": "um auf vorkonfigurierte Einstellungen zurückzusetzen"
- },
"serverVersion": {
"message": "Server-Version"
},
@@ -3312,12 +3311,6 @@
"loginWithMasterPassword": {
"message": "Mit Master-Passwort anmelden"
},
- "loggingInAs": {
- "message": "Anmelden als"
- },
- "notYou": {
- "message": "Nicht du?"
- },
"newAroundHere": {
"message": "Neu hier?"
},
@@ -3327,9 +3320,6 @@
"loginWithDevice": {
"message": "Mit Gerät anmelden"
},
- "loginWithDeviceEnabledInfo": {
- "message": "Die Anmeldung über ein Gerät muss in den Einstellungen der Bitwarden App eingerichtet werden. Benötigst du eine andere Option?"
- },
"fingerprintPhraseHeader": {
"message": "Fingerabdruck-Phrase"
},
@@ -3342,9 +3332,6 @@
"viewAllLogInOptions": {
"message": "Alle Anmeldeoptionen anzeigen"
},
- "viewAllLoginOptionsV1": {
- "message": "Alle Anmeldeoptionen anzeigen"
- },
"notificationSentDevice": {
"message": "Eine Benachrichtigung wurde an dein Gerät gesendet."
},
@@ -3486,9 +3473,6 @@
"requestAdminApproval": {
"message": "Admin-Genehmigung anfragen"
},
- "approveWithMasterPassword": {
- "message": "Mit Master-Passwort genehmigen"
- },
"ssoIdentifierRequired": {
"message": "SSO-Kennung der Organisation erforderlich."
},
@@ -3535,9 +3519,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "Deine Anfrage wurde an deinen Administrator gesendet."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "Nach einer Genehmigung wirst du benachrichtigt."
- },
"troubleLoggingIn": {
"message": "Probleme beim Anmelden?"
},
@@ -4108,7 +4089,7 @@
"message": "Aktives Konto"
},
"bitwardenAccount": {
- "message": "Bitwarden Account"
+ "message": "Bitwarden-Konto"
},
"availableAccounts": {
"message": "Verfügbare Konten"
@@ -4298,6 +4279,20 @@
}
}
},
+ "viewItemTitleWithField": {
+ "message": "View item - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a link that opens a view for an item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"autofillTitle": {
"message": "Auto-Ausfüllen - $ITEMNAME$",
"description": "Title for a button that autofills a login item.",
@@ -4308,6 +4303,20 @@
}
}
},
+ "autofillTitleWithField": {
+ "message": "Autofill - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a button that autofills a login item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"copyFieldValue": {
"message": "$FIELD$, $VALUE$ kopieren",
"description": "Title for a button that copies a field value to the clipboard.",
@@ -4698,6 +4707,9 @@
}
}
},
+ "reorderWebsiteUriButton": {
+ "message": "Website-URI umsortieren. Verwende die Pfeiltasten, um den Eintrag nach oben oder unten zu bewegen."
+ },
"reorderFieldUp": {
"message": "$LABEL$ nach oben verschoben, Position $INDEX$ von $LENGTH$",
"placeholders": {
@@ -4758,15 +4770,6 @@
"nothingSelected": {
"message": "Du hast nichts ausgewählt."
},
- "movedItemsToOrg": {
- "message": "Ausgewählte Einträge in $ORGNAME$ verschoben",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Einträge verschoben nach $ORGNAME$",
"placeholders": {
@@ -5129,6 +5132,33 @@
"extraWide": {
"message": "Extra breit"
},
+ "sshKeyWrongPassword": {
+ "message": "Dein eingegebenes Passwort ist falsch."
+ },
+ "importSshKey": {
+ "message": "Importieren"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Passwort bestätigen"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Gib das Passwort für den SSH-Schlüssel ein."
+ },
+ "enterSshKeyPassword": {
+ "message": "Passwort eingeben"
+ },
+ "invalidSshKey": {
+ "message": "Der SSH-Schlüssel ist ungültig"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "Der SSH-Schlüsseltyp wird nicht unterstützt"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Schlüssel aus Zwischenablage importieren"
+ },
+ "sshKeyImported": {
+ "message": "SSH-Schlüssel erfolgreich importiert"
+ },
"cannotRemoveViewOnlyCollections": {
"message": "Du kannst Sammlungen mit Leseberechtigung nicht entfernen: $COLLECTIONS$",
"placeholders": {
@@ -5145,6 +5175,6 @@
"message": "Um biometrisches Entsperren zu verwenden, aktualisiere bitte deine Desktop-Anwendung oder deaktiviere die Entsperrung per Fingerabdruck in den Desktop-Einstellungen."
},
"changeAtRiskPassword": {
- "message": "Change at-risk password"
+ "message": "Gefährdetes Passwort ändern"
}
}
diff --git a/apps/browser/src/_locales/el/messages.json b/apps/browser/src/_locales/el/messages.json
index a630cb5d3c5..47dca3701ec 100644
--- a/apps/browser/src/_locales/el/messages.json
+++ b/apps/browser/src/_locales/el/messages.json
@@ -263,12 +263,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Εισαγάγετε τη διεύθυνση email του λογαριασμού σας και θα σας αποσταλεί η υπόδειξη για τον κωδικό πρόσβασης"
},
- "passwordHint": {
- "message": "Υπόδειξη κωδικού πρόσβασης"
- },
- "enterEmailToGetHint": {
- "message": "Εισαγάγετε τη διεύθυνση email του λογαριασμού σας, για να λάβετε την υπόδειξη του κύριου κωδικού."
- },
"getMasterPasswordHint": {
"message": "Λήψη υπόδειξης κύριου κωδικού"
},
@@ -385,6 +379,15 @@
"editFolder": {
"message": "Επεξεργασία φακέλου"
},
+ "editFolderWithName": {
+ "message": "Edit folder: $FOLDERNAME$",
+ "placeholders": {
+ "foldername": {
+ "content": "$1",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "Νέος φάκελος"
},
@@ -901,6 +904,9 @@
"no": {
"message": "Όχι"
},
+ "location": {
+ "message": "Location"
+ },
"unexpectedError": {
"message": "Παρουσιάστηκε ένα μη αναμενόμενο σφάλμα."
},
@@ -1163,10 +1169,6 @@
"message": "Φωτεινό",
"description": "Light color"
},
- "solarizedDark": {
- "message": "Solarized Σκούρο",
- "description": "'Solarized' is a noun and the name of a color scheme. It should not be translated."
- },
"exportFrom": {
"message": "Εξαγωγή από"
},
@@ -1516,9 +1518,6 @@
"selfHostedEnvironment": {
"message": "Αυτο-φιλοξενούμενο περιβάλλον"
},
- "selfHostedEnvironmentFooter": {
- "message": "Καθορίστε τη βασική διεύθυνση URL, της εγκατάστασης του Bitwarden που φιλοξενείται στο χώρο σας."
- },
"selfHostedBaseUrlHint": {
"message": "Καθορίστε το βασικό URL της εγκατάστασης Bitwarden στο χώρο σας. Παράδειγμα: https://bitwarden.company.com"
},
@@ -1531,9 +1530,6 @@
"customEnvironment": {
"message": "Προσαρμοσμένο περιβάλλον"
},
- "customEnvironmentFooter": {
- "message": "Για προχωρημένους χρήστες. Μπορείτε να ορίσετε ανεξάρτητα τη βασική διεύθυνση URL κάθε υπηρεσίας."
- },
"baseUrl": {
"message": "URL Διακομιστή"
},
@@ -1671,6 +1667,9 @@
"dragToSort": {
"message": "Σύρετε για ταξινόμηση"
},
+ "dragToReorder": {
+ "message": "Drag to reorder"
+ },
"cfTypeText": {
"message": "Κείμενο"
},
@@ -3008,6 +3007,15 @@
}
}
},
+ "exportingIndividualVaultWithAttachmentsDescription": {
+ "message": "Only the individual vault items including attachments associated with $EMAIL$ will be exported. Organization vault items will not be included",
+ "placeholders": {
+ "email": {
+ "content": "$1",
+ "example": "name@example.com"
+ }
+ }
+ },
"exportingOrganizationVaultTitle": {
"message": "Εξαγωγή θησαυ/κίου οργανισμού"
},
@@ -3273,15 +3281,6 @@
}
}
},
- "settingsEdited": {
- "message": "Οι ρυθμίσεις έχουν επεξεργαστεί"
- },
- "environmentEditedClick": {
- "message": "Κάντε κλικ εδώ"
- },
- "environmentEditedReset": {
- "message": "επαναφορά στις προ-ρυθμισμένες ρυθμίσεις"
- },
"serverVersion": {
"message": "Έκδοση διακομιστή"
},
@@ -3312,12 +3311,6 @@
"loginWithMasterPassword": {
"message": "Συνδεθείτε με τον κύριο κωδικό πρόσβασης"
},
- "loggingInAs": {
- "message": "Σύνδεση ως"
- },
- "notYou": {
- "message": "Δεν είστε εσείς;"
- },
"newAroundHere": {
"message": "Είστε νέος/α εδώ;"
},
@@ -3327,9 +3320,6 @@
"loginWithDevice": {
"message": "Σύνδεση με τη χρήση συσκευής"
},
- "loginWithDeviceEnabledInfo": {
- "message": "Η σύνδεση με τη χρήση συσκευής πρέπει να οριστεί στις ρυθμίσεις της εφαρμογής Bitwarden. Χρειάζεστε κάποια άλλη επιλογή;"
- },
"fingerprintPhraseHeader": {
"message": "Φράση δακτυλικού αποτυπώματος"
},
@@ -3342,9 +3332,6 @@
"viewAllLogInOptions": {
"message": "Δείτε όλες τις επιλογές σύνδεσης"
},
- "viewAllLoginOptionsV1": {
- "message": "Δείτε όλες τις επιλογές σύνδεσης"
- },
"notificationSentDevice": {
"message": "Μια ειδοποίηση έχει σταλεί στη συσκευή σας."
},
@@ -3486,9 +3473,6 @@
"requestAdminApproval": {
"message": "Αίτηση έγκρισης διαχειριστή"
},
- "approveWithMasterPassword": {
- "message": "Έγκριση με κύριο κωδικό πρόσβασης"
- },
"ssoIdentifierRequired": {
"message": "Απαιτείται αναγνωριστικό οργανισμού SSO."
},
@@ -3535,9 +3519,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "Το αίτημά σας εστάλη στον διαχειριστή σας."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "Θα ειδοποιηθείτε μόλις εγκριθεί."
- },
"troubleLoggingIn": {
"message": "Δεν μπορείτε να συνδεθείτε;"
},
@@ -4298,6 +4279,20 @@
}
}
},
+ "viewItemTitleWithField": {
+ "message": "View item - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a link that opens a view for an item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"autofillTitle": {
"message": "Αυτόματη συμπλήρωση - $ITEMNAME$",
"description": "Title for a button that autofills a login item.",
@@ -4308,6 +4303,20 @@
}
}
},
+ "autofillTitleWithField": {
+ "message": "Autofill - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a button that autofills a login item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"copyFieldValue": {
"message": "Copy $FIELD$, $VALUE$",
"description": "Title for a button that copies a field value to the clipboard.",
@@ -4698,6 +4707,9 @@
}
}
},
+ "reorderWebsiteUriButton": {
+ "message": "Reorder website URI. Use arrow key to move item up or down."
+ },
"reorderFieldUp": {
"message": "$LABEL$ μετακινήθηκε πάνω, θέση $INDEX$ από $LENGTH$",
"placeholders": {
@@ -4758,15 +4770,6 @@
"nothingSelected": {
"message": "Δεν έχετε επιλέξει τίποτα."
},
- "movedItemsToOrg": {
- "message": "Τα επιλεγμένα αντικείμενα μετακινήθηκαν στο $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Τα αντικείμενα μεταφέρθηκαν στο $ORGNAME$",
"placeholders": {
@@ -5129,6 +5132,33 @@
"extraWide": {
"message": "Εξαιρετικά φαρδύ"
},
+ "sshKeyWrongPassword": {
+ "message": "The password you entered is incorrect."
+ },
+ "importSshKey": {
+ "message": "Import"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Confirm password"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Enter the password for the SSH key."
+ },
+ "enterSshKeyPassword": {
+ "message": "Enter password"
+ },
+ "invalidSshKey": {
+ "message": "The SSH key is invalid"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "The SSH key type is not supported"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Import key from clipboard"
+ },
+ "sshKeyImported": {
+ "message": "SSH key imported successfully"
+ },
"cannotRemoveViewOnlyCollections": {
"message": "Δεν μπορείτε να αφαιρέσετε συλλογές που έχουν μόνο δικαιώματα Προβολής: $COLLECTIONS$",
"placeholders": {
diff --git a/apps/browser/src/_locales/en/messages.json b/apps/browser/src/_locales/en/messages.json
index bdeffad2bbf..8c47db0d331 100644
--- a/apps/browser/src/_locales/en/messages.json
+++ b/apps/browser/src/_locales/en/messages.json
@@ -263,12 +263,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Enter your account email address and your password hint will be sent to you"
},
- "passwordHint": {
- "message": "Password hint"
- },
- "enterEmailToGetHint": {
- "message": "Enter your account email address to receive your master password hint."
- },
"getMasterPasswordHint": {
"message": "Get master password hint"
},
@@ -385,6 +379,15 @@
"editFolder": {
"message": "Edit folder"
},
+ "editFolderWithName": {
+ "message": "Edit folder: $FOLDERNAME$",
+ "placeholders": {
+ "foldername": {
+ "content": "$1",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "New folder"
},
@@ -901,6 +904,9 @@
"no": {
"message": "No"
},
+ "location": {
+ "message": "Location"
+ },
"unexpectedError": {
"message": "An unexpected error has occurred."
},
@@ -1163,10 +1169,6 @@
"message": "Light",
"description": "Light color"
},
- "solarizedDark": {
- "message": "Solarized dark",
- "description": "'Solarized' is a noun and the name of a color scheme. It should not be translated."
- },
"exportFrom": {
"message": "Export from"
},
@@ -1389,24 +1391,12 @@
"premiumRequiredDesc": {
"message": "A Premium membership is required to use this feature."
},
- "enterVerificationCodeApp": {
- "message": "Enter the 6 digit verification code from your authenticator app."
- },
"authenticationTimeout": {
"message": "Authentication timeout"
},
"authenticationSessionTimedOut": {
"message": "The authentication session timed out. Please restart the login process."
},
- "enterVerificationCodeEmail": {
- "message": "Enter the 6 digit verification code that was emailed to $EMAIL$.",
- "placeholders": {
- "email": {
- "content": "$1",
- "example": "example@gmail.com"
- }
- }
- },
"verificationCodeEmailSent": {
"message": "Verification email sent to $EMAIL$.",
"placeholders": {
@@ -1416,18 +1406,9 @@
}
}
},
- "rememberMe": {
- "message": "Remember me"
- },
"dontAskAgainOnThisDeviceFor30Days": {
"message": "Don't ask again on this device for 30 days"
},
- "sendVerificationCodeEmailAgain": {
- "message": "Send verification code email again"
- },
- "useAnotherTwoStepMethod": {
- "message": "Use another two-step login method"
- },
"selectAnotherMethod": {
"message": "Select another method",
"description": "Select another two-step login method"
@@ -1435,18 +1416,9 @@
"useYourRecoveryCode": {
"message": "Use your recovery code"
},
- "insertYubiKey": {
- "message": "Insert your YubiKey into your computer's USB port, then touch its button."
- },
"insertU2f": {
"message": "Insert your security key into your computer's USB port. If it has a button, touch it."
},
- "webAuthnNewTab": {
- "message": "To start the WebAuthn 2FA verification. Click the button below to open a new tab and follow the instructions provided in the new tab."
- },
- "webAuthnNewTabOpen": {
- "message": "Open new tab"
- },
"openInNewTab": {
"message": "Open in new tab"
},
@@ -1516,9 +1488,6 @@
"selfHostedEnvironment": {
"message": "Self-hosted environment"
},
- "selfHostedEnvironmentFooter": {
- "message": "Specify the base URL of your on-premises hosted Bitwarden installation."
- },
"selfHostedBaseUrlHint": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation. Example: https://bitwarden.company.com"
},
@@ -1531,9 +1500,6 @@
"customEnvironment": {
"message": "Custom environment"
},
- "customEnvironmentFooter": {
- "message": "For advanced users. You can specify the base URL of each service independently."
- },
"baseUrl": {
"message": "Server URL"
},
@@ -1671,6 +1637,9 @@
"dragToSort": {
"message": "Drag to sort"
},
+ "dragToReorder": {
+ "message": "Drag to reorder"
+ },
"cfTypeText": {
"message": "Text"
},
@@ -2535,15 +2504,15 @@
"message": "Your organization passwords are at-risk because they are weak, reused, and/or exposed.",
"description": "Description of the review at-risk login slide on the at-risk password page carousel"
},
- "reviewAtRiskLoginSlideImgAlt": {
- "message": "Illustration of a list of logins that are at-risk"
+ "reviewAtRiskLoginSlideImgAltPeriod": {
+ "message": "Illustration of a list of logins that are at-risk."
},
"generatePasswordSlideDesc": {
"message": "Quickly generate a strong, unique password with the Bitwarden autofill menu on the at-risk site.",
"description": "Description of the generate password slide on the at-risk password page carousel"
},
- "generatePasswordSlideImgAlt": {
- "message": "Illustration of the Bitwarden autofill menu displaying a generated password"
+ "generatePasswordSlideImgAltPeriod": {
+ "message": "Illustration of the Bitwarden autofill menu displaying a generated password."
},
"updateInBitwarden": {
"message": "Update in Bitwarden"
@@ -2552,8 +2521,8 @@
"message": "Bitwarden will then prompt you to update the password in the password manager.",
"description": "Description of the update in Bitwarden slide on the at-risk password page carousel"
},
- "updateInBitwardenSlideImgAlt": {
- "message": "Illustration of a Bitwarden’s notification prompting the user to update the login"
+ "updateInBitwardenSlideImgAltPeriod": {
+ "message": "Illustration of a Bitwarden’s notification prompting the user to update the login."
},
"turnOnAutofill": {
"message": "Turn on autofill"
@@ -3008,6 +2977,15 @@
}
}
},
+ "exportingIndividualVaultWithAttachmentsDescription": {
+ "message": "Only the individual vault items including attachments associated with $EMAIL$ will be exported. Organization vault items will not be included",
+ "placeholders": {
+ "email": {
+ "content": "$1",
+ "example": "name@example.com"
+ }
+ }
+ },
"exportingOrganizationVaultTitle": {
"message": "Exporting organization vault"
},
@@ -3273,15 +3251,6 @@
}
}
},
- "settingsEdited": {
- "message": "Settings have been edited"
- },
- "environmentEditedClick": {
- "message": "Click here"
- },
- "environmentEditedReset": {
- "message": "to reset to pre-configured settings"
- },
"serverVersion": {
"message": "Server version"
},
@@ -3312,12 +3281,6 @@
"loginWithMasterPassword": {
"message": "Log in with master password"
},
- "loggingInAs": {
- "message": "Logging in as"
- },
- "notYou": {
- "message": "Not you?"
- },
"newAroundHere": {
"message": "New around here?"
},
@@ -3327,9 +3290,6 @@
"loginWithDevice": {
"message": "Log in with device"
},
- "loginWithDeviceEnabledInfo": {
- "message": "Log in with device must be set up in the settings of the Bitwarden app. Need another option?"
- },
"fingerprintPhraseHeader": {
"message": "Fingerprint phrase"
},
@@ -3342,9 +3302,6 @@
"viewAllLogInOptions": {
"message": "View all log in options"
},
- "viewAllLoginOptionsV1": {
- "message": "View all log in options"
- },
"notificationSentDevice": {
"message": "A notification has been sent to your device."
},
@@ -3486,9 +3443,6 @@
"requestAdminApproval": {
"message": "Request admin approval"
},
- "approveWithMasterPassword": {
- "message": "Approve with master password"
- },
"ssoIdentifierRequired": {
"message": "Organization SSO identifier is required."
},
@@ -3535,9 +3489,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "Your request has been sent to your admin."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "You will be notified once approved."
- },
"troubleLoggingIn": {
"message": "Trouble logging in?"
},
@@ -3867,15 +3818,9 @@
"duoHealthCheckResultsInNullAuthUrlError": {
"message": "Error connecting with the Duo service. Use a different two-step login method or contact Duo for assistance."
},
- "launchDuoAndFollowStepsToFinishLoggingIn": {
- "message": "Launch Duo and follow the steps to finish logging in."
- },
"duoRequiredForAccount": {
"message": "Duo two-step login is required for your account."
},
- "popoutTheExtensionToCompleteLogin": {
- "message": "Popout the extension to complete login."
- },
"popoutExtension": {
"message": "Popout extension"
},
@@ -4298,6 +4243,20 @@
}
}
},
+ "viewItemTitleWithField": {
+ "message": "View item - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a link that opens a view for an item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"autofillTitle": {
"message": "Autofill - $ITEMNAME$",
"description": "Title for a button that autofills a login item.",
@@ -4308,6 +4267,20 @@
}
}
},
+ "autofillTitleWithField": {
+ "message": "Autofill - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a button that autofills a login item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"copyFieldValue": {
"message": "Copy $FIELD$, $VALUE$",
"description": "Title for a button that copies a field value to the clipboard.",
@@ -4698,6 +4671,9 @@
}
}
},
+ "reorderWebsiteUriButton": {
+ "message": "Reorder website URI. Use arrow key to move item up or down."
+ },
"reorderFieldUp": {
"message": "$LABEL$ moved up, position $INDEX$ of $LENGTH$",
"placeholders": {
@@ -4758,15 +4734,6 @@
"nothingSelected": {
"message": "You have not selected anything."
},
- "movedItemsToOrg": {
- "message": "Selected items moved to $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Items moved to $ORGNAME$",
"placeholders": {
@@ -5129,6 +5096,33 @@
"extraWide": {
"message": "Extra wide"
},
+ "sshKeyWrongPassword": {
+ "message": "The password you entered is incorrect."
+ },
+ "importSshKey": {
+ "message": "Import"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Confirm password"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Enter the password for the SSH key."
+ },
+ "enterSshKeyPassword": {
+ "message": "Enter password"
+ },
+ "invalidSshKey": {
+ "message": "The SSH key is invalid"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "The SSH key type is not supported"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Import key from clipboard"
+ },
+ "sshKeyImported": {
+ "message": "SSH key imported successfully"
+ },
"cannotRemoveViewOnlyCollections": {
"message": "You cannot remove collections with View only permissions: $COLLECTIONS$",
"placeholders": {
diff --git a/apps/browser/src/_locales/en_GB/messages.json b/apps/browser/src/_locales/en_GB/messages.json
index 1db4b60c106..9c6d212f8c9 100644
--- a/apps/browser/src/_locales/en_GB/messages.json
+++ b/apps/browser/src/_locales/en_GB/messages.json
@@ -263,12 +263,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Enter your account email address and your password hint will be sent to you"
},
- "passwordHint": {
- "message": "Password hint"
- },
- "enterEmailToGetHint": {
- "message": "Enter your account email address to receive your master password hint."
- },
"getMasterPasswordHint": {
"message": "Get master password hint"
},
@@ -385,6 +379,15 @@
"editFolder": {
"message": "Edit folder"
},
+ "editFolderWithName": {
+ "message": "Edit folder: $FOLDERNAME$",
+ "placeholders": {
+ "foldername": {
+ "content": "$1",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "New folder"
},
@@ -901,6 +904,9 @@
"no": {
"message": "No"
},
+ "location": {
+ "message": "Location"
+ },
"unexpectedError": {
"message": "An unexpected error has occurred."
},
@@ -1163,10 +1169,6 @@
"message": "Light",
"description": "Light color"
},
- "solarizedDark": {
- "message": "Solarized dark",
- "description": "'Solarized' is a noun and the name of a color scheme. It should not be translated."
- },
"exportFrom": {
"message": "Export from"
},
@@ -1516,9 +1518,6 @@
"selfHostedEnvironment": {
"message": "Self-hosted environment"
},
- "selfHostedEnvironmentFooter": {
- "message": "Specify the base URL of your on-premise hosted Bitwarden installation."
- },
"selfHostedBaseUrlHint": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation. Example: https://bitwarden.company.com"
},
@@ -1531,9 +1530,6 @@
"customEnvironment": {
"message": "Custom environment"
},
- "customEnvironmentFooter": {
- "message": "For advanced users. You can specify the base URL of each service independently."
- },
"baseUrl": {
"message": "Server URL"
},
@@ -1671,6 +1667,9 @@
"dragToSort": {
"message": "Drag to sort"
},
+ "dragToReorder": {
+ "message": "Drag to reorder"
+ },
"cfTypeText": {
"message": "Text"
},
@@ -3008,6 +3007,15 @@
}
}
},
+ "exportingIndividualVaultWithAttachmentsDescription": {
+ "message": "Only the individual vault items including attachments associated with $EMAIL$ will be exported. Organisation vault items will not be included",
+ "placeholders": {
+ "email": {
+ "content": "$1",
+ "example": "name@example.com"
+ }
+ }
+ },
"exportingOrganizationVaultTitle": {
"message": "Exporting organisation vault"
},
@@ -3273,15 +3281,6 @@
}
}
},
- "settingsEdited": {
- "message": "Settings have been edited"
- },
- "environmentEditedClick": {
- "message": "Click here"
- },
- "environmentEditedReset": {
- "message": "to reset to pre-configured settings"
- },
"serverVersion": {
"message": "Server version"
},
@@ -3312,12 +3311,6 @@
"loginWithMasterPassword": {
"message": "Log in with master password"
},
- "loggingInAs": {
- "message": "Logging in as"
- },
- "notYou": {
- "message": "Not you?"
- },
"newAroundHere": {
"message": "New around here?"
},
@@ -3327,9 +3320,6 @@
"loginWithDevice": {
"message": "Log in with device"
},
- "loginWithDeviceEnabledInfo": {
- "message": "Log in with device must be set up in the settings of the Bitwarden app. Need another option?"
- },
"fingerprintPhraseHeader": {
"message": "Fingerprint phrase"
},
@@ -3342,9 +3332,6 @@
"viewAllLogInOptions": {
"message": "View all log in options"
},
- "viewAllLoginOptionsV1": {
- "message": "View all log in options"
- },
"notificationSentDevice": {
"message": "A notification has been sent to your device."
},
@@ -3486,9 +3473,6 @@
"requestAdminApproval": {
"message": "Request admin approval"
},
- "approveWithMasterPassword": {
- "message": "Approve with master password"
- },
"ssoIdentifierRequired": {
"message": "Organisation SSO identifier is required."
},
@@ -3535,9 +3519,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "Your request has been sent to your admin."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "You will be notified once approved."
- },
"troubleLoggingIn": {
"message": "Trouble logging in?"
},
@@ -4298,6 +4279,20 @@
}
}
},
+ "viewItemTitleWithField": {
+ "message": "View item - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a link that opens a view for an item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"autofillTitle": {
"message": "Auto-fill - $ITEMNAME$",
"description": "Title for a button that autofills a login item.",
@@ -4308,6 +4303,20 @@
}
}
},
+ "autofillTitleWithField": {
+ "message": "Autofill - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a button that autofills a login item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"copyFieldValue": {
"message": "Copy $FIELD$, $VALUE$",
"description": "Title for a button that copies a field value to the clipboard.",
@@ -4698,6 +4707,9 @@
}
}
},
+ "reorderWebsiteUriButton": {
+ "message": "Reorder website URI. Use arrow key to move item up or down."
+ },
"reorderFieldUp": {
"message": "$LABEL$ moved up, position $INDEX$ of $LENGTH$",
"placeholders": {
@@ -4758,15 +4770,6 @@
"nothingSelected": {
"message": "You have not selected anything."
},
- "movedItemsToOrg": {
- "message": "Selected items moved to $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Items moved to $ORGNAME$",
"placeholders": {
@@ -5129,6 +5132,33 @@
"extraWide": {
"message": "Extra wide"
},
+ "sshKeyWrongPassword": {
+ "message": "The password you entered is incorrect."
+ },
+ "importSshKey": {
+ "message": "Import"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Confirm password"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Enter the password for the SSH key."
+ },
+ "enterSshKeyPassword": {
+ "message": "Enter password"
+ },
+ "invalidSshKey": {
+ "message": "The SSH key is invalid"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "The SSH key type is not supported"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Import key from clipboard"
+ },
+ "sshKeyImported": {
+ "message": "SSH key imported successfully"
+ },
"cannotRemoveViewOnlyCollections": {
"message": "You cannot remove collections with View only permissions: $COLLECTIONS$",
"placeholders": {
diff --git a/apps/browser/src/_locales/en_IN/messages.json b/apps/browser/src/_locales/en_IN/messages.json
index e47870b7ebe..aa7a234246f 100644
--- a/apps/browser/src/_locales/en_IN/messages.json
+++ b/apps/browser/src/_locales/en_IN/messages.json
@@ -263,12 +263,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Enter your account email address and your password hint will be sent to you"
},
- "passwordHint": {
- "message": "Password hint"
- },
- "enterEmailToGetHint": {
- "message": "Enter your account email address to receive your master password hint."
- },
"getMasterPasswordHint": {
"message": "Get master password hint"
},
@@ -385,6 +379,15 @@
"editFolder": {
"message": "Edit folder"
},
+ "editFolderWithName": {
+ "message": "Edit folder: $FOLDERNAME$",
+ "placeholders": {
+ "foldername": {
+ "content": "$1",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "New folder"
},
@@ -901,6 +904,9 @@
"no": {
"message": "No"
},
+ "location": {
+ "message": "Location"
+ },
"unexpectedError": {
"message": "An unexpected error has occurred."
},
@@ -1163,10 +1169,6 @@
"message": "Light",
"description": "Light color"
},
- "solarizedDark": {
- "message": "Solarised Dark",
- "description": "'Solarized' is a noun and the name of a color scheme. It should not be translated."
- },
"exportFrom": {
"message": "Export from"
},
@@ -1516,9 +1518,6 @@
"selfHostedEnvironment": {
"message": "Self-hosted environment"
},
- "selfHostedEnvironmentFooter": {
- "message": "Specify the base URL of your on-premise hosted Bitwarden installation."
- },
"selfHostedBaseUrlHint": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation. Example: https://bitwarden.company.com"
},
@@ -1531,9 +1530,6 @@
"customEnvironment": {
"message": "Custom environment"
},
- "customEnvironmentFooter": {
- "message": "For advanced users. You can specify the base URL of each service independently."
- },
"baseUrl": {
"message": "Server URL"
},
@@ -1671,6 +1667,9 @@
"dragToSort": {
"message": "Drag to sort"
},
+ "dragToReorder": {
+ "message": "Drag to reorder"
+ },
"cfTypeText": {
"message": "Text"
},
@@ -3008,6 +3007,15 @@
}
}
},
+ "exportingIndividualVaultWithAttachmentsDescription": {
+ "message": "Only the individual vault items including attachments associated with $EMAIL$ will be exported. Organisation vault items will not be included",
+ "placeholders": {
+ "email": {
+ "content": "$1",
+ "example": "name@example.com"
+ }
+ }
+ },
"exportingOrganizationVaultTitle": {
"message": "Exporting organisation vault"
},
@@ -3273,15 +3281,6 @@
}
}
},
- "settingsEdited": {
- "message": "Settings have been edited"
- },
- "environmentEditedClick": {
- "message": "Click here"
- },
- "environmentEditedReset": {
- "message": "to reset to pre-configured settings"
- },
"serverVersion": {
"message": "Server Version"
},
@@ -3312,12 +3311,6 @@
"loginWithMasterPassword": {
"message": "Log in with master password"
},
- "loggingInAs": {
- "message": "Logging in as"
- },
- "notYou": {
- "message": "Not you?"
- },
"newAroundHere": {
"message": "New around here?"
},
@@ -3327,9 +3320,6 @@
"loginWithDevice": {
"message": "Log in with device"
},
- "loginWithDeviceEnabledInfo": {
- "message": "Log in with device must be set up in the settings of the Bitwarden app. Need another option?"
- },
"fingerprintPhraseHeader": {
"message": "Fingerprint phrase"
},
@@ -3342,9 +3332,6 @@
"viewAllLogInOptions": {
"message": "View all log in options"
},
- "viewAllLoginOptionsV1": {
- "message": "View all log in options"
- },
"notificationSentDevice": {
"message": "A notification has been sent to your device."
},
@@ -3486,9 +3473,6 @@
"requestAdminApproval": {
"message": "Request admin approval"
},
- "approveWithMasterPassword": {
- "message": "Approve with master password"
- },
"ssoIdentifierRequired": {
"message": "Organisation SSO identifier is required."
},
@@ -3535,9 +3519,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "Your request has been sent to your admin."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "You will be notified once approved."
- },
"troubleLoggingIn": {
"message": "Trouble logging in?"
},
@@ -4298,6 +4279,20 @@
}
}
},
+ "viewItemTitleWithField": {
+ "message": "View item - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a link that opens a view for an item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"autofillTitle": {
"message": "Auto-fill - $ITEMNAME$",
"description": "Title for a button that autofills a login item.",
@@ -4308,6 +4303,20 @@
}
}
},
+ "autofillTitleWithField": {
+ "message": "Autofill - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a button that autofills a login item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"copyFieldValue": {
"message": "Copy $FIELD$, $VALUE$",
"description": "Title for a button that copies a field value to the clipboard.",
@@ -4698,6 +4707,9 @@
}
}
},
+ "reorderWebsiteUriButton": {
+ "message": "Reorder website URI. Use arrow key to move item up or down."
+ },
"reorderFieldUp": {
"message": "$LABEL$ moved up, position $INDEX$ of $LENGTH$",
"placeholders": {
@@ -4758,15 +4770,6 @@
"nothingSelected": {
"message": "You have not selected anything."
},
- "movedItemsToOrg": {
- "message": "Selected items moved to $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Items moved to $ORGNAME$",
"placeholders": {
@@ -5129,6 +5132,33 @@
"extraWide": {
"message": "Extra wide"
},
+ "sshKeyWrongPassword": {
+ "message": "The password you entered is incorrect."
+ },
+ "importSshKey": {
+ "message": "Import"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Confirm password"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Enter the password for the SSH key."
+ },
+ "enterSshKeyPassword": {
+ "message": "Enter password"
+ },
+ "invalidSshKey": {
+ "message": "The SSH key is invalid"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "The SSH key type is not supported"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Import key from clipboard"
+ },
+ "sshKeyImported": {
+ "message": "SSH key imported successfully"
+ },
"cannotRemoveViewOnlyCollections": {
"message": "You cannot remove collections with View only permissions: $COLLECTIONS$",
"placeholders": {
diff --git a/apps/browser/src/_locales/es/messages.json b/apps/browser/src/_locales/es/messages.json
index 98efcb500ed..d282011e628 100644
--- a/apps/browser/src/_locales/es/messages.json
+++ b/apps/browser/src/_locales/es/messages.json
@@ -263,12 +263,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Introduce la dirección de correo electrónico de tu cuenta y se te enviará la pista de tu contraseña"
},
- "passwordHint": {
- "message": "Pista de contraseña"
- },
- "enterEmailToGetHint": {
- "message": "Introduce el correo electrónico de tu cuenta para recibir la pista de tu contraseña maestra."
- },
"getMasterPasswordHint": {
"message": "Obtener pista de la contraseña maestra"
},
@@ -385,6 +379,15 @@
"editFolder": {
"message": "Editar carpeta"
},
+ "editFolderWithName": {
+ "message": "Edit folder: $FOLDERNAME$",
+ "placeholders": {
+ "foldername": {
+ "content": "$1",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "Carpeta nueva"
},
@@ -901,6 +904,9 @@
"no": {
"message": "No"
},
+ "location": {
+ "message": "Location"
+ },
"unexpectedError": {
"message": "Ha ocurrido un error inesperado."
},
@@ -1163,10 +1169,6 @@
"message": "Claro",
"description": "Light color"
},
- "solarizedDark": {
- "message": "Solarized Dark",
- "description": "'Solarized' is a noun and the name of a color scheme. It should not be translated."
- },
"exportFrom": {
"message": "Exportar desde"
},
@@ -1516,9 +1518,6 @@
"selfHostedEnvironment": {
"message": "Entorno de alojamiento propio"
},
- "selfHostedEnvironmentFooter": {
- "message": "Especifica la URL base de tu instalación de Bitwarden de alojamiento propio."
- },
"selfHostedBaseUrlHint": {
"message": "Especifica la dirección URL base de la instalación de Bitwarden alojada localmente. Ejemplo: https://bitwarden.company.com"
},
@@ -1531,9 +1530,6 @@
"customEnvironment": {
"message": "Entorno personalizado"
},
- "customEnvironmentFooter": {
- "message": "Para usuarios avanzados. Puedes especificar la URL base de cada servicio de forma independiente."
- },
"baseUrl": {
"message": "URL del servidor"
},
@@ -1671,6 +1667,9 @@
"dragToSort": {
"message": "Arrastrar para ordenar"
},
+ "dragToReorder": {
+ "message": "Drag to reorder"
+ },
"cfTypeText": {
"message": "Texto"
},
@@ -3008,6 +3007,15 @@
}
}
},
+ "exportingIndividualVaultWithAttachmentsDescription": {
+ "message": "Only the individual vault items including attachments associated with $EMAIL$ will be exported. Organization vault items will not be included",
+ "placeholders": {
+ "email": {
+ "content": "$1",
+ "example": "name@example.com"
+ }
+ }
+ },
"exportingOrganizationVaultTitle": {
"message": "Exportando caja fuerte de la organización"
},
@@ -3273,15 +3281,6 @@
}
}
},
- "settingsEdited": {
- "message": "Se han editado los ajustes"
- },
- "environmentEditedClick": {
- "message": "Haga click aquí"
- },
- "environmentEditedReset": {
- "message": "para restablecer a los ajustes por defecto"
- },
"serverVersion": {
"message": "Versión del servidor"
},
@@ -3312,12 +3311,6 @@
"loginWithMasterPassword": {
"message": "Iniciar sesión con contraseña maestra"
},
- "loggingInAs": {
- "message": "Iniciando sesión como"
- },
- "notYou": {
- "message": "¿No eres tú?"
- },
"newAroundHere": {
"message": "¿Nuevo por aquí?"
},
@@ -3327,9 +3320,6 @@
"loginWithDevice": {
"message": "Acceder con un dispositivo"
},
- "loginWithDeviceEnabledInfo": {
- "message": "El acceso con dispositivo debe prepararse en la configuración de la aplicación Bitwarden. ¿Necesita otra opción?"
- },
"fingerprintPhraseHeader": {
"message": "Frase de huella"
},
@@ -3342,9 +3332,6 @@
"viewAllLogInOptions": {
"message": "Ver todas las opciones de inicio de sesión"
},
- "viewAllLoginOptionsV1": {
- "message": "Ver todas las opciones de inicio de sesión"
- },
"notificationSentDevice": {
"message": "Se ha enviado una notificación a tu dispositivo."
},
@@ -3486,9 +3473,6 @@
"requestAdminApproval": {
"message": "Solicitar aprobación del administrador"
},
- "approveWithMasterPassword": {
- "message": "Aprobar con contraseña maestra"
- },
"ssoIdentifierRequired": {
"message": "Se requiere un identificador único de inicio de sesión de la organización."
},
@@ -3535,9 +3519,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "Su solicitud ha sido enviada a su administrador."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "Se le notificará una vez aprobado."
- },
"troubleLoggingIn": {
"message": "¿Problemas para iniciar sesión?"
},
@@ -4298,6 +4279,20 @@
}
}
},
+ "viewItemTitleWithField": {
+ "message": "View item - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a link that opens a view for an item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"autofillTitle": {
"message": "Autocompletar - $ITEMNAME$",
"description": "Title for a button that autofills a login item.",
@@ -4308,6 +4303,20 @@
}
}
},
+ "autofillTitleWithField": {
+ "message": "Autofill - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a button that autofills a login item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"copyFieldValue": {
"message": "Copy $FIELD$, $VALUE$",
"description": "Title for a button that copies a field value to the clipboard.",
@@ -4698,6 +4707,9 @@
}
}
},
+ "reorderWebsiteUriButton": {
+ "message": "Reorder website URI. Use arrow key to move item up or down."
+ },
"reorderFieldUp": {
"message": "$LABEL$ moved up, position $INDEX$ of $LENGTH$",
"placeholders": {
@@ -4758,15 +4770,6 @@
"nothingSelected": {
"message": "You have not selected anything."
},
- "movedItemsToOrg": {
- "message": "Selected items moved to $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Items moved to $ORGNAME$",
"placeholders": {
@@ -5129,6 +5132,33 @@
"extraWide": {
"message": "Extraancho"
},
+ "sshKeyWrongPassword": {
+ "message": "The password you entered is incorrect."
+ },
+ "importSshKey": {
+ "message": "Import"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Confirm password"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Enter the password for the SSH key."
+ },
+ "enterSshKeyPassword": {
+ "message": "Enter password"
+ },
+ "invalidSshKey": {
+ "message": "The SSH key is invalid"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "The SSH key type is not supported"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Import key from clipboard"
+ },
+ "sshKeyImported": {
+ "message": "SSH key imported successfully"
+ },
"cannotRemoveViewOnlyCollections": {
"message": "No puedes eliminar colecciones con permisos de solo visualización: $COLLECTIONS$",
"placeholders": {
diff --git a/apps/browser/src/_locales/et/messages.json b/apps/browser/src/_locales/et/messages.json
index 00330b50654..e2ad9a1e53a 100644
--- a/apps/browser/src/_locales/et/messages.json
+++ b/apps/browser/src/_locales/et/messages.json
@@ -263,12 +263,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Enter your account email address and your password hint will be sent to you"
},
- "passwordHint": {
- "message": "Parooli vihje"
- },
- "enterEmailToGetHint": {
- "message": "Ülemparooli vihje saamiseks sisesta oma konto e-posti aadress."
- },
"getMasterPasswordHint": {
"message": "Tuleta ülemparool vihjega meelde"
},
@@ -385,6 +379,15 @@
"editFolder": {
"message": "Muuda kausta"
},
+ "editFolderWithName": {
+ "message": "Edit folder: $FOLDERNAME$",
+ "placeholders": {
+ "foldername": {
+ "content": "$1",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "Uus kaust"
},
@@ -901,6 +904,9 @@
"no": {
"message": "Ei"
},
+ "location": {
+ "message": "Location"
+ },
"unexpectedError": {
"message": "Tekkis ootamatu viga."
},
@@ -1163,10 +1169,6 @@
"message": "Hele",
"description": "Light color"
},
- "solarizedDark": {
- "message": "Solarized tume",
- "description": "'Solarized' is a noun and the name of a color scheme. It should not be translated."
- },
"exportFrom": {
"message": "Export from"
},
@@ -1516,9 +1518,6 @@
"selfHostedEnvironment": {
"message": "Self-hosted Environment"
},
- "selfHostedEnvironmentFooter": {
- "message": "Specify the base URL of your on-premise hosted Bitwarden installation."
- },
"selfHostedBaseUrlHint": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation. Example: https://bitwarden.company.com"
},
@@ -1531,9 +1530,6 @@
"customEnvironment": {
"message": "Kohandatud keskkond"
},
- "customEnvironmentFooter": {
- "message": "For advanced users. You can specify the base URL of each service independently."
- },
"baseUrl": {
"message": "Serveri URL"
},
@@ -1671,6 +1667,9 @@
"dragToSort": {
"message": "Lohista sorteerimiseks"
},
+ "dragToReorder": {
+ "message": "Drag to reorder"
+ },
"cfTypeText": {
"message": "Tekst"
},
@@ -3008,6 +3007,15 @@
}
}
},
+ "exportingIndividualVaultWithAttachmentsDescription": {
+ "message": "Only the individual vault items including attachments associated with $EMAIL$ will be exported. Organization vault items will not be included",
+ "placeholders": {
+ "email": {
+ "content": "$1",
+ "example": "name@example.com"
+ }
+ }
+ },
"exportingOrganizationVaultTitle": {
"message": "Exporting organization vault"
},
@@ -3273,15 +3281,6 @@
}
}
},
- "settingsEdited": {
- "message": "Seaded on uuendatud"
- },
- "environmentEditedClick": {
- "message": "Kliki siia,"
- },
- "environmentEditedReset": {
- "message": "et taastada eelseadistatud seaded"
- },
"serverVersion": {
"message": "Serveri versioon"
},
@@ -3312,12 +3311,6 @@
"loginWithMasterPassword": {
"message": "Logi sisse ülemparooliga"
},
- "loggingInAs": {
- "message": "Sisselogimas kui"
- },
- "notYou": {
- "message": "Pole sina?"
- },
"newAroundHere": {
"message": "Oled siin uus?"
},
@@ -3327,9 +3320,6 @@
"loginWithDevice": {
"message": "Logi sisse seadme kaudu"
},
- "loginWithDeviceEnabledInfo": {
- "message": "Bitwardeni rakenduse seadistuses peab olema konfigureeritud sisselogimine läbi seadme. Vajad teist valikut?"
- },
"fingerprintPhraseHeader": {
"message": "Unikaalne sõnajada"
},
@@ -3342,9 +3332,6 @@
"viewAllLogInOptions": {
"message": "View all log in options"
},
- "viewAllLoginOptionsV1": {
- "message": "View all log in options"
- },
"notificationSentDevice": {
"message": "Sinu seadmesse saadeti teavitus."
},
@@ -3486,9 +3473,6 @@
"requestAdminApproval": {
"message": "Küsi admini kinnitust"
},
- "approveWithMasterPassword": {
- "message": "Kinnita ülemparooliga"
- },
"ssoIdentifierRequired": {
"message": "Nõutav on organisatsiooni SSO identifikaator."
},
@@ -3535,9 +3519,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "Kinnituspäring saadeti adminile."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "Kinnitamise järel saad selle kohta teavituse."
- },
"troubleLoggingIn": {
"message": "Kas sisselogimisel on probleeme?"
},
@@ -4298,6 +4279,20 @@
}
}
},
+ "viewItemTitleWithField": {
+ "message": "View item - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a link that opens a view for an item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"autofillTitle": {
"message": "Autofill - $ITEMNAME$",
"description": "Title for a button that autofills a login item.",
@@ -4308,6 +4303,20 @@
}
}
},
+ "autofillTitleWithField": {
+ "message": "Autofill - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a button that autofills a login item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"copyFieldValue": {
"message": "Copy $FIELD$, $VALUE$",
"description": "Title for a button that copies a field value to the clipboard.",
@@ -4698,6 +4707,9 @@
}
}
},
+ "reorderWebsiteUriButton": {
+ "message": "Reorder website URI. Use arrow key to move item up or down."
+ },
"reorderFieldUp": {
"message": "$LABEL$ moved up, position $INDEX$ of $LENGTH$",
"placeholders": {
@@ -4758,15 +4770,6 @@
"nothingSelected": {
"message": "You have not selected anything."
},
- "movedItemsToOrg": {
- "message": "Selected items moved to $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Items moved to $ORGNAME$",
"placeholders": {
@@ -5129,6 +5132,33 @@
"extraWide": {
"message": "Extra wide"
},
+ "sshKeyWrongPassword": {
+ "message": "The password you entered is incorrect."
+ },
+ "importSshKey": {
+ "message": "Import"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Confirm password"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Enter the password for the SSH key."
+ },
+ "enterSshKeyPassword": {
+ "message": "Enter password"
+ },
+ "invalidSshKey": {
+ "message": "The SSH key is invalid"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "The SSH key type is not supported"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Import key from clipboard"
+ },
+ "sshKeyImported": {
+ "message": "SSH key imported successfully"
+ },
"cannotRemoveViewOnlyCollections": {
"message": "You cannot remove collections with View only permissions: $COLLECTIONS$",
"placeholders": {
diff --git a/apps/browser/src/_locales/eu/messages.json b/apps/browser/src/_locales/eu/messages.json
index 780d6f255b7..95d843a3aa8 100644
--- a/apps/browser/src/_locales/eu/messages.json
+++ b/apps/browser/src/_locales/eu/messages.json
@@ -263,12 +263,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Enter your account email address and your password hint will be sent to you"
},
- "passwordHint": {
- "message": "Pasahitza gogoratzeko pista"
- },
- "enterEmailToGetHint": {
- "message": "Sartu zure kontuko emaila pasahitz nagusiaren pista jasotzeko."
- },
"getMasterPasswordHint": {
"message": "Jaso pasahitz nagusiaren pista"
},
@@ -385,6 +379,15 @@
"editFolder": {
"message": "Editatu Karpeta"
},
+ "editFolderWithName": {
+ "message": "Edit folder: $FOLDERNAME$",
+ "placeholders": {
+ "foldername": {
+ "content": "$1",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "New folder"
},
@@ -901,6 +904,9 @@
"no": {
"message": "Ez"
},
+ "location": {
+ "message": "Location"
+ },
"unexpectedError": {
"message": "Ustekabeko akatsa gertatu da."
},
@@ -1163,10 +1169,6 @@
"message": "Argia",
"description": "Light color"
},
- "solarizedDark": {
- "message": "Solarized iluna",
- "description": "'Solarized' is a noun and the name of a color scheme. It should not be translated."
- },
"exportFrom": {
"message": "Export from"
},
@@ -1516,9 +1518,6 @@
"selfHostedEnvironment": {
"message": "Ostatze ingurune propioa"
},
- "selfHostedEnvironmentFooter": {
- "message": "Bitwarden instalatzeko, zehaztu ostatatze propioaren oinarrizko URL-a."
- },
"selfHostedBaseUrlHint": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation. Example: https://bitwarden.company.com"
},
@@ -1531,9 +1530,6 @@
"customEnvironment": {
"message": "Ingurune pertsonalizatua"
},
- "customEnvironmentFooter": {
- "message": "Erabiltzaile aurreratuentzat. Zerbitzu bakoitzarentzako oinarrizko URL-a zehaztu dezakezu independienteki."
- },
"baseUrl": {
"message": "Zerbitzariaren URL-a"
},
@@ -1671,6 +1667,9 @@
"dragToSort": {
"message": "Arrastatu txukuntzeko"
},
+ "dragToReorder": {
+ "message": "Drag to reorder"
+ },
"cfTypeText": {
"message": "Testua"
},
@@ -3008,6 +3007,15 @@
}
}
},
+ "exportingIndividualVaultWithAttachmentsDescription": {
+ "message": "Only the individual vault items including attachments associated with $EMAIL$ will be exported. Organization vault items will not be included",
+ "placeholders": {
+ "email": {
+ "content": "$1",
+ "example": "name@example.com"
+ }
+ }
+ },
"exportingOrganizationVaultTitle": {
"message": "Exporting organization vault"
},
@@ -3273,15 +3281,6 @@
}
}
},
- "settingsEdited": {
- "message": "Ezarpenak editatu dira"
- },
- "environmentEditedClick": {
- "message": "Sakatu hemen"
- },
- "environmentEditedReset": {
- "message": "ezarpen lehenetsiak ezartzeko"
- },
"serverVersion": {
"message": "Zerbitzariaren bertsioa"
},
@@ -3312,12 +3311,6 @@
"loginWithMasterPassword": {
"message": "Hasi saioa pasahitz nagusiarekin"
},
- "loggingInAs": {
- "message": "Honela hasi saioa"
- },
- "notYou": {
- "message": "Ez zara zu?"
- },
"newAroundHere": {
"message": "Berria hemendik?"
},
@@ -3327,9 +3320,6 @@
"loginWithDevice": {
"message": "Log in with device"
},
- "loginWithDeviceEnabledInfo": {
- "message": "Log in with device must be set up in the settings of the Bitwarden app. Need another option?"
- },
"fingerprintPhraseHeader": {
"message": "Fingerprint phrase"
},
@@ -3342,9 +3332,6 @@
"viewAllLogInOptions": {
"message": "View all log in options"
},
- "viewAllLoginOptionsV1": {
- "message": "View all log in options"
- },
"notificationSentDevice": {
"message": "A notification has been sent to your device."
},
@@ -3486,9 +3473,6 @@
"requestAdminApproval": {
"message": "Eskatu administratzailearen onarpena"
},
- "approveWithMasterPassword": {
- "message": "Onartu pasahitz nagusiarekin"
- },
"ssoIdentifierRequired": {
"message": "Organization SSO identifier is required."
},
@@ -3535,9 +3519,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "Zure eskaera zure administratzaileari bidali zaio."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "Jakinaraziko zaizu onartzen denean."
- },
"troubleLoggingIn": {
"message": "Arazoak saioa hasterakoan?"
},
@@ -4298,6 +4279,20 @@
}
}
},
+ "viewItemTitleWithField": {
+ "message": "View item - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a link that opens a view for an item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"autofillTitle": {
"message": "Autofill - $ITEMNAME$",
"description": "Title for a button that autofills a login item.",
@@ -4308,6 +4303,20 @@
}
}
},
+ "autofillTitleWithField": {
+ "message": "Autofill - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a button that autofills a login item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"copyFieldValue": {
"message": "Copy $FIELD$, $VALUE$",
"description": "Title for a button that copies a field value to the clipboard.",
@@ -4698,6 +4707,9 @@
}
}
},
+ "reorderWebsiteUriButton": {
+ "message": "Reorder website URI. Use arrow key to move item up or down."
+ },
"reorderFieldUp": {
"message": "$LABEL$ moved up, position $INDEX$ of $LENGTH$",
"placeholders": {
@@ -4758,15 +4770,6 @@
"nothingSelected": {
"message": "You have not selected anything."
},
- "movedItemsToOrg": {
- "message": "Selected items moved to $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Items moved to $ORGNAME$",
"placeholders": {
@@ -5129,6 +5132,33 @@
"extraWide": {
"message": "Extra wide"
},
+ "sshKeyWrongPassword": {
+ "message": "The password you entered is incorrect."
+ },
+ "importSshKey": {
+ "message": "Import"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Confirm password"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Enter the password for the SSH key."
+ },
+ "enterSshKeyPassword": {
+ "message": "Enter password"
+ },
+ "invalidSshKey": {
+ "message": "The SSH key is invalid"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "The SSH key type is not supported"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Import key from clipboard"
+ },
+ "sshKeyImported": {
+ "message": "SSH key imported successfully"
+ },
"cannotRemoveViewOnlyCollections": {
"message": "You cannot remove collections with View only permissions: $COLLECTIONS$",
"placeholders": {
diff --git a/apps/browser/src/_locales/fa/messages.json b/apps/browser/src/_locales/fa/messages.json
index 9d9d377b87e..0f5616cd001 100644
--- a/apps/browser/src/_locales/fa/messages.json
+++ b/apps/browser/src/_locales/fa/messages.json
@@ -263,12 +263,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Enter your account email address and your password hint will be sent to you"
},
- "passwordHint": {
- "message": "یادآور کلمه عبور"
- },
- "enterEmailToGetHint": {
- "message": "برای دریافت یادآور کلمه عبور اصلی خود نشانی ایمیلتان را وارد کنید."
- },
"getMasterPasswordHint": {
"message": "دریافت یادآور کلمه عبور اصلی"
},
@@ -385,6 +379,15 @@
"editFolder": {
"message": "ويرايش پوشه"
},
+ "editFolderWithName": {
+ "message": "Edit folder: $FOLDERNAME$",
+ "placeholders": {
+ "foldername": {
+ "content": "$1",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "New folder"
},
@@ -901,6 +904,9 @@
"no": {
"message": "خیر"
},
+ "location": {
+ "message": "Location"
+ },
"unexpectedError": {
"message": "یک خطای غیر منتظره رخ داده است."
},
@@ -1163,10 +1169,6 @@
"message": "روشن",
"description": "Light color"
},
- "solarizedDark": {
- "message": "تاریک خورشیدی",
- "description": "'Solarized' is a noun and the name of a color scheme. It should not be translated."
- },
"exportFrom": {
"message": "صادرات از"
},
@@ -1516,9 +1518,6 @@
"selfHostedEnvironment": {
"message": "محیط خود میزبان"
},
- "selfHostedEnvironmentFooter": {
- "message": "نشانی اینترنتی پایه فرضی نصب Bitwarden میزبانی شده را مشخص کنید."
- },
"selfHostedBaseUrlHint": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation. Example: https://bitwarden.company.com"
},
@@ -1531,9 +1530,6 @@
"customEnvironment": {
"message": "محیط سفارشی"
},
- "customEnvironmentFooter": {
- "message": "برای کاربران پیشرفته. شما میتوانید نشانی پایه هر سرویس را مستقلاً تعیین کنید."
- },
"baseUrl": {
"message": "نشانی اینترنتی سرور"
},
@@ -1671,6 +1667,9 @@
"dragToSort": {
"message": "برای مرتبسازی بکشید"
},
+ "dragToReorder": {
+ "message": "Drag to reorder"
+ },
"cfTypeText": {
"message": "متن"
},
@@ -3008,6 +3007,15 @@
}
}
},
+ "exportingIndividualVaultWithAttachmentsDescription": {
+ "message": "Only the individual vault items including attachments associated with $EMAIL$ will be exported. Organization vault items will not be included",
+ "placeholders": {
+ "email": {
+ "content": "$1",
+ "example": "name@example.com"
+ }
+ }
+ },
"exportingOrganizationVaultTitle": {
"message": "Exporting organization vault"
},
@@ -3273,15 +3281,6 @@
}
}
},
- "settingsEdited": {
- "message": "تنظیمات ویرایش شده اند"
- },
- "environmentEditedClick": {
- "message": "اینجا کلیک کنید"
- },
- "environmentEditedReset": {
- "message": "برای بازنشانی به تنظیمات از پیش پیکربندی شده"
- },
"serverVersion": {
"message": "نسخه سرور"
},
@@ -3312,12 +3311,6 @@
"loginWithMasterPassword": {
"message": "با کلمه عبور اصلی وارد شوید"
},
- "loggingInAs": {
- "message": "در حال ورود به عنوان"
- },
- "notYou": {
- "message": "شما نیستید؟"
- },
"newAroundHere": {
"message": "اینجا تازه واردی؟"
},
@@ -3327,9 +3320,6 @@
"loginWithDevice": {
"message": "ورود با دستگاه"
},
- "loginWithDeviceEnabledInfo": {
- "message": "ورود به سیستم با دستگاه باید در تنظیمات برنامهی Bitwarden تنظیم شود. به گزینه دیگری نیاز دارید؟"
- },
"fingerprintPhraseHeader": {
"message": "عبارت اثر انگشت"
},
@@ -3342,9 +3332,6 @@
"viewAllLogInOptions": {
"message": "View all log in options"
},
- "viewAllLoginOptionsV1": {
- "message": "View all log in options"
- },
"notificationSentDevice": {
"message": "یک اعلان به دستگاه شما ارسال شده است."
},
@@ -3486,9 +3473,6 @@
"requestAdminApproval": {
"message": "درخواست تأیید مدیر"
},
- "approveWithMasterPassword": {
- "message": "تأیید با کلمه عبور اصلی"
- },
"ssoIdentifierRequired": {
"message": "شناسه سازمان SSO مورد نیاز است."
},
@@ -3535,9 +3519,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "درخواست شما به مدیرتان فرستاده شد."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "به محض تأیید مطلع خواهید شد."
- },
"troubleLoggingIn": {
"message": "در ورود مشکلی دارید؟"
},
@@ -4298,6 +4279,20 @@
}
}
},
+ "viewItemTitleWithField": {
+ "message": "View item - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a link that opens a view for an item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"autofillTitle": {
"message": "Autofill - $ITEMNAME$",
"description": "Title for a button that autofills a login item.",
@@ -4308,6 +4303,20 @@
}
}
},
+ "autofillTitleWithField": {
+ "message": "Autofill - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a button that autofills a login item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"copyFieldValue": {
"message": "Copy $FIELD$, $VALUE$",
"description": "Title for a button that copies a field value to the clipboard.",
@@ -4698,6 +4707,9 @@
}
}
},
+ "reorderWebsiteUriButton": {
+ "message": "Reorder website URI. Use arrow key to move item up or down."
+ },
"reorderFieldUp": {
"message": "$LABEL$ moved up, position $INDEX$ of $LENGTH$",
"placeholders": {
@@ -4758,15 +4770,6 @@
"nothingSelected": {
"message": "You have not selected anything."
},
- "movedItemsToOrg": {
- "message": "Selected items moved to $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Items moved to $ORGNAME$",
"placeholders": {
@@ -5129,6 +5132,33 @@
"extraWide": {
"message": "Extra wide"
},
+ "sshKeyWrongPassword": {
+ "message": "The password you entered is incorrect."
+ },
+ "importSshKey": {
+ "message": "Import"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Confirm password"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Enter the password for the SSH key."
+ },
+ "enterSshKeyPassword": {
+ "message": "Enter password"
+ },
+ "invalidSshKey": {
+ "message": "The SSH key is invalid"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "The SSH key type is not supported"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Import key from clipboard"
+ },
+ "sshKeyImported": {
+ "message": "SSH key imported successfully"
+ },
"cannotRemoveViewOnlyCollections": {
"message": "You cannot remove collections with View only permissions: $COLLECTIONS$",
"placeholders": {
diff --git a/apps/browser/src/_locales/fi/messages.json b/apps/browser/src/_locales/fi/messages.json
index d38fdf342e2..ff71b93a62d 100644
--- a/apps/browser/src/_locales/fi/messages.json
+++ b/apps/browser/src/_locales/fi/messages.json
@@ -81,7 +81,7 @@
"message": "Pääsalasanan vihje (valinnainen)"
},
"passwordStrengthScore": {
- "message": "Salasanan vahvuusarvio $SCORE$",
+ "message": "Salasanan vahvuusluokitus on $SCORE$",
"placeholders": {
"score": {
"content": "$1",
@@ -129,7 +129,7 @@
"message": "Kopioi salasana"
},
"copyPassphrase": {
- "message": "Kopioi salauslauseke"
+ "message": "Kopioi salalause"
},
"copyNote": {
"message": "Kopioi merkinnät"
@@ -263,12 +263,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Syötä tilisi sähköpostiosoite, niin salasanavihjeesi lähetetään sinulle sähköpostitse"
},
- "passwordHint": {
- "message": "Salasanavihje"
- },
- "enterEmailToGetHint": {
- "message": "Syötä tilisi sähköpostiosoite saadaksesi pääsalasanan vihjeen."
- },
"getMasterPasswordHint": {
"message": "Pyydä pääsalasanan vihjettä"
},
@@ -315,11 +309,11 @@
"message": "Voit vaihtaa pääsalasanasi Bitwardenin verkkosovelluksessa."
},
"fingerprintPhrase": {
- "message": "Tunnistelauseke",
+ "message": "Tunnistelause",
"description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their public key with another user, for the purposes of sharing."
},
"yourAccountsFingerprint": {
- "message": "Tilisi tunnistelauseke",
+ "message": "Tilisi tunnistelause",
"description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their public key with another user, for the purposes of sharing."
},
"twoStepLogin": {
@@ -385,6 +379,15 @@
"editFolder": {
"message": "Muokkaa kansiota"
},
+ "editFolderWithName": {
+ "message": "Muokkaa kansiota: $FOLDERNAME$",
+ "placeholders": {
+ "foldername": {
+ "content": "$1",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "Uusi kansio"
},
@@ -456,19 +459,19 @@
"message": "Luo salasana"
},
"generatePassphrase": {
- "message": "Luo salauslauseke"
+ "message": "Luo salalause"
},
"passwordGenerated": {
"message": "Salasana luotiin"
},
"passphraseGenerated": {
- "message": "Salauslauseke luotiin"
+ "message": "Salalause luotiin"
},
"usernameGenerated": {
"message": "Käyttäjätunnus luotiin"
},
"emailGenerated": {
- "message": "Sähköpostiosoite luotu"
+ "message": "Sähköpostiosoite luotiin"
},
"regeneratePassword": {
"message": "Luo uusi salasana"
@@ -535,7 +538,7 @@
"description": "Label for the avoid ambiguous characters checkbox."
},
"generatorPolicyInEffect": {
- "message": "Yrityskäytännön säännöt vaikuttavat generaattoriasetuksiisi.",
+ "message": "Yrityskäytännön säännöt vaikuttavat generaattorisi asetuksiin.",
"description": "Indicates that a policy limits the credential generator screen."
},
"searchVault": {
@@ -563,7 +566,7 @@
"message": "Todennuksen salaisuus"
},
"passphrase": {
- "message": "Salauslauseke"
+ "message": "Salalause"
},
"favorite": {
"message": "Suosikki"
@@ -650,10 +653,10 @@
"message": "Selaimesi ei tue helppoa leikepöydälle kopiointia. Kopioi kohde manuaalisesti."
},
"verifyYourIdentity": {
- "message": "Verify your identity"
+ "message": "Vahvista henkilöllisyytesi"
},
"weDontRecognizeThisDevice": {
- "message": "Emme tunnista tätä laitetta. Anna sähköpostiisi lähetetty koodi henkilöllisyytesi vahvistamiseksi."
+ "message": "Laitetta ei tunnistettu. Vahvista henkilöllisyytesi syöttämällä sähköpostitse saamasi koodi."
},
"continueLoggingIn": {
"message": "Jatka kirjautumista"
@@ -866,16 +869,16 @@
"message": "Kirjaudu Bitwardeniin"
},
"enterTheCodeSentToYourEmail": {
- "message": "Syötä sähköpostitse vastaanottamasi koodi"
+ "message": "Syötä sähköpostitse saamasi koodi"
},
"enterTheCodeFromYourAuthenticatorApp": {
"message": "Syötä todennussovelluksesi näyttämä koodi"
},
"pressYourYubiKeyToAuthenticate": {
- "message": "Tunnistaudu painalla YubiKeytäsi"
+ "message": "Tunnistaudu koskettamalla YubiKeytäsi"
},
"duoTwoFactorRequiredPageSubtitle": {
- "message": "Duon edellyttää tililtäsi kaksivaiheista tunnistautumista. Viimeistele kirjautuminen seuraamalla seuraavia vaiheita."
+ "message": "Duo edellyttää tililtäsi kaksivaiheista tunnistautumista. Viimeistele kirjautuminen seuraamalla seuraavia vaiheita."
},
"followTheStepsBelowToFinishLoggingIn": {
"message": "Viimeistele kirjautuminen seuraamalla seuraavia vaiheita."
@@ -901,6 +904,9 @@
"no": {
"message": "En"
},
+ "location": {
+ "message": "Sijainti"
+ },
"unexpectedError": {
"message": "Tapahtui odottamaton virhe."
},
@@ -1013,25 +1019,25 @@
"message": "Ehdota kohteen tallennusta, jos holvistasi ei vielä löydy vastaavaa kohdetta. Koskee kaikkia kirjautuneita tilejä."
},
"showCardsInVaultViewV2": {
- "message": "Näytä aina kortit automaattisen täytön ehdotuksina Holvi-näkymässä"
+ "message": "Näytä kortit aina automaattitäytön ehdotuksina Holvi-näkymässä"
},
"showCardsCurrentTab": {
"message": "Näytä kortit välilehtiosiossa"
},
"showCardsCurrentTabDesc": {
- "message": "Näytä kortit Välilehti-sivulla automaattitäytön helpottamiseksi."
+ "message": "Näytä kortit Välilehti-näkymässä automaattitäytön helpottamiseksi."
},
"showIdentitiesInVaultViewV2": {
- "message": "Näytä aina identiteetit automaattisen täytön ehdotuksina Holvi-näkymässä"
+ "message": "Näytä henkilöllisyydet aina automaattitäytön ehdotuksina Holvi-näkymässä"
},
"showIdentitiesCurrentTab": {
"message": "Näytä henkilöllisyydet välilehtiosiossa"
},
"showIdentitiesCurrentTabDesc": {
- "message": "Näytä henkilöllisyydet Välilehti-sivulla automaattitäytön helpottamiseksi."
+ "message": "Näytä henkilöllisyydet Välilehti-näkymässä automaattitäytön helpottamiseksi."
},
"clickToAutofillOnVault": {
- "message": "Valitse kohteita täyttääksesi tiedot automaattisesti Holvi-näkymässä"
+ "message": "Täytä kohteet Holvi-näkymästä klikkaamalla niitä"
},
"clickToAutofill": {
"message": "Täytä automaattitäytön ehdotus napsauttamalla sitä"
@@ -1051,7 +1057,7 @@
"message": "Tallenna"
},
"loginSaveSuccessDetails": {
- "message": "$USERNAME$ saved to Bitwarden.",
+ "message": "$USERNAME$ tallennettiin Bitwardeniin.",
"placeholders": {
"username": {
"content": "$1"
@@ -1060,7 +1066,7 @@
"description": "Shown to user after login is saved."
},
"loginUpdatedSuccessDetails": {
- "message": "$USERNAME$ updated in Bitwarden.",
+ "message": "$USERNAME$ päivitettiin Bitwardeniin.",
"placeholders": {
"username": {
"content": "$1"
@@ -1069,35 +1075,35 @@
"description": "Shown to user after login is updated."
},
"saveAsNewLoginAction": {
- "message": "Save as new login",
+ "message": "Tallenna uutena kirjautumistietona",
"description": "Button text for saving login details as a new entry."
},
"updateLoginAction": {
- "message": "Update login",
+ "message": "Päivitä kirjautumistieto",
"description": "Button text for updating an existing login entry."
},
"saveLoginPrompt": {
- "message": "Save login?",
+ "message": "Tallennetaanko kirjautumistieto?",
"description": "Prompt asking the user if they want to save their login details."
},
"updateLoginPrompt": {
- "message": "Update existing login?",
+ "message": "Päivitetäänkö olemassaoleva kirjautumistieto?",
"description": "Prompt asking the user if they want to update an existing login entry."
},
"loginSaveSuccess": {
- "message": "Login saved",
+ "message": "Kirjautumistieto tallennettiin",
"description": "Message displayed when login details are successfully saved."
},
"loginUpdateSuccess": {
- "message": "Login updated",
+ "message": "Kirjautumistieto päivitettiin",
"description": "Message displayed when login details are successfully updated."
},
"saveFailure": {
- "message": "Error saving",
+ "message": "Virhe tallennettaessa",
"description": "Error message shown when the system fails to save login details."
},
"saveFailureDetails": {
- "message": "Oh no! We couldn't save this. Try entering the details manually.",
+ "message": "Voi ei! Emme voineet tallentaa tätä. Yritä syöttää tiedot manuaalisesti.",
"description": "Detailed error message shown when saving login details fails."
},
"enableChangedPasswordNotification": {
@@ -1163,10 +1169,6 @@
"message": "Vaalea",
"description": "Light color"
},
- "solarizedDark": {
- "message": "Solarized, tumma",
- "description": "'Solarized' is a noun and the name of a color scheme. It should not be translated."
- },
"exportFrom": {
"message": "Vie lähteestä"
},
@@ -1324,7 +1326,7 @@
"message": "Varmuuskäyttö"
},
"premiumSignUpTwoStepOptions": {
- "message": "Omisteiset kaksivaiheisen kirjautumisen vaihtoehdot, kuten YubiKey ja Duo."
+ "message": "Kaksivaiheisen kirjautumisen erikoisvaihtoehdot, kuten YubiKey ja Duo."
},
"ppremiumSignUpReports": {
"message": "Salasanahygienian, tilin terveyden ja tietovuotojen raportointitoiminnot pitävät holvisi turvassa."
@@ -1436,7 +1438,7 @@
"message": "Käytä palautuskoodiasi"
},
"insertYubiKey": {
- "message": "Kytke YubiKey-todennuslaitteesi tietokoneen USB-porttiin ja paina sen painiketta."
+ "message": "Kytke YubiKey-suojausavaimesi tietokoneen USB-porttiin ja kosketa sen painiketta."
},
"insertU2f": {
"message": "Kytke suojausavaimesi tietokoneen USB-porttiin. Jos laitteessa on painike, paina sitä."
@@ -1454,7 +1456,7 @@
"message": "WebAuthn-todennus"
},
"readSecurityKey": {
- "message": "Lue todennuslaite"
+ "message": "Lue suojausavain"
},
"awaitingSecurityKeyInteraction": {
"message": "Odotetaan suojausavaimen aktivointia..."
@@ -1472,10 +1474,10 @@
"message": "Kaksivaiheisen kirjautumisen asetukset"
},
"selectTwoStepLoginMethod": {
- "message": "Käytä vaihtoehtoista tunnistautumistapaa"
+ "message": "Valitse todennustapa"
},
"recoveryCodeDesc": {
- "message": "Etkö pysty käyttämään kaksivaiheisen kirjautumisen todentajiasi? Poista kaikki tilillesi määritetyt todentajat käytöstä palautuskoodillasi."
+ "message": "Etkö voi käyttää kaksivaiheisen kirjautumisen todentajiasi? Poista kaikki tilillesi määritetyt todentajat käytöstä palautuskoodillasi."
},
"recoveryCodeTitle": {
"message": "Palautuskoodi"
@@ -1491,7 +1493,7 @@
"message": "Yubico OTP -suojausavain"
},
"yubiKeyDesc": {
- "message": "Käytä YubiKey-todennuslaitetta tilisi avaukseen. Toimii YubiKey 4, 4 Nano, 4C sekä NEO -laitteiden kanssa."
+ "message": "Käytä YubiKey-suojausavainta tilisi avaukseen. Toimii YubiKey 4, 4 Nano, 4C ja NEO -laitteiden kanssa."
},
"duoDescV2": {
"message": "Syötä Duo Securityn luoma koodi.",
@@ -1516,9 +1518,6 @@
"selfHostedEnvironment": {
"message": "Itse ylläpidetty palvelinympäristö"
},
- "selfHostedEnvironmentFooter": {
- "message": "Määritä omassa palvelinympäristössäsi suoritettavan Bitwarden-asennuksen perusosoite."
- },
"selfHostedBaseUrlHint": {
"message": "Määritä itse ylläpitämäsi Bitwarden-asennuksen perusosoite. Esimerkki: https://bitwarden.yritys.fi."
},
@@ -1531,9 +1530,6 @@
"customEnvironment": {
"message": "Mukautettu palvelinympäristö"
},
- "customEnvironmentFooter": {
- "message": "Edistyneille käyttäjille. Voit määrittää jokaiselle palvelulle oman perusosoitteen."
- },
"baseUrl": {
"message": "Palvelimen URL"
},
@@ -1671,6 +1667,9 @@
"dragToSort": {
"message": "Järjestä raahaamalla"
},
+ "dragToReorder": {
+ "message": "Järjestä vetämällä"
+ },
"cfTypeText": {
"message": "Teksti"
},
@@ -1695,7 +1694,7 @@
"message": "Painallus ponnahdusikkunan ulkopuolelle todennuskoodin sähköpostista noutoa varten sulkee ikkunan. Haluatko avata näkymän uuteen ikkunaan, jotta se pysyy avoinna?"
},
"popupU2fCloseMessage": {
- "message": "Tämä selain ei voi käsitellä U2F-pyyntöjä tässä ponnahdusikkunassa. Haluatko avata näkymän uuteen ikkunaan, jotta voit vahvistaa kirjautumisen U2F-todennuslaitteella?"
+ "message": "Tämä selain ei voi käsitellä U2F-pyyntöjä tässä ponnahdusikkunassa. Haluatko avata näkymän uuteen ikkunaan vahvistaaksesi kirjautumisen U2F-suojausavaimella?"
},
"enableFavicon": {
"message": "Näytä verkkosivustojen kuvakkeet"
@@ -2081,7 +2080,7 @@
"message": "Heikko pääsalasana"
},
"weakMasterPasswordDesc": {
- "message": "Valitsemasi pääsalasana on heikko. Sinun tulisi käyttää vahvaa pääsalasanaa (tai salauslauseketta) suojataksesi Bitwarden-tilisi kunnolla. Haluatko varmasti käyttää tätä pääsalasanaa?"
+ "message": "Valitsemasi pääsalasana on heikko. Sinun tulisi käyttää vahvaa pääsalasanaa (tai salauslausetta) suojataksesi Bitwarden-tilisi kunnolla. Haluatko varmasti käyttää tätä pääsalasanaa?"
},
"pin": {
"message": "PIN",
@@ -2174,13 +2173,13 @@
"message": "Aikakatkaisutoiminto"
},
"newCustomizationOptionsCalloutTitle": {
- "message": "New customization options"
+ "message": "Uusia mukautusvaihtoehtoja"
},
"newCustomizationOptionsCalloutContent": {
- "message": "Customize your vault experience with quick copy actions, compact mode, and more!"
+ "message": "Mukauta holvikokemustasi pikakopiointitoiminnoilla, kompaktilla tilalla ja muulla!"
},
"newCustomizationOptionsCalloutLink": {
- "message": "View all Appearance settings"
+ "message": "Näytä kaikki ulkoasuasetukset"
},
"lock": {
"message": "Lukitse",
@@ -2263,7 +2262,7 @@
"message": "Yksi tai useampi organisaatiokäytäntö edellyttää, että pääsalasanasi täyttää seuraavat vaatimukset:"
},
"policyInEffectMinComplexity": {
- "message": "Monimutkaisuuden vähimmäispistemäärä on $SCORE$",
+ "message": "Monimutkaisuuden vähimmäisluokitus on $SCORE$",
"placeholders": {
"score": {
"content": "$1",
@@ -2477,7 +2476,7 @@
"message": "Vaarantuneet salasanat"
},
"atRiskPasswordDescSingleOrg": {
- "message": "$ORGANIZATION$ is requesting you change one password because it is at-risk.",
+ "message": "$ORGANIZATION$ pyytää sinua vaihtamaan yhden salasanan, koska se on vaarassa.",
"placeholders": {
"organization": {
"content": "$1",
@@ -2486,7 +2485,7 @@
}
},
"atRiskPasswordsDescSingleOrgPlural": {
- "message": "$ORGANIZATION$ is requesting you change the $COUNT$ passwords because they are at-risk.",
+ "message": "$ORGANIZATION$ pyytää sinua vaihtamaan nämä $COUNT$ salasanaa, koska ne ovat vaarassa.",
"placeholders": {
"organization": {
"content": "$1",
@@ -2499,7 +2498,7 @@
}
},
"atRiskPasswordsDescMultiOrgPlural": {
- "message": "Your organizations are requesting you change the $COUNT$ passwords because they are at-risk.",
+ "message": "Organisaatiosi pyytävät sinua vaihtamaan nämä $COUNT$ salasanaa, koska ne ovat vaarassa.",
"placeholders": {
"count": {
"content": "$1",
@@ -2526,34 +2525,34 @@
"message": "Päivitä asetuksesi, jotta voit täyttää salasanasi ja luoda uusia nopeasti."
},
"reviewAtRiskLogins": {
- "message": "Review at-risk logins"
+ "message": "Tarkista vaarantuneet kirjautumistiedot"
},
"reviewAtRiskPasswords": {
- "message": "Review at-risk passwords"
+ "message": "Tarkista vaarantuneet salasanat"
},
"reviewAtRiskLoginsSlideDesc": {
- "message": "Your organization passwords are at-risk because they are weak, reused, and/or exposed.",
+ "message": "Organisaatiosalasanasi ovat vaarantuneet, koska ne ovat heikkoja, toistuvasti käytettyjä ja/tai paljastuneita.",
"description": "Description of the review at-risk login slide on the at-risk password page carousel"
},
"reviewAtRiskLoginSlideImgAlt": {
- "message": "Illustration of a list of logins that are at-risk"
+ "message": "Kuvitus vaarantuneiden kirjautumistietojen luettelosta"
},
"generatePasswordSlideDesc": {
- "message": "Quickly generate a strong, unique password with the Bitwarden autofill menu on the at-risk site.",
+ "message": "Luo vahva ja ainutlaatuinen salasana nopeasti Bitwardenin automaattitäytön valikosta vaarantuneella sivustolla.",
"description": "Description of the generate password slide on the at-risk password page carousel"
},
"generatePasswordSlideImgAlt": {
- "message": "Illustration of the Bitwarden autofill menu displaying a generated password"
+ "message": "Kuvitus Bitwardenin automaattitäytön valikosta, luodulla salasanalla"
},
"updateInBitwarden": {
- "message": "Update in Bitwarden"
+ "message": "Päivitä Bitwardenissa"
},
"updateInBitwardenSlideDesc": {
- "message": "Bitwarden will then prompt you to update the password in the password manager.",
+ "message": "Bitwarden pyytää sinua sitten päivittämään salasanan salasanahallinnassa.",
"description": "Description of the update in Bitwarden slide on the at-risk password page carousel"
},
"updateInBitwardenSlideImgAlt": {
- "message": "Illustration of a Bitwarden’s notification prompting the user to update the login"
+ "message": "Kuvitus ilmoituksesta, jossa Bitwarden tarjoaa kirjautumistiedon päivitystä"
},
"turnOnAutofill": {
"message": "Ota automaattitäyttö käyttöön"
@@ -3008,6 +3007,15 @@
}
}
},
+ "exportingIndividualVaultWithAttachmentsDescription": {
+ "message": "Only the individual vault items including attachments associated with $EMAIL$ will be exported. Organization vault items will not be included",
+ "placeholders": {
+ "email": {
+ "content": "$1",
+ "example": "name@example.com"
+ }
+ }
+ },
"exportingOrganizationVaultTitle": {
"message": "Organisaation holvin vienti"
},
@@ -3068,7 +3076,7 @@
}
},
"passphraseNumWordsRecommendationHint": {
- "message": " Käytä $RECOMMENDED$ tai useampaa sanaa vahvan salauslausekkeen luomiseen.",
+ "message": " Käytä vahvaan salalauseeseen ainakin $RECOMMENDED$ sanaa.",
"description": "Appended to `spinboxBoundariesHint` to recommend a number of words to the user. This must include any language-specific 'sentence' separator characters (e.g. a space in english).",
"placeholders": {
"recommended": {
@@ -3273,15 +3281,6 @@
}
}
},
- "settingsEdited": {
- "message": "Asetuksia on muokattu"
- },
- "environmentEditedClick": {
- "message": "Paina tästä"
- },
- "environmentEditedReset": {
- "message": "palauttaaksesi oletusasetukset"
- },
"serverVersion": {
"message": "Palvelimen versio"
},
@@ -3312,12 +3311,6 @@
"loginWithMasterPassword": {
"message": "Kirjaudu pääsalasanalla"
},
- "loggingInAs": {
- "message": "Kirjaudutaan tunnuksella"
- },
- "notYou": {
- "message": "Etkö se ollut sinä?"
- },
"newAroundHere": {
"message": "Oletko uusi täällä?"
},
@@ -3327,9 +3320,6 @@
"loginWithDevice": {
"message": "Laitteella kirjautuminen"
},
- "loginWithDeviceEnabledInfo": {
- "message": "Laitteella kirjautuminen on määritettävä Bitwarden-sovelluksen asetuksista. Tarvitsetko eri vaihtoehdon?"
- },
"fingerprintPhraseHeader": {
"message": "Tunnistelauseke"
},
@@ -3342,9 +3332,6 @@
"viewAllLogInOptions": {
"message": "Näytä kaikki kirjautumisvaihtoehdot"
},
- "viewAllLoginOptionsV1": {
- "message": "Näytä kaikki kirjautumisvaihtoehdot"
- },
"notificationSentDevice": {
"message": "Laitteellesi on lähetetty ilmoitus."
},
@@ -3486,9 +3473,6 @@
"requestAdminApproval": {
"message": "Pyydä hyväksyntää ylläpidolta"
},
- "approveWithMasterPassword": {
- "message": "Hyväksy pääsalasanalla"
- },
"ssoIdentifierRequired": {
"message": "Organisaation kertakirjautumistunniste tarvitaan."
},
@@ -3535,9 +3519,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "Pyyntösi on välitetty ylläpidollesi."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "Saat ilmoituksen kun se on hyväksytty."
- },
"troubleLoggingIn": {
"message": "Ongelmia kirjautumisessa?"
},
@@ -4108,7 +4089,7 @@
"message": "Aktiivinen tili"
},
"bitwardenAccount": {
- "message": "Bitwarden account"
+ "message": "Bitwarden-tili"
},
"availableAccounts": {
"message": "Käytettävissä olevat tilit"
@@ -4298,6 +4279,20 @@
}
}
},
+ "viewItemTitleWithField": {
+ "message": "View item - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a link that opens a view for an item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"autofillTitle": {
"message": "Automaattitäytä - $ITEMNAME$",
"description": "Title for a button that autofills a login item.",
@@ -4308,8 +4303,22 @@
}
}
},
+ "autofillTitleWithField": {
+ "message": "Autofill - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a button that autofills a login item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"copyFieldValue": {
- "message": "Copy $FIELD$, $VALUE$",
+ "message": "Kopioi $FIELD$, $VALUE$",
"description": "Title for a button that copies a field value to the clipboard.",
"placeholders": {
"field": {
@@ -4698,6 +4707,9 @@
}
}
},
+ "reorderWebsiteUriButton": {
+ "message": "Siirrä verkkosivuston URIa. Liikuta kohdetta ylös- tai alaspäin nuolinäppäimillä."
+ },
"reorderFieldUp": {
"message": "$LABEL$ siirrettiin ylemmäs, sijainti: $INDEX$/$LENGTH$",
"placeholders": {
@@ -4758,15 +4770,6 @@
"nothingSelected": {
"message": "Et ole valinnut mitään."
},
- "movedItemsToOrg": {
- "message": "Valitut kohteet siirrettiin organisaatiolle $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Kohteet siirrettiin organisaatiolle $ORGNAME$",
"placeholders": {
@@ -5079,7 +5082,7 @@
"message": "Luotu salasana"
},
"compactMode": {
- "message": "Pienikokoinen tila"
+ "message": "Kompakti tila"
},
"beta": {
"message": "Beta"
@@ -5094,7 +5097,7 @@
"message": "Bitwarden lähettää tilisi sähköpostiosoitteeseen koodin, jolla voit vahvistaa kirjautumiset uusista laitteista helmikuusta 2025 alkaen."
},
"newDeviceVerificationNoticeContentPage2": {
- "message": "Voit ottaa käyttöön kaksivaiheisen kirjautumisen vaihtoehtoisena tapana suojata tilisi, tai vaihtaa sähköpostisi sellaiseen, johon sinulla on pääsy."
+ "message": "Voit määrittää kaksivaiheisen kirjautumisen tilisi vaihtoehtoiseksi suojaustavaksi tai vaihtaa sähköpostiosoitteesi sellaiseen, johon sinulla on pääsy."
},
"remindMeLater": {
"message": "Muistuta myöhemmin"
@@ -5129,6 +5132,33 @@
"extraWide": {
"message": "Erittäin leveä"
},
+ "sshKeyWrongPassword": {
+ "message": "Syöttämäsi salasana on virheellinen."
+ },
+ "importSshKey": {
+ "message": "Tuo"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Vahvista salasana"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Syötä SSH-avaimen salasana."
+ },
+ "enterSshKeyPassword": {
+ "message": "Syötä salasana"
+ },
+ "invalidSshKey": {
+ "message": "SSH-avain on virheellinen"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "SSH-avaintyyppiä ei ole tuettu"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Tuo avain leikepöydältä"
+ },
+ "sshKeyImported": {
+ "message": "SSH-avain on tuotu"
+ },
"cannotRemoveViewOnlyCollections": {
"message": "Et voi poistaa kokoelmia, joihin sinulla on vain tarkasteluoikeus: $COLLECTIONS$",
"placeholders": {
@@ -5145,6 +5175,6 @@
"message": "Käyttääksesi biometristä avausta, päivitä työpöytäsovelluksesi tai poista tunnistelauseke käytöstä työpöydän asetuksista."
},
"changeAtRiskPassword": {
- "message": "Change at-risk password"
+ "message": "Vaihda vaarantunut salasana"
}
}
diff --git a/apps/browser/src/_locales/fil/messages.json b/apps/browser/src/_locales/fil/messages.json
index 2a82c96f2d2..292c5fd0576 100644
--- a/apps/browser/src/_locales/fil/messages.json
+++ b/apps/browser/src/_locales/fil/messages.json
@@ -263,12 +263,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Enter your account email address and your password hint will be sent to you"
},
- "passwordHint": {
- "message": "Mungkahi sa Password"
- },
- "enterEmailToGetHint": {
- "message": "Ipasok ang iyong email address ng account para makatanggap ng hint ng iyong master password."
- },
"getMasterPasswordHint": {
"message": "Makuha ang Punong Password na Hint"
},
@@ -385,6 +379,15 @@
"editFolder": {
"message": "I-edit ang folder"
},
+ "editFolderWithName": {
+ "message": "Edit folder: $FOLDERNAME$",
+ "placeholders": {
+ "foldername": {
+ "content": "$1",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "New folder"
},
@@ -901,6 +904,9 @@
"no": {
"message": "Hindi"
},
+ "location": {
+ "message": "Location"
+ },
"unexpectedError": {
"message": "Namana ang isang hindi inaasahang error."
},
@@ -1163,10 +1169,6 @@
"message": "Mabait",
"description": "Light color"
},
- "solarizedDark": {
- "message": "Solarized dark",
- "description": "'Solarized' is a noun and the name of a color scheme. It should not be translated."
- },
"exportFrom": {
"message": "Export from"
},
@@ -1516,9 +1518,6 @@
"selfHostedEnvironment": {
"message": "Kapaligirang self-hosted"
},
- "selfHostedEnvironmentFooter": {
- "message": "Tukuyin ang base URL ng iyong Bitwarden installation na naka-host sa on-premises."
- },
"selfHostedBaseUrlHint": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation. Example: https://bitwarden.company.com"
},
@@ -1531,9 +1530,6 @@
"customEnvironment": {
"message": "Kapaligirang Custom"
},
- "customEnvironmentFooter": {
- "message": "Para sa mga advanced na gumagamit. Maaari mong tukuyin ang base URL ng bawat serbisyo nang independiyente."
- },
"baseUrl": {
"message": "URL ng Server"
},
@@ -1671,6 +1667,9 @@
"dragToSort": {
"message": "I-drag upang i-sort"
},
+ "dragToReorder": {
+ "message": "Drag to reorder"
+ },
"cfTypeText": {
"message": "Teksto"
},
@@ -3008,6 +3007,15 @@
}
}
},
+ "exportingIndividualVaultWithAttachmentsDescription": {
+ "message": "Only the individual vault items including attachments associated with $EMAIL$ will be exported. Organization vault items will not be included",
+ "placeholders": {
+ "email": {
+ "content": "$1",
+ "example": "name@example.com"
+ }
+ }
+ },
"exportingOrganizationVaultTitle": {
"message": "Exporting organization vault"
},
@@ -3273,15 +3281,6 @@
}
}
},
- "settingsEdited": {
- "message": "Nabago ang mga setting"
- },
- "environmentEditedClick": {
- "message": "Mag-click dito"
- },
- "environmentEditedReset": {
- "message": "i-reset sa pre-configured na mga setting"
- },
"serverVersion": {
"message": "Bersyon ng server"
},
@@ -3312,12 +3311,6 @@
"loginWithMasterPassword": {
"message": "Mag-login gamit ang pangunahing password"
},
- "loggingInAs": {
- "message": "Naglolog-in bilang"
- },
- "notYou": {
- "message": "Hindi ikaw?"
- },
"newAroundHere": {
"message": "Mag-login gamit ang pangunahing password?"
},
@@ -3327,9 +3320,6 @@
"loginWithDevice": {
"message": "Mag log in gamit ang device"
},
- "loginWithDeviceEnabledInfo": {
- "message": "Ang pag log in gamit ang device ay dapat na naka set up sa mga setting ng Bitwarden app. Kailangan mo ng ibang opsyon?"
- },
"fingerprintPhraseHeader": {
"message": "Hulmabig ng Hilik ng Dako"
},
@@ -3342,9 +3332,6 @@
"viewAllLogInOptions": {
"message": "View all log in options"
},
- "viewAllLoginOptionsV1": {
- "message": "View all log in options"
- },
"notificationSentDevice": {
"message": "Naipadala na ang notification sa iyong device."
},
@@ -3486,9 +3473,6 @@
"requestAdminApproval": {
"message": "Request admin approval"
},
- "approveWithMasterPassword": {
- "message": "Approve with master password"
- },
"ssoIdentifierRequired": {
"message": "Organization SSO identifier is required."
},
@@ -3535,9 +3519,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "Your request has been sent to your admin."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "You will be notified once approved."
- },
"troubleLoggingIn": {
"message": "Trouble logging in?"
},
@@ -4298,6 +4279,20 @@
}
}
},
+ "viewItemTitleWithField": {
+ "message": "View item - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a link that opens a view for an item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"autofillTitle": {
"message": "Autofill - $ITEMNAME$",
"description": "Title for a button that autofills a login item.",
@@ -4308,6 +4303,20 @@
}
}
},
+ "autofillTitleWithField": {
+ "message": "Autofill - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a button that autofills a login item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"copyFieldValue": {
"message": "Copy $FIELD$, $VALUE$",
"description": "Title for a button that copies a field value to the clipboard.",
@@ -4698,6 +4707,9 @@
}
}
},
+ "reorderWebsiteUriButton": {
+ "message": "Reorder website URI. Use arrow key to move item up or down."
+ },
"reorderFieldUp": {
"message": "$LABEL$ moved up, position $INDEX$ of $LENGTH$",
"placeholders": {
@@ -4758,15 +4770,6 @@
"nothingSelected": {
"message": "You have not selected anything."
},
- "movedItemsToOrg": {
- "message": "Selected items moved to $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Items moved to $ORGNAME$",
"placeholders": {
@@ -5129,6 +5132,33 @@
"extraWide": {
"message": "Extra wide"
},
+ "sshKeyWrongPassword": {
+ "message": "The password you entered is incorrect."
+ },
+ "importSshKey": {
+ "message": "Import"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Confirm password"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Enter the password for the SSH key."
+ },
+ "enterSshKeyPassword": {
+ "message": "Enter password"
+ },
+ "invalidSshKey": {
+ "message": "The SSH key is invalid"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "The SSH key type is not supported"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Import key from clipboard"
+ },
+ "sshKeyImported": {
+ "message": "SSH key imported successfully"
+ },
"cannotRemoveViewOnlyCollections": {
"message": "You cannot remove collections with View only permissions: $COLLECTIONS$",
"placeholders": {
diff --git a/apps/browser/src/_locales/fr/messages.json b/apps/browser/src/_locales/fr/messages.json
index e49a4a3ca57..5ec06f52a76 100644
--- a/apps/browser/src/_locales/fr/messages.json
+++ b/apps/browser/src/_locales/fr/messages.json
@@ -263,12 +263,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Saisissez l'adresse courriel de votre compte et votre indice de mot de passe vous sera envoyé"
},
- "passwordHint": {
- "message": "Indice de mot de passe"
- },
- "enterEmailToGetHint": {
- "message": "Saisissez l'adresse électronique de votre compte pour recevoir l'indice de votre mot de passe principal."
- },
"getMasterPasswordHint": {
"message": "Obtenir l'indice du mot de passe principal"
},
@@ -385,6 +379,15 @@
"editFolder": {
"message": "Modifier le dossier"
},
+ "editFolderWithName": {
+ "message": "Éditer le dossier : $FOLDERNAME$",
+ "placeholders": {
+ "foldername": {
+ "content": "$1",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "Nouveau dossier"
},
@@ -901,6 +904,9 @@
"no": {
"message": "Non"
},
+ "location": {
+ "message": "Emplacement"
+ },
"unexpectedError": {
"message": "Une erreur inattendue est survenue."
},
@@ -1163,10 +1169,6 @@
"message": "Clair",
"description": "Light color"
},
- "solarizedDark": {
- "message": "Solarized Dark",
- "description": "'Solarized' is a noun and the name of a color scheme. It should not be translated."
- },
"exportFrom": {
"message": "Exporter à partir de"
},
@@ -1516,9 +1518,6 @@
"selfHostedEnvironment": {
"message": "Environnement auto-hébergé"
},
- "selfHostedEnvironmentFooter": {
- "message": "Spécifiez l'URL de base de votre installation Bitwarden auto-hébergée."
- },
"selfHostedBaseUrlHint": {
"message": "Spécifiez l'URL de base de votre installation autohébergée par Bitwarden. Exemple : https://bitwarden.compagnie.com"
},
@@ -1531,9 +1530,6 @@
"customEnvironment": {
"message": "Environnement personnalisé"
},
- "customEnvironmentFooter": {
- "message": "Pour utilisateurs avancés. Vous pouvez spécifier une URL de base indépendante pour chaque service."
- },
"baseUrl": {
"message": "URL du serveur"
},
@@ -1671,6 +1667,9 @@
"dragToSort": {
"message": "Glissez pour trier"
},
+ "dragToReorder": {
+ "message": "Faire glisser pour réorganiser"
+ },
"cfTypeText": {
"message": "Texte"
},
@@ -1869,7 +1868,7 @@
"message": "Clé SSH"
},
"newItemHeader": {
- "message": "Nouveau/nouvelle $TYPE$",
+ "message": "Créer un(e) $TYPE$",
"placeholders": {
"type": {
"content": "$1",
@@ -3008,6 +3007,15 @@
}
}
},
+ "exportingIndividualVaultWithAttachmentsDescription": {
+ "message": "Only the individual vault items including attachments associated with $EMAIL$ will be exported. Organization vault items will not be included",
+ "placeholders": {
+ "email": {
+ "content": "$1",
+ "example": "name@example.com"
+ }
+ }
+ },
"exportingOrganizationVaultTitle": {
"message": "Export du coffre de l'organisation"
},
@@ -3273,15 +3281,6 @@
}
}
},
- "settingsEdited": {
- "message": "Les paramètres ont été modifiés"
- },
- "environmentEditedClick": {
- "message": "Cliquer ici"
- },
- "environmentEditedReset": {
- "message": "pour réinitialiser aux paramètres par défaut"
- },
"serverVersion": {
"message": "Version du serveur"
},
@@ -3312,12 +3311,6 @@
"loginWithMasterPassword": {
"message": "Se connecter avec le mot de passe principal"
},
- "loggingInAs": {
- "message": "Connexion en tant que"
- },
- "notYou": {
- "message": "Ce n'est pas vous ?"
- },
"newAroundHere": {
"message": "Nouveau par ici ?"
},
@@ -3327,9 +3320,6 @@
"loginWithDevice": {
"message": "Se connecter avec l'appareil"
},
- "loginWithDeviceEnabledInfo": {
- "message": "La connexion avec l'appareil doit être configurée dans les paramètres de l'application Bitwarden. Besoin d'une autre option ?"
- },
"fingerprintPhraseHeader": {
"message": "Phrase d'empreinte"
},
@@ -3342,9 +3332,6 @@
"viewAllLogInOptions": {
"message": "Afficher toutes les options de connexion"
},
- "viewAllLoginOptionsV1": {
- "message": "Afficher toutes les options de connexion"
- },
"notificationSentDevice": {
"message": "Une notification a été envoyée à votre appareil."
},
@@ -3486,9 +3473,6 @@
"requestAdminApproval": {
"message": "Demander l'approbation de l'administrateur"
},
- "approveWithMasterPassword": {
- "message": "Approuver avec le mot de passe principal"
- },
"ssoIdentifierRequired": {
"message": "Identifiant SSO de l'organisation requis."
},
@@ -3535,9 +3519,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "Demande transmise à votre administrateur."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "Vous serez notifié une fois approuvé."
- },
"troubleLoggingIn": {
"message": "Problème pour vous connecter ?"
},
@@ -4298,6 +4279,20 @@
}
}
},
+ "viewItemTitleWithField": {
+ "message": "View item - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a link that opens a view for an item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"autofillTitle": {
"message": "Saisie automatique - $ITEMNAME$",
"description": "Title for a button that autofills a login item.",
@@ -4308,6 +4303,20 @@
}
}
},
+ "autofillTitleWithField": {
+ "message": "Autofill - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a button that autofills a login item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"copyFieldValue": {
"message": "Copier $FIELD$, $VALUE$",
"description": "Title for a button that copies a field value to the clipboard.",
@@ -4376,7 +4385,7 @@
}
},
"new": {
- "message": "Nouveau"
+ "message": "Créer"
},
"removeItem": {
"message": "Retirer $NAME$",
@@ -4698,6 +4707,9 @@
}
}
},
+ "reorderWebsiteUriButton": {
+ "message": "Réorganiser les URI des sites web. Utiliser la touche fléchée pour déplacer l'élément vers le haut ou vers le bas."
+ },
"reorderFieldUp": {
"message": "$LABEL$ déplacé vers le haut, position $INDEX$ de $LENGTH$",
"placeholders": {
@@ -4758,15 +4770,6 @@
"nothingSelected": {
"message": "Vous n'avez rien sélectionné."
},
- "movedItemsToOrg": {
- "message": "Les éléments sélectionnés ont été déplacés vers $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Éléments déplacés vers $ORGNAME$",
"placeholders": {
@@ -5129,6 +5132,33 @@
"extraWide": {
"message": "Très large"
},
+ "sshKeyWrongPassword": {
+ "message": "Le mot de passe saisi est incorrect."
+ },
+ "importSshKey": {
+ "message": "Importer"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Confirmer le mot de passe"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Saisir le mot de passe de la clé SSH."
+ },
+ "enterSshKeyPassword": {
+ "message": "Saisir le mot de passe"
+ },
+ "invalidSshKey": {
+ "message": "La clé SSH n'est pas valide"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "Le type de clé SSH n'est pas pris en charge"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Importer une clé à partir du presse-papiers"
+ },
+ "sshKeyImported": {
+ "message": "Clé SSH importée avec succès"
+ },
"cannotRemoveViewOnlyCollections": {
"message": "Vous ne pouvez pas supprimer des collections avec les autorisations d'affichage uniquement : $COLLECTIONS$",
"placeholders": {
diff --git a/apps/browser/src/_locales/gl/messages.json b/apps/browser/src/_locales/gl/messages.json
index ebfeb890b3e..c76c60114c9 100644
--- a/apps/browser/src/_locales/gl/messages.json
+++ b/apps/browser/src/_locales/gl/messages.json
@@ -263,12 +263,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Introduce o teu correo electrónico e enviarémosche a túa pista do contrasinal mestre"
},
- "passwordHint": {
- "message": "Pista do contrasinal"
- },
- "enterEmailToGetHint": {
- "message": "Introduce a dirección de correo da túa conta para recibir a pista do contrasinal mestre."
- },
"getMasterPasswordHint": {
"message": "Obter pista do contrasinal mestre"
},
@@ -385,6 +379,15 @@
"editFolder": {
"message": "Editar cartafol"
},
+ "editFolderWithName": {
+ "message": "Edit folder: $FOLDERNAME$",
+ "placeholders": {
+ "foldername": {
+ "content": "$1",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "Novo cartafol"
},
@@ -901,6 +904,9 @@
"no": {
"message": "Non"
},
+ "location": {
+ "message": "Location"
+ },
"unexpectedError": {
"message": "Produciuse un erro inesperado."
},
@@ -1163,10 +1169,6 @@
"message": "Claro",
"description": "Light color"
},
- "solarizedDark": {
- "message": "Solarizado escuro",
- "description": "'Solarized' is a noun and the name of a color scheme. It should not be translated."
- },
"exportFrom": {
"message": "Exportar dende"
},
@@ -1516,9 +1518,6 @@
"selfHostedEnvironment": {
"message": "Entorno de aloxamento propio"
},
- "selfHostedEnvironmentFooter": {
- "message": "Especifica a URL base do teu servidor Bitwarden de aloxamento propio."
- },
"selfHostedBaseUrlHint": {
"message": "Especifica a URL base do teu servidor Bitwarden de aloxamento propio. Ex.: https://bitwarden.compañia.com"
},
@@ -1531,9 +1530,6 @@
"customEnvironment": {
"message": "Entorno personalizado"
},
- "customEnvironmentFooter": {
- "message": "Para usuarios avanzados. Podes especificar o URL base de cada servizo de xeito independente."
- },
"baseUrl": {
"message": "URL do servidor"
},
@@ -1671,6 +1667,9 @@
"dragToSort": {
"message": "Arrastra para ordenar"
},
+ "dragToReorder": {
+ "message": "Drag to reorder"
+ },
"cfTypeText": {
"message": "Texto"
},
@@ -3008,6 +3007,15 @@
}
}
},
+ "exportingIndividualVaultWithAttachmentsDescription": {
+ "message": "Only the individual vault items including attachments associated with $EMAIL$ will be exported. Organization vault items will not be included",
+ "placeholders": {
+ "email": {
+ "content": "$1",
+ "example": "name@example.com"
+ }
+ }
+ },
"exportingOrganizationVaultTitle": {
"message": "Exportar Caixa forte da organización"
},
@@ -3273,15 +3281,6 @@
}
}
},
- "settingsEdited": {
- "message": "Os axustes foron modificados"
- },
- "environmentEditedClick": {
- "message": "Preme aquí"
- },
- "environmentEditedReset": {
- "message": "para volver á configuración por defecto"
- },
"serverVersion": {
"message": "Versión do Servidor"
},
@@ -3312,12 +3311,6 @@
"loginWithMasterPassword": {
"message": "Iniciar sesión co contrasinal mestre"
},
- "loggingInAs": {
- "message": "Iniciando sesión como"
- },
- "notYou": {
- "message": "Non es ti?"
- },
"newAroundHere": {
"message": "Novo por aquí?"
},
@@ -3327,9 +3320,6 @@
"loginWithDevice": {
"message": "Iniciar sesión cun dispositivo"
},
- "loginWithDeviceEnabledInfo": {
- "message": "O inicio de sesión con dispositivos debe estar activado nos axustes da app de Bitwarden. Precisas doutro método?"
- },
"fingerprintPhraseHeader": {
"message": "Frase de pegada dixital"
},
@@ -3342,9 +3332,6 @@
"viewAllLogInOptions": {
"message": "Ver todas as opcións de inicio de sesión"
},
- "viewAllLoginOptionsV1": {
- "message": "Ver todas as opcións de inicio de sesión"
- },
"notificationSentDevice": {
"message": "Enviouse unha notificación ó teu dispositivo."
},
@@ -3486,9 +3473,6 @@
"requestAdminApproval": {
"message": "Solicitar aprobación do administrador"
},
- "approveWithMasterPassword": {
- "message": "Aprobar con contrasinal mestre"
- },
"ssoIdentifierRequired": {
"message": "Identificador SSO da organización requirido."
},
@@ -3535,9 +3519,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "A solicitude foi enviada ó teu administrador."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "Serás notificado cando se aprobe."
- },
"troubleLoggingIn": {
"message": "Problemas ao iniciar sesión?"
},
@@ -4298,6 +4279,20 @@
}
}
},
+ "viewItemTitleWithField": {
+ "message": "View item - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a link that opens a view for an item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"autofillTitle": {
"message": "Autoenchido - $ITEMNAME$",
"description": "Title for a button that autofills a login item.",
@@ -4308,6 +4303,20 @@
}
}
},
+ "autofillTitleWithField": {
+ "message": "Autofill - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a button that autofills a login item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"copyFieldValue": {
"message": "Copy $FIELD$, $VALUE$",
"description": "Title for a button that copies a field value to the clipboard.",
@@ -4698,6 +4707,9 @@
}
}
},
+ "reorderWebsiteUriButton": {
+ "message": "Reorder website URI. Use arrow key to move item up or down."
+ },
"reorderFieldUp": {
"message": "Subiuse $LABEL$ á posición $INDEX$ de $LENGTH$",
"placeholders": {
@@ -4758,15 +4770,6 @@
"nothingSelected": {
"message": "Non tes nada seleccionado."
},
- "movedItemsToOrg": {
- "message": "Entradas seleccionadas transferidas a $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Entradas transferidas a $ORGNAME$",
"placeholders": {
@@ -5129,6 +5132,33 @@
"extraWide": {
"message": "Moi ancho"
},
+ "sshKeyWrongPassword": {
+ "message": "The password you entered is incorrect."
+ },
+ "importSshKey": {
+ "message": "Import"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Confirm password"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Enter the password for the SSH key."
+ },
+ "enterSshKeyPassword": {
+ "message": "Enter password"
+ },
+ "invalidSshKey": {
+ "message": "The SSH key is invalid"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "The SSH key type is not supported"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Import key from clipboard"
+ },
+ "sshKeyImported": {
+ "message": "SSH key imported successfully"
+ },
"cannotRemoveViewOnlyCollections": {
"message": "Non podes eliminar coleccións con permisos de Só lectura: $COLLECTIONS$",
"placeholders": {
diff --git a/apps/browser/src/_locales/he/messages.json b/apps/browser/src/_locales/he/messages.json
index 6ea7b2f04ce..0d15c90c3d1 100644
--- a/apps/browser/src/_locales/he/messages.json
+++ b/apps/browser/src/_locales/he/messages.json
@@ -123,7 +123,7 @@
"message": "הגדרות"
},
"currentTab": {
- "message": "כרטיסייה נוכחית"
+ "message": "כרטיסיה נוכחית"
},
"copyPassword": {
"message": "העתק סיסמה"
@@ -263,12 +263,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "הזן את כתובת דוא\"ל החשבון שלך והרמז לסיסמה שלך יישלח אליך"
},
- "passwordHint": {
- "message": "רמז לסיסמה"
- },
- "enterEmailToGetHint": {
- "message": "הכנס את פרטי האימייל שלך לקבלת רמז עבור הסיסמה הראשית."
- },
"getMasterPasswordHint": {
"message": "הצג את הרמז לסיסמה הראשית"
},
@@ -385,6 +379,15 @@
"editFolder": {
"message": "ערוך תיקייה"
},
+ "editFolderWithName": {
+ "message": "ערוך תיקייה: $FOLDERNAME$",
+ "placeholders": {
+ "foldername": {
+ "content": "$1",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "תיקייה חדשה"
},
@@ -650,7 +653,7 @@
"message": "הדפדפן שלך לא תומך בהעתקה ללוח. אנא העתק בצורה ידנית."
},
"verifyYourIdentity": {
- "message": "Verify your identity"
+ "message": "אמת את זהותך"
},
"weDontRecognizeThisDevice": {
"message": "אנחנו לא מזהים את המכשיר הזה. הזן את הקוד שנשלח לדוא\"ל שלך כדי לאמת את זהותך."
@@ -793,7 +796,7 @@
"message": "החשבון החדש שלך נוצר!"
},
"youHaveBeenLoggedIn": {
- "message": "נכנסת!"
+ "message": "אתה נכנסת!"
},
"youSuccessfullyLoggedIn": {
"message": "נכנסת בהצלחה"
@@ -901,6 +904,9 @@
"no": {
"message": "לא"
},
+ "location": {
+ "message": "מיקום"
+ },
"unexpectedError": {
"message": "אירעה שגיאה לא צפויה."
},
@@ -1069,35 +1075,35 @@
"description": "Shown to user after login is updated."
},
"saveAsNewLoginAction": {
- "message": "Save as new login",
+ "message": "שמור ככניסה חדשה",
"description": "Button text for saving login details as a new entry."
},
"updateLoginAction": {
- "message": "Update login",
+ "message": "עדכן כניסה",
"description": "Button text for updating an existing login entry."
},
"saveLoginPrompt": {
- "message": "Save login?",
+ "message": "לשמור כניסה?",
"description": "Prompt asking the user if they want to save their login details."
},
"updateLoginPrompt": {
- "message": "Update existing login?",
+ "message": "לעדכן כניסה קיימת?",
"description": "Prompt asking the user if they want to update an existing login entry."
},
"loginSaveSuccess": {
- "message": "Login saved",
+ "message": "כניסה נשמרה",
"description": "Message displayed when login details are successfully saved."
},
"loginUpdateSuccess": {
- "message": "Login updated",
+ "message": "כניסה עודכנה",
"description": "Message displayed when login details are successfully updated."
},
"saveFailure": {
- "message": "Error saving",
+ "message": "שגיאה בשמירה",
"description": "Error message shown when the system fails to save login details."
},
"saveFailureDetails": {
- "message": "Oh no! We couldn't save this. Try entering the details manually.",
+ "message": "או לא! לא יכלנו לשמור זאת. נסה להזין את הפרטים באופן ידני.",
"description": "Detailed error message shown when saving login details fails."
},
"enableChangedPasswordNotification": {
@@ -1163,10 +1169,6 @@
"message": "בהיר",
"description": "Light color"
},
- "solarizedDark": {
- "message": "כהה סולארי",
- "description": "'Solarized' is a noun and the name of a color scheme. It should not be translated."
- },
"exportFrom": {
"message": "ייצא מ־"
},
@@ -1215,7 +1217,7 @@
"message": "הקובץ מכיל את פרטי הכספת שלך בפורמט לא מוצפן. מומלץ להעביר את הקובץ רק בדרכים מוצפנות, ומאוד לא מומלץ לשמור או לשלוח את הקובץ הזה בדרכים לא מוצפנות (כדוגמת סתם אימייל). מחק את הקובץ מיד לאחר שסיימת את השימוש בו."
},
"encExportKeyWarningDesc": {
- "message": "ייצוא זה מצפין את הנתונים שלך באמצעות מפתח ההצפנה של חשבונך. אם אי פעם תבצע סיבוב (רוטציה) למפתח ההצפנה של חשבונך, תצטרך לייצא שוב משום שלא תוכל לפענח קובץ ייצוא זה."
+ "message": "ייצוא זה מצפין את הנתונים שלך באמצעות מפתח ההצפנה של חשבונך. אם אי פעם תבצע סיבוב למפתח ההצפנה של חשבונך, תצטרך לייצא שוב משום שלא תוכל לפענח קובץ ייצוא זה."
},
"encExportAccountWarningDesc": {
"message": "מפתחות הצפנת חשבון הם ייחודים לכל חשבון משתמש של Bitwarden, לכן אינך יכול לייבא ייצוא מוצפן אל תוך חשבון אחר."
@@ -1270,16 +1272,16 @@
"message": "האם אתה בטוח שברצונך למחוק קובץ מצורף זה?"
},
"deletedAttachment": {
- "message": "הקובץ המצורף נמחק"
+ "message": "הצרופה נמחקה"
},
"newAttachment": {
- "message": "צרף קובץ חדש"
+ "message": "הוסף צרופה חדשה"
},
"noAttachments": {
"message": "אין קבצים מצורפים."
},
"attachmentSaved": {
- "message": "הקובץ המצורף נשמר"
+ "message": "הצרופה נשמרה"
},
"file": {
"message": "קובץ"
@@ -1442,13 +1444,13 @@
"message": "הכנס את מפתח האבטחה שלך אל כניסת ה-USB במחשבך. אם יש לו כפתור, לחץ עליו."
},
"webAuthnNewTab": {
- "message": "על מנת להתחיל אימות WebAuthn דו־שלבי. לחץ על הלחצן למטה כדי לפתוח כרטיסייה חדשה ועקוב אחר ההוראות המסופקת בכרטיסייה החדשה."
+ "message": "על מנת להתחיל אימות WebAuthn דו־שלבי. לחץ על הלחצן למטה כדי לפתוח כרטיסיה חדשה ועקוב אחר ההוראות המסופקת בכרטיסיה החדשה."
},
"webAuthnNewTabOpen": {
- "message": "פתח כרטיסייה חדשה"
+ "message": "פתח כרטיסיה חדשה"
},
"openInNewTab": {
- "message": "פתח בכרטיסייה חדשה"
+ "message": "פתח בכרטיסיה חדשה"
},
"webAuthnAuthenticate": {
"message": "אמת WebAuthn"
@@ -1475,7 +1477,7 @@
"message": "בחר שיטת כניסה דו־שלבית"
},
"recoveryCodeDesc": {
- "message": "איבדת גישה לכל הספקים הדו־גורמיים שלך? השתמש בקוד השחזור שלך כדי להשבית את כל הספקים הדו־גורמיים בחשבון שלך."
+ "message": "איבדת גישה לכל הספקים הדו־גורמיים שלך? השתמש בקוד השחזור שלך כדי לכבות את כל הספקים הדו־גורמיים מהחשבון שלך."
},
"recoveryCodeTitle": {
"message": "קוד שחזור"
@@ -1516,9 +1518,6 @@
"selfHostedEnvironment": {
"message": "סביבה באירוח עצמי"
},
- "selfHostedEnvironmentFooter": {
- "message": "הזן את כתובת השרת המקומי של Bitwarden."
- },
"selfHostedBaseUrlHint": {
"message": "ציין את בסיס ה־URL של התקנת Bitwarden באירוח מקומי שלך. דוגמה: https://bitwarden.company.com"
},
@@ -1531,9 +1530,6 @@
"customEnvironment": {
"message": "סביבה מותאמת אישית"
},
- "customEnvironmentFooter": {
- "message": "למשתמשים מתקדמים. באפשרותך לציין את כתובת השרת עבור כל שירות בנפרד."
- },
"baseUrl": {
"message": "כתובת שרת"
},
@@ -1671,6 +1667,9 @@
"dragToSort": {
"message": "גרור כדי למיין"
},
+ "dragToReorder": {
+ "message": "גרור כדי לסדר מחדש"
+ },
"cfTypeText": {
"message": "טקסט"
},
@@ -2835,7 +2834,7 @@
"message": "עדכן סיסמה ראשית"
},
"updateMasterPasswordWarning": {
- "message": "הסיסמה הראשית שלך שונתה לאחרונה על ידי מנהל הארגון שלך. כדי לגשת לכספת, עליך לעדכן אותה כעת. המשך התהליך יוציא אותך מההפעלה הנוכחית שלך ותידרש להיכנס חזרה. הפעלות פעילות במכשירים אחרים עלולות להישאר פעילות למשך עד שעה אחת."
+ "message": "הסיסמה הראשית שלך שונתה לאחרונה על ידי מנהל הארגון שלך. כדי לגשת לכספת, עליך לעדכן אותה כעת. המשך התהליך יוציא אותך מההפעלה הנוכחית שלך, מה שידרוש ממך להיכנס חזרה. הפעלות פעילות במכשירים אחרים עלולות להישאר פעילות למשך עד שעה אחת."
},
"updateWeakMasterPasswordWarning": {
"message": "הסיסמה הראשית שלך אינה עומדת באחת או יותר מפוליסות הארגון שלך. כדי לגשת לכספת, אתה מוכרח לעדכן את הסיסמה הראשית שלך עכשיו. בהמשך תנותק מההפעלה הנוכחית שלך, מה שידרוש ממך להיכנס חזרה. הפעלות פעילות במכשירים אחרים עלולות להישאר פעילות למשך עד שעה אחת."
@@ -3000,7 +2999,16 @@
"message": "מייצא כספת אישית"
},
"exportingIndividualVaultDescription": {
- "message": "רק פריטי הכספת האישית המשויכת עם $EMAIL$ ייוצאו. פריטי כספת ארגון לא יכללו. רק פרטי פריט כספת ייוצאו ולא יכללו קבצים מצורפים משויכים.",
+ "message": "רק פריטי הכספת האישית המשויכת עם $EMAIL$ ייוצאו. פריטי כספת ארגון לא יכללו. רק פרטי פריט כספת ייוצאו ולא יכללו צרופות משויכות.",
+ "placeholders": {
+ "email": {
+ "content": "$1",
+ "example": "name@example.com"
+ }
+ }
+ },
+ "exportingIndividualVaultWithAttachmentsDescription": {
+ "message": "Only the individual vault items including attachments associated with $EMAIL$ will be exported. Organization vault items will not be included",
"placeholders": {
"email": {
"content": "$1",
@@ -3012,7 +3020,7 @@
"message": "מייצא כספת ארגון"
},
"exportingOrganizationVaultDesc": {
- "message": "רק כספת הארגון המשויכת עם $ORGANIZATION$ ייוצאו. פריטים בכספת אישית או ארגונים אחרים לא יכללו.",
+ "message": "רק כספת הארגון המשויכת עם $ORGANIZATION$ תיוצא. פריטים בכספת אישית או ארגונים אחרים לא יכללו.",
"placeholders": {
"organization": {
"content": "$1",
@@ -3273,15 +3281,6 @@
}
}
},
- "settingsEdited": {
- "message": "הגדרות נערכו"
- },
- "environmentEditedClick": {
- "message": "לחץ כאן"
- },
- "environmentEditedReset": {
- "message": "כדי לאפס את ההגדרות שהוגדרו מראש"
- },
"serverVersion": {
"message": "גרסת שרת"
},
@@ -3312,12 +3311,6 @@
"loginWithMasterPassword": {
"message": "כניסה עם סיסמה ראשית"
},
- "loggingInAs": {
- "message": "נכנס כ־"
- },
- "notYou": {
- "message": "לא את/ה?"
- },
"newAroundHere": {
"message": "חדש כאן?"
},
@@ -3327,9 +3320,6 @@
"loginWithDevice": {
"message": "כניסה עם מכשיר"
},
- "loginWithDeviceEnabledInfo": {
- "message": "כניסה עם מכשיר צריכה להיות מוגדרת בהגדרות של היישום Bitwarden. צריך אפשרות אחרת?"
- },
"fingerprintPhraseHeader": {
"message": "ביטוי טביעת אצבע"
},
@@ -3342,9 +3332,6 @@
"viewAllLogInOptions": {
"message": "הצג את כל אפשרויות הכניסה"
},
- "viewAllLoginOptionsV1": {
- "message": "הצג את כל אפשרויות הכניסה"
- },
"notificationSentDevice": {
"message": "התראה נשלחה למכשיר שלך."
},
@@ -3486,9 +3473,6 @@
"requestAdminApproval": {
"message": "בקש אישור מנהל"
},
- "approveWithMasterPassword": {
- "message": "אשר עם סיסמה ראשית"
- },
"ssoIdentifierRequired": {
"message": "נדרש מזהה SSO של הארגון."
},
@@ -3535,9 +3519,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "הבקשה שלך נשלחה למנהל שלך."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "תקבל התראה כשתאושר."
- },
"troubleLoggingIn": {
"message": "בעיות בכניסה?"
},
@@ -3616,7 +3597,7 @@
}
},
"multipleInputEmails": {
- "message": "1 או יותר דוא\"לים אינם חוקיים"
+ "message": "כתובת דוא\"ל 1 או יותר אינה חוקית"
},
"inputTrimValidator": {
"message": "אסור שקלט יכיל רק רווח לבן.",
@@ -3693,7 +3674,7 @@
"description": "Message appearing below the autofill on load message when master password reprompt is set for a vault item."
},
"toggleSideNavigation": {
- "message": "פתח או סגור ניווט צדדי"
+ "message": "החלף מצב ניווט צדדי"
},
"skipToContent": {
"message": "דלג לתוכן"
@@ -3954,7 +3935,7 @@
"message": "אשר סיסמת קובץ"
},
"exportSuccess": {
- "message": "נתוני כספת יוצאו"
+ "message": "נתוני הכספת יוצאו"
},
"typePasskey": {
"message": "מפתח גישה"
@@ -3963,7 +3944,7 @@
"message": "ניגש אל"
},
"loggedInExclamation": {
- "message": "מחובר!"
+ "message": "נכנסת!"
},
"passkeyNotCopied": {
"message": "מפתח גישה לא יועתק"
@@ -4298,6 +4279,20 @@
}
}
},
+ "viewItemTitleWithField": {
+ "message": "View item - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a link that opens a view for an item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"autofillTitle": {
"message": "מילוי אוטומטי - $ITEMNAME$",
"description": "Title for a button that autofills a login item.",
@@ -4308,6 +4303,20 @@
}
}
},
+ "autofillTitleWithField": {
+ "message": "Autofill - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a button that autofills a login item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"copyFieldValue": {
"message": "העתק $FIELD$, $VALUE$",
"description": "Title for a button that copies a field value to the clipboard.",
@@ -4338,7 +4347,7 @@
"message": "העתק כתובת"
},
"adminConsole": {
- "message": "מסוף ניהול"
+ "message": "מסוף מנהל"
},
"accountSecurity": {
"message": "אבטחת החשבון"
@@ -4432,13 +4441,13 @@
"message": "העלה"
},
"addAttachment": {
- "message": "הוסף קובץ מצורף"
+ "message": "הוסף צרופה"
},
"maxFileSizeSansPunctuation": {
"message": "גודל הקובץ המרבי הוא 500MB"
},
"deleteAttachmentName": {
- "message": "מחק קובץ מצורף $NAME$",
+ "message": "מחק צרופה $NAME$",
"placeholders": {
"name": {
"content": "$1",
@@ -4456,13 +4465,13 @@
}
},
"permanentlyDeleteAttachmentConfirmation": {
- "message": "האם אתה בטוח שברצונך למחוק לצמיתות קובץ מצורף זה?"
+ "message": "האם אתה בטוח שברצונך למחוק לצמיתות צרופה זו?"
},
"premium": {
"message": "פרימיום"
},
"freeOrgsCannotUseAttachments": {
- "message": "ארגונים חינמיים לא יכולים להשתמש בקבצים מצורפים"
+ "message": "ארגונים חינמיים לא יכולים להשתמש בצרופות"
},
"filters": {
"message": "מסננים"
@@ -4698,6 +4707,9 @@
}
}
},
+ "reorderWebsiteUriButton": {
+ "message": "סדר מחדש כתובת URI של אתר. השתמש במקש חץ כדי להעביר את הפריט למעלה או למטה."
+ },
"reorderFieldUp": {
"message": "$LABEL$ עבר למעלה, מיקום $INDEX$ מתוך $LENGTH$",
"placeholders": {
@@ -4758,15 +4770,6 @@
"nothingSelected": {
"message": "לא בחרת כלום."
},
- "movedItemsToOrg": {
- "message": "פריטים נבחרים הועברו אל $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "פריטים הועברו אל $ORGNAME$",
"placeholders": {
@@ -4866,7 +4869,7 @@
"message": "תוכן נוסף זמין"
},
"fileSavedToDevice": {
- "message": "קובץ נשמר למכשיר. נהל מהורדות המכשיר שלך."
+ "message": "הקובץ נשמר למכשיר. נהל מהורדות המכשיר שלך."
},
"showCharacterCount": {
"message": "הצג מונה תווים"
@@ -5129,6 +5132,33 @@
"extraWide": {
"message": "רחב במיוחד"
},
+ "sshKeyWrongPassword": {
+ "message": "הסיסמה שהזנת שגויה."
+ },
+ "importSshKey": {
+ "message": "ייבוא"
+ },
+ "confirmSshKeyPassword": {
+ "message": "אשר סיסמה"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "הזן את הסיסמה עבור מפתח ה־SSH."
+ },
+ "enterSshKeyPassword": {
+ "message": "הזן סיסמה"
+ },
+ "invalidSshKey": {
+ "message": "מפתח ה־SSH אינו תקין"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "סוג מפתח ה־SSH אינו נתמך"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "ייבא מפתח מלוח ההעתקה"
+ },
+ "sshKeyImported": {
+ "message": "מפתח SSH יובא בהצלחה"
+ },
"cannotRemoveViewOnlyCollections": {
"message": "אינך יכול להסיר אוספים עם הרשאות צפייה בלבד: $COLLECTIONS$",
"placeholders": {
@@ -5145,6 +5175,6 @@
"message": "כדי להשתמש בביטול נעילה ביומטרי, נא לעדכן את יישום שולחן העבודה שלך, להשבית ביטול נעילה בעזרת טביעת אצבע בהגדרות שולחן העבודה."
},
"changeAtRiskPassword": {
- "message": "Change at-risk password"
+ "message": "שנה סיסמה בסיכון"
}
}
diff --git a/apps/browser/src/_locales/hi/messages.json b/apps/browser/src/_locales/hi/messages.json
index 4e7ba5fc6ad..6dc3dced829 100644
--- a/apps/browser/src/_locales/hi/messages.json
+++ b/apps/browser/src/_locales/hi/messages.json
@@ -263,12 +263,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Enter your account email address and your password hint will be sent to you"
},
- "passwordHint": {
- "message": "Password Hint"
- },
- "enterEmailToGetHint": {
- "message": "अपने मास्टर पासवर्ड संकेत प्राप्त करने के लिए अपने खाते का ईमेल पता दर्ज करें।"
- },
"getMasterPasswordHint": {
"message": "मास्टर पासवर्ड संकेत प्राप्त करें"
},
@@ -385,6 +379,15 @@
"editFolder": {
"message": "Edit Folder"
},
+ "editFolderWithName": {
+ "message": "Edit folder: $FOLDERNAME$",
+ "placeholders": {
+ "foldername": {
+ "content": "$1",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "New folder"
},
@@ -901,6 +904,9 @@
"no": {
"message": "नहीं"
},
+ "location": {
+ "message": "Location"
+ },
"unexpectedError": {
"message": "An unexpected error has occured."
},
@@ -1163,10 +1169,6 @@
"message": "प्रकाश",
"description": "Light color"
},
- "solarizedDark": {
- "message": "सौरीकृत अंधेरा",
- "description": "'Solarized' is a noun and the name of a color scheme. It should not be translated."
- },
"exportFrom": {
"message": "Export from"
},
@@ -1516,9 +1518,6 @@
"selfHostedEnvironment": {
"message": "Self-hosted Environment"
},
- "selfHostedEnvironmentFooter": {
- "message": "Specify the base URL of your on-premise hosted bitwarden installation."
- },
"selfHostedBaseUrlHint": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation. Example: https://bitwarden.company.com"
},
@@ -1531,9 +1530,6 @@
"customEnvironment": {
"message": "Custom Environment"
},
- "customEnvironmentFooter": {
- "message": "उन्नत उपयोगकर्ताओं के लिए। आप स्वतंत्र रूप से प्रत्येक सेवा का आधार URL निर्दिष्ट कर सकते हैं।"
- },
"baseUrl": {
"message": "सर्वर URL"
},
@@ -1671,6 +1667,9 @@
"dragToSort": {
"message": "सॉर्ट करने के लिए ड्रैग करें"
},
+ "dragToReorder": {
+ "message": "Drag to reorder"
+ },
"cfTypeText": {
"message": "शब्द"
},
@@ -3008,6 +3007,15 @@
}
}
},
+ "exportingIndividualVaultWithAttachmentsDescription": {
+ "message": "केवल $EMAIL$ से जुड़े अनुलग्नकों सहित व्यक्तिगत वॉल्ट आइटम ही निर्यात किए जाएंगे. संगठन वॉल्ट आइटम शामिल नहीं किए जाएंगे",
+ "placeholders": {
+ "email": {
+ "content": "$1",
+ "example": "name@example.com"
+ }
+ }
+ },
"exportingOrganizationVaultTitle": {
"message": "Exporting organization vault"
},
@@ -3273,15 +3281,6 @@
}
}
},
- "settingsEdited": {
- "message": "Settings have been edited"
- },
- "environmentEditedClick": {
- "message": "यहाँ क्लिक करें"
- },
- "environmentEditedReset": {
- "message": "to reset to pre-configured settings"
- },
"serverVersion": {
"message": "Server version"
},
@@ -3312,12 +3311,6 @@
"loginWithMasterPassword": {
"message": "Log in with master password"
},
- "loggingInAs": {
- "message": "Logging in as"
- },
- "notYou": {
- "message": "Not you?"
- },
"newAroundHere": {
"message": "New around here?"
},
@@ -3327,9 +3320,6 @@
"loginWithDevice": {
"message": "Log in with device"
},
- "loginWithDeviceEnabledInfo": {
- "message": "Log in with device must be set up in the settings of the Bitwarden app. Need another option?"
- },
"fingerprintPhraseHeader": {
"message": "Fingerprint phrase"
},
@@ -3342,9 +3332,6 @@
"viewAllLogInOptions": {
"message": "View all log in options"
},
- "viewAllLoginOptionsV1": {
- "message": "View all log in options"
- },
"notificationSentDevice": {
"message": "A notification has been sent to your device."
},
@@ -3486,9 +3473,6 @@
"requestAdminApproval": {
"message": "Request admin approval"
},
- "approveWithMasterPassword": {
- "message": "Approve with master password"
- },
"ssoIdentifierRequired": {
"message": "Organization SSO identifier is required."
},
@@ -3535,9 +3519,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "Your request has been sent to your admin."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "You will be notified once approved."
- },
"troubleLoggingIn": {
"message": "Trouble logging in?"
},
@@ -4298,6 +4279,20 @@
}
}
},
+ "viewItemTitleWithField": {
+ "message": "View item - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a link that opens a view for an item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"autofillTitle": {
"message": "Autofill - $ITEMNAME$",
"description": "Title for a button that autofills a login item.",
@@ -4308,6 +4303,20 @@
}
}
},
+ "autofillTitleWithField": {
+ "message": "Autofill - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a button that autofills a login item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"copyFieldValue": {
"message": "Copy $FIELD$, $VALUE$",
"description": "Title for a button that copies a field value to the clipboard.",
@@ -4698,6 +4707,9 @@
}
}
},
+ "reorderWebsiteUriButton": {
+ "message": "Reorder website URI. Use arrow key to move item up or down."
+ },
"reorderFieldUp": {
"message": "$LABEL$ moved up, position $INDEX$ of $LENGTH$",
"placeholders": {
@@ -4758,15 +4770,6 @@
"nothingSelected": {
"message": "You have not selected anything."
},
- "movedItemsToOrg": {
- "message": "Selected items moved to $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Items moved to $ORGNAME$",
"placeholders": {
@@ -5129,6 +5132,33 @@
"extraWide": {
"message": "Extra wide"
},
+ "sshKeyWrongPassword": {
+ "message": "The password you entered is incorrect."
+ },
+ "importSshKey": {
+ "message": "Import"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Confirm password"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Enter the password for the SSH key."
+ },
+ "enterSshKeyPassword": {
+ "message": "Enter password"
+ },
+ "invalidSshKey": {
+ "message": "The SSH key is invalid"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "The SSH key type is not supported"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Import key from clipboard"
+ },
+ "sshKeyImported": {
+ "message": "SSH key imported successfully"
+ },
"cannotRemoveViewOnlyCollections": {
"message": "You cannot remove collections with View only permissions: $COLLECTIONS$",
"placeholders": {
diff --git a/apps/browser/src/_locales/hr/messages.json b/apps/browser/src/_locales/hr/messages.json
index 0226e941b31..eda6d7267a3 100644
--- a/apps/browser/src/_locales/hr/messages.json
+++ b/apps/browser/src/_locales/hr/messages.json
@@ -81,7 +81,7 @@
"message": "Podsjetnik glavne lozinke (neobavezno)"
},
"passwordStrengthScore": {
- "message": "Password strength score $SCORE$",
+ "message": "Ocjena jačine lozinke: $SCORE$",
"placeholders": {
"score": {
"content": "$1",
@@ -186,7 +186,7 @@
"message": "Kopiraj bilješke"
},
"copy": {
- "message": "Copy",
+ "message": "Kopiraj",
"description": "Copy to clipboard"
},
"fill": {
@@ -263,12 +263,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Unesi svoju adresu e-pošte računa i poslat ćemo ti tvoj podsjetnik"
},
- "passwordHint": {
- "message": "Podsjetnik za lozinku"
- },
- "enterEmailToGetHint": {
- "message": "Unesi adresu e-pošte svog računa za primitak podsjetnika glavne lozinke."
- },
"getMasterPasswordHint": {
"message": "Slanje podsjetnika glavne lozinke"
},
@@ -385,6 +379,15 @@
"editFolder": {
"message": "Uredi mapu"
},
+ "editFolderWithName": {
+ "message": "Uredi mapu: $FOLDERNAME$",
+ "placeholders": {
+ "foldername": {
+ "content": "$1",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "Nova mapa"
},
@@ -650,7 +653,7 @@
"message": "Web preglednik ne podržava jednostavno kopiranje međuspremnika. Umjesto toga ručno kopirajte."
},
"verifyYourIdentity": {
- "message": "Verify your identity"
+ "message": "Potvrdi svoj identitet"
},
"weDontRecognizeThisDevice": {
"message": "Ne prepoznajemo ovaj uređaj. Za potvrdu identiteta unesi kôd poslan e-poštom."
@@ -866,19 +869,19 @@
"message": "Prijavi se u Bitwarden"
},
"enterTheCodeSentToYourEmail": {
- "message": "Enter the code sent to your email"
+ "message": "Unesi kôd poslan e-poštom"
},
"enterTheCodeFromYourAuthenticatorApp": {
- "message": "Enter the code from your authenticator app"
+ "message": "Unesi kôd iz svoje aplikacije za autentifikaciju"
},
"pressYourYubiKeyToAuthenticate": {
- "message": "Press your YubiKey to authenticate"
+ "message": "Za autentifikaciju dodirni svoj YubiKey"
},
"duoTwoFactorRequiredPageSubtitle": {
- "message": "Duo two-step login is required for your account. Follow the steps below to finish logging in."
+ "message": "Za tvoj je račun potrebna Duo prijava u dva koraka. Za dovršetak prijave, slijedi daljnje korake."
},
"followTheStepsBelowToFinishLoggingIn": {
- "message": "Follow the steps below to finish logging in."
+ "message": "Prati korake za dovršetak prijave."
},
"restartRegistration": {
"message": "Ponovno pokreni registraciju"
@@ -901,6 +904,9 @@
"no": {
"message": "Ne"
},
+ "location": {
+ "message": "Lokacija"
+ },
"unexpectedError": {
"message": "Došlo je do neočekivane pogreške."
},
@@ -1034,7 +1040,7 @@
"message": "Klikni stavke za auto-ispunu na prikazu trezora"
},
"clickToAutofill": {
- "message": "Click items in autofill suggestion to fill"
+ "message": "Kliknite stavku u prijedlogu auto-ispune za popunjavanje"
},
"clearClipboard": {
"message": "Očisti međuspremnik",
@@ -1051,7 +1057,7 @@
"message": "Spremi"
},
"loginSaveSuccessDetails": {
- "message": "$USERNAME$ saved to Bitwarden.",
+ "message": "$USERNAME$ spremljeno u Bitwarden.",
"placeholders": {
"username": {
"content": "$1"
@@ -1060,7 +1066,7 @@
"description": "Shown to user after login is saved."
},
"loginUpdatedSuccessDetails": {
- "message": "$USERNAME$ updated in Bitwarden.",
+ "message": "$USERNAME$ ažurirano u Bitwardenu.",
"placeholders": {
"username": {
"content": "$1"
@@ -1069,35 +1075,35 @@
"description": "Shown to user after login is updated."
},
"saveAsNewLoginAction": {
- "message": "Save as new login",
+ "message": "Spremi novu prijavu",
"description": "Button text for saving login details as a new entry."
},
"updateLoginAction": {
- "message": "Update login",
+ "message": "Ažuriraj prijavu",
"description": "Button text for updating an existing login entry."
},
"saveLoginPrompt": {
- "message": "Save login?",
+ "message": "Spremiti prijavu?",
"description": "Prompt asking the user if they want to save their login details."
},
"updateLoginPrompt": {
- "message": "Update existing login?",
+ "message": "Ažurirati postojeću prijavu?",
"description": "Prompt asking the user if they want to update an existing login entry."
},
"loginSaveSuccess": {
- "message": "Login saved",
+ "message": "Prijava spremljena",
"description": "Message displayed when login details are successfully saved."
},
"loginUpdateSuccess": {
- "message": "Login updated",
+ "message": "Prijava ažurirana",
"description": "Message displayed when login details are successfully updated."
},
"saveFailure": {
- "message": "Error saving",
+ "message": "Greška kod spremanja",
"description": "Error message shown when the system fails to save login details."
},
"saveFailureDetails": {
- "message": "Oh no! We couldn't save this. Try entering the details manually.",
+ "message": "Ups! Nismo mogli ovo spasiti. Pokušaj ručno unijeti detalje.",
"description": "Detailed error message shown when saving login details fails."
},
"enableChangedPasswordNotification": {
@@ -1163,10 +1169,6 @@
"message": "Svijetla",
"description": "Light color"
},
- "solarizedDark": {
- "message": "Solarized Dark",
- "description": "'Solarized' is a noun and the name of a color scheme. It should not be translated."
- },
"exportFrom": {
"message": "Izvezi iz"
},
@@ -1420,7 +1422,7 @@
"message": "Zapamti me"
},
"dontAskAgainOnThisDeviceFor30Days": {
- "message": "Don't ask again on this device for 30 days"
+ "message": "Ne pitaj na ovom uređaju idućih 30 dana"
},
"sendVerificationCodeEmailAgain": {
"message": "Ponovno slanje kontrolnog koda e-poštom"
@@ -1429,11 +1431,11 @@
"message": "Koristiti drugi način prijave dvostrukom autentifikacijom"
},
"selectAnotherMethod": {
- "message": "Select another method",
+ "message": "Odaberi drugi način",
"description": "Select another two-step login method"
},
"useYourRecoveryCode": {
- "message": "Use your recovery code"
+ "message": "Koristi kôd za oporavak"
},
"insertYubiKey": {
"message": "Umetni svoj YubiKey u USB priključak računala, a zatim dodirni njegovu tipku."
@@ -1448,16 +1450,16 @@
"message": "Otvori novu karticu"
},
"openInNewTab": {
- "message": "Open in new tab"
+ "message": "Otvori u novoj kartici"
},
"webAuthnAuthenticate": {
"message": "Ovjeri WebAuthn"
},
"readSecurityKey": {
- "message": "Read security key"
+ "message": "Pročitaj sigurnosni ključ"
},
"awaitingSecurityKeyInteraction": {
- "message": "Awaiting security key interaction..."
+ "message": "Čekanje na interakciju sa sigurnosnim ključem..."
},
"loginUnavailable": {
"message": "Prijava nije dostupna"
@@ -1472,7 +1474,7 @@
"message": "Mogućnosti prijave dvostrukom autentifikacijom"
},
"selectTwoStepLoginMethod": {
- "message": "Select two-step login method"
+ "message": "Odaberi način prijave dvostrukom autentifikacijom"
},
"recoveryCodeDesc": {
"message": "Izgubljen je pristup uređaju za dvostruku autentifikaciju? Koristi svoj kôd za oporavak za onemogućavanje svih pružatelja usluga dvostruke autentifikacije na tvojem računu."
@@ -1516,9 +1518,6 @@
"selfHostedEnvironment": {
"message": "Vlastito hosting okruženje"
},
- "selfHostedEnvironmentFooter": {
- "message": "Navedi osnovni URL svoje lokalno smještene Bitwarden instalacije."
- },
"selfHostedBaseUrlHint": {
"message": "Navedi osnovni URL svoje lokalne Bitwarden instalacije, npr.: https://bitwarden.company.com"
},
@@ -1531,9 +1530,6 @@
"customEnvironment": {
"message": "Prilagođeno okruženje"
},
- "customEnvironmentFooter": {
- "message": "Za napredne korisnike. Samostalno možeš odrediti osnovni URL svake usluge."
- },
"baseUrl": {
"message": "URL poslužitelja"
},
@@ -1671,6 +1667,9 @@
"dragToSort": {
"message": "Povuci za sortiranje"
},
+ "dragToReorder": {
+ "message": "Povuci za premještanje"
+ },
"cfTypeText": {
"message": "Tekst"
},
@@ -2165,7 +2164,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'"
},
"vaultCustomization": {
- "message": "Vault customization"
+ "message": "Prilagodba trezora"
},
"vaultTimeoutAction": {
"message": "Nakon isteka trezora"
@@ -2174,13 +2173,13 @@
"message": "Radnja nakon isteka "
},
"newCustomizationOptionsCalloutTitle": {
- "message": "New customization options"
+ "message": "Nove mogućnosti prilagodbe"
},
"newCustomizationOptionsCalloutContent": {
- "message": "Customize your vault experience with quick copy actions, compact mode, and more!"
+ "message": "Prilagodi svoje iskustvo trezora brzim kopiranjem, kompaktnim načinom rada i više!"
},
"newCustomizationOptionsCalloutLink": {
- "message": "View all Appearance settings"
+ "message": "Pogledaj sve postavke izgleda"
},
"lock": {
"message": "Zaključaj",
@@ -2477,7 +2476,7 @@
"message": "Rizične lozinke"
},
"atRiskPasswordDescSingleOrg": {
- "message": "$ORGANIZATION$ is requesting you change one password because it is at-risk.",
+ "message": "$ORGANIZATION$ traži da promijeniš jednu rizičnu lozinku.",
"placeholders": {
"organization": {
"content": "$1",
@@ -2486,7 +2485,7 @@
}
},
"atRiskPasswordsDescSingleOrgPlural": {
- "message": "$ORGANIZATION$ is requesting you change the $COUNT$ passwords because they are at-risk.",
+ "message": "Broj rizičnih lozinki koje $ORGANIZATION$ traži da promijeniš: $COUNT$.",
"placeholders": {
"organization": {
"content": "$1",
@@ -2499,7 +2498,7 @@
}
},
"atRiskPasswordsDescMultiOrgPlural": {
- "message": "Your organizations are requesting you change the $COUNT$ passwords because they are at-risk.",
+ "message": "Broj rizičnih lozinki koje tvoja orgnaizacija traži da promijeniš: $COUNT$.",
"placeholders": {
"count": {
"content": "$1",
@@ -2526,34 +2525,34 @@
"message": "Ažuriraj svoje postavke kako za brzu auto-ispunu svojih lozinki i generiranje novih"
},
"reviewAtRiskLogins": {
- "message": "Review at-risk logins"
+ "message": "Pregledaj rizične prijave"
},
"reviewAtRiskPasswords": {
- "message": "Review at-risk passwords"
+ "message": "Pregdledaj rizične lozinke"
},
"reviewAtRiskLoginsSlideDesc": {
- "message": "Your organization passwords are at-risk because they are weak, reused, and/or exposed.",
+ "message": "Lozinke tvoje organizacije su rizične jer su slabe, nanovo korištene i/ili iscurile.",
"description": "Description of the review at-risk login slide on the at-risk password page carousel"
},
"reviewAtRiskLoginSlideImgAlt": {
- "message": "Illustration of a list of logins that are at-risk"
+ "message": "Ilustracija liste rizičnih prijava"
},
"generatePasswordSlideDesc": {
- "message": "Quickly generate a strong, unique password with the Bitwarden autofill menu on the at-risk site.",
+ "message": "Brzo generiraj jake, jedinstvene lozinke koristeći Bitwarden dijalog auto-ispune direktno na stranici.",
"description": "Description of the generate password slide on the at-risk password page carousel"
},
"generatePasswordSlideImgAlt": {
- "message": "Illustration of the Bitwarden autofill menu displaying a generated password"
+ "message": "Ilustracija Bitwarden dijalog auto-ispune s prikazom generirane lozinke"
},
"updateInBitwarden": {
- "message": "Update in Bitwarden"
+ "message": "Ažuriraj u Bitwardenu"
},
"updateInBitwardenSlideDesc": {
- "message": "Bitwarden will then prompt you to update the password in the password manager.",
+ "message": "Bitwarden će te pitati treba li ažurirati lozinku u upravitelju lozinki.",
"description": "Description of the update in Bitwarden slide on the at-risk password page carousel"
},
"updateInBitwardenSlideImgAlt": {
- "message": "Illustration of a Bitwarden’s notification prompting the user to update the login"
+ "message": "Ilustracija Bitwarden upita za ažuriranje prijave"
},
"turnOnAutofill": {
"message": "Uključi auto-ispunu"
@@ -3008,6 +3007,15 @@
}
}
},
+ "exportingIndividualVaultWithAttachmentsDescription": {
+ "message": "Izvest će se samo stavke i privici osobnog trezora povezanog s $EMAIL$. Stavke organizacijskog trezora neće biti uključene",
+ "placeholders": {
+ "email": {
+ "content": "$1",
+ "example": "name@example.com"
+ }
+ }
+ },
"exportingOrganizationVaultTitle": {
"message": "Izvoz organizacijskog trezora"
},
@@ -3169,7 +3177,7 @@
}
},
"forwaderInvalidOperation": {
- "message": "$SERVICENAME$ refused your request. Please contact your service provider for assistance.",
+ "message": "$SERVICENAME$ je odbio tvoj zahtjev. Obrati se svom pružatelju usluga za pomoć.",
"description": "Displayed when the user is forbidden from using the API by the forwarding service.",
"placeholders": {
"servicename": {
@@ -3179,7 +3187,7 @@
}
},
"forwaderInvalidOperationWithMessage": {
- "message": "$SERVICENAME$ refused your request: $ERRORMESSAGE$",
+ "message": "$SERVICENAME$ je odbio tvoj zahtjev: $ERRORMESSAGE$",
"description": "Displayed when the user is forbidden from using the API by the forwarding service with an error message.",
"placeholders": {
"servicename": {
@@ -3273,15 +3281,6 @@
}
}
},
- "settingsEdited": {
- "message": "Postavke su izmijenjene"
- },
- "environmentEditedClick": {
- "message": "Klikni ovdje"
- },
- "environmentEditedReset": {
- "message": "za ponovno postavljanje zadanih postavki"
- },
"serverVersion": {
"message": "Verzija poslužitelja"
},
@@ -3312,12 +3311,6 @@
"loginWithMasterPassword": {
"message": "Prijava glavnom lozinkom"
},
- "loggingInAs": {
- "message": "Prijava kao"
- },
- "notYou": {
- "message": "Nisi ti?"
- },
"newAroundHere": {
"message": "Novi korisnik?"
},
@@ -3327,9 +3320,6 @@
"loginWithDevice": {
"message": "Prijava uređajem"
},
- "loginWithDeviceEnabledInfo": {
- "message": "Prijava uređajem mora biti namještena u postavka Bitwarden mobilne aplikacije. Trebaš drugu opciju?"
- },
"fingerprintPhraseHeader": {
"message": "Jedinstvena fraza"
},
@@ -3342,9 +3332,6 @@
"viewAllLogInOptions": {
"message": "Pogledaj sve mogućnosti prijave"
},
- "viewAllLoginOptionsV1": {
- "message": "Pogledaj sve mogućnosti prijave"
- },
"notificationSentDevice": {
"message": "Obavijest je poslana na tvoj uređaj."
},
@@ -3486,9 +3473,6 @@
"requestAdminApproval": {
"message": "Zatraži odobrenje administratora"
},
- "approveWithMasterPassword": {
- "message": "Odobri glavnom lozinkom"
- },
"ssoIdentifierRequired": {
"message": "Potreban je identifikator organizacije."
},
@@ -3535,9 +3519,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "Tvoj zahtjev je poslan administratoru."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "Dobiti ćeš obavijest kada bude odobreno."
- },
"troubleLoggingIn": {
"message": "Problem s prijavom?"
},
@@ -4108,7 +4089,7 @@
"message": "Aktivni račun"
},
"bitwardenAccount": {
- "message": "Bitwarden account"
+ "message": "Bitwarden račun"
},
"availableAccounts": {
"message": "Dostupni računi"
@@ -4298,6 +4279,20 @@
}
}
},
+ "viewItemTitleWithField": {
+ "message": "View item - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a link that opens a view for an item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"autofillTitle": {
"message": "Auto-ispuna - $ITEMNAME$",
"description": "Title for a button that autofills a login item.",
@@ -4308,8 +4303,22 @@
}
}
},
+ "autofillTitleWithField": {
+ "message": "Autofill - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a button that autofills a login item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"copyFieldValue": {
- "message": "Copy $FIELD$, $VALUE$",
+ "message": "Kopiraj $FIELD$, $VALUE$",
"description": "Title for a button that copies a field value to the clipboard.",
"placeholders": {
"field": {
@@ -4698,6 +4707,9 @@
}
}
},
+ "reorderWebsiteUriButton": {
+ "message": "Ponovno poredaj URI. Koristi tipke sa strelicom za pomicanje stavke gore ili dolje."
+ },
"reorderFieldUp": {
"message": "$LABEL$ pomaknut gore, pozicija $INDEX$ od $LENGTH$",
"placeholders": {
@@ -4758,15 +4770,6 @@
"nothingSelected": {
"message": "Ništa nije odabrano."
},
- "movedItemsToOrg": {
- "message": "Odabrane stavke premještene u $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Stavke premještene u $ORGNAME$",
"placeholders": {
@@ -5129,6 +5132,33 @@
"extraWide": {
"message": "Ekstra široko"
},
+ "sshKeyWrongPassword": {
+ "message": "Unesena lozinka nije ispravna."
+ },
+ "importSshKey": {
+ "message": "Uvoz"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Potvrdi lozinku"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Unesi lozinku za SSH ključ."
+ },
+ "enterSshKeyPassword": {
+ "message": "Unesi lozinku"
+ },
+ "invalidSshKey": {
+ "message": "SSH ključ nije valjan"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "Tip SSH ključa nije podržan"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Uvezi ključ iz međuspremnika"
+ },
+ "sshKeyImported": {
+ "message": "SSH ključ uspješno uvezen"
+ },
"cannotRemoveViewOnlyCollections": {
"message": "S dopuštenjima samo za prikaz ne možeš ukloniti zbirke: $COLLECTIONS$",
"placeholders": {
@@ -5145,6 +5175,6 @@
"message": "Za korištenje biometrijskog otključavanja ažuriraj desktop aplikaciju ili nemogući otključavanje otiskom prsta u desktop aplikaciji."
},
"changeAtRiskPassword": {
- "message": "Change at-risk password"
+ "message": "Promijeni rizičnu lozinku"
}
}
diff --git a/apps/browser/src/_locales/hu/messages.json b/apps/browser/src/_locales/hu/messages.json
index 1d6ed06e719..ec313c2cd10 100644
--- a/apps/browser/src/_locales/hu/messages.json
+++ b/apps/browser/src/_locales/hu/messages.json
@@ -263,12 +263,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Adjuk meg fiók email címét és elküldésre kerül a jelszóra vonatkozó tipp."
},
- "passwordHint": {
- "message": "Jelszó emlékeztető"
- },
- "enterEmailToGetHint": {
- "message": "Írd be a felhasználóhoz kötött e-mail címed, hogy megkapd a mesterjelszó emlékeztetőt."
- },
"getMasterPasswordHint": {
"message": "Kérj mesterjelszó emlékeztetőt"
},
@@ -385,6 +379,15 @@
"editFolder": {
"message": "Mappa szerkesztése"
},
+ "editFolderWithName": {
+ "message": "Mappa szerkesztése: $FOLDERNAME$",
+ "placeholders": {
+ "foldername": {
+ "content": "$1",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "Új mappa"
},
@@ -901,6 +904,9 @@
"no": {
"message": "Nem"
},
+ "location": {
+ "message": "Hely"
+ },
"unexpectedError": {
"message": "Váratlan hiba történt."
},
@@ -1163,10 +1169,6 @@
"message": "Világos",
"description": "Light color"
},
- "solarizedDark": {
- "message": "Szolarizált sötét",
- "description": "'Solarized' is a noun and the name of a color scheme. It should not be translated."
- },
"exportFrom": {
"message": "Exportálás innen:"
},
@@ -1516,9 +1518,6 @@
"selfHostedEnvironment": {
"message": "Saját üzemeltetésű környezet"
},
- "selfHostedEnvironmentFooter": {
- "message": "A helyileg működtetett Bitwarden telepítés alap webcímének megadása."
- },
"selfHostedBaseUrlHint": {
"message": "Adjuk meg a helyileg tárolt Bitwarden telepítés alap webcímét. Példa: https://bitwarden.company.com"
},
@@ -1531,9 +1530,6 @@
"customEnvironment": {
"message": "Egyedi környezet"
},
- "customEnvironmentFooter": {
- "message": "Haladó felhasználóknak. Minden egyes szolgáltatás alap URL-jét külön megadhatod."
- },
"baseUrl": {
"message": "Szerver URL"
},
@@ -1671,6 +1667,9 @@
"dragToSort": {
"message": "Húzás a rendezéshez"
},
+ "dragToReorder": {
+ "message": "Átrendezés áthúzással"
+ },
"cfTypeText": {
"message": "Szöveg"
},
@@ -3008,6 +3007,15 @@
}
}
},
+ "exportingIndividualVaultWithAttachmentsDescription": {
+ "message": "Csak $EMAIL$ email címmel társított személyes széf elemek kerülnek exportálásra. Ebbe nem kerülnek be a szervezeti széf elemek.",
+ "placeholders": {
+ "email": {
+ "content": "$1",
+ "example": "name@example.com"
+ }
+ }
+ },
"exportingOrganizationVaultTitle": {
"message": "Szervezeti széf exportálása"
},
@@ -3273,15 +3281,6 @@
}
}
},
- "settingsEdited": {
- "message": "A beállítások szerkesztésre kerültek."
- },
- "environmentEditedClick": {
- "message": "Kattintás ide"
- },
- "environmentEditedReset": {
- "message": "az előre konfigurált beállítások visszaállításához."
- },
"serverVersion": {
"message": "Szerver verzió"
},
@@ -3312,12 +3311,6 @@
"loginWithMasterPassword": {
"message": "Bejelentkezés mesterjelszóval"
},
- "loggingInAs": {
- "message": "Bejelentkezve mint"
- },
- "notYou": {
- "message": "Ez tévedés?"
- },
"newAroundHere": {
"message": "Új felhasználó vagyunk?"
},
@@ -3327,9 +3320,6 @@
"loginWithDevice": {
"message": "Bejelentkezés eszközzel"
},
- "loginWithDeviceEnabledInfo": {
- "message": "Az eszközzel történő bejelentkezést a Biwarden mobilalkalmazás beállításaiban kell beállítani. Másik opcióra van szükség?"
- },
"fingerprintPhraseHeader": {
"message": "Ujjlenyomat kifejezés"
},
@@ -3342,9 +3332,6 @@
"viewAllLogInOptions": {
"message": "Összes bejelentkezési opció megtekintése"
},
- "viewAllLoginOptionsV1": {
- "message": "Összes bejelentkezési opció megtekintése"
- },
"notificationSentDevice": {
"message": "Egy értesítés lett elküldve az eszközre."
},
@@ -3486,9 +3473,6 @@
"requestAdminApproval": {
"message": "Adminisztrátori jóváhagyás kérés"
},
- "approveWithMasterPassword": {
- "message": "Jóváhagyás mesterjelszóval"
- },
"ssoIdentifierRequired": {
"message": "A szervezeti SSO azonosító megadása szükséges."
},
@@ -3535,9 +3519,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "A kérés elküldésre került az adminisztrátornak."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "A jóváhagyás után értesítés érkezik."
- },
"troubleLoggingIn": {
"message": "Probléma van a bejelentkezéssel?"
},
@@ -4298,6 +4279,20 @@
}
}
},
+ "viewItemTitleWithField": {
+ "message": "View item - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a link that opens a view for an item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"autofillTitle": {
"message": "Automatikus kitöltés - $ITEMNAME$",
"description": "Title for a button that autofills a login item.",
@@ -4308,6 +4303,20 @@
}
}
},
+ "autofillTitleWithField": {
+ "message": "Autofill - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a button that autofills a login item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"copyFieldValue": {
"message": "$FIELD$, $VALUE$ másolása",
"description": "Title for a button that copies a field value to the clipboard.",
@@ -4698,6 +4707,9 @@
}
}
},
+ "reorderWebsiteUriButton": {
+ "message": "A webhely URI átrendezése. A nyílbillentyűkkel mozgassuk az elemet felfelé vagy lefelé."
+ },
"reorderFieldUp": {
"message": "$LABEL$ feljebb került, $INDEX$/$LENGTH$ pozícióba",
"placeholders": {
@@ -4758,15 +4770,6 @@
"nothingSelected": {
"message": "You have not selected anything."
},
- "movedItemsToOrg": {
- "message": "Selected items moved to $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Items moved to $ORGNAME$",
"placeholders": {
@@ -5129,6 +5132,33 @@
"extraWide": {
"message": "Extra széles"
},
+ "sshKeyWrongPassword": {
+ "message": "A megadott jelszó helytelen."
+ },
+ "importSshKey": {
+ "message": "Importálás"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Jelszó megerősítése"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Adjuk meg az SSH kulcs jelszót."
+ },
+ "enterSshKeyPassword": {
+ "message": "Jelszó megadása"
+ },
+ "invalidSshKey": {
+ "message": "Az SSH kulcs érvénytelen."
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "Az SSH kulcstípus nem támogatott."
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Kulcs importálása vágólapból"
+ },
+ "sshKeyImported": {
+ "message": "Az SSH kulcs sikeresen importálásra került."
+ },
"cannotRemoveViewOnlyCollections": {
"message": "Nem távolíthatók el a csak megtekintési engedéllyel bíró gyűjtemények: $COLLECTIONS$",
"placeholders": {
diff --git a/apps/browser/src/_locales/id/messages.json b/apps/browser/src/_locales/id/messages.json
index ad13c5c0a47..daccc3d8272 100644
--- a/apps/browser/src/_locales/id/messages.json
+++ b/apps/browser/src/_locales/id/messages.json
@@ -81,7 +81,7 @@
"message": "Petunjuk Kata Sandi Utama (opsional)"
},
"passwordStrengthScore": {
- "message": "Password strength score $SCORE$",
+ "message": "Skor kekuatan kata sandi $SCORE$",
"placeholders": {
"score": {
"content": "$1",
@@ -186,7 +186,7 @@
"message": "Salin catatan"
},
"copy": {
- "message": "Copy",
+ "message": "Salin",
"description": "Copy to clipboard"
},
"fill": {
@@ -263,12 +263,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Masukkan alamat surel akun Anda dan petunjuk kata sandi Anda akan dikirimkan kepada Anda"
},
- "passwordHint": {
- "message": "Petunjuk Kata Sandi"
- },
- "enterEmailToGetHint": {
- "message": "Masukkan email akun Anda untuk menerima pentunjuk sandi utama Anda."
- },
"getMasterPasswordHint": {
"message": "Dapatkan petunjuk sandi utama"
},
@@ -385,6 +379,15 @@
"editFolder": {
"message": "Sunting Folder"
},
+ "editFolderWithName": {
+ "message": "Sunting folder: $FOLDERNAME$",
+ "placeholders": {
+ "foldername": {
+ "content": "$1",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "Folder baru"
},
@@ -459,16 +462,16 @@
"message": "Buat frasa sandi"
},
"passwordGenerated": {
- "message": "Password generated"
+ "message": "Kata sandi dibuat"
},
"passphraseGenerated": {
- "message": "Passphrase generated"
+ "message": "Frasa sandi dibuat"
},
"usernameGenerated": {
- "message": "Username generated"
+ "message": "Nama pengguna dibuat"
},
"emailGenerated": {
- "message": "Email generated"
+ "message": "Surel dibuat"
},
"regeneratePassword": {
"message": "Buat Ulang Kata Sandi"
@@ -650,13 +653,13 @@
"message": "Peramban Anda tidak mendukung menyalin clipboard dengan mudah. Salin secara manual."
},
"verifyYourIdentity": {
- "message": "Verify your identity"
+ "message": "Verifikasikan identitas Anda"
},
"weDontRecognizeThisDevice": {
- "message": "We don't recognize this device. Enter the code sent to your email to verify your identity."
+ "message": "Kami tidak mengenali perangkat ini. Masukkan kode yang dikirim ke surel Anda untuk memverifikasi identitas Anda."
},
"continueLoggingIn": {
- "message": "Continue logging in"
+ "message": "Lanjutkan log masuk"
},
"yourVaultIsLocked": {
"message": "Brankas Anda terkunci. Verifikasi kata sandi utama Anda untuk melanjutkan."
@@ -866,19 +869,19 @@
"message": "Masuk ke Bitwarden"
},
"enterTheCodeSentToYourEmail": {
- "message": "Enter the code sent to your email"
+ "message": "Masukkan kode yang dikirim ke surel Anda"
},
"enterTheCodeFromYourAuthenticatorApp": {
- "message": "Enter the code from your authenticator app"
+ "message": "Masukkan kode dari aplikasi autentikator Anda"
},
"pressYourYubiKeyToAuthenticate": {
- "message": "Press your YubiKey to authenticate"
+ "message": "Sentuh YubiKey Anda untuk mengautentikasi"
},
"duoTwoFactorRequiredPageSubtitle": {
- "message": "Duo two-step login is required for your account. Follow the steps below to finish logging in."
+ "message": "Log masuk dua langkah berganda diperlukan bagi akun Anda. Ikuti langkah di bawah untuk menyelesaikan log masuk."
},
"followTheStepsBelowToFinishLoggingIn": {
- "message": "Follow the steps below to finish logging in."
+ "message": "Ikuti langkah-langkah di bawah untuk menyelesaikan log masuk."
},
"restartRegistration": {
"message": "Mulai ulang pendaftaran"
@@ -901,6 +904,9 @@
"no": {
"message": "Tidak"
},
+ "location": {
+ "message": "Lokasi"
+ },
"unexpectedError": {
"message": "Terjadi kesalahan yang tak diduga."
},
@@ -1013,7 +1019,7 @@
"message": "Tanyakan untuk menambah sebuah benda jika benda itu tidak ditemukan di brankas Anda. Diterapkan ke seluruh akun yang telah masuk."
},
"showCardsInVaultViewV2": {
- "message": "Always show cards as Autofill suggestions on Vault view"
+ "message": "Selalu tampilan kartu sebagai saran isi otomatis pada tampilan Brankas"
},
"showCardsCurrentTab": {
"message": "Tamplikan kartu pada halaman Tab"
@@ -1022,7 +1028,7 @@
"message": "Buat tampilan daftar benda dari kartu pada halaman Tab untuk isi otomatis yang mudah."
},
"showIdentitiesInVaultViewV2": {
- "message": "Always show identities as Autofill suggestions on Vault view"
+ "message": "Selalu tampilan identitas sebagai saran isi otomatis pada tampilan Brankas"
},
"showIdentitiesCurrentTab": {
"message": "Tampilkan identitas pada halaman Tab"
@@ -1031,10 +1037,10 @@
"message": "Buat tampilan daftar benda dari identitas pada halaman Tab untuk isi otomatis yang mudah."
},
"clickToAutofillOnVault": {
- "message": "Click items to autofill on Vault view"
+ "message": "Klik butir untuk mengisi otomatis pada tampilan Brankas"
},
"clickToAutofill": {
- "message": "Click items in autofill suggestion to fill"
+ "message": "Klik butir dalam saran isi otomatis untuk mengisi"
},
"clearClipboard": {
"message": "Hapus Papan Klip",
@@ -1051,7 +1057,7 @@
"message": "Iya, Simpan Sekarang"
},
"loginSaveSuccessDetails": {
- "message": "$USERNAME$ saved to Bitwarden.",
+ "message": "$USERNAME$ disimpan ke Bitwarden.",
"placeholders": {
"username": {
"content": "$1"
@@ -1060,7 +1066,7 @@
"description": "Shown to user after login is saved."
},
"loginUpdatedSuccessDetails": {
- "message": "$USERNAME$ updated in Bitwarden.",
+ "message": "$USERNAME$ diperbarui di Bitwarden.",
"placeholders": {
"username": {
"content": "$1"
@@ -1069,35 +1075,35 @@
"description": "Shown to user after login is updated."
},
"saveAsNewLoginAction": {
- "message": "Save as new login",
+ "message": "Simpan sebagai log masuk baru",
"description": "Button text for saving login details as a new entry."
},
"updateLoginAction": {
- "message": "Update login",
+ "message": "Perbarui log masuk",
"description": "Button text for updating an existing login entry."
},
"saveLoginPrompt": {
- "message": "Save login?",
+ "message": "Simpan log masuk?",
"description": "Prompt asking the user if they want to save their login details."
},
"updateLoginPrompt": {
- "message": "Update existing login?",
+ "message": "Perbarui log masuk yang ada?",
"description": "Prompt asking the user if they want to update an existing login entry."
},
"loginSaveSuccess": {
- "message": "Login saved",
+ "message": "Log masuk disimpan",
"description": "Message displayed when login details are successfully saved."
},
"loginUpdateSuccess": {
- "message": "Login updated",
+ "message": "Log masuk diperbarui",
"description": "Message displayed when login details are successfully updated."
},
"saveFailure": {
- "message": "Error saving",
+ "message": "Kesalahan saat menyimpan",
"description": "Error message shown when the system fails to save login details."
},
"saveFailureDetails": {
- "message": "Oh no! We couldn't save this. Try entering the details manually.",
+ "message": "Oh tidak! Kami tidak bisa menyimpan ini. Cobalah memasukkan rincian secara manual.",
"description": "Detailed error message shown when saving login details fails."
},
"enableChangedPasswordNotification": {
@@ -1163,10 +1169,6 @@
"message": "Terang",
"description": "Light color"
},
- "solarizedDark": {
- "message": "Gelap Solarized",
- "description": "'Solarized' is a noun and the name of a color scheme. It should not be translated."
- },
"exportFrom": {
"message": "Ekspor dari"
},
@@ -1420,7 +1422,7 @@
"message": "Ingat saya"
},
"dontAskAgainOnThisDeviceFor30Days": {
- "message": "Don't ask again on this device for 30 days"
+ "message": "Jangan tanyakan lagi pada perangkat ini untuk 30 hari"
},
"sendVerificationCodeEmailAgain": {
"message": "Kirim ulang email kode verifikasi"
@@ -1429,11 +1431,11 @@
"message": "Gunakan metode masuk dua langkah lainnya"
},
"selectAnotherMethod": {
- "message": "Select another method",
+ "message": "Pilih metode lain",
"description": "Select another two-step login method"
},
"useYourRecoveryCode": {
- "message": "Use your recovery code"
+ "message": "Gunakan kode pemulihan Anda"
},
"insertYubiKey": {
"message": "Masukkan YubiKey Anda ke port USB komputer Anda, lalu sentuh tombolnya."
@@ -1448,16 +1450,16 @@
"message": "Buka tab baru"
},
"openInNewTab": {
- "message": "Open in new tab"
+ "message": "Buka dalam tab baru"
},
"webAuthnAuthenticate": {
"message": "Autentikasi dengan WebAuthn."
},
"readSecurityKey": {
- "message": "Read security key"
+ "message": "Baca kunci keamanan"
},
"awaitingSecurityKeyInteraction": {
- "message": "Awaiting security key interaction..."
+ "message": "Menunggu interaksi kunci keamanan..."
},
"loginUnavailable": {
"message": "Info Masuk Tidak Tersedia"
@@ -1472,7 +1474,7 @@
"message": "Opsi Info Masuk Dua Langkah"
},
"selectTwoStepLoginMethod": {
- "message": "Select two-step login method"
+ "message": "Pilih metode log masuk dua langkah"
},
"recoveryCodeDesc": {
"message": "Kehilangan akses ke semua penyedia dua faktor Anda? Gunakan kode pemulihan untuk menonaktifkan semua penyedia dua faktor dari akun Anda."
@@ -1516,9 +1518,6 @@
"selfHostedEnvironment": {
"message": "Lingkungan Penyedia Personal"
},
- "selfHostedEnvironmentFooter": {
- "message": "Tetapkan URL dasar penyedia personal pemasangan Bitwarden Anda."
- },
"selfHostedBaseUrlHint": {
"message": "Tentukan URL dasar dari pemasangan Bitwarden di server Anda. Contoh: https://bitwarden.company.com"
},
@@ -1531,9 +1530,6 @@
"customEnvironment": {
"message": "Lingkungan Khusus"
},
- "customEnvironmentFooter": {
- "message": "Untuk pengguna tingkat lanjut. Anda bisa menentukan basis dari URL masing-masing layanan secara independen."
- },
"baseUrl": {
"message": "URL Server"
},
@@ -1671,6 +1667,9 @@
"dragToSort": {
"message": "Seret untuk mengurutkan"
},
+ "dragToReorder": {
+ "message": "Seret untuk mengubah urutan"
+ },
"cfTypeText": {
"message": "Teks"
},
@@ -2145,7 +2144,7 @@
"message": "Pembuat nama pengguna"
},
"useThisEmail": {
- "message": "Use this email"
+ "message": "Pakai surel ini"
},
"useThisPassword": {
"message": "Gunakan kata sandi ini"
@@ -2165,7 +2164,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'"
},
"vaultCustomization": {
- "message": "Vault customization"
+ "message": "Penyesuaian brankas"
},
"vaultTimeoutAction": {
"message": "Tindakan Batas Waktu Brankas"
@@ -2174,13 +2173,13 @@
"message": "Batas waktu tindakan"
},
"newCustomizationOptionsCalloutTitle": {
- "message": "New customization options"
+ "message": "Opsi penyesuaian baru"
},
"newCustomizationOptionsCalloutContent": {
- "message": "Customize your vault experience with quick copy actions, compact mode, and more!"
+ "message": "Sesuaikan pengalaman brankas Anda dengan aksi salin cepat, mode kompak, dan lainnya!"
},
"newCustomizationOptionsCalloutLink": {
- "message": "View all Appearance settings"
+ "message": "Lihat semua pengaturan Penampilan"
},
"lock": {
"message": "Kunci",
@@ -2438,10 +2437,10 @@
"description": "A category title describing the concept of web domains"
},
"blockedDomains": {
- "message": "Blocked domains"
+ "message": "Domain terblokir"
},
"learnMoreAboutBlockedDomains": {
- "message": "Learn more about blocked domains"
+ "message": "Pelajari lebih lanjut tentang domain yang diblokir"
},
"excludedDomains": {
"message": "Domain yang Dikecualikan"
@@ -2453,19 +2452,19 @@
"message": "Bitwarden tidak akan meminta untuk menyimpan rincian login untuk domain tersebut. Anda harus menyegarkan halaman agar perubahan diterapkan."
},
"blockedDomainsDesc": {
- "message": "Autofill and other related features will not be offered for these websites. You must refresh the page for changes to take effect."
+ "message": "Isi otomatis dan fitur terkait lain tidak akan ditawarkan bagi situs-situs web ini. Anda mesti menyegarkan halaman agar perubahan berdampak."
},
"autofillBlockedNoticeV2": {
- "message": "Autofill is blocked for this website."
+ "message": "Isi otomatis diblokir bagi situs web ini."
},
"autofillBlockedNoticeGuidance": {
- "message": "Change this in settings"
+ "message": "Ubah ini di pengaturan"
},
"change": {
- "message": "Change"
+ "message": "Ubah"
},
"changeButtonTitle": {
- "message": "Change password - $ITEMNAME$",
+ "message": "Ubah kata sandi - $ITEMNAME$",
"placeholders": {
"itemname": {
"content": "$1",
@@ -2474,10 +2473,10 @@
}
},
"atRiskPasswords": {
- "message": "At-risk passwords"
+ "message": "Kata sandi yang berrisiko"
},
"atRiskPasswordDescSingleOrg": {
- "message": "$ORGANIZATION$ is requesting you change one password because it is at-risk.",
+ "message": "$ORGANIZATION$ meminta Ada mengubah satu kata sandi karena itu berrisiko.",
"placeholders": {
"organization": {
"content": "$1",
@@ -2486,7 +2485,7 @@
}
},
"atRiskPasswordsDescSingleOrgPlural": {
- "message": "$ORGANIZATION$ is requesting you change the $COUNT$ passwords because they are at-risk.",
+ "message": "$ORGANIZATION$ meminta Anda mengubah $COUNT$ kata sandi karena mereka berrisiko.",
"placeholders": {
"organization": {
"content": "$1",
@@ -2499,7 +2498,7 @@
}
},
"atRiskPasswordsDescMultiOrgPlural": {
- "message": "Your organizations are requesting you change the $COUNT$ passwords because they are at-risk.",
+ "message": "Organisasi Anda meminta Anda mengubah $COUNT$ kata sandi karena mereka berrisiko.",
"placeholders": {
"count": {
"content": "$1",
@@ -2508,10 +2507,10 @@
}
},
"reviewAndChangeAtRiskPassword": {
- "message": "Review and change one at-risk password"
+ "message": "Tinjau dan ubah satu kata sandi berrisiko"
},
"reviewAndChangeAtRiskPasswordsPlural": {
- "message": "Review and change $COUNT$ at-risk passwords",
+ "message": "Tinjau dan ubah $COUNT$ kata sandi berrisiko",
"placeholders": {
"count": {
"content": "$1",
@@ -2520,7 +2519,7 @@
}
},
"changeAtRiskPasswordsFaster": {
- "message": "Change at-risk passwords faster"
+ "message": "Ubah lebih cepat kata sandi yang berrisiko"
},
"changeAtRiskPasswordsFasterDesc": {
"message": "Update your settings so you can quickly autofill your passwords and generate new ones"
@@ -2529,14 +2528,14 @@
"message": "Review at-risk logins"
},
"reviewAtRiskPasswords": {
- "message": "Review at-risk passwords"
+ "message": "Tinjau kata sandi yang berrisiko"
},
"reviewAtRiskLoginsSlideDesc": {
- "message": "Your organization passwords are at-risk because they are weak, reused, and/or exposed.",
+ "message": "Kata sandi organisasi Anda berrisiko karena mereka lemah, dipakai ulang, dan/atau terpapar.",
"description": "Description of the review at-risk login slide on the at-risk password page carousel"
},
"reviewAtRiskLoginSlideImgAlt": {
- "message": "Illustration of a list of logins that are at-risk"
+ "message": "Ilustrasi dari daftar log masuk yang berrisiko"
},
"generatePasswordSlideDesc": {
"message": "Quickly generate a strong, unique password with the Bitwarden autofill menu on the at-risk site.",
@@ -2562,7 +2561,7 @@
"message": "Turned on autofill"
},
"dismiss": {
- "message": "Dismiss"
+ "message": "Tutup"
},
"websiteItemLabel": {
"message": "Situs web $number$ (URI)",
@@ -2583,7 +2582,7 @@
}
},
"blockedDomainsSavedSuccess": {
- "message": "Blocked domain changes saved"
+ "message": "Perubahan domain yang diblokir disimpan"
},
"excludedDomainsSavedSuccess": {
"message": "Perubahan domain yang diabaikan telah disimpan"
@@ -3008,6 +3007,15 @@
}
}
},
+ "exportingIndividualVaultWithAttachmentsDescription": {
+ "message": "Only the individual vault items including attachments associated with $EMAIL$ will be exported. Organization vault items will not be included",
+ "placeholders": {
+ "email": {
+ "content": "$1",
+ "example": "name@example.com"
+ }
+ }
+ },
"exportingOrganizationVaultTitle": {
"message": "Mengekspor brankas organisasi"
},
@@ -3024,17 +3032,17 @@
"message": "Galat"
},
"decryptionError": {
- "message": "Decryption error"
+ "message": "Kesalahan dekripsi"
},
"couldNotDecryptVaultItemsBelow": {
- "message": "Bitwarden could not decrypt the vault item(s) listed below."
+ "message": "Bitwarden tidak bisa mendekripsi butir brankas yang tercantum di bawah."
},
"contactCSToAvoidDataLossPart1": {
"message": "Contact customer success",
"description": "This is part of a larger sentence. The full sentence will read 'Contact customer success to avoid additional data loss.'"
},
"contactCSToAvoidDataLossPart2": {
- "message": "to avoid additional data loss.",
+ "message": "untuk menghindari lanjutan hilang data.",
"description": "This is part of a larger sentence. The full sentence will read 'Contact customer success to avoid additional data loss.'"
},
"generateUsername": {
@@ -3169,7 +3177,7 @@
}
},
"forwaderInvalidOperation": {
- "message": "$SERVICENAME$ refused your request. Please contact your service provider for assistance.",
+ "message": "$SERVICENAME$ menolak permintaan Anda. Harap hubungi penyedia layanan Anda untuk bantuan.",
"description": "Displayed when the user is forbidden from using the API by the forwarding service.",
"placeholders": {
"servicename": {
@@ -3179,7 +3187,7 @@
}
},
"forwaderInvalidOperationWithMessage": {
- "message": "$SERVICENAME$ refused your request: $ERRORMESSAGE$",
+ "message": "$SERVICENAME$ menolak permintaan Anda: $ERRORMESSAGE$",
"description": "Displayed when the user is forbidden from using the API by the forwarding service with an error message.",
"placeholders": {
"servicename": {
@@ -3273,15 +3281,6 @@
}
}
},
- "settingsEdited": {
- "message": "Pengaturan telah disunting"
- },
- "environmentEditedClick": {
- "message": "Tekan di sini"
- },
- "environmentEditedReset": {
- "message": "untuk mengatur ulang ke pengaturan awal"
- },
"serverVersion": {
"message": "Versi server"
},
@@ -3312,12 +3311,6 @@
"loginWithMasterPassword": {
"message": "Masuk dengan kata sandi utama"
},
- "loggingInAs": {
- "message": "Masuk sebagai"
- },
- "notYou": {
- "message": "Bukan Anda?"
- },
"newAroundHere": {
"message": "Baru di sini?"
},
@@ -3327,9 +3320,6 @@
"loginWithDevice": {
"message": "Masuk dengan perangkat"
},
- "loginWithDeviceEnabledInfo": {
- "message": "Masuk dengan perangkat harus diatur di pengaturan aplikasi Bitwarden. Perlu pilihan lainnya?"
- },
"fingerprintPhraseHeader": {
"message": "Frasa sidik jari"
},
@@ -3342,20 +3332,17 @@
"viewAllLogInOptions": {
"message": "Lihat semua pilihan masuk"
},
- "viewAllLoginOptionsV1": {
- "message": "Lihat semua pilihan masuk"
- },
"notificationSentDevice": {
"message": "Sebuah pemberitahuan dikirim ke perangkat Anda."
},
"notificationSentDevicePart1": {
- "message": "Unlock Bitwarden on your device or on the"
+ "message": "Buka kunci Bitwarden pada perangkat Anda atau pada"
},
"notificationSentDeviceAnchor": {
- "message": "web app"
+ "message": "aplikasi web"
},
"notificationSentDevicePart2": {
- "message": "Make sure the Fingerprint phrase matches the one below before approving."
+ "message": "Pastikan frasa Sidik Jari cocok dengan yang di bawah sebelum menyetujui."
},
"aNotificationWasSentToYourDevice": {
"message": "Sebuah pemberitahuan telah dikirim ke perangkat Anda"
@@ -3370,7 +3357,7 @@
"message": "Memulai login"
},
"logInRequestSent": {
- "message": "Request sent"
+ "message": "Permintaan terkirim"
},
"exposedMasterPassword": {
"message": "Kata Sandi Utama yang Terpapar"
@@ -3486,9 +3473,6 @@
"requestAdminApproval": {
"message": "Minta persetujuan admin"
},
- "approveWithMasterPassword": {
- "message": "Setujui dengan kata sandi utama"
- },
"ssoIdentifierRequired": {
"message": "Pengenal SSO organisasi diperlukan."
},
@@ -3535,9 +3519,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "Permintaan Anda telah dikirim ke admin Anda."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "Anda akan diberitahu setelah disetujui."
- },
"troubleLoggingIn": {
"message": "Kesulitan masuk?"
},
@@ -4108,7 +4089,7 @@
"message": "Akun aktif"
},
"bitwardenAccount": {
- "message": "Bitwarden account"
+ "message": "Akun Bitwarden"
},
"availableAccounts": {
"message": "Akun yang tersedia"
@@ -4231,10 +4212,10 @@
"message": "Kunci sandi dihapus"
},
"autofillSuggestions": {
- "message": "Autofill suggestions"
+ "message": "Saran isi otomatis"
},
"itemSuggestions": {
- "message": "Suggested items"
+ "message": "Butir yang disarankan"
},
"autofillSuggestionsTip": {
"message": "Simpan benda login untuk situs ini ke isi otomatis"
@@ -4298,6 +4279,20 @@
}
}
},
+ "viewItemTitleWithField": {
+ "message": "View item - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a link that opens a view for an item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"autofillTitle": {
"message": "Isi otomatis - $ITEMNAME$",
"description": "Title for a button that autofills a login item.",
@@ -4308,8 +4303,22 @@
}
}
},
+ "autofillTitleWithField": {
+ "message": "Autofill - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a button that autofills a login item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"copyFieldValue": {
- "message": "Copy $FIELD$, $VALUE$",
+ "message": "Salin $FIELD$, $VALUE$",
"description": "Title for a button that copies a field value to the clipboard.",
"placeholders": {
"field": {
@@ -4698,6 +4707,9 @@
}
}
},
+ "reorderWebsiteUriButton": {
+ "message": "Reorder website URI. Use arrow key to move item up or down."
+ },
"reorderFieldUp": {
"message": "$LABEL$ moved up, position $INDEX$ of $LENGTH$",
"placeholders": {
@@ -4758,15 +4770,6 @@
"nothingSelected": {
"message": "You have not selected anything."
},
- "movedItemsToOrg": {
- "message": "Selected items moved to $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Items moved to $ORGNAME$",
"placeholders": {
@@ -4803,7 +4806,7 @@
}
},
"itemLocation": {
- "message": "Item Location"
+ "message": "Lokasi Item"
},
"fileSend": {
"message": "File Send"
@@ -4818,7 +4821,7 @@
"message": "Text Sends"
},
"accountActions": {
- "message": "Account actions"
+ "message": "Tindakan akun"
},
"showNumberOfAutofillSuggestions": {
"message": "Show number of login autofill suggestions on extension icon"
@@ -4827,22 +4830,22 @@
"message": "Show quick copy actions on Vault"
},
"systemDefault": {
- "message": "System default"
+ "message": "Baku sistem"
},
"enterprisePolicyRequirementsApplied": {
- "message": "Enterprise policy requirements have been applied to this setting"
+ "message": "Persyaratan kebijakan perusahaan telah diterapkan ke pengaturan ini"
},
"sshPrivateKey": {
- "message": "Private key"
+ "message": "Kunci privat"
},
"sshPublicKey": {
- "message": "Public key"
+ "message": "Kunci publik"
},
"sshFingerprint": {
- "message": "Fingerprint"
+ "message": "Sidik jari"
},
"sshKeyAlgorithm": {
- "message": "Key type"
+ "message": "Tipe kunci"
},
"sshKeyAlgorithmED25519": {
"message": "ED25519"
@@ -4857,7 +4860,7 @@
"message": "RSA 4096-Bit"
},
"retry": {
- "message": "Retry"
+ "message": "Coba lagi"
},
"vaultCustomTimeoutMinimum": {
"message": "Minimum custom timeout is 1 minute."
@@ -4869,7 +4872,7 @@
"message": "File saved to device. Manage from your device downloads."
},
"showCharacterCount": {
- "message": "Show character count"
+ "message": "Tunjukkan cacah karakter"
},
"hideCharacterCount": {
"message": "Hide character count"
@@ -4930,15 +4933,15 @@
"description": "Heading for the password generator within the inline menu"
},
"passwordRegenerated": {
- "message": "Password regenerated",
+ "message": "Kata sandi dibuat ulang",
"description": "Notification message for when a password has been regenerated"
},
"saveLoginToBitwarden": {
- "message": "Save login to Bitwarden?",
+ "message": "Simpan log masuk ke Bitwarden?",
"description": "Confirmation message for saving a login to Bitwarden"
},
"spaceCharacterDescriptor": {
- "message": "Space",
+ "message": "Spasi",
"description": "Represents the space key in screen reader content as a readable word"
},
"tildeCharacterDescriptor": {
@@ -5085,22 +5088,22 @@
"message": "Beta"
},
"importantNotice": {
- "message": "Important notice"
+ "message": "Pemberitahuan penting"
},
"setupTwoStepLogin": {
- "message": "Set up two-step login"
+ "message": "Siapkan log masuk dua langkah"
},
"newDeviceVerificationNoticeContentPage1": {
- "message": "Bitwarden will send a code to your account email to verify logins from new devices starting in February 2025."
+ "message": "Bitwarden akan mengirim suatu kode ke akun surel Anda untuk memverifikasi log masuk dari perangkat baru sejak Februari 2025."
},
"newDeviceVerificationNoticeContentPage2": {
- "message": "You can set up two-step login as an alternative way to protect your account or change your email to one you can access."
+ "message": "Anda dapat menyiapkan log masuk dua langkah sebagai cara alternatif untuk melindungi akun Anda atau mengubah surel Anda ke yang bisa Anda akses."
},
"remindMeLater": {
- "message": "Remind me later"
+ "message": "Ingatkan saya nanti"
},
"newDeviceVerificationNoticePageOneFormContent": {
- "message": "Do you have reliable access to your email, $EMAIL$?",
+ "message": "Apakah Anda punya akses yang handal ke surel Anda, $EMAIL$?",
"placeholders": {
"email": {
"content": "$1",
@@ -5109,16 +5112,16 @@
}
},
"newDeviceVerificationNoticePageOneEmailAccessNo": {
- "message": "No, I do not"
+ "message": "Tidak"
},
"newDeviceVerificationNoticePageOneEmailAccessYes": {
- "message": "Yes, I can reliably access my email"
+ "message": "Ya, saya dapat mengakses surel saya secara handla"
},
"turnOnTwoStepLogin": {
- "message": "Turn on two-step login"
+ "message": "Nyalakan log masuk dua langkah"
},
"changeAcctEmail": {
- "message": "Change account email"
+ "message": "Ubah surel akun"
},
"extensionWidth": {
"message": "Lebar ekstensi"
@@ -5129,6 +5132,33 @@
"extraWide": {
"message": "Ekstra lebar"
},
+ "sshKeyWrongPassword": {
+ "message": "Kata sandi yang Anda masukkan tidak benar."
+ },
+ "importSshKey": {
+ "message": "Impor"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Konfirmasi kata sandi"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Masukkan kata sandi untuk kunci SSH."
+ },
+ "enterSshKeyPassword": {
+ "message": "Masukkan kata sandi"
+ },
+ "invalidSshKey": {
+ "message": "Kunci SSH tidak valid"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "Tipe kunci SSH tidak didukung"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Impor kunci dari papan klip"
+ },
+ "sshKeyImported": {
+ "message": "Kunci SSH sukses diimpor"
+ },
"cannotRemoveViewOnlyCollections": {
"message": "Anda tidak dapat menghapus koleksi dengan izin hanya lihat: $COLLECTIONS$",
"placeholders": {
@@ -5139,12 +5169,12 @@
}
},
"updateDesktopAppOrDisableFingerprintDialogTitle": {
- "message": "Please update your desktop application"
+ "message": "Harap perbarui aplikasi desktop Anda"
},
"updateDesktopAppOrDisableFingerprintDialogMessage": {
- "message": "To use biometric unlock, please update your desktop application, or disable fingerprint unlock in the desktop settings."
+ "message": "Untuk memakai pembuka kunci biometrik, harap perbarui aplikasi desktop Anda, atau matikan buka kunci sidik jari dalam pengaturan desktop."
},
"changeAtRiskPassword": {
- "message": "Change at-risk password"
+ "message": "Ubah kata sandi yang berrisiko"
}
}
diff --git a/apps/browser/src/_locales/it/messages.json b/apps/browser/src/_locales/it/messages.json
index 3dc55022c0c..b18acbc79b8 100644
--- a/apps/browser/src/_locales/it/messages.json
+++ b/apps/browser/src/_locales/it/messages.json
@@ -20,7 +20,7 @@
"message": "Crea account"
},
"newToBitwarden": {
- "message": "Nuovo in Bitwarden?"
+ "message": "Sei un nuovo utente?"
},
"logInWithPasskey": {
"message": "Accedi con passkey"
@@ -29,7 +29,7 @@
"message": "Usa il Single Sign-On"
},
"welcomeBack": {
- "message": "Bentornato"
+ "message": "Bentornat*"
},
"setAStrongPassword": {
"message": "Imposta una password robusta"
@@ -62,7 +62,7 @@
"message": "Un suggerimento per la password principale può aiutarti a ricordarla se la dimentichi."
},
"masterPassHintText": {
- "message": "Se dimentichi la password, il suggerimento password può essere inviato alla tua email. $CURRENT$/$MAXIMUM$ massimo carattere.",
+ "message": "Se dimentichi la password, il suggerimento password può essere inviato alla tua email. Attualmente $CURRENT$ caratteri, massimo $MAXIMUM$.",
"placeholders": {
"current": {
"content": "$1",
@@ -81,7 +81,7 @@
"message": "Suggerimento per la password principale (facoltativo)"
},
"passwordStrengthScore": {
- "message": "Valutazione complessità parola d'accesso $SCORE$",
+ "message": "Complessità password: $SCORE$",
"placeholders": {
"score": {
"content": "$1",
@@ -159,7 +159,7 @@
"message": "Copia numero passaporto"
},
"copyLicenseNumber": {
- "message": "Copia numero licenza"
+ "message": "Copia numero patente"
},
"copyPrivateKey": {
"message": "Copia chiave privata"
@@ -186,7 +186,7 @@
"message": "Copia note"
},
"copy": {
- "message": "Copy",
+ "message": "Copia",
"description": "Copy to clipboard"
},
"fill": {
@@ -206,10 +206,10 @@
"message": "Riempi automaticamente identità"
},
"fillVerificationCode": {
- "message": "Riempi codice di verifica"
+ "message": "Inserisci codice di verifica"
},
"fillVerificationCodeAria": {
- "message": "Riempi Codice di Verifica",
+ "message": "Inserisci codice di verifica",
"description": "Aria label for the heading displayed the inline menu for totp code autofill"
},
"generatePasswordCopied": {
@@ -252,7 +252,7 @@
"message": "Aggiungi elemento"
},
"accountEmail": {
- "message": "Email dell'account"
+ "message": "Account email"
},
"requestHint": {
"message": "Richiedi suggerimento"
@@ -263,12 +263,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Inserisci l'indirizzo email dell'account e ti invieremo il tuo suggerimento per la password"
},
- "passwordHint": {
- "message": "Suggerimento per la password"
- },
- "enterEmailToGetHint": {
- "message": "Inserisci l'indirizzo email del tuo account per ricevere il suggerimento per la password principale."
- },
"getMasterPasswordHint": {
"message": "Ottieni suggerimento della password principale"
},
@@ -385,6 +379,15 @@
"editFolder": {
"message": "Modifica cartella"
},
+ "editFolderWithName": {
+ "message": "Modifica cartella: $FOLDERNAME$",
+ "placeholders": {
+ "foldername": {
+ "content": "$1",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "Nuova cartella"
},
@@ -653,7 +656,7 @@
"message": "Verifica la tua identità"
},
"weDontRecognizeThisDevice": {
- "message": "Non riconosciamo questo dispositivo. Inserisci il codice inviato alla tua e-mail per verificare la tua identità."
+ "message": "Inserisci il codice inviato alla tua e-mail per verificare la tua identità."
},
"continueLoggingIn": {
"message": "Continua l'accesso"
@@ -872,7 +875,7 @@
"message": "Inserisci il codice dalla tua app di autenticazione"
},
"pressYourYubiKeyToAuthenticate": {
- "message": "Premi la tua chiave Yubi per autenticare"
+ "message": "Premi la tua YubiKey per accedere"
},
"duoTwoFactorRequiredPageSubtitle": {
"message": "Il login Duo in due passaggi è richiesto per il tuo account. Segui i passaggi qui sotto per completare l'accesso."
@@ -881,7 +884,7 @@
"message": "Segui i passaggi qui sotto per completare l'accesso."
},
"restartRegistration": {
- "message": "Riprova la registrazione"
+ "message": "Ricomincia la registrazione"
},
"expiredLink": {
"message": "Link scaduto"
@@ -901,6 +904,9 @@
"no": {
"message": "No"
},
+ "location": {
+ "message": "Luogo"
+ },
"unexpectedError": {
"message": "Si è verificato un errore imprevisto."
},
@@ -917,7 +923,7 @@
"message": "Rendi il tuo account più sicuro impostando l'autenticazione a due fattori nell'app web di Bitwarden."
},
"twoStepLoginConfirmationTitle": {
- "message": "Aprire web app?"
+ "message": "Vuoi continuare sulla web app?"
},
"editedFolder": {
"message": "Cartella salvata"
@@ -1163,10 +1169,6 @@
"message": "Chiaro",
"description": "Light color"
},
- "solarizedDark": {
- "message": "Scuro solarizzato",
- "description": "'Solarized' is a noun and the name of a color scheme. It should not be translated."
- },
"exportFrom": {
"message": "Esporta da"
},
@@ -1516,9 +1518,6 @@
"selfHostedEnvironment": {
"message": "Ambiente self-hosted"
},
- "selfHostedEnvironmentFooter": {
- "message": "Specifica l'URL principale della tua installazione self-hosted di Bitwarden."
- },
"selfHostedBaseUrlHint": {
"message": "Specifica lo URL principale della tua installazione self-hosted di Bitwarden. Esempio: https://bitwarden.company.com"
},
@@ -1531,9 +1530,6 @@
"customEnvironment": {
"message": "Ambiente personalizzato"
},
- "customEnvironmentFooter": {
- "message": "Per utenti avanzati. Puoi specificare l'URL principale di ogni servizio indipendentemente."
- },
"baseUrl": {
"message": "URL del server"
},
@@ -1671,6 +1667,9 @@
"dragToSort": {
"message": "Trascina per ordinare"
},
+ "dragToReorder": {
+ "message": "Trascina per riordinare"
+ },
"cfTypeText": {
"message": "Testo"
},
@@ -2441,7 +2440,7 @@
"message": "Domini bloccati"
},
"learnMoreAboutBlockedDomains": {
- "message": "Learn more about blocked domains"
+ "message": "Info sui domini bloccati"
},
"excludedDomains": {
"message": "Domini esclusi"
@@ -2453,7 +2452,7 @@
"message": "Bitwarden non chiederà di salvare le credenziali di accesso per questi domini per tutti gli account sul dispositivo. Ricarica la pagina affinché le modifiche abbiano effetto."
},
"blockedDomainsDesc": {
- "message": "Per questi siti, l'auto-completamento e funzionalità simili non saranno disponibili. Ricarica la pagina per applicare le modifiche."
+ "message": "Per questi siti, riempimento automatico e funzionalità simili non saranno disponibili. Ricarica la pagina per applicare le modifiche."
},
"autofillBlockedNoticeV2": {
"message": "La compilazione automatica è bloccata per questo sito."
@@ -3008,6 +3007,15 @@
}
}
},
+ "exportingIndividualVaultWithAttachmentsDescription": {
+ "message": "Only the individual vault items including attachments associated with $EMAIL$ will be exported. Organization vault items will not be included",
+ "placeholders": {
+ "email": {
+ "content": "$1",
+ "example": "name@example.com"
+ }
+ }
+ },
"exportingOrganizationVaultTitle": {
"message": "Esportando cassaforte dell'organizzazione"
},
@@ -3273,15 +3281,6 @@
}
}
},
- "settingsEdited": {
- "message": "Impostazioni modificate"
- },
- "environmentEditedClick": {
- "message": "Clicca qui"
- },
- "environmentEditedReset": {
- "message": "per ritornare alle impostazioni preconfigurate"
- },
"serverVersion": {
"message": "Versione server"
},
@@ -3312,12 +3311,6 @@
"loginWithMasterPassword": {
"message": "Accedi con password principale"
},
- "loggingInAs": {
- "message": "Accedendo come"
- },
- "notYou": {
- "message": "Non sei tu?"
- },
"newAroundHere": {
"message": "Nuovo da queste parti?"
},
@@ -3327,9 +3320,6 @@
"loginWithDevice": {
"message": "Accedi con dispositivo"
},
- "loginWithDeviceEnabledInfo": {
- "message": "L'accesso con dispositivo deve essere abilitato nelle impostazioni dell'app Bitwarden. Ti serve un'altra opzione?"
- },
"fingerprintPhraseHeader": {
"message": "Frase impronta"
},
@@ -3342,9 +3332,6 @@
"viewAllLogInOptions": {
"message": "Visualizza tutte le opzioni di accesso"
},
- "viewAllLoginOptionsV1": {
- "message": "Visualizza tutte le opzioni di accesso"
- },
"notificationSentDevice": {
"message": "Una notifica è stata inviata al tuo dispositivo."
},
@@ -3486,9 +3473,6 @@
"requestAdminApproval": {
"message": "Richiedi approvazione dell'amministratore"
},
- "approveWithMasterPassword": {
- "message": "Approva con password principale"
- },
"ssoIdentifierRequired": {
"message": "Identificatore SSO dell'organizzazione obbligatorio."
},
@@ -3535,9 +3519,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "La tua richiesta è stata inviata al tuo amministratore."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "Riceverai una notifica una volta approvato."
- },
"troubleLoggingIn": {
"message": "Problemi ad accedere?"
},
@@ -4298,6 +4279,20 @@
}
}
},
+ "viewItemTitleWithField": {
+ "message": "View item - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a link that opens a view for an item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"autofillTitle": {
"message": "Riempi automaticamente - $ITEMNAME$",
"description": "Title for a button that autofills a login item.",
@@ -4308,6 +4303,20 @@
}
}
},
+ "autofillTitleWithField": {
+ "message": "Autofill - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a button that autofills a login item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"copyFieldValue": {
"message": "Copia $FIELD$, $VALUE$",
"description": "Title for a button that copies a field value to the clipboard.",
@@ -4698,6 +4707,9 @@
}
}
},
+ "reorderWebsiteUriButton": {
+ "message": "Riordina l'URI del sito web. Usa il tasto freccia per spostare l'elemento su o giù."
+ },
"reorderFieldUp": {
"message": "$LABEL$ spostato su, in posizione $INDEX$ di $LENGTH$",
"placeholders": {
@@ -4758,15 +4770,6 @@
"nothingSelected": {
"message": "Non hai selezionato nulla."
},
- "movedItemsToOrg": {
- "message": "Elementi selezionati spostati in $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Elementi spostati su $ORGNAME$",
"placeholders": {
@@ -5129,6 +5132,33 @@
"extraWide": {
"message": "Molto larga"
},
+ "sshKeyWrongPassword": {
+ "message": "La parola d'accesso inserita non è corretta."
+ },
+ "importSshKey": {
+ "message": "Importa"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Conferma parola d'accesso"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Inserisci la parola d'accesso per la chiave SSH."
+ },
+ "enterSshKeyPassword": {
+ "message": "Inserisci parola d'accesso"
+ },
+ "invalidSshKey": {
+ "message": "La chiave SSH non è valida"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "Il tipo di chiave SSH non è supportato"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Importa chiave dagli Appunti"
+ },
+ "sshKeyImported": {
+ "message": "Chiave SSH importata correttamente"
+ },
"cannotRemoveViewOnlyCollections": {
"message": "Non puoi rimuovere raccolte con i soli permessi di visualizzazione: $COLLECTIONS$",
"placeholders": {
diff --git a/apps/browser/src/_locales/ja/messages.json b/apps/browser/src/_locales/ja/messages.json
index 38d2dbe00cb..a6dd0f709a2 100644
--- a/apps/browser/src/_locales/ja/messages.json
+++ b/apps/browser/src/_locales/ja/messages.json
@@ -81,7 +81,7 @@
"message": "マスターパスワードのヒント (省略可能)"
},
"passwordStrengthScore": {
- "message": "Password strength score $SCORE$",
+ "message": "パスワードの強度スコア $SCORE$",
"placeholders": {
"score": {
"content": "$1",
@@ -186,7 +186,7 @@
"message": "メモをコピー"
},
"copy": {
- "message": "Copy",
+ "message": "コピー",
"description": "Copy to clipboard"
},
"fill": {
@@ -263,12 +263,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "アカウントのメールアドレスを入力すると、パスワードのヒントが送信されます"
},
- "passwordHint": {
- "message": "パスワードのヒント"
- },
- "enterEmailToGetHint": {
- "message": "マスターパスワードのヒントを受信するアカウントのメールアドレスを入力してください。"
- },
"getMasterPasswordHint": {
"message": "マスターパスワードのヒントを取得する"
},
@@ -385,6 +379,15 @@
"editFolder": {
"message": "フォルダーを編集"
},
+ "editFolderWithName": {
+ "message": "フォルダーを編集: $FOLDERNAME$",
+ "placeholders": {
+ "foldername": {
+ "content": "$1",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "新しいフォルダー"
},
@@ -459,16 +462,16 @@
"message": "パスフレーズを生成"
},
"passwordGenerated": {
- "message": "Password generated"
+ "message": "パスワードを生成しました"
},
"passphraseGenerated": {
- "message": "Passphrase generated"
+ "message": "パスフレーズを生成しました"
},
"usernameGenerated": {
- "message": "Username generated"
+ "message": "ユーザー名を生成しました"
},
"emailGenerated": {
- "message": "Email generated"
+ "message": "メールアドレスを生成しました"
},
"regeneratePassword": {
"message": "パスワードの再生成"
@@ -650,13 +653,13 @@
"message": "お使いのブラウザはクリップボードへのコピーに対応していません。手動でコピーしてください"
},
"verifyYourIdentity": {
- "message": "Verify your identity"
+ "message": "本人確認"
},
"weDontRecognizeThisDevice": {
- "message": "We don't recognize this device. Enter the code sent to your email to verify your identity."
+ "message": "このデバイスは未確認です。本人確認のため、メールアドレスに送信されたコードを入力してください。"
},
"continueLoggingIn": {
- "message": "Continue logging in"
+ "message": "ログインを続ける"
},
"yourVaultIsLocked": {
"message": "保管庫がロックされています。続行するには本人確認を行ってください。"
@@ -866,19 +869,19 @@
"message": "Bitwarden にログイン"
},
"enterTheCodeSentToYourEmail": {
- "message": "Enter the code sent to your email"
+ "message": "メールアドレスに送信されたコードを入力してください"
},
"enterTheCodeFromYourAuthenticatorApp": {
- "message": "Enter the code from your authenticator app"
+ "message": "認証アプリに表示されているコードを入力してください"
},
"pressYourYubiKeyToAuthenticate": {
- "message": "Press your YubiKey to authenticate"
+ "message": "YubiKey を押して認証してください"
},
"duoTwoFactorRequiredPageSubtitle": {
- "message": "Duo two-step login is required for your account. Follow the steps below to finish logging in."
+ "message": "このアカウントでは Duo 二段階認証を行う必要があります。以下の手順に従ってログインを完了してください。"
},
"followTheStepsBelowToFinishLoggingIn": {
- "message": "Follow the steps below to finish logging in."
+ "message": "以下の手順に従ってログインを完了してください。"
},
"restartRegistration": {
"message": "登録を再度始める"
@@ -901,6 +904,9 @@
"no": {
"message": "いいえ"
},
+ "location": {
+ "message": "場所"
+ },
"unexpectedError": {
"message": "予期せぬエラーが発生しました。"
},
@@ -1013,7 +1019,7 @@
"message": "保管庫にアイテムが見つからない場合は、アイテムを追加するよう要求します。ログインしているすべてのアカウントに適用されます。"
},
"showCardsInVaultViewV2": {
- "message": "Always show cards as Autofill suggestions on Vault view"
+ "message": "保管庫ビューの自動入力の候補として、カードを常に表示する"
},
"showCardsCurrentTab": {
"message": "タブページにカードを表示"
@@ -1022,7 +1028,7 @@
"message": "自動入力を簡単にするために、タブページにカードアイテムを表示します"
},
"showIdentitiesInVaultViewV2": {
- "message": "Always show identities as Autofill suggestions on Vault view"
+ "message": "保管庫ビューの自動入力の候補として、 ID を常に表示する"
},
"showIdentitiesCurrentTab": {
"message": "タブページに ID を表示"
@@ -1034,7 +1040,7 @@
"message": "保管庫で、自動入力するアイテムをクリックしてください"
},
"clickToAutofill": {
- "message": "Click items in autofill suggestion to fill"
+ "message": "入力候補のアイテムをクリックして自動入力する"
},
"clearClipboard": {
"message": "クリップボードの消去",
@@ -1051,7 +1057,7 @@
"message": "保存する"
},
"loginSaveSuccessDetails": {
- "message": "$USERNAME$ saved to Bitwarden.",
+ "message": "$USERNAME$ を Bitwarden に保存しました。",
"placeholders": {
"username": {
"content": "$1"
@@ -1060,7 +1066,7 @@
"description": "Shown to user after login is saved."
},
"loginUpdatedSuccessDetails": {
- "message": "$USERNAME$ updated in Bitwarden.",
+ "message": "$USERNAME$ を Bitwarden 内で更新しました。",
"placeholders": {
"username": {
"content": "$1"
@@ -1069,35 +1075,35 @@
"description": "Shown to user after login is updated."
},
"saveAsNewLoginAction": {
- "message": "Save as new login",
+ "message": "新規のログイン情報として保存",
"description": "Button text for saving login details as a new entry."
},
"updateLoginAction": {
- "message": "Update login",
+ "message": "ログイン情報を更新",
"description": "Button text for updating an existing login entry."
},
"saveLoginPrompt": {
- "message": "Save login?",
+ "message": "ログイン情報を保存しますか?",
"description": "Prompt asking the user if they want to save their login details."
},
"updateLoginPrompt": {
- "message": "Update existing login?",
+ "message": "既存のログイン情報を更新しますか?",
"description": "Prompt asking the user if they want to update an existing login entry."
},
"loginSaveSuccess": {
- "message": "Login saved",
+ "message": "ログイン情報を保存しました",
"description": "Message displayed when login details are successfully saved."
},
"loginUpdateSuccess": {
- "message": "Login updated",
+ "message": "ログイン情報が更新されました",
"description": "Message displayed when login details are successfully updated."
},
"saveFailure": {
- "message": "Error saving",
+ "message": "保存エラー",
"description": "Error message shown when the system fails to save login details."
},
"saveFailureDetails": {
- "message": "Oh no! We couldn't save this. Try entering the details manually.",
+ "message": "保存できませんでした。詳細を手動で入力してください。",
"description": "Detailed error message shown when saving login details fails."
},
"enableChangedPasswordNotification": {
@@ -1163,10 +1169,6 @@
"message": "ライト",
"description": "Light color"
},
- "solarizedDark": {
- "message": "Solarized ダーク",
- "description": "'Solarized' is a noun and the name of a color scheme. It should not be translated."
- },
"exportFrom": {
"message": "エクスポート元"
},
@@ -1420,7 +1422,7 @@
"message": "情報を保存する"
},
"dontAskAgainOnThisDeviceFor30Days": {
- "message": "Don't ask again on this device for 30 days"
+ "message": "このデバイスで30日間再表示しない"
},
"sendVerificationCodeEmailAgain": {
"message": "確認コードをメールで再送"
@@ -1429,11 +1431,11 @@
"message": "他の2段階認証方法を使用"
},
"selectAnotherMethod": {
- "message": "Select another method",
+ "message": "別の方法を選択",
"description": "Select another two-step login method"
},
"useYourRecoveryCode": {
- "message": "Use your recovery code"
+ "message": "リカバリーコードを使用する"
},
"insertYubiKey": {
"message": " YubiKey を USB ポートに挿入し、ボタンをタッチしてください。"
@@ -1448,16 +1450,16 @@
"message": "新しいタブを開く"
},
"openInNewTab": {
- "message": "Open in new tab"
+ "message": "新しいタブで開く"
},
"webAuthnAuthenticate": {
"message": "WebAuthn の認証"
},
"readSecurityKey": {
- "message": "Read security key"
+ "message": "セキュリティキーの読み取り"
},
"awaitingSecurityKeyInteraction": {
- "message": "Awaiting security key interaction..."
+ "message": "セキュリティキーとの通信を待ち受け中…"
},
"loginUnavailable": {
"message": "ログインできません。"
@@ -1472,7 +1474,7 @@
"message": "2段階認証オプション"
},
"selectTwoStepLoginMethod": {
- "message": "Select two-step login method"
+ "message": "2段階認証の方法を選択"
},
"recoveryCodeDesc": {
"message": "すべての2段階認証プロパイダにアクセスできなくなったときは、リカバリーコードを使用するとアカウントの2段階認証を無効化できます。"
@@ -1516,9 +1518,6 @@
"selfHostedEnvironment": {
"message": "セルフホスティング環境"
},
- "selfHostedEnvironmentFooter": {
- "message": "セルフホスティングしている Bitwarden のベース URL を指定してください。"
- },
"selfHostedBaseUrlHint": {
"message": "オンプレミスホストした Bitwarden のベース URL を指定してください。例: https://bitwarden.company.com"
},
@@ -1531,9 +1530,6 @@
"customEnvironment": {
"message": "カスタム環境"
},
- "customEnvironmentFooter": {
- "message": "上級者向けです。各サービスのベース URL を個別に指定できます。"
- },
"baseUrl": {
"message": "サーバー URL"
},
@@ -1671,6 +1667,9 @@
"dragToSort": {
"message": "ドラッグして並べ替え"
},
+ "dragToReorder": {
+ "message": "ドラッグして並べ替え"
+ },
"cfTypeText": {
"message": "テキスト"
},
@@ -2145,7 +2144,7 @@
"message": "ユーザー名生成ツール"
},
"useThisEmail": {
- "message": "Use this email"
+ "message": "このメールアドレスを使う"
},
"useThisPassword": {
"message": "このパスワードを使用する"
@@ -2165,7 +2164,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'"
},
"vaultCustomization": {
- "message": "Vault customization"
+ "message": "保管庫のカスタマイズ"
},
"vaultTimeoutAction": {
"message": "保管庫タイムアウト時のアクション"
@@ -2174,13 +2173,13 @@
"message": "タイムアウト時のアクション"
},
"newCustomizationOptionsCalloutTitle": {
- "message": "New customization options"
+ "message": "新しいカスタマイズオプション"
},
"newCustomizationOptionsCalloutContent": {
- "message": "Customize your vault experience with quick copy actions, compact mode, and more!"
+ "message": "クイックコピーやコンパクトモードなどで保管庫をカスタマイズできます!"
},
"newCustomizationOptionsCalloutLink": {
- "message": "View all Appearance settings"
+ "message": "すべての外観設定を表示"
},
"lock": {
"message": "ロック",
@@ -2438,10 +2437,10 @@
"description": "A category title describing the concept of web domains"
},
"blockedDomains": {
- "message": "Blocked domains"
+ "message": "ブロックしたドメイン"
},
"learnMoreAboutBlockedDomains": {
- "message": "Learn more about blocked domains"
+ "message": "ブロックされたドメインについてもっと詳しく"
},
"excludedDomains": {
"message": "除外するドメイン"
@@ -2453,19 +2452,19 @@
"message": "Bitwarden はログインしているすべてのアカウントで、これらのドメインのログイン情報を保存するよう要求しません。 変更を有効にするにはページを更新する必要があります。"
},
"blockedDomainsDesc": {
- "message": "Autofill and other related features will not be offered for these websites. You must refresh the page for changes to take effect."
+ "message": "自動入力やその他の関連機能はこれらのウェブサイトには提供されません。変更を反映するにはページを更新する必要があります。"
},
"autofillBlockedNoticeV2": {
- "message": "Autofill is blocked for this website."
+ "message": "このウェブサイトへの自動入力はブロックされています。"
},
"autofillBlockedNoticeGuidance": {
- "message": "Change this in settings"
+ "message": "設定でこれを変更する"
},
"change": {
- "message": "Change"
+ "message": "変更"
},
"changeButtonTitle": {
- "message": "Change password - $ITEMNAME$",
+ "message": "パスワードの変更 - $ITEMNAME$",
"placeholders": {
"itemname": {
"content": "$1",
@@ -2474,10 +2473,10 @@
}
},
"atRiskPasswords": {
- "message": "At-risk passwords"
+ "message": "リスクがあるパスワード"
},
"atRiskPasswordDescSingleOrg": {
- "message": "$ORGANIZATION$ is requesting you change one password because it is at-risk.",
+ "message": "$ORGANIZATION$ から、 1 件の危険なパスワードを変更するよう求められています。",
"placeholders": {
"organization": {
"content": "$1",
@@ -2486,7 +2485,7 @@
}
},
"atRiskPasswordsDescSingleOrgPlural": {
- "message": "$ORGANIZATION$ is requesting you change the $COUNT$ passwords because they are at-risk.",
+ "message": "$ORGANIZATION$ から、 $COUNT$ 件の危険なパスワードを変更するよう求められています。",
"placeholders": {
"organization": {
"content": "$1",
@@ -2499,7 +2498,7 @@
}
},
"atRiskPasswordsDescMultiOrgPlural": {
- "message": "Your organizations are requesting you change the $COUNT$ passwords because they are at-risk.",
+ "message": "複数の所属先組織から、 $COUNT$ 件の危険なパスワードを変更するよう求められています。",
"placeholders": {
"count": {
"content": "$1",
@@ -2508,10 +2507,10 @@
}
},
"reviewAndChangeAtRiskPassword": {
- "message": "Review and change one at-risk password"
+ "message": "1 件の危険なパスワードを確認・変更する"
},
"reviewAndChangeAtRiskPasswordsPlural": {
- "message": "Review and change $COUNT$ at-risk passwords",
+ "message": "$COUNT$ 件の危険なパスワードを確認・変更する",
"placeholders": {
"count": {
"content": "$1",
@@ -2520,49 +2519,49 @@
}
},
"changeAtRiskPasswordsFaster": {
- "message": "Change at-risk passwords faster"
+ "message": "危険なパスワードをより素早く変更する"
},
"changeAtRiskPasswordsFasterDesc": {
- "message": "Update your settings so you can quickly autofill your passwords and generate new ones"
+ "message": "設定を更新して、パスワードを素早く自動入力したり、新しいパスワードを生成できるようにしましょう"
},
"reviewAtRiskLogins": {
- "message": "Review at-risk logins"
+ "message": "危険な状態のログイン情報を確認"
},
"reviewAtRiskPasswords": {
- "message": "Review at-risk passwords"
+ "message": "危険な状態のパスワードを確認"
},
"reviewAtRiskLoginsSlideDesc": {
- "message": "Your organization passwords are at-risk because they are weak, reused, and/or exposed.",
+ "message": "組織で使用するパスワードが脆弱である、または再利用されているか流出しており、危険な状態です。",
"description": "Description of the review at-risk login slide on the at-risk password page carousel"
},
"reviewAtRiskLoginSlideImgAlt": {
- "message": "Illustration of a list of logins that are at-risk"
+ "message": "危険な状態にあるログイン情報の一覧表示の例"
},
"generatePasswordSlideDesc": {
- "message": "Quickly generate a strong, unique password with the Bitwarden autofill menu on the at-risk site.",
+ "message": "Bitwarden の自動入力メニューで、強力で一意なパスワードをすぐに生成しましょう。",
"description": "Description of the generate password slide on the at-risk password page carousel"
},
"generatePasswordSlideImgAlt": {
- "message": "Illustration of the Bitwarden autofill menu displaying a generated password"
+ "message": "Bitwarden の自動入力メニューで、生成されたパスワードが表示されている例"
},
"updateInBitwarden": {
- "message": "Update in Bitwarden"
+ "message": "Bitwarden 上のデータを更新"
},
"updateInBitwardenSlideDesc": {
- "message": "Bitwarden will then prompt you to update the password in the password manager.",
+ "message": "続いて、 Bitwarden がパスワードマネージャーに保存されたパスワードを更新するよう促します。",
"description": "Description of the update in Bitwarden slide on the at-risk password page carousel"
},
"updateInBitwardenSlideImgAlt": {
- "message": "Illustration of a Bitwarden’s notification prompting the user to update the login"
+ "message": "ユーザーにログイン情報を更新するよう促す Bitwarden の通知例"
},
"turnOnAutofill": {
- "message": "Turn on autofill"
+ "message": "自動入力をオンにする"
},
"turnedOnAutofill": {
- "message": "Turned on autofill"
+ "message": "自動入力をオンにしました"
},
"dismiss": {
- "message": "Dismiss"
+ "message": "閉じる"
},
"websiteItemLabel": {
"message": "ウェブサイト $number$ (URI)",
@@ -2583,7 +2582,7 @@
}
},
"blockedDomainsSavedSuccess": {
- "message": "Blocked domain changes saved"
+ "message": "ブロックするドメインの変更を保存しました"
},
"excludedDomainsSavedSuccess": {
"message": "除外ドメインの変更を保存しました"
@@ -3008,6 +3007,15 @@
}
}
},
+ "exportingIndividualVaultWithAttachmentsDescription": {
+ "message": "$EMAIL$ に関連付けられた個人用保管庫のアイテムのみが、添付ファイルを含めてエクスポートされます。組織用保管庫のアイテムは含まれません。",
+ "placeholders": {
+ "email": {
+ "content": "$1",
+ "example": "name@example.com"
+ }
+ }
+ },
"exportingOrganizationVaultTitle": {
"message": "組織保管庫のエクスポート"
},
@@ -3024,17 +3032,17 @@
"message": "エラー"
},
"decryptionError": {
- "message": "Decryption error"
+ "message": "復号エラー"
},
"couldNotDecryptVaultItemsBelow": {
- "message": "Bitwarden could not decrypt the vault item(s) listed below."
+ "message": "Bitwarden は以下の保管庫のアイテムを復号できませんでした。"
},
"contactCSToAvoidDataLossPart1": {
- "message": "Contact customer success",
+ "message": "カスタマーサクセスに問い合わせて、",
"description": "This is part of a larger sentence. The full sentence will read 'Contact customer success to avoid additional data loss.'"
},
"contactCSToAvoidDataLossPart2": {
- "message": "to avoid additional data loss.",
+ "message": "さらなるデータ損失を回避してください。",
"description": "This is part of a larger sentence. The full sentence will read 'Contact customer success to avoid additional data loss.'"
},
"generateUsername": {
@@ -3169,7 +3177,7 @@
}
},
"forwaderInvalidOperation": {
- "message": "$SERVICENAME$ refused your request. Please contact your service provider for assistance.",
+ "message": "$SERVICENAME$ はリクエストを拒否しました。サービスプロバイダーにお問い合わせください。",
"description": "Displayed when the user is forbidden from using the API by the forwarding service.",
"placeholders": {
"servicename": {
@@ -3179,7 +3187,7 @@
}
},
"forwaderInvalidOperationWithMessage": {
- "message": "$SERVICENAME$ refused your request: $ERRORMESSAGE$",
+ "message": "$SERVICENAME$ があなたのリクエストを拒否しました: $ERRORMESSAGE$",
"description": "Displayed when the user is forbidden from using the API by the forwarding service with an error message.",
"placeholders": {
"servicename": {
@@ -3273,15 +3281,6 @@
}
}
},
- "settingsEdited": {
- "message": "設定を更新しました"
- },
- "environmentEditedClick": {
- "message": "ここをクリック"
- },
- "environmentEditedReset": {
- "message": "すると初期設定に戻します"
- },
"serverVersion": {
"message": "サーバーのバージョン"
},
@@ -3312,12 +3311,6 @@
"loginWithMasterPassword": {
"message": "マスターパスワードでログイン"
},
- "loggingInAs": {
- "message": "ログイン中:"
- },
- "notYou": {
- "message": "あなたではないですか?"
- },
"newAroundHere": {
"message": "初めてですか?"
},
@@ -3327,9 +3320,6 @@
"loginWithDevice": {
"message": "デバイスでログイン"
},
- "loginWithDeviceEnabledInfo": {
- "message": "Bitwarden アプリの設定でデバイスでログインする必要があります。別のオプションが必要ですか?"
- },
"fingerprintPhraseHeader": {
"message": "パスフレーズ"
},
@@ -3342,20 +3332,17 @@
"viewAllLogInOptions": {
"message": "すべてのログインオプションを表示"
},
- "viewAllLoginOptionsV1": {
- "message": "すべてのログインオプションを表示"
- },
"notificationSentDevice": {
"message": "デバイスに通知を送信しました。"
},
"notificationSentDevicePart1": {
- "message": "Unlock Bitwarden on your device or on the"
+ "message": "デバイスまたは"
},
"notificationSentDeviceAnchor": {
- "message": "web app"
+ "message": "ウェブアプリ"
},
"notificationSentDevicePart2": {
- "message": "Make sure the Fingerprint phrase matches the one below before approving."
+ "message": "上で、Bitwarden をロック解除してください。承認する前に、フィンガープリントフレーズが以下と一致していることを確認してください。"
},
"aNotificationWasSentToYourDevice": {
"message": "お使いのデバイスに通知が送信されました"
@@ -3370,7 +3357,7 @@
"message": "ログイン開始"
},
"logInRequestSent": {
- "message": "Request sent"
+ "message": "リクエストが送信されました"
},
"exposedMasterPassword": {
"message": "流出したマスターパスワード"
@@ -3486,9 +3473,6 @@
"requestAdminApproval": {
"message": "管理者の承認を要求する"
},
- "approveWithMasterPassword": {
- "message": "マスターパスワードで承認する"
- },
"ssoIdentifierRequired": {
"message": "組織の SSO ID が必要です。"
},
@@ -3535,9 +3519,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "要求を管理者に送信しました。"
},
- "youWillBeNotifiedOnceApproved": {
- "message": "承認されると通知されます。 "
- },
"troubleLoggingIn": {
"message": "ログインできない場合"
},
@@ -4108,7 +4089,7 @@
"message": "アクティブなアカウント"
},
"bitwardenAccount": {
- "message": "Bitwarden account"
+ "message": "Bitwarden アカウント"
},
"availableAccounts": {
"message": "利用可能なアカウント"
@@ -4231,10 +4212,10 @@
"message": "パスキーを削除しました"
},
"autofillSuggestions": {
- "message": "Autofill suggestions"
+ "message": "自動入力の候補"
},
"itemSuggestions": {
- "message": "Suggested items"
+ "message": "推奨アイテム"
},
"autofillSuggestionsTip": {
"message": "自動入力するためにこのサイトのログインアイテムを保存します"
@@ -4298,6 +4279,20 @@
}
}
},
+ "viewItemTitleWithField": {
+ "message": "View item - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a link that opens a view for an item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"autofillTitle": {
"message": "自動入力 - $ITEMNAME$",
"description": "Title for a button that autofills a login item.",
@@ -4308,8 +4303,22 @@
}
}
},
+ "autofillTitleWithField": {
+ "message": "Autofill - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a button that autofills a login item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"copyFieldValue": {
- "message": "Copy $FIELD$, $VALUE$",
+ "message": "$FIELD$ 「$VALUE$」 をコピー",
"description": "Title for a button that copies a field value to the clipboard.",
"placeholders": {
"field": {
@@ -4698,6 +4707,9 @@
}
}
},
+ "reorderWebsiteUriButton": {
+ "message": "ウェブサイトの URI の順序を変更します。矢印キーを押すとアイテムを上下に移動します。"
+ },
"reorderFieldUp": {
"message": "$LABEL$ を上に移動しました。$INDEX$ / $LENGTH$",
"placeholders": {
@@ -4758,15 +4770,6 @@
"nothingSelected": {
"message": "何も選択されていません。"
},
- "movedItemsToOrg": {
- "message": "選択したアイテムを $ORGNAME$ に移動しました",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "アイテムを $ORGNAME$ に移動しました",
"placeholders": {
@@ -4896,22 +4899,22 @@
"message": "このアイテムを編集する権限がありません"
},
"biometricsStatusHelptextUnlockNeeded": {
- "message": "Biometric unlock is unavailable because PIN or password unlock is required first."
+ "message": "PINまたはパスワードによるロック解除が最初に必要なため、生体認証によるロック解除は利用できません。"
},
"biometricsStatusHelptextHardwareUnavailable": {
- "message": "Biometric unlock is currently unavailable."
+ "message": "生体認証によるロック解除は現在利用できません。"
},
"biometricsStatusHelptextAutoSetupNeeded": {
- "message": "Biometric unlock is unavailable due to misconfigured system files."
+ "message": "システムファイルの設定が誤っているため、生体認証によるロック解除は利用できません。"
},
"biometricsStatusHelptextManualSetupNeeded": {
- "message": "Biometric unlock is unavailable due to misconfigured system files."
+ "message": "システムファイルの設定が誤っているため、生体認証によるロック解除は利用できません。"
},
"biometricsStatusHelptextDesktopDisconnected": {
- "message": "Biometric unlock is unavailable because the Bitwarden desktop app is closed."
+ "message": "Bitwarden デスクトップアプリが閉じているため、生体認証によるロック解除は利用できません。"
},
"biometricsStatusHelptextNotEnabledInDesktop": {
- "message": "Biometric unlock is unavailable because it is not enabled for $EMAIL$ in the Bitwarden desktop app.",
+ "message": "生体認証による $EMAIL$ のロック解除は、 Bitwarden デスクトップアプリ上で有効になっていないため、利用できません。",
"placeholders": {
"email": {
"content": "$1",
@@ -4920,7 +4923,7 @@
}
},
"biometricsStatusHelptextUnavailableReasonUnknown": {
- "message": "Biometric unlock is currently unavailable for an unknown reason."
+ "message": "生体認証によるロック解除は、不明な理由により現在利用できません。"
},
"authenticating": {
"message": "認証中"
@@ -5100,7 +5103,7 @@
"message": "後で再通知"
},
"newDeviceVerificationNoticePageOneFormContent": {
- "message": "新しいメールアドレス $EMAIL$ はあなたが管理しているものですか?",
+ "message": "メールアドレス $EMAIL$ は、確実にアクセスできるものですか?",
"placeholders": {
"email": {
"content": "$1",
@@ -5129,6 +5132,33 @@
"extraWide": {
"message": "エクストラワイド"
},
+ "sshKeyWrongPassword": {
+ "message": "入力されたパスワードが間違っています。"
+ },
+ "importSshKey": {
+ "message": "インポート"
+ },
+ "confirmSshKeyPassword": {
+ "message": "パスワードを確認"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "SSH キーのパスワードを入力します。"
+ },
+ "enterSshKeyPassword": {
+ "message": "パスワードを入力"
+ },
+ "invalidSshKey": {
+ "message": "SSH キーが無効です"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "サポートされていない種類の SSH キーです"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "クリップボードからキーをインポート"
+ },
+ "sshKeyImported": {
+ "message": "SSH キーのインポートに成功しました"
+ },
"cannotRemoveViewOnlyCollections": {
"message": "表示のみの権限が与えられているコレクションを削除することはできません: $COLLECTIONS$",
"placeholders": {
@@ -5139,12 +5169,12 @@
}
},
"updateDesktopAppOrDisableFingerprintDialogTitle": {
- "message": "Please update your desktop application"
+ "message": "デスクトップアプリを更新してください"
},
"updateDesktopAppOrDisableFingerprintDialogMessage": {
- "message": "To use biometric unlock, please update your desktop application, or disable fingerprint unlock in the desktop settings."
+ "message": "生体認証によるロック解除を使用するには、デスクトップアプリを更新するか、デスクトップの設定で指紋認証によるロック解除を無効にしてください。"
},
"changeAtRiskPassword": {
- "message": "Change at-risk password"
+ "message": "危険なパスワードの変更"
}
}
diff --git a/apps/browser/src/_locales/ka/messages.json b/apps/browser/src/_locales/ka/messages.json
index 1b99bb7ab7a..0e11594faac 100644
--- a/apps/browser/src/_locales/ka/messages.json
+++ b/apps/browser/src/_locales/ka/messages.json
@@ -263,12 +263,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Enter your account email address and your password hint will be sent to you"
},
- "passwordHint": {
- "message": "Password hint"
- },
- "enterEmailToGetHint": {
- "message": "Enter your account email address to receive your master password hint."
- },
"getMasterPasswordHint": {
"message": "Get master password hint"
},
@@ -385,6 +379,15 @@
"editFolder": {
"message": "საქაღალდის ჩასწორება"
},
+ "editFolderWithName": {
+ "message": "Edit folder: $FOLDERNAME$",
+ "placeholders": {
+ "foldername": {
+ "content": "$1",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "ახალი საქაღალდე"
},
@@ -901,6 +904,9 @@
"no": {
"message": "არა"
},
+ "location": {
+ "message": "Location"
+ },
"unexpectedError": {
"message": "An unexpected error has occurred."
},
@@ -1163,10 +1169,6 @@
"message": "ღია",
"description": "Light color"
},
- "solarizedDark": {
- "message": "სოლარიზებული მუქი",
- "description": "'Solarized' is a noun and the name of a color scheme. It should not be translated."
- },
"exportFrom": {
"message": "Export from"
},
@@ -1516,9 +1518,6 @@
"selfHostedEnvironment": {
"message": "Self-hosted environment"
},
- "selfHostedEnvironmentFooter": {
- "message": "Specify the base URL of your on-premises hosted Bitwarden installation."
- },
"selfHostedBaseUrlHint": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation. Example: https://bitwarden.company.com"
},
@@ -1531,9 +1530,6 @@
"customEnvironment": {
"message": "Custom environment"
},
- "customEnvironmentFooter": {
- "message": "For advanced users. You can specify the base URL of each service independently."
- },
"baseUrl": {
"message": "სერვერის URL"
},
@@ -1671,6 +1667,9 @@
"dragToSort": {
"message": "Drag to sort"
},
+ "dragToReorder": {
+ "message": "Drag to reorder"
+ },
"cfTypeText": {
"message": "ტექსტი"
},
@@ -3008,6 +3007,15 @@
}
}
},
+ "exportingIndividualVaultWithAttachmentsDescription": {
+ "message": "Only the individual vault items including attachments associated with $EMAIL$ will be exported. Organization vault items will not be included",
+ "placeholders": {
+ "email": {
+ "content": "$1",
+ "example": "name@example.com"
+ }
+ }
+ },
"exportingOrganizationVaultTitle": {
"message": "Exporting organization vault"
},
@@ -3273,15 +3281,6 @@
}
}
},
- "settingsEdited": {
- "message": "Settings have been edited"
- },
- "environmentEditedClick": {
- "message": "დააწკაპუნეთ აქ"
- },
- "environmentEditedReset": {
- "message": "to reset to pre-configured settings"
- },
"serverVersion": {
"message": "სერვერის ვერსია"
},
@@ -3312,12 +3311,6 @@
"loginWithMasterPassword": {
"message": "Log in with master password"
},
- "loggingInAs": {
- "message": "Logging in as"
- },
- "notYou": {
- "message": "Not you?"
- },
"newAroundHere": {
"message": "New around here?"
},
@@ -3327,9 +3320,6 @@
"loginWithDevice": {
"message": "Log in with device"
},
- "loginWithDeviceEnabledInfo": {
- "message": "Log in with device must be set up in the settings of the Bitwarden app. Need another option?"
- },
"fingerprintPhraseHeader": {
"message": "Fingerprint phrase"
},
@@ -3342,9 +3332,6 @@
"viewAllLogInOptions": {
"message": "View all log in options"
},
- "viewAllLoginOptionsV1": {
- "message": "View all log in options"
- },
"notificationSentDevice": {
"message": "A notification has been sent to your device."
},
@@ -3486,9 +3473,6 @@
"requestAdminApproval": {
"message": "Request admin approval"
},
- "approveWithMasterPassword": {
- "message": "Approve with master password"
- },
"ssoIdentifierRequired": {
"message": "Organization SSO identifier is required."
},
@@ -3535,9 +3519,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "Your request has been sent to your admin."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "You will be notified once approved."
- },
"troubleLoggingIn": {
"message": "Trouble logging in?"
},
@@ -4298,6 +4279,20 @@
}
}
},
+ "viewItemTitleWithField": {
+ "message": "View item - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a link that opens a view for an item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"autofillTitle": {
"message": "Autofill - $ITEMNAME$",
"description": "Title for a button that autofills a login item.",
@@ -4308,6 +4303,20 @@
}
}
},
+ "autofillTitleWithField": {
+ "message": "Autofill - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a button that autofills a login item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"copyFieldValue": {
"message": "Copy $FIELD$, $VALUE$",
"description": "Title for a button that copies a field value to the clipboard.",
@@ -4698,6 +4707,9 @@
}
}
},
+ "reorderWebsiteUriButton": {
+ "message": "Reorder website URI. Use arrow key to move item up or down."
+ },
"reorderFieldUp": {
"message": "$LABEL$ moved up, position $INDEX$ of $LENGTH$",
"placeholders": {
@@ -4758,15 +4770,6 @@
"nothingSelected": {
"message": "You have not selected anything."
},
- "movedItemsToOrg": {
- "message": "Selected items moved to $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Items moved to $ORGNAME$",
"placeholders": {
@@ -5129,6 +5132,33 @@
"extraWide": {
"message": "Extra wide"
},
+ "sshKeyWrongPassword": {
+ "message": "The password you entered is incorrect."
+ },
+ "importSshKey": {
+ "message": "Import"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Confirm password"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Enter the password for the SSH key."
+ },
+ "enterSshKeyPassword": {
+ "message": "Enter password"
+ },
+ "invalidSshKey": {
+ "message": "The SSH key is invalid"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "The SSH key type is not supported"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Import key from clipboard"
+ },
+ "sshKeyImported": {
+ "message": "SSH key imported successfully"
+ },
"cannotRemoveViewOnlyCollections": {
"message": "You cannot remove collections with View only permissions: $COLLECTIONS$",
"placeholders": {
diff --git a/apps/browser/src/_locales/km/messages.json b/apps/browser/src/_locales/km/messages.json
index bfce2ae3757..0c087ef7de9 100644
--- a/apps/browser/src/_locales/km/messages.json
+++ b/apps/browser/src/_locales/km/messages.json
@@ -263,12 +263,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Enter your account email address and your password hint will be sent to you"
},
- "passwordHint": {
- "message": "Password hint"
- },
- "enterEmailToGetHint": {
- "message": "Enter your account email address to receive your master password hint."
- },
"getMasterPasswordHint": {
"message": "Get master password hint"
},
@@ -385,6 +379,15 @@
"editFolder": {
"message": "Edit folder"
},
+ "editFolderWithName": {
+ "message": "Edit folder: $FOLDERNAME$",
+ "placeholders": {
+ "foldername": {
+ "content": "$1",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "New folder"
},
@@ -901,6 +904,9 @@
"no": {
"message": "No"
},
+ "location": {
+ "message": "Location"
+ },
"unexpectedError": {
"message": "An unexpected error has occurred."
},
@@ -1163,10 +1169,6 @@
"message": "Light",
"description": "Light color"
},
- "solarizedDark": {
- "message": "Solarized dark",
- "description": "'Solarized' is a noun and the name of a color scheme. It should not be translated."
- },
"exportFrom": {
"message": "Export from"
},
@@ -1516,9 +1518,6 @@
"selfHostedEnvironment": {
"message": "Self-hosted environment"
},
- "selfHostedEnvironmentFooter": {
- "message": "Specify the base URL of your on-premises hosted Bitwarden installation."
- },
"selfHostedBaseUrlHint": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation. Example: https://bitwarden.company.com"
},
@@ -1531,9 +1530,6 @@
"customEnvironment": {
"message": "Custom environment"
},
- "customEnvironmentFooter": {
- "message": "For advanced users. You can specify the base URL of each service independently."
- },
"baseUrl": {
"message": "Server URL"
},
@@ -1671,6 +1667,9 @@
"dragToSort": {
"message": "Drag to sort"
},
+ "dragToReorder": {
+ "message": "Drag to reorder"
+ },
"cfTypeText": {
"message": "Text"
},
@@ -3008,6 +3007,15 @@
}
}
},
+ "exportingIndividualVaultWithAttachmentsDescription": {
+ "message": "Only the individual vault items including attachments associated with $EMAIL$ will be exported. Organization vault items will not be included",
+ "placeholders": {
+ "email": {
+ "content": "$1",
+ "example": "name@example.com"
+ }
+ }
+ },
"exportingOrganizationVaultTitle": {
"message": "Exporting organization vault"
},
@@ -3273,15 +3281,6 @@
}
}
},
- "settingsEdited": {
- "message": "Settings have been edited"
- },
- "environmentEditedClick": {
- "message": "Click here"
- },
- "environmentEditedReset": {
- "message": "to reset to pre-configured settings"
- },
"serverVersion": {
"message": "Server version"
},
@@ -3312,12 +3311,6 @@
"loginWithMasterPassword": {
"message": "Log in with master password"
},
- "loggingInAs": {
- "message": "Logging in as"
- },
- "notYou": {
- "message": "Not you?"
- },
"newAroundHere": {
"message": "New around here?"
},
@@ -3327,9 +3320,6 @@
"loginWithDevice": {
"message": "Log in with device"
},
- "loginWithDeviceEnabledInfo": {
- "message": "Log in with device must be set up in the settings of the Bitwarden app. Need another option?"
- },
"fingerprintPhraseHeader": {
"message": "Fingerprint phrase"
},
@@ -3342,9 +3332,6 @@
"viewAllLogInOptions": {
"message": "View all log in options"
},
- "viewAllLoginOptionsV1": {
- "message": "View all log in options"
- },
"notificationSentDevice": {
"message": "A notification has been sent to your device."
},
@@ -3486,9 +3473,6 @@
"requestAdminApproval": {
"message": "Request admin approval"
},
- "approveWithMasterPassword": {
- "message": "Approve with master password"
- },
"ssoIdentifierRequired": {
"message": "Organization SSO identifier is required."
},
@@ -3535,9 +3519,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "Your request has been sent to your admin."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "You will be notified once approved."
- },
"troubleLoggingIn": {
"message": "Trouble logging in?"
},
@@ -4298,6 +4279,20 @@
}
}
},
+ "viewItemTitleWithField": {
+ "message": "View item - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a link that opens a view for an item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"autofillTitle": {
"message": "Autofill - $ITEMNAME$",
"description": "Title for a button that autofills a login item.",
@@ -4308,6 +4303,20 @@
}
}
},
+ "autofillTitleWithField": {
+ "message": "Autofill - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a button that autofills a login item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"copyFieldValue": {
"message": "Copy $FIELD$, $VALUE$",
"description": "Title for a button that copies a field value to the clipboard.",
@@ -4698,6 +4707,9 @@
}
}
},
+ "reorderWebsiteUriButton": {
+ "message": "Reorder website URI. Use arrow key to move item up or down."
+ },
"reorderFieldUp": {
"message": "$LABEL$ moved up, position $INDEX$ of $LENGTH$",
"placeholders": {
@@ -4758,15 +4770,6 @@
"nothingSelected": {
"message": "You have not selected anything."
},
- "movedItemsToOrg": {
- "message": "Selected items moved to $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Items moved to $ORGNAME$",
"placeholders": {
@@ -5129,6 +5132,33 @@
"extraWide": {
"message": "Extra wide"
},
+ "sshKeyWrongPassword": {
+ "message": "The password you entered is incorrect."
+ },
+ "importSshKey": {
+ "message": "Import"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Confirm password"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Enter the password for the SSH key."
+ },
+ "enterSshKeyPassword": {
+ "message": "Enter password"
+ },
+ "invalidSshKey": {
+ "message": "The SSH key is invalid"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "The SSH key type is not supported"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Import key from clipboard"
+ },
+ "sshKeyImported": {
+ "message": "SSH key imported successfully"
+ },
"cannotRemoveViewOnlyCollections": {
"message": "You cannot remove collections with View only permissions: $COLLECTIONS$",
"placeholders": {
diff --git a/apps/browser/src/_locales/kn/messages.json b/apps/browser/src/_locales/kn/messages.json
index d920916b09c..31ea7daa668 100644
--- a/apps/browser/src/_locales/kn/messages.json
+++ b/apps/browser/src/_locales/kn/messages.json
@@ -263,12 +263,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Enter your account email address and your password hint will be sent to you"
},
- "passwordHint": {
- "message": "ಪಾಸ್ವರ್ಡ್ ಸುಳಿವು"
- },
- "enterEmailToGetHint": {
- "message": "ವಿಸ್ತರಣೆಯನ್ನು ಪ್ರಾರಂಭಿಸಲು ಮೆನುವಿನಲ್ಲಿರುವ ಬಿಟ್ವಾರ್ಡೆನ್ ಐಕಾನ್ ಟ್ಯಾಪ್ ಮಾಡಿ."
- },
"getMasterPasswordHint": {
"message": "ಮಾಸ್ಟರ್ ಪಾಸ್ವರ್ಡ್ ಸುಳಿವನ್ನು ಪಡೆಯಿರಿ"
},
@@ -385,6 +379,15 @@
"editFolder": {
"message": "ಫೋಲ್ಡರ್ ಸಂಪಾದಿಸಿ"
},
+ "editFolderWithName": {
+ "message": "Edit folder: $FOLDERNAME$",
+ "placeholders": {
+ "foldername": {
+ "content": "$1",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "New folder"
},
@@ -901,6 +904,9 @@
"no": {
"message": "ಇಲ್ಲ"
},
+ "location": {
+ "message": "Location"
+ },
"unexpectedError": {
"message": "ಅನಿರೀಕ್ಷಿತ ದೋಷ ಸಂಭವಿಸಿದೆ."
},
@@ -1163,10 +1169,6 @@
"message": "ಬೆಳಕು",
"description": "Light color"
},
- "solarizedDark": {
- "message": "ಡಾರ್ಕ್ ಸೌರ",
- "description": "'Solarized' is a noun and the name of a color scheme. It should not be translated."
- },
"exportFrom": {
"message": "Export from"
},
@@ -1516,9 +1518,6 @@
"selfHostedEnvironment": {
"message": "ಸ್ವಯಂ ಆತಿಥೇಯ ಪರಿಸರ"
},
- "selfHostedEnvironmentFooter": {
- "message": "ನಿಮ್ಮ ಆನ್-ಪ್ರಮೇಯ ಹೋಸ್ಟ್ ಮಾಡಿದ ಬಿಟ್ವಾರ್ಡೆನ್ ಸ್ಥಾಪನೆಯ ಮೂಲ URL ಅನ್ನು ನಿರ್ದಿಷ್ಟಪಡಿಸಿ."
- },
"selfHostedBaseUrlHint": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation. Example: https://bitwarden.company.com"
},
@@ -1531,9 +1530,6 @@
"customEnvironment": {
"message": "ಕಸ್ಟಮ್ ಪರಿಸರ"
},
- "customEnvironmentFooter": {
- "message": "ಸುಧಾರಿತ ಬಳಕೆದಾರರಿಗಾಗಿ. ನೀವು ಪ್ರತಿ ಸೇವೆಯ ಮೂಲ URL ಅನ್ನು ಸ್ವತಂತ್ರವಾಗಿ ನಿರ್ದಿಷ್ಟಪಡಿಸಬಹುದು."
- },
"baseUrl": {
"message": "ಸರ್ವರ್ URL"
},
@@ -1671,6 +1667,9 @@
"dragToSort": {
"message": "ವಿಂಗಡಿಸಲು ಎಳೆಯಿರಿ"
},
+ "dragToReorder": {
+ "message": "Drag to reorder"
+ },
"cfTypeText": {
"message": "ಪಠ್ಯ"
},
@@ -3008,6 +3007,15 @@
}
}
},
+ "exportingIndividualVaultWithAttachmentsDescription": {
+ "message": "Only the individual vault items including attachments associated with $EMAIL$ will be exported. Organization vault items will not be included",
+ "placeholders": {
+ "email": {
+ "content": "$1",
+ "example": "name@example.com"
+ }
+ }
+ },
"exportingOrganizationVaultTitle": {
"message": "Exporting organization vault"
},
@@ -3273,15 +3281,6 @@
}
}
},
- "settingsEdited": {
- "message": "Settings have been edited"
- },
- "environmentEditedClick": {
- "message": "Click here"
- },
- "environmentEditedReset": {
- "message": "to reset to pre-configured settings"
- },
"serverVersion": {
"message": "Server version"
},
@@ -3312,12 +3311,6 @@
"loginWithMasterPassword": {
"message": "Log in with master password"
},
- "loggingInAs": {
- "message": "Logging in as"
- },
- "notYou": {
- "message": "Not you?"
- },
"newAroundHere": {
"message": "New around here?"
},
@@ -3327,9 +3320,6 @@
"loginWithDevice": {
"message": "Log in with device"
},
- "loginWithDeviceEnabledInfo": {
- "message": "Log in with device must be set up in the settings of the Bitwarden app. Need another option?"
- },
"fingerprintPhraseHeader": {
"message": "Fingerprint phrase"
},
@@ -3342,9 +3332,6 @@
"viewAllLogInOptions": {
"message": "View all log in options"
},
- "viewAllLoginOptionsV1": {
- "message": "View all log in options"
- },
"notificationSentDevice": {
"message": "A notification has been sent to your device."
},
@@ -3486,9 +3473,6 @@
"requestAdminApproval": {
"message": "Request admin approval"
},
- "approveWithMasterPassword": {
- "message": "Approve with master password"
- },
"ssoIdentifierRequired": {
"message": "Organization SSO identifier is required."
},
@@ -3535,9 +3519,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "Your request has been sent to your admin."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "You will be notified once approved."
- },
"troubleLoggingIn": {
"message": "Trouble logging in?"
},
@@ -4298,6 +4279,20 @@
}
}
},
+ "viewItemTitleWithField": {
+ "message": "View item - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a link that opens a view for an item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"autofillTitle": {
"message": "Autofill - $ITEMNAME$",
"description": "Title for a button that autofills a login item.",
@@ -4308,6 +4303,20 @@
}
}
},
+ "autofillTitleWithField": {
+ "message": "Autofill - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a button that autofills a login item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"copyFieldValue": {
"message": "Copy $FIELD$, $VALUE$",
"description": "Title for a button that copies a field value to the clipboard.",
@@ -4698,6 +4707,9 @@
}
}
},
+ "reorderWebsiteUriButton": {
+ "message": "Reorder website URI. Use arrow key to move item up or down."
+ },
"reorderFieldUp": {
"message": "$LABEL$ moved up, position $INDEX$ of $LENGTH$",
"placeholders": {
@@ -4758,15 +4770,6 @@
"nothingSelected": {
"message": "You have not selected anything."
},
- "movedItemsToOrg": {
- "message": "Selected items moved to $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Items moved to $ORGNAME$",
"placeholders": {
@@ -5129,6 +5132,33 @@
"extraWide": {
"message": "Extra wide"
},
+ "sshKeyWrongPassword": {
+ "message": "The password you entered is incorrect."
+ },
+ "importSshKey": {
+ "message": "Import"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Confirm password"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Enter the password for the SSH key."
+ },
+ "enterSshKeyPassword": {
+ "message": "Enter password"
+ },
+ "invalidSshKey": {
+ "message": "The SSH key is invalid"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "The SSH key type is not supported"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Import key from clipboard"
+ },
+ "sshKeyImported": {
+ "message": "SSH key imported successfully"
+ },
"cannotRemoveViewOnlyCollections": {
"message": "You cannot remove collections with View only permissions: $COLLECTIONS$",
"placeholders": {
diff --git a/apps/browser/src/_locales/ko/messages.json b/apps/browser/src/_locales/ko/messages.json
index a6c8fd6bdf5..92654f84e31 100644
--- a/apps/browser/src/_locales/ko/messages.json
+++ b/apps/browser/src/_locales/ko/messages.json
@@ -263,12 +263,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "계정 이메일 주소를 입력하세요. 그 주소로 비밀번호 힌트가 전송될 것 입니다."
},
- "passwordHint": {
- "message": "비밀번호 힌트"
- },
- "enterEmailToGetHint": {
- "message": "마스터 비밀번호 힌트를 받으려면 계정의 이메일 주소를 입력하세요."
- },
"getMasterPasswordHint": {
"message": "마스터 비밀번호 힌트 얻기"
},
@@ -385,6 +379,15 @@
"editFolder": {
"message": "폴더 편집"
},
+ "editFolderWithName": {
+ "message": "Edit folder: $FOLDERNAME$",
+ "placeholders": {
+ "foldername": {
+ "content": "$1",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "새 폴더"
},
@@ -901,6 +904,9 @@
"no": {
"message": "아니오"
},
+ "location": {
+ "message": "Location"
+ },
"unexpectedError": {
"message": "예기치 못한 오류가 발생했습니다."
},
@@ -1163,10 +1169,6 @@
"message": "밝은 테마",
"description": "Light color"
},
- "solarizedDark": {
- "message": "Solarized Dark",
- "description": "'Solarized' is a noun and the name of a color scheme. It should not be translated."
- },
"exportFrom": {
"message": "~(으)로부터 내보내기"
},
@@ -1516,9 +1518,6 @@
"selfHostedEnvironment": {
"message": "자체 호스팅 환경"
},
- "selfHostedEnvironmentFooter": {
- "message": "온-프레미스 Bitwarden이 호스팅되고 있는 서버의 기본 URL을 지정하세요."
- },
"selfHostedBaseUrlHint": {
"message": "온-프레미스 Bitwarden이 호스팅되고 있는 서버의 기본 URL을 지정하세요. 예: https://bitwarden.company.com"
},
@@ -1531,9 +1530,6 @@
"customEnvironment": {
"message": "사용자 지정 환경"
},
- "customEnvironmentFooter": {
- "message": "고급 사용자 전용 설정입니다. 각 서비스의 기본 URL을 개별적으로 지정할 수 있습니다."
- },
"baseUrl": {
"message": "서버 URL"
},
@@ -1671,6 +1667,9 @@
"dragToSort": {
"message": "드래그하여 정렬"
},
+ "dragToReorder": {
+ "message": "Drag to reorder"
+ },
"cfTypeText": {
"message": "텍스트"
},
@@ -3008,6 +3007,15 @@
}
}
},
+ "exportingIndividualVaultWithAttachmentsDescription": {
+ "message": "Only the individual vault items including attachments associated with $EMAIL$ will be exported. Organization vault items will not be included",
+ "placeholders": {
+ "email": {
+ "content": "$1",
+ "example": "name@example.com"
+ }
+ }
+ },
"exportingOrganizationVaultTitle": {
"message": "조직 보관함을 내보내는 중"
},
@@ -3273,15 +3281,6 @@
}
}
},
- "settingsEdited": {
- "message": "설정이 편집되었습니다"
- },
- "environmentEditedClick": {
- "message": "여기를 클릭하세요."
- },
- "environmentEditedReset": {
- "message": "사전 구성된 설정으로 재설정하려면"
- },
"serverVersion": {
"message": "서버 버전"
},
@@ -3312,12 +3311,6 @@
"loginWithMasterPassword": {
"message": "마스터 비밀번호로 로그인"
},
- "loggingInAs": {
- "message": "다음으로 로그인 중"
- },
- "notYou": {
- "message": "본인이 아닌가요?"
- },
"newAroundHere": {
"message": "새로 찾아오셨나요?"
},
@@ -3327,9 +3320,6 @@
"loginWithDevice": {
"message": "기기로 로그인"
},
- "loginWithDeviceEnabledInfo": {
- "message": "기기로 로그인하려면 Bitwarden 모바일 앱 설정에서 설정해야 합니다. 다른 방식이 필요하신가요?"
- },
"fingerprintPhraseHeader": {
"message": "지문 구절"
},
@@ -3342,9 +3332,6 @@
"viewAllLogInOptions": {
"message": "모든 로그인 방식 보기"
},
- "viewAllLoginOptionsV1": {
- "message": "모든 로그인 옵션 보기"
- },
"notificationSentDevice": {
"message": "기기에 알림이 전송되었습니다."
},
@@ -3486,9 +3473,6 @@
"requestAdminApproval": {
"message": "관리자 인증 필요"
},
- "approveWithMasterPassword": {
- "message": "마스터 비밀번호로 승인"
- },
"ssoIdentifierRequired": {
"message": "조직의 SSO 식별자가 필요합니다"
},
@@ -3535,9 +3519,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "요청이 관리자에게 전송되었습니다."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "승인되면 알림을 받게 됩니다."
- },
"troubleLoggingIn": {
"message": "로그인에 문제가 있나요?"
},
@@ -4298,6 +4279,20 @@
}
}
},
+ "viewItemTitleWithField": {
+ "message": "View item - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a link that opens a view for an item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"autofillTitle": {
"message": "자동 완성 - $ITEMNAME$",
"description": "Title for a button that autofills a login item.",
@@ -4308,6 +4303,20 @@
}
}
},
+ "autofillTitleWithField": {
+ "message": "Autofill - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a button that autofills a login item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"copyFieldValue": {
"message": "Copy $FIELD$, $VALUE$",
"description": "Title for a button that copies a field value to the clipboard.",
@@ -4698,6 +4707,9 @@
}
}
},
+ "reorderWebsiteUriButton": {
+ "message": "Reorder website URI. Use arrow key to move item up or down."
+ },
"reorderFieldUp": {
"message": "$LABEL$을 위로 이동했습니다. 위치: $INDEX$ / $LENGTH$",
"placeholders": {
@@ -4758,15 +4770,6 @@
"nothingSelected": {
"message": "아무것도 선택하지 않았습니다."
},
- "movedItemsToOrg": {
- "message": "선택한 항목이 $ORGNAME$(으)로 이동됨",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "항목들이 $ORGNAME$로 이동했습니다",
"placeholders": {
@@ -5129,6 +5132,33 @@
"extraWide": {
"message": "매우 넓게"
},
+ "sshKeyWrongPassword": {
+ "message": "The password you entered is incorrect."
+ },
+ "importSshKey": {
+ "message": "Import"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Confirm password"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Enter the password for the SSH key."
+ },
+ "enterSshKeyPassword": {
+ "message": "Enter password"
+ },
+ "invalidSshKey": {
+ "message": "The SSH key is invalid"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "The SSH key type is not supported"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Import key from clipboard"
+ },
+ "sshKeyImported": {
+ "message": "SSH key imported successfully"
+ },
"cannotRemoveViewOnlyCollections": {
"message": "보기 권한만 있는 컬렉션은 제거할 수 없습니다: $COLLECTIONS$",
"placeholders": {
diff --git a/apps/browser/src/_locales/lt/messages.json b/apps/browser/src/_locales/lt/messages.json
index 628db98e8e4..e1536abdf83 100644
--- a/apps/browser/src/_locales/lt/messages.json
+++ b/apps/browser/src/_locales/lt/messages.json
@@ -263,12 +263,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Enter your account email address and your password hint will be sent to you"
},
- "passwordHint": {
- "message": "Slaptažodžio užuomina"
- },
- "enterEmailToGetHint": {
- "message": "Įveskite savo paskyros el. pašto adresą, kad gautumėte pagrindinio slaptažodžio užuominą."
- },
"getMasterPasswordHint": {
"message": "Gauti pagrindinio slaptažodžio užuominą"
},
@@ -385,6 +379,15 @@
"editFolder": {
"message": "Redaguoti aplankalą"
},
+ "editFolderWithName": {
+ "message": "Edit folder: $FOLDERNAME$",
+ "placeholders": {
+ "foldername": {
+ "content": "$1",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "New folder"
},
@@ -901,6 +904,9 @@
"no": {
"message": "Ne"
},
+ "location": {
+ "message": "Location"
+ },
"unexpectedError": {
"message": "Įvyko netikėta klaida."
},
@@ -1163,10 +1169,6 @@
"message": "Šviesi",
"description": "Light color"
},
- "solarizedDark": {
- "message": "Saulėtas tamsą",
- "description": "'Solarized' is a noun and the name of a color scheme. It should not be translated."
- },
"exportFrom": {
"message": "Export from"
},
@@ -1516,9 +1518,6 @@
"selfHostedEnvironment": {
"message": "Savarankiškai sukurta aplinka"
},
- "selfHostedEnvironmentFooter": {
- "message": "Nurodykite vietinio priglobto „Bitwarden“ diegimo bazinį URL."
- },
"selfHostedBaseUrlHint": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation. Example: https://bitwarden.company.com"
},
@@ -1531,9 +1530,6 @@
"customEnvironment": {
"message": "Individualizuota aplinka"
},
- "customEnvironmentFooter": {
- "message": "Pažengusiems naudotojams. Galite nurodyti kiekvienos paslaugos pagrindinį URL adresą atskirai."
- },
"baseUrl": {
"message": "Serverio URL"
},
@@ -1671,6 +1667,9 @@
"dragToSort": {
"message": "Rūšiuok, kad surūšiuotum"
},
+ "dragToReorder": {
+ "message": "Drag to reorder"
+ },
"cfTypeText": {
"message": "Tekstas"
},
@@ -3008,6 +3007,15 @@
}
}
},
+ "exportingIndividualVaultWithAttachmentsDescription": {
+ "message": "Only the individual vault items including attachments associated with $EMAIL$ will be exported. Organization vault items will not be included",
+ "placeholders": {
+ "email": {
+ "content": "$1",
+ "example": "name@example.com"
+ }
+ }
+ },
"exportingOrganizationVaultTitle": {
"message": "Exporting organization vault"
},
@@ -3273,15 +3281,6 @@
}
}
},
- "settingsEdited": {
- "message": "Nustatymai buvo paredaguoti"
- },
- "environmentEditedClick": {
- "message": "Spauskite čia"
- },
- "environmentEditedReset": {
- "message": "iš naujo nustatyti iš anksto sukonfigūruotus nustatymus"
- },
"serverVersion": {
"message": "Serverio versija"
},
@@ -3312,12 +3311,6 @@
"loginWithMasterPassword": {
"message": "Prisijungti su pagrindiniu slaptažodžiu"
},
- "loggingInAs": {
- "message": "Prisijungimas kaip"
- },
- "notYou": {
- "message": "Ne jūs?"
- },
"newAroundHere": {
"message": "Ar jūs naujas čia?"
},
@@ -3327,9 +3320,6 @@
"loginWithDevice": {
"message": "Prisijunkite naudodami įrenginį"
},
- "loginWithDeviceEnabledInfo": {
- "message": "Prisijungti su įrenginiu turi būti nustatyta Bitwarden aplikacijos nustatymuose. Reikia kito pasirinkimo?"
- },
"fingerprintPhraseHeader": {
"message": "Pirštų atspaudų frazė"
},
@@ -3342,9 +3332,6 @@
"viewAllLogInOptions": {
"message": "View all log in options"
},
- "viewAllLoginOptionsV1": {
- "message": "View all log in options"
- },
"notificationSentDevice": {
"message": "A notification has been sent to your device."
},
@@ -3486,9 +3473,6 @@
"requestAdminApproval": {
"message": "Prašyti administratoriaus patvirtinimo"
},
- "approveWithMasterPassword": {
- "message": "Patvirtinti su pagrindiniu slaptažodžiu"
- },
"ssoIdentifierRequired": {
"message": "Organizacijos SSO identifikatorius yra reikalingas."
},
@@ -3535,9 +3519,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "Tavo prašymas išsiųstas administratoriui."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "Tu būsi praneštas (-a), kai bus patvirtinta."
- },
"troubleLoggingIn": {
"message": "Problemos prisijungiant?"
},
@@ -4298,6 +4279,20 @@
}
}
},
+ "viewItemTitleWithField": {
+ "message": "View item - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a link that opens a view for an item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"autofillTitle": {
"message": "Autofill - $ITEMNAME$",
"description": "Title for a button that autofills a login item.",
@@ -4308,6 +4303,20 @@
}
}
},
+ "autofillTitleWithField": {
+ "message": "Autofill - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a button that autofills a login item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"copyFieldValue": {
"message": "Copy $FIELD$, $VALUE$",
"description": "Title for a button that copies a field value to the clipboard.",
@@ -4698,6 +4707,9 @@
}
}
},
+ "reorderWebsiteUriButton": {
+ "message": "Reorder website URI. Use arrow key to move item up or down."
+ },
"reorderFieldUp": {
"message": "$LABEL$ moved up, position $INDEX$ of $LENGTH$",
"placeholders": {
@@ -4758,15 +4770,6 @@
"nothingSelected": {
"message": "You have not selected anything."
},
- "movedItemsToOrg": {
- "message": "Selected items moved to $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Items moved to $ORGNAME$",
"placeholders": {
@@ -5129,6 +5132,33 @@
"extraWide": {
"message": "Extra wide"
},
+ "sshKeyWrongPassword": {
+ "message": "The password you entered is incorrect."
+ },
+ "importSshKey": {
+ "message": "Import"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Confirm password"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Enter the password for the SSH key."
+ },
+ "enterSshKeyPassword": {
+ "message": "Enter password"
+ },
+ "invalidSshKey": {
+ "message": "The SSH key is invalid"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "The SSH key type is not supported"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Import key from clipboard"
+ },
+ "sshKeyImported": {
+ "message": "SSH key imported successfully"
+ },
"cannotRemoveViewOnlyCollections": {
"message": "Negalite pašalinti kolekcijų su Peržiūrėti tik leidimus: $COLLECTIONS$",
"placeholders": {
diff --git a/apps/browser/src/_locales/lv/messages.json b/apps/browser/src/_locales/lv/messages.json
index 2519cb4f696..789666ef2c1 100644
--- a/apps/browser/src/_locales/lv/messages.json
+++ b/apps/browser/src/_locales/lv/messages.json
@@ -263,12 +263,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Jāievada sava konta e-pasta adrese, un paroles norāde tiks nosūtīta"
},
- "passwordHint": {
- "message": "Paroles norāde"
- },
- "enterEmailToGetHint": {
- "message": "Norādīt konta e-pasta adresi, lai saņemtu galvenās paroles norādi."
- },
"getMasterPasswordHint": {
"message": "Saņemt galvenās paroles norādi"
},
@@ -385,6 +379,15 @@
"editFolder": {
"message": "Labot mapi"
},
+ "editFolderWithName": {
+ "message": "Labot mapi: $FOLDERNAME$",
+ "placeholders": {
+ "foldername": {
+ "content": "$1",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "Jauna mape"
},
@@ -901,6 +904,9 @@
"no": {
"message": "Nē"
},
+ "location": {
+ "message": "Atrašanās vieta"
+ },
"unexpectedError": {
"message": "Ir radusies neparedzēta kļūda."
},
@@ -1163,10 +1169,6 @@
"message": "Gaišs",
"description": "Light color"
},
- "solarizedDark": {
- "message": "Solarized Dark",
- "description": "'Solarized' is a noun and the name of a color scheme. It should not be translated."
- },
"exportFrom": {
"message": "Izgūt no"
},
@@ -1516,9 +1518,6 @@
"selfHostedEnvironment": {
"message": "Pašuzturēta vide"
},
- "selfHostedEnvironmentFooter": {
- "message": "Norādīt pašuzstādīta Bitwarden pamata URL."
- },
"selfHostedBaseUrlHint": {
"message": "Jānorāda sava pašizvietotā Bitward servera pamata URL. Piemērs: https://bitwarden.uznemums.lv"
},
@@ -1531,9 +1530,6 @@
"customEnvironment": {
"message": "Pielāgota vide"
},
- "customEnvironmentFooter": {
- "message": "Pieredzējušiem lietotājiem. Ir iespējams norādīt URL katram pakalpojumam atsevišķi."
- },
"baseUrl": {
"message": "Servera URL"
},
@@ -1671,6 +1667,9 @@
"dragToSort": {
"message": "Vilkt, lai kārtotu"
},
+ "dragToReorder": {
+ "message": "Vilkt, lai pārkārtotu"
+ },
"cfTypeText": {
"message": "Teksts"
},
@@ -3008,6 +3007,15 @@
}
}
},
+ "exportingIndividualVaultWithAttachmentsDescription": {
+ "message": "Tiks izdoti tikai atsevišķi glabātavas vienumi, tajā skaitā pielikumi, kas ir saistīti ar $EMAIL$. Apvienības glabātavas vienumi netiks iekļauti",
+ "placeholders": {
+ "email": {
+ "content": "$1",
+ "example": "name@example.com"
+ }
+ }
+ },
"exportingOrganizationVaultTitle": {
"message": "Izgūst apvienības glabātavu"
},
@@ -3273,15 +3281,6 @@
}
}
},
- "settingsEdited": {
- "message": "Iestatījumi ir izmainīti"
- },
- "environmentEditedClick": {
- "message": "Klikšķināt šeit"
- },
- "environmentEditedReset": {
- "message": "lai atiestatītu pirmsuzstādītos iestatījumus"
- },
"serverVersion": {
"message": "Servera versija"
},
@@ -3312,12 +3311,6 @@
"loginWithMasterPassword": {
"message": "Pieteikties ar galveno paroli"
},
- "loggingInAs": {
- "message": "Piesakās kā"
- },
- "notYou": {
- "message": "Tas neesi Tu?"
- },
"newAroundHere": {
"message": "Jauns šeit?"
},
@@ -3327,9 +3320,6 @@
"loginWithDevice": {
"message": "Pieteikties ar ierīci"
},
- "loginWithDeviceEnabledInfo": {
- "message": "Ir jāuzstāda pieteikšanās ar ierīci Bitwarden lietotnes iestatījumos. Nepieciešama cita iespēja?"
- },
"fingerprintPhraseHeader": {
"message": "Atpazīšanas vārdkopa"
},
@@ -3342,9 +3332,6 @@
"viewAllLogInOptions": {
"message": "Skatīt visas pieteikšanās iespējas"
},
- "viewAllLoginOptionsV1": {
- "message": "Skatīt visas pieteikšanās iespējas"
- },
"notificationSentDevice": {
"message": "Uz ierīci ir nosūtīts paziņojums."
},
@@ -3486,9 +3473,6 @@
"requestAdminApproval": {
"message": "Pieprasīt pārvaldītāja apstiprinājumu"
},
- "approveWithMasterPassword": {
- "message": "Apstiprināt ar galveno paroli"
- },
"ssoIdentifierRequired": {
"message": "Ir nepieciešams apvienības SSO identifikators."
},
@@ -3535,9 +3519,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "Pieprasījums tika nosūtīts pārvaldītājam."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "Tiks saņemts paziņojums, tiklīdz būs apstiprināts."
- },
"troubleLoggingIn": {
"message": "Neizdodas pieteikties?"
},
@@ -4298,6 +4279,20 @@
}
}
},
+ "viewItemTitleWithField": {
+ "message": "Apskatīt vienumu - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a link that opens a view for an item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"autofillTitle": {
"message": "Automātiski aizpildīt - $ITEMNAME$",
"description": "Title for a button that autofills a login item.",
@@ -4308,6 +4303,20 @@
}
}
},
+ "autofillTitleWithField": {
+ "message": "Automātiskā aizpilde - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a button that autofills a login item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"copyFieldValue": {
"message": "Ievietot starpliktuvē $FIELD$, $VALUE$",
"description": "Title for a button that copies a field value to the clipboard.",
@@ -4698,6 +4707,9 @@
}
}
},
+ "reorderWebsiteUriButton": {
+ "message": "Pārkārtot tīmekļvietņu URI. Bultas uz augšu taustiņš ir izmantojams, lai pārvietotu vienumu augšup vai lejup."
+ },
"reorderFieldUp": {
"message": "$LABEL$ pārvietots augšup, $INDEX$. no $LENGTH$",
"placeholders": {
@@ -4758,15 +4770,6 @@
"nothingSelected": {
"message": "Nekas nav atlasīts."
},
- "movedItemsToOrg": {
- "message": "Atzīmētie vienumi pārvietoti uz $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Vienumi pārvietoti uz $ORGNAME$",
"placeholders": {
@@ -5129,6 +5132,33 @@
"extraWide": {
"message": "Ļoti plats"
},
+ "sshKeyWrongPassword": {
+ "message": "Ievadītā parole ir nepareiza."
+ },
+ "importSshKey": {
+ "message": "Ievietot"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Apstiprināt paroli"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Ievadīt SSH atslēgas paroli."
+ },
+ "enterSshKeyPassword": {
+ "message": "Ievadīt paroli"
+ },
+ "invalidSshKey": {
+ "message": "SSH atslēga ir nederīga"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "SSH atslēgas veids netiek atbalstīts"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Ievietot atslēgu no starpliktuves"
+ },
+ "sshKeyImported": {
+ "message": "SSH atslēga tika sekmīgi ievietota"
+ },
"cannotRemoveViewOnlyCollections": {
"message": "Nevar noņemt krājumus ar tiesībām \"Tikai skatīt\": $COLLECTIONS$",
"placeholders": {
diff --git a/apps/browser/src/_locales/ml/messages.json b/apps/browser/src/_locales/ml/messages.json
index 47dca36f9cb..11af6b54202 100644
--- a/apps/browser/src/_locales/ml/messages.json
+++ b/apps/browser/src/_locales/ml/messages.json
@@ -263,12 +263,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Enter your account email address and your password hint will be sent to you"
},
- "passwordHint": {
- "message": "പാസ്സ്വേഡ് സൂചനാ"
- },
- "enterEmailToGetHint": {
- "message": "നിങ്ങളുടെ പ്രാഥമിക പാസ്വേഡ് സൂചന ലഭിക്കുന്നതിന് നിങ്ങളുടെ അക്കൗണ്ട് ഇമെയിൽ വിലാസം നൽകുക."
- },
"getMasterPasswordHint": {
"message": "പ്രാഥമിക പാസ്വേഡ് സൂചന നേടുക"
},
@@ -385,6 +379,15 @@
"editFolder": {
"message": "ഫോൾഡർ തിരുത്തുക"
},
+ "editFolderWithName": {
+ "message": "Edit folder: $FOLDERNAME$",
+ "placeholders": {
+ "foldername": {
+ "content": "$1",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "New folder"
},
@@ -901,6 +904,9 @@
"no": {
"message": "തെറ്റ്"
},
+ "location": {
+ "message": "Location"
+ },
"unexpectedError": {
"message": "ഒരു അപ്രതീക്ഷിത പിശക് സംഭവിച്ചു."
},
@@ -1163,10 +1169,6 @@
"message": "ലൈറ്റ്",
"description": "Light color"
},
- "solarizedDark": {
- "message": "Solarized dark",
- "description": "'Solarized' is a noun and the name of a color scheme. It should not be translated."
- },
"exportFrom": {
"message": "Export from"
},
@@ -1516,9 +1518,6 @@
"selfHostedEnvironment": {
"message": "സ്വയം ഹോസ്റ്റുചെയ്ത എൻവിയോണ്മെന്റ്"
},
- "selfHostedEnvironmentFooter": {
- "message": "തങ്ങളുടെ പരിസരത്ത് ചെയ്യുന്ന ബിറ്റ് വാർഡൻ ഇൻസ്റ്റാളേഷന്റെ അടിസ്ഥാന URL വ്യക്തമാക്കുക."
- },
"selfHostedBaseUrlHint": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation. Example: https://bitwarden.company.com"
},
@@ -1531,9 +1530,6 @@
"customEnvironment": {
"message": "ഇഷ്ടാനുസൃത എൻവിയോണ്മെന്റ്"
},
- "customEnvironmentFooter": {
- "message": "വിപുലമായ ഉപയോക്താക്കൾക്കായി. ഓരോ സേവനത്തിന്റെയും അടിസ്ഥാന URL നിങ്ങൾക്ക് സ്വതന്ത്രമായി വ്യക്തമാക്കാൻ കഴിയും."
- },
"baseUrl": {
"message": "സെർവർ URL"
},
@@ -1671,6 +1667,9 @@
"dragToSort": {
"message": "അടുക്കാൻ വലിച്ചിടുക"
},
+ "dragToReorder": {
+ "message": "Drag to reorder"
+ },
"cfTypeText": {
"message": "വാചകം"
},
@@ -3008,6 +3007,15 @@
}
}
},
+ "exportingIndividualVaultWithAttachmentsDescription": {
+ "message": "Only the individual vault items including attachments associated with $EMAIL$ will be exported. Organization vault items will not be included",
+ "placeholders": {
+ "email": {
+ "content": "$1",
+ "example": "name@example.com"
+ }
+ }
+ },
"exportingOrganizationVaultTitle": {
"message": "Exporting organization vault"
},
@@ -3273,15 +3281,6 @@
}
}
},
- "settingsEdited": {
- "message": "Settings have been edited"
- },
- "environmentEditedClick": {
- "message": "Click here"
- },
- "environmentEditedReset": {
- "message": "to reset to pre-configured settings"
- },
"serverVersion": {
"message": "Server version"
},
@@ -3312,12 +3311,6 @@
"loginWithMasterPassword": {
"message": "Log in with master password"
},
- "loggingInAs": {
- "message": "Logging in as"
- },
- "notYou": {
- "message": "Not you?"
- },
"newAroundHere": {
"message": "New around here?"
},
@@ -3327,9 +3320,6 @@
"loginWithDevice": {
"message": "Log in with device"
},
- "loginWithDeviceEnabledInfo": {
- "message": "Log in with device must be set up in the settings of the Bitwarden app. Need another option?"
- },
"fingerprintPhraseHeader": {
"message": "Fingerprint phrase"
},
@@ -3342,9 +3332,6 @@
"viewAllLogInOptions": {
"message": "View all log in options"
},
- "viewAllLoginOptionsV1": {
- "message": "View all log in options"
- },
"notificationSentDevice": {
"message": "A notification has been sent to your device."
},
@@ -3486,9 +3473,6 @@
"requestAdminApproval": {
"message": "Request admin approval"
},
- "approveWithMasterPassword": {
- "message": "Approve with master password"
- },
"ssoIdentifierRequired": {
"message": "Organization SSO identifier is required."
},
@@ -3535,9 +3519,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "Your request has been sent to your admin."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "You will be notified once approved."
- },
"troubleLoggingIn": {
"message": "Trouble logging in?"
},
@@ -4298,6 +4279,20 @@
}
}
},
+ "viewItemTitleWithField": {
+ "message": "View item - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a link that opens a view for an item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"autofillTitle": {
"message": "Autofill - $ITEMNAME$",
"description": "Title for a button that autofills a login item.",
@@ -4308,6 +4303,20 @@
}
}
},
+ "autofillTitleWithField": {
+ "message": "Autofill - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a button that autofills a login item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"copyFieldValue": {
"message": "Copy $FIELD$, $VALUE$",
"description": "Title for a button that copies a field value to the clipboard.",
@@ -4698,6 +4707,9 @@
}
}
},
+ "reorderWebsiteUriButton": {
+ "message": "Reorder website URI. Use arrow key to move item up or down."
+ },
"reorderFieldUp": {
"message": "$LABEL$ moved up, position $INDEX$ of $LENGTH$",
"placeholders": {
@@ -4758,15 +4770,6 @@
"nothingSelected": {
"message": "You have not selected anything."
},
- "movedItemsToOrg": {
- "message": "Selected items moved to $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Items moved to $ORGNAME$",
"placeholders": {
@@ -5129,6 +5132,33 @@
"extraWide": {
"message": "Extra wide"
},
+ "sshKeyWrongPassword": {
+ "message": "The password you entered is incorrect."
+ },
+ "importSshKey": {
+ "message": "Import"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Confirm password"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Enter the password for the SSH key."
+ },
+ "enterSshKeyPassword": {
+ "message": "Enter password"
+ },
+ "invalidSshKey": {
+ "message": "The SSH key is invalid"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "The SSH key type is not supported"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Import key from clipboard"
+ },
+ "sshKeyImported": {
+ "message": "SSH key imported successfully"
+ },
"cannotRemoveViewOnlyCollections": {
"message": "You cannot remove collections with View only permissions: $COLLECTIONS$",
"placeholders": {
diff --git a/apps/browser/src/_locales/mr/messages.json b/apps/browser/src/_locales/mr/messages.json
index 4289db69f5c..472a8378bb7 100644
--- a/apps/browser/src/_locales/mr/messages.json
+++ b/apps/browser/src/_locales/mr/messages.json
@@ -263,12 +263,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Enter your account email address and your password hint will be sent to you"
},
- "passwordHint": {
- "message": "पासवर्ड संकेत"
- },
- "enterEmailToGetHint": {
- "message": "Enter your account email address to receive your master password hint."
- },
"getMasterPasswordHint": {
"message": "मुख्य पासवर्ड संकेत मिळवा"
},
@@ -385,6 +379,15 @@
"editFolder": {
"message": "फोल्डर संपादित करा"
},
+ "editFolderWithName": {
+ "message": "Edit folder: $FOLDERNAME$",
+ "placeholders": {
+ "foldername": {
+ "content": "$1",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "New folder"
},
@@ -901,6 +904,9 @@
"no": {
"message": "No"
},
+ "location": {
+ "message": "Location"
+ },
"unexpectedError": {
"message": "An unexpected error has occurred."
},
@@ -1163,10 +1169,6 @@
"message": "Light",
"description": "Light color"
},
- "solarizedDark": {
- "message": "Solarized dark",
- "description": "'Solarized' is a noun and the name of a color scheme. It should not be translated."
- },
"exportFrom": {
"message": "Export from"
},
@@ -1516,9 +1518,6 @@
"selfHostedEnvironment": {
"message": "Self-hosted environment"
},
- "selfHostedEnvironmentFooter": {
- "message": "Specify the base URL of your on-premises hosted Bitwarden installation."
- },
"selfHostedBaseUrlHint": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation. Example: https://bitwarden.company.com"
},
@@ -1531,9 +1530,6 @@
"customEnvironment": {
"message": "Custom environment"
},
- "customEnvironmentFooter": {
- "message": "For advanced users. You can specify the base URL of each service independently."
- },
"baseUrl": {
"message": "Server URL"
},
@@ -1671,6 +1667,9 @@
"dragToSort": {
"message": "Drag to sort"
},
+ "dragToReorder": {
+ "message": "Drag to reorder"
+ },
"cfTypeText": {
"message": "Text"
},
@@ -3008,6 +3007,15 @@
}
}
},
+ "exportingIndividualVaultWithAttachmentsDescription": {
+ "message": "Only the individual vault items including attachments associated with $EMAIL$ will be exported. Organization vault items will not be included",
+ "placeholders": {
+ "email": {
+ "content": "$1",
+ "example": "name@example.com"
+ }
+ }
+ },
"exportingOrganizationVaultTitle": {
"message": "Exporting organization vault"
},
@@ -3273,15 +3281,6 @@
}
}
},
- "settingsEdited": {
- "message": "Settings have been edited"
- },
- "environmentEditedClick": {
- "message": "Click here"
- },
- "environmentEditedReset": {
- "message": "to reset to pre-configured settings"
- },
"serverVersion": {
"message": "Server version"
},
@@ -3312,12 +3311,6 @@
"loginWithMasterPassword": {
"message": "Log in with master password"
},
- "loggingInAs": {
- "message": "Logging in as"
- },
- "notYou": {
- "message": "Not you?"
- },
"newAroundHere": {
"message": "New around here?"
},
@@ -3327,9 +3320,6 @@
"loginWithDevice": {
"message": "Log in with device"
},
- "loginWithDeviceEnabledInfo": {
- "message": "Log in with device must be set up in the settings of the Bitwarden app. Need another option?"
- },
"fingerprintPhraseHeader": {
"message": "Fingerprint phrase"
},
@@ -3342,9 +3332,6 @@
"viewAllLogInOptions": {
"message": "View all log in options"
},
- "viewAllLoginOptionsV1": {
- "message": "View all log in options"
- },
"notificationSentDevice": {
"message": "A notification has been sent to your device."
},
@@ -3486,9 +3473,6 @@
"requestAdminApproval": {
"message": "Request admin approval"
},
- "approveWithMasterPassword": {
- "message": "Approve with master password"
- },
"ssoIdentifierRequired": {
"message": "Organization SSO identifier is required."
},
@@ -3535,9 +3519,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "Your request has been sent to your admin."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "You will be notified once approved."
- },
"troubleLoggingIn": {
"message": "Trouble logging in?"
},
@@ -4298,6 +4279,20 @@
}
}
},
+ "viewItemTitleWithField": {
+ "message": "View item - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a link that opens a view for an item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"autofillTitle": {
"message": "Autofill - $ITEMNAME$",
"description": "Title for a button that autofills a login item.",
@@ -4308,6 +4303,20 @@
}
}
},
+ "autofillTitleWithField": {
+ "message": "Autofill - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a button that autofills a login item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"copyFieldValue": {
"message": "Copy $FIELD$, $VALUE$",
"description": "Title for a button that copies a field value to the clipboard.",
@@ -4698,6 +4707,9 @@
}
}
},
+ "reorderWebsiteUriButton": {
+ "message": "Reorder website URI. Use arrow key to move item up or down."
+ },
"reorderFieldUp": {
"message": "$LABEL$ moved up, position $INDEX$ of $LENGTH$",
"placeholders": {
@@ -4758,15 +4770,6 @@
"nothingSelected": {
"message": "You have not selected anything."
},
- "movedItemsToOrg": {
- "message": "Selected items moved to $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Items moved to $ORGNAME$",
"placeholders": {
@@ -5129,6 +5132,33 @@
"extraWide": {
"message": "Extra wide"
},
+ "sshKeyWrongPassword": {
+ "message": "The password you entered is incorrect."
+ },
+ "importSshKey": {
+ "message": "Import"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Confirm password"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Enter the password for the SSH key."
+ },
+ "enterSshKeyPassword": {
+ "message": "Enter password"
+ },
+ "invalidSshKey": {
+ "message": "The SSH key is invalid"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "The SSH key type is not supported"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Import key from clipboard"
+ },
+ "sshKeyImported": {
+ "message": "SSH key imported successfully"
+ },
"cannotRemoveViewOnlyCollections": {
"message": "You cannot remove collections with View only permissions: $COLLECTIONS$",
"placeholders": {
diff --git a/apps/browser/src/_locales/my/messages.json b/apps/browser/src/_locales/my/messages.json
index bfce2ae3757..0c087ef7de9 100644
--- a/apps/browser/src/_locales/my/messages.json
+++ b/apps/browser/src/_locales/my/messages.json
@@ -263,12 +263,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Enter your account email address and your password hint will be sent to you"
},
- "passwordHint": {
- "message": "Password hint"
- },
- "enterEmailToGetHint": {
- "message": "Enter your account email address to receive your master password hint."
- },
"getMasterPasswordHint": {
"message": "Get master password hint"
},
@@ -385,6 +379,15 @@
"editFolder": {
"message": "Edit folder"
},
+ "editFolderWithName": {
+ "message": "Edit folder: $FOLDERNAME$",
+ "placeholders": {
+ "foldername": {
+ "content": "$1",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "New folder"
},
@@ -901,6 +904,9 @@
"no": {
"message": "No"
},
+ "location": {
+ "message": "Location"
+ },
"unexpectedError": {
"message": "An unexpected error has occurred."
},
@@ -1163,10 +1169,6 @@
"message": "Light",
"description": "Light color"
},
- "solarizedDark": {
- "message": "Solarized dark",
- "description": "'Solarized' is a noun and the name of a color scheme. It should not be translated."
- },
"exportFrom": {
"message": "Export from"
},
@@ -1516,9 +1518,6 @@
"selfHostedEnvironment": {
"message": "Self-hosted environment"
},
- "selfHostedEnvironmentFooter": {
- "message": "Specify the base URL of your on-premises hosted Bitwarden installation."
- },
"selfHostedBaseUrlHint": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation. Example: https://bitwarden.company.com"
},
@@ -1531,9 +1530,6 @@
"customEnvironment": {
"message": "Custom environment"
},
- "customEnvironmentFooter": {
- "message": "For advanced users. You can specify the base URL of each service independently."
- },
"baseUrl": {
"message": "Server URL"
},
@@ -1671,6 +1667,9 @@
"dragToSort": {
"message": "Drag to sort"
},
+ "dragToReorder": {
+ "message": "Drag to reorder"
+ },
"cfTypeText": {
"message": "Text"
},
@@ -3008,6 +3007,15 @@
}
}
},
+ "exportingIndividualVaultWithAttachmentsDescription": {
+ "message": "Only the individual vault items including attachments associated with $EMAIL$ will be exported. Organization vault items will not be included",
+ "placeholders": {
+ "email": {
+ "content": "$1",
+ "example": "name@example.com"
+ }
+ }
+ },
"exportingOrganizationVaultTitle": {
"message": "Exporting organization vault"
},
@@ -3273,15 +3281,6 @@
}
}
},
- "settingsEdited": {
- "message": "Settings have been edited"
- },
- "environmentEditedClick": {
- "message": "Click here"
- },
- "environmentEditedReset": {
- "message": "to reset to pre-configured settings"
- },
"serverVersion": {
"message": "Server version"
},
@@ -3312,12 +3311,6 @@
"loginWithMasterPassword": {
"message": "Log in with master password"
},
- "loggingInAs": {
- "message": "Logging in as"
- },
- "notYou": {
- "message": "Not you?"
- },
"newAroundHere": {
"message": "New around here?"
},
@@ -3327,9 +3320,6 @@
"loginWithDevice": {
"message": "Log in with device"
},
- "loginWithDeviceEnabledInfo": {
- "message": "Log in with device must be set up in the settings of the Bitwarden app. Need another option?"
- },
"fingerprintPhraseHeader": {
"message": "Fingerprint phrase"
},
@@ -3342,9 +3332,6 @@
"viewAllLogInOptions": {
"message": "View all log in options"
},
- "viewAllLoginOptionsV1": {
- "message": "View all log in options"
- },
"notificationSentDevice": {
"message": "A notification has been sent to your device."
},
@@ -3486,9 +3473,6 @@
"requestAdminApproval": {
"message": "Request admin approval"
},
- "approveWithMasterPassword": {
- "message": "Approve with master password"
- },
"ssoIdentifierRequired": {
"message": "Organization SSO identifier is required."
},
@@ -3535,9 +3519,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "Your request has been sent to your admin."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "You will be notified once approved."
- },
"troubleLoggingIn": {
"message": "Trouble logging in?"
},
@@ -4298,6 +4279,20 @@
}
}
},
+ "viewItemTitleWithField": {
+ "message": "View item - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a link that opens a view for an item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"autofillTitle": {
"message": "Autofill - $ITEMNAME$",
"description": "Title for a button that autofills a login item.",
@@ -4308,6 +4303,20 @@
}
}
},
+ "autofillTitleWithField": {
+ "message": "Autofill - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a button that autofills a login item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"copyFieldValue": {
"message": "Copy $FIELD$, $VALUE$",
"description": "Title for a button that copies a field value to the clipboard.",
@@ -4698,6 +4707,9 @@
}
}
},
+ "reorderWebsiteUriButton": {
+ "message": "Reorder website URI. Use arrow key to move item up or down."
+ },
"reorderFieldUp": {
"message": "$LABEL$ moved up, position $INDEX$ of $LENGTH$",
"placeholders": {
@@ -4758,15 +4770,6 @@
"nothingSelected": {
"message": "You have not selected anything."
},
- "movedItemsToOrg": {
- "message": "Selected items moved to $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Items moved to $ORGNAME$",
"placeholders": {
@@ -5129,6 +5132,33 @@
"extraWide": {
"message": "Extra wide"
},
+ "sshKeyWrongPassword": {
+ "message": "The password you entered is incorrect."
+ },
+ "importSshKey": {
+ "message": "Import"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Confirm password"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Enter the password for the SSH key."
+ },
+ "enterSshKeyPassword": {
+ "message": "Enter password"
+ },
+ "invalidSshKey": {
+ "message": "The SSH key is invalid"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "The SSH key type is not supported"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Import key from clipboard"
+ },
+ "sshKeyImported": {
+ "message": "SSH key imported successfully"
+ },
"cannotRemoveViewOnlyCollections": {
"message": "You cannot remove collections with View only permissions: $COLLECTIONS$",
"placeholders": {
diff --git a/apps/browser/src/_locales/nb/messages.json b/apps/browser/src/_locales/nb/messages.json
index 5075ef83c3b..9a52eeea4cb 100644
--- a/apps/browser/src/_locales/nb/messages.json
+++ b/apps/browser/src/_locales/nb/messages.json
@@ -263,12 +263,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Enter your account email address and your password hint will be sent to you"
},
- "passwordHint": {
- "message": "Passordhint"
- },
- "enterEmailToGetHint": {
- "message": "Skriv inn e-postadressen din for å motta hintet til hovedpassordet."
- },
"getMasterPasswordHint": {
"message": "Få et hint om superpassordet"
},
@@ -385,6 +379,15 @@
"editFolder": {
"message": "Rediger mappen"
},
+ "editFolderWithName": {
+ "message": "Edit folder: $FOLDERNAME$",
+ "placeholders": {
+ "foldername": {
+ "content": "$1",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "Ny mappe"
},
@@ -901,6 +904,9 @@
"no": {
"message": "Nei"
},
+ "location": {
+ "message": "Location"
+ },
"unexpectedError": {
"message": "En uventet feil har oppstått."
},
@@ -1163,10 +1169,6 @@
"message": "Lyst",
"description": "Light color"
},
- "solarizedDark": {
- "message": "Solarisert mørk",
- "description": "'Solarized' is a noun and the name of a color scheme. It should not be translated."
- },
"exportFrom": {
"message": "Export from"
},
@@ -1516,9 +1518,6 @@
"selfHostedEnvironment": {
"message": "Selvbetjent miljø"
},
- "selfHostedEnvironmentFooter": {
- "message": "Spesifiser grunn-nettadressen til din selvbetjente Bitwarden-installasjon."
- },
"selfHostedBaseUrlHint": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation. Example: https://bitwarden.company.com"
},
@@ -1531,9 +1530,6 @@
"customEnvironment": {
"message": "Tilpasset miljø"
},
- "customEnvironmentFooter": {
- "message": "For avanserte brukere. Du kan bestemme grunn-nettadressen til hver tjeneste separat."
- },
"baseUrl": {
"message": "Tjener-nettadresse"
},
@@ -1671,6 +1667,9 @@
"dragToSort": {
"message": "Dra for å sortere"
},
+ "dragToReorder": {
+ "message": "Drag to reorder"
+ },
"cfTypeText": {
"message": "Tekst"
},
@@ -3008,6 +3007,15 @@
}
}
},
+ "exportingIndividualVaultWithAttachmentsDescription": {
+ "message": "Only the individual vault items including attachments associated with $EMAIL$ will be exported. Organization vault items will not be included",
+ "placeholders": {
+ "email": {
+ "content": "$1",
+ "example": "name@example.com"
+ }
+ }
+ },
"exportingOrganizationVaultTitle": {
"message": "Exporting organization vault"
},
@@ -3273,15 +3281,6 @@
}
}
},
- "settingsEdited": {
- "message": "Innstillingene har blitt endret"
- },
- "environmentEditedClick": {
- "message": "Klikk her"
- },
- "environmentEditedReset": {
- "message": "for å tilbakestille til forhåndskonfigurerte innstillinger"
- },
"serverVersion": {
"message": "Server Versjon"
},
@@ -3312,12 +3311,6 @@
"loginWithMasterPassword": {
"message": "Logg på med hovedpassord"
},
- "loggingInAs": {
- "message": "Logger på som"
- },
- "notYou": {
- "message": "Ikke deg?"
- },
"newAroundHere": {
"message": "Er du ny her?"
},
@@ -3327,9 +3320,6 @@
"loginWithDevice": {
"message": "Logg inn med enhet"
},
- "loginWithDeviceEnabledInfo": {
- "message": "Logg på med enhet må settes opp i Bitwarden-innstillingene. Trenger du et annet alternativ?"
- },
"fingerprintPhraseHeader": {
"message": "Fingeravtrykksfrase"
},
@@ -3342,9 +3332,6 @@
"viewAllLogInOptions": {
"message": "Vis alle påloggingsalternativer"
},
- "viewAllLoginOptionsV1": {
- "message": "Vis alle påloggingsalternativer"
- },
"notificationSentDevice": {
"message": "Et varsel er sendt til enheten din."
},
@@ -3486,9 +3473,6 @@
"requestAdminApproval": {
"message": "Be om administratorgodkjennelse"
},
- "approveWithMasterPassword": {
- "message": "Godkjenn med hovedpassord"
- },
"ssoIdentifierRequired": {
"message": "Organization SSO identifier is required."
},
@@ -3535,9 +3519,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "Forespørselen din har blitt sendt til administratoren din."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "Du vil bli varslet når det er godkjent."
- },
"troubleLoggingIn": {
"message": "Har du problemer med å logge inn?"
},
@@ -4298,6 +4279,20 @@
}
}
},
+ "viewItemTitleWithField": {
+ "message": "View item - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a link that opens a view for an item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"autofillTitle": {
"message": "Autoutfyll - $ITEMNAME$",
"description": "Title for a button that autofills a login item.",
@@ -4308,6 +4303,20 @@
}
}
},
+ "autofillTitleWithField": {
+ "message": "Autofill - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a button that autofills a login item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"copyFieldValue": {
"message": "Copy $FIELD$, $VALUE$",
"description": "Title for a button that copies a field value to the clipboard.",
@@ -4698,6 +4707,9 @@
}
}
},
+ "reorderWebsiteUriButton": {
+ "message": "Reorder website URI. Use arrow key to move item up or down."
+ },
"reorderFieldUp": {
"message": "$LABEL$ moved up, position $INDEX$ of $LENGTH$",
"placeholders": {
@@ -4758,15 +4770,6 @@
"nothingSelected": {
"message": "Du har ikke valgt noe."
},
- "movedItemsToOrg": {
- "message": "De valgte gjenstandene ble flyttet til $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Gjenstandene ble flyttet til $ORGNAME$",
"placeholders": {
@@ -5129,6 +5132,33 @@
"extraWide": {
"message": "Ekstra bred"
},
+ "sshKeyWrongPassword": {
+ "message": "The password you entered is incorrect."
+ },
+ "importSshKey": {
+ "message": "Import"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Confirm password"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Enter the password for the SSH key."
+ },
+ "enterSshKeyPassword": {
+ "message": "Enter password"
+ },
+ "invalidSshKey": {
+ "message": "The SSH key is invalid"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "The SSH key type is not supported"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Import key from clipboard"
+ },
+ "sshKeyImported": {
+ "message": "SSH key imported successfully"
+ },
"cannotRemoveViewOnlyCollections": {
"message": "You cannot remove collections with View only permissions: $COLLECTIONS$",
"placeholders": {
diff --git a/apps/browser/src/_locales/ne/messages.json b/apps/browser/src/_locales/ne/messages.json
index bfce2ae3757..0c087ef7de9 100644
--- a/apps/browser/src/_locales/ne/messages.json
+++ b/apps/browser/src/_locales/ne/messages.json
@@ -263,12 +263,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Enter your account email address and your password hint will be sent to you"
},
- "passwordHint": {
- "message": "Password hint"
- },
- "enterEmailToGetHint": {
- "message": "Enter your account email address to receive your master password hint."
- },
"getMasterPasswordHint": {
"message": "Get master password hint"
},
@@ -385,6 +379,15 @@
"editFolder": {
"message": "Edit folder"
},
+ "editFolderWithName": {
+ "message": "Edit folder: $FOLDERNAME$",
+ "placeholders": {
+ "foldername": {
+ "content": "$1",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "New folder"
},
@@ -901,6 +904,9 @@
"no": {
"message": "No"
},
+ "location": {
+ "message": "Location"
+ },
"unexpectedError": {
"message": "An unexpected error has occurred."
},
@@ -1163,10 +1169,6 @@
"message": "Light",
"description": "Light color"
},
- "solarizedDark": {
- "message": "Solarized dark",
- "description": "'Solarized' is a noun and the name of a color scheme. It should not be translated."
- },
"exportFrom": {
"message": "Export from"
},
@@ -1516,9 +1518,6 @@
"selfHostedEnvironment": {
"message": "Self-hosted environment"
},
- "selfHostedEnvironmentFooter": {
- "message": "Specify the base URL of your on-premises hosted Bitwarden installation."
- },
"selfHostedBaseUrlHint": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation. Example: https://bitwarden.company.com"
},
@@ -1531,9 +1530,6 @@
"customEnvironment": {
"message": "Custom environment"
},
- "customEnvironmentFooter": {
- "message": "For advanced users. You can specify the base URL of each service independently."
- },
"baseUrl": {
"message": "Server URL"
},
@@ -1671,6 +1667,9 @@
"dragToSort": {
"message": "Drag to sort"
},
+ "dragToReorder": {
+ "message": "Drag to reorder"
+ },
"cfTypeText": {
"message": "Text"
},
@@ -3008,6 +3007,15 @@
}
}
},
+ "exportingIndividualVaultWithAttachmentsDescription": {
+ "message": "Only the individual vault items including attachments associated with $EMAIL$ will be exported. Organization vault items will not be included",
+ "placeholders": {
+ "email": {
+ "content": "$1",
+ "example": "name@example.com"
+ }
+ }
+ },
"exportingOrganizationVaultTitle": {
"message": "Exporting organization vault"
},
@@ -3273,15 +3281,6 @@
}
}
},
- "settingsEdited": {
- "message": "Settings have been edited"
- },
- "environmentEditedClick": {
- "message": "Click here"
- },
- "environmentEditedReset": {
- "message": "to reset to pre-configured settings"
- },
"serverVersion": {
"message": "Server version"
},
@@ -3312,12 +3311,6 @@
"loginWithMasterPassword": {
"message": "Log in with master password"
},
- "loggingInAs": {
- "message": "Logging in as"
- },
- "notYou": {
- "message": "Not you?"
- },
"newAroundHere": {
"message": "New around here?"
},
@@ -3327,9 +3320,6 @@
"loginWithDevice": {
"message": "Log in with device"
},
- "loginWithDeviceEnabledInfo": {
- "message": "Log in with device must be set up in the settings of the Bitwarden app. Need another option?"
- },
"fingerprintPhraseHeader": {
"message": "Fingerprint phrase"
},
@@ -3342,9 +3332,6 @@
"viewAllLogInOptions": {
"message": "View all log in options"
},
- "viewAllLoginOptionsV1": {
- "message": "View all log in options"
- },
"notificationSentDevice": {
"message": "A notification has been sent to your device."
},
@@ -3486,9 +3473,6 @@
"requestAdminApproval": {
"message": "Request admin approval"
},
- "approveWithMasterPassword": {
- "message": "Approve with master password"
- },
"ssoIdentifierRequired": {
"message": "Organization SSO identifier is required."
},
@@ -3535,9 +3519,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "Your request has been sent to your admin."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "You will be notified once approved."
- },
"troubleLoggingIn": {
"message": "Trouble logging in?"
},
@@ -4298,6 +4279,20 @@
}
}
},
+ "viewItemTitleWithField": {
+ "message": "View item - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a link that opens a view for an item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"autofillTitle": {
"message": "Autofill - $ITEMNAME$",
"description": "Title for a button that autofills a login item.",
@@ -4308,6 +4303,20 @@
}
}
},
+ "autofillTitleWithField": {
+ "message": "Autofill - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a button that autofills a login item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"copyFieldValue": {
"message": "Copy $FIELD$, $VALUE$",
"description": "Title for a button that copies a field value to the clipboard.",
@@ -4698,6 +4707,9 @@
}
}
},
+ "reorderWebsiteUriButton": {
+ "message": "Reorder website URI. Use arrow key to move item up or down."
+ },
"reorderFieldUp": {
"message": "$LABEL$ moved up, position $INDEX$ of $LENGTH$",
"placeholders": {
@@ -4758,15 +4770,6 @@
"nothingSelected": {
"message": "You have not selected anything."
},
- "movedItemsToOrg": {
- "message": "Selected items moved to $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Items moved to $ORGNAME$",
"placeholders": {
@@ -5129,6 +5132,33 @@
"extraWide": {
"message": "Extra wide"
},
+ "sshKeyWrongPassword": {
+ "message": "The password you entered is incorrect."
+ },
+ "importSshKey": {
+ "message": "Import"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Confirm password"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Enter the password for the SSH key."
+ },
+ "enterSshKeyPassword": {
+ "message": "Enter password"
+ },
+ "invalidSshKey": {
+ "message": "The SSH key is invalid"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "The SSH key type is not supported"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Import key from clipboard"
+ },
+ "sshKeyImported": {
+ "message": "SSH key imported successfully"
+ },
"cannotRemoveViewOnlyCollections": {
"message": "You cannot remove collections with View only permissions: $COLLECTIONS$",
"placeholders": {
diff --git a/apps/browser/src/_locales/nl/messages.json b/apps/browser/src/_locales/nl/messages.json
index 3c19792e4c6..80877839adb 100644
--- a/apps/browser/src/_locales/nl/messages.json
+++ b/apps/browser/src/_locales/nl/messages.json
@@ -81,7 +81,7 @@
"message": "Hoofdwachtwoordhint (optioneel)"
},
"passwordStrengthScore": {
- "message": "Score wachtwoordsterkte $SCORE$",
+ "message": "Wachtwoordsterkte score $SCORE$",
"placeholders": {
"score": {
"content": "$1",
@@ -263,12 +263,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Als je het e-mailadres van je account invult, versturen we je je wachtwoordhint"
},
- "passwordHint": {
- "message": "Wachtwoordhint"
- },
- "enterEmailToGetHint": {
- "message": "Voer het e-mailadres van je account in om je hoofdwachtwoordhint te ontvangen."
- },
"getMasterPasswordHint": {
"message": "Hoofdwachtwoordhint opvragen"
},
@@ -385,6 +379,15 @@
"editFolder": {
"message": "Map bewerken"
},
+ "editFolderWithName": {
+ "message": "Map bewerken: $FOLDERNAME$",
+ "placeholders": {
+ "foldername": {
+ "content": "$1",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "Nieuwe map"
},
@@ -875,10 +878,10 @@
"message": "Druk op je YubiKey om te verifiëren"
},
"duoTwoFactorRequiredPageSubtitle": {
- "message": "Jouw account vereist Duo-tweestapsaanmelding. Volg de onderstaande stappen om het inloggen te voltooien."
+ "message": "Jouw account vereist Duo tweestapslogin. Volg de onderstaande stappen om het inloggen te voltooien."
},
"followTheStepsBelowToFinishLoggingIn": {
- "message": "Volg de onderstaande stappen om in te loggen."
+ "message": "Volg de onderstaande stappen om het inloggen af te ronden."
},
"restartRegistration": {
"message": "Registratie herstarten"
@@ -901,6 +904,9 @@
"no": {
"message": "Nee"
},
+ "location": {
+ "message": "Locatie"
+ },
"unexpectedError": {
"message": "Er is een onverwachte fout opgetreden."
},
@@ -1034,7 +1040,7 @@
"message": "Klik op items om automatisch in te vullen op de kluisweergave"
},
"clickToAutofill": {
- "message": "Klik op gesuggereerde items om deze automatisch invullen"
+ "message": "Klik items in de automatisch invullen suggestie om in te vullen"
},
"clearClipboard": {
"message": "Klembord wissen",
@@ -1069,7 +1075,7 @@
"description": "Shown to user after login is updated."
},
"saveAsNewLoginAction": {
- "message": "Als nieuwe login opslaan",
+ "message": "Opslaan als nieuwe login",
"description": "Button text for saving login details as a new entry."
},
"updateLoginAction": {
@@ -1163,10 +1169,6 @@
"message": "Licht",
"description": "Light color"
},
- "solarizedDark": {
- "message": "Overbelicht donker",
- "description": "'Solarized' is a noun and the name of a color scheme. It should not be translated."
- },
"exportFrom": {
"message": "Exporteren vanuit"
},
@@ -1420,7 +1422,7 @@
"message": "Mijn gegevens onthouden"
},
"dontAskAgainOnThisDeviceFor30Days": {
- "message": "30 dagen niet meer vragen op dit apparaat"
+ "message": "30 dagen niet opnieuw vragen op dit apparaat"
},
"sendVerificationCodeEmailAgain": {
"message": "E-mail met verificatiecode opnieuw versturen"
@@ -1457,7 +1459,7 @@
"message": "Beveiligingssleutel lezen"
},
"awaitingSecurityKeyInteraction": {
- "message": "Wacht op interactie met beveiligingssleutel..."
+ "message": "Wacht op interactie met beveiligingssleutel…"
},
"loginUnavailable": {
"message": "Login niet beschikbaar"
@@ -1472,7 +1474,7 @@
"message": "Opties voor tweestapsaanmelding"
},
"selectTwoStepLoginMethod": {
- "message": "Kies methode voor tweestapsaanmelding"
+ "message": "Kies methode voor tweestapslogin"
},
"recoveryCodeDesc": {
"message": "Ben je de toegang tot al je tweestapsaanbieders verloren? Gebruik dan je herstelcode om alle tweestapsaanbieders op je account uit te schakelen."
@@ -1516,9 +1518,6 @@
"selfHostedEnvironment": {
"message": "Zelfgehoste omgeving"
},
- "selfHostedEnvironmentFooter": {
- "message": "Geef de basis-URL van jouw zelfgehoste Bitwarden-installatie."
- },
"selfHostedBaseUrlHint": {
"message": "Specificeer de basis-URL van je zelfgehoste Bitwarden-installatie. Bijvoorbeeld: https://bitwarden.company.com"
},
@@ -1531,9 +1530,6 @@
"customEnvironment": {
"message": "Aangepaste omgeving"
},
- "customEnvironmentFooter": {
- "message": "Voor gevorderde gebruikers. Je kunt de basis-URL van elke dienst afzonderlijk instellen."
- },
"baseUrl": {
"message": "Server-URL"
},
@@ -1671,6 +1667,9 @@
"dragToSort": {
"message": "Slepen om te sorteren"
},
+ "dragToReorder": {
+ "message": "Sleep om te herschikken"
+ },
"cfTypeText": {
"message": "Tekst"
},
@@ -2165,7 +2164,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'"
},
"vaultCustomization": {
- "message": "Kluis-aanpassingen"
+ "message": "Kluis aanpassingen"
},
"vaultTimeoutAction": {
"message": "Actie bij time-out"
@@ -2177,10 +2176,10 @@
"message": "Nieuwe aanpassingsopties"
},
"newCustomizationOptionsCalloutContent": {
- "message": "Personaliseer je kluiservaring met snelle kopieeracties, compacte modus en meer!"
+ "message": "Pas je kluis ervaring aan met snelle kopieeracties, compacte modus en meer!"
},
"newCustomizationOptionsCalloutLink": {
- "message": "Alle personalisatie-instellingen bekijken"
+ "message": "Alle weergave-instellingen bekijken"
},
"lock": {
"message": "Vergrendelen",
@@ -2499,7 +2498,7 @@
}
},
"atRiskPasswordsDescMultiOrgPlural": {
- "message": "Je organisatie(s) vragen je de $COUNT$ wachtwoorden te wijzigen omdat ze een risico vormen.",
+ "message": "Je organisaties vragen je de $COUNT$ wachtwoorden te wijzigen omdat ze een risico vormen.",
"placeholders": {
"count": {
"content": "$1",
@@ -2532,14 +2531,14 @@
"message": "Risicovolle wachtwoorden bekijken"
},
"reviewAtRiskLoginsSlideDesc": {
- "message": "De wachtwoorden van je organisatie zijn in gevaar omdat ze zwak, hergebruikt en/of blootgelegd zijn.",
+ "message": "De wachtwoorden van je organisatie zijn in gevaar omdat ze zwak, hergebruikt en/of gelekt zijn.",
"description": "Description of the review at-risk login slide on the at-risk password page carousel"
},
"reviewAtRiskLoginSlideImgAlt": {
"message": "Voorbeeld van een lijst van risicovolle logins"
},
"generatePasswordSlideDesc": {
- "message": "Genereer snel een sterk, uniek wachtwoord met het automatisch invulmenu van Bitwaren op de risicovolle website.",
+ "message": "Genereer snel een sterk, uniek wachtwoord met het automatisch invulmenu van Bitwarden op de risicovolle website.",
"description": "Description of the generate password slide on the at-risk password page carousel"
},
"generatePasswordSlideImgAlt": {
@@ -2553,7 +2552,7 @@
"description": "Description of the update in Bitwarden slide on the at-risk password page carousel"
},
"updateInBitwardenSlideImgAlt": {
- "message": "Voorbeeld van een Bitwarden-melding die de gebruiker aanspoort tot het bijwerken van de login"
+ "message": "Voorbeeld van een Bitwarden melding die de gebruiker aanspoort tot het bijwerken van de login"
},
"turnOnAutofill": {
"message": "Automatisch invullen inschakelen"
@@ -3008,6 +3007,15 @@
}
}
},
+ "exportingIndividualVaultWithAttachmentsDescription": {
+ "message": "Exporteert alleen de persoonlijke kluis-items, inclusief attachments, gerelateerd aan $EMAIL$. Geen kluis-items van de organisatie",
+ "placeholders": {
+ "email": {
+ "content": "$1",
+ "example": "name@example.com"
+ }
+ }
+ },
"exportingOrganizationVaultTitle": {
"message": "Organisatiekluis exporteren"
},
@@ -3273,15 +3281,6 @@
}
}
},
- "settingsEdited": {
- "message": "Instellingen zijn bijgewerkt"
- },
- "environmentEditedClick": {
- "message": "Klik hier"
- },
- "environmentEditedReset": {
- "message": "om terug te gaan naar vooraf geconfigureerde instellingen"
- },
"serverVersion": {
"message": "Serverversie"
},
@@ -3312,12 +3311,6 @@
"loginWithMasterPassword": {
"message": "Inloggen met je hoofdwachtwoord"
},
- "loggingInAs": {
- "message": "Inloggen als"
- },
- "notYou": {
- "message": "Ben jij dit niet?"
- },
"newAroundHere": {
"message": "Nieuw hier?"
},
@@ -3327,9 +3320,6 @@
"loginWithDevice": {
"message": "Inloggen met apparaat"
},
- "loginWithDeviceEnabledInfo": {
- "message": "Inloggen met apparaat moet aangezet worden in de instellingen van de Bitwarden app. Nood aan een andere optie?"
- },
"fingerprintPhraseHeader": {
"message": "Vingerafdrukzin"
},
@@ -3342,9 +3332,6 @@
"viewAllLogInOptions": {
"message": "Alle inlogopties bekijken"
},
- "viewAllLoginOptionsV1": {
- "message": "Alle inlogopties weergeven"
- },
"notificationSentDevice": {
"message": "Er is een melding naar je apparaat verzonden."
},
@@ -3486,9 +3473,6 @@
"requestAdminApproval": {
"message": "Goedkeuring van beheerder vragen"
},
- "approveWithMasterPassword": {
- "message": "Goedkeuren met hoofdwachtwoord"
- },
"ssoIdentifierRequired": {
"message": "Organisatie SSO-identificatie vereist."
},
@@ -3535,9 +3519,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "Je verzoek is naar je beheerder verstuurd."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "Je krijgt een melding zodra je bent goedgekeurd."
- },
"troubleLoggingIn": {
"message": "Problemen met inloggen?"
},
@@ -4108,7 +4089,7 @@
"message": "Actief account"
},
"bitwardenAccount": {
- "message": "Bitwarden-account"
+ "message": "Bitwarden account"
},
"availableAccounts": {
"message": "Beschikbare accounts"
@@ -4298,6 +4279,20 @@
}
}
},
+ "viewItemTitleWithField": {
+ "message": "Item weergeven - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a link that opens a view for an item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"autofillTitle": {
"message": "Automatisch invullen - $ITEMNAME$",
"description": "Title for a button that autofills a login item.",
@@ -4308,6 +4303,20 @@
}
}
},
+ "autofillTitleWithField": {
+ "message": "Automatisch aanvullen - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a button that autofills a login item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"copyFieldValue": {
"message": "$FIELD$, $VALUE$ kopiëren",
"description": "Title for a button that copies a field value to the clipboard.",
@@ -4698,6 +4707,9 @@
}
}
},
+ "reorderWebsiteUriButton": {
+ "message": "Website URI herschikken. Gebruik de pijltjestoets om het item omhoog of omlaag te verplaatsen."
+ },
"reorderFieldUp": {
"message": "$LABEL$ is naar boven verplaatst, positie $INDEX$ van $LENGTH$",
"placeholders": {
@@ -4758,15 +4770,6 @@
"nothingSelected": {
"message": "Je hebt niets geselecteerd."
},
- "movedItemsToOrg": {
- "message": "Geselecteerde items verplaatst naar $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Items verplaatst naar $ORGNAME$",
"placeholders": {
@@ -5129,6 +5132,33 @@
"extraWide": {
"message": "Extra breed"
},
+ "sshKeyWrongPassword": {
+ "message": "Het wachtwoord dat je hebt ingevoerd is onjuist."
+ },
+ "importSshKey": {
+ "message": "Importeren"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Wachtwoord bevestigen"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Voer het wachtwoord voor de SSH sleutel in."
+ },
+ "enterSshKeyPassword": {
+ "message": "Wachtwoord invoeren"
+ },
+ "invalidSshKey": {
+ "message": "De SSH-sleutel is ongeldig"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "Het type SSH-sleutel is niet ondersteund"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Sleutel importeren van klembord"
+ },
+ "sshKeyImported": {
+ "message": "SSH-sleutel succesvol geïmporteerd"
+ },
"cannotRemoveViewOnlyCollections": {
"message": "Je kunt verzamelingen niet verwijderen met alleen rechten voor weergeven: $COLLECTIONS$",
"placeholders": {
diff --git a/apps/browser/src/_locales/nn/messages.json b/apps/browser/src/_locales/nn/messages.json
index bfce2ae3757..0c087ef7de9 100644
--- a/apps/browser/src/_locales/nn/messages.json
+++ b/apps/browser/src/_locales/nn/messages.json
@@ -263,12 +263,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Enter your account email address and your password hint will be sent to you"
},
- "passwordHint": {
- "message": "Password hint"
- },
- "enterEmailToGetHint": {
- "message": "Enter your account email address to receive your master password hint."
- },
"getMasterPasswordHint": {
"message": "Get master password hint"
},
@@ -385,6 +379,15 @@
"editFolder": {
"message": "Edit folder"
},
+ "editFolderWithName": {
+ "message": "Edit folder: $FOLDERNAME$",
+ "placeholders": {
+ "foldername": {
+ "content": "$1",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "New folder"
},
@@ -901,6 +904,9 @@
"no": {
"message": "No"
},
+ "location": {
+ "message": "Location"
+ },
"unexpectedError": {
"message": "An unexpected error has occurred."
},
@@ -1163,10 +1169,6 @@
"message": "Light",
"description": "Light color"
},
- "solarizedDark": {
- "message": "Solarized dark",
- "description": "'Solarized' is a noun and the name of a color scheme. It should not be translated."
- },
"exportFrom": {
"message": "Export from"
},
@@ -1516,9 +1518,6 @@
"selfHostedEnvironment": {
"message": "Self-hosted environment"
},
- "selfHostedEnvironmentFooter": {
- "message": "Specify the base URL of your on-premises hosted Bitwarden installation."
- },
"selfHostedBaseUrlHint": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation. Example: https://bitwarden.company.com"
},
@@ -1531,9 +1530,6 @@
"customEnvironment": {
"message": "Custom environment"
},
- "customEnvironmentFooter": {
- "message": "For advanced users. You can specify the base URL of each service independently."
- },
"baseUrl": {
"message": "Server URL"
},
@@ -1671,6 +1667,9 @@
"dragToSort": {
"message": "Drag to sort"
},
+ "dragToReorder": {
+ "message": "Drag to reorder"
+ },
"cfTypeText": {
"message": "Text"
},
@@ -3008,6 +3007,15 @@
}
}
},
+ "exportingIndividualVaultWithAttachmentsDescription": {
+ "message": "Only the individual vault items including attachments associated with $EMAIL$ will be exported. Organization vault items will not be included",
+ "placeholders": {
+ "email": {
+ "content": "$1",
+ "example": "name@example.com"
+ }
+ }
+ },
"exportingOrganizationVaultTitle": {
"message": "Exporting organization vault"
},
@@ -3273,15 +3281,6 @@
}
}
},
- "settingsEdited": {
- "message": "Settings have been edited"
- },
- "environmentEditedClick": {
- "message": "Click here"
- },
- "environmentEditedReset": {
- "message": "to reset to pre-configured settings"
- },
"serverVersion": {
"message": "Server version"
},
@@ -3312,12 +3311,6 @@
"loginWithMasterPassword": {
"message": "Log in with master password"
},
- "loggingInAs": {
- "message": "Logging in as"
- },
- "notYou": {
- "message": "Not you?"
- },
"newAroundHere": {
"message": "New around here?"
},
@@ -3327,9 +3320,6 @@
"loginWithDevice": {
"message": "Log in with device"
},
- "loginWithDeviceEnabledInfo": {
- "message": "Log in with device must be set up in the settings of the Bitwarden app. Need another option?"
- },
"fingerprintPhraseHeader": {
"message": "Fingerprint phrase"
},
@@ -3342,9 +3332,6 @@
"viewAllLogInOptions": {
"message": "View all log in options"
},
- "viewAllLoginOptionsV1": {
- "message": "View all log in options"
- },
"notificationSentDevice": {
"message": "A notification has been sent to your device."
},
@@ -3486,9 +3473,6 @@
"requestAdminApproval": {
"message": "Request admin approval"
},
- "approveWithMasterPassword": {
- "message": "Approve with master password"
- },
"ssoIdentifierRequired": {
"message": "Organization SSO identifier is required."
},
@@ -3535,9 +3519,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "Your request has been sent to your admin."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "You will be notified once approved."
- },
"troubleLoggingIn": {
"message": "Trouble logging in?"
},
@@ -4298,6 +4279,20 @@
}
}
},
+ "viewItemTitleWithField": {
+ "message": "View item - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a link that opens a view for an item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"autofillTitle": {
"message": "Autofill - $ITEMNAME$",
"description": "Title for a button that autofills a login item.",
@@ -4308,6 +4303,20 @@
}
}
},
+ "autofillTitleWithField": {
+ "message": "Autofill - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a button that autofills a login item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"copyFieldValue": {
"message": "Copy $FIELD$, $VALUE$",
"description": "Title for a button that copies a field value to the clipboard.",
@@ -4698,6 +4707,9 @@
}
}
},
+ "reorderWebsiteUriButton": {
+ "message": "Reorder website URI. Use arrow key to move item up or down."
+ },
"reorderFieldUp": {
"message": "$LABEL$ moved up, position $INDEX$ of $LENGTH$",
"placeholders": {
@@ -4758,15 +4770,6 @@
"nothingSelected": {
"message": "You have not selected anything."
},
- "movedItemsToOrg": {
- "message": "Selected items moved to $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Items moved to $ORGNAME$",
"placeholders": {
@@ -5129,6 +5132,33 @@
"extraWide": {
"message": "Extra wide"
},
+ "sshKeyWrongPassword": {
+ "message": "The password you entered is incorrect."
+ },
+ "importSshKey": {
+ "message": "Import"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Confirm password"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Enter the password for the SSH key."
+ },
+ "enterSshKeyPassword": {
+ "message": "Enter password"
+ },
+ "invalidSshKey": {
+ "message": "The SSH key is invalid"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "The SSH key type is not supported"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Import key from clipboard"
+ },
+ "sshKeyImported": {
+ "message": "SSH key imported successfully"
+ },
"cannotRemoveViewOnlyCollections": {
"message": "You cannot remove collections with View only permissions: $COLLECTIONS$",
"placeholders": {
diff --git a/apps/browser/src/_locales/or/messages.json b/apps/browser/src/_locales/or/messages.json
index bfce2ae3757..0c087ef7de9 100644
--- a/apps/browser/src/_locales/or/messages.json
+++ b/apps/browser/src/_locales/or/messages.json
@@ -263,12 +263,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Enter your account email address and your password hint will be sent to you"
},
- "passwordHint": {
- "message": "Password hint"
- },
- "enterEmailToGetHint": {
- "message": "Enter your account email address to receive your master password hint."
- },
"getMasterPasswordHint": {
"message": "Get master password hint"
},
@@ -385,6 +379,15 @@
"editFolder": {
"message": "Edit folder"
},
+ "editFolderWithName": {
+ "message": "Edit folder: $FOLDERNAME$",
+ "placeholders": {
+ "foldername": {
+ "content": "$1",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "New folder"
},
@@ -901,6 +904,9 @@
"no": {
"message": "No"
},
+ "location": {
+ "message": "Location"
+ },
"unexpectedError": {
"message": "An unexpected error has occurred."
},
@@ -1163,10 +1169,6 @@
"message": "Light",
"description": "Light color"
},
- "solarizedDark": {
- "message": "Solarized dark",
- "description": "'Solarized' is a noun and the name of a color scheme. It should not be translated."
- },
"exportFrom": {
"message": "Export from"
},
@@ -1516,9 +1518,6 @@
"selfHostedEnvironment": {
"message": "Self-hosted environment"
},
- "selfHostedEnvironmentFooter": {
- "message": "Specify the base URL of your on-premises hosted Bitwarden installation."
- },
"selfHostedBaseUrlHint": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation. Example: https://bitwarden.company.com"
},
@@ -1531,9 +1530,6 @@
"customEnvironment": {
"message": "Custom environment"
},
- "customEnvironmentFooter": {
- "message": "For advanced users. You can specify the base URL of each service independently."
- },
"baseUrl": {
"message": "Server URL"
},
@@ -1671,6 +1667,9 @@
"dragToSort": {
"message": "Drag to sort"
},
+ "dragToReorder": {
+ "message": "Drag to reorder"
+ },
"cfTypeText": {
"message": "Text"
},
@@ -3008,6 +3007,15 @@
}
}
},
+ "exportingIndividualVaultWithAttachmentsDescription": {
+ "message": "Only the individual vault items including attachments associated with $EMAIL$ will be exported. Organization vault items will not be included",
+ "placeholders": {
+ "email": {
+ "content": "$1",
+ "example": "name@example.com"
+ }
+ }
+ },
"exportingOrganizationVaultTitle": {
"message": "Exporting organization vault"
},
@@ -3273,15 +3281,6 @@
}
}
},
- "settingsEdited": {
- "message": "Settings have been edited"
- },
- "environmentEditedClick": {
- "message": "Click here"
- },
- "environmentEditedReset": {
- "message": "to reset to pre-configured settings"
- },
"serverVersion": {
"message": "Server version"
},
@@ -3312,12 +3311,6 @@
"loginWithMasterPassword": {
"message": "Log in with master password"
},
- "loggingInAs": {
- "message": "Logging in as"
- },
- "notYou": {
- "message": "Not you?"
- },
"newAroundHere": {
"message": "New around here?"
},
@@ -3327,9 +3320,6 @@
"loginWithDevice": {
"message": "Log in with device"
},
- "loginWithDeviceEnabledInfo": {
- "message": "Log in with device must be set up in the settings of the Bitwarden app. Need another option?"
- },
"fingerprintPhraseHeader": {
"message": "Fingerprint phrase"
},
@@ -3342,9 +3332,6 @@
"viewAllLogInOptions": {
"message": "View all log in options"
},
- "viewAllLoginOptionsV1": {
- "message": "View all log in options"
- },
"notificationSentDevice": {
"message": "A notification has been sent to your device."
},
@@ -3486,9 +3473,6 @@
"requestAdminApproval": {
"message": "Request admin approval"
},
- "approveWithMasterPassword": {
- "message": "Approve with master password"
- },
"ssoIdentifierRequired": {
"message": "Organization SSO identifier is required."
},
@@ -3535,9 +3519,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "Your request has been sent to your admin."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "You will be notified once approved."
- },
"troubleLoggingIn": {
"message": "Trouble logging in?"
},
@@ -4298,6 +4279,20 @@
}
}
},
+ "viewItemTitleWithField": {
+ "message": "View item - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a link that opens a view for an item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"autofillTitle": {
"message": "Autofill - $ITEMNAME$",
"description": "Title for a button that autofills a login item.",
@@ -4308,6 +4303,20 @@
}
}
},
+ "autofillTitleWithField": {
+ "message": "Autofill - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a button that autofills a login item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"copyFieldValue": {
"message": "Copy $FIELD$, $VALUE$",
"description": "Title for a button that copies a field value to the clipboard.",
@@ -4698,6 +4707,9 @@
}
}
},
+ "reorderWebsiteUriButton": {
+ "message": "Reorder website URI. Use arrow key to move item up or down."
+ },
"reorderFieldUp": {
"message": "$LABEL$ moved up, position $INDEX$ of $LENGTH$",
"placeholders": {
@@ -4758,15 +4770,6 @@
"nothingSelected": {
"message": "You have not selected anything."
},
- "movedItemsToOrg": {
- "message": "Selected items moved to $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Items moved to $ORGNAME$",
"placeholders": {
@@ -5129,6 +5132,33 @@
"extraWide": {
"message": "Extra wide"
},
+ "sshKeyWrongPassword": {
+ "message": "The password you entered is incorrect."
+ },
+ "importSshKey": {
+ "message": "Import"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Confirm password"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Enter the password for the SSH key."
+ },
+ "enterSshKeyPassword": {
+ "message": "Enter password"
+ },
+ "invalidSshKey": {
+ "message": "The SSH key is invalid"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "The SSH key type is not supported"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Import key from clipboard"
+ },
+ "sshKeyImported": {
+ "message": "SSH key imported successfully"
+ },
"cannotRemoveViewOnlyCollections": {
"message": "You cannot remove collections with View only permissions: $COLLECTIONS$",
"placeholders": {
diff --git a/apps/browser/src/_locales/pl/messages.json b/apps/browser/src/_locales/pl/messages.json
index 8666af5db9b..c345972bd4a 100644
--- a/apps/browser/src/_locales/pl/messages.json
+++ b/apps/browser/src/_locales/pl/messages.json
@@ -263,12 +263,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Wprowadź adres e-mail swojego konta, a podpowiedź hasła zostanie wysłana do Ciebie"
},
- "passwordHint": {
- "message": "Podpowiedź do hasła"
- },
- "enterEmailToGetHint": {
- "message": "Wpisz adres e-mail powiązany z kontem, aby otrzymać podpowiedź do hasła głównego."
- },
"getMasterPasswordHint": {
"message": "Uzyskaj podpowiedź do hasła głównego"
},
@@ -385,6 +379,15 @@
"editFolder": {
"message": "Edytuj folder"
},
+ "editFolderWithName": {
+ "message": "Edytuj folder: $FOLDERNAME$",
+ "placeholders": {
+ "foldername": {
+ "content": "$1",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "Nowy folder"
},
@@ -901,6 +904,9 @@
"no": {
"message": "Nie"
},
+ "location": {
+ "message": "Lokalizacja"
+ },
"unexpectedError": {
"message": "Wystąpił nieoczekiwany błąd."
},
@@ -1163,10 +1169,6 @@
"message": "Jasny",
"description": "Light color"
},
- "solarizedDark": {
- "message": "Solarized Dark",
- "description": "'Solarized' is a noun and the name of a color scheme. It should not be translated."
- },
"exportFrom": {
"message": "Eksportuj z"
},
@@ -1516,9 +1518,6 @@
"selfHostedEnvironment": {
"message": "Samodzielnie hostowane środowisko"
},
- "selfHostedEnvironmentFooter": {
- "message": "Wpisz podstawowy adres URL hostowanej instalacji Bitwarden."
- },
"selfHostedBaseUrlHint": {
"message": "Określ bazowy adres URL swojej instalacji Bitwarden. Przykład: https://bitwarden.company.com"
},
@@ -1531,9 +1530,6 @@
"customEnvironment": {
"message": "Niestandardowe środowisko"
},
- "customEnvironmentFooter": {
- "message": "Dla zaawansowanych użytkowników. Możesz wpisać podstawowy adres URL niezależnie dla każdej usługi."
- },
"baseUrl": {
"message": "Adres URL serwera"
},
@@ -1671,6 +1667,9 @@
"dragToSort": {
"message": "Przeciągnij, aby posortować"
},
+ "dragToReorder": {
+ "message": "Przeciągnij, aby zmienić kolejność"
+ },
"cfTypeText": {
"message": "Tekst"
},
@@ -3008,6 +3007,15 @@
}
}
},
+ "exportingIndividualVaultWithAttachmentsDescription": {
+ "message": "Tylko poszczególne elementy sejfu łącznie z załącznikami powiązanymi z $EMAIL$ zostaną wyeksportowane. Elementy sejfu organizacji nie będą dołączone",
+ "placeholders": {
+ "email": {
+ "content": "$1",
+ "example": "name@example.com"
+ }
+ }
+ },
"exportingOrganizationVaultTitle": {
"message": "Eksportowanie sejfu organizacji"
},
@@ -3273,15 +3281,6 @@
}
}
},
- "settingsEdited": {
- "message": "Ustawienia zostały zmienione"
- },
- "environmentEditedClick": {
- "message": "Kliknij tutaj"
- },
- "environmentEditedReset": {
- "message": "aby zresetować do wstępnie skonfigurowanych ustawień"
- },
"serverVersion": {
"message": "Wersja serwera"
},
@@ -3312,12 +3311,6 @@
"loginWithMasterPassword": {
"message": "Logowanie hasłem głównym"
},
- "loggingInAs": {
- "message": "Logowanie jako"
- },
- "notYou": {
- "message": "To nie Ty?"
- },
"newAroundHere": {
"message": "Nowy użytkownik?"
},
@@ -3327,9 +3320,6 @@
"loginWithDevice": {
"message": "Zaloguj się za pomocą urządzenia"
},
- "loginWithDeviceEnabledInfo": {
- "message": "Logowanie za pomocą urządzenia musi być włączone w ustawieniach aplikacji Bitwarden. Potrzebujesz innej opcji?"
- },
"fingerprintPhraseHeader": {
"message": "Unikalny identyfikator konta"
},
@@ -3342,9 +3332,6 @@
"viewAllLogInOptions": {
"message": "Zobacz wszystkie sposoby logowania"
},
- "viewAllLoginOptionsV1": {
- "message": "Zobacz wszystkie sposoby logowania"
- },
"notificationSentDevice": {
"message": "Powiadomienie zostało wysłane na urządzenie."
},
@@ -3486,9 +3473,6 @@
"requestAdminApproval": {
"message": "Poproś administratora o zatwierdzenie"
},
- "approveWithMasterPassword": {
- "message": "Zatwierdź przy użyciu hasła głównego"
- },
"ssoIdentifierRequired": {
"message": "Identyfikator organizacji jest wymagany."
},
@@ -3535,9 +3519,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "Twoja prośba została wysłana do Twojego administratora."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "Zostaniesz powiadomiony po zatwierdzeniu."
- },
"troubleLoggingIn": {
"message": "Problem z zalogowaniem?"
},
@@ -4298,6 +4279,20 @@
}
}
},
+ "viewItemTitleWithField": {
+ "message": "Zobacz element - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a link that opens a view for an item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"autofillTitle": {
"message": "Autouzupełnij - $ITEMNAME$",
"description": "Title for a button that autofills a login item.",
@@ -4308,6 +4303,20 @@
}
}
},
+ "autofillTitleWithField": {
+ "message": "Autouzupełnij - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a button that autofills a login item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"copyFieldValue": {
"message": "Kopiuj $FIELD$, $VALUE$",
"description": "Title for a button that copies a field value to the clipboard.",
@@ -4698,6 +4707,9 @@
}
}
},
+ "reorderWebsiteUriButton": {
+ "message": "Zmień kolejność URI strony. Użyj klawiszy ze strzałkami, aby przenieść element w górę lub w dół."
+ },
"reorderFieldUp": {
"message": "$LABEL$ przeniósł się w górę, pozycja $INDEX$ z $LENGTH$",
"placeholders": {
@@ -4758,15 +4770,6 @@
"nothingSelected": {
"message": "Nie zaznaczyłeś żadnych elementów."
},
- "movedItemsToOrg": {
- "message": "Zaznaczone elementy zostały przeniesione do $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Elementy przeniesione do $ORGNAME$",
"placeholders": {
@@ -5129,6 +5132,33 @@
"extraWide": {
"message": "Bardzo szerokie"
},
+ "sshKeyWrongPassword": {
+ "message": "Wprowadzone hasło jest nieprawidłowe."
+ },
+ "importSshKey": {
+ "message": "Importuj"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Potwierdź hasło"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Wprowadź hasło dla klucza SSH."
+ },
+ "enterSshKeyPassword": {
+ "message": "Wprowadź hasło"
+ },
+ "invalidSshKey": {
+ "message": "Klucz SSH jest nieprawidłowy"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "Typ klucza SSH nie jest obsługiwany"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Importuj klucz ze schowka"
+ },
+ "sshKeyImported": {
+ "message": "Klucz SSH zaimportowano pomyślnie"
+ },
"cannotRemoveViewOnlyCollections": {
"message": "Nie można usunąć kolekcji z uprawnieniami tylko do przeglądania: $COLLECTIONS$",
"placeholders": {
diff --git a/apps/browser/src/_locales/pt_BR/messages.json b/apps/browser/src/_locales/pt_BR/messages.json
index 03686fc0c91..5aacad23a93 100644
--- a/apps/browser/src/_locales/pt_BR/messages.json
+++ b/apps/browser/src/_locales/pt_BR/messages.json
@@ -263,12 +263,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Digite o endereço de seu correio eletrônico da sua conta e sua dica da senha será enviada para você"
},
- "passwordHint": {
- "message": "Dica da Senha"
- },
- "enterEmailToGetHint": {
- "message": "Insira o seu endereço de e-mail para receber a dica da sua senha mestra."
- },
"getMasterPasswordHint": {
"message": "Obter dica da senha mestra"
},
@@ -385,6 +379,15 @@
"editFolder": {
"message": "Editar Pasta"
},
+ "editFolderWithName": {
+ "message": "Editar pasta: $FOLDERNAME$",
+ "placeholders": {
+ "foldername": {
+ "content": "$1",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "Nova pasta"
},
@@ -878,7 +881,7 @@
"message": "Duo two-step login is required for your account. Follow the steps below to finish logging in."
},
"followTheStepsBelowToFinishLoggingIn": {
- "message": "Follow the steps below to finish logging in."
+ "message": "Siga os passos abaixo para finalizar o login."
},
"restartRegistration": {
"message": "Reiniciar registro"
@@ -901,6 +904,9 @@
"no": {
"message": "Não"
},
+ "location": {
+ "message": "Localização"
+ },
"unexpectedError": {
"message": "Ocorreu um erro inesperado."
},
@@ -1163,10 +1169,6 @@
"message": "Claro",
"description": "Light color"
},
- "solarizedDark": {
- "message": "Solarized (escuro)",
- "description": "'Solarized' is a noun and the name of a color scheme. It should not be translated."
- },
"exportFrom": {
"message": "Exportar de"
},
@@ -1516,9 +1518,6 @@
"selfHostedEnvironment": {
"message": "Ambiente Auto-hospedado"
},
- "selfHostedEnvironmentFooter": {
- "message": "Especifique a URL de base da sua instalação local do Bitwarden."
- },
"selfHostedBaseUrlHint": {
"message": "Especifique a URL de base da sua instalação local do Bitwarden. Exemplo: https://bitwarden.company.com"
},
@@ -1531,9 +1530,6 @@
"customEnvironment": {
"message": "Ambiente Personalizado"
},
- "customEnvironmentFooter": {
- "message": "Para usuários avançados. Você pode especificar a URL de base de cada serviço independentemente."
- },
"baseUrl": {
"message": "URL do Servidor"
},
@@ -1671,6 +1667,9 @@
"dragToSort": {
"message": "Arrastar para ordenar"
},
+ "dragToReorder": {
+ "message": "Drag to reorder"
+ },
"cfTypeText": {
"message": "Texto"
},
@@ -3008,6 +3007,15 @@
}
}
},
+ "exportingIndividualVaultWithAttachmentsDescription": {
+ "message": "Only the individual vault items including attachments associated with $EMAIL$ will be exported. Organization vault items will not be included",
+ "placeholders": {
+ "email": {
+ "content": "$1",
+ "example": "name@example.com"
+ }
+ }
+ },
"exportingOrganizationVaultTitle": {
"message": "Exportando cofre da organização"
},
@@ -3273,15 +3281,6 @@
}
}
},
- "settingsEdited": {
- "message": "As configurações foram editadas"
- },
- "environmentEditedClick": {
- "message": "Clique aqui"
- },
- "environmentEditedReset": {
- "message": "para redefinir para as configurações pré-configuradas"
- },
"serverVersion": {
"message": "Versão do servidor"
},
@@ -3312,12 +3311,6 @@
"loginWithMasterPassword": {
"message": "Entrar com a senha mestra"
},
- "loggingInAs": {
- "message": "Logar como"
- },
- "notYou": {
- "message": "Não é você?"
- },
"newAroundHere": {
"message": "Novo por aqui?"
},
@@ -3327,9 +3320,6 @@
"loginWithDevice": {
"message": "Fazer login com dispositivo"
},
- "loginWithDeviceEnabledInfo": {
- "message": "Login com dispositivo deve ser habilitado nas configurações do aplicativo móvel do Bitwarden. Necessita de outra opção?"
- },
"fingerprintPhraseHeader": {
"message": "Frase de impressão digital"
},
@@ -3342,9 +3332,6 @@
"viewAllLogInOptions": {
"message": "Visualizar todas as opções de login"
},
- "viewAllLoginOptionsV1": {
- "message": "Visualizar todas as opções de login"
- },
"notificationSentDevice": {
"message": "Uma notificação foi enviada para seu dispositivo."
},
@@ -3486,9 +3473,6 @@
"requestAdminApproval": {
"message": "Solicitar aprovação do administrador"
},
- "approveWithMasterPassword": {
- "message": "Aprovar com senha mestra"
- },
"ssoIdentifierRequired": {
"message": "Identificador SSO da organização é necessário."
},
@@ -3535,9 +3519,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "Seu pedido foi enviado para seu administrador."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "Será notificado assim que for aprovado."
- },
"troubleLoggingIn": {
"message": "Problemas em efetuar login?"
},
@@ -4298,6 +4279,20 @@
}
}
},
+ "viewItemTitleWithField": {
+ "message": "View item - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a link that opens a view for an item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"autofillTitle": {
"message": "Auto-preenchimento - $ITEMNAME$",
"description": "Title for a button that autofills a login item.",
@@ -4308,6 +4303,20 @@
}
}
},
+ "autofillTitleWithField": {
+ "message": "Autofill - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a button that autofills a login item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"copyFieldValue": {
"message": "Copiar $FIELD$, $VALUE$",
"description": "Title for a button that copies a field value to the clipboard.",
@@ -4698,6 +4707,9 @@
}
}
},
+ "reorderWebsiteUriButton": {
+ "message": "Reorder website URI. Use arrow key to move item up or down."
+ },
"reorderFieldUp": {
"message": "$LABEL$ se moveu para cima, posição $INDEX$ de $LENGTH$",
"placeholders": {
@@ -4758,15 +4770,6 @@
"nothingSelected": {
"message": "Você selecionou nada."
},
- "movedItemsToOrg": {
- "message": "Itens selecionados movidos para $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Itens movidos para $ORGNAME$",
"placeholders": {
@@ -5129,6 +5132,33 @@
"extraWide": {
"message": "Extra Grande"
},
+ "sshKeyWrongPassword": {
+ "message": "The password you entered is incorrect."
+ },
+ "importSshKey": {
+ "message": "Import"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Confirm password"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Enter the password for the SSH key."
+ },
+ "enterSshKeyPassword": {
+ "message": "Enter password"
+ },
+ "invalidSshKey": {
+ "message": "The SSH key is invalid"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "The SSH key type is not supported"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Import key from clipboard"
+ },
+ "sshKeyImported": {
+ "message": "SSH key imported successfully"
+ },
"cannotRemoveViewOnlyCollections": {
"message": "Você não pode remover coleções com permissões de Somente leitura: $COLLECTIONS$",
"placeholders": {
diff --git a/apps/browser/src/_locales/pt_PT/messages.json b/apps/browser/src/_locales/pt_PT/messages.json
index de97d6be63a..0e467b65183 100644
--- a/apps/browser/src/_locales/pt_PT/messages.json
+++ b/apps/browser/src/_locales/pt_PT/messages.json
@@ -263,12 +263,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Introduza o endereço de e-mail da sua conta e ser-lhe-á enviada a sua dica da palavra-passe"
},
- "passwordHint": {
- "message": "Dica da palavra-passe"
- },
- "enterEmailToGetHint": {
- "message": "Introduza o endereço de e-mail da sua conta para receber a dica da sua palavra-passe mestra."
- },
"getMasterPasswordHint": {
"message": "Obter a dica da palavra-passe mestra"
},
@@ -385,6 +379,15 @@
"editFolder": {
"message": "Editar pasta"
},
+ "editFolderWithName": {
+ "message": "Editar pasta: $FOLDERNAME$",
+ "placeholders": {
+ "foldername": {
+ "content": "$1",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "Nova pasta"
},
@@ -650,7 +653,7 @@
"message": "O seu navegador Web não suporta a cópia fácil da área de transferência. Em vez disso, copie manualmente."
},
"verifyYourIdentity": {
- "message": "Verify your identity"
+ "message": "Verifique a sua identidade"
},
"weDontRecognizeThisDevice": {
"message": "Não reconhecemos este dispositivo. Introduza o código enviado para o seu e-mail para verificar a sua identidade."
@@ -901,6 +904,9 @@
"no": {
"message": "Não"
},
+ "location": {
+ "message": "Localização"
+ },
"unexpectedError": {
"message": "Ocorreu um erro inesperado."
},
@@ -1163,10 +1169,6 @@
"message": "Claro",
"description": "Light color"
},
- "solarizedDark": {
- "message": "Solarized (escuro)",
- "description": "'Solarized' is a noun and the name of a color scheme. It should not be translated."
- },
"exportFrom": {
"message": "Exportar de"
},
@@ -1516,9 +1518,6 @@
"selfHostedEnvironment": {
"message": "Ambiente auto-hospedado"
},
- "selfHostedEnvironmentFooter": {
- "message": "Especifique o URL de base da sua instalação Bitwarden hospedada no local."
- },
"selfHostedBaseUrlHint": {
"message": "Especifique o URL de base da sua instalação Bitwarden hospedada no local. Exemplo: https://bitwarden.company.com"
},
@@ -1531,9 +1530,6 @@
"customEnvironment": {
"message": "Ambiente personalizado"
},
- "customEnvironmentFooter": {
- "message": "Para utilizadores avançados. Pode especificar o URL de base de cada serviço de forma independente."
- },
"baseUrl": {
"message": "URL do servidor"
},
@@ -1671,6 +1667,9 @@
"dragToSort": {
"message": "Arraste para ordenar"
},
+ "dragToReorder": {
+ "message": "Arraste para reordenar"
+ },
"cfTypeText": {
"message": "Texto"
},
@@ -3008,6 +3007,15 @@
}
}
},
+ "exportingIndividualVaultWithAttachmentsDescription": {
+ "message": "Apenas os itens individuais do cofre, incluindo os anexos associados a $EMAIL$, serão exportados. Os itens do cofre da organização não serão incluídos",
+ "placeholders": {
+ "email": {
+ "content": "$1",
+ "example": "name@example.com"
+ }
+ }
+ },
"exportingOrganizationVaultTitle": {
"message": "A exportar o cofre da organização"
},
@@ -3273,15 +3281,6 @@
}
}
},
- "settingsEdited": {
- "message": "As definições foram editadas"
- },
- "environmentEditedClick": {
- "message": "Clique aqui"
- },
- "environmentEditedReset": {
- "message": "para voltar às definições predefinidas"
- },
"serverVersion": {
"message": "Versão do servidor"
},
@@ -3312,12 +3311,6 @@
"loginWithMasterPassword": {
"message": "Iniciar sessão com a palavra-passe mestra"
},
- "loggingInAs": {
- "message": "A iniciar sessão como"
- },
- "notYou": {
- "message": "Utilizador incorreto?"
- },
"newAroundHere": {
"message": "É novo por cá?"
},
@@ -3327,9 +3320,6 @@
"loginWithDevice": {
"message": "Iniciar sessão com o dispositivo"
},
- "loginWithDeviceEnabledInfo": {
- "message": "O início de sessão com o dispositivo deve ser ativado nas definições da aplicação Bitwarden. Precisa de outra opção?"
- },
"fingerprintPhraseHeader": {
"message": "Frase de impressão digital"
},
@@ -3342,9 +3332,6 @@
"viewAllLogInOptions": {
"message": "Ver todas as opções de início de sessão"
},
- "viewAllLoginOptionsV1": {
- "message": "Ver todas as opções de início de sessão"
- },
"notificationSentDevice": {
"message": "Foi enviada uma notificação para o seu dispositivo."
},
@@ -3486,9 +3473,6 @@
"requestAdminApproval": {
"message": "Pedir aprovação do administrador"
},
- "approveWithMasterPassword": {
- "message": "Aprovar com a palavra-passe mestra"
- },
"ssoIdentifierRequired": {
"message": "É necessário o identificador de SSO da organização."
},
@@ -3535,9 +3519,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "O seu pedido foi enviado ao seu administrador."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "Será notificado quando for aprovado."
- },
"troubleLoggingIn": {
"message": "Problemas a iniciar sessão?"
},
@@ -4298,6 +4279,20 @@
}
}
},
+ "viewItemTitleWithField": {
+ "message": "Ver item - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a link that opens a view for an item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"autofillTitle": {
"message": "Preencher automaticamente - $ITEMNAME$",
"description": "Title for a button that autofills a login item.",
@@ -4308,6 +4303,20 @@
}
}
},
+ "autofillTitleWithField": {
+ "message": "Preencher automaticamente - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a button that autofills a login item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"copyFieldValue": {
"message": "Copiar $FIELD$, $VALUE$",
"description": "Title for a button that copies a field value to the clipboard.",
@@ -4698,6 +4707,9 @@
}
}
},
+ "reorderWebsiteUriButton": {
+ "message": "Reordenar o URI do site. Utilize a tecla de seta para mover o item para cima ou para baixo."
+ },
"reorderFieldUp": {
"message": "$LABEL$ movido para cima, posição $INDEX$ de $LENGTH$",
"placeholders": {
@@ -4758,15 +4770,6 @@
"nothingSelected": {
"message": "Não selecionou nada."
},
- "movedItemsToOrg": {
- "message": "Itens selecionados movidos para $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Itens movidos para $ORGNAME$",
"placeholders": {
@@ -5129,6 +5132,33 @@
"extraWide": {
"message": "Muito ampla"
},
+ "sshKeyWrongPassword": {
+ "message": "A palavra-passe que introduziu está incorreta."
+ },
+ "importSshKey": {
+ "message": "Importar"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Confirmar palavra-passe"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Introduza a palavra-passe para a chave SSH."
+ },
+ "enterSshKeyPassword": {
+ "message": "Introduzir palavra-passe"
+ },
+ "invalidSshKey": {
+ "message": "A chave SSH é inválida"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "O tipo de chave SSH não é suportado"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Importar chave da área de transferência"
+ },
+ "sshKeyImported": {
+ "message": "Chave SSH importada com sucesso"
+ },
"cannotRemoveViewOnlyCollections": {
"message": "Não é possível remover coleções com permissões de Apenas visualização: $COLLECTIONS$",
"placeholders": {
diff --git a/apps/browser/src/_locales/ro/messages.json b/apps/browser/src/_locales/ro/messages.json
index 0e1b918e42a..fa4d754e99d 100644
--- a/apps/browser/src/_locales/ro/messages.json
+++ b/apps/browser/src/_locales/ro/messages.json
@@ -263,12 +263,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Introduceți adresa de e-mail a contului și indiciul pentru parolă va fi trimis pe email"
},
- "passwordHint": {
- "message": "Indiciu parolă"
- },
- "enterEmailToGetHint": {
- "message": "Adresa de e-mail a contului pentru primirea indiciului parolei principale."
- },
"getMasterPasswordHint": {
"message": "Obținere indiciu parolă principală"
},
@@ -385,6 +379,15 @@
"editFolder": {
"message": "Editare dosar"
},
+ "editFolderWithName": {
+ "message": "Edit folder: $FOLDERNAME$",
+ "placeholders": {
+ "foldername": {
+ "content": "$1",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "Folder nou"
},
@@ -901,6 +904,9 @@
"no": {
"message": "Nu"
},
+ "location": {
+ "message": "Location"
+ },
"unexpectedError": {
"message": "A survenit o eroare neașteptată."
},
@@ -1163,10 +1169,6 @@
"message": "Luminos",
"description": "Light color"
},
- "solarizedDark": {
- "message": "Întuneric solarizat",
- "description": "'Solarized' is a noun and the name of a color scheme. It should not be translated."
- },
"exportFrom": {
"message": "Export from"
},
@@ -1516,9 +1518,6 @@
"selfHostedEnvironment": {
"message": "Mediu autogăzduit"
},
- "selfHostedEnvironmentFooter": {
- "message": "Specificați URL-ul de bază al implementări Bitwarden găzduită local."
- },
"selfHostedBaseUrlHint": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation. Example: https://bitwarden.company.com"
},
@@ -1531,9 +1530,6 @@
"customEnvironment": {
"message": "Mediu personalizat"
},
- "customEnvironmentFooter": {
- "message": "Pentru utilizatorii avansați. Puteți specifica URL-ul de bază al fiecărui serviciu în mod independent."
- },
"baseUrl": {
"message": "URL server"
},
@@ -1671,6 +1667,9 @@
"dragToSort": {
"message": "Tragere pentru sortare"
},
+ "dragToReorder": {
+ "message": "Drag to reorder"
+ },
"cfTypeText": {
"message": "Text"
},
@@ -3008,6 +3007,15 @@
}
}
},
+ "exportingIndividualVaultWithAttachmentsDescription": {
+ "message": "Only the individual vault items including attachments associated with $EMAIL$ will be exported. Organization vault items will not be included",
+ "placeholders": {
+ "email": {
+ "content": "$1",
+ "example": "name@example.com"
+ }
+ }
+ },
"exportingOrganizationVaultTitle": {
"message": "Exporting organization vault"
},
@@ -3273,15 +3281,6 @@
}
}
},
- "settingsEdited": {
- "message": "Setările au fost editate"
- },
- "environmentEditedClick": {
- "message": "Faceți clic aici"
- },
- "environmentEditedReset": {
- "message": "pentru a restabili setările preconfigurate"
- },
"serverVersion": {
"message": "Versiune server"
},
@@ -3312,12 +3311,6 @@
"loginWithMasterPassword": {
"message": "Autentificați-vă cu parola principală"
},
- "loggingInAs": {
- "message": "Autentificare ca"
- },
- "notYou": {
- "message": "Nu sunteți dvs.?"
- },
"newAroundHere": {
"message": "Sunteți nou pe aici?"
},
@@ -3327,9 +3320,6 @@
"loginWithDevice": {
"message": "Conectați-vă cu dispozitivul"
},
- "loginWithDeviceEnabledInfo": {
- "message": "Conectarea cu dispozitivul trebuie să fie configurată în setările aplicației Bitwarden. Aveți nevoie de o altă opțiune?"
- },
"fingerprintPhraseHeader": {
"message": "Fraza amprentă"
},
@@ -3342,9 +3332,6 @@
"viewAllLogInOptions": {
"message": "View all log in options"
},
- "viewAllLoginOptionsV1": {
- "message": "View all log in options"
- },
"notificationSentDevice": {
"message": "O notificare a fost trimisă pe dispozitivul dvs."
},
@@ -3486,9 +3473,6 @@
"requestAdminApproval": {
"message": "Cereți aprobarea administratorului"
},
- "approveWithMasterPassword": {
- "message": "Aprobați cu parola principală"
- },
"ssoIdentifierRequired": {
"message": "Identificatorul SSO al organizației este necesar."
},
@@ -3535,9 +3519,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "Cererea dvs. a fost trimisă administratorului."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "Veți primi o notificare după aprobare."
- },
"troubleLoggingIn": {
"message": "Aveți probleme la logare?"
},
@@ -4298,6 +4279,20 @@
}
}
},
+ "viewItemTitleWithField": {
+ "message": "View item - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a link that opens a view for an item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"autofillTitle": {
"message": "Autofill - $ITEMNAME$",
"description": "Title for a button that autofills a login item.",
@@ -4308,6 +4303,20 @@
}
}
},
+ "autofillTitleWithField": {
+ "message": "Autofill - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a button that autofills a login item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"copyFieldValue": {
"message": "Copy $FIELD$, $VALUE$",
"description": "Title for a button that copies a field value to the clipboard.",
@@ -4698,6 +4707,9 @@
}
}
},
+ "reorderWebsiteUriButton": {
+ "message": "Reorder website URI. Use arrow key to move item up or down."
+ },
"reorderFieldUp": {
"message": "$LABEL$ moved up, position $INDEX$ of $LENGTH$",
"placeholders": {
@@ -4758,15 +4770,6 @@
"nothingSelected": {
"message": "You have not selected anything."
},
- "movedItemsToOrg": {
- "message": "Selected items moved to $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Items moved to $ORGNAME$",
"placeholders": {
@@ -5129,6 +5132,33 @@
"extraWide": {
"message": "Extra wide"
},
+ "sshKeyWrongPassword": {
+ "message": "The password you entered is incorrect."
+ },
+ "importSshKey": {
+ "message": "Import"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Confirm password"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Enter the password for the SSH key."
+ },
+ "enterSshKeyPassword": {
+ "message": "Enter password"
+ },
+ "invalidSshKey": {
+ "message": "The SSH key is invalid"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "The SSH key type is not supported"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Import key from clipboard"
+ },
+ "sshKeyImported": {
+ "message": "SSH key imported successfully"
+ },
"cannotRemoveViewOnlyCollections": {
"message": "You cannot remove collections with View only permissions: $COLLECTIONS$",
"placeholders": {
diff --git a/apps/browser/src/_locales/ru/messages.json b/apps/browser/src/_locales/ru/messages.json
index f6d3f1e6154..c775bee3289 100644
--- a/apps/browser/src/_locales/ru/messages.json
+++ b/apps/browser/src/_locales/ru/messages.json
@@ -263,12 +263,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Введите email вашего аккаунта, и вам будет отправлена подсказка для пароля"
},
- "passwordHint": {
- "message": "Подсказка к паролю"
- },
- "enterEmailToGetHint": {
- "message": "Введите email аккаунта для получения подсказки к мастер-паролю."
- },
"getMasterPasswordHint": {
"message": "Получить подсказку к мастер-паролю"
},
@@ -385,6 +379,15 @@
"editFolder": {
"message": "Изменить папку"
},
+ "editFolderWithName": {
+ "message": "Редактировать папку: $FOLDERNAME$",
+ "placeholders": {
+ "foldername": {
+ "content": "$1",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "Новый папка"
},
@@ -875,7 +878,7 @@
"message": "Нажмите на YubiKey для аутентификации"
},
"duoTwoFactorRequiredPageSubtitle": {
- "message": "Duo two-step login is required for your account. Follow the steps below to finish logging in."
+ "message": "Для вашего аккаунта требуется двухэтапная аутентификация Duo. Выполните следующие действия, чтобы завершить авторизацию."
},
"followTheStepsBelowToFinishLoggingIn": {
"message": "Следуйте указаниям ниже, чтобы завершить авторизацию."
@@ -901,6 +904,9 @@
"no": {
"message": "Нет"
},
+ "location": {
+ "message": "Местоположение"
+ },
"unexpectedError": {
"message": "Произошла непредвиденная ошибка."
},
@@ -1034,7 +1040,7 @@
"message": "Кликните элементы для автозаполнения в режиме просмотра хранилища"
},
"clickToAutofill": {
- "message": "Click items in autofill suggestion to fill"
+ "message": "Выберите элементы в предложении автозаполнения для вставки"
},
"clearClipboard": {
"message": "Очистить буфер обмена",
@@ -1163,10 +1169,6 @@
"message": "Светлая",
"description": "Light color"
},
- "solarizedDark": {
- "message": "Solarized dark",
- "description": "'Solarized' is a noun and the name of a color scheme. It should not be translated."
- },
"exportFrom": {
"message": "Экспорт из"
},
@@ -1516,9 +1518,6 @@
"selfHostedEnvironment": {
"message": "Окружение пользовательского хостинга"
},
- "selfHostedEnvironmentFooter": {
- "message": "Укажите URL Bitwarden на вашем сервере."
- },
"selfHostedBaseUrlHint": {
"message": "Укажите базовый URL вашего локального хостинга Bitwarden. Пример: https://bitwarden.company.com"
},
@@ -1531,9 +1530,6 @@
"customEnvironment": {
"message": "Пользовательское окружение"
},
- "customEnvironmentFooter": {
- "message": "Для опытных пользователей. Можно указать URL отдельно для каждой службы."
- },
"baseUrl": {
"message": "URL сервера"
},
@@ -1671,6 +1667,9 @@
"dragToSort": {
"message": "Перетащите для сортировки"
},
+ "dragToReorder": {
+ "message": "Перетащите для изменения порядка"
+ },
"cfTypeText": {
"message": "Текстовое"
},
@@ -2165,7 +2164,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'"
},
"vaultCustomization": {
- "message": "Vault customization"
+ "message": "Настройка хранилища"
},
"vaultTimeoutAction": {
"message": "Действие по тайм-ауту хранилища"
@@ -2477,7 +2476,7 @@
"message": "Пароли, подверженные риску"
},
"atRiskPasswordDescSingleOrg": {
- "message": "$ORGANIZATION$ запрашивает смену одного пароля, так как он находится под угрозой.",
+ "message": "$ORGANIZATION$ запрашивает смену одного пароля, так как он подвержен риску.",
"placeholders": {
"organization": {
"content": "$1",
@@ -2486,7 +2485,7 @@
}
},
"atRiskPasswordsDescSingleOrgPlural": {
- "message": "$ORGANIZATION$ запрашивает смену $COUNT$ паролей, так как они находятся под угрозой.",
+ "message": "$ORGANIZATION$ запрашивает смену $COUNT$ паролей, так как они подвержены риску.",
"placeholders": {
"organization": {
"content": "$1",
@@ -2499,7 +2498,7 @@
}
},
"atRiskPasswordsDescMultiOrgPlural": {
- "message": "Ваша организация запрашивает смену $COUNT$ паролей, так как они находятся под угрозой.",
+ "message": "Ваша организация запрашивает смену $COUNT$ паролей, так как они подвержены риску.",
"placeholders": {
"count": {
"content": "$1",
@@ -2508,10 +2507,10 @@
}
},
"reviewAndChangeAtRiskPassword": {
- "message": "Review and change one at-risk password"
+ "message": "Проверить и изменить один пароль, подверженный риску"
},
"reviewAndChangeAtRiskPasswordsPlural": {
- "message": "Review and change $COUNT$ at-risk passwords",
+ "message": "Проверить и изменить $COUNT$ паролей, подверженных риску",
"placeholders": {
"count": {
"content": "$1",
@@ -2520,26 +2519,26 @@
}
},
"changeAtRiskPasswordsFaster": {
- "message": "Change at-risk passwords faster"
+ "message": "Меняйте пароли, подверженные риску, быстрее"
},
"changeAtRiskPasswordsFasterDesc": {
- "message": "Update your settings so you can quickly autofill your passwords and generate new ones"
+ "message": "Обновите настройки, чтобы можно было быстро автоматически заполнять пароли и генерировать новые"
},
"reviewAtRiskLogins": {
- "message": "Обзор логинов, находящихся под угрозой"
+ "message": "Обзор логинов, подверженных риску"
},
"reviewAtRiskPasswords": {
- "message": "Обзор паролей, находящихся под угрозой"
+ "message": "Обзор паролей, подверженных риску"
},
"reviewAtRiskLoginsSlideDesc": {
- "message": "Пароли вашей организации находятся под угрозой, потому что они слабые, повторно используются и/или раскрыты.",
+ "message": "Пароли вашей организации подвержены риску, потому что они слабые, повторно используются и/или раскрыты.",
"description": "Description of the review at-risk login slide on the at-risk password page carousel"
},
"reviewAtRiskLoginSlideImgAlt": {
- "message": "Иллюстрация списка логинов, которые находятся под угрозой"
+ "message": "Иллюстрация списка логинов, которые подвержены риску"
},
"generatePasswordSlideDesc": {
- "message": "Быстро сгенерируйте надежный уникальный пароль с помощью меню автозаполнения Bitwarden на сайте, находящемся под угрозой.",
+ "message": "Быстро сгенерируйте надежный уникальный пароль с помощью меню автозаполнения Bitwarden на сайте, подверженном риску.",
"description": "Description of the generate password slide on the at-risk password page carousel"
},
"generatePasswordSlideImgAlt": {
@@ -2556,13 +2555,13 @@
"message": "Иллюстрация уведомления Bitwarden, предлагающего пользователю обновить логин"
},
"turnOnAutofill": {
- "message": "Turn on autofill"
+ "message": "Включить автозаполнение"
},
"turnedOnAutofill": {
- "message": "Turned on autofill"
+ "message": "Автозаполнение включено"
},
"dismiss": {
- "message": "Dismiss"
+ "message": "Отклонить"
},
"websiteItemLabel": {
"message": "Сайт $number$ (URI)",
@@ -3008,6 +3007,15 @@
}
}
},
+ "exportingIndividualVaultWithAttachmentsDescription": {
+ "message": "Будут экспортированы только отдельные элементы хранилища, включая вложения, связанные с $EMAIL$. Элементы хранилища организации включены не будут",
+ "placeholders": {
+ "email": {
+ "content": "$1",
+ "example": "name@example.com"
+ }
+ }
+ },
"exportingOrganizationVaultTitle": {
"message": "Экспорт хранилища организации"
},
@@ -3273,15 +3281,6 @@
}
}
},
- "settingsEdited": {
- "message": "Настройки были изменены"
- },
- "environmentEditedClick": {
- "message": "Нажмите здесь"
- },
- "environmentEditedReset": {
- "message": "для сброса к предварительно настроенным параметрам"
- },
"serverVersion": {
"message": "Версия сервера"
},
@@ -3312,12 +3311,6 @@
"loginWithMasterPassword": {
"message": "Войти с мастер-паролем"
},
- "loggingInAs": {
- "message": "Войти как"
- },
- "notYou": {
- "message": "Не вы?"
- },
"newAroundHere": {
"message": "Вы здесь впервые?"
},
@@ -3327,9 +3320,6 @@
"loginWithDevice": {
"message": "Войти с помощью устройства"
},
- "loginWithDeviceEnabledInfo": {
- "message": "Вход с устройства должен быть настроен в настройках мобильного приложения Bitwarden. Нужен другой вариант?"
- },
"fingerprintPhraseHeader": {
"message": "Фраза отпечатка"
},
@@ -3342,9 +3332,6 @@
"viewAllLogInOptions": {
"message": "Посмотреть все варианты авторизации"
},
- "viewAllLoginOptionsV1": {
- "message": "Посмотреть все варианты авторизации"
- },
"notificationSentDevice": {
"message": "На ваше устройство отправлено уведомление."
},
@@ -3486,9 +3473,6 @@
"requestAdminApproval": {
"message": "Запросить одобрение администратора"
},
- "approveWithMasterPassword": {
- "message": "Одобрить с мастер-паролем"
- },
"ssoIdentifierRequired": {
"message": "Требуется идентификатор SSO организации."
},
@@ -3535,9 +3519,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "Ваш запрос был отправлен администратору."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "Вас уведомят об одобрении."
- },
"troubleLoggingIn": {
"message": "Не удалось войти?"
},
@@ -4298,6 +4279,20 @@
}
}
},
+ "viewItemTitleWithField": {
+ "message": "View item - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a link that opens a view for an item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"autofillTitle": {
"message": "Автозаполнение - $ITEMNAME$",
"description": "Title for a button that autofills a login item.",
@@ -4308,6 +4303,20 @@
}
}
},
+ "autofillTitleWithField": {
+ "message": "Autofill - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a button that autofills a login item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"copyFieldValue": {
"message": "Скопировать $FIELD$, $VALUE$",
"description": "Title for a button that copies a field value to the clipboard.",
@@ -4698,6 +4707,9 @@
}
}
},
+ "reorderWebsiteUriButton": {
+ "message": "Изменить порядок URI. Используйте клавиши курсора для перемещения элемента вверх или вниз."
+ },
"reorderFieldUp": {
"message": "$LABEL$ перемещено вверх, позиция $INDEX$ $LENGTH$",
"placeholders": {
@@ -4758,15 +4770,6 @@
"nothingSelected": {
"message": "Вы ничего не выбрали."
},
- "movedItemsToOrg": {
- "message": "Выбранные элементы перемещены в $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Элементы перемещены в $ORGNAME$",
"placeholders": {
@@ -5129,6 +5132,33 @@
"extraWide": {
"message": "Очень широкое"
},
+ "sshKeyWrongPassword": {
+ "message": "Введенный пароль неверен."
+ },
+ "importSshKey": {
+ "message": "Импорт"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Подтвердите пароль"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Введите пароль для ключа SSH."
+ },
+ "enterSshKeyPassword": {
+ "message": "Введите пароль"
+ },
+ "invalidSshKey": {
+ "message": "Ключ SSH недействителен"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "Тип ключа SSH не поддерживается"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Импорт ключа из буфера обмена"
+ },
+ "sshKeyImported": {
+ "message": "Ключ SSH успешно импортирован"
+ },
"cannotRemoveViewOnlyCollections": {
"message": "Вы не можете удалить коллекции с правами только на просмотр: $COLLECTIONS$",
"placeholders": {
@@ -5145,6 +5175,6 @@
"message": "Чтобы использовать биометрическую разблокировку, обновите приложение для компьютера или отключите разблокировку по отпечатку пальца в настройках компьютера."
},
"changeAtRiskPassword": {
- "message": "Изменить пароль, находящийся под угрозой"
+ "message": "Изменить пароль, подверженный риску"
}
}
diff --git a/apps/browser/src/_locales/si/messages.json b/apps/browser/src/_locales/si/messages.json
index fb444577060..12bac21e11f 100644
--- a/apps/browser/src/_locales/si/messages.json
+++ b/apps/browser/src/_locales/si/messages.json
@@ -263,12 +263,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Enter your account email address and your password hint will be sent to you"
},
- "passwordHint": {
- "message": "මුරපදය ඉඟිය"
- },
- "enterEmailToGetHint": {
- "message": "ඔබගේ ප්රධාන මුරපදය ඉඟියක් ලබා ගැනීමට ඔබගේ ගිණුම ඊ-තැපැල් ලිපිනය ඇතුලත් කරන්න."
- },
"getMasterPasswordHint": {
"message": "ප්රධාන මුරපදය ඉඟියක් ලබා ගන්න"
},
@@ -385,6 +379,15 @@
"editFolder": {
"message": "බහාලුම සංස්කරණය"
},
+ "editFolderWithName": {
+ "message": "Edit folder: $FOLDERNAME$",
+ "placeholders": {
+ "foldername": {
+ "content": "$1",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "New folder"
},
@@ -901,6 +904,9 @@
"no": {
"message": "නැත"
},
+ "location": {
+ "message": "Location"
+ },
"unexpectedError": {
"message": "අනපේක්ෂිත දෝෂයක් සිදුවී ඇත."
},
@@ -1163,10 +1169,6 @@
"message": "ආලෝකය",
"description": "Light color"
},
- "solarizedDark": {
- "message": "අඳුරු අඳුරු",
- "description": "'Solarized' is a noun and the name of a color scheme. It should not be translated."
- },
"exportFrom": {
"message": "Export from"
},
@@ -1516,9 +1518,6 @@
"selfHostedEnvironment": {
"message": "ස්වයං සත්කාරක පරිසරය"
},
- "selfHostedEnvironmentFooter": {
- "message": "බිට්වර්ඩන් ස්ථාපනය සත්කාරකත්වය දරනු ලබන ඔබගේ පරිශ්රයේ මූලික URL එක සඳහන් කරන්න."
- },
"selfHostedBaseUrlHint": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation. Example: https://bitwarden.company.com"
},
@@ -1531,9 +1530,6 @@
"customEnvironment": {
"message": "අභිරුචි පරිසරය"
},
- "customEnvironmentFooter": {
- "message": "උසස් පරිශීලකයින් සඳහා. එක් එක් සේවාවෙහි මූලික URL එක ස්වාධීනව සඳහන් කළ හැකිය."
- },
"baseUrl": {
"message": "සේවාදායකය URL"
},
@@ -1671,6 +1667,9 @@
"dragToSort": {
"message": "වර්ග කිරීමට ඇද දමන්න"
},
+ "dragToReorder": {
+ "message": "Drag to reorder"
+ },
"cfTypeText": {
"message": "පෙළ"
},
@@ -3008,6 +3007,15 @@
}
}
},
+ "exportingIndividualVaultWithAttachmentsDescription": {
+ "message": "Only the individual vault items including attachments associated with $EMAIL$ will be exported. Organization vault items will not be included",
+ "placeholders": {
+ "email": {
+ "content": "$1",
+ "example": "name@example.com"
+ }
+ }
+ },
"exportingOrganizationVaultTitle": {
"message": "Exporting organization vault"
},
@@ -3273,15 +3281,6 @@
}
}
},
- "settingsEdited": {
- "message": "Settings have been edited"
- },
- "environmentEditedClick": {
- "message": "Click here"
- },
- "environmentEditedReset": {
- "message": "to reset to pre-configured settings"
- },
"serverVersion": {
"message": "Server version"
},
@@ -3312,12 +3311,6 @@
"loginWithMasterPassword": {
"message": "Log in with master password"
},
- "loggingInAs": {
- "message": "Logging in as"
- },
- "notYou": {
- "message": "Not you?"
- },
"newAroundHere": {
"message": "New around here?"
},
@@ -3327,9 +3320,6 @@
"loginWithDevice": {
"message": "Log in with device"
},
- "loginWithDeviceEnabledInfo": {
- "message": "Log in with device must be set up in the settings of the Bitwarden app. Need another option?"
- },
"fingerprintPhraseHeader": {
"message": "Fingerprint phrase"
},
@@ -3342,9 +3332,6 @@
"viewAllLogInOptions": {
"message": "View all log in options"
},
- "viewAllLoginOptionsV1": {
- "message": "View all log in options"
- },
"notificationSentDevice": {
"message": "A notification has been sent to your device."
},
@@ -3486,9 +3473,6 @@
"requestAdminApproval": {
"message": "Request admin approval"
},
- "approveWithMasterPassword": {
- "message": "Approve with master password"
- },
"ssoIdentifierRequired": {
"message": "Organization SSO identifier is required."
},
@@ -3535,9 +3519,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "Your request has been sent to your admin."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "You will be notified once approved."
- },
"troubleLoggingIn": {
"message": "Trouble logging in?"
},
@@ -4298,6 +4279,20 @@
}
}
},
+ "viewItemTitleWithField": {
+ "message": "View item - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a link that opens a view for an item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"autofillTitle": {
"message": "Autofill - $ITEMNAME$",
"description": "Title for a button that autofills a login item.",
@@ -4308,6 +4303,20 @@
}
}
},
+ "autofillTitleWithField": {
+ "message": "Autofill - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a button that autofills a login item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"copyFieldValue": {
"message": "Copy $FIELD$, $VALUE$",
"description": "Title for a button that copies a field value to the clipboard.",
@@ -4698,6 +4707,9 @@
}
}
},
+ "reorderWebsiteUriButton": {
+ "message": "Reorder website URI. Use arrow key to move item up or down."
+ },
"reorderFieldUp": {
"message": "$LABEL$ moved up, position $INDEX$ of $LENGTH$",
"placeholders": {
@@ -4758,15 +4770,6 @@
"nothingSelected": {
"message": "You have not selected anything."
},
- "movedItemsToOrg": {
- "message": "Selected items moved to $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Items moved to $ORGNAME$",
"placeholders": {
@@ -5129,6 +5132,33 @@
"extraWide": {
"message": "Extra wide"
},
+ "sshKeyWrongPassword": {
+ "message": "The password you entered is incorrect."
+ },
+ "importSshKey": {
+ "message": "Import"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Confirm password"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Enter the password for the SSH key."
+ },
+ "enterSshKeyPassword": {
+ "message": "Enter password"
+ },
+ "invalidSshKey": {
+ "message": "The SSH key is invalid"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "The SSH key type is not supported"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Import key from clipboard"
+ },
+ "sshKeyImported": {
+ "message": "SSH key imported successfully"
+ },
"cannotRemoveViewOnlyCollections": {
"message": "You cannot remove collections with View only permissions: $COLLECTIONS$",
"placeholders": {
diff --git a/apps/browser/src/_locales/sk/messages.json b/apps/browser/src/_locales/sk/messages.json
index 26f245df214..cd4095f8ff5 100644
--- a/apps/browser/src/_locales/sk/messages.json
+++ b/apps/browser/src/_locales/sk/messages.json
@@ -263,12 +263,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Zadajte e-mailovú adresu účtu a zašleme vám nápoveď k heslu"
},
- "passwordHint": {
- "message": "Nápoveď k heslu"
- },
- "enterEmailToGetHint": {
- "message": "Zadajte emailovú adresu na zaslanie nápovede pre vaše hlavné heslo."
- },
"getMasterPasswordHint": {
"message": "Získať nápoveď k hlavnému heslu"
},
@@ -385,6 +379,15 @@
"editFolder": {
"message": "Upraviť priečinok"
},
+ "editFolderWithName": {
+ "message": "Upraviť priečinok: $FOLDERNAME$",
+ "placeholders": {
+ "foldername": {
+ "content": "$1",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "Nový priečinok"
},
@@ -901,6 +904,9 @@
"no": {
"message": "Nie"
},
+ "location": {
+ "message": "Poloha"
+ },
"unexpectedError": {
"message": "Vyskytla sa neočakávaná chyba."
},
@@ -1163,10 +1169,6 @@
"message": "Svetlý",
"description": "Light color"
},
- "solarizedDark": {
- "message": "Solarized – tmavý",
- "description": "'Solarized' is a noun and the name of a color scheme. It should not be translated."
- },
"exportFrom": {
"message": "Exportovať z"
},
@@ -1516,9 +1518,6 @@
"selfHostedEnvironment": {
"message": "Prostredie s vlastným hostingom"
},
- "selfHostedEnvironmentFooter": {
- "message": "Zadajte základnú URL adresu lokálne hosťovanej inštalácie Bitwarden."
- },
"selfHostedBaseUrlHint": {
"message": "Zadajte základnú URL adresu lokálne hosťovanej inštalácie Bitwarden. Napríklad: https://bitwarden.company.com"
},
@@ -1531,9 +1530,6 @@
"customEnvironment": {
"message": "Vlastné prostredie"
},
- "customEnvironmentFooter": {
- "message": "Pre pokročilých používateľov. Základnú adresu URL každej služby môžete určiť samostatne."
- },
"baseUrl": {
"message": "URL servera"
},
@@ -1671,6 +1667,9 @@
"dragToSort": {
"message": "Zoradiť presúvaním"
},
+ "dragToReorder": {
+ "message": "Ťahaním preskupiť"
+ },
"cfTypeText": {
"message": "Text"
},
@@ -3008,6 +3007,15 @@
}
}
},
+ "exportingIndividualVaultWithAttachmentsDescription": {
+ "message": "Exportované budú iba položky osobného trezora spojené s $EMAIL$. Položky trezora organizácie nebudú zahrnuté v exporte",
+ "placeholders": {
+ "email": {
+ "content": "$1",
+ "example": "name@example.com"
+ }
+ }
+ },
"exportingOrganizationVaultTitle": {
"message": "Exportovanie trezora organizácie"
},
@@ -3273,15 +3281,6 @@
}
}
},
- "settingsEdited": {
- "message": "Nastavenia boli upravené"
- },
- "environmentEditedClick": {
- "message": "Kliknite sem"
- },
- "environmentEditedReset": {
- "message": "na obnovenie predvolených nastavení"
- },
"serverVersion": {
"message": "Verzia servera"
},
@@ -3312,12 +3311,6 @@
"loginWithMasterPassword": {
"message": "Prihlásenie pomocou hlavného hesla"
},
- "loggingInAs": {
- "message": "Prihlasujete sa ako"
- },
- "notYou": {
- "message": "Nie ste to vy?"
- },
"newAroundHere": {
"message": "Ste tu nový?"
},
@@ -3327,9 +3320,6 @@
"loginWithDevice": {
"message": "Prihlásiť pomocou zariadenia"
},
- "loginWithDeviceEnabledInfo": {
- "message": "Prihlásenie pomocou zariadenia musí byť nastavené v nastaveniach aplikácie Bitwarden. Potrebujete inú možnosť?"
- },
"fingerprintPhraseHeader": {
"message": "Fráza odtlačku prsta"
},
@@ -3342,9 +3332,6 @@
"viewAllLogInOptions": {
"message": "Zobraziť všetky možnosti prihlásenia"
},
- "viewAllLoginOptionsV1": {
- "message": "Zobraziť všetky možnosti prihlásenia"
- },
"notificationSentDevice": {
"message": "Do vášho zariadenia bolo odoslané upozornenie."
},
@@ -3486,9 +3473,6 @@
"requestAdminApproval": {
"message": "Žiadosť o schválenie správcom"
},
- "approveWithMasterPassword": {
- "message": "Schváliť pomocou hlavného hesla"
- },
"ssoIdentifierRequired": {
"message": "Pole identifikátora SSO je povinné."
},
@@ -3535,9 +3519,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "Vaša žiadosť bola odoslaná správcovi."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "Po schválení budete informovaný."
- },
"troubleLoggingIn": {
"message": "Máte problémy s prihlásením?"
},
@@ -4298,6 +4279,20 @@
}
}
},
+ "viewItemTitleWithField": {
+ "message": "Zobraziť položku - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a link that opens a view for an item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"autofillTitle": {
"message": "Automatické vyplnenie - $ITEMNAME$",
"description": "Title for a button that autofills a login item.",
@@ -4308,6 +4303,20 @@
}
}
},
+ "autofillTitleWithField": {
+ "message": "Automatické vyplnenie - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a button that autofills a login item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"copyFieldValue": {
"message": "Kopírovať $FIELD$, $VALUE$",
"description": "Title for a button that copies a field value to the clipboard.",
@@ -4698,6 +4707,9 @@
}
}
},
+ "reorderWebsiteUriButton": {
+ "message": "Zmeniť poradie URI webovej stránky. Na presun položky hore alebo dole použite klávesy so šípkami."
+ },
"reorderFieldUp": {
"message": "$LABEL$ presunuté vyššie, pozícia $INDEX$/$LENGTH$",
"placeholders": {
@@ -4758,15 +4770,6 @@
"nothingSelected": {
"message": "Nič ste nevybrali."
},
- "movedItemsToOrg": {
- "message": "Vybraté položky boli presunuté do $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Položky presunuté do $ORGNAME$",
"placeholders": {
@@ -5129,6 +5132,33 @@
"extraWide": {
"message": "Extra široké"
},
+ "sshKeyWrongPassword": {
+ "message": "Zadané heslo je nesprávne."
+ },
+ "importSshKey": {
+ "message": "Importovať"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Potvrdiť heslo"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Zadajte heslo pre kľúč SSH."
+ },
+ "enterSshKeyPassword": {
+ "message": "Zadať heslo"
+ },
+ "invalidSshKey": {
+ "message": "Kľúč SSH je neplatný"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "Tento typ kľúča SSH nie je podporovaný"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Importovať kľúč zo schránky"
+ },
+ "sshKeyImported": {
+ "message": "Kľúč SSH bol úspešne importovaný"
+ },
"cannotRemoveViewOnlyCollections": {
"message": "Zbierky, ktoré môžete len zobraziť nemôžete odstrániť: $COLLECTIONS$",
"placeholders": {
diff --git a/apps/browser/src/_locales/sl/messages.json b/apps/browser/src/_locales/sl/messages.json
index 20982a34557..c77d4cb55f4 100644
--- a/apps/browser/src/_locales/sl/messages.json
+++ b/apps/browser/src/_locales/sl/messages.json
@@ -263,12 +263,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Enter your account email address and your password hint will be sent to you"
},
- "passwordHint": {
- "message": "Namig za geslo"
- },
- "enterEmailToGetHint": {
- "message": "Vnesite e-poštni naslov svojega računa in poslali vam bomo namig za vaše glavno geslo."
- },
"getMasterPasswordHint": {
"message": "Pridobi namig za glavno geslo"
},
@@ -385,6 +379,15 @@
"editFolder": {
"message": "Uredi mapo"
},
+ "editFolderWithName": {
+ "message": "Edit folder: $FOLDERNAME$",
+ "placeholders": {
+ "foldername": {
+ "content": "$1",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "New folder"
},
@@ -901,6 +904,9 @@
"no": {
"message": "Ne"
},
+ "location": {
+ "message": "Location"
+ },
"unexpectedError": {
"message": "Prišlo je do nepričakovane napake."
},
@@ -1163,10 +1169,6 @@
"message": "Svetlo",
"description": "Light color"
},
- "solarizedDark": {
- "message": "Solarized dark",
- "description": "'Solarized' is a noun and the name of a color scheme. It should not be translated."
- },
"exportFrom": {
"message": "Export from"
},
@@ -1516,9 +1518,6 @@
"selfHostedEnvironment": {
"message": "Self-hosted environment"
},
- "selfHostedEnvironmentFooter": {
- "message": "Specify the base URL of your on-premises hosted Bitwarden installation."
- },
"selfHostedBaseUrlHint": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation. Example: https://bitwarden.company.com"
},
@@ -1531,9 +1530,6 @@
"customEnvironment": {
"message": "Okolje po meri"
},
- "customEnvironmentFooter": {
- "message": "For advanced users. You can specify the base URL of each service independently."
- },
"baseUrl": {
"message": "URL naslov strežnika"
},
@@ -1671,6 +1667,9 @@
"dragToSort": {
"message": "Sortirajte z vlečenjem"
},
+ "dragToReorder": {
+ "message": "Drag to reorder"
+ },
"cfTypeText": {
"message": "Besedilo"
},
@@ -3008,6 +3007,15 @@
}
}
},
+ "exportingIndividualVaultWithAttachmentsDescription": {
+ "message": "Only the individual vault items including attachments associated with $EMAIL$ will be exported. Organization vault items will not be included",
+ "placeholders": {
+ "email": {
+ "content": "$1",
+ "example": "name@example.com"
+ }
+ }
+ },
"exportingOrganizationVaultTitle": {
"message": "Exporting organization vault"
},
@@ -3273,15 +3281,6 @@
}
}
},
- "settingsEdited": {
- "message": "Settings have been edited"
- },
- "environmentEditedClick": {
- "message": "Kliknite tukaj"
- },
- "environmentEditedReset": {
- "message": "to reset to pre-configured settings"
- },
"serverVersion": {
"message": "Verzija strežnika"
},
@@ -3312,12 +3311,6 @@
"loginWithMasterPassword": {
"message": "Log in with master password"
},
- "loggingInAs": {
- "message": "Logging in as"
- },
- "notYou": {
- "message": "Niste vi?"
- },
"newAroundHere": {
"message": "New around here?"
},
@@ -3327,9 +3320,6 @@
"loginWithDevice": {
"message": "Log in with device"
},
- "loginWithDeviceEnabledInfo": {
- "message": "Log in with device must be set up in the settings of the Bitwarden app. Need another option?"
- },
"fingerprintPhraseHeader": {
"message": "Identifikacijsko geslo"
},
@@ -3342,9 +3332,6 @@
"viewAllLogInOptions": {
"message": "View all log in options"
},
- "viewAllLoginOptionsV1": {
- "message": "View all log in options"
- },
"notificationSentDevice": {
"message": "A notification has been sent to your device."
},
@@ -3486,9 +3473,6 @@
"requestAdminApproval": {
"message": "Request admin approval"
},
- "approveWithMasterPassword": {
- "message": "Approve with master password"
- },
"ssoIdentifierRequired": {
"message": "Organization SSO identifier is required."
},
@@ -3535,9 +3519,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "Your request has been sent to your admin."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "You will be notified once approved."
- },
"troubleLoggingIn": {
"message": "Trouble logging in?"
},
@@ -4298,6 +4279,20 @@
}
}
},
+ "viewItemTitleWithField": {
+ "message": "View item - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a link that opens a view for an item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"autofillTitle": {
"message": "Autofill - $ITEMNAME$",
"description": "Title for a button that autofills a login item.",
@@ -4308,6 +4303,20 @@
}
}
},
+ "autofillTitleWithField": {
+ "message": "Autofill - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a button that autofills a login item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"copyFieldValue": {
"message": "Copy $FIELD$, $VALUE$",
"description": "Title for a button that copies a field value to the clipboard.",
@@ -4698,6 +4707,9 @@
}
}
},
+ "reorderWebsiteUriButton": {
+ "message": "Reorder website URI. Use arrow key to move item up or down."
+ },
"reorderFieldUp": {
"message": "$LABEL$ moved up, position $INDEX$ of $LENGTH$",
"placeholders": {
@@ -4758,15 +4770,6 @@
"nothingSelected": {
"message": "You have not selected anything."
},
- "movedItemsToOrg": {
- "message": "Selected items moved to $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Items moved to $ORGNAME$",
"placeholders": {
@@ -5129,6 +5132,33 @@
"extraWide": {
"message": "Extra wide"
},
+ "sshKeyWrongPassword": {
+ "message": "The password you entered is incorrect."
+ },
+ "importSshKey": {
+ "message": "Import"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Confirm password"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Enter the password for the SSH key."
+ },
+ "enterSshKeyPassword": {
+ "message": "Enter password"
+ },
+ "invalidSshKey": {
+ "message": "The SSH key is invalid"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "The SSH key type is not supported"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Import key from clipboard"
+ },
+ "sshKeyImported": {
+ "message": "SSH key imported successfully"
+ },
"cannotRemoveViewOnlyCollections": {
"message": "You cannot remove collections with View only permissions: $COLLECTIONS$",
"placeholders": {
diff --git a/apps/browser/src/_locales/sr/messages.json b/apps/browser/src/_locales/sr/messages.json
index 18147852ef1..5e325c6a97c 100644
--- a/apps/browser/src/_locales/sr/messages.json
+++ b/apps/browser/src/_locales/sr/messages.json
@@ -263,12 +263,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Унесите имејл свог налога и биће вам послат савет за лозинку"
},
- "passwordHint": {
- "message": "Савет лозинке"
- },
- "enterEmailToGetHint": {
- "message": "Унесите Ваш имејл да би добили савет за Вашу Главну Лозинку."
- },
"getMasterPasswordHint": {
"message": "Добити савет за Главну Лозинку"
},
@@ -385,6 +379,15 @@
"editFolder": {
"message": "Уреди фасциклу"
},
+ "editFolderWithName": {
+ "message": "Уредити фасциклу: $FOLDERNAME$",
+ "placeholders": {
+ "foldername": {
+ "content": "$1",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "Нова фасцикла"
},
@@ -650,7 +653,7 @@
"message": "Ваш прегледач не подржава једноставно копирање у клипборду. Уместо тога копирајте га ручно."
},
"verifyYourIdentity": {
- "message": "Verify your identity"
+ "message": "Потврдите свој идентитет"
},
"weDontRecognizeThisDevice": {
"message": "Не препознајемо овај уређај. Унесите код послат на адресу ваше електронске поште да би сте потврдили ваш идентитет."
@@ -901,6 +904,9 @@
"no": {
"message": "Не"
},
+ "location": {
+ "message": "Локација"
+ },
"unexpectedError": {
"message": "Дошло је до неочекиване грешке."
},
@@ -1051,7 +1057,7 @@
"message": "Сачувај"
},
"loginSaveSuccessDetails": {
- "message": "$USERNAME$ saved to Bitwarden.",
+ "message": "$USERNAME$ сачуван и Bitwarden.",
"placeholders": {
"username": {
"content": "$1"
@@ -1060,7 +1066,7 @@
"description": "Shown to user after login is saved."
},
"loginUpdatedSuccessDetails": {
- "message": "$USERNAME$ updated in Bitwarden.",
+ "message": "$USERNAME$ ажурирано у Bitwarden.",
"placeholders": {
"username": {
"content": "$1"
@@ -1069,35 +1075,35 @@
"description": "Shown to user after login is updated."
},
"saveAsNewLoginAction": {
- "message": "Save as new login",
+ "message": "Сачувати као нову пријаву",
"description": "Button text for saving login details as a new entry."
},
"updateLoginAction": {
- "message": "Update login",
+ "message": "Ажурирати пријаву",
"description": "Button text for updating an existing login entry."
},
"saveLoginPrompt": {
- "message": "Save login?",
+ "message": "Сачувати пријаву?",
"description": "Prompt asking the user if they want to save their login details."
},
"updateLoginPrompt": {
- "message": "Update existing login?",
+ "message": "Ажурирајте постојећу пријаву?",
"description": "Prompt asking the user if they want to update an existing login entry."
},
"loginSaveSuccess": {
- "message": "Login saved",
+ "message": "Пријава сачувана",
"description": "Message displayed when login details are successfully saved."
},
"loginUpdateSuccess": {
- "message": "Login updated",
+ "message": "Пријава ажурирана",
"description": "Message displayed when login details are successfully updated."
},
"saveFailure": {
- "message": "Error saving",
+ "message": "Грешка при снимању",
"description": "Error message shown when the system fails to save login details."
},
"saveFailureDetails": {
- "message": "Oh no! We couldn't save this. Try entering the details manually.",
+ "message": "Ох не! Нисмо могли да то сачувамо. Покушајте да ручно унесете детаље.",
"description": "Detailed error message shown when saving login details fails."
},
"enableChangedPasswordNotification": {
@@ -1163,10 +1169,6 @@
"message": "Светла",
"description": "Light color"
},
- "solarizedDark": {
- "message": "Solarized црно",
- "description": "'Solarized' is a noun and the name of a color scheme. It should not be translated."
- },
"exportFrom": {
"message": "Извоз од"
},
@@ -1516,9 +1518,6 @@
"selfHostedEnvironment": {
"message": "Самостално окружење"
},
- "selfHostedEnvironmentFooter": {
- "message": "Наведите основни УРЛ ваше локалне Bitwarden инсталације."
- },
"selfHostedBaseUrlHint": {
"message": "Наведите основну УРЛ адресу вашег локалног хостовања Bitwarden-а. Пример: https://bitwarden.company.com"
},
@@ -1531,9 +1530,6 @@
"customEnvironment": {
"message": "Прилагођено окружење"
},
- "customEnvironmentFooter": {
- "message": "За напредне кориснике. Можете да одредите независно основни УРЛ сваког сервиса."
- },
"baseUrl": {
"message": "УРЛ Сервера"
},
@@ -1671,6 +1667,9 @@
"dragToSort": {
"message": "Превуците за сортирање"
},
+ "dragToReorder": {
+ "message": "Превуците да бисте организовали"
+ },
"cfTypeText": {
"message": "Текст"
},
@@ -2477,7 +2476,7 @@
"message": "Лозинке под ризиком"
},
"atRiskPasswordDescSingleOrg": {
- "message": "$ORGANIZATION$ is requesting you change one password because it is at-risk.",
+ "message": "$ORGANIZATION$ тражи да промените једну лозинку јер је ризична.",
"placeholders": {
"organization": {
"content": "$1",
@@ -2486,7 +2485,7 @@
}
},
"atRiskPasswordsDescSingleOrgPlural": {
- "message": "$ORGANIZATION$ is requesting you change the $COUNT$ passwords because they are at-risk.",
+ "message": "$ORGANIZATION$ тражи да промените $COUNT$ лозинке пошто су под ризиком.",
"placeholders": {
"organization": {
"content": "$1",
@@ -2499,7 +2498,7 @@
}
},
"atRiskPasswordsDescMultiOrgPlural": {
- "message": "Your organizations are requesting you change the $COUNT$ passwords because they are at-risk.",
+ "message": "Ваша организација тражи да промените $COUNT$ лозинке пошто су под ризиком.",
"placeholders": {
"count": {
"content": "$1",
@@ -2526,34 +2525,34 @@
"message": "Ажурирајте поставке да бисте брзо поставили лозинке и генерисати нове"
},
"reviewAtRiskLogins": {
- "message": "Review at-risk logins"
+ "message": "Прегледајте ризичне пријаве"
},
"reviewAtRiskPasswords": {
- "message": "Review at-risk passwords"
+ "message": "Прегледати ризичне лозинке"
},
"reviewAtRiskLoginsSlideDesc": {
- "message": "Your organization passwords are at-risk because they are weak, reused, and/or exposed.",
+ "message": "Ваше организационе лозинке су ризичне јер су слабе, поново употребљене и/или изложене.",
"description": "Description of the review at-risk login slide on the at-risk password page carousel"
},
"reviewAtRiskLoginSlideImgAlt": {
- "message": "Illustration of a list of logins that are at-risk"
+ "message": "Илустрација листе пријаве које су ризичне"
},
"generatePasswordSlideDesc": {
- "message": "Quickly generate a strong, unique password with the Bitwarden autofill menu on the at-risk site.",
+ "message": "Брзо генеришите снажну, јединствену лозинку са Bitwarden менијем аутопуњења за коришћење на ризичном сајту.",
"description": "Description of the generate password slide on the at-risk password page carousel"
},
"generatePasswordSlideImgAlt": {
- "message": "Illustration of the Bitwarden autofill menu displaying a generated password"
+ "message": "Илустрација Bitwarden-ског менија аутопуњења који приказују генерисану лозинку"
},
"updateInBitwarden": {
- "message": "Update in Bitwarden"
+ "message": "Ажурирања у Bitwarden"
},
"updateInBitwardenSlideDesc": {
- "message": "Bitwarden will then prompt you to update the password in the password manager.",
+ "message": "Bitwarden ће тада затражити да ажурирате лозинку у менаџеру лозинке.",
"description": "Description of the update in Bitwarden slide on the at-risk password page carousel"
},
"updateInBitwardenSlideImgAlt": {
- "message": "Illustration of a Bitwarden’s notification prompting the user to update the login"
+ "message": "Илустрација Bitwarden-ског обавештења за ажирриање пријаве"
},
"turnOnAutofill": {
"message": "Омогућите ауто-пуњење"
@@ -3008,6 +3007,15 @@
}
}
},
+ "exportingIndividualVaultWithAttachmentsDescription": {
+ "message": "Only the individual vault items including attachments associated with $EMAIL$ will be exported. Organization vault items will not be included",
+ "placeholders": {
+ "email": {
+ "content": "$1",
+ "example": "name@example.com"
+ }
+ }
+ },
"exportingOrganizationVaultTitle": {
"message": "Извоз сефа организације"
},
@@ -3273,15 +3281,6 @@
}
}
},
- "settingsEdited": {
- "message": "Поставке су уређене"
- },
- "environmentEditedClick": {
- "message": "Кликните овде"
- },
- "environmentEditedReset": {
- "message": "за рисетовање на подразумевана подешавања"
- },
"serverVersion": {
"message": "Верзија сервера"
},
@@ -3312,12 +3311,6 @@
"loginWithMasterPassword": {
"message": "Пријавите се са главном лозинком"
},
- "loggingInAs": {
- "message": "Пријављивање као"
- },
- "notYou": {
- "message": "Нисте Ви?"
- },
"newAroundHere": {
"message": "Нов овде?"
},
@@ -3327,9 +3320,6 @@
"loginWithDevice": {
"message": "Пријавите се са уређајем"
},
- "loginWithDeviceEnabledInfo": {
- "message": "Пријава помоћу уређаја мора бити подешена у подешавањима Bitwarden апликације. Потребна је друга опција?"
- },
"fingerprintPhraseHeader": {
"message": "Сигурносна фраза сефа"
},
@@ -3342,9 +3332,6 @@
"viewAllLogInOptions": {
"message": "Погледајте сав извештај у опције"
},
- "viewAllLoginOptionsV1": {
- "message": "Погледајте сав извештај у опције"
- },
"notificationSentDevice": {
"message": "Обавештење је послато на ваш уређај."
},
@@ -3486,9 +3473,6 @@
"requestAdminApproval": {
"message": "Затражити одобрење администратора"
},
- "approveWithMasterPassword": {
- "message": "Одобрити са главном лозинком"
- },
"ssoIdentifierRequired": {
"message": "Потребан је SSO идентификатор организације."
},
@@ -3535,9 +3519,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "Ваш захтев је послат вашем администратору."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "Бићете обавештени када буде одобрено."
- },
"troubleLoggingIn": {
"message": "Имате проблема са пријављивањем?"
},
@@ -4108,7 +4089,7 @@
"message": "Активан налог"
},
"bitwardenAccount": {
- "message": "Bitwarden account"
+ "message": "Bitwarden налог"
},
"availableAccounts": {
"message": "Доступни налози"
@@ -4298,6 +4279,20 @@
}
}
},
+ "viewItemTitleWithField": {
+ "message": "View item - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a link that opens a view for an item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"autofillTitle": {
"message": "Ауто-пуњење - $ITEMNAME$",
"description": "Title for a button that autofills a login item.",
@@ -4308,6 +4303,20 @@
}
}
},
+ "autofillTitleWithField": {
+ "message": "Autofill - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a button that autofills a login item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"copyFieldValue": {
"message": "Копирај $FIELD$, $VALUE$",
"description": "Title for a button that copies a field value to the clipboard.",
@@ -4698,6 +4707,9 @@
}
}
},
+ "reorderWebsiteUriButton": {
+ "message": "Преместити УРЛ сајта. Користите тастер са стрелицом да бисте померили ставку."
+ },
"reorderFieldUp": {
"message": "$LABEL$ премештено на горе, позиција $INDEX$ од $LENGTH$",
"placeholders": {
@@ -4758,15 +4770,6 @@
"nothingSelected": {
"message": "Нисте ништа изабрали."
},
- "movedItemsToOrg": {
- "message": "Одабране ставке премештене у $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Ставке премештене у $ORGNAME$",
"placeholders": {
@@ -5129,6 +5132,33 @@
"extraWide": {
"message": "Врло широко"
},
+ "sshKeyWrongPassword": {
+ "message": "Лозинка коју сте унели није тачна."
+ },
+ "importSshKey": {
+ "message": "Увоз"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Потврда лозинке"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Унети лозинку за SSH кључ."
+ },
+ "enterSshKeyPassword": {
+ "message": "Унесите лозинку"
+ },
+ "invalidSshKey": {
+ "message": "SSH кључ је неважећи"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "Тип SSH кључа није подржан"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Увезите кључ из оставе"
+ },
+ "sshKeyImported": {
+ "message": "SSH кључ је успешно увезен"
+ },
"cannotRemoveViewOnlyCollections": {
"message": "Не можете уклонити колекције са дозволама само за приказ: $COLLECTIONS$",
"placeholders": {
@@ -5145,6 +5175,6 @@
"message": "Да би сте користили биометријско откључавање, надоградите вашу апликацију на рачунару, или онемогућите откључавање отиском прста у подешавањима на рачунару."
},
"changeAtRiskPassword": {
- "message": "Change at-risk password"
+ "message": "Променити ризичну лозинку"
}
}
diff --git a/apps/browser/src/_locales/sv/messages.json b/apps/browser/src/_locales/sv/messages.json
index 152ac67ea46..e3ff6986cae 100644
--- a/apps/browser/src/_locales/sv/messages.json
+++ b/apps/browser/src/_locales/sv/messages.json
@@ -263,12 +263,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Enter your account email address and your password hint will be sent to you"
},
- "passwordHint": {
- "message": "Lösenordsledtråd"
- },
- "enterEmailToGetHint": {
- "message": "Ange din e-postadress för att hämta din huvudlösenordsledtråd."
- },
"getMasterPasswordHint": {
"message": "Hämta huvudlösenordsledtråd"
},
@@ -385,6 +379,15 @@
"editFolder": {
"message": "Redigera mapp"
},
+ "editFolderWithName": {
+ "message": "Edit folder: $FOLDERNAME$",
+ "placeholders": {
+ "foldername": {
+ "content": "$1",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "Ny mapp"
},
@@ -901,6 +904,9 @@
"no": {
"message": "Nej"
},
+ "location": {
+ "message": "Location"
+ },
"unexpectedError": {
"message": "Ett okänt fel har inträffat."
},
@@ -1163,10 +1169,6 @@
"message": "Ljust",
"description": "Light color"
},
- "solarizedDark": {
- "message": "Solarized mörk",
- "description": "'Solarized' is a noun and the name of a color scheme. It should not be translated."
- },
"exportFrom": {
"message": "Exportera från"
},
@@ -1516,9 +1518,6 @@
"selfHostedEnvironment": {
"message": "Egen-hostad miljö"
},
- "selfHostedEnvironmentFooter": {
- "message": "Ange bas-URL:en för din \"on-premise\"-hostade Bitwarden-installation."
- },
"selfHostedBaseUrlHint": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation. Example: https://bitwarden.company.com"
},
@@ -1531,9 +1530,6 @@
"customEnvironment": {
"message": "Anpassad miljö"
},
- "customEnvironmentFooter": {
- "message": "För avancerade användare. Du kan ange bas-URL:en för varje tjänst oberoende av varandra."
- },
"baseUrl": {
"message": "Server-URL"
},
@@ -1671,6 +1667,9 @@
"dragToSort": {
"message": "Dra för att sortera"
},
+ "dragToReorder": {
+ "message": "Drag to reorder"
+ },
"cfTypeText": {
"message": "Text"
},
@@ -3008,6 +3007,15 @@
}
}
},
+ "exportingIndividualVaultWithAttachmentsDescription": {
+ "message": "Only the individual vault items including attachments associated with $EMAIL$ will be exported. Organization vault items will not be included",
+ "placeholders": {
+ "email": {
+ "content": "$1",
+ "example": "name@example.com"
+ }
+ }
+ },
"exportingOrganizationVaultTitle": {
"message": "Exporting organization vault"
},
@@ -3273,15 +3281,6 @@
}
}
},
- "settingsEdited": {
- "message": "Inställningarna har ändrats"
- },
- "environmentEditedClick": {
- "message": "Klicka här"
- },
- "environmentEditedReset": {
- "message": "för att återställa till förkonfigurerade inställningar"
- },
"serverVersion": {
"message": "Serverversion"
},
@@ -3312,12 +3311,6 @@
"loginWithMasterPassword": {
"message": "Logga in med huvudlösenord"
},
- "loggingInAs": {
- "message": "Loggar in som"
- },
- "notYou": {
- "message": "Är det inte du?"
- },
"newAroundHere": {
"message": "Är du ny här?"
},
@@ -3327,9 +3320,6 @@
"loginWithDevice": {
"message": "Logga in med enhet"
},
- "loginWithDeviceEnabledInfo": {
- "message": "\"Logga in med enhet\" måste ställas in i inställningarna i Bitwardens app. Behöver du ett annat alternativ?"
- },
"fingerprintPhraseHeader": {
"message": "Fingeravtrycksfras"
},
@@ -3342,9 +3332,6 @@
"viewAllLogInOptions": {
"message": "Visa alla inloggningsalternativ"
},
- "viewAllLoginOptionsV1": {
- "message": "View all log in options"
- },
"notificationSentDevice": {
"message": "En avisering har skickats till din enhet."
},
@@ -3486,9 +3473,6 @@
"requestAdminApproval": {
"message": "Be om godkännande från administratör"
},
- "approveWithMasterPassword": {
- "message": "Godkänn med huvudlösenord"
- },
"ssoIdentifierRequired": {
"message": "Organisationens SSO-identifierare krävs."
},
@@ -3535,9 +3519,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "Din begäran har skickats till din administratör."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "Du kommer att meddelas vid godkännande."
- },
"troubleLoggingIn": {
"message": "Problem med att logga in?"
},
@@ -4298,6 +4279,20 @@
}
}
},
+ "viewItemTitleWithField": {
+ "message": "View item - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a link that opens a view for an item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"autofillTitle": {
"message": "Autofill - $ITEMNAME$",
"description": "Title for a button that autofills a login item.",
@@ -4308,6 +4303,20 @@
}
}
},
+ "autofillTitleWithField": {
+ "message": "Autofill - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a button that autofills a login item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"copyFieldValue": {
"message": "Copy $FIELD$, $VALUE$",
"description": "Title for a button that copies a field value to the clipboard.",
@@ -4698,6 +4707,9 @@
}
}
},
+ "reorderWebsiteUriButton": {
+ "message": "Reorder website URI. Use arrow key to move item up or down."
+ },
"reorderFieldUp": {
"message": "$LABEL$ moved up, position $INDEX$ of $LENGTH$",
"placeholders": {
@@ -4758,15 +4770,6 @@
"nothingSelected": {
"message": "You have not selected anything."
},
- "movedItemsToOrg": {
- "message": "Selected items moved to $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Items moved to $ORGNAME$",
"placeholders": {
@@ -5129,6 +5132,33 @@
"extraWide": {
"message": "Extra wide"
},
+ "sshKeyWrongPassword": {
+ "message": "The password you entered is incorrect."
+ },
+ "importSshKey": {
+ "message": "Import"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Confirm password"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Enter the password for the SSH key."
+ },
+ "enterSshKeyPassword": {
+ "message": "Enter password"
+ },
+ "invalidSshKey": {
+ "message": "The SSH key is invalid"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "The SSH key type is not supported"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Import key from clipboard"
+ },
+ "sshKeyImported": {
+ "message": "SSH key imported successfully"
+ },
"cannotRemoveViewOnlyCollections": {
"message": "You cannot remove collections with View only permissions: $COLLECTIONS$",
"placeholders": {
diff --git a/apps/browser/src/_locales/te/messages.json b/apps/browser/src/_locales/te/messages.json
index bfce2ae3757..0c087ef7de9 100644
--- a/apps/browser/src/_locales/te/messages.json
+++ b/apps/browser/src/_locales/te/messages.json
@@ -263,12 +263,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Enter your account email address and your password hint will be sent to you"
},
- "passwordHint": {
- "message": "Password hint"
- },
- "enterEmailToGetHint": {
- "message": "Enter your account email address to receive your master password hint."
- },
"getMasterPasswordHint": {
"message": "Get master password hint"
},
@@ -385,6 +379,15 @@
"editFolder": {
"message": "Edit folder"
},
+ "editFolderWithName": {
+ "message": "Edit folder: $FOLDERNAME$",
+ "placeholders": {
+ "foldername": {
+ "content": "$1",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "New folder"
},
@@ -901,6 +904,9 @@
"no": {
"message": "No"
},
+ "location": {
+ "message": "Location"
+ },
"unexpectedError": {
"message": "An unexpected error has occurred."
},
@@ -1163,10 +1169,6 @@
"message": "Light",
"description": "Light color"
},
- "solarizedDark": {
- "message": "Solarized dark",
- "description": "'Solarized' is a noun and the name of a color scheme. It should not be translated."
- },
"exportFrom": {
"message": "Export from"
},
@@ -1516,9 +1518,6 @@
"selfHostedEnvironment": {
"message": "Self-hosted environment"
},
- "selfHostedEnvironmentFooter": {
- "message": "Specify the base URL of your on-premises hosted Bitwarden installation."
- },
"selfHostedBaseUrlHint": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation. Example: https://bitwarden.company.com"
},
@@ -1531,9 +1530,6 @@
"customEnvironment": {
"message": "Custom environment"
},
- "customEnvironmentFooter": {
- "message": "For advanced users. You can specify the base URL of each service independently."
- },
"baseUrl": {
"message": "Server URL"
},
@@ -1671,6 +1667,9 @@
"dragToSort": {
"message": "Drag to sort"
},
+ "dragToReorder": {
+ "message": "Drag to reorder"
+ },
"cfTypeText": {
"message": "Text"
},
@@ -3008,6 +3007,15 @@
}
}
},
+ "exportingIndividualVaultWithAttachmentsDescription": {
+ "message": "Only the individual vault items including attachments associated with $EMAIL$ will be exported. Organization vault items will not be included",
+ "placeholders": {
+ "email": {
+ "content": "$1",
+ "example": "name@example.com"
+ }
+ }
+ },
"exportingOrganizationVaultTitle": {
"message": "Exporting organization vault"
},
@@ -3273,15 +3281,6 @@
}
}
},
- "settingsEdited": {
- "message": "Settings have been edited"
- },
- "environmentEditedClick": {
- "message": "Click here"
- },
- "environmentEditedReset": {
- "message": "to reset to pre-configured settings"
- },
"serverVersion": {
"message": "Server version"
},
@@ -3312,12 +3311,6 @@
"loginWithMasterPassword": {
"message": "Log in with master password"
},
- "loggingInAs": {
- "message": "Logging in as"
- },
- "notYou": {
- "message": "Not you?"
- },
"newAroundHere": {
"message": "New around here?"
},
@@ -3327,9 +3320,6 @@
"loginWithDevice": {
"message": "Log in with device"
},
- "loginWithDeviceEnabledInfo": {
- "message": "Log in with device must be set up in the settings of the Bitwarden app. Need another option?"
- },
"fingerprintPhraseHeader": {
"message": "Fingerprint phrase"
},
@@ -3342,9 +3332,6 @@
"viewAllLogInOptions": {
"message": "View all log in options"
},
- "viewAllLoginOptionsV1": {
- "message": "View all log in options"
- },
"notificationSentDevice": {
"message": "A notification has been sent to your device."
},
@@ -3486,9 +3473,6 @@
"requestAdminApproval": {
"message": "Request admin approval"
},
- "approveWithMasterPassword": {
- "message": "Approve with master password"
- },
"ssoIdentifierRequired": {
"message": "Organization SSO identifier is required."
},
@@ -3535,9 +3519,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "Your request has been sent to your admin."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "You will be notified once approved."
- },
"troubleLoggingIn": {
"message": "Trouble logging in?"
},
@@ -4298,6 +4279,20 @@
}
}
},
+ "viewItemTitleWithField": {
+ "message": "View item - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a link that opens a view for an item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"autofillTitle": {
"message": "Autofill - $ITEMNAME$",
"description": "Title for a button that autofills a login item.",
@@ -4308,6 +4303,20 @@
}
}
},
+ "autofillTitleWithField": {
+ "message": "Autofill - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a button that autofills a login item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"copyFieldValue": {
"message": "Copy $FIELD$, $VALUE$",
"description": "Title for a button that copies a field value to the clipboard.",
@@ -4698,6 +4707,9 @@
}
}
},
+ "reorderWebsiteUriButton": {
+ "message": "Reorder website URI. Use arrow key to move item up or down."
+ },
"reorderFieldUp": {
"message": "$LABEL$ moved up, position $INDEX$ of $LENGTH$",
"placeholders": {
@@ -4758,15 +4770,6 @@
"nothingSelected": {
"message": "You have not selected anything."
},
- "movedItemsToOrg": {
- "message": "Selected items moved to $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Items moved to $ORGNAME$",
"placeholders": {
@@ -5129,6 +5132,33 @@
"extraWide": {
"message": "Extra wide"
},
+ "sshKeyWrongPassword": {
+ "message": "The password you entered is incorrect."
+ },
+ "importSshKey": {
+ "message": "Import"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Confirm password"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Enter the password for the SSH key."
+ },
+ "enterSshKeyPassword": {
+ "message": "Enter password"
+ },
+ "invalidSshKey": {
+ "message": "The SSH key is invalid"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "The SSH key type is not supported"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Import key from clipboard"
+ },
+ "sshKeyImported": {
+ "message": "SSH key imported successfully"
+ },
"cannotRemoveViewOnlyCollections": {
"message": "You cannot remove collections with View only permissions: $COLLECTIONS$",
"placeholders": {
diff --git a/apps/browser/src/_locales/th/messages.json b/apps/browser/src/_locales/th/messages.json
index a6eb0dde351..e2225327664 100644
--- a/apps/browser/src/_locales/th/messages.json
+++ b/apps/browser/src/_locales/th/messages.json
@@ -263,12 +263,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Enter your account email address and your password hint will be sent to you"
},
- "passwordHint": {
- "message": "คำใบ้รหัสผ่าน"
- },
- "enterEmailToGetHint": {
- "message": "กรอกอีเมลของบัญชีของคุณ เพื่อรับคำใบ้เกี่ยวกับรหัสผ่านหลักของคุณ"
- },
"getMasterPasswordHint": {
"message": "รับคำใบ้เกี่ยวกับรหัสผ่านหลักของคุณ"
},
@@ -385,6 +379,15 @@
"editFolder": {
"message": "แก้ไขโฟลเดอร์"
},
+ "editFolderWithName": {
+ "message": "Edit folder: $FOLDERNAME$",
+ "placeholders": {
+ "foldername": {
+ "content": "$1",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "New folder"
},
@@ -901,6 +904,9 @@
"no": {
"message": "ไม่ใช่"
},
+ "location": {
+ "message": "Location"
+ },
"unexpectedError": {
"message": "An unexpected error has occured."
},
@@ -1163,10 +1169,6 @@
"message": "สว่าง",
"description": "Light color"
},
- "solarizedDark": {
- "message": "Solarized Dark",
- "description": "'Solarized' is a noun and the name of a color scheme. It should not be translated."
- },
"exportFrom": {
"message": "Export from"
},
@@ -1516,9 +1518,6 @@
"selfHostedEnvironment": {
"message": "Self-hosted Environment"
},
- "selfHostedEnvironmentFooter": {
- "message": "Specify the base URL of your on-premise hosted bitwarden installation."
- },
"selfHostedBaseUrlHint": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation. Example: https://bitwarden.company.com"
},
@@ -1531,9 +1530,6 @@
"customEnvironment": {
"message": "Custom Environment"
},
- "customEnvironmentFooter": {
- "message": "For advanced users. You can specify the base URL of each service independently."
- },
"baseUrl": {
"message": "URL ของเซิร์ฟเวอร์"
},
@@ -1671,6 +1667,9 @@
"dragToSort": {
"message": "Drag to sort"
},
+ "dragToReorder": {
+ "message": "Drag to reorder"
+ },
"cfTypeText": {
"message": "ข้อความ"
},
@@ -3008,6 +3007,15 @@
}
}
},
+ "exportingIndividualVaultWithAttachmentsDescription": {
+ "message": "Only the individual vault items including attachments associated with $EMAIL$ will be exported. Organization vault items will not be included",
+ "placeholders": {
+ "email": {
+ "content": "$1",
+ "example": "name@example.com"
+ }
+ }
+ },
"exportingOrganizationVaultTitle": {
"message": "Exporting organization vault"
},
@@ -3273,15 +3281,6 @@
}
}
},
- "settingsEdited": {
- "message": "Settings have been edited"
- },
- "environmentEditedClick": {
- "message": "Click here"
- },
- "environmentEditedReset": {
- "message": "to reset to pre-configured settings"
- },
"serverVersion": {
"message": "Server version"
},
@@ -3312,12 +3311,6 @@
"loginWithMasterPassword": {
"message": "Log in with master password"
},
- "loggingInAs": {
- "message": "Logging in as"
- },
- "notYou": {
- "message": "Not you?"
- },
"newAroundHere": {
"message": "New around here?"
},
@@ -3327,9 +3320,6 @@
"loginWithDevice": {
"message": "Log in with device"
},
- "loginWithDeviceEnabledInfo": {
- "message": "Log in with device must be set up in the settings of the Bitwarden app. Need another option?"
- },
"fingerprintPhraseHeader": {
"message": "Fingerprint phrase"
},
@@ -3342,9 +3332,6 @@
"viewAllLogInOptions": {
"message": "View all log in options"
},
- "viewAllLoginOptionsV1": {
- "message": "View all log in options"
- },
"notificationSentDevice": {
"message": "A notification has been sent to your device."
},
@@ -3486,9 +3473,6 @@
"requestAdminApproval": {
"message": "Request admin approval"
},
- "approveWithMasterPassword": {
- "message": "Approve with master password"
- },
"ssoIdentifierRequired": {
"message": "Organization SSO identifier is required."
},
@@ -3535,9 +3519,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "Your request has been sent to your admin."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "You will be notified once approved."
- },
"troubleLoggingIn": {
"message": "Trouble logging in?"
},
@@ -4298,6 +4279,20 @@
}
}
},
+ "viewItemTitleWithField": {
+ "message": "View item - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a link that opens a view for an item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"autofillTitle": {
"message": "Autofill - $ITEMNAME$",
"description": "Title for a button that autofills a login item.",
@@ -4308,6 +4303,20 @@
}
}
},
+ "autofillTitleWithField": {
+ "message": "Autofill - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a button that autofills a login item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"copyFieldValue": {
"message": "Copy $FIELD$, $VALUE$",
"description": "Title for a button that copies a field value to the clipboard.",
@@ -4698,6 +4707,9 @@
}
}
},
+ "reorderWebsiteUriButton": {
+ "message": "Reorder website URI. Use arrow key to move item up or down."
+ },
"reorderFieldUp": {
"message": "$LABEL$ moved up, position $INDEX$ of $LENGTH$",
"placeholders": {
@@ -4758,15 +4770,6 @@
"nothingSelected": {
"message": "You have not selected anything."
},
- "movedItemsToOrg": {
- "message": "Selected items moved to $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Items moved to $ORGNAME$",
"placeholders": {
@@ -5129,6 +5132,33 @@
"extraWide": {
"message": "Extra wide"
},
+ "sshKeyWrongPassword": {
+ "message": "The password you entered is incorrect."
+ },
+ "importSshKey": {
+ "message": "Import"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Confirm password"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Enter the password for the SSH key."
+ },
+ "enterSshKeyPassword": {
+ "message": "Enter password"
+ },
+ "invalidSshKey": {
+ "message": "The SSH key is invalid"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "The SSH key type is not supported"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Import key from clipboard"
+ },
+ "sshKeyImported": {
+ "message": "SSH key imported successfully"
+ },
"cannotRemoveViewOnlyCollections": {
"message": "You cannot remove collections with View only permissions: $COLLECTIONS$",
"placeholders": {
diff --git a/apps/browser/src/_locales/tr/messages.json b/apps/browser/src/_locales/tr/messages.json
index 6b89fbc2eb0..e8788a00d70 100644
--- a/apps/browser/src/_locales/tr/messages.json
+++ b/apps/browser/src/_locales/tr/messages.json
@@ -263,12 +263,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Hesabınızın e-posta adresini girdiğinizde parola ipucunuz size gönderilecektir"
},
- "passwordHint": {
- "message": "Parola ipucu"
- },
- "enterEmailToGetHint": {
- "message": "Ana parola ipucunu almak için hesabınızın e-posta adresini girin."
- },
"getMasterPasswordHint": {
"message": "Ana parola ipucunu al"
},
@@ -385,6 +379,15 @@
"editFolder": {
"message": "Klasörü düzenle"
},
+ "editFolderWithName": {
+ "message": "Klasörü düzenle: $FOLDERNAME$",
+ "placeholders": {
+ "foldername": {
+ "content": "$1",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "Yeni klasör"
},
@@ -901,6 +904,9 @@
"no": {
"message": "Hayır"
},
+ "location": {
+ "message": "Konum"
+ },
"unexpectedError": {
"message": "Beklenmedik bir hata oluştu."
},
@@ -1163,10 +1169,6 @@
"message": "Açık",
"description": "Light color"
},
- "solarizedDark": {
- "message": "Solarized koyu",
- "description": "'Solarized' is a noun and the name of a color scheme. It should not be translated."
- },
"exportFrom": {
"message": "Dışa aktarılacak konum"
},
@@ -1516,9 +1518,6 @@
"selfHostedEnvironment": {
"message": "Şirket içinde barındırılan ortam"
},
- "selfHostedEnvironmentFooter": {
- "message": "Kurum içinde barındırılan Bitwarden kurulumunuzun taban URL'sini belirtin."
- },
"selfHostedBaseUrlHint": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation. Example: https://bitwarden.company.com"
},
@@ -1531,9 +1530,6 @@
"customEnvironment": {
"message": "Özel ortam"
},
- "customEnvironmentFooter": {
- "message": "İleri düzey kullanıcılar için. Her hizmetin taban URL'sini bağımsız olarak belirleyebilirsiniz."
- },
"baseUrl": {
"message": "Sunucu URL'si"
},
@@ -1671,6 +1667,9 @@
"dragToSort": {
"message": "Sıralamak için sürükleyin"
},
+ "dragToReorder": {
+ "message": "Sıralamak için sürükleyin"
+ },
"cfTypeText": {
"message": "Metin"
},
@@ -3008,6 +3007,15 @@
}
}
},
+ "exportingIndividualVaultWithAttachmentsDescription": {
+ "message": "Yalnızca $EMAIL$ ile ilişkili kişisel kasadaki kayıtlar ve dosyalar dışa aktarılacaktır. Kuruluş kasasındaki kayıtlar dahil edilmeyecektir",
+ "placeholders": {
+ "email": {
+ "content": "$1",
+ "example": "name@example.com"
+ }
+ }
+ },
"exportingOrganizationVaultTitle": {
"message": "Kuruluş kasasını dışa aktarma"
},
@@ -3273,15 +3281,6 @@
}
}
},
- "settingsEdited": {
- "message": "Ayarlar düzenlendi"
- },
- "environmentEditedClick": {
- "message": "Buraya tıklayarak"
- },
- "environmentEditedReset": {
- "message": "ön tanımlı ayarları sıfırlayabilirsiniz"
- },
"serverVersion": {
"message": "Sunucu sürümü"
},
@@ -3312,12 +3311,6 @@
"loginWithMasterPassword": {
"message": "Ana parola ile giriş yap"
},
- "loggingInAs": {
- "message": "Giriş yapılan kullanıcı:"
- },
- "notYou": {
- "message": "Siz değil misiniz?"
- },
"newAroundHere": {
"message": "Buralarda yeni misiniz?"
},
@@ -3327,9 +3320,6 @@
"loginWithDevice": {
"message": "Cihazla giriş yap"
},
- "loginWithDeviceEnabledInfo": {
- "message": "Cihazla girişi Bitwarden mobil uygulamasının ayarlarından etkinleştirmelisiniz. Başka bir seçeneğe mi ihtiyacınız var?"
- },
"fingerprintPhraseHeader": {
"message": "Parmak izi ifadesi"
},
@@ -3342,9 +3332,6 @@
"viewAllLogInOptions": {
"message": "Tüm giriş seçeneklerini gör"
},
- "viewAllLoginOptionsV1": {
- "message": "Tüm giriş seçeneklerini gör"
- },
"notificationSentDevice": {
"message": "Cihazınıza bir bildirim gönderildi."
},
@@ -3486,9 +3473,6 @@
"requestAdminApproval": {
"message": "Yönetici onayı iste"
},
- "approveWithMasterPassword": {
- "message": "Ana parola ile onayla"
- },
"ssoIdentifierRequired": {
"message": "Kuruluş SSO tanımlayıcısı gereklidir."
},
@@ -3535,9 +3519,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "İsteğiniz yöneticinize gönderildi."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "Onaylandıktan sonra bilgilendirileceksiniz."
- },
"troubleLoggingIn": {
"message": "Giriş yaparken sorun mu yaşıyorsunuz?"
},
@@ -4298,6 +4279,20 @@
}
}
},
+ "viewItemTitleWithField": {
+ "message": "Kaydı görüntüle - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a link that opens a view for an item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"autofillTitle": {
"message": "Otomatik doldur - $ITEMNAME$",
"description": "Title for a button that autofills a login item.",
@@ -4308,6 +4303,20 @@
}
}
},
+ "autofillTitleWithField": {
+ "message": "Otomatik doldur - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a button that autofills a login item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"copyFieldValue": {
"message": "Kopyala: $FIELD$, $VALUE$",
"description": "Title for a button that copies a field value to the clipboard.",
@@ -4698,6 +4707,9 @@
}
}
},
+ "reorderWebsiteUriButton": {
+ "message": "Reorder website URI. Use arrow key to move item up or down."
+ },
"reorderFieldUp": {
"message": "$LABEL$ moved up, position $INDEX$ of $LENGTH$",
"placeholders": {
@@ -4758,15 +4770,6 @@
"nothingSelected": {
"message": "Hiçbir şey seçmediniz."
},
- "movedItemsToOrg": {
- "message": "Selected items moved to $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Kayıtlar $ORGNAME$ kuruluşuna taşındı",
"placeholders": {
@@ -5129,6 +5132,33 @@
"extraWide": {
"message": "Ekstra geniş"
},
+ "sshKeyWrongPassword": {
+ "message": "Girdiğiniz parola yanlış."
+ },
+ "importSshKey": {
+ "message": "İçe aktar"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Parolayı onaylayın"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "SSH anahtarının parolasını girin."
+ },
+ "enterSshKeyPassword": {
+ "message": "Parolayı girin"
+ },
+ "invalidSshKey": {
+ "message": "The SSH key is invalid"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "The SSH key type is not supported"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Import key from clipboard"
+ },
+ "sshKeyImported": {
+ "message": "SSH key imported successfully"
+ },
"cannotRemoveViewOnlyCollections": {
"message": "You cannot remove collections with View only permissions: $COLLECTIONS$",
"placeholders": {
diff --git a/apps/browser/src/_locales/uk/messages.json b/apps/browser/src/_locales/uk/messages.json
index d437501c444..6bd9ca7fc36 100644
--- a/apps/browser/src/_locales/uk/messages.json
+++ b/apps/browser/src/_locales/uk/messages.json
@@ -81,7 +81,7 @@
"message": "Підказка для головного пароля (необов'язково)"
},
"passwordStrengthScore": {
- "message": "Password strength score $SCORE$",
+ "message": "Рейтинг надійності пароля $SCORE$",
"placeholders": {
"score": {
"content": "$1",
@@ -263,12 +263,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Введіть адресу е-пошти свого облікового запису і вам буде надіслано підказку для пароля"
},
- "passwordHint": {
- "message": "Підказка для пароля"
- },
- "enterEmailToGetHint": {
- "message": "Введіть свою адресу е-пошти, щоб отримати підказку для головного пароля."
- },
"getMasterPasswordHint": {
"message": "Отримати підказку для головного пароля"
},
@@ -385,6 +379,15 @@
"editFolder": {
"message": "Редагування"
},
+ "editFolderWithName": {
+ "message": "Редагувати теку: $FOLDERNAME$",
+ "placeholders": {
+ "foldername": {
+ "content": "$1",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "Нова тека"
},
@@ -650,7 +653,7 @@
"message": "Ваш браузер не підтримує копіювання даних в буфер обміну. Скопіюйте вручну."
},
"verifyYourIdentity": {
- "message": "Verify your identity"
+ "message": "Підтвердьте свою особу"
},
"weDontRecognizeThisDevice": {
"message": "Ми не розпізнаємо цей пристрій. Введіть код, надісланий на вашу електронну пошту, щоб підтвердити вашу особу."
@@ -866,19 +869,19 @@
"message": "Увійти в Bitwarden"
},
"enterTheCodeSentToYourEmail": {
- "message": "Enter the code sent to your email"
+ "message": "Введіть код, надісланий вам електронною поштою"
},
"enterTheCodeFromYourAuthenticatorApp": {
- "message": "Enter the code from your authenticator app"
+ "message": "Введіть код з програми автентифікації"
},
"pressYourYubiKeyToAuthenticate": {
- "message": "Press your YubiKey to authenticate"
+ "message": "Натисніть свій YubiKey для автентифікації"
},
"duoTwoFactorRequiredPageSubtitle": {
- "message": "Duo two-step login is required for your account. Follow the steps below to finish logging in."
+ "message": "Для вашого облікового запису необхідно пройти двоетапну перевірку з Duo. Виконайте наведені нижче кроки, щоб завершити вхід."
},
"followTheStepsBelowToFinishLoggingIn": {
- "message": "Follow the steps below to finish logging in."
+ "message": "Виконайте наведені нижче кроки, щоб завершити вхід."
},
"restartRegistration": {
"message": "Перезапустити реєстрацію"
@@ -901,6 +904,9 @@
"no": {
"message": "Ні"
},
+ "location": {
+ "message": "Розташування"
+ },
"unexpectedError": {
"message": "Сталася неочікувана помилка."
},
@@ -1034,7 +1040,7 @@
"message": "Натисніть на запис у режимі перегляду сховища для автозаповнення"
},
"clickToAutofill": {
- "message": "Click items in autofill suggestion to fill"
+ "message": "Натисніть запис у пропозиціях для автозаповнення"
},
"clearClipboard": {
"message": "Очистити буфер обміну",
@@ -1051,7 +1057,7 @@
"message": "Зберегти"
},
"loginSaveSuccessDetails": {
- "message": "$USERNAME$ saved to Bitwarden.",
+ "message": "$USERNAME$ збережено до Bitwarden.",
"placeholders": {
"username": {
"content": "$1"
@@ -1060,7 +1066,7 @@
"description": "Shown to user after login is saved."
},
"loginUpdatedSuccessDetails": {
- "message": "$USERNAME$ updated in Bitwarden.",
+ "message": "$USERNAME$ оновлено у Bitwarden.",
"placeholders": {
"username": {
"content": "$1"
@@ -1069,35 +1075,35 @@
"description": "Shown to user after login is updated."
},
"saveAsNewLoginAction": {
- "message": "Save as new login",
+ "message": "Зберегти як новий запис",
"description": "Button text for saving login details as a new entry."
},
"updateLoginAction": {
- "message": "Update login",
+ "message": "Оновити запис",
"description": "Button text for updating an existing login entry."
},
"saveLoginPrompt": {
- "message": "Save login?",
+ "message": "Зберегти запис?",
"description": "Prompt asking the user if they want to save their login details."
},
"updateLoginPrompt": {
- "message": "Update existing login?",
+ "message": "Оновити наявний запис?",
"description": "Prompt asking the user if they want to update an existing login entry."
},
"loginSaveSuccess": {
- "message": "Login saved",
+ "message": "Запис збережено",
"description": "Message displayed when login details are successfully saved."
},
"loginUpdateSuccess": {
- "message": "Login updated",
+ "message": "Запис оновлено",
"description": "Message displayed when login details are successfully updated."
},
"saveFailure": {
- "message": "Error saving",
+ "message": "Помилка збереження",
"description": "Error message shown when the system fails to save login details."
},
"saveFailureDetails": {
- "message": "Oh no! We couldn't save this. Try entering the details manually.",
+ "message": "На жаль, не вдається зберегти. Введіть дані вручну.",
"description": "Detailed error message shown when saving login details fails."
},
"enableChangedPasswordNotification": {
@@ -1163,10 +1169,6 @@
"message": "Світла",
"description": "Light color"
},
- "solarizedDark": {
- "message": "Solarized темна",
- "description": "'Solarized' is a noun and the name of a color scheme. It should not be translated."
- },
"exportFrom": {
"message": "Експортувати з"
},
@@ -1420,7 +1422,7 @@
"message": "Запам'ятати мене"
},
"dontAskAgainOnThisDeviceFor30Days": {
- "message": "Don't ask again on this device for 30 days"
+ "message": "Більше не запитувати на цьому пристрої протягом 30 днів"
},
"sendVerificationCodeEmailAgain": {
"message": "Надіслати код підтвердження ще раз"
@@ -1429,11 +1431,11 @@
"message": "Інший спосіб двоетапної перевірки"
},
"selectAnotherMethod": {
- "message": "Select another method",
+ "message": "Обрати інший спосіб",
"description": "Select another two-step login method"
},
"useYourRecoveryCode": {
- "message": "Use your recovery code"
+ "message": "Скористайтеся своїм кодом відновлення"
},
"insertYubiKey": {
"message": "Вставте свій YubiKey в USB порт комп'ютера, потім торкніться цієї кнопки."
@@ -1448,16 +1450,16 @@
"message": "Відкрити нову вкладку"
},
"openInNewTab": {
- "message": "Open in new tab"
+ "message": "Відкрити в новій вкладці"
},
"webAuthnAuthenticate": {
"message": "Автентифікація WebAuthn"
},
"readSecurityKey": {
- "message": "Read security key"
+ "message": "Зчитати ключ безпеки"
},
"awaitingSecurityKeyInteraction": {
- "message": "Awaiting security key interaction..."
+ "message": "Очікується взаємодія з ключем безпеки..."
},
"loginUnavailable": {
"message": "Вхід недоступний"
@@ -1472,7 +1474,7 @@
"message": "Налаштування двоетапної перевірки"
},
"selectTwoStepLoginMethod": {
- "message": "Select two-step login method"
+ "message": "Виберіть спосіб двоетапної перевірки"
},
"recoveryCodeDesc": {
"message": "Втратили доступ до всіх провайдерів двоетапної перевірки? Скористайтеся кодом відновлення, щоб вимкнути двоетапну перевірку для свого облікового запису."
@@ -1516,9 +1518,6 @@
"selfHostedEnvironment": {
"message": "Середовище власного хостингу"
},
- "selfHostedEnvironmentFooter": {
- "message": "Вкажіть основну URL-адресу вашого встановлення Bitwarden на власному хостингу."
- },
"selfHostedBaseUrlHint": {
"message": "Вкажіть основну URL-адресу вашого встановлення Bitwarden на власному хостингу. Зразок: https://bitwarden.company.com"
},
@@ -1531,9 +1530,6 @@
"customEnvironment": {
"message": "Власне середовище"
},
- "customEnvironmentFooter": {
- "message": "Для досвідчених користувачів. Ви можете вказати основну URL-адресу окремо для кожної служби."
- },
"baseUrl": {
"message": "URL-адреса сервера"
},
@@ -1671,6 +1667,9 @@
"dragToSort": {
"message": "Перетягніть, щоб відсортувати"
},
+ "dragToReorder": {
+ "message": "Потягніть, щоб упорядкувати"
+ },
"cfTypeText": {
"message": "Текст"
},
@@ -2165,7 +2164,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'"
},
"vaultCustomization": {
- "message": "Vault customization"
+ "message": "Налаштування сховища"
},
"vaultTimeoutAction": {
"message": "Дія після часу очікування сховища"
@@ -2174,13 +2173,13 @@
"message": "Дія після часу очікування"
},
"newCustomizationOptionsCalloutTitle": {
- "message": "New customization options"
+ "message": "Нові можливості налаштування"
},
"newCustomizationOptionsCalloutContent": {
- "message": "Customize your vault experience with quick copy actions, compact mode, and more!"
+ "message": "Налаштуйте своє сховище за допомогою швидких дій копіювання, компактного режиму та інших можливостей!"
},
"newCustomizationOptionsCalloutLink": {
- "message": "View all Appearance settings"
+ "message": "Всі налаштування подання"
},
"lock": {
"message": "Блокувати",
@@ -2477,7 +2476,7 @@
"message": "Ризиковані паролі"
},
"atRiskPasswordDescSingleOrg": {
- "message": "$ORGANIZATION$ is requesting you change one password because it is at-risk.",
+ "message": "$ORGANIZATION$ вимагає зміни один пароль, оскільки він ризикований.",
"placeholders": {
"organization": {
"content": "$1",
@@ -2486,7 +2485,7 @@
}
},
"atRiskPasswordsDescSingleOrgPlural": {
- "message": "$ORGANIZATION$ is requesting you change the $COUNT$ passwords because they are at-risk.",
+ "message": "$ORGANIZATION$ вимагає зміни $COUNT$ паролів, оскільки вони ризиковані.",
"placeholders": {
"organization": {
"content": "$1",
@@ -2499,7 +2498,7 @@
}
},
"atRiskPasswordsDescMultiOrgPlural": {
- "message": "Your organizations are requesting you change the $COUNT$ passwords because they are at-risk.",
+ "message": "Ваші організації вимагають зміни $COUNT$ паролів, оскільки вони ризиковані.",
"placeholders": {
"count": {
"content": "$1",
@@ -2526,34 +2525,34 @@
"message": "Оновіть налаштування, щоб швидше автоматично заповнювати й створювати паролі"
},
"reviewAtRiskLogins": {
- "message": "Review at-risk logins"
+ "message": "Переглянути записи з ризиком"
},
"reviewAtRiskPasswords": {
- "message": "Review at-risk passwords"
+ "message": "Переглянути ризиковані паролі"
},
"reviewAtRiskLoginsSlideDesc": {
- "message": "Your organization passwords are at-risk because they are weak, reused, and/or exposed.",
+ "message": "Паролі вашої організації ризиковані, оскільки вони ненадійні, повторно використовуються, та/або викриті.",
"description": "Description of the review at-risk login slide on the at-risk password page carousel"
},
"reviewAtRiskLoginSlideImgAlt": {
- "message": "Illustration of a list of logins that are at-risk"
+ "message": "Ілюстрація списку ризикованих записів"
},
"generatePasswordSlideDesc": {
- "message": "Quickly generate a strong, unique password with the Bitwarden autofill menu on the at-risk site.",
+ "message": "Швидко згенеруйте надійний, унікальний пароль через меню автозаповнення Bitwarden на сайті з ризикованим паролем.",
"description": "Description of the generate password slide on the at-risk password page carousel"
},
"generatePasswordSlideImgAlt": {
- "message": "Illustration of the Bitwarden autofill menu displaying a generated password"
+ "message": "Ілюстрація меню автозаповнення Bitwarden, що показує згенерований пароль"
},
"updateInBitwarden": {
- "message": "Update in Bitwarden"
+ "message": "Оновити в Bitwarden"
},
"updateInBitwardenSlideDesc": {
- "message": "Bitwarden will then prompt you to update the password in the password manager.",
+ "message": "Потім Bitwarden запропонує вам оновити пароль у менеджері паролів.",
"description": "Description of the update in Bitwarden slide on the at-risk password page carousel"
},
"updateInBitwardenSlideImgAlt": {
- "message": "Illustration of a Bitwarden’s notification prompting the user to update the login"
+ "message": "Ілюстрація сповіщення Bitwarden, що спонукає користувача оновити пароль"
},
"turnOnAutofill": {
"message": "Увімкніть автозаповнення"
@@ -3008,6 +3007,15 @@
}
}
},
+ "exportingIndividualVaultWithAttachmentsDescription": {
+ "message": "Only the individual vault items including attachments associated with $EMAIL$ will be exported. Organization vault items will not be included",
+ "placeholders": {
+ "email": {
+ "content": "$1",
+ "example": "name@example.com"
+ }
+ }
+ },
"exportingOrganizationVaultTitle": {
"message": "Експортування сховища організації"
},
@@ -3273,15 +3281,6 @@
}
}
},
- "settingsEdited": {
- "message": "Налаштування змінено"
- },
- "environmentEditedClick": {
- "message": "Натисніть тут,"
- },
- "environmentEditedReset": {
- "message": "щоб скинути налаштування"
- },
"serverVersion": {
"message": "Версія сервера"
},
@@ -3312,12 +3311,6 @@
"loginWithMasterPassword": {
"message": "Увійти з головним паролем"
},
- "loggingInAs": {
- "message": "Вхід у систему як"
- },
- "notYou": {
- "message": "Не ви?"
- },
"newAroundHere": {
"message": "Виконуєте вхід вперше?"
},
@@ -3327,9 +3320,6 @@
"loginWithDevice": {
"message": "Увійти з пристроєм"
},
- "loginWithDeviceEnabledInfo": {
- "message": "Потрібно увімкнути схвалення запитів на вхід у налаштуваннях програми Bitwarden. Потрібен інший варіант?"
- },
"fingerprintPhraseHeader": {
"message": "Фраза відбитка"
},
@@ -3342,9 +3332,6 @@
"viewAllLogInOptions": {
"message": "Переглянути всі варіанти входу"
},
- "viewAllLoginOptionsV1": {
- "message": "Переглянути всі варіанти входу"
- },
"notificationSentDevice": {
"message": "Сповіщення було надіслано на ваш пристрій."
},
@@ -3486,9 +3473,6 @@
"requestAdminApproval": {
"message": "Запит підтвердження адміністратора"
},
- "approveWithMasterPassword": {
- "message": "Затвердити з головним паролем"
- },
"ssoIdentifierRequired": {
"message": "Потрібен SSO-ідентифікатор організації."
},
@@ -3535,9 +3519,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "Ваш запит відправлено адміністратору."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "Ви отримаєте сповіщення після затвердження."
- },
"troubleLoggingIn": {
"message": "Проблема під час входу?"
},
@@ -4108,7 +4089,7 @@
"message": "Активний обліковий запис"
},
"bitwardenAccount": {
- "message": "Bitwarden account"
+ "message": "Обліковий запис Bitwarden"
},
"availableAccounts": {
"message": "Доступні облікові записи"
@@ -4298,6 +4279,20 @@
}
}
},
+ "viewItemTitleWithField": {
+ "message": "View item - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a link that opens a view for an item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"autofillTitle": {
"message": "Автозаповнення – $ITEMNAME$",
"description": "Title for a button that autofills a login item.",
@@ -4308,8 +4303,22 @@
}
}
},
+ "autofillTitleWithField": {
+ "message": "Autofill - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a button that autofills a login item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"copyFieldValue": {
- "message": "Copy $FIELD$, $VALUE$",
+ "message": "Копіювати $FIELD$, $VALUE$",
"description": "Title for a button that copies a field value to the clipboard.",
"placeholders": {
"field": {
@@ -4347,7 +4356,7 @@
"message": "Сповіщення"
},
"appearance": {
- "message": "Вигляд"
+ "message": "Подання"
},
"errorAssigningTargetCollection": {
"message": "Помилка призначення цільової збірки."
@@ -4698,6 +4707,9 @@
}
}
},
+ "reorderWebsiteUriButton": {
+ "message": "Змініть порядок URI вебсайтів. Використовуйте стрілки, щоб перемістити елемент вгору чи вниз."
+ },
"reorderFieldUp": {
"message": "$LABEL$ переміщено вгору, позиція $INDEX$ з $LENGTH$",
"placeholders": {
@@ -4758,15 +4770,6 @@
"nothingSelected": {
"message": "Ви нічого не вибрали."
},
- "movedItemsToOrg": {
- "message": "Вибрані записи переміщено до $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Записи переміщено до $ORGNAME$",
"placeholders": {
@@ -5129,6 +5132,33 @@
"extraWide": {
"message": "Дуже широке"
},
+ "sshKeyWrongPassword": {
+ "message": "Ви ввели неправильний пароль."
+ },
+ "importSshKey": {
+ "message": "Імпорт"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Підтвердити пароль"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Введіть пароль для ключа SSH."
+ },
+ "enterSshKeyPassword": {
+ "message": "Введіть пароль"
+ },
+ "invalidSshKey": {
+ "message": "Ключ SSH недійсний"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "Тип ключа SSH не підтримується"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Імпортувати ключ із буфера обміну"
+ },
+ "sshKeyImported": {
+ "message": "Ключ SSH успішно імпортовано"
+ },
"cannotRemoveViewOnlyCollections": {
"message": "Ви не можете вилучати збірки, маючи дозвіл лише на перегляд: $COLLECTIONS$",
"placeholders": {
@@ -5145,6 +5175,6 @@
"message": "Щоб використовувати біометричне розблокування, оновіть комп'ютерну програму, або вимкніть розблокування відбитком пальця в налаштуваннях системи."
},
"changeAtRiskPassword": {
- "message": "Change at-risk password"
+ "message": "Змінити ризикований пароль"
}
}
diff --git a/apps/browser/src/_locales/vi/messages.json b/apps/browser/src/_locales/vi/messages.json
index d3624dad652..35c553f72f1 100644
--- a/apps/browser/src/_locales/vi/messages.json
+++ b/apps/browser/src/_locales/vi/messages.json
@@ -263,12 +263,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "Enter your account email address and your password hint will be sent to you"
},
- "passwordHint": {
- "message": "Gợi ý mật khẩu"
- },
- "enterEmailToGetHint": {
- "message": "Nhập địa chỉ email tài khoản của bạn để nhận gợi ý mật khẩu chính."
- },
"getMasterPasswordHint": {
"message": "Nhận gợi ý mật khẩu chính"
},
@@ -385,6 +379,15 @@
"editFolder": {
"message": "Chỉnh sửa thư mục"
},
+ "editFolderWithName": {
+ "message": "Edit folder: $FOLDERNAME$",
+ "placeholders": {
+ "foldername": {
+ "content": "$1",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "Thư mục mới"
},
@@ -901,6 +904,9 @@
"no": {
"message": "Không"
},
+ "location": {
+ "message": "Location"
+ },
"unexpectedError": {
"message": "Một lỗi bất ngờ đã xảy ra."
},
@@ -1163,10 +1169,6 @@
"message": "Sáng",
"description": "Light color"
},
- "solarizedDark": {
- "message": "Solarized Dark",
- "description": "'Solarized' is a noun and the name of a color scheme. It should not be translated."
- },
"exportFrom": {
"message": "Xuất từ"
},
@@ -1516,9 +1518,6 @@
"selfHostedEnvironment": {
"message": "Môi trường tự lưu trữ"
},
- "selfHostedEnvironmentFooter": {
- "message": "Chỉ định liên kết cơ bản của cài đặt bitwarden tại chỗ của bạn."
- },
"selfHostedBaseUrlHint": {
"message": "Nhập địa chỉ cơ sở của bản cài đặt Bitwarden được lưu trữ tại máy chủ của bạn. Ví dụ: https://bitwarden.company.com"
},
@@ -1531,9 +1530,6 @@
"customEnvironment": {
"message": "Môi trường tùy chỉnh"
},
- "customEnvironmentFooter": {
- "message": "Đối với người dùng nâng cao. Bạn có thể chỉ định URL cơ bản của mỗi dịch vụ một cách độc lập."
- },
"baseUrl": {
"message": "URL máy chủ"
},
@@ -1671,6 +1667,9 @@
"dragToSort": {
"message": "Kéo để sắp xếp"
},
+ "dragToReorder": {
+ "message": "Drag to reorder"
+ },
"cfTypeText": {
"message": "Văn bản"
},
@@ -3008,6 +3007,15 @@
}
}
},
+ "exportingIndividualVaultWithAttachmentsDescription": {
+ "message": "Only the individual vault items including attachments associated with $EMAIL$ will be exported. Organization vault items will not be included",
+ "placeholders": {
+ "email": {
+ "content": "$1",
+ "example": "name@example.com"
+ }
+ }
+ },
"exportingOrganizationVaultTitle": {
"message": "Đang xuất dữ liệu kho tổ chức"
},
@@ -3273,15 +3281,6 @@
}
}
},
- "settingsEdited": {
- "message": "Cài đặt đã được chỉnh sửa"
- },
- "environmentEditedClick": {
- "message": "Nhấn vào đây"
- },
- "environmentEditedReset": {
- "message": "để đặt lại cài đặt đã thiết đặt từ trước"
- },
"serverVersion": {
"message": "Phiên bản máy chủ"
},
@@ -3312,12 +3311,6 @@
"loginWithMasterPassword": {
"message": "Đăng nhập bằng mật khẩu chính"
},
- "loggingInAs": {
- "message": "Đang đăng nhập với tên"
- },
- "notYou": {
- "message": "Không phải bạn?"
- },
"newAroundHere": {
"message": "Bạn mới tới đây sao?"
},
@@ -3327,9 +3320,6 @@
"loginWithDevice": {
"message": "Đăng nhập bằng thiết bị"
},
- "loginWithDeviceEnabledInfo": {
- "message": "Đăng nhập bằng thiết bị phải được thiết lập trong cài đặt của ứng dụng Bitwarden. Dùng cách khác?"
- },
"fingerprintPhraseHeader": {
"message": "Cụm vân tay"
},
@@ -3342,9 +3332,6 @@
"viewAllLogInOptions": {
"message": "View all log in options"
},
- "viewAllLoginOptionsV1": {
- "message": "View all log in options"
- },
"notificationSentDevice": {
"message": "Một thông báo đã được gửi đến thiết bị của bạn."
},
@@ -3486,9 +3473,6 @@
"requestAdminApproval": {
"message": "Yêu cầu quản trị viên phê duyệt"
},
- "approveWithMasterPassword": {
- "message": "Phê duyệt bằng mật khẩu chính"
- },
"ssoIdentifierRequired": {
"message": "Cần có mã định danh SSO của tổ chức."
},
@@ -3535,9 +3519,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "Yêu cầu của bạn đã được gửi đến quản trị viên."
},
- "youWillBeNotifiedOnceApproved": {
- "message": "Bạn sẽ có thông báo nếu được phê duyệt."
- },
"troubleLoggingIn": {
"message": "Không thể đăng nhập?"
},
@@ -4298,6 +4279,20 @@
}
}
},
+ "viewItemTitleWithField": {
+ "message": "View item - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a link that opens a view for an item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"autofillTitle": {
"message": "Tự động điền - $ITEMNAME$",
"description": "Title for a button that autofills a login item.",
@@ -4308,6 +4303,20 @@
}
}
},
+ "autofillTitleWithField": {
+ "message": "Autofill - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a button that autofills a login item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"copyFieldValue": {
"message": "Copy $FIELD$, $VALUE$",
"description": "Title for a button that copies a field value to the clipboard.",
@@ -4698,6 +4707,9 @@
}
}
},
+ "reorderWebsiteUriButton": {
+ "message": "Reorder website URI. Use arrow key to move item up or down."
+ },
"reorderFieldUp": {
"message": "$LABEL$ đã di chuyển lên vị trí $INDEX$ / $LENGTH$",
"placeholders": {
@@ -4758,15 +4770,6 @@
"nothingSelected": {
"message": "Bạn chưa chọn gì."
},
- "movedItemsToOrg": {
- "message": "Đã chuyển các mục được chọn đến $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "Các mục đã được chuyển tới $ORGNAME$",
"placeholders": {
@@ -5129,6 +5132,33 @@
"extraWide": {
"message": "Extra wide"
},
+ "sshKeyWrongPassword": {
+ "message": "The password you entered is incorrect."
+ },
+ "importSshKey": {
+ "message": "Import"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Confirm password"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Enter the password for the SSH key."
+ },
+ "enterSshKeyPassword": {
+ "message": "Enter password"
+ },
+ "invalidSshKey": {
+ "message": "The SSH key is invalid"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "The SSH key type is not supported"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Import key from clipboard"
+ },
+ "sshKeyImported": {
+ "message": "SSH key imported successfully"
+ },
"cannotRemoveViewOnlyCollections": {
"message": "Bạn không thể xóa các bộ sưu tập với quyền chỉ xem: $COLLECTIONS$",
"placeholders": {
diff --git a/apps/browser/src/_locales/zh_CN/messages.json b/apps/browser/src/_locales/zh_CN/messages.json
index d4fb1e8042f..fc6f70cb6a4 100644
--- a/apps/browser/src/_locales/zh_CN/messages.json
+++ b/apps/browser/src/_locales/zh_CN/messages.json
@@ -263,12 +263,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "输入您的账户电子邮箱地址,您的密码提示将发送给您"
},
- "passwordHint": {
- "message": "密码提示"
- },
- "enterEmailToGetHint": {
- "message": "请输入您的账户电子邮箱地址来接收主密码提示。"
- },
"getMasterPasswordHint": {
"message": "获取主密码提示"
},
@@ -385,6 +379,15 @@
"editFolder": {
"message": "编辑文件夹"
},
+ "editFolderWithName": {
+ "message": "编辑文件夹:$FOLDERNAME$",
+ "placeholders": {
+ "foldername": {
+ "content": "$1",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "新增文件夹"
},
@@ -584,7 +587,7 @@
"message": "私密备注"
},
"note": {
- "message": "笔记"
+ "message": "备注"
},
"editItem": {
"message": "编辑项目"
@@ -901,6 +904,9 @@
"no": {
"message": "否"
},
+ "location": {
+ "message": "位置"
+ },
"unexpectedError": {
"message": "发生意外错误。"
},
@@ -1163,10 +1169,6 @@
"message": "浅色",
"description": "Light color"
},
- "solarizedDark": {
- "message": "过曝暗",
- "description": "'Solarized' is a noun and the name of a color scheme. It should not be translated."
- },
"exportFrom": {
"message": "导出自"
},
@@ -1457,7 +1459,7 @@
"message": "读取安全密钥"
},
"awaitingSecurityKeyInteraction": {
- "message": "等待安全密钥交互……"
+ "message": "等待安全密钥交互..."
},
"loginUnavailable": {
"message": "登录不可用"
@@ -1516,9 +1518,6 @@
"selfHostedEnvironment": {
"message": "自托管环境"
},
- "selfHostedEnvironmentFooter": {
- "message": "指定您本地托管的 Bitwarden 安装的基础 URL。"
- },
"selfHostedBaseUrlHint": {
"message": "指定您的本地托管 Bitwarden 安装的基础 URL。例如:https://bitwarden.company.com"
},
@@ -1526,14 +1525,11 @@
"message": "对于高级配置,您可以单独指定每个服务的基础 URL。"
},
"selfHostedEnvFormInvalid": {
- "message": "您必须添加基础服务器 URL 或至少一个自定义环境。"
+ "message": "您必须添加基础服务器 URL 或至少添加一个自定义环境。"
},
"customEnvironment": {
"message": "自定义环境"
},
- "customEnvironmentFooter": {
- "message": "适用于高级用户。您可以分别指定各个服务的基础 URL。"
- },
"baseUrl": {
"message": "服务器 URL"
},
@@ -1671,6 +1667,9 @@
"dragToSort": {
"message": "拖动排序"
},
+ "dragToReorder": {
+ "message": "拖动以重新排序"
+ },
"cfTypeText": {
"message": "文本型"
},
@@ -2121,7 +2120,7 @@
"message": "等待来自桌面端的确认"
},
"awaitDesktopDesc": {
- "message": "请确认在 Bitwarden 桌面应用程序中设置了生物识别以设置浏览器的生物识别。"
+ "message": "请确认在 Bitwarden 桌面应用程序中使用了生物识别以设置浏览器的生物识别。"
},
"lockWithMasterPassOnRestart": {
"message": "浏览器重启后使用主密码锁定"
@@ -2209,7 +2208,7 @@
"message": "项目已恢复"
},
"alreadyHaveAccount": {
- "message": "已经拥有账户了吗?"
+ "message": "已经有账户了吗?"
},
"vaultTimeoutLogOutConfirmation": {
"message": "超时后注销账户将解除对密码库的所有访问权限,并需要进行在线身份验证。确定使用此设置吗?"
@@ -2386,7 +2385,7 @@
"message": "生物识别未设置"
},
"biometricsNotEnabledDesc": {
- "message": "需要首先在桌面应用程序的设置中设置生物识别才能使用浏览器的生物识别。"
+ "message": "需要首先在桌面端的设置中设置生物识别,才能使用浏览器的生物识别。"
},
"biometricsNotSupportedTitle": {
"message": "不支持生物识别"
@@ -3008,6 +3007,15 @@
}
}
},
+ "exportingIndividualVaultWithAttachmentsDescription": {
+ "message": "仅会导出与 $EMAIL$ 关联的个人密码库项目(包括附件)。不包括组织密码库项目。",
+ "placeholders": {
+ "email": {
+ "content": "$1",
+ "example": "name@example.com"
+ }
+ }
+ },
"exportingOrganizationVaultTitle": {
"message": "正在导出组织密码库"
},
@@ -3273,15 +3281,6 @@
}
}
},
- "settingsEdited": {
- "message": "设置已编辑"
- },
- "environmentEditedClick": {
- "message": "点击此处"
- },
- "environmentEditedReset": {
- "message": "重置为预设设置"
- },
"serverVersion": {
"message": "服务器版本"
},
@@ -3312,12 +3311,6 @@
"loginWithMasterPassword": {
"message": "使用主密码登录"
},
- "loggingInAs": {
- "message": "正登录为"
- },
- "notYou": {
- "message": "不是您吗?"
- },
"newAroundHere": {
"message": "初来乍到吗?"
},
@@ -3327,9 +3320,6 @@
"loginWithDevice": {
"message": "使用设备登录"
},
- "loginWithDeviceEnabledInfo": {
- "message": "必须在 Bitwarden App 的设置中启用设备登录。需要其他登录选项吗?"
- },
"fingerprintPhraseHeader": {
"message": "指纹短语"
},
@@ -3342,9 +3332,6 @@
"viewAllLogInOptions": {
"message": "查看所有登录选项"
},
- "viewAllLoginOptionsV1": {
- "message": "查看所有登录选项"
- },
"notificationSentDevice": {
"message": "通知已发送到您的设备。"
},
@@ -3486,9 +3473,6 @@
"requestAdminApproval": {
"message": "请求管理员批准"
},
- "approveWithMasterPassword": {
- "message": "使用主密码批准"
- },
"ssoIdentifierRequired": {
"message": "必须填写组织 SSO 标识符。"
},
@@ -3535,9 +3519,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "您的请求已发送给您的管理员。"
},
- "youWillBeNotifiedOnceApproved": {
- "message": "批准后,您将收到通知。"
- },
"troubleLoggingIn": {
"message": "登录遇到问题吗?"
},
@@ -3571,7 +3552,7 @@
"message": "搜索"
},
"inputMinLength": {
- "message": "至少输入 $COUNT$ 个字符。",
+ "message": "输入长度不能低于 $COUNT$ 个字符。",
"placeholders": {
"count": {
"content": "$1",
@@ -3656,7 +3637,7 @@
"message": "正在获取选项..."
},
"multiSelectNotFound": {
- "message": "未找到任何条目"
+ "message": "未找到任何项目"
},
"multiSelectClearAll": {
"message": "清除全部"
@@ -4237,7 +4218,7 @@
"message": "建议的项目"
},
"autofillSuggestionsTip": {
- "message": "将此站点保存为登录项目以用于自动填充"
+ "message": "为这个站点保存一个登录项目以自动填充"
},
"yourVaultIsEmpty": {
"message": "您的密码库是空的"
@@ -4246,7 +4227,7 @@
"message": "没有搜索到匹配的项目"
},
"clearFiltersOrTryAnother": {
- "message": "清除筛选或尝试另一个搜索词"
+ "message": "清除筛选或尝试其他搜索词"
},
"copyInfoTitle": {
"message": "复制信息 - $ITEMNAME$",
@@ -4298,6 +4279,20 @@
}
}
},
+ "viewItemTitleWithField": {
+ "message": "查看项目 - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a link that opens a view for an item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"autofillTitle": {
"message": "自动填充 - $ITEMNAME$",
"description": "Title for a button that autofills a login item.",
@@ -4308,6 +4303,20 @@
}
}
},
+ "autofillTitleWithField": {
+ "message": "自动填充 - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a button that autofills a login item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"copyFieldValue": {
"message": "复制 $FIELD$,$VALUE$",
"description": "Title for a button that copies a field value to the clipboard.",
@@ -4698,6 +4707,9 @@
}
}
},
+ "reorderWebsiteUriButton": {
+ "message": "重新排序网站 URI。使用箭头键向上或向下移动项目。"
+ },
"reorderFieldUp": {
"message": "$LABEL$ 已上移,位置 $INDEX$ / $LENGTH$",
"placeholders": {
@@ -4758,15 +4770,6 @@
"nothingSelected": {
"message": "您尚未选择任何内容。"
},
- "movedItemsToOrg": {
- "message": "所选项目已移动到 $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "项目已移动到 $ORGNAME$",
"placeholders": {
@@ -5129,6 +5132,33 @@
"extraWide": {
"message": "超宽"
},
+ "sshKeyWrongPassword": {
+ "message": "您输入的密码不正确。"
+ },
+ "importSshKey": {
+ "message": "导入"
+ },
+ "confirmSshKeyPassword": {
+ "message": "确认密码"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "输入 SSH 密钥的密码。"
+ },
+ "enterSshKeyPassword": {
+ "message": "输入密码"
+ },
+ "invalidSshKey": {
+ "message": "此 SSH 密钥无效"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "不支持此 SSH 密钥类型"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "从剪贴板导入密钥"
+ },
+ "sshKeyImported": {
+ "message": "SSH 密钥导入成功"
+ },
"cannotRemoveViewOnlyCollections": {
"message": "您无法删除仅具有「查看」权限的集合:$COLLECTIONS$",
"placeholders": {
diff --git a/apps/browser/src/_locales/zh_TW/messages.json b/apps/browser/src/_locales/zh_TW/messages.json
index 1b44c355dcf..365aae61ebf 100644
--- a/apps/browser/src/_locales/zh_TW/messages.json
+++ b/apps/browser/src/_locales/zh_TW/messages.json
@@ -263,12 +263,6 @@
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
"message": "輸入您帳號的電子郵件,您的密碼提示會傳送給您"
},
- "passwordHint": {
- "message": "密碼提示"
- },
- "enterEmailToGetHint": {
- "message": "請輸入您的帳户電子郵件地址以接收主密碼提示。"
- },
"getMasterPasswordHint": {
"message": "取得主密碼提示"
},
@@ -385,6 +379,15 @@
"editFolder": {
"message": "編輯資料夾"
},
+ "editFolderWithName": {
+ "message": "Edit folder: $FOLDERNAME$",
+ "placeholders": {
+ "foldername": {
+ "content": "$1",
+ "example": "Social"
+ }
+ }
+ },
"newFolder": {
"message": "新增資料夾"
},
@@ -901,6 +904,9 @@
"no": {
"message": "否"
},
+ "location": {
+ "message": "Location"
+ },
"unexpectedError": {
"message": "發生了未預期的錯誤。"
},
@@ -1163,10 +1169,6 @@
"message": "淺色",
"description": "Light color"
},
- "solarizedDark": {
- "message": "Solarized 深色主題",
- "description": "'Solarized' is a noun and the name of a color scheme. It should not be translated."
- },
"exportFrom": {
"message": "匯出自"
},
@@ -1516,9 +1518,6 @@
"selfHostedEnvironment": {
"message": "自我裝載環境"
},
- "selfHostedEnvironmentFooter": {
- "message": "指定您內部部署的 Bitwarden 安裝之基礎 URL。"
- },
"selfHostedBaseUrlHint": {
"message": "指定您自建的 Bitwarden 伺服器的網域 URL。例如:https://bitwarden.company.com"
},
@@ -1531,9 +1530,6 @@
"customEnvironment": {
"message": "自訂環境"
},
- "customEnvironmentFooter": {
- "message": "適用於進階使用者。您可以單獨指定各個服務的基礎 URL。"
- },
"baseUrl": {
"message": "伺服器 URL"
},
@@ -1671,6 +1667,9 @@
"dragToSort": {
"message": "透過拖曳來排序"
},
+ "dragToReorder": {
+ "message": "Drag to reorder"
+ },
"cfTypeText": {
"message": "文字型"
},
@@ -3008,6 +3007,15 @@
}
}
},
+ "exportingIndividualVaultWithAttachmentsDescription": {
+ "message": "Only the individual vault items including attachments associated with $EMAIL$ will be exported. Organization vault items will not be included",
+ "placeholders": {
+ "email": {
+ "content": "$1",
+ "example": "name@example.com"
+ }
+ }
+ },
"exportingOrganizationVaultTitle": {
"message": "正在匯出組織密碼庫"
},
@@ -3273,15 +3281,6 @@
}
}
},
- "settingsEdited": {
- "message": "設定已編輯"
- },
- "environmentEditedClick": {
- "message": "點選此處"
- },
- "environmentEditedReset": {
- "message": "重設為預設設定"
- },
"serverVersion": {
"message": "伺服器版本"
},
@@ -3312,12 +3311,6 @@
"loginWithMasterPassword": {
"message": "使用主密碼登入"
},
- "loggingInAs": {
- "message": "正登入為"
- },
- "notYou": {
- "message": "不是您嗎?"
- },
"newAroundHere": {
"message": "第一次使用?"
},
@@ -3327,9 +3320,6 @@
"loginWithDevice": {
"message": "使用裝置登入"
},
- "loginWithDeviceEnabledInfo": {
- "message": "裝置登入必須在 Bitwarden 應用程式的設定中啟用。需要其他選項嗎?"
- },
"fingerprintPhraseHeader": {
"message": "指紋短語"
},
@@ -3342,9 +3332,6 @@
"viewAllLogInOptions": {
"message": "檢視所有登入選項"
},
- "viewAllLoginOptionsV1": {
- "message": "檢視所有登入選項"
- },
"notificationSentDevice": {
"message": "已傳送通知至您的裝置。"
},
@@ -3486,9 +3473,6 @@
"requestAdminApproval": {
"message": "要求管理員核准"
},
- "approveWithMasterPassword": {
- "message": "使用主密碼核准"
- },
"ssoIdentifierRequired": {
"message": "需要組織 SSO 識別碼。"
},
@@ -3535,9 +3519,6 @@
"adminApprovalRequestSentToAdmins": {
"message": "您的要求已傳送給您的管理員。"
},
- "youWillBeNotifiedOnceApproved": {
- "message": "核准後將通知您。"
- },
"troubleLoggingIn": {
"message": "登入時遇到困難?"
},
@@ -4298,6 +4279,20 @@
}
}
},
+ "viewItemTitleWithField": {
+ "message": "View item - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a link that opens a view for an item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"autofillTitle": {
"message": "自動填入 - $ITEMNAME$",
"description": "Title for a button that autofills a login item.",
@@ -4308,6 +4303,20 @@
}
}
},
+ "autofillTitleWithField": {
+ "message": "Autofill - $ITEMNAME$ - $FIELD$",
+ "description": "Title for a button that autofills a login item.",
+ "placeholders": {
+ "itemname": {
+ "content": "$1",
+ "example": "Secret Item"
+ },
+ "field": {
+ "content": "$2",
+ "example": "Username"
+ }
+ }
+ },
"copyFieldValue": {
"message": "Copy $FIELD$, $VALUE$",
"description": "Title for a button that copies a field value to the clipboard.",
@@ -4698,6 +4707,9 @@
}
}
},
+ "reorderWebsiteUriButton": {
+ "message": "Reorder website URI. Use arrow key to move item up or down."
+ },
"reorderFieldUp": {
"message": "往上移動 $LABEL$,位置 $LENGTH$ 之 $INDEX$",
"placeholders": {
@@ -4758,15 +4770,6 @@
"nothingSelected": {
"message": "您沒有選擇任何項目。"
},
- "movedItemsToOrg": {
- "message": "將已選取項目移動至 $ORGNAME$",
- "placeholders": {
- "orgname": {
- "content": "$1",
- "example": "Company Name"
- }
- }
- },
"itemsMovedToOrg": {
"message": "項目已移到 $ORGNAME$",
"placeholders": {
@@ -5129,6 +5132,33 @@
"extraWide": {
"message": "更寬"
},
+ "sshKeyWrongPassword": {
+ "message": "The password you entered is incorrect."
+ },
+ "importSshKey": {
+ "message": "Import"
+ },
+ "confirmSshKeyPassword": {
+ "message": "Confirm password"
+ },
+ "enterSshKeyPasswordDesc": {
+ "message": "Enter the password for the SSH key."
+ },
+ "enterSshKeyPassword": {
+ "message": "Enter password"
+ },
+ "invalidSshKey": {
+ "message": "The SSH key is invalid"
+ },
+ "sshKeyTypeUnsupported": {
+ "message": "The SSH key type is not supported"
+ },
+ "importSshKeyFromClipboard": {
+ "message": "Import key from clipboard"
+ },
+ "sshKeyImported": {
+ "message": "SSH key imported successfully"
+ },
"cannotRemoveViewOnlyCollections": {
"message": "若您只有檢視權限,無法移除集合 $COLLECTIONS$。",
"placeholders": {
diff --git a/apps/browser/src/auth/popup/components/set-pin.component.html b/apps/browser/src/auth/popup/components/set-pin.component.html
index 80e1b63c7d7..58cb42456ee 100644
--- a/apps/browser/src/auth/popup/components/set-pin.component.html
+++ b/apps/browser/src/auth/popup/components/set-pin.component.html
@@ -25,13 +25,13 @@
{{ "lockWithMasterPassOnRestart1" | i18n }}
-
+
-
+
diff --git a/apps/browser/src/auth/popup/environment.component.html b/apps/browser/src/auth/popup/environment.component.html
deleted file mode 100644
index ff19739548a..00000000000
--- a/apps/browser/src/auth/popup/environment.component.html
+++ /dev/null
@@ -1,122 +0,0 @@
-
diff --git a/apps/browser/src/auth/popup/environment.component.ts b/apps/browser/src/auth/popup/environment.component.ts
deleted file mode 100644
index c922c61b7e8..00000000000
--- a/apps/browser/src/auth/popup/environment.component.ts
+++ /dev/null
@@ -1,55 +0,0 @@
-// FIXME: Update this file to be type safe and remove this and next line
-// @ts-strict-ignore
-import { Component, OnInit } from "@angular/core";
-import { Router } from "@angular/router";
-
-import { EnvironmentComponent as BaseEnvironmentComponent } from "@bitwarden/angular/auth/components/environment.component";
-import { ModalService } from "@bitwarden/angular/services/modal.service";
-import { I18nService } from "@bitwarden/common/platform/abstractions/i18n.service";
-import { PlatformUtilsService } from "@bitwarden/common/platform/abstractions/platform-utils.service";
-import { ToastService } from "@bitwarden/components";
-
-import { BrowserEnvironmentService } from "../../platform/services/browser-environment.service";
-
-@Component({
- selector: "app-environment",
- templateUrl: "environment.component.html",
-})
-export class EnvironmentComponent extends BaseEnvironmentComponent implements OnInit {
- showEditedManagedSettings = false;
-
- constructor(
- platformUtilsService: PlatformUtilsService,
- public environmentService: BrowserEnvironmentService,
- i18nService: I18nService,
- private router: Router,
- modalService: ModalService,
- toastService: ToastService,
- ) {
- super(platformUtilsService, environmentService, i18nService, modalService, toastService);
- this.showCustom = true;
- }
-
- async ngOnInit() {
- this.showEditedManagedSettings = await this.environmentService.settingsHaveChanged();
- }
-
- async resetEnvironment() {
- const urls = await this.environmentService.getManagedEnvironment();
-
- this.baseUrl = urls.base;
- this.webVaultUrl = urls.webVault;
- this.apiUrl = urls.api;
- this.iconsUrl = urls.icons;
- this.identityUrl = urls.identity;
- this.notificationsUrl = urls.notifications;
- this.iconsUrl = urls.icons;
- }
-
- saved() {
- super.saved();
- // FIXME: Verify that this floating promise is intentional. If it is, add an explanatory comment and ensure there is proper error handling.
- // eslint-disable-next-line @typescript-eslint/no-floating-promises
- this.router.navigate([""]);
- }
-}
diff --git a/apps/browser/src/auth/popup/hint.component.html b/apps/browser/src/auth/popup/hint.component.html
deleted file mode 100644
index c3d5ef3d8b7..00000000000
--- a/apps/browser/src/auth/popup/hint.component.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
diff --git a/apps/browser/src/auth/popup/hint.component.ts b/apps/browser/src/auth/popup/hint.component.ts
deleted file mode 100644
index e97236fe6a8..00000000000
--- a/apps/browser/src/auth/popup/hint.component.ts
+++ /dev/null
@@ -1,43 +0,0 @@
-import { Component } from "@angular/core";
-import { ActivatedRoute, Router } from "@angular/router";
-
-import { HintComponent as BaseHintComponent } from "@bitwarden/angular/auth/components/hint.component";
-import { LoginEmailServiceAbstraction } from "@bitwarden/auth/common";
-import { ApiService } from "@bitwarden/common/abstractions/api.service";
-import { I18nService } from "@bitwarden/common/platform/abstractions/i18n.service";
-import { LogService } from "@bitwarden/common/platform/abstractions/log.service";
-import { PlatformUtilsService } from "@bitwarden/common/platform/abstractions/platform-utils.service";
-import { ToastService } from "@bitwarden/components";
-
-@Component({
- selector: "app-hint",
- templateUrl: "hint.component.html",
-})
-export class HintComponent extends BaseHintComponent {
- constructor(
- router: Router,
- platformUtilsService: PlatformUtilsService,
- i18nService: I18nService,
- apiService: ApiService,
- logService: LogService,
- private route: ActivatedRoute,
- loginEmailService: LoginEmailServiceAbstraction,
- toastService: ToastService,
- ) {
- super(
- router,
- i18nService,
- apiService,
- platformUtilsService,
- logService,
- loginEmailService,
- toastService,
- );
-
- this.onSuccessfulSubmit = async () => {
- // FIXME: Verify that this floating promise is intentional. If it is, add an explanatory comment and ensure there is proper error handling.
- // eslint-disable-next-line @typescript-eslint/no-floating-promises
- this.router.navigate([this.successRoute]);
- };
- }
-}
diff --git a/apps/browser/src/auth/popup/home.component.html b/apps/browser/src/auth/popup/home.component.html
deleted file mode 100644
index 08043cf88bb..00000000000
--- a/apps/browser/src/auth/popup/home.component.html
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
-
-
-
{{ "loginOrCreateNewAccount" | i18n }}
-
-
- {{ "newAroundHere" | i18n }}
- {{ "createAccount" | i18n }}
-
-
-
diff --git a/apps/browser/src/auth/popup/home.component.ts b/apps/browser/src/auth/popup/home.component.ts
deleted file mode 100644
index 0c4510204d1..00000000000
--- a/apps/browser/src/auth/popup/home.component.ts
+++ /dev/null
@@ -1,130 +0,0 @@
-// FIXME: Update this file to be type safe and remove this and next line
-// @ts-strict-ignore
-import { Component, OnDestroy, OnInit, ViewChild } from "@angular/core";
-import { FormBuilder, Validators } from "@angular/forms";
-import { ActivatedRoute, Router } from "@angular/router";
-import { Subject, firstValueFrom, switchMap, takeUntil, tap } from "rxjs";
-
-import { EnvironmentSelectorComponent } from "@bitwarden/angular/auth/components/environment-selector.component";
-import { LoginEmailServiceAbstraction } from "@bitwarden/auth/common";
-import { FeatureFlag } from "@bitwarden/common/enums/feature-flag.enum";
-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 { ToastService } from "@bitwarden/components";
-
-import { AccountSwitcherService } from "./account-switching/services/account-switcher.service";
-
-@Component({
- selector: "app-home",
- templateUrl: "home.component.html",
-})
-export class HomeComponent implements OnInit, OnDestroy {
- @ViewChild(EnvironmentSelectorComponent, { static: true })
- environmentSelector!: EnvironmentSelectorComponent;
- private destroyed$: Subject = new Subject();
-
- loginInitiated = false;
- formGroup = this.formBuilder.group({
- email: ["", [Validators.required, Validators.email]],
- rememberEmail: [false],
- });
-
- constructor(
- protected platformUtilsService: PlatformUtilsService,
- private formBuilder: FormBuilder,
- private router: Router,
- private i18nService: I18nService,
- private loginEmailService: LoginEmailServiceAbstraction,
- private accountSwitcherService: AccountSwitcherService,
- private toastService: ToastService,
- private configService: ConfigService,
- private route: ActivatedRoute,
- ) {}
-
- async ngOnInit(): Promise {
- this.listenForUnauthUiRefreshFlagChanges();
-
- const email = await firstValueFrom(this.loginEmailService.loginEmail$);
- const rememberEmail = this.loginEmailService.getRememberEmail();
-
- if (email != null) {
- this.formGroup.patchValue({ email, rememberEmail });
- } else {
- const storedEmail = await firstValueFrom(this.loginEmailService.storedEmail$);
-
- if (storedEmail != null) {
- this.formGroup.patchValue({ email: storedEmail, rememberEmail: true });
- }
- }
-
- this.environmentSelector.onOpenSelfHostedSettings
- .pipe(
- switchMap(async () => {
- await this.setLoginEmailValues();
- await this.router.navigate(["environment"]);
- }),
- takeUntil(this.destroyed$),
- )
- .subscribe();
- }
-
- ngOnDestroy(): void {
- this.destroyed$.next();
- this.destroyed$.complete();
- }
-
- private listenForUnauthUiRefreshFlagChanges() {
- this.configService
- .getFeatureFlag$(FeatureFlag.UnauthenticatedExtensionUIRefresh)
- .pipe(
- tap(async (flag) => {
- // If the flag is turned ON, we must force a reload to ensure the correct UI is shown
- if (flag) {
- const qParams = await firstValueFrom(this.route.queryParams);
-
- const uniqueQueryParams = {
- ...qParams,
- // adding a unique timestamp to the query params to force a reload
- t: new Date().getTime().toString(),
- };
-
- await this.router.navigate(["/login"], {
- queryParams: uniqueQueryParams,
- });
- }
- }),
- takeUntil(this.destroyed$),
- )
- .subscribe();
- }
-
- get availableAccounts$() {
- return this.accountSwitcherService.availableAccounts$;
- }
-
- async submit() {
- this.formGroup.markAllAsTouched();
-
- if (this.formGroup.invalid) {
- this.toastService.showToast({
- variant: "error",
- title: this.i18nService.t("errorOccured"),
- message: this.i18nService.t("invalidEmail"),
- });
- return;
- }
-
- await this.setLoginEmailValues();
- await this.router.navigate(["login"], {
- queryParams: { email: this.formGroup.controls.email.value },
- });
- }
-
- async setLoginEmailValues() {
- // Note: Browser saves email settings here instead of the login component
- this.loginEmailService.setRememberEmail(this.formGroup.controls.rememberEmail.value);
- await this.loginEmailService.setLoginEmail(this.formGroup.controls.email.value);
- await this.loginEmailService.saveEmailSettings();
- }
-}
diff --git a/apps/browser/src/auth/popup/login-decryption-options/login-decryption-options-v1.component.html b/apps/browser/src/auth/popup/login-decryption-options/login-decryption-options-v1.component.html
deleted file mode 100644
index e996f9a6ff4..00000000000
--- a/apps/browser/src/auth/popup/login-decryption-options/login-decryption-options-v1.component.html
+++ /dev/null
@@ -1,111 +0,0 @@
-
-
-
-
- {{ "loginInitiated" | i18n }}
-
-
-
-
-
-
-
-
-
-
-
-
{{ "loginInitiated" | i18n }}
-
{{ "deviceApprovalRequired" | i18n }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
{{ "loginInitiated" | i18n }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/apps/browser/src/auth/popup/login-decryption-options/login-decryption-options-v1.component.ts b/apps/browser/src/auth/popup/login-decryption-options/login-decryption-options-v1.component.ts
deleted file mode 100644
index bd8f808c910..00000000000
--- a/apps/browser/src/auth/popup/login-decryption-options/login-decryption-options-v1.component.ts
+++ /dev/null
@@ -1,39 +0,0 @@
-import { Component } from "@angular/core";
-import { firstValueFrom } from "rxjs";
-
-import { BaseLoginDecryptionOptionsComponentV1 } from "@bitwarden/angular/auth/components/base-login-decryption-options-v1.component";
-
-import { postLogoutMessageListener$ } from "../utils/post-logout-message-listener";
-
-@Component({
- selector: "browser-login-decryption-options",
- templateUrl: "login-decryption-options-v1.component.html",
-})
-export class LoginDecryptionOptionsComponentV1 extends BaseLoginDecryptionOptionsComponentV1 {
- override async createUser(): Promise {
- try {
- await super.createUser();
- await this.router.navigate(["/tabs/vault"]);
- } catch (error) {
- this.validationService.showError(error);
- }
- }
-
- override async logOut(): Promise {
- // start listening for "switchAccountFinish" or "doneLoggingOut"
- const messagePromise = firstValueFrom(postLogoutMessageListener$);
- super.logOut();
- // wait for messages
- const command = await messagePromise;
-
- // We should be routed/routing very soon but just in case, turn loading back off.
- this.loading = false;
-
- // doneLoggingOut already has a message handler that will navigate us
- if (command === "switchAccountFinish") {
- // FIXME: Verify that this floating promise is intentional. If it is, add an explanatory comment and ensure there is proper error handling.
- // eslint-disable-next-line @typescript-eslint/no-floating-promises
- this.router.navigate(["/"]);
- }
- }
-}
diff --git a/apps/browser/src/auth/popup/login-v1.component.html b/apps/browser/src/auth/popup/login-v1.component.html
deleted file mode 100644
index 145a9cbc754..00000000000
--- a/apps/browser/src/auth/popup/login-v1.component.html
+++ /dev/null
@@ -1,81 +0,0 @@
-
diff --git a/apps/browser/src/auth/popup/login-v1.component.ts b/apps/browser/src/auth/popup/login-v1.component.ts
deleted file mode 100644
index b2c52f248c6..00000000000
--- a/apps/browser/src/auth/popup/login-v1.component.ts
+++ /dev/null
@@ -1,142 +0,0 @@
-// FIXME: Update this file to be type safe and remove this and next line
-// @ts-strict-ignore
-import { Component, NgZone, OnInit } from "@angular/core";
-import { FormBuilder } from "@angular/forms";
-import { ActivatedRoute, Router } from "@angular/router";
-import { firstValueFrom } from "rxjs";
-
-import { LoginComponentV1 as BaseLoginComponent } from "@bitwarden/angular/auth/components/login-v1.component";
-import { FormValidationErrorsService } from "@bitwarden/angular/platform/abstractions/form-validation-errors.service";
-import {
- LoginStrategyServiceAbstraction,
- LoginEmailServiceAbstraction,
-} from "@bitwarden/auth/common";
-import { DevicesApiServiceAbstraction } from "@bitwarden/common/auth/abstractions/devices-api.service.abstraction";
-import { SsoLoginServiceAbstraction } from "@bitwarden/common/auth/abstractions/sso-login.service.abstraction";
-import { AppIdService } from "@bitwarden/common/platform/abstractions/app-id.service";
-import { CryptoFunctionService } from "@bitwarden/common/platform/abstractions/crypto-function.service";
-import { EnvironmentService } from "@bitwarden/common/platform/abstractions/environment.service";
-import { I18nService } from "@bitwarden/common/platform/abstractions/i18n.service";
-import { LogService } from "@bitwarden/common/platform/abstractions/log.service";
-import { PlatformUtilsService } from "@bitwarden/common/platform/abstractions/platform-utils.service";
-import { StateService } from "@bitwarden/common/platform/abstractions/state.service";
-import { Utils } from "@bitwarden/common/platform/misc/utils";
-import { SyncService } from "@bitwarden/common/vault/abstractions/sync/sync.service.abstraction";
-import { ToastService } from "@bitwarden/components";
-import { PasswordGenerationServiceAbstraction } from "@bitwarden/generator-legacy";
-
-@Component({
- selector: "app-login",
- templateUrl: "login-v1.component.html",
-})
-export class LoginComponentV1 extends BaseLoginComponent implements OnInit {
- constructor(
- devicesApiService: DevicesApiServiceAbstraction,
- appIdService: AppIdService,
- loginStrategyService: LoginStrategyServiceAbstraction,
- router: Router,
- protected platformUtilsService: PlatformUtilsService,
- protected i18nService: I18nService,
- protected stateService: StateService,
- protected environmentService: EnvironmentService,
- protected passwordGenerationService: PasswordGenerationServiceAbstraction,
- protected cryptoFunctionService: CryptoFunctionService,
- syncService: SyncService,
- logService: LogService,
- ngZone: NgZone,
- formBuilder: FormBuilder,
- formValidationErrorService: FormValidationErrorsService,
- route: ActivatedRoute,
- loginEmailService: LoginEmailServiceAbstraction,
- ssoLoginService: SsoLoginServiceAbstraction,
- toastService: ToastService,
- ) {
- super(
- devicesApiService,
- appIdService,
- loginStrategyService,
- router,
- platformUtilsService,
- i18nService,
- stateService,
- environmentService,
- passwordGenerationService,
- cryptoFunctionService,
- logService,
- ngZone,
- formBuilder,
- formValidationErrorService,
- route,
- loginEmailService,
- ssoLoginService,
- toastService,
- );
- this.onSuccessfulLogin = async () => {
- await syncService.fullSync(true);
- };
- this.successRoute = "/tabs/vault";
- }
-
- async ngOnInit(): Promise {
- await super.ngOnInit();
- await this.validateEmail();
- }
-
- settings() {
- // FIXME: Verify that this floating promise is intentional. If it is, add an explanatory comment and ensure there is proper error handling.
- // eslint-disable-next-line @typescript-eslint/no-floating-promises
- this.router.navigate(["environment"]);
- }
-
- async launchSsoBrowser() {
- // Save off email for SSO
- await this.ssoLoginService.setSsoEmail(this.formGroup.value.email);
-
- // Generate necessary sso params
- const passwordOptions: any = {
- type: "password",
- length: 64,
- uppercase: true,
- lowercase: true,
- numbers: true,
- special: false,
- };
-
- const state =
- (await this.passwordGenerationService.generatePassword(passwordOptions)) +
- ":clientId=browser";
- const codeVerifier = await this.passwordGenerationService.generatePassword(passwordOptions);
- const codeVerifierHash = await this.cryptoFunctionService.hash(codeVerifier, "sha256");
- const codeChallenge = Utils.fromBufferToUrlB64(codeVerifierHash);
-
- await this.ssoLoginService.setCodeVerifier(codeVerifier);
- await this.ssoLoginService.setSsoState(state);
-
- const env = await firstValueFrom(this.environmentService.environment$);
- let url = env.getWebVaultUrl();
- if (url == null) {
- url = "https://vault.bitwarden.com";
- }
-
- const redirectUri = url + "/sso-connector.html";
-
- // Launch browser
- this.platformUtilsService.launchUri(
- url +
- "/#/sso?clientId=browser" +
- "&redirectUri=" +
- encodeURIComponent(redirectUri) +
- "&state=" +
- state +
- "&codeChallenge=" +
- codeChallenge +
- "&email=" +
- encodeURIComponent(this.formGroup.controls.email.value),
- );
- }
-
- async saveEmailSettings() {
- // values should be saved on home component
- return;
- }
-}
diff --git a/apps/browser/src/auth/popup/login-via-auth-request-v1.component.html b/apps/browser/src/auth/popup/login-via-auth-request-v1.component.html
deleted file mode 100644
index 34c0cbe9614..00000000000
--- a/apps/browser/src/auth/popup/login-via-auth-request-v1.component.html
+++ /dev/null
@@ -1,68 +0,0 @@
-
-
-
- {{ "logIn" | i18n }}
-
-
-
-
-
-
{{ "logInRequestSent" | i18n }}
-
-
-
-
-
-
- {{ fingerprintPhrase }}
-
-
-
-
-
-
-
-
-
-
-
-
{{ "adminApprovalRequested" | i18n }}
-
-
-
{{ "adminApprovalRequestSentToAdmins" | i18n }}
-
{{ "youWillBeNotifiedOnceApproved" | i18n }}
-
-
-
-
-
- {{ fingerprintPhrase }}
-
-
-
-
-
-
-
-
diff --git a/apps/browser/src/auth/popup/login-via-auth-request-v1.component.ts b/apps/browser/src/auth/popup/login-via-auth-request-v1.component.ts
deleted file mode 100644
index 66c69d0a41a..00000000000
--- a/apps/browser/src/auth/popup/login-via-auth-request-v1.component.ts
+++ /dev/null
@@ -1,85 +0,0 @@
-import { Location } from "@angular/common";
-import { Component } from "@angular/core";
-import { Router } from "@angular/router";
-
-import { LoginViaAuthRequestComponentV1 as BaseLoginViaAuthRequestComponentV1 } from "@bitwarden/angular/auth/components/login-via-auth-request-v1.component";
-import {
- AuthRequestServiceAbstraction,
- LoginStrategyServiceAbstraction,
- LoginEmailServiceAbstraction,
-} from "@bitwarden/auth/common";
-import { ApiService } from "@bitwarden/common/abstractions/api.service";
-import { AccountService } from "@bitwarden/common/auth/abstractions/account.service";
-import { AnonymousHubService } from "@bitwarden/common/auth/abstractions/anonymous-hub.service";
-import { AuthService } from "@bitwarden/common/auth/abstractions/auth.service";
-import { DeviceTrustServiceAbstraction } from "@bitwarden/common/auth/abstractions/device-trust.service.abstraction";
-import { AppIdService } from "@bitwarden/common/platform/abstractions/app-id.service";
-import { CryptoFunctionService } from "@bitwarden/common/platform/abstractions/crypto-function.service";
-import { EnvironmentService } from "@bitwarden/common/platform/abstractions/environment.service";
-import { I18nService } from "@bitwarden/common/platform/abstractions/i18n.service";
-import { LogService } from "@bitwarden/common/platform/abstractions/log.service";
-import { PlatformUtilsService } from "@bitwarden/common/platform/abstractions/platform-utils.service";
-import { ValidationService } from "@bitwarden/common/platform/abstractions/validation.service";
-import { SyncService } from "@bitwarden/common/vault/abstractions/sync/sync.service.abstraction";
-import { ToastService } from "@bitwarden/components";
-import { PasswordGenerationServiceAbstraction } from "@bitwarden/generator-legacy";
-import { KeyService } from "@bitwarden/key-management";
-
-@Component({
- selector: "app-login-via-auth-request",
- templateUrl: "login-via-auth-request-v1.component.html",
-})
-export class LoginViaAuthRequestComponentV1 extends BaseLoginViaAuthRequestComponentV1 {
- constructor(
- router: Router,
- keyService: KeyService,
- cryptoFunctionService: CryptoFunctionService,
- appIdService: AppIdService,
- passwordGenerationService: PasswordGenerationServiceAbstraction,
- apiService: ApiService,
- authService: AuthService,
- logService: LogService,
- environmentService: EnvironmentService,
- i18nService: I18nService,
- platformUtilsService: PlatformUtilsService,
- anonymousHubService: AnonymousHubService,
- validationService: ValidationService,
- loginEmailService: LoginEmailServiceAbstraction,
- syncService: SyncService,
- deviceTrustService: DeviceTrustServiceAbstraction,
- authRequestService: AuthRequestServiceAbstraction,
- loginStrategyService: LoginStrategyServiceAbstraction,
- accountService: AccountService,
- private location: Location,
- toastService: ToastService,
- ) {
- super(
- router,
- keyService,
- cryptoFunctionService,
- appIdService,
- passwordGenerationService,
- apiService,
- authService,
- logService,
- environmentService,
- i18nService,
- platformUtilsService,
- anonymousHubService,
- validationService,
- accountService,
- loginEmailService,
- deviceTrustService,
- authRequestService,
- loginStrategyService,
- toastService,
- );
- this.onSuccessfulLogin = async () => {
- await syncService.fullSync(true);
- };
- }
-
- protected back() {
- this.location.back();
- }
-}
diff --git a/apps/browser/src/auth/popup/set-password.component.html b/apps/browser/src/auth/popup/set-password.component.html
index 6261608c345..71a2e3ac588 100644
--- a/apps/browser/src/auth/popup/set-password.component.html
+++ b/apps/browser/src/auth/popup/set-password.component.html
@@ -1,7 +1,7 @@
diff --git a/apps/desktop/src/platform/main/autofill/native-autofill.main.ts b/apps/desktop/src/platform/main/autofill/native-autofill.main.ts
index 1465831340f..f66eea180cf 100644
--- a/apps/desktop/src/platform/main/autofill/native-autofill.main.ts
+++ b/apps/desktop/src/platform/main/autofill/native-autofill.main.ts
@@ -40,6 +40,7 @@ export class NativeAutofillMain {
(error, clientId, sequenceNumber, request) => {
if (error) {
this.logService.error("autofill.IpcServer.registration", error);
+ this.ipcServer.completeError(clientId, sequenceNumber, String(error));
return;
}
this.windowMain.win.webContents.send("autofill.passkeyRegistration", {
@@ -52,6 +53,7 @@ export class NativeAutofillMain {
(error, clientId, sequenceNumber, request) => {
if (error) {
this.logService.error("autofill.IpcServer.assertion", error);
+ this.ipcServer.completeError(clientId, sequenceNumber, String(error));
return;
}
this.windowMain.win.webContents.send("autofill.passkeyAssertion", {
@@ -60,6 +62,19 @@ export class NativeAutofillMain {
request,
});
},
+ // AssertionWithoutUserInterfaceCallback
+ (error, clientId, sequenceNumber, request) => {
+ if (error) {
+ this.logService.error("autofill.IpcServer.assertion", error);
+ this.ipcServer.completeError(clientId, sequenceNumber, String(error));
+ return;
+ }
+ this.windowMain.win.webContents.send("autofill.passkeyAssertionWithoutUserInterface", {
+ clientId,
+ sequenceNumber,
+ request,
+ });
+ },
);
ipcMain.on("autofill.completePasskeyRegistration", (event, data) => {
@@ -77,7 +92,7 @@ export class NativeAutofillMain {
ipcMain.on("autofill.completeError", (event, data) => {
this.logService.warning("autofill.completeError", data);
const { clientId, sequenceNumber, error } = data;
- this.ipcServer.completeAssertion(clientId, sequenceNumber, error);
+ this.ipcServer.completeError(clientId, sequenceNumber, String(error));
});
}
diff --git a/apps/desktop/src/platform/models/domain/window-state.ts b/apps/desktop/src/platform/models/domain/window-state.ts
index 00230319972..0efc9a1efab 100644
--- a/apps/desktop/src/platform/models/domain/window-state.ts
+++ b/apps/desktop/src/platform/models/domain/window-state.ts
@@ -11,3 +11,8 @@ export class WindowState {
y?: number;
zoomFactor?: number;
}
+
+export class ModalModeState {
+ isModalModeActive: boolean;
+ modalPosition?: { x: number; y: number }; // Modal position is often passed from the native UI
+}
diff --git a/apps/desktop/src/platform/popup-modal-styles.ts b/apps/desktop/src/platform/popup-modal-styles.ts
new file mode 100644
index 00000000000..ae46ebb5c76
--- /dev/null
+++ b/apps/desktop/src/platform/popup-modal-styles.ts
@@ -0,0 +1,66 @@
+import { BrowserWindow } from "electron";
+
+import { WindowState } from "./models/domain/window-state";
+
+// change as needed, however limited by mainwindow minimum size
+const popupWidth = 680;
+const popupHeight = 500;
+
+type Position = { x: number; y: number };
+
+export function applyPopupModalStyles(window: BrowserWindow, position?: Position) {
+ window.unmaximize();
+ window.setSize(popupWidth, popupHeight);
+ window.setWindowButtonVisibility?.(false);
+ window.setMenuBarVisibility?.(false);
+ window.setResizable(false);
+ window.setAlwaysOnTop(true);
+
+ // Adjusting from full screen is a bit more hassle
+ if (window.isFullScreen()) {
+ window.setFullScreen(false);
+ window.once("leave-full-screen", () => {
+ window.setSize(popupWidth, popupHeight);
+ positionWindow(window, position);
+ });
+ } else {
+ // If not in full screen
+ positionWindow(window, position);
+ }
+}
+
+function positionWindow(window: BrowserWindow, position?: Position) {
+ if (position) {
+ const centeredX = position.x - popupWidth / 2;
+ const centeredY = position.y - popupHeight / 2;
+ window.setPosition(centeredX, centeredY);
+ } else {
+ window.center();
+ }
+}
+
+export function applyMainWindowStyles(window: BrowserWindow, existingWindowState: WindowState) {
+ window.setMinimumSize(680, 500);
+
+ // need to guard against null/undefined values
+
+ if (existingWindowState?.width && existingWindowState?.height) {
+ window.setSize(existingWindowState.width, existingWindowState.height);
+ }
+
+ if (existingWindowState?.x && existingWindowState?.y) {
+ window.setPosition(existingWindowState.x, existingWindowState.y);
+ }
+
+ window.setWindowButtonVisibility?.(true);
+ window.setMenuBarVisibility?.(true);
+ window.setResizable(true);
+ window.setAlwaysOnTop(false);
+
+ // We're currently not recovering the maximized state, mostly due to conflicts with hiding the window.
+ // window.setFullScreen(existingWindowState.isMaximized);
+
+ // if (existingWindowState.isMaximized) {
+ // window.maximize();
+ // }
+}
diff --git a/apps/desktop/src/platform/preload.ts b/apps/desktop/src/platform/preload.ts
index 05dcd484def..bf81021922f 100644
--- a/apps/desktop/src/platform/preload.ts
+++ b/apps/desktop/src/platform/preload.ts
@@ -1,4 +1,3 @@
-import { sshagent as ssh } from "desktop_native/napi";
import { ipcRenderer } from "electron";
import { DeviceType } from "@bitwarden/common/enums";
@@ -64,13 +63,6 @@ const sshAgent = {
clearKeys: async () => {
return await ipcRenderer.invoke("sshagent.clearkeys");
},
- importKey: async (key: string, password: string): Promise => {
- const res = await ipcRenderer.invoke("sshagent.importkey", {
- privateKey: key,
- password: password,
- });
- return res;
- },
isLoaded(): Promise {
return ipcRenderer.invoke("sshagent.isloaded");
},
diff --git a/apps/desktop/src/platform/services/desktop-settings.service.ts b/apps/desktop/src/platform/services/desktop-settings.service.ts
index f0d5d124de2..f5789d6f40c 100644
--- a/apps/desktop/src/platform/services/desktop-settings.service.ts
+++ b/apps/desktop/src/platform/services/desktop-settings.service.ts
@@ -8,7 +8,7 @@ import {
} from "@bitwarden/common/platform/state";
import { UserId } from "@bitwarden/common/types/guid";
-import { WindowState } from "../models/domain/window-state";
+import { ModalModeState, WindowState } from "../models/domain/window-state";
export const HARDWARE_ACCELERATION = new KeyDefinition(
DESKTOP_SETTINGS_DISK,
@@ -75,6 +75,10 @@ const MINIMIZE_ON_COPY = new UserKeyDefinition(DESKTOP_SETTINGS_DISK, "
clearOn: [], // User setting, no need to clear
});
+const MODAL_MODE = new KeyDefinition(DESKTOP_SETTINGS_DISK, "modalMode", {
+ deserializer: (b) => b,
+});
+
const PREVENT_SCREENSHOTS = new KeyDefinition(
DESKTOP_SETTINGS_DISK,
"preventScreenshots",
@@ -170,6 +174,10 @@ export class DesktopSettingsService {
*/
minimizeOnCopy$ = this.minimizeOnCopyState.state$.pipe(map(Boolean));
+ private readonly modalModeState = this.stateProvider.getGlobal(MODAL_MODE);
+
+ modalMode$ = this.modalModeState.state$;
+
constructor(private stateProvider: StateProvider) {
this.window$ = this.windowState.state$.pipe(
map((window) =>
@@ -178,6 +186,14 @@ export class DesktopSettingsService {
);
}
+ /**
+ * This is used to clear the setting on application start to make sure we don't end up
+ * stuck in modal mode if the application is force-closed in modal mode.
+ */
+ async resetModalMode() {
+ await this.modalModeState.update(() => ({ isModalModeActive: false }));
+ }
+
async setHardwareAcceleration(enabled: boolean) {
await this.hwState.update(() => enabled);
}
@@ -286,6 +302,17 @@ export class DesktopSettingsService {
await this.stateProvider.getUser(userId, MINIMIZE_ON_COPY).update(() => value);
}
+ /**
+ * Sets the modal mode of the application. Setting this changes the windows-size and other properties.
+ * @param value `true` if the application is in modal mode, `false` if it is not.
+ */
+ async setModalMode(value: boolean, modalPosition?: { x: number; y: number }) {
+ await this.modalModeState.update(() => ({
+ isModalModeActive: value,
+ modalPosition,
+ }));
+ }
+
/**
* Sets the setting for whether or not the screenshot protection is enabled.
* @param value `true` if the screenshot protection is enabled, `false` if it is not.
diff --git a/apps/desktop/src/platform/services/electron-key.service.ts b/apps/desktop/src/platform/services/electron-key.service.ts
index dceb1dea08f..e378f3cf374 100644
--- a/apps/desktop/src/platform/services/electron-key.service.ts
+++ b/apps/desktop/src/platform/services/electron-key.service.ts
@@ -1,7 +1,7 @@
import { PinServiceAbstraction } from "@bitwarden/auth/common";
import { AccountService } from "@bitwarden/common/auth/abstractions/account.service";
-import { InternalMasterPasswordServiceAbstraction } from "@bitwarden/common/auth/abstractions/master-password.service.abstraction";
import { EncryptService } from "@bitwarden/common/key-management/crypto/abstractions/encrypt.service";
+import { InternalMasterPasswordServiceAbstraction } from "@bitwarden/common/key-management/master-password/abstractions/master-password.service.abstraction";
import { CryptoFunctionService } from "@bitwarden/common/platform/abstractions/crypto-function.service";
import { KeyGenerationService } from "@bitwarden/common/platform/abstractions/key-generation.service";
import { LogService } from "@bitwarden/common/platform/abstractions/log.service";
@@ -57,8 +57,6 @@ export class ElectronKeyService extends DefaultKeyService {
}
override async clearStoredUserKey(keySuffix: KeySuffixOptions, userId?: UserId): Promise {
- // FIXME: Verify that this floating promise is intentional. If it is, add an explanatory comment and ensure there is proper error handling.
- // eslint-disable-next-line @typescript-eslint/no-floating-promises
await super.clearStoredUserKey(keySuffix, userId);
}
diff --git a/apps/desktop/src/platform/services/electron-platform-utils.service.ts b/apps/desktop/src/platform/services/electron-platform-utils.service.ts
index e86d44f71f2..b7c82f4e5db 100644
--- a/apps/desktop/src/platform/services/electron-platform-utils.service.ts
+++ b/apps/desktop/src/platform/services/electron-platform-utils.service.ts
@@ -77,11 +77,9 @@ export class ElectronPlatformUtilsService implements PlatformUtilsService {
return (await this.getApplicationVersion()).split(/[+|-]/)[0].trim();
}
- // Restricted to Windows and Mac. Mac is missing support for pin entry, and Linux is missing support entirely and has to be implemented in another way.
+ // Linux and Mac are missing a ui to enter a pin, so this works for two-factor security keys, when always-uv is not active
supportsWebAuthn(win: Window): boolean {
- return (
- this.getDevice() === DeviceType.WindowsDesktop || this.getDevice() === DeviceType.MacOsDesktop
- );
+ return true;
}
supportsDuo(): boolean {
diff --git a/apps/desktop/src/scss/pages.scss b/apps/desktop/src/scss/pages.scss
index fda75e834f3..ecb36aae662 100644
--- a/apps/desktop/src/scss/pages.scss
+++ b/apps/desktop/src/scss/pages.scss
@@ -1,12 +1,9 @@
@import "variables.scss";
-#login-page,
-#login-with-device-page,
#lock-page,
#sso-page,
#set-password-page,
-#remove-password-page,
-#login-decryption-options-page {
+#remove-password-page {
display: flex;
justify-content: center;
align-items: center;
@@ -30,7 +27,6 @@
#accessibility-cookie-page,
#register-page,
#hint-page,
-#two-factor-page,
#update-temp-password-page,
#remove-password-page {
padding-top: 20px;
@@ -49,13 +45,10 @@
}
#accessibility-cookie-page,
-#login-page,
#register-page,
#hint-page,
-#two-factor-page,
#lock-page,
-#update-temp-password-page,
-#login-decryption-options-page {
+#update-temp-password-page {
.content {
width: 325px;
transition: width 0.25s linear;
@@ -190,73 +183,6 @@
}
}
-#login-page,
-#login-with-device-page,
-#login-decryption-options-page {
- flex-direction: column;
- justify-content: unset;
- padding-top: 20px;
-
- .login-header {
- align-self: flex-start;
- padding: 1em;
- font-size: 1.2em;
- .environment-urls-settings-icon {
- @include themify($themes) {
- color: themed("mutedColor");
- }
-
- span {
- visibility: hidden;
- }
-
- &:hover,
- &:focus {
- text-decoration: none;
-
- @include themify($themes) {
- color: themed("primaryColor");
- }
- }
- }
- }
-}
-
-#login-with-device-page {
- .content {
- display: block;
- padding-top: 70px;
- width: 350px !important;
-
- .fingerprint {
- margin: auto;
- width: 315px;
-
- .fingerpint-header {
- padding-left: 15px;
- }
- }
-
- .section {
- margin-bottom: 30px;
- }
-
- .another-method {
- display: flex;
- margin: auto;
- .description-text {
- padding-right: 5px;
- }
- }
-
- code {
- @include themify($themes) {
- color: themed("codeColor");
- }
- }
- }
-}
-
#login-approval-page {
.section-title {
padding: 20px;
@@ -276,14 +202,3 @@
}
}
}
-
-#login-decryption-options-page {
- .standard-bottom-margin {
- margin-bottom: 20px;
- }
-
- #rememberThisDeviceHintText {
- font-size: $font-size-small;
- color: $text-muted;
- }
-}
diff --git a/apps/desktop/src/scss/variables.scss b/apps/desktop/src/scss/variables.scss
index 23a4644d3da..b8978e284e5 100644
--- a/apps/desktop/src/scss/variables.scss
+++ b/apps/desktop/src/scss/variables.scss
@@ -1,6 +1,4 @@
-@import "~nord/src/sass/nord.scss";
-
-$dark-icon-themes: "theme_dark", "theme_nord";
+$dark-icon-themes: "theme_dark";
$font-family-sans-serif: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
$font-family-monospace: Menlo, Monaco, Consolas, "Courier New", monospace;
@@ -166,65 +164,6 @@ $themes: (
hrColor: #bac0ce,
codeColor: $code-color-dark,
),
- nord: (
- textColor: $nord5,
- borderColor: $nord0,
- backgroundColor: $nord2,
- borderColorAlt: $nord5,
- backgroundColorAlt: $nord1,
- // Ensure the `window.main.ts` is updated with this value
- backgroundColorAlt2: $nord1,
- scrollbarColor: $nord4,
- scrollbarHoverColor: $nord6,
- boxBackgroundColor: $nord2,
- boxBackgroundHoverColor: $nord3,
- boxBorderColor: $nord1,
- headerBackgroundColor: $nord2,
- headerBorderColor: $nord0,
- headerInputBackgroundColor: $nord6,
- headerInputBackgroundFocusColor: $nord5,
- headerInputColor: $nord2,
- headerInputPlaceholderColor: $nord3,
- listItemBackgroundColor: $nord2,
- listItemBackgroundHoverColor: $nord3,
- listItemBorderColor: $nord1,
- disabledIconColor: $nord5,
- headingColor: $nord4,
- headingButtonColor: $nord5,
- headingButtonHoverColor: $nord6,
- labelColor: $nord4,
- mutedColor: $nord4,
- totpStrokeColor: $nord4,
- boxRowButtonColor: $nord4,
- boxRowButtonHoverColor: $nord6,
- inputBorderColor: $nord0,
- inputBackgroundColor: $nord2,
- inputPlaceholderColor: lighten($nord3, 20%),
- buttonBackgroundColor: $nord3,
- buttonBorderColor: $nord0,
- buttonColor: $nord5,
- buttonPrimaryColor: $nord8,
- buttonDangerColor: $nord11,
- primaryColor: $nord9,
- primaryAccentColor: $nord8,
- dangerColor: $nord11,
- successColor: $nord14,
- infoColor: $nord9,
- warningColor: $nord12,
- logoSuffix: "white",
- mfaLogoSuffix: "-w.png",
- passwordNumberColor: $nord8,
- passwordSpecialColor: $nord12,
- passwordCountText: $nord5,
- calloutBorderColor: $nord1,
- calloutBackgroundColor: $nord2,
- toastTextColor: #000000,
- accountSwitcherBackgroundColor: $nord0,
- accountSwitcherTextColor: $nord5,
- svgSuffix: "-dark.svg",
- hrColor: $nord4,
- codeColor: $code-color-nord,
- ),
);
@mixin themify($themes: $themes) {
diff --git a/apps/desktop/src/services/encrypted-message-handler.service.ts b/apps/desktop/src/services/encrypted-message-handler.service.ts
index a8a1e738644..591ff6fa8cf 100644
--- a/apps/desktop/src/services/encrypted-message-handler.service.ts
+++ b/apps/desktop/src/services/encrypted-message-handler.service.ts
@@ -1,6 +1,6 @@
// FIXME: Update this file to be type safe and remove this and next line
// @ts-strict-ignore
-import { firstValueFrom } from "rxjs";
+import { firstValueFrom, switchMap } from "rxjs";
import { PolicyService } from "@bitwarden/common/admin-console/abstractions/policy/policy.service.abstraction";
import { PolicyType } from "@bitwarden/common/admin-console/enums";
@@ -144,10 +144,14 @@ export class EncryptedMessageHandlerService {
const credentialCreatePayload = payload as CredentialCreatePayload;
- if (
- credentialCreatePayload.name == null ||
- (await this.policyService.policyAppliesToUser(PolicyType.PersonalOwnership))
- ) {
+ const policyApplies$ = this.accountService.activeAccount$.pipe(
+ getUserId,
+ switchMap((userId) =>
+ this.policyService.policyAppliesToUser$(PolicyType.PersonalOwnership, userId),
+ ),
+ );
+
+ if (credentialCreatePayload.name == null || (await firstValueFrom(policyApplies$))) {
return { status: "failure" };
}
diff --git a/apps/desktop/src/vault/app/vault/add-edit.component.html b/apps/desktop/src/vault/app/vault/add-edit.component.html
index 6244f585bae..d79e15ebe6a 100644
--- a/apps/desktop/src/vault/app/vault/add-edit.component.html
+++ b/apps/desktop/src/vault/app/vault/add-edit.component.html
@@ -512,6 +512,15 @@
[ngClass]="{ 'bwi-eye': !showPrivateKey, 'bwi-eye-slash': showPrivateKey }"
>
+
@@ -559,16 +568,6 @@
-
-
-
diff --git a/apps/desktop/src/vault/app/vault/add-edit.component.ts b/apps/desktop/src/vault/app/vault/add-edit.component.ts
index ae332c9723b..2c8b5a8321a 100644
--- a/apps/desktop/src/vault/app/vault/add-edit.component.ts
+++ b/apps/desktop/src/vault/app/vault/add-edit.component.ts
@@ -3,8 +3,6 @@
import { DatePipe } from "@angular/common";
import { Component, NgZone, OnChanges, OnDestroy, OnInit, ViewChild } from "@angular/core";
import { NgForm } from "@angular/forms";
-import { sshagent as sshAgent } from "desktop_native/napi";
-import { lastValueFrom } from "rxjs";
import { CollectionService } from "@bitwarden/admin-console/common";
import { AddEditComponent as BaseAddEditComponent } from "@bitwarden/angular/vault/components/add-edit.component";
@@ -25,8 +23,7 @@ import { FolderService } from "@bitwarden/common/vault/abstractions/folder/folde
import { CipherView } from "@bitwarden/common/vault/models/view/cipher.view";
import { CipherAuthorizationService } from "@bitwarden/common/vault/services/cipher-authorization.service";
import { DialogService, ToastService } from "@bitwarden/components";
-import { SshKeyPasswordPromptComponent } from "@bitwarden/importer-ui";
-import { PasswordRepromptService } from "@bitwarden/vault";
+import { PasswordRepromptService, SshImportPromptService } from "@bitwarden/vault";
const BroadcasterSubscriptionId = "AddEditComponent";
@@ -60,6 +57,7 @@ export class AddEditComponent extends BaseAddEditComponent implements OnInit, On
toastService: ToastService,
cipherAuthorizationService: CipherAuthorizationService,
sdkService: SdkService,
+ sshImportPromptService: SshImportPromptService,
) {
super(
cipherService,
@@ -82,6 +80,7 @@ export class AddEditComponent extends BaseAddEditComponent implements OnInit, On
cipherAuthorizationService,
toastService,
sdkService,
+ sshImportPromptService,
);
}
@@ -159,69 +158,6 @@ export class AddEditComponent extends BaseAddEditComponent implements OnInit, On
this.cipher.revisionDate = cipher.revisionDate;
}
- async importSshKeyFromClipboard(password: string = "") {
- const key = await this.platformUtilsService.readFromClipboard();
- const parsedKey = await ipc.platform.sshAgent.importKey(key, password);
- if (parsedKey == null) {
- this.toastService.showToast({
- variant: "error",
- title: "",
- message: this.i18nService.t("invalidSshKey"),
- });
- return;
- }
-
- switch (parsedKey.status) {
- case sshAgent.SshKeyImportStatus.ParsingError:
- this.toastService.showToast({
- variant: "error",
- title: "",
- message: this.i18nService.t("invalidSshKey"),
- });
- return;
- case sshAgent.SshKeyImportStatus.UnsupportedKeyType:
- this.toastService.showToast({
- variant: "error",
- title: "",
- message: this.i18nService.t("sshKeyTypeUnsupported"),
- });
- return;
- case sshAgent.SshKeyImportStatus.PasswordRequired:
- case sshAgent.SshKeyImportStatus.WrongPassword:
- if (password !== "") {
- this.toastService.showToast({
- variant: "error",
- title: "",
- message: this.i18nService.t("sshKeyWrongPassword"),
- });
- } else {
- password = await this.getSshKeyPassword();
- if (password === "") {
- return;
- }
- await this.importSshKeyFromClipboard(password);
- }
- return;
- default:
- this.cipher.sshKey.privateKey = parsedKey.sshKey.privateKey;
- this.cipher.sshKey.publicKey = parsedKey.sshKey.publicKey;
- this.cipher.sshKey.keyFingerprint = parsedKey.sshKey.keyFingerprint;
- this.toastService.showToast({
- variant: "success",
- title: "",
- message: this.i18nService.t("sshKeyPasted"),
- });
- }
- }
-
- async getSshKeyPassword(): Promise {
- const dialog = this.dialogService.open(SshKeyPasswordPromptComponent, {
- ariaModal: true,
- });
-
- return await lastValueFrom(dialog.closed);
- }
-
truncateString(value: string, length: number) {
return value.length > length ? value.substring(0, length) + "..." : value;
}
diff --git a/apps/desktop/src/vault/app/vault/vault-filter/filters/type-filter.component.html b/apps/desktop/src/vault/app/vault/vault-filter/filters/type-filter.component.html
index 55e10980ad1..c3dcd191dfc 100644
--- a/apps/desktop/src/vault/app/vault/vault-filter/filters/type-filter.component.html
+++ b/apps/desktop/src/vault/app/vault/vault-filter/filters/type-filter.component.html
@@ -82,7 +82,6 @@