diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml
index e47a2f40f53..7f6d5cc11c4 100644
--- a/.github/workflows/chromatic.yml
+++ b/.github/workflows/chromatic.yml
@@ -37,7 +37,7 @@ jobs:
run: npm run build-storybook:ci
- name: Publish to Chromatic
- uses: chromaui/action@44caff7e88d584b04f79f04e31e819f9a95d4d8f
+ uses: chromaui/action@a45a922b9a7522a4cbb59a7bb7b288a768968924
with:
token: ${{ secrets.GITHUB_TOKEN }}
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
diff --git a/.github/workflows/version-bump.yml b/.github/workflows/version-bump.yml
index 563facdb40c..c650e42ecf4 100644
--- a/.github/workflows/version-bump.yml
+++ b/.github/workflows/version-bump.yml
@@ -1,5 +1,6 @@
---
name: Version Bump
+run-name: Version Bump - ${{ github.ref_name }}
on:
workflow_dispatch:
@@ -96,6 +97,26 @@ jobs:
########################
### Browser
+ - name: Browser - Verify input version
+ if: ${{ inputs.bump_browser == true }}
+ env:
+ NEW_VERSION: ${{ inputs.version_number }}
+ run: |
+ CURRENT_VERSION=$(cat package.json | jq -r '.version')
+
+ # Error if version has not changed.
+ if [[ "$NEW_VERSION" == "$CURRENT_VERSION" ]]; then
+ echo "Version has not changed."
+ exit 1
+ fi
+
+ # Check if version is newer.
+ printf '%s\n' "${CURRENT_VERSION}" "${NEW_VERSION}" | sort -C -V
+ if [ $? -eq 0 ]; then
+ echo "Version check successful."
+ fi
+ working-directory: apps/browser
+
- name: Bump Browser Version
if: ${{ inputs.bump_browser == true }}
env:
@@ -124,6 +145,26 @@ jobs:
prettier --write apps/browser/src/manifest.v3.json
### CLI
+ - name: CLI - Verify input version
+ if: ${{ inputs.bump_cli == true }}
+ env:
+ NEW_VERSION: ${{ inputs.version_number }}
+ run: |
+ CURRENT_VERSION=$(cat package.json | jq -r '.version')
+
+ # Error if version has not changed.
+ if [[ "$NEW_VERSION" == "$CURRENT_VERSION" ]]; then
+ echo "Version has not changed."
+ exit 1
+ fi
+
+ # Check if version is newer.
+ printf '%s\n' "${CURRENT_VERSION}" "${NEW_VERSION}" | sort -C -V
+ if [ $? -eq 0 ]; then
+ echo "Version check successful."
+ fi
+ working-directory: apps/cli
+
- name: Bump CLI Version
if: ${{ inputs.bump_cli == true }}
env:
@@ -131,6 +172,26 @@ jobs:
run: npm version --workspace=@bitwarden/cli ${VERSION}
### Desktop
+ - name: Desktop - Verify input version
+ if: ${{ inputs.bump_desktop == true }}
+ env:
+ NEW_VERSION: ${{ inputs.version_number }}
+ run: |
+ CURRENT_VERSION=$(cat package.json | jq -r '.version')
+
+ # Error if version has not changed.
+ if [[ "$NEW_VERSION" == "$CURRENT_VERSION" ]]; then
+ echo "Version has not changed."
+ exit 1
+ fi
+
+ # Check if version is newer.
+ printf '%s\n' "${CURRENT_VERSION}" "${NEW_VERSION}" | sort -C -V
+ if [ $? -eq 0 ]; then
+ echo "Version check successful."
+ fi
+ working-directory: apps/desktop
+
- name: Bump Desktop Version - Root
if: ${{ inputs.bump_desktop == true }}
env:
@@ -145,6 +206,26 @@ jobs:
working-directory: "apps/desktop/src"
### Web
+ - name: Web - Verify input version
+ if: ${{ inputs.bump_web == true }}
+ env:
+ NEW_VERSION: ${{ inputs.version_number }}
+ run: |
+ CURRENT_VERSION=$(cat package.json | jq -r '.version')
+
+ # Error if version has not changed.
+ if [[ "$NEW_VERSION" == "$CURRENT_VERSION" ]]; then
+ echo "Version has not changed."
+ exit 1
+ fi
+
+ # Check if version is newer.
+ printf '%s\n' "${CURRENT_VERSION}" "${NEW_VERSION}" | sort -C -V
+ if [ $? -eq 0 ]; then
+ echo "Version check successful."
+ fi
+ working-directory: apps/web
+
- name: Bump Web Version
if: ${{ inputs.bump_web == true }}
env:
@@ -176,13 +257,13 @@ jobs:
run: git commit -m "Bumped ${CLIENT} version to ${VERSION}" -a
- name: Push changes
- if: ${{ steps.version-changed.outputs.changes_to_commit == 'TRUE' }}
+ if: ${{ (github.ref == 'refs/heads/master') && (steps.version-changed.outputs.changes_to_commit == 'TRUE') }}
env:
BRANCH: ${{ steps.branch.outputs.branch }}
run: git push -u origin ${BRANCH}
- name: Create Bump Version PR
- if: ${{ steps.version-changed.outputs.changes_to_commit == 'TRUE' }}
+ if: ${{ (github.ref == 'refs/heads/master') && (steps.version-changed.outputs.changes_to_commit == 'TRUE') }}
env:
BASE_BRANCH: master
BRANCH: ${{ steps.branch.outputs.branch }}
diff --git a/apps/browser/src/_locales/az/messages.json b/apps/browser/src/_locales/az/messages.json
index 774ca11ecf0..b83fb91390e 100644
--- a/apps/browser/src/_locales/az/messages.json
+++ b/apps/browser/src/_locales/az/messages.json
@@ -1992,7 +1992,7 @@
"message": "Şəxsi anbarın ixracı"
},
"exportingIndividualVaultDescription": {
- "message": "Only the individual vault items associated with $EMAIL$ will be exported. Organization vault items will not be included. Only vault item information will be exported and will not include associated attachments.",
+ "message": "Yalnız $EMAIL$ ilə əlaqələndirilmiş fərdi anbar elementləri xaricə köçürüləcək. Təşkilat anbar elementləri daxil edilməyəcək. Yalnız anbar element məlumatları xaricə köçürüləcək və əlaqələndirilmiş qoşmalar daxil edilməyəcək.",
"placeholders": {
"email": {
"content": "$1",
diff --git a/apps/browser/src/_locales/ca/messages.json b/apps/browser/src/_locales/ca/messages.json
index 08bef1a50c4..6bd4d028b41 100644
--- a/apps/browser/src/_locales/ca/messages.json
+++ b/apps/browser/src/_locales/ca/messages.json
@@ -1992,7 +1992,7 @@
"message": "S'està exportant la caixa forta personal"
},
"exportingIndividualVaultDescription": {
- "message": "Only the individual vault items associated with $EMAIL$ will be exported. Organization vault items will not be included. Only vault item information will be exported and will not include associated attachments.",
+ "message": "Només s'exportaran els elements de la caixa forta individuals associats a $EMAIL$. Els elements de la caixa de l'organització no s'inclouran. Només s'exportarà la informació de l'element de la caixa forta i no inclourà els fitxers adjunts associats.",
"placeholders": {
"email": {
"content": "$1",
diff --git a/apps/browser/src/_locales/cs/messages.json b/apps/browser/src/_locales/cs/messages.json
index 3fccc2a3fd7..10f97ce9311 100644
--- a/apps/browser/src/_locales/cs/messages.json
+++ b/apps/browser/src/_locales/cs/messages.json
@@ -1992,7 +1992,7 @@
"message": "Exportování osobního trezoru"
},
"exportingIndividualVaultDescription": {
- "message": "Only the individual vault items associated with $EMAIL$ will be exported. Organization vault items will not be included. Only vault item information will be exported and will not include associated attachments.",
+ "message": "Budou exportovány jen osobní položky trezoru spojené s $EMAIL$. Položky trezoru organizace nebudou zahrnuty. Budou exportovány jen informace o položkách trezoru a nebudou zahrnuty související přílohy.",
"placeholders": {
"email": {
"content": "$1",
diff --git a/apps/browser/src/_locales/da/messages.json b/apps/browser/src/_locales/da/messages.json
index 4552558cf7e..ab815e6f029 100644
--- a/apps/browser/src/_locales/da/messages.json
+++ b/apps/browser/src/_locales/da/messages.json
@@ -1992,7 +1992,7 @@
"message": "Eksporterer personlig boks"
},
"exportingIndividualVaultDescription": {
- "message": "Only the individual vault items associated with $EMAIL$ will be exported. Organization vault items will not be included. Only vault item information will be exported and will not include associated attachments.",
+ "message": "Kun individuelle Boksemner tilknyttet $EMAIL$ eksporteres. Organisationsboksemner medtages ikke. Kun Boksemneinformation uden tilhørende vedhæftninger eksporteres.",
"placeholders": {
"email": {
"content": "$1",
diff --git a/apps/browser/src/_locales/de/messages.json b/apps/browser/src/_locales/de/messages.json
index fc11b77b157..62db8c33582 100644
--- a/apps/browser/src/_locales/de/messages.json
+++ b/apps/browser/src/_locales/de/messages.json
@@ -1992,7 +1992,7 @@
"message": "Persönlicher Tresor wird exportiert"
},
"exportingIndividualVaultDescription": {
- "message": "Only the individual vault items associated with $EMAIL$ will be exported. Organization vault items will not be included. Only vault item information will be exported and will not include associated attachments.",
+ "message": "Es werden nur persönliche Tresoreinträge exportiert, die mit $EMAIL$ verbunden sind. Tresoreinträge der Organisation werden nicht berücksichtigt. Es werden nur Informationen der Tresoreinträge exportiert. Diese enthalten nicht die zugehörigen Anhänge.",
"placeholders": {
"email": {
"content": "$1",
diff --git a/apps/browser/src/_locales/el/messages.json b/apps/browser/src/_locales/el/messages.json
index fc1c858e7db..a292bf175c3 100644
--- a/apps/browser/src/_locales/el/messages.json
+++ b/apps/browser/src/_locales/el/messages.json
@@ -44,7 +44,7 @@
"message": "Η υπόδειξη του κύριου κωδικού μπορεί να σας βοηθήσει να θυμηθείτε τον κωδικό σας, σε περίπτωση που τον ξεχάσετε."
},
"reTypeMasterPass": {
- "message": "Εισάγετε Ξανά τον Κύριο Κωδικό σας"
+ "message": "Εισάγετε ξανά τον Κύριο Κωδικό"
},
"masterPassHint": {
"message": "Υπόδειξη Κύριου Κωδικού (προαιρετικό)"
@@ -997,7 +997,7 @@
"message": "Μπορείτε να απενεργοποιήσετε την αυτόματη συμπλήρωση φόρτωσης σελίδας για μεμονωμένα στοιχεία σύνδεσης από την προβολή Επεξεργασία στοιχείου."
},
"itemAutoFillOnPageLoad": {
- "message": "Αυτόματη συμπλήρωση της Φόρτισης Σελίδας (αν είναι ενεργοποιημένη στις Επιλογές)"
+ "message": "Αυτόματη συμπλήρωση κατά τη φόρτωση της σελίδας (αν έχει ενεργοποιηθεί στις Ρυθμίσεις)"
},
"autoFillOnPageLoadUseDefault": {
"message": "Χρήση προεπιλεγμένης ρύθμισης"
diff --git a/apps/browser/src/_locales/en_GB/messages.json b/apps/browser/src/_locales/en_GB/messages.json
index 3ea607f9381..73bbaedf9ae 100644
--- a/apps/browser/src/_locales/en_GB/messages.json
+++ b/apps/browser/src/_locales/en_GB/messages.json
@@ -1992,7 +1992,7 @@
"message": "Exporting individual vault"
},
"exportingIndividualVaultDescription": {
- "message": "Only the individual vault items associated with $EMAIL$ will be exported. Organization vault items will not be included. Only vault item information will be exported and will not include associated attachments.",
+ "message": "Only the individual vault items associated with $EMAIL$ will be exported. Organisation vault items will not be included. Only vault item information will be exported and will not include associated attachments.",
"placeholders": {
"email": {
"content": "$1",
diff --git a/apps/browser/src/_locales/et/messages.json b/apps/browser/src/_locales/et/messages.json
index 55d65dd0dd2..a2f90818aba 100644
--- a/apps/browser/src/_locales/et/messages.json
+++ b/apps/browser/src/_locales/et/messages.json
@@ -1992,7 +1992,7 @@
"message": "Personaalse hoidla eksportimine"
},
"exportingIndividualVaultDescription": {
- "message": "Only the individual vault items associated with $EMAIL$ will be exported. Organization vault items will not be included. Only vault item information will be exported and will not include associated attachments.",
+ "message": "Ainult e-postiga $EMAIL$ seonduvad kirjed eksporditakse. Organisatsiooni kirjeid ei kaasata. Samuti ei kaasata organisatsiooniga seonduvaid manuseid.",
"placeholders": {
"email": {
"content": "$1",
diff --git a/apps/browser/src/_locales/fi/messages.json b/apps/browser/src/_locales/fi/messages.json
index 5d9a88f8c66..8ab4261cc03 100644
--- a/apps/browser/src/_locales/fi/messages.json
+++ b/apps/browser/src/_locales/fi/messages.json
@@ -1992,7 +1992,7 @@
"message": "Henkilökohtaisen holvin vienti"
},
"exportingIndividualVaultDescription": {
- "message": "Only the individual vault items associated with $EMAIL$ will be exported. Organization vault items will not be included. Only vault item information will be exported and will not include associated attachments.",
+ "message": "Vain tunnukseen $EMAIL$ liitetyt yksityisen holvin kohteet viedään. Organisaation holvin kohteita ei sisällytetä. Vain holvin kohteiden tiedot viedään ilman niiden sisältämiä liitteitä.",
"placeholders": {
"email": {
"content": "$1",
diff --git a/apps/browser/src/_locales/hi/messages.json b/apps/browser/src/_locales/hi/messages.json
index 697f04154ce..5fafd94ccf8 100644
--- a/apps/browser/src/_locales/hi/messages.json
+++ b/apps/browser/src/_locales/hi/messages.json
@@ -1992,7 +1992,7 @@
"message": "Exporting individual vault"
},
"exportingIndividualVaultDescription": {
- "message": "Only the individual vault items associated with $EMAIL$ will be exported. Organization vault items will not be included. Only vault item information will be exported and will not include associated attachments.",
+ "message": "केवल $EMAIL$ से संबद्ध, व्यक्तिगत वॉल्ट वस्तुएँ निर्यात की जाएंगी. संगठन वॉल्ट वस्तुएँ शामिल नहीं की जाएंगी. केवल वॉल्ट वस्तुओं की जानकारी निर्यात की जाएगी और इसमें संबंधित अनुलग्नक शामिल नहीं होंगे.",
"placeholders": {
"email": {
"content": "$1",
diff --git a/apps/browser/src/_locales/ja/messages.json b/apps/browser/src/_locales/ja/messages.json
index f51e783f3d5..746401d241c 100644
--- a/apps/browser/src/_locales/ja/messages.json
+++ b/apps/browser/src/_locales/ja/messages.json
@@ -1992,7 +1992,7 @@
"message": "個人保管庫のエクスポート"
},
"exportingIndividualVaultDescription": {
- "message": "Only the individual vault items associated with $EMAIL$ will be exported. Organization vault items will not be included. Only vault item information will be exported and will not include associated attachments.",
+ "message": "$EMAIL$ に関連付けられた個人の保管庫アイテムのみがエクスポートされます。組織の保管庫アイテムは含まれません。 保管庫アイテム情報のみがエクスポートされ、関連する添付ファイルはエクスポートされません。",
"placeholders": {
"email": {
"content": "$1",
diff --git a/apps/browser/src/_locales/lv/messages.json b/apps/browser/src/_locales/lv/messages.json
index 7388fa129ef..b49cea5167e 100644
--- a/apps/browser/src/_locales/lv/messages.json
+++ b/apps/browser/src/_locales/lv/messages.json
@@ -1992,7 +1992,7 @@
"message": "Izdod personīgo glabātavu"
},
"exportingIndividualVaultDescription": {
- "message": "Only the individual vault items associated with $EMAIL$ will be exported. Organization vault items will not be included. Only vault item information will be exported and will not include associated attachments.",
+ "message": "Tiks izgūti tikai atsevišķi glabātavas vienumi, kas ir saistīti ar $EMAIL$. Apvienības glabātavas vienumi netiks iekļauti. Tiks izgūta tikai glabātavas vienumu informācija, un saistītie pielikumi netiks iekļauti.",
"placeholders": {
"email": {
"content": "$1",
diff --git a/apps/browser/src/_locales/ru/messages.json b/apps/browser/src/_locales/ru/messages.json
index f6d8d8b2d4f..1b49f85e7a2 100644
--- a/apps/browser/src/_locales/ru/messages.json
+++ b/apps/browser/src/_locales/ru/messages.json
@@ -1992,7 +1992,7 @@
"message": "Экспорт личного хранилища"
},
"exportingIndividualVaultDescription": {
- "message": "Only the individual vault items associated with $EMAIL$ will be exported. Organization vault items will not be included. Only vault item information will be exported and will not include associated attachments.",
+ "message": "Будут экспортированы только отдельные элементы хранилища, связанные с $EMAIL$. Элементы хранилища организации включены не будут. Экспортируется только информация об элементах хранилища, не включая связанные вложения.",
"placeholders": {
"email": {
"content": "$1",
diff --git a/apps/browser/src/_locales/sr/messages.json b/apps/browser/src/_locales/sr/messages.json
index 72d99fcecce..be561aad7c3 100644
--- a/apps/browser/src/_locales/sr/messages.json
+++ b/apps/browser/src/_locales/sr/messages.json
@@ -1992,7 +1992,7 @@
"message": "Извоз личног сефа"
},
"exportingIndividualVaultDescription": {
- "message": "Only the individual vault items associated with $EMAIL$ will be exported. Organization vault items will not be included. Only vault item information will be exported and will not include associated attachments.",
+ "message": "Само појединачне ставке сефа повезане са $EMAIL$ ће бити извењене. Ставке организационог сефа неће бити укључене. Само информације о ставкама из сефа ће бити извезене и неће укључивати повезане прилоге.",
"placeholders": {
"email": {
"content": "$1",
diff --git a/apps/browser/src/_locales/tr/messages.json b/apps/browser/src/_locales/tr/messages.json
index d9cc7ae7485..71080dd999c 100644
--- a/apps/browser/src/_locales/tr/messages.json
+++ b/apps/browser/src/_locales/tr/messages.json
@@ -1992,7 +1992,7 @@
"message": "Kişisel kasa dışa aktarılıyor"
},
"exportingIndividualVaultDescription": {
- "message": "Only the individual vault items associated with $EMAIL$ will be exported. Organization vault items will not be included. Only vault item information will be exported and will not include associated attachments.",
+ "message": "Yalnızca $EMAIL$ ile ilişkili kasa kayıtları dışa aktarılacaktır. Kuruluş kasasındaki kayıtlar dahil edilmeyecektir. Yalnızca kasa kayıt bilgileri dışa aktarılacak, kayıtlara eklenen dosyalar aktarılmayacaktır.",
"placeholders": {
"email": {
"content": "$1",
diff --git a/apps/browser/src/_locales/uk/messages.json b/apps/browser/src/_locales/uk/messages.json
index fea015d9932..2934e17e328 100644
--- a/apps/browser/src/_locales/uk/messages.json
+++ b/apps/browser/src/_locales/uk/messages.json
@@ -1992,7 +1992,7 @@
"message": "Експортування особистого сховища"
},
"exportingIndividualVaultDescription": {
- "message": "Only the individual vault items associated with $EMAIL$ will be exported. Organization vault items will not be included. Only vault item information will be exported and will not include associated attachments.",
+ "message": "Будуть експортовані лише записи особистого сховища, пов'язані з $EMAIL$. Записи сховища організації не буде включено. Експортуються лише дані записів сховища без пов'язаних вкладень.",
"placeholders": {
"email": {
"content": "$1",
@@ -2093,7 +2093,7 @@
"message": "Версія сервера"
},
"selfHostedServer": {
- "message": "self-hosted"
+ "message": "власне розміщення"
},
"thirdParty": {
"message": "Сторонній"
diff --git a/apps/browser/src/_locales/zh_CN/messages.json b/apps/browser/src/_locales/zh_CN/messages.json
index 5325ef6a4f1..64df3ec8778 100644
--- a/apps/browser/src/_locales/zh_CN/messages.json
+++ b/apps/browser/src/_locales/zh_CN/messages.json
@@ -751,7 +751,7 @@
"message": "附件已删除"
},
"newAttachment": {
- "message": "添加新的附件"
+ "message": "添加新附件"
},
"noAttachments": {
"message": "没有附件。"
@@ -853,7 +853,7 @@
"message": "请输入您的验证器应用中的 6 位验证码。"
},
"enterVerificationCodeEmail": {
- "message": "请输入通过电子邮件发送给 $EMAIL$ 的 6 位验证码。",
+ "message": "请输入发送给电子邮件 $EMAIL$ 的 6 位数验证码。",
"placeholders": {
"email": {
"content": "$1",
@@ -1036,7 +1036,7 @@
"message": "值"
},
"newCustomField": {
- "message": "新建自定义字段"
+ "message": "新增自定义字段"
},
"dragToSort": {
"message": "拖动排序"
@@ -1059,7 +1059,7 @@
"description": "This describes a value that is 'linked' (tied) to another value."
},
"popup2faCloseMessage": {
- "message": "如果您点击弹窗外的任何区域,将导致弹窗关闭。您想在新窗口中打开此弹窗,以便它不会关闭吗?"
+ "message": "如果您点击弹窗外的区域以检查您的验证码电子邮件,将导致弹窗关闭。您想在新窗口中打开此弹窗,以便它不会关闭吗?"
},
"popupU2fCloseMessage": {
"message": "此浏览器无法处理此弹出窗口中的 U2F 请求。您想要在新窗口中打开此弹出窗口吗?"
@@ -1182,7 +1182,7 @@
"message": "许可证号码"
},
"email": {
- "message": "Email"
+ "message": "电子邮件"
},
"phone": {
"message": "电话"
@@ -1615,7 +1615,7 @@
"message": "未提供权限"
},
"nativeMessaginPermissionErrorDesc": {
- "message": "没有与 Bitwarden 桌面应用程序通信的权限,我们无法在浏览器扩展中提供生物识别。请再试一次。"
+ "message": "没有与 Bitwarden 桌面应用程序通信的权限,我们无法在浏览器扩展中提供生物识别。请重试。"
},
"nativeMessaginPermissionSidebarTitle": {
"message": "权限请求错误"
@@ -1896,7 +1896,7 @@
"message": "选择文件夹..."
},
"ssoCompleteRegistration": {
- "message": "要完成 SSO 登陆配置,请设置一个主密码以访问和保护您的密码库。"
+ "message": "要完成 SSO 登录配置,请设置一个主密码以访问和保护您的密码库。"
},
"hours": {
"message": "小时"
@@ -1986,13 +1986,13 @@
"message": "字符计数开关"
},
"sessionTimeout": {
- "message": "您的会话已超时。请返回并尝试重新登录。"
+ "message": "您的会话已超时。请返回然后尝试重新登录。"
},
"exportingPersonalVaultTitle": {
"message": "导出个人密码库"
},
"exportingIndividualVaultDescription": {
- "message": "Only the individual vault items associated with $EMAIL$ will be exported. Organization vault items will not be included. Only vault item information will be exported and will not include associated attachments.",
+ "message": "仅会导出与 $EMAIL$ 关联的个人密码库项目,不包括组织密码库项目。仅会导出密码库项目信息,不包括关联的附件。",
"placeholders": {
"email": {
"content": "$1",
@@ -2117,7 +2117,7 @@
}
},
"loginWithMasterPassword": {
- "message": "使用主密码登录"
+ "message": "主密码登录"
},
"loggingInAs": {
"message": "正登录为"
diff --git a/apps/browser/src/auth/popup/home.component.html b/apps/browser/src/auth/popup/home.component.html
index da208a8d50c..6b42033c4bc 100644
--- a/apps/browser/src/auth/popup/home.component.html
+++ b/apps/browser/src/auth/popup/home.component.html
@@ -9,7 +9,7 @@
-
+
+
diff --git a/apps/browser/src/popup/settings/about.component.ts b/apps/browser/src/popup/settings/about.component.ts
index 459dd7850fa..c0c9012f341 100644
--- a/apps/browser/src/popup/settings/about.component.ts
+++ b/apps/browser/src/popup/settings/about.component.ts
@@ -1,25 +1,29 @@
+import { CommonModule } from "@angular/common";
import { Component } from "@angular/core";
import { Observable } from "rxjs";
+import { JslibModule } from "@bitwarden/angular/jslib.module";
import { ConfigServiceAbstraction } from "@bitwarden/common/platform/abstractions/config/config.service.abstraction";
import { ServerConfig } from "@bitwarden/common/platform/abstractions/config/server-config";
import { EnvironmentService } from "@bitwarden/common/platform/abstractions/environment.service";
+import { ButtonModule, DialogModule } from "@bitwarden/components";
import { BrowserApi } from "../../platform/browser/browser-api";
@Component({
- selector: "app-about",
templateUrl: "about.component.html",
+ standalone: true,
+ imports: [CommonModule, JslibModule, DialogModule, ButtonModule],
})
export class AboutComponent {
- serverConfig$: Observable;
+ protected serverConfig$: Observable = this.configService.serverConfig$;
- year = new Date().getFullYear();
- version = BrowserApi.getApplicationVersion();
- isCloud: boolean;
+ protected year = new Date().getFullYear();
+ protected version = BrowserApi.getApplicationVersion();
+ protected isCloud = this.environmentService.isCloud();
- constructor(configService: ConfigServiceAbstraction, environmentService: EnvironmentService) {
- this.serverConfig$ = configService.serverConfig$;
- this.isCloud = environmentService.isCloud();
- }
+ constructor(
+ private configService: ConfigServiceAbstraction,
+ private environmentService: EnvironmentService
+ ) {}
}
diff --git a/apps/browser/src/popup/settings/settings.component.ts b/apps/browser/src/popup/settings/settings.component.ts
index efeb6aba6d2..c2699ce498e 100644
--- a/apps/browser/src/popup/settings/settings.component.ts
+++ b/apps/browser/src/popup/settings/settings.component.ts
@@ -482,7 +482,7 @@ export class SettingsComponent implements OnInit {
}
about() {
- this.modalService.open(AboutComponent);
+ this.dialogService.open(AboutComponent);
}
async fingerprint() {
diff --git a/apps/desktop/package.json b/apps/desktop/package.json
index 6855485510a..92220c7551a 100644
--- a/apps/desktop/package.json
+++ b/apps/desktop/package.json
@@ -1,7 +1,7 @@
{
"name": "@bitwarden/desktop",
"description": "A secure and free password manager for all of your devices.",
- "version": "2023.8.4",
+ "version": "2023.8.5",
"keywords": [
"bitwarden",
"password",
diff --git a/apps/desktop/src/locales/az/messages.json b/apps/desktop/src/locales/az/messages.json
index 3d842ff3843..d14a5e369d9 100644
--- a/apps/desktop/src/locales/az/messages.json
+++ b/apps/desktop/src/locales/az/messages.json
@@ -1985,7 +1985,7 @@
"message": "Şəxsi anbarın ixracı"
},
"exportingIndividualVaultDescription": {
- "message": "Only the individual vault items associated with $EMAIL$ will be exported. Organization vault items will not be included. Only vault item information will be exported and will not include associated attachments.",
+ "message": "Yalnız $EMAIL$ ilə əlaqələndirilmiş fərdi anbar elementləri xaricə köçürüləcək. Təşkilat anbar elementləri daxil edilməyəcək. Yalnız anbar element məlumatları xaricə köçürüləcək və əlaqələndirilmiş qoşmalar daxil edilməyəcək.",
"placeholders": {
"email": {
"content": "$1",
diff --git a/apps/desktop/src/locales/ca/messages.json b/apps/desktop/src/locales/ca/messages.json
index 365ca0dda4d..3cb44b3ecbb 100644
--- a/apps/desktop/src/locales/ca/messages.json
+++ b/apps/desktop/src/locales/ca/messages.json
@@ -1985,7 +1985,7 @@
"message": "S'està exportant la caixa forta personal"
},
"exportingIndividualVaultDescription": {
- "message": "Only the individual vault items associated with $EMAIL$ will be exported. Organization vault items will not be included. Only vault item information will be exported and will not include associated attachments.",
+ "message": "Només s'exportaran els elements de la caixa forta individuals associats a $EMAIL$. Els elements de la caixa de l'organització no s'inclouran. Només s'exportarà la informació de l'element de la caixa forta i no inclourà els fitxers adjunts associats.",
"placeholders": {
"email": {
"content": "$1",
diff --git a/apps/desktop/src/locales/cs/messages.json b/apps/desktop/src/locales/cs/messages.json
index 36bd494bbb5..875b1f85831 100644
--- a/apps/desktop/src/locales/cs/messages.json
+++ b/apps/desktop/src/locales/cs/messages.json
@@ -1985,7 +1985,7 @@
"message": "Exportování osobního trezoru"
},
"exportingIndividualVaultDescription": {
- "message": "Only the individual vault items associated with $EMAIL$ will be exported. Organization vault items will not be included. Only vault item information will be exported and will not include associated attachments.",
+ "message": "Budou exportovány jen osobní položky trezoru spojené s $EMAIL$. Položky trezoru organizace nebudou zahrnuty. Budou exportovány jen informace o položkách trezoru a nebudou zahrnuty související přílohy.",
"placeholders": {
"email": {
"content": "$1",
diff --git a/apps/desktop/src/locales/da/messages.json b/apps/desktop/src/locales/da/messages.json
index d1d91b32676..16c619b8caf 100644
--- a/apps/desktop/src/locales/da/messages.json
+++ b/apps/desktop/src/locales/da/messages.json
@@ -1985,7 +1985,7 @@
"message": "Eksporterer individuel boks"
},
"exportingIndividualVaultDescription": {
- "message": "Only the individual vault items associated with $EMAIL$ will be exported. Organization vault items will not be included. Only vault item information will be exported and will not include associated attachments.",
+ "message": "Kun individuelle Boksemner tilknyttet $EMAIL$ eksporteres. Organisationsboksemner medtages ikke. Kun Boksemneinformation uden tilhørende vedhæftninger eksporteres.",
"placeholders": {
"email": {
"content": "$1",
diff --git a/apps/desktop/src/locales/de/messages.json b/apps/desktop/src/locales/de/messages.json
index b946a3f5f37..ddb23c5aa33 100644
--- a/apps/desktop/src/locales/de/messages.json
+++ b/apps/desktop/src/locales/de/messages.json
@@ -1985,7 +1985,7 @@
"message": "Persönlichen Tresor exportieren"
},
"exportingIndividualVaultDescription": {
- "message": "Only the individual vault items associated with $EMAIL$ will be exported. Organization vault items will not be included. Only vault item information will be exported and will not include associated attachments.",
+ "message": "Es werden nur persönliche Tresoreinträge exportiert, die mit $EMAIL$ verbunden sind. Tresoreinträge der Organisation werden nicht berücksichtigt. Es werden nur Informationen der Tresoreinträge exportiert. Diese enthalten nicht die zugehörigen Anhänge.",
"placeholders": {
"email": {
"content": "$1",
diff --git a/apps/desktop/src/locales/el/messages.json b/apps/desktop/src/locales/el/messages.json
index 8bab72d6219..4bb7f624193 100644
--- a/apps/desktop/src/locales/el/messages.json
+++ b/apps/desktop/src/locales/el/messages.json
@@ -929,7 +929,7 @@
"message": "Όταν ελαχιστοποιείται το παράθυρο, εμφανίζεται ένα εικονίδιο στη γραμμή μενού."
},
"enableCloseToTray": {
- "message": "Κλείσιμο στο Εικονίδιο Δίσκου"
+ "message": "Κλείσιμο σε εικονίδιο περιοχής ειδοποιήσεων"
},
"enableCloseToTrayDesc": {
"message": "Κατά το κλείσιμο του παραθύρου, να εμφανίζεται ένα εικονίδιο στην περιοχή ειδοποιήσεων."
@@ -941,13 +941,13 @@
"message": "Κατά το κλείσιμο του παραθύρου, εμφανίζεται ένα εικονίδιο στη γραμμή μενού."
},
"enableTray": {
- "message": "Ενεργοποίηση Εικονιδίου Δίσκου"
+ "message": "Ενεργοποίηση εικονιδίου περιοχής ειδοποιήσεων"
},
"enableTrayDesc": {
"message": "Να εμφανίζεται πάντα ένα εικονίδιο στην περιοχή ειδοποιήσεων."
},
"startToTray": {
- "message": "Έναρξη στο εικονίδιο δίσκου"
+ "message": "Έναρξη σε εικονίδιο περιοχής ειδοποιήσεων"
},
"startToTrayDesc": {
"message": "Όταν ξεκινάει για πρώτη φορά η εφαρμογή, να εμφανίζεται μόνο ένα εικονίδιο στην περιοχή ειδοποιήσεων."
@@ -1408,7 +1408,7 @@
"message": "Ξεκλειδώστε το vault σας"
},
"autoPromptWindowsHello": {
- "message": "Εμφάνιση Windows Hello κατά την εκκίνηση της εφαρμογής"
+ "message": "Να ζητείται Windows Hello κατά την εκκίνηση της εφαρμογής"
},
"autoPromptTouchId": {
"message": "Ερώτηση για το Touch ID κατά την εκκίνηση"
@@ -2250,7 +2250,7 @@
"message": "Ενημέρωση Προτεινόμενων Ρυθμίσεων"
},
"deviceApprovalRequired": {
- "message": "Device approval required. Select an approval option below:"
+ "message": "Απαιτείται έγκριση συσκευής. Επιλέξτε μια επιλογή έγκρισης παρακάτω:"
},
"rememberThisDevice": {
"message": "Remember this device"
@@ -2320,7 +2320,7 @@
"message": "Input is required."
},
"required": {
- "message": "required"
+ "message": "απαιτείται"
},
"search": {
"message": "Search"
diff --git a/apps/desktop/src/locales/et/messages.json b/apps/desktop/src/locales/et/messages.json
index 65252b69c92..0811a107390 100644
--- a/apps/desktop/src/locales/et/messages.json
+++ b/apps/desktop/src/locales/et/messages.json
@@ -1985,7 +1985,7 @@
"message": "Personaalse hoidla eksportimine"
},
"exportingIndividualVaultDescription": {
- "message": "Only the individual vault items associated with $EMAIL$ will be exported. Organization vault items will not be included. Only vault item information will be exported and will not include associated attachments.",
+ "message": "Ainult e-postiga $EMAIL$ seonduvad kirjed eksporditakse. Organisatsiooni kirjeid ei kaasata. Samuti ei kaasata organisatsiooniga seonduvaid manuseid.",
"placeholders": {
"email": {
"content": "$1",
diff --git a/apps/desktop/src/locales/fi/messages.json b/apps/desktop/src/locales/fi/messages.json
index 0e28e0217eb..64161295558 100644
--- a/apps/desktop/src/locales/fi/messages.json
+++ b/apps/desktop/src/locales/fi/messages.json
@@ -1985,7 +1985,7 @@
"message": "Henkilökohtaisen holvin vienti"
},
"exportingIndividualVaultDescription": {
- "message": "Only the individual vault items associated with $EMAIL$ will be exported. Organization vault items will not be included. Only vault item information will be exported and will not include associated attachments.",
+ "message": "Vain tunnukseen $EMAIL$ liitetyt yksityisen holvin kohteet viedään. Organisaation holvin kohteita ei sisällytetä. Vain holvin kohteiden tiedot viedään ilman niiden sisältämiä liitteitä.",
"placeholders": {
"email": {
"content": "$1",
diff --git a/apps/desktop/src/locales/hu/messages.json b/apps/desktop/src/locales/hu/messages.json
index 63f52bcebf8..8987df7e283 100644
--- a/apps/desktop/src/locales/hu/messages.json
+++ b/apps/desktop/src/locales/hu/messages.json
@@ -1985,7 +1985,7 @@
"message": "Személyes széf exportálása"
},
"exportingIndividualVaultDescription": {
- "message": "Only the individual vault items associated with $EMAIL$ will be exported. Organization vault items will not be included. Only vault item information will be exported and will not include associated attachments.",
+ "message": "$EMAIL$ email címhez társított egyedi széfek kerülnek csak exportálásra. A szervezeti széf elemei nem lesznek benne. Csak a széf információk kerülnek exportálásra és nem tartalmazzák a kapcsolódó mellékleteket.",
"placeholders": {
"email": {
"content": "$1",
diff --git a/apps/desktop/src/locales/ja/messages.json b/apps/desktop/src/locales/ja/messages.json
index 3efe9df6678..4972332cd7a 100644
--- a/apps/desktop/src/locales/ja/messages.json
+++ b/apps/desktop/src/locales/ja/messages.json
@@ -1985,7 +1985,7 @@
"message": "個人保管庫のエクスポート"
},
"exportingIndividualVaultDescription": {
- "message": "Only the individual vault items associated with $EMAIL$ will be exported. Organization vault items will not be included. Only vault item information will be exported and will not include associated attachments.",
+ "message": "$EMAIL$ に関連付けられた個人の保管庫アイテムのみがエクスポートされます。組織の保管庫アイテムは含まれません。 保管庫アイテム情報のみがエクスポートされ、関連する添付ファイルはエクスポートされません。",
"placeholders": {
"email": {
"content": "$1",
diff --git a/apps/desktop/src/locales/lv/messages.json b/apps/desktop/src/locales/lv/messages.json
index d6f1c0d6fb3..63179371b82 100644
--- a/apps/desktop/src/locales/lv/messages.json
+++ b/apps/desktop/src/locales/lv/messages.json
@@ -1985,7 +1985,7 @@
"message": "Izdod personīgo glabātavu"
},
"exportingIndividualVaultDescription": {
- "message": "Only the individual vault items associated with $EMAIL$ will be exported. Organization vault items will not be included. Only vault item information will be exported and will not include associated attachments.",
+ "message": "Tiks izgūti tikai atsevišķi glabātavas vienumi, kas ir saistīti ar $EMAIL$. Apvienības glabātavas vienumi netiks iekļauti. Tiks izgūta tikai glabātavas vienumu informācija, un saistītie pielikumi netiks iekļauti.",
"placeholders": {
"email": {
"content": "$1",
diff --git a/apps/desktop/src/locales/ru/messages.json b/apps/desktop/src/locales/ru/messages.json
index f33c9e95705..e51a39bfc81 100644
--- a/apps/desktop/src/locales/ru/messages.json
+++ b/apps/desktop/src/locales/ru/messages.json
@@ -1985,7 +1985,7 @@
"message": "Экспорт личного хранилища"
},
"exportingIndividualVaultDescription": {
- "message": "Only the individual vault items associated with $EMAIL$ will be exported. Organization vault items will not be included. Only vault item information will be exported and will not include associated attachments.",
+ "message": "Будут экспортированы только отдельные элементы хранилища, связанные с $EMAIL$. Элементы хранилища организации включены не будут. Экспортируется только информация об элементах хранилища, не включая связанные вложения.",
"placeholders": {
"email": {
"content": "$1",
diff --git a/apps/desktop/src/locales/sr/messages.json b/apps/desktop/src/locales/sr/messages.json
index 0e0a7c397e1..29b9ebd2a49 100644
--- a/apps/desktop/src/locales/sr/messages.json
+++ b/apps/desktop/src/locales/sr/messages.json
@@ -1985,7 +1985,7 @@
"message": "Извоз личног сефа"
},
"exportingIndividualVaultDescription": {
- "message": "Only the individual vault items associated with $EMAIL$ will be exported. Organization vault items will not be included. Only vault item information will be exported and will not include associated attachments.",
+ "message": "Само појединачне ставке сефа повезане са $EMAIL$ ће бити извењене. Ставке организационог сефа неће бити укључене. Само информације о ставкама из сефа ће бити извезене и неће укључивати повезане прилоге.",
"placeholders": {
"email": {
"content": "$1",
diff --git a/apps/desktop/src/locales/tr/messages.json b/apps/desktop/src/locales/tr/messages.json
index 7e735b4cd5b..3eaf0630e49 100644
--- a/apps/desktop/src/locales/tr/messages.json
+++ b/apps/desktop/src/locales/tr/messages.json
@@ -1985,7 +1985,7 @@
"message": "Kişisel kasa dışa aktarılıyor"
},
"exportingIndividualVaultDescription": {
- "message": "Only the individual vault items associated with $EMAIL$ will be exported. Organization vault items will not be included. Only vault item information will be exported and will not include associated attachments.",
+ "message": "Yalnızca $EMAIL$ ile ilişkili kasa kayıtları dışa aktarılacaktır. Kuruluş kasasındaki kayıtlar dahil edilmeyecektir. Yalnızca kasa kayıt bilgileri dışa aktarılacak, kayıtlara eklenen dosyalar aktarılmayacaktır.",
"placeholders": {
"email": {
"content": "$1",
diff --git a/apps/desktop/src/locales/uk/messages.json b/apps/desktop/src/locales/uk/messages.json
index fded60fe507..bba71ea6f5a 100644
--- a/apps/desktop/src/locales/uk/messages.json
+++ b/apps/desktop/src/locales/uk/messages.json
@@ -1985,7 +1985,7 @@
"message": "Експортування особистого сховища"
},
"exportingIndividualVaultDescription": {
- "message": "Only the individual vault items associated with $EMAIL$ will be exported. Organization vault items will not be included. Only vault item information will be exported and will not include associated attachments.",
+ "message": "Будуть експортовані лише записи особистого сховища, пов'язані з $EMAIL$. Записи сховища організації не буде включено. Експортуються лише дані записів сховища без пов'язаних вкладень.",
"placeholders": {
"email": {
"content": "$1",
@@ -2287,7 +2287,7 @@
"message": "bitwarden.eu"
},
"selfHostedServer": {
- "message": "self-hosted"
+ "message": "власне розміщення"
},
"accessDenied": {
"message": "Доступ заборонено. У вас немає дозволу на перегляд цієї сторінки."
diff --git a/apps/desktop/src/locales/zh_CN/messages.json b/apps/desktop/src/locales/zh_CN/messages.json
index a0c1e85b730..81b08101eb9 100644
--- a/apps/desktop/src/locales/zh_CN/messages.json
+++ b/apps/desktop/src/locales/zh_CN/messages.json
@@ -317,7 +317,7 @@
"message": "文件夹"
},
"newCustomField": {
- "message": "新建自定义字段"
+ "message": "新增自定义字段"
},
"value": {
"message": "值"
@@ -555,7 +555,7 @@
"message": "两次填写的主密码不一致。"
},
"newAccountCreated": {
- "message": "已经为您建立了账户,您可以登录了。"
+ "message": "您的新账户已创建!您现在可以登录了。"
},
"masterPassSent": {
"message": "我们已经为您发送了包含主密码提示的邮件。"
@@ -597,7 +597,7 @@
"message": "请输入您的身份验证器应用中的 6 位验证码。"
},
"enterVerificationCodeEmail": {
- "message": "请输入通过电子邮件发送给 $EMAIL$ 的 6 位验证码。",
+ "message": "请输入发送给电子邮件 $EMAIL$ 的 6 位数验证码。",
"placeholders": {
"email": {
"content": "$1",
@@ -618,7 +618,7 @@
"message": "记住我"
},
"sendVerificationCodeEmailAgain": {
- "message": "重发验证码电子邮件"
+ "message": "再次发送验证码电子邮件"
},
"useAnotherTwoStepMethod": {
"message": "使用其他两步登录方式"
@@ -663,7 +663,7 @@
"message": "使用任何 WebAuthn 兼容的安全钥匙访问您的帐户。"
},
"emailTitle": {
- "message": "电子邮件地址"
+ "message": "电子邮件"
},
"emailDesc": {
"message": "验证码将会发送到您的电子邮箱。"
@@ -744,13 +744,13 @@
"message": "注销"
},
"addNewLogin": {
- "message": "添加新登录"
+ "message": "新增登录"
},
"addNewItem": {
"message": "新增项目"
},
"addNewFolder": {
- "message": "添加文件夹"
+ "message": "新增文件夹"
},
"view": {
"message": "查看"
@@ -1414,7 +1414,7 @@
"message": "应用程序启动时要求使用触控 ID"
},
"requirePasswordOnStart": {
- "message": "应用程序启动时要求输入密码或 PIN"
+ "message": "应用程序启动时要求输入密码或 PIN 码"
},
"recommendedForSecurity": {
"message": "安全起见,推荐设置。"
@@ -1534,7 +1534,7 @@
"message": "设置主密码"
},
"ssoCompleteRegistration": {
- "message": "要完成 SSO 登陆配置,请设置一个主密码以访问和保护您的密码库。"
+ "message": "要完成 SSO 登录配置,请设置一个主密码以访问和保护您的密码库。"
},
"currentMasterPass": {
"message": "当前主密码"
@@ -1979,13 +1979,13 @@
"message": "选项"
},
"sessionTimeout": {
- "message": "您的会话已超时。请返回并尝试重新登录。"
+ "message": "您的会话已超时。请返回然后尝试重新登录。"
},
"exportingPersonalVaultTitle": {
"message": "正在导出个人密码库"
},
"exportingIndividualVaultDescription": {
- "message": "Only the individual vault items associated with $EMAIL$ will be exported. Organization vault items will not be included. Only vault item information will be exported and will not include associated attachments.",
+ "message": "仅会导出与 $EMAIL$ 关联的个人密码库项目,不包括组织密码库项目。仅会导出密码库项目信息,不包括关联的附件。",
"placeholders": {
"email": {
"content": "$1",
@@ -2083,7 +2083,7 @@
"message": "密码库"
},
"loginWithMasterPassword": {
- "message": "使用主密码登录"
+ "message": "主密码登录"
},
"loggingInAs": {
"message": "正登录为"
@@ -2244,7 +2244,7 @@
}
},
"windowsBiometricUpdateWarning": {
- "message": "Bitwarden 建议更新您的生物识别设置,以在首次解锁时要求输入您的主密码(或 PIN)。现在要更新您的设置吗?"
+ "message": "Bitwarden 建议更新您的生物识别设置,以在首次解锁时要求输入您的主密码(或 PIN 码)。现在要更新您的设置吗?"
},
"windowsBiometricUpdateWarningTitle": {
"message": "推荐的设置更新"
diff --git a/apps/desktop/src/locales/zh_TW/messages.json b/apps/desktop/src/locales/zh_TW/messages.json
index 32a511beab1..50ab2e3a3d3 100644
--- a/apps/desktop/src/locales/zh_TW/messages.json
+++ b/apps/desktop/src/locales/zh_TW/messages.json
@@ -2196,10 +2196,10 @@
"message": "登入要求已逾期。"
},
"thisRequestIsNoLongerValid": {
- "message": "This request is no longer valid."
+ "message": "此請求已失效"
},
"approveLoginRequestDesc": {
- "message": "Use this device to approve login requests made from other devices."
+ "message": "使用此裝置準予來自其他裝置的登入要求。"
},
"confirmLoginAtemptForMail": {
"message": "確認 $EMAIL$ 的登入嘗試",
@@ -2259,19 +2259,19 @@
"message": "Uncheck if using a public device"
},
"approveFromYourOtherDevice": {
- "message": "Approve from your other device"
+ "message": "從其他裝置批准"
},
"requestAdminApproval": {
- "message": "Request admin approval"
+ "message": "要求管理員核准"
},
"approveWithMasterPassword": {
- "message": "Approve with master password"
+ "message": "使用主密碼批准"
},
"region": {
"message": "區域"
},
"ssoIdentifierRequired": {
- "message": "Organization SSO identifier is required."
+ "message": "需要單一登入 (SSO) 組織識別碼。"
},
"eu": {
"message": "EU",
@@ -2287,7 +2287,7 @@
"message": "bitwarden.eu"
},
"selfHostedServer": {
- "message": "self-hosted"
+ "message": "自建"
},
"accessDenied": {
"message": "拒絕存取。您沒有檢視此頁面的權限。"
@@ -2314,10 +2314,10 @@
"message": "User email missing"
},
"deviceTrusted": {
- "message": "Device trusted"
+ "message": "裝置已信任"
},
"inputRequired": {
- "message": "Input is required."
+ "message": "必須輸入內容。"
},
"required": {
"message": "必填"
diff --git a/apps/desktop/src/package-lock.json b/apps/desktop/src/package-lock.json
index c838b242b50..3af376f862a 100644
--- a/apps/desktop/src/package-lock.json
+++ b/apps/desktop/src/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@bitwarden/desktop",
- "version": "2023.8.4",
+ "version": "2023.8.5",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@bitwarden/desktop",
- "version": "2023.8.4",
+ "version": "2023.8.5",
"license": "GPL-3.0",
"dependencies": {
"@bitwarden/desktop-native": "file:../desktop_native"
diff --git a/apps/desktop/src/package.json b/apps/desktop/src/package.json
index bbef6bf36f5..0e4bff007f4 100644
--- a/apps/desktop/src/package.json
+++ b/apps/desktop/src/package.json
@@ -2,7 +2,7 @@
"name": "@bitwarden/desktop",
"productName": "Bitwarden",
"description": "A secure and free password manager for all of your devices.",
- "version": "2023.8.4",
+ "version": "2023.8.5",
"author": "Bitwarden Inc. (https://bitwarden.com)",
"homepage": "https://bitwarden.com",
"license": "GPL-3.0",
diff --git a/apps/desktop/src/scss/environment.scss b/apps/desktop/src/scss/environment.scss
index eae8b4a2d5b..0f28ba1954a 100644
--- a/apps/desktop/src/scss/environment.scss
+++ b/apps/desktop/src/scss/environment.scss
@@ -18,15 +18,11 @@
color: $text-muted;
line-height: 25px;
font-weight: 400;
- padding-left: 5px;
+ padding-left: 15px;
- label {
+ span {
font-weight: 600;
- }
-
- a,
- a label:hover {
- cursor: pointer;
+ font-size: $font-size-small;
}
}
diff --git a/apps/web/src/locales/fi/messages.json b/apps/web/src/locales/fi/messages.json
index 82c7fbea930..d1699f72505 100644
--- a/apps/web/src/locales/fi/messages.json
+++ b/apps/web/src/locales/fi/messages.json
@@ -5446,7 +5446,7 @@
"message": "Organisaation holvin vienti"
},
"exportingIndividualVaultDescription": {
- "message": "Vain tunnukseen $EMAIL$ liitetyt yksityisen holvin kohteet viedään. Organisaation holvin kohteita ei sisällytetä. Vain holvin kohteiden tiedot viedään ilman niihin liittyviä liitteitä.",
+ "message": "Vain tunnukseen $EMAIL$ liitetyt yksityisen holvin kohteet viedään. Organisaation holvin kohteita ei sisällytetä. Vain holvin kohteiden tiedot viedään ilman niiden sisältämiä liitteitä.",
"placeholders": {
"email": {
"content": "$1",
diff --git a/apps/web/src/locales/lv/messages.json b/apps/web/src/locales/lv/messages.json
index 47f2bf8d589..7acc4e3c2c4 100644
--- a/apps/web/src/locales/lv/messages.json
+++ b/apps/web/src/locales/lv/messages.json
@@ -5446,7 +5446,7 @@
"message": "Izdod apvienības glabātavu"
},
"exportingIndividualVaultDescription": {
- "message": "Tiks izgūti tikai atsevišķi glabātavas vienumi, kas ir saistīti ar $EMAIL$. Apvienīgas glabātavas vienumi netiks iekļauti. Tiks izgūta tikai glabātavas vienuma informācija, un saistītie pielikumi netiks iekļauti.",
+ "message": "Tiks izgūti tikai atsevišķi glabātavas vienumi, kas ir saistīti ar $EMAIL$. Apvienības glabātavas vienumi netiks iekļauti. Tiks izgūta tikai glabātavas vienumu informācija, un saistītie pielikumi netiks iekļauti.",
"placeholders": {
"email": {
"content": "$1",
diff --git a/apps/web/src/locales/uk/messages.json b/apps/web/src/locales/uk/messages.json
index f341ba6b6a8..32a8c3782bb 100644
--- a/apps/web/src/locales/uk/messages.json
+++ b/apps/web/src/locales/uk/messages.json
@@ -1426,10 +1426,10 @@
"message": "Захистіть обліковий запис, вимагаючи додатковий крок перевірки під час входу."
},
"twoStepLoginTeamsDesc": {
- "message": "Enable two-step login for your organization."
+ "message": "Увімкніть двоетапну перевірку для вашої організації."
},
"twoStepLoginEnterpriseDescStart": {
- "message": "Enforce Bitwarden Two-step Login options for members by using the ",
+ "message": "Зобов'язувати учасників використовувати двоетапну перевірку Bitwarden за допомогою ",
"description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Enforce Bitwarden Two-step Login options for members by using the Two-step Login Policy.'"
},
"twoStepLoginPolicy": {
diff --git a/libs/angular/src/auth/components/environment-selector.component.html b/libs/angular/src/auth/components/environment-selector.component.html
index 4e8d33bde68..2765787c317 100644
--- a/libs/angular/src/auth/components/environment-selector.component.html
+++ b/libs/angular/src/auth/components/environment-selector.component.html
@@ -1,40 +1,51 @@
-