From 6e441e54d4c95bc6da8e30d832e95bc0d56473ed Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Fri, 26 Jun 2020 21:27:49 -0400 Subject: [PATCH] New Crowdin updates (#1310) * New translations messages.json (Romanian) * New translations messages.json (Persian) * New translations messages.json (Turkish) * New translations messages.json (Ukrainian) * New translations messages.json (Chinese Simplified) * New translations messages.json (Chinese Traditional) * New translations messages.json (Vietnamese) * New translations messages.json (Portuguese, Brazilian) * New translations messages.json (Indonesian) * New translations copy.resx (Persian) * New translations messages.json (Slovak) * New translations messages.json (Thai) * New translations messages.json (Croatian) * New translations messages.json (Estonian) * New translations messages.json (Hindi) * New translations messages.json (English, United Kingdom) * New translations messages.json (Sinhala) * New translations copy.resx (Sinhala) * New translations messages.json (Swedish) * New translations messages.json (Russian) * New translations messages.json (French) * New translations messages.json (Greek) * New translations messages.json (Spanish) * New translations messages.json (Belarusian) * New translations messages.json (Bulgarian) * New translations messages.json (Catalan) * New translations messages.json (Czech) * New translations messages.json (Danish) * New translations messages.json (German) * New translations messages.json (Finnish) * New translations messages.json (Portuguese) * New translations messages.json (Hebrew) * New translations messages.json (Hungarian) * New translations messages.json (Italian) * New translations messages.json (Japanese) * New translations messages.json (Korean) * New translations messages.json (Dutch) * New translations messages.json (Polish) * New translations messages.json (Norwegian Bokmal) --- src/_locales/be/messages.json | 8 + src/_locales/bg/messages.json | 8 + src/_locales/ca/messages.json | 8 + src/_locales/cs/messages.json | 8 + src/_locales/da/messages.json | 8 + src/_locales/de/messages.json | 14 +- src/_locales/el/messages.json | 8 + src/_locales/en_GB/messages.json | 8 + src/_locales/es/messages.json | 10 +- src/_locales/et/messages.json | 12 +- src/_locales/fa/messages.json | 86 +- src/_locales/fi/messages.json | 8 + src/_locales/fr/messages.json | 8 + src/_locales/he/messages.json | 8 + src/_locales/hi/messages.json | 8 + src/_locales/hr/messages.json | 8 + src/_locales/hu/messages.json | 10 +- src/_locales/id/messages.json | 8 + src/_locales/it/messages.json | 8 + src/_locales/ja/messages.json | 8 + src/_locales/ko/messages.json | 8 + src/_locales/nb/messages.json | 8 + src/_locales/nl/messages.json | 8 + src/_locales/pl/messages.json | 8 + src/_locales/pt_BR/messages.json | 8 + src/_locales/pt_PT/messages.json | 18 +- src/_locales/ro/messages.json | 8 + src/_locales/ru/messages.json | 8 + src/_locales/si/messages.json | 1300 ++++++++++++++++++++++++++++++ src/_locales/sk/messages.json | 22 +- src/_locales/sv/messages.json | 8 + src/_locales/th/messages.json | 8 + src/_locales/tr/messages.json | 8 + src/_locales/uk/messages.json | 44 +- src/_locales/vi/messages.json | 82 +- src/_locales/zh_CN/messages.json | 14 +- src/_locales/zh_TW/messages.json | 8 + store/locales/fa/copy.resx | 8 +- store/locales/si/copy.resx | 158 ++++ 39 files changed, 1866 insertions(+), 120 deletions(-) create mode 100644 src/_locales/si/messages.json create mode 100644 store/locales/si/copy.resx diff --git a/src/_locales/be/messages.json b/src/_locales/be/messages.json index 56b5a424d6..994c9e929d 100644 --- a/src/_locales/be/messages.json +++ b/src/_locales/be/messages.json @@ -1154,6 +1154,14 @@ "toggleOptions": { "message": "Пераключыць параметры" }, + "toggleCurrentUris": { + "message": "Toggle Current URIs", + "description": "Toggle the display of the URIs of the currently open tabs in the browser." + }, + "currentUri": { + "message": "Current URI", + "description": "The URI of one of the current open tabs in the browser." + }, "organization": { "message": "Арганізацыя", "description": "An entity of multiple related people (ex. a team or business organization)." diff --git a/src/_locales/bg/messages.json b/src/_locales/bg/messages.json index dbfd79bc29..db6b928c77 100644 --- a/src/_locales/bg/messages.json +++ b/src/_locales/bg/messages.json @@ -1154,6 +1154,14 @@ "toggleOptions": { "message": "Настройки на превключване" }, + "toggleCurrentUris": { + "message": "Toggle Current URIs", + "description": "Toggle the display of the URIs of the currently open tabs in the browser." + }, + "currentUri": { + "message": "Current URI", + "description": "The URI of one of the current open tabs in the browser." + }, "organization": { "message": "Организация", "description": "An entity of multiple related people (ex. a team or business organization)." diff --git a/src/_locales/ca/messages.json b/src/_locales/ca/messages.json index 627649f717..6a004cdaf9 100644 --- a/src/_locales/ca/messages.json +++ b/src/_locales/ca/messages.json @@ -1154,6 +1154,14 @@ "toggleOptions": { "message": "Commuta opcions" }, + "toggleCurrentUris": { + "message": "Toggle Current URIs", + "description": "Toggle the display of the URIs of the currently open tabs in the browser." + }, + "currentUri": { + "message": "Current URI", + "description": "The URI of one of the current open tabs in the browser." + }, "organization": { "message": "Organització", "description": "An entity of multiple related people (ex. a team or business organization)." diff --git a/src/_locales/cs/messages.json b/src/_locales/cs/messages.json index 5ddca93934..73f079e933 100644 --- a/src/_locales/cs/messages.json +++ b/src/_locales/cs/messages.json @@ -1154,6 +1154,14 @@ "toggleOptions": { "message": "Přepnout možnosti" }, + "toggleCurrentUris": { + "message": "Toggle Current URIs", + "description": "Toggle the display of the URIs of the currently open tabs in the browser." + }, + "currentUri": { + "message": "Current URI", + "description": "The URI of one of the current open tabs in the browser." + }, "organization": { "message": "Organizace", "description": "An entity of multiple related people (ex. a team or business organization)." diff --git a/src/_locales/da/messages.json b/src/_locales/da/messages.json index 194e2d432c..024dd97974 100644 --- a/src/_locales/da/messages.json +++ b/src/_locales/da/messages.json @@ -1154,6 +1154,14 @@ "toggleOptions": { "message": "Skift indstillinger" }, + "toggleCurrentUris": { + "message": "Toggle Current URIs", + "description": "Toggle the display of the URIs of the currently open tabs in the browser." + }, + "currentUri": { + "message": "Current URI", + "description": "The URI of one of the current open tabs in the browser." + }, "organization": { "message": "Organisation", "description": "An entity of multiple related people (ex. a team or business organization)." diff --git a/src/_locales/de/messages.json b/src/_locales/de/messages.json index 68ede44b0a..8dd9cc3f98 100644 --- a/src/_locales/de/messages.json +++ b/src/_locales/de/messages.json @@ -498,7 +498,7 @@ "message": "Soll dieser Eintrag wirklich gelöscht werden?" }, "deletedItem": { - "message": "Eintrag in den Papierkorb verschieben" + "message": "Eintrag in Papierkorb legen" }, "overwritePassword": { "message": "Passwort ersetzen" @@ -886,10 +886,10 @@ "message": "Tresor in der Seitenleiste öffnen" }, "commandAutofillDesc": { - "message": "Das zuletzt verwendeten Login für die aktuelle Webseite automatisch ausfüllen lassen." + "message": "Die zuletzt verwendeten Zugangsdaten für die aktuelle Website automatisch ausfüllen lassen" }, "commandGeneratePasswordDesc": { - "message": "Generieren ein neues zufälliges Passwort und kopiere es in die Zwischenablage" + "message": "Ein neues zufälliges Passwort generieren und in die Zwischenablage kopieren" }, "privateModeMessage": { "message": "Leider ist dieses Fenster nicht im privaten Modus für diesen Browser verfügbar." @@ -1154,6 +1154,14 @@ "toggleOptions": { "message": "Umschaltoptionen" }, + "toggleCurrentUris": { + "message": "Toggle Current URIs", + "description": "Toggle the display of the URIs of the currently open tabs in the browser." + }, + "currentUri": { + "message": "Current URI", + "description": "The URI of one of the current open tabs in the browser." + }, "organization": { "message": "Organisation", "description": "An entity of multiple related people (ex. a team or business organization)." diff --git a/src/_locales/el/messages.json b/src/_locales/el/messages.json index 195ac8ded7..e6cac3bb5f 100644 --- a/src/_locales/el/messages.json +++ b/src/_locales/el/messages.json @@ -1154,6 +1154,14 @@ "toggleOptions": { "message": "Επιλογές Εναλλαγής" }, + "toggleCurrentUris": { + "message": "Toggle Current URIs", + "description": "Toggle the display of the URIs of the currently open tabs in the browser." + }, + "currentUri": { + "message": "Current URI", + "description": "The URI of one of the current open tabs in the browser." + }, "organization": { "message": "Οργανισμός", "description": "An entity of multiple related people (ex. a team or business organization)." diff --git a/src/_locales/en_GB/messages.json b/src/_locales/en_GB/messages.json index 9e03dcd073..6cb7bfe45a 100644 --- a/src/_locales/en_GB/messages.json +++ b/src/_locales/en_GB/messages.json @@ -1154,6 +1154,14 @@ "toggleOptions": { "message": "Toggle options" }, + "toggleCurrentUris": { + "message": "Toggle Current URIs", + "description": "Toggle the display of the URIs of the currently open tabs in the browser." + }, + "currentUri": { + "message": "Current URI", + "description": "The URI of one of the current open tabs in the browser." + }, "organization": { "message": "Organisation", "description": "An entity of multiple related people (ex. a team or business organization)." diff --git a/src/_locales/es/messages.json b/src/_locales/es/messages.json index a7010e41b6..ab8c4bd30a 100644 --- a/src/_locales/es/messages.json +++ b/src/_locales/es/messages.json @@ -880,7 +880,7 @@ "message": "Esta es una característica experimental. Úsala bajo tu propio riesgo." }, "commandOpenPopup": { - "message": "Abrir ventana emergente de caja de la caja fuerte" + "message": "Abrir ventana emergente de la caja fuerte" }, "commandOpenSidebar": { "message": "Abrir caja fuerte en la barra lateral" @@ -1154,6 +1154,14 @@ "toggleOptions": { "message": "Alternar opciones" }, + "toggleCurrentUris": { + "message": "Toggle Current URIs", + "description": "Toggle the display of the URIs of the currently open tabs in the browser." + }, + "currentUri": { + "message": "Current URI", + "description": "The URI of one of the current open tabs in the browser." + }, "organization": { "message": "Organización", "description": "An entity of multiple related people (ex. a team or business organization)." diff --git a/src/_locales/et/messages.json b/src/_locales/et/messages.json index 14b8271d42..f047b128a0 100644 --- a/src/_locales/et/messages.json +++ b/src/_locales/et/messages.json @@ -200,7 +200,7 @@ "message": "Loo parool" }, "regeneratePassword": { - "message": "Genereeri salasõna uuesti" + "message": "Genereeri parool uuesti" }, "options": { "message": "Valikud" @@ -1078,7 +1078,7 @@ "message": "Identiteet" }, "passwordHistory": { - "message": "Salasõna ajalugu" + "message": "Paroolide ajalugu" }, "back": { "message": "Tagasi" @@ -1154,6 +1154,14 @@ "toggleOptions": { "message": "Valik sisse" }, + "toggleCurrentUris": { + "message": "Toggle Current URIs", + "description": "Toggle the display of the URIs of the currently open tabs in the browser." + }, + "currentUri": { + "message": "Current URI", + "description": "The URI of one of the current open tabs in the browser." + }, "organization": { "message": "Organisatsioon", "description": "An entity of multiple related people (ex. a team or business organization)." diff --git a/src/_locales/fa/messages.json b/src/_locales/fa/messages.json index 0a4aae1da7..de55e60ad7 100644 --- a/src/_locales/fa/messages.json +++ b/src/_locales/fa/messages.json @@ -7,7 +7,7 @@ "description": "Extension name" }, "extDesc": { - "message": "یک مدیریت کننده رمز عبور رایگان برای تمامی دستگاههایتان.", + "message": "یک مدیریت کننده کلمه عبور رایگان برای تمامی دستگاههایتان.", "description": "Extension description" }, "loginOrCreateNewAccount": { @@ -32,16 +32,16 @@ "message": "آدرس ایمیل" }, "masterPass": { - "message": "گذرواژه‌ ی اصلی" + "message": "کلمه عبور اصلی" }, "masterPassDesc": { - "message": "گذرواژه اصلی رمز عبوری است که شما برای دسترسی به گاوصندوق خود استفاده میکنید. بیاد داشتن گذرواژه اصلی بسیار اهمیت دارد. اگر فراموشش کنید هیچ راهی برای بازگردانی آن وجود ندارد." + "message": "کلمه عبور اصلی کلمه عبوری است که شما برای دسترسی به گاوصندوق خود استفاده میکنید. بیاد داشتن کلمه عبور اصلی بسیار اهمیت دارد. اگر فراموشش کنید هیچ راهی برای بازگردانی آن وجود ندارد." }, "masterPassHintDesc": { - "message": "راهنمای گذرواژه اصلی می تواند در صورت فراموشی آن را بیاد بیارید." + "message": "راهنمای کلمه عبور اصلی می تواند در صورت فراموشی آن را بیاد بیارید." }, "reTypeMasterPass": { - "message": "تایپ دوباره گذرواژه اصلی" + "message": "تایپ دوباره کلمه عبور اصلی" }, "masterPassHint": { "message": "راهنمای گذرواژه اصلی (اختیاری)" @@ -62,7 +62,7 @@ "message": "زبانه فعلی" }, "copyPassword": { - "message": "کپی رمز عبور" + "message": "رونوشت کلمه عبور" }, "copyNote": { "message": "کپی یادداشت" @@ -83,7 +83,7 @@ "message": "پر کردن خودکار" }, "generatePasswordCopied": { - "message": "ساخت رمز عبور (کپی شد)" + "message": "ساخت کلمه عبور (کپی شد)" }, "noMatchingLogins": { "message": "ورودیها منتطبق نیست." @@ -104,13 +104,13 @@ "message": "افزودن مورد" }, "passwordHint": { - "message": "راهنمای گذرواژه" + "message": "راهنمای کلمه عبور" }, "enterEmailToGetHint": { - "message": "برای دریافت راهنمایی گذرواژه اصلی خود آدرس ایملیتان را وارد کنید." + "message": "برای دریافت راهنمایی کلمه عبور اصلی خود آدرس ایملیتان را وارد کنید." }, "getMasterPasswordHint": { - "message": "دریافت راهنمای گذرواژه اصلی" + "message": "دریافت راهنمای کلمه عبور اصلی" }, "continue": { "message": "ادامه" @@ -122,7 +122,7 @@ "message": "حساب" }, "changeMasterPassword": { - "message": "تغییر گذرواژه اصلی" + "message": "تغییر کلمه عبور اصلی" }, "fingerprintPhrase": { "message": "عبارت اثر انگشت", @@ -178,14 +178,14 @@ "message": "آخرین همگام سازی:" }, "passGen": { - "message": "تولید رمز عبور" + "message": "تولید کلمه عبور" }, "generator": { "message": "تولید کننده", "description": "Short for 'Password Generator'." }, "passGenInfo": { - "message": "به طور خودکار رمزهای عبور قوی و منحصر به فرد برای ورود به سیستم خود ایجاد کنید." + "message": "به طور خودکار کلمه های عبور قوی و منحصر به فرد برای ورود به سیستم خود ایجاد کنید." }, "bitWebVault": { "message": "گاوصندوق وب Bitwarden" @@ -197,10 +197,10 @@ "message": "انتخاب" }, "generatePassword": { - "message": "تولید رمز عبور" + "message": "تولید کلمه عبور" }, "regeneratePassword": { - "message": "تولید رمز عبور" + "message": "تولید مجدد کلمه عبور" }, "options": { "message": "گزینه ها" @@ -300,10 +300,10 @@ "message": "مرورگر شما از کپی کلیپ بورد آسان پشتیبانی نمی کند. به جای آن به صورت دستی کپی کنید." }, "verifyMasterPassword": { - "message": "تایید گذرواژه اصلی" + "message": "تایید کلمه عبور اصلی" }, "yourVaultIsLocked": { - "message": "صندوق شما قفل است. برای ادامه رمزعبور اصلی خود را وارد کنید." + "message": "صندوق شما قفل است. برای ادامه کلمه عبور اصلی خود را وارد کنید." }, "unlock": { "message": "بازکردن" @@ -322,7 +322,7 @@ } }, "invalidMasterPassword": { - "message": "گذرواژه اصلی نامعتبر است" + "message": "کلمه عبور اصلی نامعتبر است" }, "vaultTimeout": { "message": "متوقف شدن گاو‌صندوق" @@ -385,19 +385,19 @@ "message": "آدرس ایمیل نامعتبر است." }, "masterPassRequired": { - "message": "گذرواژه اصلی ضروری است." + "message": "کلمه عبور اصلی ضروری است." }, "masterPassLength": { - "message": "طول گذرواژه اصلی باید حداقل ۸ کاراکتر باشد." + "message": "طول کلمه عبور اصلی باید حداقل ۸ کاراکتر باشد." }, "masterPassDoesntMatch": { - "message": "گذرواژه اصلی با تکرار گذرواژه اصلی مطابقت ندارد." + "message": "کلمه عبور اصلی با تکرار کلمه عبور اصلی مطابقت ندارد." }, "newAccountCreated": { "message": "حساب شما ساختته شد! حالا میتوانید وارد شوید." }, "masterPassSent": { - "message": "ما یک ایمیل همراه با راهنمای گذرواژه اصلی برایتان ارسال کردیم." + "message": "ما یک ایمیل همراه با راهنمای کلمه عبور اصلی برایتان ارسال کردیم." }, "verificationCodeRequired": { "message": "کد تایید مورد نیاز است." @@ -440,10 +440,10 @@ "message": "پوشه اضافه شده" }, "changeMasterPass": { - "message": "تغییر گذرواژه اصلی" + "message": "تغییر کلمه عبور اصلی" }, "changeMasterPasswordConfirmation": { - "message": "شما می توانید رمز عبور اصلی خود را در bitwarden.com تغییر دهید. آیا می خواهید از سایت بازدید کنید؟" + "message": "شما می‌توانید کلمه عبور اصلی خود را در bitwarden.com تغییر دهید. آیا می‌خواهید از سایت بازدید کنید؟" }, "twoStepLoginConfirmation": { "message": "ورودی دو مرحله ای باعث می شود که حساب کاربری شما با استفاده از یک دستگاه دیگر مانند کلید امنیتی، برنامه تأیید هویت، پیامک، تماس تلفنی و یا ایمیل، اعتبار خود را با ایمنی بیشتر ثابت کند. ورودی دو مرحله ای می تواند در bitwarden.com فعال شود. آیا می خواهید از سایت بازدید کنید؟" @@ -470,7 +470,7 @@ "message": "همگام سازی شکست خورد" }, "passwordCopied": { - "message": "رمز عبور کپی شد" + "message": "کلمه عبور کپی شد" }, "uri": { "message": "نشانی اینترنتی" @@ -501,7 +501,7 @@ "message": "مورد حذف شده" }, "overwritePassword": { - "message": "بازنویسی رمز عبور" + "message": "بازنویسی کلمه عبور" }, "overwritePasswordConfirmation": { "message": "آیا از بازنویسی بر روی پسورد فعلی مطمئن هستید؟" @@ -546,7 +546,7 @@ "description": "Clipboard is the operating system thing where you copy/paste data to on your device." }, "notificationAddDesc": { - "message": "آیا Bitwarden باید این رمز عبور را برایتان بخاطر بسپرد؟" + "message": "آیا Bitwarden باید این کلمه عبور را برایتان بخاطر بسپارد؟" }, "notificationAddSave": { "message": "بله، ذخیره کن" @@ -555,10 +555,10 @@ "message": "برای اين سایت هرگز" }, "disableChangedPasswordNotification": { - "message": "غیر فعال کردن اعلان تغییر رمز عبور" + "message": "غیر فعال کردن اعلان تغییر کلمه عبور" }, "disableChangedPasswordNotificationDesc": { - "message": "\"اعلانیه رمزعبور تغییر کرده\" بصورت خودکار شما را از بروزرسانی رمزعبور در گاوصندوق مطلع میکند هر زمان که شما آن را در یک وبسایت تغییر داده باشید." + "message": "\"اعلانیه کلمه عبور تغییر کرده\" بصورت خودکار شما را از بروزرسانی کلمه عبور در گاوصندوق مطلع میکند هر زمان که شما آن را در یک وبسایت تغییر داده باشید." }, "notificationChangeDesc": { "message": "آیا مایل به بروزرسانی این پسورد در Bitwarden هستید؟" @@ -570,7 +570,7 @@ "message": "غیر فعال کردن گزینه های منوی متن" }, "disableContextMenuItemDesc": { - "message": "گزینه های منوی متن دسترسی سریع به ساخت رمز عبور و ورود به سیستم برای وبسایت در برگه فعلی را برای شما فراهم میکند." + "message": "گزینه های منوی متن دسترسی سریع به ساخت کلمه عبور و ورود به سیستم برای وبسایت در برگه فعلی را برای شما فراهم میکند." }, "defaultUriMatchDetection": { "message": "بازرسی تطابق URL پیشفرض", @@ -607,7 +607,7 @@ "message": "This export contains your vault data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it." }, "exportMasterPassword": { - "message": "گذرواژه اصلی خود را برای صادرات داده ها از گاوصندوقتان وارد کنید." + "message": "کلمه عبور اصلی خود را برای صادرات داده ها از گاوصندوقتان وارد کنید." }, "shared": { "message": "اشتراک گذاری شد" @@ -703,7 +703,7 @@ "message": "گزینه های ورود اضافی دو مرحله ای مانند YubiKey, FIDO U2F و Duo." }, "ppremiumSignUpReports": { - "message": "بهداشت رمزعبور، سلامت اکانت و گزارش های نقض اطلاعات تا صندوق شما امن نگه داشته شود." + "message": "بهداشت کلمه عبور، سلامت اکانت و گزارش های نقض اطلاعات تا صندوق شما امن نگه داشته شود." }, "ppremiumSignUpTotp": { "message": "تولید کننده کد تایید (2FA) از نوع TOTP برای ورود به گاوصندوقتان." @@ -1078,7 +1078,7 @@ "message": "مشخصات" }, "passwordHistory": { - "message": "تاریخچه رمز عبور" + "message": "تاریخچه کلمه عبور" }, "back": { "message": "بازگشت" @@ -1112,7 +1112,7 @@ "description": "To clear something out. example: To clear browser history." }, "checkPassword": { - "message": "بررسی کنید که آیا رمز عبور افشا شده است." + "message": "بررسی اینکه که آیا کلمه عبور افشا شده است." }, "passwordExposed": { "message": "This password has been exposed in data breaches. You should change it.", @@ -1124,7 +1124,7 @@ } }, "passwordSafe": { - "message": "این رمز عبور در هیچ رخنه داده ای شناخته نشده است. باید برای امنیت از آن استفاده کنید." + "message": "این کلمه عبور در هیچ رخنه داده ای شناخته نشده است. باید برای امنیت از آن استفاده کنید." }, "baseDomain": { "message": "دامنه پایه" @@ -1154,6 +1154,14 @@ "toggleOptions": { "message": "گزینه های تبدیل" }, + "toggleCurrentUris": { + "message": "Toggle Current URIs", + "description": "Toggle the display of the URIs of the currently open tabs in the browser." + }, + "currentUri": { + "message": "Current URI", + "description": "The URI of one of the current open tabs in the browser." + }, "organization": { "message": "سازماندهی", "description": "An entity of multiple related people (ex. a team or business organization)." @@ -1165,7 +1173,7 @@ "message": "تمام موارد" }, "noPasswordsInList": { - "message": "هیچ رمز عبوری در لیست وجود ندارد." + "message": "هیچ کلمه عبوری در لیست وجود ندارد." }, "remove": { "message": "حذف" @@ -1178,7 +1186,7 @@ "description": "ex. Date this item was updated" }, "datePasswordUpdated": { - "message": "گذرواژه بروز رسانی شد", + "message": "کلمه عبور بروزرسانی شد", "description": "ex. Date this password was updated" }, "neverLockWarning": { @@ -1209,10 +1217,10 @@ "description": "ex. A weak password. Scale: Weak -> Good -> Strong" }, "weakMasterPassword": { - "message": "گذرواژه اصلی ضعیف" + "message": "کلمه عبور اصلی ضعیف" }, "weakMasterPasswordDesc": { - "message": "رمز عبور اصلی که شما انتخاب کرده اید ضعیف است. شما باید یک رمز عبور اصلی قوی انتخاب کنید ( یا یک عبارت عبور) تا به درستی از اکانت بیت واردن خود محافظت کنید. آیا مطمعن هستید می‌خواهید از این رمز عبور اصلی استفاده کنید؟ " + "message": "کلمه عبور اصلی که شما انتخاب کرده اید ضعیف است. شما باید یک کلمه عبور اصلی قوی انتخاب کنید (یا یک عبارت عبور) تا به درستی از اکانت Bitwarden خود محافظت کنید. آیا مطمعن هستید می‌خواهید از این کلمه عبور اصلی استفاده کنید؟ " }, "pin": { "message": "پین", diff --git a/src/_locales/fi/messages.json b/src/_locales/fi/messages.json index 4c8f47969d..ad5a653851 100644 --- a/src/_locales/fi/messages.json +++ b/src/_locales/fi/messages.json @@ -1154,6 +1154,14 @@ "toggleOptions": { "message": "Näytä/piilota asetukset" }, + "toggleCurrentUris": { + "message": "Toggle Current URIs", + "description": "Toggle the display of the URIs of the currently open tabs in the browser." + }, + "currentUri": { + "message": "Current URI", + "description": "The URI of one of the current open tabs in the browser." + }, "organization": { "message": "Organisaatio", "description": "An entity of multiple related people (ex. a team or business organization)." diff --git a/src/_locales/fr/messages.json b/src/_locales/fr/messages.json index a967fcc934..62a1b1a495 100644 --- a/src/_locales/fr/messages.json +++ b/src/_locales/fr/messages.json @@ -1154,6 +1154,14 @@ "toggleOptions": { "message": "Afficher/masquer les options" }, + "toggleCurrentUris": { + "message": "Toggle Current URIs", + "description": "Toggle the display of the URIs of the currently open tabs in the browser." + }, + "currentUri": { + "message": "Current URI", + "description": "The URI of one of the current open tabs in the browser." + }, "organization": { "message": "Organisation", "description": "An entity of multiple related people (ex. a team or business organization)." diff --git a/src/_locales/he/messages.json b/src/_locales/he/messages.json index fbe0c58d3f..0b5138cf4f 100644 --- a/src/_locales/he/messages.json +++ b/src/_locales/he/messages.json @@ -1154,6 +1154,14 @@ "toggleOptions": { "message": "הצגה\\הסתרה של אפשרויות" }, + "toggleCurrentUris": { + "message": "Toggle Current URIs", + "description": "Toggle the display of the URIs of the currently open tabs in the browser." + }, + "currentUri": { + "message": "Current URI", + "description": "The URI of one of the current open tabs in the browser." + }, "organization": { "message": "ארגון", "description": "An entity of multiple related people (ex. a team or business organization)." diff --git a/src/_locales/hi/messages.json b/src/_locales/hi/messages.json index 5ca3fa0999..7eb25c3de7 100644 --- a/src/_locales/hi/messages.json +++ b/src/_locales/hi/messages.json @@ -1154,6 +1154,14 @@ "toggleOptions": { "message": "Toggle Options" }, + "toggleCurrentUris": { + "message": "Toggle Current URIs", + "description": "Toggle the display of the URIs of the currently open tabs in the browser." + }, + "currentUri": { + "message": "Current URI", + "description": "The URI of one of the current open tabs in the browser." + }, "organization": { "message": "Organization", "description": "An entity of multiple related people (ex. a team or business organization)." diff --git a/src/_locales/hr/messages.json b/src/_locales/hr/messages.json index b2d5e84278..fef0feab67 100644 --- a/src/_locales/hr/messages.json +++ b/src/_locales/hr/messages.json @@ -1154,6 +1154,14 @@ "toggleOptions": { "message": "Uključi/isključi opcije" }, + "toggleCurrentUris": { + "message": "Toggle Current URIs", + "description": "Toggle the display of the URIs of the currently open tabs in the browser." + }, + "currentUri": { + "message": "Current URI", + "description": "The URI of one of the current open tabs in the browser." + }, "organization": { "message": "Organizacija", "description": "An entity of multiple related people (ex. a team or business organization)." diff --git a/src/_locales/hu/messages.json b/src/_locales/hu/messages.json index 5ec2bbe474..04b536d204 100644 --- a/src/_locales/hu/messages.json +++ b/src/_locales/hu/messages.json @@ -65,7 +65,7 @@ "message": "Jelszó másolása" }, "copyNote": { - "message": "Megjegyzés másolása" + "message": "Jegyzet másolása" }, "copyUri": { "message": "URI másolása" @@ -1154,6 +1154,14 @@ "toggleOptions": { "message": "Opciók megnyitása" }, + "toggleCurrentUris": { + "message": "Toggle Current URIs", + "description": "Toggle the display of the URIs of the currently open tabs in the browser." + }, + "currentUri": { + "message": "Current URI", + "description": "The URI of one of the current open tabs in the browser." + }, "organization": { "message": "Szervezet", "description": "An entity of multiple related people (ex. a team or business organization)." diff --git a/src/_locales/id/messages.json b/src/_locales/id/messages.json index 3f92728f67..81e59a5c4c 100644 --- a/src/_locales/id/messages.json +++ b/src/_locales/id/messages.json @@ -1154,6 +1154,14 @@ "toggleOptions": { "message": "Ubah Opsi" }, + "toggleCurrentUris": { + "message": "Toggle Current URIs", + "description": "Toggle the display of the URIs of the currently open tabs in the browser." + }, + "currentUri": { + "message": "Current URI", + "description": "The URI of one of the current open tabs in the browser." + }, "organization": { "message": "Organisasi", "description": "An entity of multiple related people (ex. a team or business organization)." diff --git a/src/_locales/it/messages.json b/src/_locales/it/messages.json index 6c9481773e..2df19f9aa4 100644 --- a/src/_locales/it/messages.json +++ b/src/_locales/it/messages.json @@ -1154,6 +1154,14 @@ "toggleOptions": { "message": "Attiva/Disattiva opzioni" }, + "toggleCurrentUris": { + "message": "Toggle Current URIs", + "description": "Toggle the display of the URIs of the currently open tabs in the browser." + }, + "currentUri": { + "message": "Current URI", + "description": "The URI of one of the current open tabs in the browser." + }, "organization": { "message": "Società", "description": "An entity of multiple related people (ex. a team or business organization)." diff --git a/src/_locales/ja/messages.json b/src/_locales/ja/messages.json index da58cdf606..9c2b24b8ae 100644 --- a/src/_locales/ja/messages.json +++ b/src/_locales/ja/messages.json @@ -1154,6 +1154,14 @@ "toggleOptions": { "message": "オプションの切り替え" }, + "toggleCurrentUris": { + "message": "Toggle Current URIs", + "description": "Toggle the display of the URIs of the currently open tabs in the browser." + }, + "currentUri": { + "message": "Current URI", + "description": "The URI of one of the current open tabs in the browser." + }, "organization": { "message": "組織", "description": "An entity of multiple related people (ex. a team or business organization)." diff --git a/src/_locales/ko/messages.json b/src/_locales/ko/messages.json index 2b137c05b9..aac9e37dc4 100644 --- a/src/_locales/ko/messages.json +++ b/src/_locales/ko/messages.json @@ -1154,6 +1154,14 @@ "toggleOptions": { "message": "표시 / 숨기기" }, + "toggleCurrentUris": { + "message": "Toggle Current URIs", + "description": "Toggle the display of the URIs of the currently open tabs in the browser." + }, + "currentUri": { + "message": "Current URI", + "description": "The URI of one of the current open tabs in the browser." + }, "organization": { "message": "조직", "description": "An entity of multiple related people (ex. a team or business organization)." diff --git a/src/_locales/nb/messages.json b/src/_locales/nb/messages.json index db376daeb3..fe38ec84ab 100644 --- a/src/_locales/nb/messages.json +++ b/src/_locales/nb/messages.json @@ -1154,6 +1154,14 @@ "toggleOptions": { "message": "Skru av/på innstillinger" }, + "toggleCurrentUris": { + "message": "Toggle Current URIs", + "description": "Toggle the display of the URIs of the currently open tabs in the browser." + }, + "currentUri": { + "message": "Current URI", + "description": "The URI of one of the current open tabs in the browser." + }, "organization": { "message": "Organisasjon", "description": "An entity of multiple related people (ex. a team or business organization)." diff --git a/src/_locales/nl/messages.json b/src/_locales/nl/messages.json index 35219c2f91..44d131ddbe 100644 --- a/src/_locales/nl/messages.json +++ b/src/_locales/nl/messages.json @@ -1154,6 +1154,14 @@ "toggleOptions": { "message": "Opties schakelen" }, + "toggleCurrentUris": { + "message": "Toggle Current URIs", + "description": "Toggle the display of the URIs of the currently open tabs in the browser." + }, + "currentUri": { + "message": "Current URI", + "description": "The URI of one of the current open tabs in the browser." + }, "organization": { "message": "Organisatie", "description": "An entity of multiple related people (ex. a team or business organization)." diff --git a/src/_locales/pl/messages.json b/src/_locales/pl/messages.json index 90a9f4c036..542b9f9a90 100644 --- a/src/_locales/pl/messages.json +++ b/src/_locales/pl/messages.json @@ -1154,6 +1154,14 @@ "toggleOptions": { "message": "Zmień opcje" }, + "toggleCurrentUris": { + "message": "Toggle Current URIs", + "description": "Toggle the display of the URIs of the currently open tabs in the browser." + }, + "currentUri": { + "message": "Current URI", + "description": "The URI of one of the current open tabs in the browser." + }, "organization": { "message": "Organizacja", "description": "An entity of multiple related people (ex. a team or business organization)." diff --git a/src/_locales/pt_BR/messages.json b/src/_locales/pt_BR/messages.json index 40e3be3838..064ecfd830 100644 --- a/src/_locales/pt_BR/messages.json +++ b/src/_locales/pt_BR/messages.json @@ -1154,6 +1154,14 @@ "toggleOptions": { "message": "Alternar Opções" }, + "toggleCurrentUris": { + "message": "Toggle Current URIs", + "description": "Toggle the display of the URIs of the currently open tabs in the browser." + }, + "currentUri": { + "message": "Current URI", + "description": "The URI of one of the current open tabs in the browser." + }, "organization": { "message": "Organização", "description": "An entity of multiple related people (ex. a team or business organization)." diff --git a/src/_locales/pt_PT/messages.json b/src/_locales/pt_PT/messages.json index ecda2f9af8..716abe74cb 100644 --- a/src/_locales/pt_PT/messages.json +++ b/src/_locales/pt_PT/messages.json @@ -92,7 +92,7 @@ "message": "O cofre está bloqueado." }, "vaultLoggedOut": { - "message": "Vault is logged out." + "message": "Sessão terminada no cofre." }, "autoFillInfo": { "message": "Não existem credenciais disponíveis para auto-preencher para o separador de navegador atual." @@ -325,7 +325,7 @@ "message": "Palavra-passe mestra inválida" }, "vaultTimeout": { - "message": "Vault Timeout" + "message": "Expiração do cofre" }, "lockNow": { "message": "Bloquear agora" @@ -1154,6 +1154,14 @@ "toggleOptions": { "message": "Alternar opções" }, + "toggleCurrentUris": { + "message": "Toggle Current URIs", + "description": "Toggle the display of the URIs of the currently open tabs in the browser." + }, + "currentUri": { + "message": "Current URI", + "description": "The URI of one of the current open tabs in the browser." + }, "organization": { "message": "Organização", "description": "An entity of multiple related people (ex. a team or business organization)." @@ -1252,7 +1260,7 @@ "message": "Uma ou mais políticas de organização estão a afetar as suas definições do gerador." }, "vaultTimeoutAction": { - "message": "Vault Timeout Action" + "message": "Ação de expiração do cofre" }, "lock": { "message": "Bloquear", @@ -1284,9 +1292,9 @@ "message": "Item restaurado" }, "vaultTimeoutLogOutConfirmation": { - "message": "Terminar sessão irá remover todos os acessos ao seu cofre e requer autenticação online após o período de espera. Tem a certeza de que pretende utilizar esta definição?" + "message": "Terminar sessão irá remover todos os acessos ao seu cofre e requer autenticação online após o período de expiração. Tem a certeza de que pretende utilizar esta definição?" }, "vaultTimeoutLogOutConfirmationTitle": { - "message": "Timeout Action Confirmation" + "message": "Confirmação de expiração do cofre" } } diff --git a/src/_locales/ro/messages.json b/src/_locales/ro/messages.json index bc98bd673e..105a606a0f 100644 --- a/src/_locales/ro/messages.json +++ b/src/_locales/ro/messages.json @@ -1154,6 +1154,14 @@ "toggleOptions": { "message": "Activare/dezactivare opțiuni" }, + "toggleCurrentUris": { + "message": "Toggle Current URIs", + "description": "Toggle the display of the URIs of the currently open tabs in the browser." + }, + "currentUri": { + "message": "Current URI", + "description": "The URI of one of the current open tabs in the browser." + }, "organization": { "message": "Organizație", "description": "An entity of multiple related people (ex. a team or business organization)." diff --git a/src/_locales/ru/messages.json b/src/_locales/ru/messages.json index d0a66a9a38..55bb35f845 100644 --- a/src/_locales/ru/messages.json +++ b/src/_locales/ru/messages.json @@ -1154,6 +1154,14 @@ "toggleOptions": { "message": "Переключить настройки" }, + "toggleCurrentUris": { + "message": "Toggle Current URIs", + "description": "Toggle the display of the URIs of the currently open tabs in the browser." + }, + "currentUri": { + "message": "Current URI", + "description": "The URI of one of the current open tabs in the browser." + }, "organization": { "message": "Организация", "description": "An entity of multiple related people (ex. a team or business organization)." diff --git a/src/_locales/si/messages.json b/src/_locales/si/messages.json new file mode 100644 index 0000000000..6cfeef37ff --- /dev/null +++ b/src/_locales/si/messages.json @@ -0,0 +1,1300 @@ +{ + "appName": { + "message": "Bitwarden" + }, + "extName": { + "message": "Bitwarden - Free Password Manager", + "description": "Extension name" + }, + "extDesc": { + "message": "A secure and free password manager for all of your devices.", + "description": "Extension description" + }, + "loginOrCreateNewAccount": { + "message": "Log in or create a new account to access your secure vault." + }, + "createAccount": { + "message": "ගිණුමක් නිර්මාණය කරන්න" + }, + "login": { + "message": "Log In" + }, + "cancel": { + "message": "අවලංගු කරන්න" + }, + "close": { + "message": "වසන්න" + }, + "submit": { + "message": "Submit" + }, + "emailAddress": { + "message": "Email Address" + }, + "masterPass": { + "message": "Master Password" + }, + "masterPassDesc": { + "message": "The master password is the password you use to access your vault. It is very important that you do not forget your master password. There is no way to recover the password in the event that you forget it." + }, + "masterPassHintDesc": { + "message": "A master password hint can help you remember your password if you forget it." + }, + "reTypeMasterPass": { + "message": "Re-type Master Password" + }, + "masterPassHint": { + "message": "Master Password Hint (optional)" + }, + "tab": { + "message": "Tab" + }, + "myVault": { + "message": "My Vault" + }, + "tools": { + "message": "Tools" + }, + "settings": { + "message": "සැකසුම්" + }, + "currentTab": { + "message": "Current Tab" + }, + "copyPassword": { + "message": "Copy Password" + }, + "copyNote": { + "message": "Copy Note" + }, + "copyUri": { + "message": "Copy URI" + }, + "copyUsername": { + "message": "Copy Username" + }, + "copyNumber": { + "message": "Copy Number" + }, + "copySecurityCode": { + "message": "Copy Security Code" + }, + "autoFill": { + "message": "Auto-fill" + }, + "generatePasswordCopied": { + "message": "Generate Password (copied)" + }, + "noMatchingLogins": { + "message": "No matching logins." + }, + "vaultLocked": { + "message": "Vault is locked." + }, + "vaultLoggedOut": { + "message": "Vault is logged out." + }, + "autoFillInfo": { + "message": "There are no logins available to auto-fill for the current browser tab." + }, + "addLogin": { + "message": "Add a Login" + }, + "addItem": { + "message": "Add Item" + }, + "passwordHint": { + "message": "Password Hint" + }, + "enterEmailToGetHint": { + "message": "Enter your account email address to receive your master password hint." + }, + "getMasterPasswordHint": { + "message": "Get master password hint" + }, + "continue": { + "message": "Continue" + }, + "verificationCode": { + "message": "Verification Code" + }, + "account": { + "message": "Account" + }, + "changeMasterPassword": { + "message": "Change Master Password" + }, + "fingerprintPhrase": { + "message": "Fingerprint Phrase", + "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": "Your account's fingerprint phrase", + "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": { + "message": "Two-step Login" + }, + "logOut": { + "message": "Log Out" + }, + "about": { + "message": "About" + }, + "version": { + "message": "Version" + }, + "save": { + "message": "Save" + }, + "addFolder": { + "message": "Add Folder" + }, + "name": { + "message": "Name" + }, + "editFolder": { + "message": "Edit Folder" + }, + "deleteFolder": { + "message": "Delete Folder" + }, + "folders": { + "message": "Folders" + }, + "noFolders": { + "message": "There are no folders to list." + }, + "helpFeedback": { + "message": "Help & Feedback" + }, + "sync": { + "message": "Sync" + }, + "syncVaultNow": { + "message": "Sync Vault Now" + }, + "lastSync": { + "message": "Last Sync:" + }, + "passGen": { + "message": "Password Generator" + }, + "generator": { + "message": "Generator", + "description": "Short for 'Password Generator'." + }, + "passGenInfo": { + "message": "Automatically generate strong, unique passwords for your logins." + }, + "bitWebVault": { + "message": "Bitwarden Web Vault" + }, + "importItems": { + "message": "Import Items" + }, + "select": { + "message": "Select" + }, + "generatePassword": { + "message": "Generate Password" + }, + "regeneratePassword": { + "message": "Regenerate Password" + }, + "options": { + "message": "Options" + }, + "length": { + "message": "Length" + }, + "numWords": { + "message": "Number of Words" + }, + "wordSeparator": { + "message": "Word Separator" + }, + "capitalize": { + "message": "Capitalize", + "description": "Make the first letter of a work uppercase." + }, + "includeNumber": { + "message": "Include Number" + }, + "minNumbers": { + "message": "Minimum Numbers" + }, + "minSpecial": { + "message": "Minimum Special" + }, + "avoidAmbChar": { + "message": "Avoid Ambiguous Characters" + }, + "searchVault": { + "message": "Search vault" + }, + "edit": { + "message": "Edit" + }, + "view": { + "message": "View" + }, + "noItemsInList": { + "message": "There are no items to list." + }, + "itemInformation": { + "message": "Item Information" + }, + "username": { + "message": "Username" + }, + "password": { + "message": "Password" + }, + "passphrase": { + "message": "Passphrase" + }, + "favorite": { + "message": "Favorite" + }, + "notes": { + "message": "Notes" + }, + "note": { + "message": "Note" + }, + "editItem": { + "message": "Edit Item" + }, + "folder": { + "message": "Folder" + }, + "deleteItem": { + "message": "Delete Item" + }, + "viewItem": { + "message": "View Item" + }, + "launch": { + "message": "Launch" + }, + "website": { + "message": "Website" + }, + "toggleVisibility": { + "message": "Toggle Visibility" + }, + "manage": { + "message": "Manage" + }, + "other": { + "message": "Other" + }, + "rateExtension": { + "message": "Rate the Extension" + }, + "rateExtensionDesc": { + "message": "Please consider helping us out with a good review!" + }, + "browserNotSupportClipboard": { + "message": "Your web browser does not support easy clipboard copying. Copy it manually instead." + }, + "verifyMasterPassword": { + "message": "Verify Master Password" + }, + "yourVaultIsLocked": { + "message": "Your vault is locked. Verify your master password to continue." + }, + "unlock": { + "message": "Unlock" + }, + "loggedInAsOn": { + "message": "Logged in as $EMAIL$ on $HOSTNAME$.", + "placeholders": { + "email": { + "content": "$1", + "example": "name@example.com" + }, + "hostname": { + "content": "$2", + "example": "bitwarden.com" + } + } + }, + "invalidMasterPassword": { + "message": "Invalid master password" + }, + "vaultTimeout": { + "message": "Vault Timeout" + }, + "lockNow": { + "message": "Lock Now" + }, + "immediately": { + "message": "Immediately" + }, + "tenSeconds": { + "message": "10 seconds" + }, + "twentySeconds": { + "message": "20 seconds" + }, + "thirtySeconds": { + "message": "30 seconds" + }, + "oneMinute": { + "message": "1 minute" + }, + "twoMinutes": { + "message": "2 minutes" + }, + "fiveMinutes": { + "message": "5 minutes" + }, + "fifteenMinutes": { + "message": "15 minutes" + }, + "thirtyMinutes": { + "message": "30 minutes" + }, + "oneHour": { + "message": "1 hour" + }, + "fourHours": { + "message": "4 hours" + }, + "onLocked": { + "message": "On System Lock" + }, + "onRestart": { + "message": "On Browser Restart" + }, + "never": { + "message": "Never" + }, + "security": { + "message": "Security" + }, + "errorOccurred": { + "message": "An error has occurred" + }, + "emailRequired": { + "message": "Email address is required." + }, + "invalidEmail": { + "message": "Invalid email address." + }, + "masterPassRequired": { + "message": "Master password is required." + }, + "masterPassLength": { + "message": "Master password must be at least 8 characters long." + }, + "masterPassDoesntMatch": { + "message": "Master password confirmation does not match." + }, + "newAccountCreated": { + "message": "Your new account has been created! You may now log in." + }, + "masterPassSent": { + "message": "We've sent you an email with your master password hint." + }, + "verificationCodeRequired": { + "message": "Verification code is required." + }, + "valueCopied": { + "message": "$VALUE$ copied", + "description": "Value has been copied to the clipboard.", + "placeholders": { + "value": { + "content": "$1", + "example": "Password" + } + } + }, + "autofillError": { + "message": "Unable to auto-fill the selected item on this page. Copy and paste the information instead." + }, + "loggedOut": { + "message": "Logged out" + }, + "loginExpired": { + "message": "Your login session has expired." + }, + "logOutConfirmation": { + "message": "Are you sure you want to log out?" + }, + "yes": { + "message": "Yes" + }, + "no": { + "message": "No" + }, + "unexpectedError": { + "message": "An unexpected error has occurred." + }, + "nameRequired": { + "message": "Name is required." + }, + "addedFolder": { + "message": "Added folder" + }, + "changeMasterPass": { + "message": "Change Master Password" + }, + "changeMasterPasswordConfirmation": { + "message": "You can change your master password on the bitwarden.com web vault. Do you want to visit the website now?" + }, + "twoStepLoginConfirmation": { + "message": "Two-step login makes your account more secure by requiring you to verify your login with another device such as a security key, authenticator app, SMS, phone call, or email. Two-step login can be enabled on the bitwarden.com web vault. Do you want to visit the website now?" + }, + "editedFolder": { + "message": "Edited folder" + }, + "deleteFolderConfirmation": { + "message": "Are you sure you want to delete this folder?" + }, + "deletedFolder": { + "message": "Deleted folder" + }, + "gettingStartedTutorial": { + "message": "Getting Started Tutorial" + }, + "gettingStartedTutorialVideo": { + "message": "Watch our getting started tutorial to learn how to get the most out of the browser extension." + }, + "syncingComplete": { + "message": "Syncing complete" + }, + "syncingFailed": { + "message": "Syncing failed" + }, + "passwordCopied": { + "message": "Password copied" + }, + "uri": { + "message": "URI" + }, + "uriPosition": { + "message": "URI $POSITION$", + "description": "A listing of URIs. Ex: URI 1, URI 2, URI 3, etc.", + "placeholders": { + "position": { + "content": "$1", + "example": "2" + } + } + }, + "newUri": { + "message": "New URI" + }, + "addedItem": { + "message": "Added item" + }, + "editedItem": { + "message": "Edited item" + }, + "deleteItemConfirmation": { + "message": "Are you sure you want to delete this item?" + }, + "deletedItem": { + "message": "Sent item to trash" + }, + "overwritePassword": { + "message": "Overwrite Password" + }, + "overwritePasswordConfirmation": { + "message": "Are you sure you want to overwrite the current password?" + }, + "searchFolder": { + "message": "Search folder" + }, + "searchCollection": { + "message": "Search collection" + }, + "searchType": { + "message": "Search type" + }, + "noneFolder": { + "message": "No Folder", + "description": "This is the folder for uncategorized items" + }, + "disableAddLoginNotification": { + "message": "Disable Add Login Notification" + }, + "addLoginNotificationDesc": { + "message": "The \"Add Login Notification\" automatically prompts you to save new logins to your vault whenever you log into them for the first time." + }, + "dontShowCardsCurrentTab": { + "message": "Don't Show Cards on Tab Page" + }, + "dontShowCardsCurrentTabDesc": { + "message": "Card items from your vault are listed on the 'Current Tab' page for easy auto-fill access." + }, + "dontShowIdentitiesCurrentTab": { + "message": "Don't Show Identities on Tab Page" + }, + "dontShowIdentitiesCurrentTabDesc": { + "message": "Identity items from your vault are listed on the 'Current Tab' page for easy auto-fill access." + }, + "clearClipboard": { + "message": "Clear Clipboard", + "description": "Clipboard is the operating system thing where you copy/paste data to on your device." + }, + "clearClipboardDesc": { + "message": "Automatically clear copied values from your clipboard.", + "description": "Clipboard is the operating system thing where you copy/paste data to on your device." + }, + "notificationAddDesc": { + "message": "Should Bitwarden remember this password for you?" + }, + "notificationAddSave": { + "message": "Yes, Save Now" + }, + "notificationNeverSave": { + "message": "Never for this website" + }, + "disableChangedPasswordNotification": { + "message": "Disable Changed Password Notification" + }, + "disableChangedPasswordNotificationDesc": { + "message": "The \"Changed Password Notification\" automatically prompts you to update a login's password in your vault whenever it detects that you have changed it on a website." + }, + "notificationChangeDesc": { + "message": "Do you want to update this password in Bitwarden?" + }, + "notificationChangeSave": { + "message": "Yes, Update Now" + }, + "disableContextMenuItem": { + "message": "Disable Context Menu Options" + }, + "disableContextMenuItemDesc": { + "message": "Context menu options provide quick access to password generation and logins for the website in your current tab." + }, + "defaultUriMatchDetection": { + "message": "Default URI Match Detection", + "description": "Default URI match detection for auto-fill." + }, + "defaultUriMatchDetectionDesc": { + "message": "Choose the default way that URI match detection is handled for logins when performing actions such as auto-fill." + }, + "theme": { + "message": "Theme" + }, + "themeDesc": { + "message": "Change the application's color theme." + }, + "dark": { + "message": "Dark", + "description": "Dark color" + }, + "light": { + "message": "Light", + "description": "Light color" + }, + "exportVault": { + "message": "Export Vault" + }, + "fileFormat": { + "message": "File Format" + }, + "warning": { + "message": "WARNING", + "description": "WARNING (should stay in capitalized letters if the language permits)" + }, + "exportWarningDesc": { + "message": "This export contains your vault data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it." + }, + "exportMasterPassword": { + "message": "Enter your master password to export your vault data." + }, + "shared": { + "message": "Shared" + }, + "shareVault": { + "message": "Share Your Vault" + }, + "shareVaultConfirmation": { + "message": "Bitwarden allows you to share your vault with others by using an organization account. Would you like to visit the bitwarden.com website to learn more?" + }, + "shareItem": { + "message": "Share Item" + }, + "share": { + "message": "Share" + }, + "sharedItem": { + "message": "Shared Item" + }, + "shareDesc": { + "message": "Choose an organization that you wish to share this item with. Sharing transfers ownership of the item to the organization. You will no longer be the direct owner of this item once it has been shared." + }, + "learnMore": { + "message": "Learn more" + }, + "authenticatorKeyTotp": { + "message": "Authenticator Key (TOTP)" + }, + "verificationCodeTotp": { + "message": "Verification Code (TOTP)" + }, + "copyVerificationCode": { + "message": "Copy Verification Code" + }, + "attachments": { + "message": "Attachments" + }, + "deleteAttachment": { + "message": "Delete attachment" + }, + "deleteAttachmentConfirmation": { + "message": "Are you sure you want to delete this attachment?" + }, + "deletedAttachment": { + "message": "Deleted attachment" + }, + "newAttachment": { + "message": "Add New Attachment" + }, + "noAttachments": { + "message": "No attachments." + }, + "attachmentSaved": { + "message": "The attachment has been saved." + }, + "file": { + "message": "File" + }, + "selectFile": { + "message": "Select a file." + }, + "maxFileSize": { + "message": "Maximum file size is 100 MB." + }, + "featureUnavailable": { + "message": "Feature Unavailable" + }, + "updateKey": { + "message": "You cannot use this feature until you update your encryption key." + }, + "premiumMembership": { + "message": "Premium Membership" + }, + "premiumManage": { + "message": "Manage Membership" + }, + "premiumManageAlert": { + "message": "You can manage your membership on the bitwarden.com web vault. Do you want to visit the website now?" + }, + "premiumRefresh": { + "message": "Refresh Membership" + }, + "premiumNotCurrentMember": { + "message": "You are not currently a premium member." + }, + "premiumSignUpAndGet": { + "message": "Sign up for a premium membership and get:" + }, + "ppremiumSignUpStorage": { + "message": "1 GB encrypted storage for file attachments." + }, + "ppremiumSignUpTwoStep": { + "message": "Additional two-step login options such as YubiKey, FIDO U2F, and Duo." + }, + "ppremiumSignUpReports": { + "message": "Password hygiene, account health, and data breach reports to keep your vault safe." + }, + "ppremiumSignUpTotp": { + "message": "TOTP verification code (2FA) generator for logins in your vault." + }, + "ppremiumSignUpSupport": { + "message": "Priority customer support." + }, + "ppremiumSignUpFuture": { + "message": "All future premium features. More coming soon!" + }, + "premiumPurchase": { + "message": "Purchase Premium" + }, + "premiumPurchaseAlert": { + "message": "You can purchase premium membership on the bitwarden.com web vault. Do you want to visit the website now?" + }, + "premiumCurrentMember": { + "message": "You are a premium member!" + }, + "premiumCurrentMemberThanks": { + "message": "Thank you for supporting Bitwarden." + }, + "premiumPrice": { + "message": "All for just $PRICE$ /year!", + "placeholders": { + "price": { + "content": "$1", + "example": "$10" + } + } + }, + "refreshComplete": { + "message": "Refresh complete" + }, + "disableAutoTotpCopy": { + "message": "Disable Automatic TOTP Copy" + }, + "disableAutoTotpCopyDesc": { + "message": "If your login has an authenticator key attached to it, the TOTP verification code is automatically copied to your clipboard whenever you auto-fill the login." + }, + "premiumRequired": { + "message": "Premium Required" + }, + "premiumRequiredDesc": { + "message": "A premium membership is required to use this feature." + }, + "enterVerificationCodeApp": { + "message": "Enter the 6 digit verification code from your authenticator app." + }, + "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": { + "email": { + "content": "$1", + "example": "example@gmail.com" + } + } + }, + "rememberMe": { + "message": "Remember me" + }, + "sendVerificationCodeEmailAgain": { + "message": "Send verification code email again" + }, + "useAnotherTwoStepMethod": { + "message": "Use another two-step login method" + }, + "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." + }, + "loginUnavailable": { + "message": "Login Unavailable" + }, + "noTwoStepProviders": { + "message": "This account has two-step login enabled, however, none of the configured two-step providers are supported by this web browser." + }, + "noTwoStepProviders2": { + "message": "Please use a supported web browser (such as Chrome) and/or add additional providers that are better supported across web browsers (such as an authenticator app)." + }, + "twoStepOptions": { + "message": "Two-step Login Options" + }, + "recoveryCodeDesc": { + "message": "Lost access to all of your two-factor providers? Use your recovery code to disable all two-factor providers from your account." + }, + "recoveryCodeTitle": { + "message": "Recovery Code" + }, + "authenticatorAppTitle": { + "message": "Authenticator App" + }, + "authenticatorAppDesc": { + "message": "Use an authenticator app (such as Authy or Google Authenticator) to generate time-based verification codes.", + "description": "'Authy' and 'Google Authenticator' are product names and should not be translated." + }, + "yubiKeyTitle": { + "message": "YubiKey OTP Security Key" + }, + "yubiKeyDesc": { + "message": "Use a YubiKey to access your account. Works with YubiKey 4, 4 Nano, 4C, and NEO devices." + }, + "duoDesc": { + "message": "Verify with Duo Security using the Duo Mobile app, SMS, phone call, or U2F security key.", + "description": "'Duo Security' and 'Duo Mobile' are product names and should not be translated." + }, + "duoOrganizationDesc": { + "message": "Verify with Duo Security for your organization using the Duo Mobile app, SMS, phone call, or U2F security key.", + "description": "'Duo Security' and 'Duo Mobile' are product names and should not be translated." + }, + "u2fDesc": { + "message": "Use any FIDO U2F enabled security key to access your account." + }, + "u2fTitle": { + "message": "FIDO U2F Security Key" + }, + "emailTitle": { + "message": "Email" + }, + "emailDesc": { + "message": "Verification codes will be emailed to you." + }, + "selfHostedEnvironment": { + "message": "Self-hosted Environment" + }, + "selfHostedEnvironmentFooter": { + "message": "Specify the base URL of your on-premises hosted Bitwarden installation." + }, + "customEnvironment": { + "message": "Custom Environment" + }, + "customEnvironmentFooter": { + "message": "For advanced users. You can specify the base URL of each service independently." + }, + "baseUrl": { + "message": "Server URL" + }, + "apiUrl": { + "message": "API Server URL" + }, + "webVaultUrl": { + "message": "Web Vault Server URL" + }, + "identityUrl": { + "message": "Identity Server URL" + }, + "notificationsUrl": { + "message": "Notifications Server URL" + }, + "iconsUrl": { + "message": "Icons Server URL" + }, + "environmentSaved": { + "message": "The environment URLs have been saved." + }, + "enableAutoFillOnPageLoad": { + "message": "Enable Auto-fill On Page Load" + }, + "enableAutoFillOnPageLoadDesc": { + "message": "If a login form is detected, automatically perform an auto-fill when the web page loads." + }, + "experimentalFeature": { + "message": "This is currently an experimental feature. Use at your own risk." + }, + "commandOpenPopup": { + "message": "Open vault popup" + }, + "commandOpenSidebar": { + "message": "Open vault in sidebar" + }, + "commandAutofillDesc": { + "message": "Auto-fill the last used login for the current website" + }, + "commandGeneratePasswordDesc": { + "message": "Generate and copy a new random password to the clipboard" + }, + "privateModeMessage": { + "message": "Unfortunately this window is not available in private mode for this browser." + }, + "customFields": { + "message": "Custom Fields" + }, + "copyValue": { + "message": "Copy Value" + }, + "value": { + "message": "Value" + }, + "newCustomField": { + "message": "New Custom Field" + }, + "dragToSort": { + "message": "Drag to sort" + }, + "cfTypeText": { + "message": "Text" + }, + "cfTypeHidden": { + "message": "Hidden" + }, + "cfTypeBoolean": { + "message": "Boolean" + }, + "popup2faCloseMessage": { + "message": "Clicking outside the popup window to check your email for your verification code will cause this popup to close. Do you want to open this popup in a new window so that it does not close?" + }, + "popupU2fCloseMessage": { + "message": "This browser cannot process U2F requests in this popup window. Do you want to open this popup in a new window so that you can log in using U2F?" + }, + "disableFavicon": { + "message": "Disable Website Icons" + }, + "disableFaviconDesc": { + "message": "Website Icons provide a recognizable image next to each login item in your vault." + }, + "cardholderName": { + "message": "Cardholder Name" + }, + "number": { + "message": "Number" + }, + "brand": { + "message": "Brand" + }, + "expirationMonth": { + "message": "Expiration Month" + }, + "expirationYear": { + "message": "Expiration Year" + }, + "expiration": { + "message": "Expiration" + }, + "january": { + "message": "January" + }, + "february": { + "message": "February" + }, + "march": { + "message": "March" + }, + "april": { + "message": "April" + }, + "may": { + "message": "May" + }, + "june": { + "message": "June" + }, + "july": { + "message": "July" + }, + "august": { + "message": "August" + }, + "september": { + "message": "September" + }, + "october": { + "message": "October" + }, + "november": { + "message": "November" + }, + "december": { + "message": "December" + }, + "securityCode": { + "message": "Security Code" + }, + "ex": { + "message": "ex." + }, + "title": { + "message": "Title" + }, + "mr": { + "message": "Mr" + }, + "mrs": { + "message": "Mrs" + }, + "ms": { + "message": "Ms" + }, + "dr": { + "message": "Dr" + }, + "firstName": { + "message": "First Name" + }, + "middleName": { + "message": "Middle Name" + }, + "lastName": { + "message": "Last Name" + }, + "identityName": { + "message": "Identity Name" + }, + "company": { + "message": "Company" + }, + "ssn": { + "message": "Social Security Number" + }, + "passportNumber": { + "message": "Passport Number" + }, + "licenseNumber": { + "message": "License Number" + }, + "email": { + "message": "Email" + }, + "phone": { + "message": "Phone" + }, + "address": { + "message": "Address" + }, + "address1": { + "message": "Address 1" + }, + "address2": { + "message": "Address 2" + }, + "address3": { + "message": "Address 3" + }, + "cityTown": { + "message": "City / Town" + }, + "stateProvince": { + "message": "State / Province" + }, + "zipPostalCode": { + "message": "Zip / Postal Code" + }, + "country": { + "message": "Country" + }, + "type": { + "message": "Type" + }, + "typeLogin": { + "message": "Login" + }, + "typeLogins": { + "message": "Logins" + }, + "typeSecureNote": { + "message": "Secure Note" + }, + "typeCard": { + "message": "Card" + }, + "typeIdentity": { + "message": "Identity" + }, + "passwordHistory": { + "message": "Password History" + }, + "back": { + "message": "Back" + }, + "collections": { + "message": "Collections" + }, + "favorites": { + "message": "Favorites" + }, + "popOutNewWindow": { + "message": "Pop out to a new window" + }, + "refresh": { + "message": "Refresh" + }, + "cards": { + "message": "Cards" + }, + "identities": { + "message": "Identities" + }, + "logins": { + "message": "Logins" + }, + "secureNotes": { + "message": "Secure Notes" + }, + "clear": { + "message": "Clear", + "description": "To clear something out. example: To clear browser history." + }, + "checkPassword": { + "message": "Check if password has been exposed." + }, + "passwordExposed": { + "message": "This password has been exposed $VALUE$ time(s) in data breaches. You should change it.", + "placeholders": { + "value": { + "content": "$1", + "example": "2" + } + } + }, + "passwordSafe": { + "message": "This password was not found in any known data breaches. It should be safe to use." + }, + "baseDomain": { + "message": "Base domain" + }, + "host": { + "message": "Host", + "description": "A URL's host value. For example, the host of https://sub.domain.com:443 is 'sub.domain.com:443'." + }, + "exact": { + "message": "Exact" + }, + "startsWith": { + "message": "Starts with" + }, + "regEx": { + "message": "Regular expression", + "description": "A programming term, also known as 'RegEx'." + }, + "matchDetection": { + "message": "Match Detection", + "description": "URI match detection for auto-fill." + }, + "defaultMatchDetection": { + "message": "Default match detection", + "description": "Default URI match detection for auto-fill." + }, + "toggleOptions": { + "message": "Toggle Options" + }, + "toggleCurrentUris": { + "message": "Toggle Current URIs", + "description": "Toggle the display of the URIs of the currently open tabs in the browser." + }, + "currentUri": { + "message": "Current URI", + "description": "The URI of one of the current open tabs in the browser." + }, + "organization": { + "message": "Organization", + "description": "An entity of multiple related people (ex. a team or business organization)." + }, + "types": { + "message": "Types" + }, + "allItems": { + "message": "All Items" + }, + "noPasswordsInList": { + "message": "There are no passwords to list." + }, + "remove": { + "message": "Remove" + }, + "default": { + "message": "Default" + }, + "dateUpdated": { + "message": "Updated", + "description": "ex. Date this item was updated" + }, + "datePasswordUpdated": { + "message": "Password Updated", + "description": "ex. Date this password was updated" + }, + "neverLockWarning": { + "message": "Are you sure you want to use the \"Never\" option? Setting your lock options to \"Never\" stores your vault's encryption key on your device. If you use this option you should ensure that you keep your device properly protected." + }, + "noOrganizationsList": { + "message": "You do not belong to any organizations. Organizations allow you to securely share items with other users." + }, + "noCollectionsInList": { + "message": "There are no collections to list." + }, + "ownership": { + "message": "Ownership" + }, + "whoOwnsThisItem": { + "message": "Who owns this item?" + }, + "strong": { + "message": "Strong", + "description": "ex. A strong password. Scale: Weak -> Good -> Strong" + }, + "good": { + "message": "Good", + "description": "ex. A good password. Scale: Weak -> Good -> Strong" + }, + "weak": { + "message": "Weak", + "description": "ex. A weak password. Scale: Weak -> Good -> Strong" + }, + "weakMasterPassword": { + "message": "Weak Master Password" + }, + "weakMasterPasswordDesc": { + "message": "The master password you have chosen is weak. You should use a strong master password (or a passphrase) to properly protect your Bitwarden account. Are you sure you want to use this master password?" + }, + "pin": { + "message": "PIN", + "description": "PIN code. Ex. The short code (often numeric) that you use to unlock a device." + }, + "unlockWithPin": { + "message": "Unlock with PIN" + }, + "setYourPinCode": { + "message": "Set your PIN code for unlocking Bitwarden. Your PIN settings will be reset if you ever fully log out of the application." + }, + "pinRequired": { + "message": "PIN code is required." + }, + "invalidPin": { + "message": "Invalid PIN code." + }, + "verifyPin": { + "message": "Verify PIN" + }, + "yourVaultIsLockedPinCode": { + "message": "Your vault is locked. Verify your PIN code to continue." + }, + "lockWithMasterPassOnRestart": { + "message": "Lock with master password on browser restart" + }, + "selectOneCollection": { + "message": "You must select at least one collection." + }, + "cloneItem": { + "message": "Clone Item" + }, + "clone": { + "message": "Clone" + }, + "passwordGeneratorPolicyInEffect": { + "message": "One or more organization policies are affecting your generator settings." + }, + "vaultTimeoutAction": { + "message": "Vault Timeout Action" + }, + "lock": { + "message": "Lock", + "description": "Verb form: to make secure or inaccesible by" + }, + "trash": { + "message": "Trash", + "description": "Noun: a special folder to hold deleted items" + }, + "searchTrash": { + "message": "Search trash" + }, + "permanentlyDeleteItem": { + "message": "Permanently Delete Item" + }, + "permanentlyDeleteItemConfirmation": { + "message": "Are you sure you want to permanently delete this item?" + }, + "permanentlyDeletedItem": { + "message": "Permanently Deleted item" + }, + "restoreItem": { + "message": "Restore Item" + }, + "restoreItemConfirmation": { + "message": "Are you sure you want to restore this item?" + }, + "restoredItem": { + "message": "Restored Item" + }, + "vaultTimeoutLogOutConfirmation": { + "message": "Logging out will remove all access to your vault and requires online authentication after the timeout period. Are you sure you want to use this setting?" + }, + "vaultTimeoutLogOutConfirmationTitle": { + "message": "Timeout Action Confirmation" + } +} diff --git a/src/_locales/sk/messages.json b/src/_locales/sk/messages.json index f56c5b4ac1..f8c81e7216 100644 --- a/src/_locales/sk/messages.json +++ b/src/_locales/sk/messages.json @@ -1154,6 +1154,14 @@ "toggleOptions": { "message": "Voľby prepínača" }, + "toggleCurrentUris": { + "message": "Toggle Current URIs", + "description": "Toggle the display of the URIs of the currently open tabs in the browser." + }, + "currentUri": { + "message": "Current URI", + "description": "The URI of one of the current open tabs in the browser." + }, "organization": { "message": "Organizácia", "description": "An entity of multiple related people (ex. a team or business organization)." @@ -1255,33 +1263,33 @@ "message": "Vault Timeout Action" }, "lock": { - "message": "Lock", + "message": "Uzamknúť", "description": "Verb form: to make secure or inaccesible by" }, "trash": { - "message": "Trash", + "message": "Kôš", "description": "Noun: a special folder to hold deleted items" }, "searchTrash": { - "message": "Search trash" + "message": "Hľadať v koši" }, "permanentlyDeleteItem": { - "message": "Permanently Delete Item" + "message": "Natrvalo odstrániť položku" }, "permanentlyDeleteItemConfirmation": { "message": "Are you sure you want to permanently delete this item?" }, "permanentlyDeletedItem": { - "message": "Permanently Deleted item" + "message": "Natrvalo odstrániť položku" }, "restoreItem": { - "message": "Restore Item" + "message": "Obnoviť položku" }, "restoreItemConfirmation": { "message": "Are you sure you want to restore this item?" }, "restoredItem": { - "message": "Restored Item" + "message": "Obnovená položka" }, "vaultTimeoutLogOutConfirmation": { "message": "Logging out will remove all access to your vault and requires online authentication after the timeout period. Are you sure you want to use this setting?" diff --git a/src/_locales/sv/messages.json b/src/_locales/sv/messages.json index 588d508633..79c3a6f315 100644 --- a/src/_locales/sv/messages.json +++ b/src/_locales/sv/messages.json @@ -1154,6 +1154,14 @@ "toggleOptions": { "message": "Växla alternativ" }, + "toggleCurrentUris": { + "message": "Toggle Current URIs", + "description": "Toggle the display of the URIs of the currently open tabs in the browser." + }, + "currentUri": { + "message": "Current URI", + "description": "The URI of one of the current open tabs in the browser." + }, "organization": { "message": "Organisation", "description": "An entity of multiple related people (ex. a team or business organization)." diff --git a/src/_locales/th/messages.json b/src/_locales/th/messages.json index 517ad5b1b7..ff7d6a6381 100644 --- a/src/_locales/th/messages.json +++ b/src/_locales/th/messages.json @@ -1154,6 +1154,14 @@ "toggleOptions": { "message": "Toggle Options" }, + "toggleCurrentUris": { + "message": "Toggle Current URIs", + "description": "Toggle the display of the URIs of the currently open tabs in the browser." + }, + "currentUri": { + "message": "Current URI", + "description": "The URI of one of the current open tabs in the browser." + }, "organization": { "message": "Organization", "description": "An entity of multiple related people (ex. a team or business organization)." diff --git a/src/_locales/tr/messages.json b/src/_locales/tr/messages.json index 2ae51908f8..1f2639f8ff 100644 --- a/src/_locales/tr/messages.json +++ b/src/_locales/tr/messages.json @@ -1154,6 +1154,14 @@ "toggleOptions": { "message": "Aç/Kapa Seçenekleri" }, + "toggleCurrentUris": { + "message": "Toggle Current URIs", + "description": "Toggle the display of the URIs of the currently open tabs in the browser." + }, + "currentUri": { + "message": "Current URI", + "description": "The URI of one of the current open tabs in the browser." + }, "organization": { "message": "Kuruluş", "description": "An entity of multiple related people (ex. a team or business organization)." diff --git a/src/_locales/uk/messages.json b/src/_locales/uk/messages.json index f9f947ebb6..4a4ff4e16b 100644 --- a/src/_locales/uk/messages.json +++ b/src/_locales/uk/messages.json @@ -136,7 +136,7 @@ "message": "Двоетапна перевірка" }, "logOut": { - "message": "Вихід" + "message": "Вийти" }, "about": { "message": "Про розширення" @@ -188,7 +188,7 @@ "message": "Автоматичне генерування стійких, унікальних паролів." }, "bitWebVault": { - "message": "Веб-сховище Bitwarden" + "message": "Веб сховище Bitwarden" }, "importItems": { "message": "Імпорт записів" @@ -279,7 +279,7 @@ "message": "Перейти" }, "website": { - "message": "Веб-сайт" + "message": "Вебсайт" }, "toggleVisibility": { "message": "Змінити видимість" @@ -297,7 +297,7 @@ "message": "Будь ласка, подумайте про те, щоб допомогти нам хорошим відгуком!" }, "browserNotSupportClipboard": { - "message": "Ваш веб-браузер не підтримує копіювання даних в буфер обміну. Скопіюйте вручну." + "message": "Ваш браузер не підтримує копіювання даних в буфер обміну. Скопіюйте вручну." }, "verifyMasterPassword": { "message": "Перевірка головного пароля" @@ -443,10 +443,10 @@ "message": "Змінити головний пароль" }, "changeMasterPasswordConfirmation": { - "message": "Ви можете змінити головний пароль в сховищі на bitwarden.com. Хочете перейти на веб-сайт зараз?" + "message": "Ви можете змінити головний пароль в сховищі на bitwarden.com. Хочете перейти на вебсайт зараз?" }, "twoStepLoginConfirmation": { - "message": "Двоетапна перевірка робить ваш обліковий запис більш захищеним, вимагаючи підтвердження входу з використанням іншого пристрою, наприклад, за допомогою коду безпеки, програми авторизації, SMS, телефонного виклику, або е-пошти. Ви можете увімкнути двоетапну перевірку в сховищі на bitwarden.com. Хочете перейти на веб-сайт зараз?" + "message": "Двоетапна перевірка робить ваш обліковий запис більш захищеним, вимагаючи підтвердження входу з використанням іншого пристрою, наприклад, за допомогою коду безпеки, програми авторизації, SMS, телефонного виклику, або е-пошти. Ви можете увімкнути двоетапну перевірку в сховищі на bitwarden.com. Хочете перейти на вебсайт зараз?" }, "editedFolder": { "message": "Тека змінена" @@ -558,7 +558,7 @@ "message": "Вимкнути сповіщення про змінений пароль" }, "disableChangedPasswordNotificationDesc": { - "message": "\"Сповіщення про змінений пароль\" автоматично запитує вас про оновлення пароля у вашому сховищі, коли виявлено зміну пароля на веб-сайті." + "message": "\"Сповіщення про змінений пароль\" автоматично запитує вас про оновлення пароля у вашому сховищі, коли виявлено зміну пароля на вебсайті." }, "notificationChangeDesc": { "message": "Ви хочете оновити цей пароль в Bitwarden?" @@ -570,7 +570,7 @@ "message": "Вимкнути в контекстному меню" }, "disableContextMenuItemDesc": { - "message": "Можливості контекстного меню забезпечують швидкий доступ до генерування пароля й входу для веб-сайту поточної вкладки." + "message": "Можливості контекстного меню забезпечують швидкий доступ до генерування пароля й входу для вебсайту поточної вкладки." }, "defaultUriMatchDetection": { "message": "Типове виявлення збігів URI", @@ -616,7 +616,7 @@ "message": "Поділитися своїм сховищем" }, "shareVaultConfirmation": { - "message": "Bitwarden дозволяє вам надавати доступ до свого сховища іншим за допомогою облікового запису організації. Чи не бажаєте перейти на веб-сайт bitwarden.com, щоб дізнатися більше?" + "message": "Bitwarden дозволяє вам надавати доступ до свого сховища іншим за допомогою облікового запису організації. Чи не бажаєте перейти на вебсайт bitwarden.com, щоб дізнатися більше?" }, "shareItem": { "message": "Поділитися записом" @@ -685,7 +685,7 @@ "message": "Керувати статусом" }, "premiumManageAlert": { - "message": "Ви можете керувати своїм статусом у сховищі на bitwarden.com. Хочете перейти на веб-сайт зараз?" + "message": "Ви можете керувати своїм статусом у сховищі на bitwarden.com. Хочете перейти на вебсайт зараз?" }, "premiumRefresh": { "message": "Оновити статус" @@ -718,7 +718,7 @@ "message": "Придбати преміум" }, "premiumPurchaseAlert": { - "message": "Ви можете придбати преміум статус у сховищі на bitwarden.com. Хочете перейти на веб-сайт зараз?" + "message": "Ви можете придбати преміум статус у сховищі на bitwarden.com. Хочете перейти на вебсайт зараз?" }, "premiumCurrentMember": { "message": "У вас преміум статус!" @@ -790,10 +790,10 @@ "message": "Вхід недоступний" }, "noTwoStepProviders": { - "message": "Для цього облікового запису увімкнено двоетапну перевірку. Однак, жоден з налаштованих провайдерів двоетапної перевірки не підтримується цим веб-браузером." + "message": "Для цього облікового запису увімкнено двоетапну перевірку. Однак, жоден з налаштованих провайдерів двоетапної перевірки не підтримується цим браузером." }, "noTwoStepProviders2": { - "message": "Будь ласка, скористайтеся підтримуваним веб-браузером (наприклад, Chrome) та/або іншими провайдерами, що краще підтримуються веб-браузерами (наприклад, програма авторизації)." + "message": "Будь ласка, скористайтеся підтримуваним браузером (наприклад, Chrome) та/або іншими провайдерами, що краще підтримуються браузерами (наприклад, програма авторизації)." }, "twoStepOptions": { "message": "Налаштування двоетапної перевірки" @@ -856,7 +856,7 @@ "message": "URL-адреса API" }, "webVaultUrl": { - "message": "URL-адреса сервера веб-сховища" + "message": "URL-адреса сервера веб сховища" }, "identityUrl": { "message": "URL-адреса сервера ідентифікації" @@ -886,7 +886,7 @@ "message": "Відкрити сховище у бічній панелі" }, "commandAutofillDesc": { - "message": "Автозаповнення останнього використаного запису для цього веб-сайту" + "message": "Автозаповнення останнього використаного запису для цього вебсайту" }, "commandGeneratePasswordDesc": { "message": "Генерувати і копіювати новий випадковий пароль в буфер обміну" @@ -925,10 +925,10 @@ "message": "Цей браузер не може обробити U2F запити в цьому виринаючому вікні. Хочете відкрити його у новому вікні, щоб ви змогли увійти з використанням U2F?" }, "disableFavicon": { - "message": "Вимкнути піктограми веб-сайтів" + "message": "Вимкнути піктограми вебсайтів" }, "disableFaviconDesc": { - "message": "Впізнавані піктограми веб-сайтів додаються біля кожного запису вашого сховища." + "message": "Впізнавані піктограми вебсайтів додаються біля кожного запису вашого сховища." }, "cardholderName": { "message": "Ім'я власника картки" @@ -1154,6 +1154,14 @@ "toggleOptions": { "message": "Перемкнути налаштування" }, + "toggleCurrentUris": { + "message": "Toggle Current URIs", + "description": "Toggle the display of the URIs of the currently open tabs in the browser." + }, + "currentUri": { + "message": "Current URI", + "description": "The URI of one of the current open tabs in the browser." + }, "organization": { "message": "Організація", "description": "An entity of multiple related people (ex. a team or business organization)." @@ -1255,7 +1263,7 @@ "message": "Дія після часу очікування сховища" }, "lock": { - "message": "Заблокувати", + "message": "Блокувати", "description": "Verb form: to make secure or inaccesible by" }, "trash": { diff --git a/src/_locales/vi/messages.json b/src/_locales/vi/messages.json index c75780de0b..ba125e667f 100644 --- a/src/_locales/vi/messages.json +++ b/src/_locales/vi/messages.json @@ -92,7 +92,7 @@ "message": "Kho bị khóa." }, "vaultLoggedOut": { - "message": "Vault is logged out." + "message": "Kho đã bị đăng xuất." }, "autoFillInfo": { "message": "Không có thông tin đăng nhập nào sẵn có để tự động điền vào tab hiện tại." @@ -325,7 +325,7 @@ "message": "Mật khẩu chủ không hợp lệ" }, "vaultTimeout": { - "message": "Vault Timeout" + "message": "Thời Gian Chờ Của Kho" }, "lockNow": { "message": "Khóa ngay" @@ -573,11 +573,11 @@ "message": "Tùy chọn menu ngữ cảnh giúp bạn truy cập nhanh thông tin đăng nhập và tạo mật khẩu cho trang web trong tab mà bạn đang mở." }, "defaultUriMatchDetection": { - "message": "Default URI Match Detection", + "message": "Phương thức kiểm tra URI mặc định", "description": "Default URI match detection for auto-fill." }, "defaultUriMatchDetectionDesc": { - "message": "Choose the default way that URI match detection is handled for logins when performing actions such as auto-fill." + "message": "Chọn phương thức mặc định để kiểm tra so sánh URI cho các đăng nhập khi xử lí các hành động như là tự động điền." }, "theme": { "message": "Giao diện" @@ -703,7 +703,7 @@ "message": "Các tùy chọn xác thực hai lớp bổ sung như YubiKey, FIDO U2F và Duo." }, "ppremiumSignUpReports": { - "message": "Password hygiene, account health, and data breach reports to keep your vault safe." + "message": "Thanh lọc mật khẩu, kiểm tra an toàn tài khoản và các báo cáo rò rĩ dữ liệu là để giữ cho kho của bạn an toàn." }, "ppremiumSignUpTotp": { "message": "Mã xác nhận TOTP (2FA) để đăng nhập vào kho mật khẩu của bạn." @@ -880,10 +880,10 @@ "message": "Đây là một tính năng thử nghiệm. Sử dụng nó có thể gây ra rủi ro cho bạn." }, "commandOpenPopup": { - "message": "Open vault popup" + "message": "Mở popup kho" }, "commandOpenSidebar": { - "message": "Open vault in sidebar" + "message": "Mở kho ở thanh bên" }, "commandAutofillDesc": { "message": "Tự động điền thông tin đăng nhập người dùng cho trang web hiện tại." @@ -907,7 +907,7 @@ "message": "Trường tùy chỉnh mới" }, "dragToSort": { - "message": "Drag to sort" + "message": "Kéo để sắp xếp" }, "cfTypeText": { "message": "Văn bản" @@ -922,7 +922,7 @@ "message": "Nhấp bên ngoài popup để xem mã xác thực trong email của bạn sẽ làm cho popup này đóng lại. Bạn có muốn mở popup này trong một cửa sổ mới để nó không bị đóng?" }, "popupU2fCloseMessage": { - "message": "This browser cannot process U2F requests in this popup window. Do you want to open this popup in a new window so that you can log in using U2F?" + "message": "Trình duyệt này không thể xử lý các yêu cầu U2F trong cửa sổ popup này. Bạn có muốn mở popup này trong cửa sổ mới để bạn có thể đăng nhập thông qua U2F?" }, "disableFavicon": { "message": "Vô hiệu hoá biểu tượng trang web" @@ -1154,6 +1154,14 @@ "toggleOptions": { "message": "Bật/tắt tùy chọn" }, + "toggleCurrentUris": { + "message": "Toggle Current URIs", + "description": "Toggle the display of the URIs of the currently open tabs in the browser." + }, + "currentUri": { + "message": "Current URI", + "description": "The URI of one of the current open tabs in the browser." + }, "organization": { "message": "Tổ chức", "description": "An entity of multiple related people (ex. a team or business organization)." @@ -1182,19 +1190,19 @@ "description": "ex. Date this password was updated" }, "neverLockWarning": { - "message": "Are you sure you want to use the \"Never\" option? Setting your lock options to \"Never\" stores your vault's encryption key on your device. If you use this option you should ensure that you keep your device properly protected." + "message": "Bạn có chắc bạn muốn sử dụng tùy chọn \"Không bao giờ\"? Đặt các tùy chọn khóa về \"Không bao giờ\" sẽ lưu key mã hóa kho của ngay trên thiết bị của bạn. Nếu bạn sử dụng tùy chọn này, bạn nên chắc chắn là thiết bị bạn đang được bảo vệ." }, "noOrganizationsList": { "message": "You do not belong to any organizations. Organizations allow you to securely share items with other users." }, "noCollectionsInList": { - "message": "There are no collections to list." + "message": "Không có bộ sưu tập nào để liệt kê." }, "ownership": { "message": "Quyền sở hữu" }, "whoOwnsThisItem": { - "message": "Who owns this item?" + "message": "Ai sở hữu mục này?" }, "strong": { "message": "Mạnh", @@ -1212,81 +1220,81 @@ "message": "Weak Master Password" }, "weakMasterPasswordDesc": { - "message": "The master password you have chosen is weak. You should use a strong master password (or a passphrase) to properly protect your Bitwarden account. Are you sure you want to use this master password?" + "message": "Mật khẩu chính bạn vừa chọn có vẻ yếu. Bạn nên chọn mật khẩu chính (hoặc cụm từ mật khẩu) mạnh để bảo vệ đúng cách tài khoản Bitwarden của bạn. Bạn có thực sự muốn dùng mật khẩu chính này?" }, "pin": { - "message": "PIN", + "message": "Mã PIN", "description": "PIN code. Ex. The short code (often numeric) that you use to unlock a device." }, "unlockWithPin": { - "message": "Unlock with PIN" + "message": "Mở khóa với mã PIN" }, "setYourPinCode": { - "message": "Set your PIN code for unlocking Bitwarden. Your PIN settings will be reset if you ever fully log out of the application." + "message": "Đặt mã PIN của bạn để mở khóa Bitwarden. Cài đặt mã PIN của bạn sẽ bị xóa nếu bạn hoàn toàn đăng xuất khỏi ứng dụng." }, "pinRequired": { - "message": "PIN code is required." + "message": "Mã PIN là bắt buộc." }, "invalidPin": { - "message": "Invalid PIN code." + "message": "Mã PIN không hợp lệ." }, "verifyPin": { - "message": "Verify PIN" + "message": "Xác thực mã PIN" }, "yourVaultIsLockedPinCode": { - "message": "Your vault is locked. Verify your PIN code to continue." + "message": "Kho của bạn đã bị khóa. Xác minh mã PIN của bạn để mở." }, "lockWithMasterPassOnRestart": { - "message": "Lock with master password on browser restart" + "message": "Khóa với mật khẩu chính khi trình duyệt khởi động lại" }, "selectOneCollection": { - "message": "You must select at least one collection." + "message": "Bạn phải chọn ít nhất một bộ sưu tập." }, "cloneItem": { - "message": "Clone Item" + "message": "Tại bản sao của mục" }, "clone": { - "message": "Clone" + "message": "Tạo bản sao" }, "passwordGeneratorPolicyInEffect": { - "message": "One or more organization policies are affecting your generator settings." + "message": "Có một hoặc vài chính sách của tổ chức đang làm ảnh hưởng đến cài đặt tạo mật khẩu của bạn." }, "vaultTimeoutAction": { - "message": "Vault Timeout Action" + "message": "Hành Động Khi Hết Thời Gian Chờ" }, "lock": { - "message": "Lock", + "message": "Khóa", "description": "Verb form: to make secure or inaccesible by" }, "trash": { - "message": "Trash", + "message": "Thùng rác", "description": "Noun: a special folder to hold deleted items" }, "searchTrash": { - "message": "Search trash" + "message": "Tìm kiếm thùng rác" }, "permanentlyDeleteItem": { - "message": "Permanently Delete Item" + "message": "Xoá vĩnh viễn mục" }, "permanentlyDeleteItemConfirmation": { - "message": "Are you sure you want to permanently delete this item?" + "message": "Bạn có chắc chắn muốn xóa vĩnh viễn mục này không?" }, "permanentlyDeletedItem": { - "message": "Permanently Deleted item" + "message": "Đã xóa vĩnh viễn mục" }, "restoreItem": { - "message": "Restore Item" + "message": "Khôi phục mục" }, "restoreItemConfirmation": { - "message": "Are you sure you want to restore this item?" + "message": "Bạn có chắc chắn muốn khôi phục mục này không?" }, "restoredItem": { - "message": "Restored Item" + "message": "Mục đã được khôi phục" }, "vaultTimeoutLogOutConfirmation": { - "message": "Logging out will remove all access to your vault and requires online authentication after the timeout period. Are you sure you want to use this setting?" + "message": "Đăng xuất sẽ xóa tất các truy cập vào kho của bạn và yêu cầu xác thực trực tuyến sau khi khoảng thời gian chờ hết. Bạn có chắc bạn muốn dùng cài đặt này?" }, "vaultTimeoutLogOutConfirmationTitle": { - "message": "Timeout Action Confirmation" + "message": "Xác nhận hành động khi hết thời gian chờ" } } diff --git a/src/_locales/zh_CN/messages.json b/src/_locales/zh_CN/messages.json index d9c2fdfbe7..9c062fed7f 100644 --- a/src/_locales/zh_CN/messages.json +++ b/src/_locales/zh_CN/messages.json @@ -1154,6 +1154,14 @@ "toggleOptions": { "message": "切换选项" }, + "toggleCurrentUris": { + "message": "Toggle Current URIs", + "description": "Toggle the display of the URIs of the currently open tabs in the browser." + }, + "currentUri": { + "message": "Current URI", + "description": "The URI of one of the current open tabs in the browser." + }, "organization": { "message": "组织", "description": "An entity of multiple related people (ex. a team or business organization)." @@ -1252,7 +1260,7 @@ "message": "一个或多个组织策略正在影响您的生成器设置。" }, "vaultTimeoutAction": { - "message": "密码库超时操作" + "message": "密码库超时动作" }, "lock": { "message": "锁定", @@ -1284,9 +1292,9 @@ "message": "已恢复的项目" }, "vaultTimeoutLogOutConfirmation": { - "message": "注销时将会移除密码库的所有访问权限,并且需要在超时后进行在线认证。 您确定要使用此设置吗?" + "message": "超时后登出将解除对密码库的所有访问权限,并需要进行在线认证。确定使用此设置吗?" }, "vaultTimeoutLogOutConfirmationTitle": { - "message": "超时操作确认" + "message": "超时动作确认" } } diff --git a/src/_locales/zh_TW/messages.json b/src/_locales/zh_TW/messages.json index 06db79aeb8..9d42d25531 100644 --- a/src/_locales/zh_TW/messages.json +++ b/src/_locales/zh_TW/messages.json @@ -1154,6 +1154,14 @@ "toggleOptions": { "message": "切換選項" }, + "toggleCurrentUris": { + "message": "Toggle Current URIs", + "description": "Toggle the display of the URIs of the currently open tabs in the browser." + }, + "currentUri": { + "message": "Current URI", + "description": "The URI of one of the current open tabs in the browser." + }, "organization": { "message": "組織", "description": "An entity of multiple related people (ex. a team or business organization)." diff --git a/store/locales/fa/copy.resx b/store/locales/fa/copy.resx index 4a5427d8af..a4f41bef6b 100644 --- a/store/locales/fa/copy.resx +++ b/store/locales/fa/copy.resx @@ -118,10 +118,10 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - Bitwarden - مدیریت گذرواژه رایگان + Bitwarden - مدیریت کلمه عبور رایگان - یک مدیریت کننده رمز عبور رایگان برای تمامی دستگاههایتان + یک مدیریت کننده کلمه عبور رایگان برای تمامی دستگاههایتان Bitwarden ساده ترین و امن ترین راه گردآوری تمام داده های ورودی و پسوردها است در حالی که به راحتی آنها را بین تمامی دستگاه ها همگام میکند. @@ -138,13 +138,13 @@ Bitwarden تمامی داده های ورودی شما را در یک گاو ص Bitwarden ۱۰۰٪ یک برنامه متن باز است. کد منبع بیت واردن در GitHub میزبانی میشود و هر کس آزاد است برای بررسی، تفتیش و کمک به کد دسترسی داشته باشد. - یک مدیریت کننده رمز عبور رایگان برای تمامی دستگاههایتان + یک مدیریت کننده کلمه عبور رایگان برای تمامی دستگاههایتان همگام سازی و دسترسی به گاوصندوق خود را از دستگاه های مختلف - مدیریت تمام اطلاعات ورود و رمزهای عبورتان از یک گاوصندوق امن + مدیریت تمام اطلاعات ورود و کلمه های عبورتان از یک گاوصندوق امن پرکردن خودکار معتبر ورودی شما بصورت سریع برای هر وبسایتی که از آن بازدید میکنید diff --git a/store/locales/si/copy.resx b/store/locales/si/copy.resx new file mode 100644 index 0000000000..1eb62b5652 --- /dev/null +++ b/store/locales/si/copy.resx @@ -0,0 +1,158 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Bitwarden – Free Password Manager + + + A secure and free password manager for all of your devices + + + Bitwarden is the easiest and safest way to store all of your logins and passwords while conveniently keeping them synced between all of your devices. + +Password theft is a serious problem. The websites and apps that you use are under attack every day. Security breaches occur and your passwords are stolen. When you reuse the same passwords across apps and websites hackers can easily access your email, bank, and other important accounts. + +Security experts recommend that you use a different, randomly generated password for every account that you create. But how do you manage all those passwords? Bitwarden makes it easy for you to create, store, and access your passwords. + +Bitwarden stores all of your logins in an encrypted vault that syncs across all of your devices. Since it's fully encrypted before it ever leaves your device, only you have access to your data. Not even the team at Bitwarden can read your data, even if we wanted to. Your data is sealed with AES-256 bit encryption, salted hashing, and PBKDF2 SHA-256. + +Bitwarden is 100% open source software. The source code for Bitwarden is hosted on GitHub and everyone is free to review, audit, and contribute to the Bitwarden codebase. + + + A secure and free password manager for all of your devices + + + Sync and access your vault from multiple devices + + + Manage all your logins and passwords from a secure vault + + + Quickly auto-fill your login credentials into any website that you visit + + + Your vault is also conveniently accessible from the right-click menu + + + Automatically generate strong, random, and secure passwords + + + Your information is managed securely using AES-256 bit encryption + + \ No newline at end of file