From e5f67f0a450bff0e70f797729ca1ff12eed62d8b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2024 10:25:54 +0000 Subject: [PATCH] Autosync the updated translations (#10809) Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com> --- apps/web/src/locales/af/messages.json | 17 ++++++ apps/web/src/locales/ar/messages.json | 17 ++++++ apps/web/src/locales/az/messages.json | 17 ++++++ apps/web/src/locales/be/messages.json | 17 ++++++ apps/web/src/locales/bg/messages.json | 27 +++++++-- apps/web/src/locales/bn/messages.json | 17 ++++++ apps/web/src/locales/bs/messages.json | 17 ++++++ apps/web/src/locales/ca/messages.json | 17 ++++++ apps/web/src/locales/cs/messages.json | 17 ++++++ apps/web/src/locales/cy/messages.json | 17 ++++++ apps/web/src/locales/da/messages.json | 17 ++++++ apps/web/src/locales/de/messages.json | 53 +++++++++++------ apps/web/src/locales/el/messages.json | 17 ++++++ apps/web/src/locales/en_GB/messages.json | 17 ++++++ apps/web/src/locales/en_IN/messages.json | 17 ++++++ apps/web/src/locales/eo/messages.json | 17 ++++++ apps/web/src/locales/es/messages.json | 17 ++++++ apps/web/src/locales/et/messages.json | 17 ++++++ apps/web/src/locales/eu/messages.json | 17 ++++++ apps/web/src/locales/fa/messages.json | 17 ++++++ apps/web/src/locales/fi/messages.json | 17 ++++++ apps/web/src/locales/fil/messages.json | 17 ++++++ apps/web/src/locales/fr/messages.json | 17 ++++++ apps/web/src/locales/gl/messages.json | 17 ++++++ apps/web/src/locales/he/messages.json | 17 ++++++ apps/web/src/locales/hi/messages.json | 17 ++++++ apps/web/src/locales/hr/messages.json | 57 +++++++++++------- apps/web/src/locales/hu/messages.json | 17 ++++++ apps/web/src/locales/id/messages.json | 17 ++++++ apps/web/src/locales/it/messages.json | 17 ++++++ apps/web/src/locales/ja/messages.json | 17 ++++++ apps/web/src/locales/ka/messages.json | 17 ++++++ apps/web/src/locales/km/messages.json | 17 ++++++ apps/web/src/locales/kn/messages.json | 17 ++++++ apps/web/src/locales/ko/messages.json | 17 ++++++ apps/web/src/locales/lv/messages.json | 29 +++++++-- apps/web/src/locales/ml/messages.json | 17 ++++++ apps/web/src/locales/mr/messages.json | 17 ++++++ apps/web/src/locales/my/messages.json | 17 ++++++ apps/web/src/locales/nb/messages.json | 17 ++++++ apps/web/src/locales/ne/messages.json | 17 ++++++ apps/web/src/locales/nl/messages.json | 17 ++++++ apps/web/src/locales/nn/messages.json | 17 ++++++ apps/web/src/locales/or/messages.json | 17 ++++++ apps/web/src/locales/pl/messages.json | 17 ++++++ apps/web/src/locales/pt_BR/messages.json | 75 +++++++++++++++--------- apps/web/src/locales/pt_PT/messages.json | 17 ++++++ apps/web/src/locales/ro/messages.json | 17 ++++++ apps/web/src/locales/ru/messages.json | 17 ++++++ apps/web/src/locales/si/messages.json | 17 ++++++ apps/web/src/locales/sk/messages.json | 55 +++++++++++------ apps/web/src/locales/sl/messages.json | 17 ++++++ apps/web/src/locales/sr/messages.json | 17 ++++++ apps/web/src/locales/sr_CS/messages.json | 17 ++++++ apps/web/src/locales/sv/messages.json | 17 ++++++ apps/web/src/locales/te/messages.json | 17 ++++++ apps/web/src/locales/th/messages.json | 17 ++++++ apps/web/src/locales/tr/messages.json | 17 ++++++ apps/web/src/locales/uk/messages.json | 23 +++++++- apps/web/src/locales/vi/messages.json | 17 ++++++ apps/web/src/locales/zh_CN/messages.json | 19 +++++- apps/web/src/locales/zh_TW/messages.json | 33 ++++++++--- 62 files changed, 1163 insertions(+), 109 deletions(-) diff --git a/apps/web/src/locales/af/messages.json b/apps/web/src/locales/af/messages.json index 0d38c2e9a6..b0b8bcdfd4 100644 --- a/apps/web/src/locales/af/messages.json +++ b/apps/web/src/locales/af/messages.json @@ -964,6 +964,12 @@ "newAccountCreated": { "message": "U nuwe rekening is geskep! U kan nou aanteken." }, + "newAccountCreated2": { + "message": "Your new account has been created!" + }, + "youHaveBeenLoggedIn": { + "message": "You have been logged in!" + }, "trialAccountCreated": { "message": "Rekening suksesvol geskep." }, @@ -4983,6 +4989,10 @@ } } }, + "viewSend": { + "message": "View Send", + "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." + }, "viewSendHiddenEmailWarning": { "message": "Die Bitwarden-gebruiker wat hierdie Send geskep het, het gekies om hul e-posadres te verberg. U moet verseker dat u die bron van hierdie skakel vertrou voordat u die inhoud gebruik of aflaai.", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." @@ -9008,5 +9018,12 @@ }, "secretsManagerWithFreePasswordManagerInfo": { "message": "Your complementary one year Password Manager subscription will upgrade to the selected plan. You will not be charged until the complimentary period is over." + }, + "publicApi": { + "message": "Public API", + "description": "The text, 'API', is an acronymn and should not be translated." + }, + "additionalContentAvailable": { + "message": "Additional content is available" } } diff --git a/apps/web/src/locales/ar/messages.json b/apps/web/src/locales/ar/messages.json index 7cb71b8b50..145ddb0814 100644 --- a/apps/web/src/locales/ar/messages.json +++ b/apps/web/src/locales/ar/messages.json @@ -964,6 +964,12 @@ "newAccountCreated": { "message": "تم إنشاء حساب جديد لك! بإمكانك الآن تسجيل الدخول." }, + "newAccountCreated2": { + "message": "Your new account has been created!" + }, + "youHaveBeenLoggedIn": { + "message": "You have been logged in!" + }, "trialAccountCreated": { "message": "تم إنشاء الحساب بنجاح." }, @@ -4983,6 +4989,10 @@ } } }, + "viewSend": { + "message": "View Send", + "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." + }, "viewSendHiddenEmailWarning": { "message": "The Bitwarden user who created this Send has chosen to hide their email address. You should ensure you trust the source of this link before using or downloading its content.", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." @@ -9008,5 +9018,12 @@ }, "secretsManagerWithFreePasswordManagerInfo": { "message": "Your complementary one year Password Manager subscription will upgrade to the selected plan. You will not be charged until the complimentary period is over." + }, + "publicApi": { + "message": "Public API", + "description": "The text, 'API', is an acronymn and should not be translated." + }, + "additionalContentAvailable": { + "message": "Additional content is available" } } diff --git a/apps/web/src/locales/az/messages.json b/apps/web/src/locales/az/messages.json index dc07206c78..19c6aadf04 100644 --- a/apps/web/src/locales/az/messages.json +++ b/apps/web/src/locales/az/messages.json @@ -964,6 +964,12 @@ "newAccountCreated": { "message": "Yeni hesabınız yaradıldı! İndi giriş edə bilərsiniz." }, + "newAccountCreated2": { + "message": "Your new account has been created!" + }, + "youHaveBeenLoggedIn": { + "message": "You have been logged in!" + }, "trialAccountCreated": { "message": "Hesab uğurla yaradıldı." }, @@ -4983,6 +4989,10 @@ } } }, + "viewSend": { + "message": "\"Send\"ə bax", + "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." + }, "viewSendHiddenEmailWarning": { "message": "Bu \"Send\"i yaradan Bitwarden istifadəçisi e-poçt ünvanını gizlətməyi seçib. İstifadə etməzdən və ya endirməzdən əvvəl bu keçidin mənbəyinin etibarlı olduğuna əmin olmalısınız.", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." @@ -9008,5 +9018,12 @@ }, "secretsManagerWithFreePasswordManagerInfo": { "message": "Tamamlayıcı bir illik Parol Meneceri abunəliyiniz seçilmiş plana yüksəldiləcək. Ödənişsiz dövr bitənə qədər sizdən ödəniş alınmayacaq." + }, + "publicApi": { + "message": "Hər kəsə açıq API", + "description": "The text, 'API', is an acronymn and should not be translated." + }, + "additionalContentAvailable": { + "message": "Additional content is available" } } diff --git a/apps/web/src/locales/be/messages.json b/apps/web/src/locales/be/messages.json index e07d398fdc..987ea91c5c 100644 --- a/apps/web/src/locales/be/messages.json +++ b/apps/web/src/locales/be/messages.json @@ -964,6 +964,12 @@ "newAccountCreated": { "message": "Ваш уліковы запіс створаны! Цяпер вы можаце ўвайсці ў яго." }, + "newAccountCreated2": { + "message": "Your new account has been created!" + }, + "youHaveBeenLoggedIn": { + "message": "You have been logged in!" + }, "trialAccountCreated": { "message": "Уліковы запіс паспяхова створаны." }, @@ -4983,6 +4989,10 @@ } } }, + "viewSend": { + "message": "View Send", + "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." + }, "viewSendHiddenEmailWarning": { "message": "Карыстальнік Bitwarden, які стварыў гэты Send, вырашыў схаваць сваю электронную пошту. Пераканайцеся, што гэта спасылка атрымана з надзейных крыніц і толькі пасля гэтага выкарыстоўвайце або пампуйце дадзенае змесціва.", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." @@ -9008,5 +9018,12 @@ }, "secretsManagerWithFreePasswordManagerInfo": { "message": "Your complementary one year Password Manager subscription will upgrade to the selected plan. You will not be charged until the complimentary period is over." + }, + "publicApi": { + "message": "Public API", + "description": "The text, 'API', is an acronymn and should not be translated." + }, + "additionalContentAvailable": { + "message": "Additional content is available" } } diff --git a/apps/web/src/locales/bg/messages.json b/apps/web/src/locales/bg/messages.json index b36e6837e5..3e9e142430 100644 --- a/apps/web/src/locales/bg/messages.json +++ b/apps/web/src/locales/bg/messages.json @@ -87,7 +87,7 @@ } }, "showMatchDetection": { - "message": "Show match detection $WEBSITE$", + "message": "Показване на откритото съвпадение $WEBSITE$", "placeholders": { "website": { "content": "$1", @@ -96,7 +96,7 @@ } }, "hideMatchDetection": { - "message": "Hide match detection $WEBSITE$", + "message": "Скриване на откритото съвпадение $WEBSITE$", "placeholders": { "website": { "content": "$1", @@ -964,6 +964,12 @@ "newAccountCreated": { "message": "Абонаментът ви бе създаден. Вече можете да се впишете." }, + "newAccountCreated2": { + "message": "Your new account has been created!" + }, + "youHaveBeenLoggedIn": { + "message": "You have been logged in!" + }, "trialAccountCreated": { "message": "Регистрацията е създадена успешно." }, @@ -4983,6 +4989,10 @@ } } }, + "viewSend": { + "message": "Преглед на изпращането", + "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." + }, "viewSendHiddenEmailWarning": { "message": "Потребителят, който е създал това изпращане, е избрал да скрие адреса на своята е-поща. Уверете се, че източникът на тази връзка е достоверен, преди да я последвате или да свалите съдържание чрез нея.", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." @@ -5653,7 +5663,7 @@ "message": "Free Bitwarden Families offer successfully redeemed" }, "redeemed": { - "message": "Redeemed" + "message": "Използван" }, "redeemedAccount": { "message": "Регистрацията е присвоена" @@ -6875,7 +6885,7 @@ "description": "Label for the expiration date of an access token." }, "canRead": { - "message": "Can read", + "message": "Може да чете", "description": "Label for the access level of an access token (Read only)." }, "accessTokensNoItemsTitle": { @@ -7200,7 +7210,7 @@ "message": "Member status filter" }, "inviteMember": { - "message": "Invite member" + "message": "Покана на член" }, "needsConfirmation": { "message": "Изисква потвърждение" @@ -9008,5 +9018,12 @@ }, "secretsManagerWithFreePasswordManagerInfo": { "message": "Your complementary one year Password Manager subscription will upgrade to the selected plan. You will not be charged until the complimentary period is over." + }, + "publicApi": { + "message": "Публичен ППИ", + "description": "The text, 'API', is an acronymn and should not be translated." + }, + "additionalContentAvailable": { + "message": "Additional content is available" } } diff --git a/apps/web/src/locales/bn/messages.json b/apps/web/src/locales/bn/messages.json index 4b29eb6583..4c4e362be2 100644 --- a/apps/web/src/locales/bn/messages.json +++ b/apps/web/src/locales/bn/messages.json @@ -964,6 +964,12 @@ "newAccountCreated": { "message": "আপনার নতুন অ্যাকাউন্ট তৈরি করা হয়েছে! আপনি এখন প্রবেশ করতে পারেন।" }, + "newAccountCreated2": { + "message": "Your new account has been created!" + }, + "youHaveBeenLoggedIn": { + "message": "You have been logged in!" + }, "trialAccountCreated": { "message": "Account created successfully." }, @@ -4983,6 +4989,10 @@ } } }, + "viewSend": { + "message": "View Send", + "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." + }, "viewSendHiddenEmailWarning": { "message": "The Bitwarden user who created this Send has chosen to hide their email address. You should ensure you trust the source of this link before using or downloading its content.", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." @@ -9008,5 +9018,12 @@ }, "secretsManagerWithFreePasswordManagerInfo": { "message": "Your complementary one year Password Manager subscription will upgrade to the selected plan. You will not be charged until the complimentary period is over." + }, + "publicApi": { + "message": "Public API", + "description": "The text, 'API', is an acronymn and should not be translated." + }, + "additionalContentAvailable": { + "message": "Additional content is available" } } diff --git a/apps/web/src/locales/bs/messages.json b/apps/web/src/locales/bs/messages.json index cd78810aeb..fcb1ef1a98 100644 --- a/apps/web/src/locales/bs/messages.json +++ b/apps/web/src/locales/bs/messages.json @@ -964,6 +964,12 @@ "newAccountCreated": { "message": "Your new account has been created! You may now log in." }, + "newAccountCreated2": { + "message": "Your new account has been created!" + }, + "youHaveBeenLoggedIn": { + "message": "You have been logged in!" + }, "trialAccountCreated": { "message": "Account created successfully." }, @@ -4983,6 +4989,10 @@ } } }, + "viewSend": { + "message": "View Send", + "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." + }, "viewSendHiddenEmailWarning": { "message": "The Bitwarden user who created this Send has chosen to hide their email address. You should ensure you trust the source of this link before using or downloading its content.", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." @@ -9008,5 +9018,12 @@ }, "secretsManagerWithFreePasswordManagerInfo": { "message": "Your complementary one year Password Manager subscription will upgrade to the selected plan. You will not be charged until the complimentary period is over." + }, + "publicApi": { + "message": "Public API", + "description": "The text, 'API', is an acronymn and should not be translated." + }, + "additionalContentAvailable": { + "message": "Additional content is available" } } diff --git a/apps/web/src/locales/ca/messages.json b/apps/web/src/locales/ca/messages.json index 258d59a527..ab12de4cad 100644 --- a/apps/web/src/locales/ca/messages.json +++ b/apps/web/src/locales/ca/messages.json @@ -964,6 +964,12 @@ "newAccountCreated": { "message": "El vostre compte s'ha creat correctament. Ara ja podeu entrar." }, + "newAccountCreated2": { + "message": "Your new account has been created!" + }, + "youHaveBeenLoggedIn": { + "message": "You have been logged in!" + }, "trialAccountCreated": { "message": "Compte creat amb èxit." }, @@ -4983,6 +4989,10 @@ } } }, + "viewSend": { + "message": "View Send", + "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." + }, "viewSendHiddenEmailWarning": { "message": "L'usuari Bitwarden que ha creat aquest Send ha decidit amagar la seua adreça de correu electrònic. Heu d’assegurar-vos que confieu en la font d’aquest enllaç abans d’utilitzar o descarregar el seu contingut.", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." @@ -9008,5 +9018,12 @@ }, "secretsManagerWithFreePasswordManagerInfo": { "message": "Your complementary one year Password Manager subscription will upgrade to the selected plan. You will not be charged until the complimentary period is over." + }, + "publicApi": { + "message": "Public API", + "description": "The text, 'API', is an acronymn and should not be translated." + }, + "additionalContentAvailable": { + "message": "Additional content is available" } } diff --git a/apps/web/src/locales/cs/messages.json b/apps/web/src/locales/cs/messages.json index 0e1323a1b6..889fbc3dd4 100644 --- a/apps/web/src/locales/cs/messages.json +++ b/apps/web/src/locales/cs/messages.json @@ -964,6 +964,12 @@ "newAccountCreated": { "message": "Váš účet byl vytvořen! Můžete se přihlásit." }, + "newAccountCreated2": { + "message": "Váš nový účet byl vytvořen!" + }, + "youHaveBeenLoggedIn": { + "message": "Byli jste přihlášeni!" + }, "trialAccountCreated": { "message": "Účet byl úspěšně vytvořen." }, @@ -4983,6 +4989,10 @@ } } }, + "viewSend": { + "message": "Zobrazit Send", + "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." + }, "viewSendHiddenEmailWarning": { "message": "Uživatel Bitwardenu, který vytvořil tento Send, se rozhodl skrýt svou e-mailovou adresu. Před použitím nebo stažením jeho obsahu byste se měli ujistit, že zdroji tohoto odkazu důvěřujete.", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." @@ -9008,5 +9018,12 @@ }, "secretsManagerWithFreePasswordManagerInfo": { "message": "Vaše doplňkové roční předplatné Správce hesel bude aktualizováno na vybraný plán. Poplatek Vám bude účtován až po skončení bezplatného období." + }, + "publicApi": { + "message": "Veřejné API", + "description": "The text, 'API', is an acronymn and should not be translated." + }, + "additionalContentAvailable": { + "message": "Additional content is available" } } diff --git a/apps/web/src/locales/cy/messages.json b/apps/web/src/locales/cy/messages.json index 7611321b76..d09b7117a4 100644 --- a/apps/web/src/locales/cy/messages.json +++ b/apps/web/src/locales/cy/messages.json @@ -964,6 +964,12 @@ "newAccountCreated": { "message": "Your new account has been created! You may now log in." }, + "newAccountCreated2": { + "message": "Your new account has been created!" + }, + "youHaveBeenLoggedIn": { + "message": "You have been logged in!" + }, "trialAccountCreated": { "message": "Account created successfully." }, @@ -4983,6 +4989,10 @@ } } }, + "viewSend": { + "message": "View Send", + "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." + }, "viewSendHiddenEmailWarning": { "message": "The Bitwarden user who created this Send has chosen to hide their email address. You should ensure you trust the source of this link before using or downloading its content.", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." @@ -9008,5 +9018,12 @@ }, "secretsManagerWithFreePasswordManagerInfo": { "message": "Your complementary one year Password Manager subscription will upgrade to the selected plan. You will not be charged until the complimentary period is over." + }, + "publicApi": { + "message": "Public API", + "description": "The text, 'API', is an acronymn and should not be translated." + }, + "additionalContentAvailable": { + "message": "Additional content is available" } } diff --git a/apps/web/src/locales/da/messages.json b/apps/web/src/locales/da/messages.json index 32f4b5fb4a..bbd2f2da04 100644 --- a/apps/web/src/locales/da/messages.json +++ b/apps/web/src/locales/da/messages.json @@ -964,6 +964,12 @@ "newAccountCreated": { "message": "Din nye konto er oprettet! Du kan nu logge ind." }, + "newAccountCreated2": { + "message": "Din nye konto er oprettet!" + }, + "youHaveBeenLoggedIn": { + "message": "Du er blevet logget ind!" + }, "trialAccountCreated": { "message": "Konto oprettet." }, @@ -4983,6 +4989,10 @@ } } }, + "viewSend": { + "message": "Vis Send", + "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." + }, "viewSendHiddenEmailWarning": { "message": "Bitwarden-brugeren, der oprettede denne Send, har valgt at skjule sin e-mailadresse. Du bør sikre dig, at du stoler på kilden til dette link, inden dets indhold downloades/benyttes.", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." @@ -9008,5 +9018,12 @@ }, "secretsManagerWithFreePasswordManagerInfo": { "message": "Det komplementære et års abonnement på Adgangskodehåndtering opgraderes til den valgte abonnementstype. Betaling opkræves først efter den gratis periode." + }, + "publicApi": { + "message": "Offentlig API", + "description": "The text, 'API', is an acronymn and should not be translated." + }, + "additionalContentAvailable": { + "message": "Yderligere indhold er tilgængeligt" } } diff --git a/apps/web/src/locales/de/messages.json b/apps/web/src/locales/de/messages.json index 9141b34cae..cf5e5baabb 100644 --- a/apps/web/src/locales/de/messages.json +++ b/apps/web/src/locales/de/messages.json @@ -906,7 +906,7 @@ "message": "Master-Passwort-Hinweis (optional)" }, "newMasterPassHint": { - "message": "New master password hint (optional)" + "message": "Neuer Master-Passwort-Hinweis (optional)" }, "masterPassHintLabel": { "message": "Master-Passwort-Hinweis" @@ -964,6 +964,12 @@ "newAccountCreated": { "message": "Ihr neues Konto wurde erstellt! Sie können sich jetzt anmelden." }, + "newAccountCreated2": { + "message": "Dein neues Konto wurde erstellt!" + }, + "youHaveBeenLoggedIn": { + "message": "Du wurdest angemeldet!" + }, "trialAccountCreated": { "message": "Konto erfolgreich erstellt." }, @@ -4983,6 +4989,10 @@ } } }, + "viewSend": { + "message": "Sends anzeigen", + "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." + }, "viewSendHiddenEmailWarning": { "message": "Der Bitwarden Benutzer, der dieses Send erstellt hat, hat sich entschieden, seine E-Mail-Adresse zu verstecken. Du solltest sicherstellen, dass du der Quelle dieses Links vertraust, bevor du dessen Inhalt verwendest oder herunterlädst.", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." @@ -8959,54 +8969,61 @@ "message": "GB zusätzlicher Speicher" }, "premiumAccounts": { - "message": "6 premium accounts" + "message": "6 Premium-Konten" }, "unlimitedSharing": { - "message": "Unlimited sharing" + "message": "Unbegrenztes Teilen" }, "unlimitedCollections": { - "message": "Unlimited collections" + "message": "Unbegrenzte Sammlungen" }, "secureDataSharing": { - "message": "Secure data sharing" + "message": "Sicherer Datenaustausch" }, "eventLogMonitoring": { - "message": "Event log monitoring" + "message": "Ereignisprotokoll-Überwachung" }, "directoryIntegration": { - "message": "Directory integration" + "message": "Directory-Integration" }, "passwordLessSso": { - "message": "PasswordLess SSO" + "message": "Passwortloses SSO" }, "accountRecovery": { - "message": "Account recovery" + "message": "Konto-Wiederherstellung" }, "customRoles": { - "message": "Custom roles" + "message": "Benutzerdefinierte Rollen" }, "unlimitedSecretsStorage": { - "message": "Unlimited secrets storage" + "message": "Unbegrenzter Geheimnis-Speicher" }, "unlimitedUsers": { - "message": "Unlimited users" + "message": "Unbegrenzte Benutzeranzahl" }, "UpTo50MachineAccounts": { - "message": "Up to 50 machine accounts" + "message": "Bis zu 50 Gerätekonten" }, "UpTo20MachineAccounts": { - "message": "Up to 20 machine accounts" + "message": "Bis zu 20 Gerätekonten" }, "current": { - "message": "Current" + "message": "Aktuell" }, "secretsManagerSubInfo": { - "message": "Your Secrets Manager subscription will upgrade base on the plan selected" + "message": "Dein Secrets Manager Abonnement wird sich auf Grundlage des ausgewählten Plan upgraden" }, "bitwardenPasswordManager": { - "message": "Bitwarden Password Manager" + "message": "Bitwarden Passwortmanager" }, "secretsManagerWithFreePasswordManagerInfo": { - "message": "Your complementary one year Password Manager subscription will upgrade to the selected plan. You will not be charged until the complimentary period is over." + "message": "Dein kostenloses einjähriges Passwortmanager-Abonnement wird auf den ausgewählten Tarif umgestellt. Dir wird nichts berechnet, bis der kostenlose Zeitraum abgelaufen ist." + }, + "publicApi": { + "message": "Öffentliche API", + "description": "The text, 'API', is an acronymn and should not be translated." + }, + "additionalContentAvailable": { + "message": "Additional content is available" } } diff --git a/apps/web/src/locales/el/messages.json b/apps/web/src/locales/el/messages.json index b73a71030d..69bd0db215 100644 --- a/apps/web/src/locales/el/messages.json +++ b/apps/web/src/locales/el/messages.json @@ -964,6 +964,12 @@ "newAccountCreated": { "message": "Ο λογαριασμός σας έχει δημιουργηθεί! Τώρα μπορείτε να συνδεθείτε." }, + "newAccountCreated2": { + "message": "Your new account has been created!" + }, + "youHaveBeenLoggedIn": { + "message": "You have been logged in!" + }, "trialAccountCreated": { "message": "Η δημιουργία του λογαριασμού ολοκληρώθηκε με επιτυχία." }, @@ -4983,6 +4989,10 @@ } } }, + "viewSend": { + "message": "View Send", + "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." + }, "viewSendHiddenEmailWarning": { "message": "Ο χρήστης Bitwarden που δημιούργησε αυτό το send έχει επιλέξει να κρύψει τη διεύθυνση email του. Πρέπει να διασφαλίσετε ότι εμπιστεύεστε την πηγή αυτού του συνδέσμου πριν χρησιμοποιήσετε ή κατεβάσετε το περιεχόμενό του.", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." @@ -9008,5 +9018,12 @@ }, "secretsManagerWithFreePasswordManagerInfo": { "message": "Your complementary one year Password Manager subscription will upgrade to the selected plan. You will not be charged until the complimentary period is over." + }, + "publicApi": { + "message": "Public API", + "description": "The text, 'API', is an acronymn and should not be translated." + }, + "additionalContentAvailable": { + "message": "Additional content is available" } } diff --git a/apps/web/src/locales/en_GB/messages.json b/apps/web/src/locales/en_GB/messages.json index 8b5ebb247d..7fd9596c23 100644 --- a/apps/web/src/locales/en_GB/messages.json +++ b/apps/web/src/locales/en_GB/messages.json @@ -964,6 +964,12 @@ "newAccountCreated": { "message": "Your new account has been created! You may now log in." }, + "newAccountCreated2": { + "message": "Your new account has been created!" + }, + "youHaveBeenLoggedIn": { + "message": "You have been logged in!" + }, "trialAccountCreated": { "message": "Account created successfully." }, @@ -4983,6 +4989,10 @@ } } }, + "viewSend": { + "message": "View Send", + "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." + }, "viewSendHiddenEmailWarning": { "message": "The Bitwarden user who created this Send has chosen to hide their email address. You should ensure you trust the source of this link before using or downloading its content.", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." @@ -9008,5 +9018,12 @@ }, "secretsManagerWithFreePasswordManagerInfo": { "message": "Your complementary one year Password Manager subscription will upgrade to the selected plan. You will not be charged until the complimentary period is over." + }, + "publicApi": { + "message": "Public API", + "description": "The text, 'API', is an acronymn and should not be translated." + }, + "additionalContentAvailable": { + "message": "Additional content is available" } } diff --git a/apps/web/src/locales/en_IN/messages.json b/apps/web/src/locales/en_IN/messages.json index 9238ae1249..59d8dacaf4 100644 --- a/apps/web/src/locales/en_IN/messages.json +++ b/apps/web/src/locales/en_IN/messages.json @@ -964,6 +964,12 @@ "newAccountCreated": { "message": "Your new account has been created! You may now log in." }, + "newAccountCreated2": { + "message": "Your new account has been created!" + }, + "youHaveBeenLoggedIn": { + "message": "You have been logged in!" + }, "trialAccountCreated": { "message": "Account created successfully." }, @@ -4983,6 +4989,10 @@ } } }, + "viewSend": { + "message": "View Send", + "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." + }, "viewSendHiddenEmailWarning": { "message": "The Bitwarden user who created this Send has chosen to hide their email address. You should ensure you trust the source of this link before using or downloading its content.", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." @@ -9008,5 +9018,12 @@ }, "secretsManagerWithFreePasswordManagerInfo": { "message": "Your complementary one year Password Manager subscription will upgrade to the selected plan. You will not be charged until the complimentary period is over." + }, + "publicApi": { + "message": "Public API", + "description": "The text, 'API', is an acronymn and should not be translated." + }, + "additionalContentAvailable": { + "message": "Additional content is available" } } diff --git a/apps/web/src/locales/eo/messages.json b/apps/web/src/locales/eo/messages.json index 6a1fda99b1..e02415b129 100644 --- a/apps/web/src/locales/eo/messages.json +++ b/apps/web/src/locales/eo/messages.json @@ -964,6 +964,12 @@ "newAccountCreated": { "message": "Via nova konto kreiĝis! Vi nun povas ensaluti." }, + "newAccountCreated2": { + "message": "Your new account has been created!" + }, + "youHaveBeenLoggedIn": { + "message": "You have been logged in!" + }, "trialAccountCreated": { "message": "Account created successfully." }, @@ -4983,6 +4989,10 @@ } } }, + "viewSend": { + "message": "View Send", + "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." + }, "viewSendHiddenEmailWarning": { "message": "The Bitwarden user who created this Send has chosen to hide their email address. You should ensure you trust the source of this link before using or downloading its content.", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." @@ -9008,5 +9018,12 @@ }, "secretsManagerWithFreePasswordManagerInfo": { "message": "Your complementary one year Password Manager subscription will upgrade to the selected plan. You will not be charged until the complimentary period is over." + }, + "publicApi": { + "message": "Public API", + "description": "The text, 'API', is an acronymn and should not be translated." + }, + "additionalContentAvailable": { + "message": "Additional content is available" } } diff --git a/apps/web/src/locales/es/messages.json b/apps/web/src/locales/es/messages.json index 38e256a52e..b68f91b9d6 100644 --- a/apps/web/src/locales/es/messages.json +++ b/apps/web/src/locales/es/messages.json @@ -964,6 +964,12 @@ "newAccountCreated": { "message": "¡Tu nueva cuenta ha sido creada! Ahora puedes acceder." }, + "newAccountCreated2": { + "message": "Your new account has been created!" + }, + "youHaveBeenLoggedIn": { + "message": "You have been logged in!" + }, "trialAccountCreated": { "message": "Cuenta creada con éxito." }, @@ -4983,6 +4989,10 @@ } } }, + "viewSend": { + "message": "View Send", + "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." + }, "viewSendHiddenEmailWarning": { "message": "El usuario Bitwarden que creó este Send ha elegido ocultar su dirección de correo electrónico. Deberías asegurarte de que confías en la fuente de este enlace antes de usar o descargar su contenido.", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." @@ -9008,5 +9018,12 @@ }, "secretsManagerWithFreePasswordManagerInfo": { "message": "Your complementary one year Password Manager subscription will upgrade to the selected plan. You will not be charged until the complimentary period is over." + }, + "publicApi": { + "message": "Public API", + "description": "The text, 'API', is an acronymn and should not be translated." + }, + "additionalContentAvailable": { + "message": "Additional content is available" } } diff --git a/apps/web/src/locales/et/messages.json b/apps/web/src/locales/et/messages.json index 6c3e9af694..c217e12bbc 100644 --- a/apps/web/src/locales/et/messages.json +++ b/apps/web/src/locales/et/messages.json @@ -964,6 +964,12 @@ "newAccountCreated": { "message": "Sinu konto on loodud! Saad nüüd sellesse sisse logida." }, + "newAccountCreated2": { + "message": "Your new account has been created!" + }, + "youHaveBeenLoggedIn": { + "message": "You have been logged in!" + }, "trialAccountCreated": { "message": "Konto on edukalt loodud." }, @@ -4983,6 +4989,10 @@ } } }, + "viewSend": { + "message": "View Send", + "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." + }, "viewSendHiddenEmailWarning": { "message": "Selle Sendi looja ei soovi oma e-posti aadressi avaldada. Palun veendu, et see pärineb usaldusväärsest allikast, enne kui asud selle sisu kasutama või faile alla laadima.", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." @@ -9008,5 +9018,12 @@ }, "secretsManagerWithFreePasswordManagerInfo": { "message": "Your complementary one year Password Manager subscription will upgrade to the selected plan. You will not be charged until the complimentary period is over." + }, + "publicApi": { + "message": "Public API", + "description": "The text, 'API', is an acronymn and should not be translated." + }, + "additionalContentAvailable": { + "message": "Additional content is available" } } diff --git a/apps/web/src/locales/eu/messages.json b/apps/web/src/locales/eu/messages.json index 18367cb0f5..afe4fd2574 100644 --- a/apps/web/src/locales/eu/messages.json +++ b/apps/web/src/locales/eu/messages.json @@ -964,6 +964,12 @@ "newAccountCreated": { "message": "Zure kontua egina dago. Orain saioa has dezakezu." }, + "newAccountCreated2": { + "message": "Your new account has been created!" + }, + "youHaveBeenLoggedIn": { + "message": "You have been logged in!" + }, "trialAccountCreated": { "message": "Kontua sortu da." }, @@ -4983,6 +4989,10 @@ } } }, + "viewSend": { + "message": "View Send", + "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." + }, "viewSendHiddenEmailWarning": { "message": "Send hau sortu duen Bitwarden erabiltzaileak emaileko helbidea ezkutatzea erabaki du. Ziurtatu lotura honen iturrian konfiantza duzula edukia erabili edo deskargatu aurretik.", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." @@ -9008,5 +9018,12 @@ }, "secretsManagerWithFreePasswordManagerInfo": { "message": "Your complementary one year Password Manager subscription will upgrade to the selected plan. You will not be charged until the complimentary period is over." + }, + "publicApi": { + "message": "Public API", + "description": "The text, 'API', is an acronymn and should not be translated." + }, + "additionalContentAvailable": { + "message": "Additional content is available" } } diff --git a/apps/web/src/locales/fa/messages.json b/apps/web/src/locales/fa/messages.json index 3868a2f394..8cad0d3c4d 100644 --- a/apps/web/src/locales/fa/messages.json +++ b/apps/web/src/locales/fa/messages.json @@ -964,6 +964,12 @@ "newAccountCreated": { "message": "حساب کاربری جدید شما ساخته شد! حالا می‌توانید وارد شوید." }, + "newAccountCreated2": { + "message": "Your new account has been created!" + }, + "youHaveBeenLoggedIn": { + "message": "You have been logged in!" + }, "trialAccountCreated": { "message": "حساب کاربری با موفقیت ساخته شد." }, @@ -4983,6 +4989,10 @@ } } }, + "viewSend": { + "message": "View Send", + "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." + }, "viewSendHiddenEmailWarning": { "message": "کاربر Bitwarden که این ارسال را ایجاد کرده است انتخاب کرده که نشانی ایمیل خود را پنهان کند. قبل از استفاده یا دانلود محتوای این پیوند، باید مطمئن شوید که به منبع این پیوند اعتماد دارید.", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." @@ -9008,5 +9018,12 @@ }, "secretsManagerWithFreePasswordManagerInfo": { "message": "Your complementary one year Password Manager subscription will upgrade to the selected plan. You will not be charged until the complimentary period is over." + }, + "publicApi": { + "message": "Public API", + "description": "The text, 'API', is an acronymn and should not be translated." + }, + "additionalContentAvailable": { + "message": "Additional content is available" } } diff --git a/apps/web/src/locales/fi/messages.json b/apps/web/src/locales/fi/messages.json index 38deb3871b..909ef630de 100644 --- a/apps/web/src/locales/fi/messages.json +++ b/apps/web/src/locales/fi/messages.json @@ -964,6 +964,12 @@ "newAccountCreated": { "message": "Uusi käyttäjätilisi on luotu! Voit nyt kirjautua sisään." }, + "newAccountCreated2": { + "message": "Your new account has been created!" + }, + "youHaveBeenLoggedIn": { + "message": "You have been logged in!" + }, "trialAccountCreated": { "message": "Tilin luonti onnistui." }, @@ -4983,6 +4989,10 @@ } } }, + "viewSend": { + "message": "Näytä Send", + "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." + }, "viewSendHiddenEmailWarning": { "message": "Sendin luonut Bitwarden-käyttäjä on piilottanut sähköpostiosoitteensa. Varmista, että linkin lähde on luotettava ennen kuin käytät tai lataat sen sisältöä.", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." @@ -9008,5 +9018,12 @@ }, "secretsManagerWithFreePasswordManagerInfo": { "message": "Ilmainen yhden vuoden Salasanahallinta-tilauksesi päivittyy valittuun tilaukseen. Sinua ei veloiteta ennen ilmaisajan päättymistä." + }, + "publicApi": { + "message": "Julkinen API", + "description": "The text, 'API', is an acronymn and should not be translated." + }, + "additionalContentAvailable": { + "message": "Additional content is available" } } diff --git a/apps/web/src/locales/fil/messages.json b/apps/web/src/locales/fil/messages.json index f930c132f6..d1374cf84f 100644 --- a/apps/web/src/locales/fil/messages.json +++ b/apps/web/src/locales/fil/messages.json @@ -964,6 +964,12 @@ "newAccountCreated": { "message": "Nalikha na ang iyong bagong account! Maaari ka nang mag-log in." }, + "newAccountCreated2": { + "message": "Your new account has been created!" + }, + "youHaveBeenLoggedIn": { + "message": "You have been logged in!" + }, "trialAccountCreated": { "message": "Matagumpay na nalikha ang account." }, @@ -4983,6 +4989,10 @@ } } }, + "viewSend": { + "message": "View Send", + "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." + }, "viewSendHiddenEmailWarning": { "message": "Ang gumagamit ng Bitwarden na lumikha ng Send na ito ay piniling itago ang kanilang email address. Dapat mong tiyakin na pinagkakatiwalaan mo ang pinagmulan ng link na ito bago gamitin o i download ang nilalaman nito.", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." @@ -9008,5 +9018,12 @@ }, "secretsManagerWithFreePasswordManagerInfo": { "message": "Your complementary one year Password Manager subscription will upgrade to the selected plan. You will not be charged until the complimentary period is over." + }, + "publicApi": { + "message": "Public API", + "description": "The text, 'API', is an acronymn and should not be translated." + }, + "additionalContentAvailable": { + "message": "Additional content is available" } } diff --git a/apps/web/src/locales/fr/messages.json b/apps/web/src/locales/fr/messages.json index ee0bb5548b..ef17b038bc 100644 --- a/apps/web/src/locales/fr/messages.json +++ b/apps/web/src/locales/fr/messages.json @@ -964,6 +964,12 @@ "newAccountCreated": { "message": "Votre nouveau compte a été créé ! Vous pouvez maintenant vous authentifier." }, + "newAccountCreated2": { + "message": "Votre nouveau compte a été créé !" + }, + "youHaveBeenLoggedIn": { + "message": "Vous avez été connecté!" + }, "trialAccountCreated": { "message": "Compte créé avec succès." }, @@ -4983,6 +4989,10 @@ } } }, + "viewSend": { + "message": "Voir le Send", + "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." + }, "viewSendHiddenEmailWarning": { "message": "L'utilisateur de Bitwarden qui a créé ce Send a choisi de masquer son adresse électronique. Vous devriez vous assurer que vous faites confiance à la source de ce lien avant d'utiliser ou de télécharger son contenu.", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." @@ -9008,5 +9018,12 @@ }, "secretsManagerWithFreePasswordManagerInfo": { "message": "Votre abonnement complémentaire d'un an au Gestionnaire de Mots de Passe sera mis à niveau au plan sélectionné. Vous ne serez pas chargé avant la fin de votre période gratuite." + }, + "publicApi": { + "message": "API publique", + "description": "The text, 'API', is an acronymn and should not be translated." + }, + "additionalContentAvailable": { + "message": "Du contenu supplémentaire est disponible" } } diff --git a/apps/web/src/locales/gl/messages.json b/apps/web/src/locales/gl/messages.json index d5bbba4a1c..bcabe94aaf 100644 --- a/apps/web/src/locales/gl/messages.json +++ b/apps/web/src/locales/gl/messages.json @@ -964,6 +964,12 @@ "newAccountCreated": { "message": "Your new account has been created! You may now log in." }, + "newAccountCreated2": { + "message": "Your new account has been created!" + }, + "youHaveBeenLoggedIn": { + "message": "You have been logged in!" + }, "trialAccountCreated": { "message": "Account created successfully." }, @@ -4983,6 +4989,10 @@ } } }, + "viewSend": { + "message": "View Send", + "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." + }, "viewSendHiddenEmailWarning": { "message": "The Bitwarden user who created this Send has chosen to hide their email address. You should ensure you trust the source of this link before using or downloading its content.", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." @@ -9008,5 +9018,12 @@ }, "secretsManagerWithFreePasswordManagerInfo": { "message": "Your complementary one year Password Manager subscription will upgrade to the selected plan. You will not be charged until the complimentary period is over." + }, + "publicApi": { + "message": "Public API", + "description": "The text, 'API', is an acronymn and should not be translated." + }, + "additionalContentAvailable": { + "message": "Additional content is available" } } diff --git a/apps/web/src/locales/he/messages.json b/apps/web/src/locales/he/messages.json index 7118b8d326..bf3c61fe17 100644 --- a/apps/web/src/locales/he/messages.json +++ b/apps/web/src/locales/he/messages.json @@ -964,6 +964,12 @@ "newAccountCreated": { "message": "החשבון החדש שלך נוצר בהצלחה! כעת ניתן להתחבר למערכת." }, + "newAccountCreated2": { + "message": "Your new account has been created!" + }, + "youHaveBeenLoggedIn": { + "message": "You have been logged in!" + }, "trialAccountCreated": { "message": "Account created successfully." }, @@ -4983,6 +4989,10 @@ } } }, + "viewSend": { + "message": "View Send", + "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." + }, "viewSendHiddenEmailWarning": { "message": "The Bitwarden user who created this Send has chosen to hide their email address. You should ensure you trust the source of this link before using or downloading its content.", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." @@ -9008,5 +9018,12 @@ }, "secretsManagerWithFreePasswordManagerInfo": { "message": "Your complementary one year Password Manager subscription will upgrade to the selected plan. You will not be charged until the complimentary period is over." + }, + "publicApi": { + "message": "Public API", + "description": "The text, 'API', is an acronymn and should not be translated." + }, + "additionalContentAvailable": { + "message": "Additional content is available" } } diff --git a/apps/web/src/locales/hi/messages.json b/apps/web/src/locales/hi/messages.json index 0aec690328..fa5a258801 100644 --- a/apps/web/src/locales/hi/messages.json +++ b/apps/web/src/locales/hi/messages.json @@ -964,6 +964,12 @@ "newAccountCreated": { "message": "आपका नया खाता बनाया गया है! अब आप लॉग इन कर सकते हैं।" }, + "newAccountCreated2": { + "message": "Your new account has been created!" + }, + "youHaveBeenLoggedIn": { + "message": "You have been logged in!" + }, "trialAccountCreated": { "message": "Account created successfully." }, @@ -4983,6 +4989,10 @@ } } }, + "viewSend": { + "message": "View Send", + "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." + }, "viewSendHiddenEmailWarning": { "message": "The Bitwarden user who created this Send has chosen to hide their email address. You should ensure you trust the source of this link before using or downloading its content.", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." @@ -9008,5 +9018,12 @@ }, "secretsManagerWithFreePasswordManagerInfo": { "message": "Your complementary one year Password Manager subscription will upgrade to the selected plan. You will not be charged until the complimentary period is over." + }, + "publicApi": { + "message": "Public API", + "description": "The text, 'API', is an acronymn and should not be translated." + }, + "additionalContentAvailable": { + "message": "Additional content is available" } } diff --git a/apps/web/src/locales/hr/messages.json b/apps/web/src/locales/hr/messages.json index 9dae62cf08..fa85609552 100644 --- a/apps/web/src/locales/hr/messages.json +++ b/apps/web/src/locales/hr/messages.json @@ -195,10 +195,10 @@ "message": "dr." }, "cardExpiredTitle": { - "message": "Expired card" + "message": "Istekla kartica" }, "cardExpiredMessage": { - "message": "If you've renewed it, update the card's information" + "message": "Ako je obnovljeno, ažuriraj podatke o kartici" }, "expirationMonth": { "message": "Mjesec isteka" @@ -482,7 +482,7 @@ "message": "Prikaz stavke" }, "viewItemType": { - "message": "View $ITEMTYPE$", + "message": "Pogledaj $ITEMTYPE$", "placeholders": { "itemtype": { "content": "$1", @@ -906,7 +906,7 @@ "message": "Podsjetnik glavne lozinke (neobavezno)" }, "newMasterPassHint": { - "message": "New master password hint (optional)" + "message": "Podsjetnik nove glavne lozinke (neobavezno)" }, "masterPassHintLabel": { "message": "Podsjetnik glavne lozinke" @@ -964,6 +964,12 @@ "newAccountCreated": { "message": "Tvoj novi račun je stvoren! Sada se možeš prijaviti." }, + "newAccountCreated2": { + "message": "Your new account has been created!" + }, + "youHaveBeenLoggedIn": { + "message": "You have been logged in!" + }, "trialAccountCreated": { "message": "Račun je uspješno stvoren." }, @@ -4983,6 +4989,10 @@ } } }, + "viewSend": { + "message": "View Send", + "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." + }, "viewSendHiddenEmailWarning": { "message": "Bitwarden korisnik koji je stvorio ovaj Send odabrao/la je sakriti svoju e-poštu. Koristi i/ili preuzmi ove podatke samo ako vjeruješ izvoru iz kojeg je primljena ova vezu.", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." @@ -8959,54 +8969,61 @@ "message": "GB dodatnog prostora" }, "premiumAccounts": { - "message": "6 premium accounts" + "message": "6 premium računa" }, "unlimitedSharing": { - "message": "Unlimited sharing" + "message": "Neograničeno dijeljenje" }, "unlimitedCollections": { - "message": "Unlimited collections" + "message": "Neograničen broj zbirki" }, "secureDataSharing": { - "message": "Secure data sharing" + "message": "Sigurno dijeljenje podataka" }, "eventLogMonitoring": { - "message": "Event log monitoring" + "message": "Praćenje dnevnika događaja" }, "directoryIntegration": { - "message": "Directory integration" + "message": "Integracija s imenikom" }, "passwordLessSso": { "message": "PasswordLess SSO" }, "accountRecovery": { - "message": "Account recovery" + "message": "Oporavak računa" }, "customRoles": { - "message": "Custom roles" + "message": "Prilagođene uloge" }, "unlimitedSecretsStorage": { - "message": "Unlimited secrets storage" + "message": "Neograničena pohrana tajni" }, "unlimitedUsers": { - "message": "Unlimited users" + "message": "Neograničen broj korisnika" }, "UpTo50MachineAccounts": { - "message": "Up to 50 machine accounts" + "message": "Do 50 strojnih računa" }, "UpTo20MachineAccounts": { - "message": "Up to 20 machine accounts" + "message": "Do 20 strojnih računa" }, "current": { - "message": "Current" + "message": "Trenutno" }, "secretsManagerSubInfo": { - "message": "Your Secrets Manager subscription will upgrade base on the plan selected" + "message": "Tvoja pretplata na Secrets Manager će se nadograditi na temelju odabranog plana" }, "bitwardenPasswordManager": { - "message": "Bitwarden Password Manager" + "message": "Bitwarden upravitelj lozinki" }, "secretsManagerWithFreePasswordManagerInfo": { - "message": "Your complementary one year Password Manager subscription will upgrade to the selected plan. You will not be charged until the complimentary period is over." + "message": "Tvoja jednogodišnja poklon pretplata na Upravitelj tajni će se nadograditi na odabrani plan. Neće biti naplate dok ne završi besplatno razdoblje." + }, + "publicApi": { + "message": "Public API", + "description": "The text, 'API', is an acronymn and should not be translated." + }, + "additionalContentAvailable": { + "message": "Additional content is available" } } diff --git a/apps/web/src/locales/hu/messages.json b/apps/web/src/locales/hu/messages.json index fb2304ce11..0c29d76bc6 100644 --- a/apps/web/src/locales/hu/messages.json +++ b/apps/web/src/locales/hu/messages.json @@ -964,6 +964,12 @@ "newAccountCreated": { "message": "A fiók létrehozásra került. Most már be lehet jelentkezni." }, + "newAccountCreated2": { + "message": "Your new account has been created!" + }, + "youHaveBeenLoggedIn": { + "message": "You have been logged in!" + }, "trialAccountCreated": { "message": "A fiók sikeresen létrejött." }, @@ -4983,6 +4989,10 @@ } } }, + "viewSend": { + "message": "Send megtekintése", + "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." + }, "viewSendHiddenEmailWarning": { "message": "Az ezt a Send elemet létrehozó Bitwarden felhasználó úgy döntött, hogy elrejti email címét. Mielőtt felhasználnánk vagy letöltenénk a tartalmát, ellenőrizzük a hivatkozás megbízhatóságát.", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." @@ -9008,5 +9018,12 @@ }, "secretsManagerWithFreePasswordManagerInfo": { "message": "A kiegészítő egyéves Jelszókezelő előfizetés a kiválasztott csomagra frissül. A díjmentes időszak lejártáig nem számítunk fel díjat." + }, + "publicApi": { + "message": "Nyilvános API", + "description": "The text, 'API', is an acronymn and should not be translated." + }, + "additionalContentAvailable": { + "message": "Additional content is available" } } diff --git a/apps/web/src/locales/id/messages.json b/apps/web/src/locales/id/messages.json index 52d41caa78..be37a394e7 100644 --- a/apps/web/src/locales/id/messages.json +++ b/apps/web/src/locales/id/messages.json @@ -964,6 +964,12 @@ "newAccountCreated": { "message": "Akun baru Anda telah dibuat! Sekarang Anda bisa masuk." }, + "newAccountCreated2": { + "message": "Your new account has been created!" + }, + "youHaveBeenLoggedIn": { + "message": "You have been logged in!" + }, "trialAccountCreated": { "message": "Akun berhasil dibuat." }, @@ -4983,6 +4989,10 @@ } } }, + "viewSend": { + "message": "View Send", + "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." + }, "viewSendHiddenEmailWarning": { "message": "Pengguna Bitwarden yang membuat Send ini memilih untuk menyembunyikan alamat emailnya. Kamu harus yakin bahwa kamu mempercayai sumber dari link it sebelum mengunduh isinya.", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." @@ -9008,5 +9018,12 @@ }, "secretsManagerWithFreePasswordManagerInfo": { "message": "Your complementary one year Password Manager subscription will upgrade to the selected plan. You will not be charged until the complimentary period is over." + }, + "publicApi": { + "message": "Public API", + "description": "The text, 'API', is an acronymn and should not be translated." + }, + "additionalContentAvailable": { + "message": "Additional content is available" } } diff --git a/apps/web/src/locales/it/messages.json b/apps/web/src/locales/it/messages.json index c085d9e6fd..5743b9c126 100644 --- a/apps/web/src/locales/it/messages.json +++ b/apps/web/src/locales/it/messages.json @@ -964,6 +964,12 @@ "newAccountCreated": { "message": "Il tuo nuovo account è stato creato! Ora puoi accedere." }, + "newAccountCreated2": { + "message": "Your new account has been created!" + }, + "youHaveBeenLoggedIn": { + "message": "You have been logged in!" + }, "trialAccountCreated": { "message": "Account creato." }, @@ -4983,6 +4989,10 @@ } } }, + "viewSend": { + "message": "View Send", + "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." + }, "viewSendHiddenEmailWarning": { "message": "L'utente Bitwarden che ha creato questo Send ha nascosto il suo indirizzo email. Devi essere sicuro di fidarti della fonte di questo link prima di usare o scaricare il suo contenuto.", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." @@ -9008,5 +9018,12 @@ }, "secretsManagerWithFreePasswordManagerInfo": { "message": "Your complementary one year Password Manager subscription will upgrade to the selected plan. You will not be charged until the complimentary period is over." + }, + "publicApi": { + "message": "Public API", + "description": "The text, 'API', is an acronymn and should not be translated." + }, + "additionalContentAvailable": { + "message": "Additional content is available" } } diff --git a/apps/web/src/locales/ja/messages.json b/apps/web/src/locales/ja/messages.json index 9a0e54796b..02cf467752 100644 --- a/apps/web/src/locales/ja/messages.json +++ b/apps/web/src/locales/ja/messages.json @@ -964,6 +964,12 @@ "newAccountCreated": { "message": "新しいアカウントを作成しました!今すぐログインできます。" }, + "newAccountCreated2": { + "message": "新しいアカウントを作成しました!" + }, + "youHaveBeenLoggedIn": { + "message": "ログインしました!" + }, "trialAccountCreated": { "message": "アカウントを正常に作成しました。" }, @@ -4983,6 +4989,10 @@ } } }, + "viewSend": { + "message": "Send を表示", + "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." + }, "viewSendHiddenEmailWarning": { "message": "この Send を作成した Bitwarden ユーザーが、自身のメールアドレスを非表示にしました。 コンテンツを使用またはダウンロードする前に、このリンクのソースが信頼できるかどうか確認する必要があります。", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." @@ -9008,5 +9018,12 @@ }, "secretsManagerWithFreePasswordManagerInfo": { "message": "1年間のパスワードマネージャーサブスクリプションは、選択したプランにアップグレードされます。無料期間が終了するまで課金されることはありません。" + }, + "publicApi": { + "message": "公開 API", + "description": "The text, 'API', is an acronymn and should not be translated." + }, + "additionalContentAvailable": { + "message": "追加コンテンツが利用可能です" } } diff --git a/apps/web/src/locales/ka/messages.json b/apps/web/src/locales/ka/messages.json index 0dc64b8182..518e0fef8d 100644 --- a/apps/web/src/locales/ka/messages.json +++ b/apps/web/src/locales/ka/messages.json @@ -964,6 +964,12 @@ "newAccountCreated": { "message": "თქვენი ახალი ანგარიში შემნილია! თქვენ შეგიძლიათ შესვლა." }, + "newAccountCreated2": { + "message": "Your new account has been created!" + }, + "youHaveBeenLoggedIn": { + "message": "You have been logged in!" + }, "trialAccountCreated": { "message": "ანგარიში წარმატებით შეიქმნა." }, @@ -4983,6 +4989,10 @@ } } }, + "viewSend": { + "message": "View Send", + "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." + }, "viewSendHiddenEmailWarning": { "message": "The Bitwarden user who created this Send has chosen to hide their email address. You should ensure you trust the source of this link before using or downloading its content.", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." @@ -9008,5 +9018,12 @@ }, "secretsManagerWithFreePasswordManagerInfo": { "message": "Your complementary one year Password Manager subscription will upgrade to the selected plan. You will not be charged until the complimentary period is over." + }, + "publicApi": { + "message": "Public API", + "description": "The text, 'API', is an acronymn and should not be translated." + }, + "additionalContentAvailable": { + "message": "Additional content is available" } } diff --git a/apps/web/src/locales/km/messages.json b/apps/web/src/locales/km/messages.json index b9b404bc73..602bd0492c 100644 --- a/apps/web/src/locales/km/messages.json +++ b/apps/web/src/locales/km/messages.json @@ -964,6 +964,12 @@ "newAccountCreated": { "message": "Your new account has been created! You may now log in." }, + "newAccountCreated2": { + "message": "Your new account has been created!" + }, + "youHaveBeenLoggedIn": { + "message": "You have been logged in!" + }, "trialAccountCreated": { "message": "Account created successfully." }, @@ -4983,6 +4989,10 @@ } } }, + "viewSend": { + "message": "View Send", + "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." + }, "viewSendHiddenEmailWarning": { "message": "The Bitwarden user who created this Send has chosen to hide their email address. You should ensure you trust the source of this link before using or downloading its content.", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." @@ -9008,5 +9018,12 @@ }, "secretsManagerWithFreePasswordManagerInfo": { "message": "Your complementary one year Password Manager subscription will upgrade to the selected plan. You will not be charged until the complimentary period is over." + }, + "publicApi": { + "message": "Public API", + "description": "The text, 'API', is an acronymn and should not be translated." + }, + "additionalContentAvailable": { + "message": "Additional content is available" } } diff --git a/apps/web/src/locales/kn/messages.json b/apps/web/src/locales/kn/messages.json index 534a3f0e6a..421cf11c28 100644 --- a/apps/web/src/locales/kn/messages.json +++ b/apps/web/src/locales/kn/messages.json @@ -964,6 +964,12 @@ "newAccountCreated": { "message": "ನಿಮ್ಮ ಹೊಸ ಖಾತೆಯನ್ನು ರಚಿಸಲಾಗಿದೆ! ನೀವು ಈಗ ಲಾಗ್ ಇನ್ ಮಾಡಬಹುದು." }, + "newAccountCreated2": { + "message": "Your new account has been created!" + }, + "youHaveBeenLoggedIn": { + "message": "You have been logged in!" + }, "trialAccountCreated": { "message": "Account created successfully." }, @@ -4983,6 +4989,10 @@ } } }, + "viewSend": { + "message": "View Send", + "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." + }, "viewSendHiddenEmailWarning": { "message": "ಈ ಕಳುಹಿಸುವಿಕೆಯನ್ನು ರಚಿಸಿದ ಬಿಟ್‌ವಾರ್ಡೆನ್ ಬಳಕೆದಾರರು ತಮ್ಮ ಇಮೇಲ್ ವಿಳಾಸವನ್ನು ಮರೆಮಾಡಲು ಆಯ್ಕೆ ಮಾಡಿದ್ದಾರೆ. ಈ ಲಿಂಕ್‌ನ ವಿಷಯವನ್ನು ಬಳಸುವ ಅಥವಾ ಡೌನ್‌ಲೋಡ್ ಮಾಡುವ ಮೊದಲು ಅದರ ಮೂಲವನ್ನು ನೀವು ನಂಬಿದ್ದೀರಿ ಎಂದು ನೀವು ಖಚಿತಪಡಿಸಿಕೊಳ್ಳಬೇಕು.", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." @@ -9008,5 +9018,12 @@ }, "secretsManagerWithFreePasswordManagerInfo": { "message": "Your complementary one year Password Manager subscription will upgrade to the selected plan. You will not be charged until the complimentary period is over." + }, + "publicApi": { + "message": "Public API", + "description": "The text, 'API', is an acronymn and should not be translated." + }, + "additionalContentAvailable": { + "message": "Additional content is available" } } diff --git a/apps/web/src/locales/ko/messages.json b/apps/web/src/locales/ko/messages.json index fb48d7b8c0..bb9e8df78d 100644 --- a/apps/web/src/locales/ko/messages.json +++ b/apps/web/src/locales/ko/messages.json @@ -964,6 +964,12 @@ "newAccountCreated": { "message": "계정 생성이 완료되었습니다! 이제 로그인하실 수 있습니다." }, + "newAccountCreated2": { + "message": "Your new account has been created!" + }, + "youHaveBeenLoggedIn": { + "message": "You have been logged in!" + }, "trialAccountCreated": { "message": "계정이 생성되었습니다." }, @@ -4983,6 +4989,10 @@ } } }, + "viewSend": { + "message": "View Send", + "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." + }, "viewSendHiddenEmailWarning": { "message": "이 Send를 생성한 Bitwarden 사용자가 자신의 이메일 주소를 숨겼습니다. 이 링크에 접속하거나 내용을 다운로드하기 전에, 이 링크의 출처를 신뢰하는지 확인하십시오.", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." @@ -9008,5 +9018,12 @@ }, "secretsManagerWithFreePasswordManagerInfo": { "message": "Your complementary one year Password Manager subscription will upgrade to the selected plan. You will not be charged until the complimentary period is over." + }, + "publicApi": { + "message": "Public API", + "description": "The text, 'API', is an acronymn and should not be translated." + }, + "additionalContentAvailable": { + "message": "Additional content is available" } } diff --git a/apps/web/src/locales/lv/messages.json b/apps/web/src/locales/lv/messages.json index 392483e76d..f6f4eb8102 100644 --- a/apps/web/src/locales/lv/messages.json +++ b/apps/web/src/locales/lv/messages.json @@ -964,6 +964,12 @@ "newAccountCreated": { "message": "Jaunais konts ir izveidots. Tagad vari pieteikties." }, + "newAccountCreated2": { + "message": "Your new account has been created!" + }, + "youHaveBeenLoggedIn": { + "message": "You have been logged in!" + }, "trialAccountCreated": { "message": "Konts tika veiksmīgi izveidots." }, @@ -4983,6 +4989,10 @@ } } }, + "viewSend": { + "message": "Apskatīt Send", + "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." + }, "viewSendHiddenEmailWarning": { "message": "Bitwarden lietotājs, kurš izveidoja šo Send, ir izvēlējies slēpt savu e-pasta adresi. Ir jāpārliecinās par šīs saites avota uzticamību, pirms saturs tiek izmantots vai lejupielādēts.", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." @@ -8890,10 +8900,10 @@ } }, "optionalOnPremHosting": { - "message": "Optional on-premises hosting" + "message": "Iespēja mitināt savā serverī" }, "upgradeFreeOrganization": { - "message": "Upgrade your $NAME$ organization ", + "message": "Uzlabo savu $NAME$ apvienību ", "placeholders": { "name": { "content": "$1", @@ -8902,10 +8912,10 @@ } }, "includeSsoAuthenticationMessage": { - "message": "SSO Authentication" + "message": "SSO autentifikācija" }, "familiesPlanInvLimitReachedManageBilling": { - "message": "Families organizations may have up to $SEATCOUNT$ members. Upgrade to a paid plan to invite more members.", + "message": "Ģimeņu apvienībās var būt līdz $SEATCOUNT$ dalībniekiem. Jāpāriet uz maksas plānu, lai uzaicinātu vairāk dalībnieku.", "placeholders": { "seatcount": { "content": "$1", @@ -8914,7 +8924,7 @@ } }, "familiesPlanInvLimitReachedNoManageBilling": { - "message": "Families organizations may have up to $SEATCOUNT$ members. Contact your organization owner to upgrade.", + "message": "Ģiemņu apvienībās var būt līdz $SEATCOUNT$ dalībniekiem. Jāsazinās ar apvienības īpašnieku, lai pārietu uz maksas plānu.", "placeholders": { "seatcount": { "content": "$1", @@ -8923,7 +8933,7 @@ } }, "upgradePlan": { - "message": "Upgrade your plan to invite more members and gain access to additional Bitwarden features" + "message": "Uzlabo savu plānu, lai uzaicinātu vairāk dalībnieku un iegūtu piekļuvi papildu Bitwarden iespējām" }, "upgradeDiscount": { "message": "Ietaupi $AMOUNT$%", @@ -9008,5 +9018,12 @@ }, "secretsManagerWithFreePasswordManagerInfo": { "message": "Bezmaksas viena gada Paroļu pārvaldnieka abonements tiks uzlabots uz izvēlēto plānu. Maksa netiks ieturēta līdz bezmaksas izmantošanas laika beigām." + }, + "publicApi": { + "message": "Publiskais API", + "description": "The text, 'API', is an acronymn and should not be translated." + }, + "additionalContentAvailable": { + "message": "Additional content is available" } } diff --git a/apps/web/src/locales/ml/messages.json b/apps/web/src/locales/ml/messages.json index 569d6e3cd9..87a4348acd 100644 --- a/apps/web/src/locales/ml/messages.json +++ b/apps/web/src/locales/ml/messages.json @@ -964,6 +964,12 @@ "newAccountCreated": { "message": "നിങ്ങളുടെ അക്കൗണ്ട് സൃഷ്ടിക്കപ്പെട്ടു. ഇനി നിങ്ങൾക്ക് ലോഗിൻ ചെയ്യാം." }, + "newAccountCreated2": { + "message": "Your new account has been created!" + }, + "youHaveBeenLoggedIn": { + "message": "You have been logged in!" + }, "trialAccountCreated": { "message": "Account created successfully." }, @@ -4983,6 +4989,10 @@ } } }, + "viewSend": { + "message": "View Send", + "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." + }, "viewSendHiddenEmailWarning": { "message": "The Bitwarden user who created this Send has chosen to hide their email address. You should ensure you trust the source of this link before using or downloading its content.", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." @@ -9008,5 +9018,12 @@ }, "secretsManagerWithFreePasswordManagerInfo": { "message": "Your complementary one year Password Manager subscription will upgrade to the selected plan. You will not be charged until the complimentary period is over." + }, + "publicApi": { + "message": "Public API", + "description": "The text, 'API', is an acronymn and should not be translated." + }, + "additionalContentAvailable": { + "message": "Additional content is available" } } diff --git a/apps/web/src/locales/mr/messages.json b/apps/web/src/locales/mr/messages.json index b9b404bc73..602bd0492c 100644 --- a/apps/web/src/locales/mr/messages.json +++ b/apps/web/src/locales/mr/messages.json @@ -964,6 +964,12 @@ "newAccountCreated": { "message": "Your new account has been created! You may now log in." }, + "newAccountCreated2": { + "message": "Your new account has been created!" + }, + "youHaveBeenLoggedIn": { + "message": "You have been logged in!" + }, "trialAccountCreated": { "message": "Account created successfully." }, @@ -4983,6 +4989,10 @@ } } }, + "viewSend": { + "message": "View Send", + "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." + }, "viewSendHiddenEmailWarning": { "message": "The Bitwarden user who created this Send has chosen to hide their email address. You should ensure you trust the source of this link before using or downloading its content.", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." @@ -9008,5 +9018,12 @@ }, "secretsManagerWithFreePasswordManagerInfo": { "message": "Your complementary one year Password Manager subscription will upgrade to the selected plan. You will not be charged until the complimentary period is over." + }, + "publicApi": { + "message": "Public API", + "description": "The text, 'API', is an acronymn and should not be translated." + }, + "additionalContentAvailable": { + "message": "Additional content is available" } } diff --git a/apps/web/src/locales/my/messages.json b/apps/web/src/locales/my/messages.json index b9b404bc73..602bd0492c 100644 --- a/apps/web/src/locales/my/messages.json +++ b/apps/web/src/locales/my/messages.json @@ -964,6 +964,12 @@ "newAccountCreated": { "message": "Your new account has been created! You may now log in." }, + "newAccountCreated2": { + "message": "Your new account has been created!" + }, + "youHaveBeenLoggedIn": { + "message": "You have been logged in!" + }, "trialAccountCreated": { "message": "Account created successfully." }, @@ -4983,6 +4989,10 @@ } } }, + "viewSend": { + "message": "View Send", + "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." + }, "viewSendHiddenEmailWarning": { "message": "The Bitwarden user who created this Send has chosen to hide their email address. You should ensure you trust the source of this link before using or downloading its content.", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." @@ -9008,5 +9018,12 @@ }, "secretsManagerWithFreePasswordManagerInfo": { "message": "Your complementary one year Password Manager subscription will upgrade to the selected plan. You will not be charged until the complimentary period is over." + }, + "publicApi": { + "message": "Public API", + "description": "The text, 'API', is an acronymn and should not be translated." + }, + "additionalContentAvailable": { + "message": "Additional content is available" } } diff --git a/apps/web/src/locales/nb/messages.json b/apps/web/src/locales/nb/messages.json index f19c15d30e..0fc6dc3360 100644 --- a/apps/web/src/locales/nb/messages.json +++ b/apps/web/src/locales/nb/messages.json @@ -964,6 +964,12 @@ "newAccountCreated": { "message": "Din nye konto har blitt opprettet! Du kan nå logge på." }, + "newAccountCreated2": { + "message": "Your new account has been created!" + }, + "youHaveBeenLoggedIn": { + "message": "You have been logged in!" + }, "trialAccountCreated": { "message": "Kontoen ble opprettet." }, @@ -4983,6 +4989,10 @@ } } }, + "viewSend": { + "message": "View Send", + "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." + }, "viewSendHiddenEmailWarning": { "message": "Bitwarden-brukeren som opprettet denne sendingen, har valgt å skjule deres e-postadresse. Du bør forsikre deg om at du stoler på kilden til denne lenken før du bruker eller laster ned innholdet.", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." @@ -9008,5 +9018,12 @@ }, "secretsManagerWithFreePasswordManagerInfo": { "message": "Your complementary one year Password Manager subscription will upgrade to the selected plan. You will not be charged until the complimentary period is over." + }, + "publicApi": { + "message": "Public API", + "description": "The text, 'API', is an acronymn and should not be translated." + }, + "additionalContentAvailable": { + "message": "Additional content is available" } } diff --git a/apps/web/src/locales/ne/messages.json b/apps/web/src/locales/ne/messages.json index 532dbeb514..1299fcc094 100644 --- a/apps/web/src/locales/ne/messages.json +++ b/apps/web/src/locales/ne/messages.json @@ -964,6 +964,12 @@ "newAccountCreated": { "message": "Your new account has been created! You may now log in." }, + "newAccountCreated2": { + "message": "Your new account has been created!" + }, + "youHaveBeenLoggedIn": { + "message": "You have been logged in!" + }, "trialAccountCreated": { "message": "Account created successfully." }, @@ -4983,6 +4989,10 @@ } } }, + "viewSend": { + "message": "View Send", + "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." + }, "viewSendHiddenEmailWarning": { "message": "The Bitwarden user who created this Send has chosen to hide their email address. You should ensure you trust the source of this link before using or downloading its content.", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." @@ -9008,5 +9018,12 @@ }, "secretsManagerWithFreePasswordManagerInfo": { "message": "Your complementary one year Password Manager subscription will upgrade to the selected plan. You will not be charged until the complimentary period is over." + }, + "publicApi": { + "message": "Public API", + "description": "The text, 'API', is an acronymn and should not be translated." + }, + "additionalContentAvailable": { + "message": "Additional content is available" } } diff --git a/apps/web/src/locales/nl/messages.json b/apps/web/src/locales/nl/messages.json index bd9b48698e..f5ec4f0c3b 100644 --- a/apps/web/src/locales/nl/messages.json +++ b/apps/web/src/locales/nl/messages.json @@ -964,6 +964,12 @@ "newAccountCreated": { "message": "Je nieuwe account is aangemaakt! Je kunt nu inloggen." }, + "newAccountCreated2": { + "message": "Je nieuwe account is aangemaakt!" + }, + "youHaveBeenLoggedIn": { + "message": "Je bent ingelogd!" + }, "trialAccountCreated": { "message": "Account succesvol aangemaakt." }, @@ -4983,6 +4989,10 @@ } } }, + "viewSend": { + "message": "Send weergeven", + "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." + }, "viewSendHiddenEmailWarning": { "message": "De Bitwarden-gebruiker die deze Send heeft gemaakt heeft ervoor gekozen het e-mailadres te verbergen. Je moet je ervan verzekeren dat je de bron van deze link vertrouwt voordat je de inhoud gebruikt of downloadt.", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." @@ -9008,5 +9018,12 @@ }, "secretsManagerWithFreePasswordManagerInfo": { "message": "Your complementary one year Password Manager subscription will upgrade to the selected plan. You will not be charged until the complimentary period is over." + }, + "publicApi": { + "message": "Openbare API", + "description": "The text, 'API', is an acronymn and should not be translated." + }, + "additionalContentAvailable": { + "message": "Additional content is available" } } diff --git a/apps/web/src/locales/nn/messages.json b/apps/web/src/locales/nn/messages.json index 27dca67c46..5bd139d22a 100644 --- a/apps/web/src/locales/nn/messages.json +++ b/apps/web/src/locales/nn/messages.json @@ -964,6 +964,12 @@ "newAccountCreated": { "message": "Den nye kontoen din er laga! Du kan no skriva deg inn." }, + "newAccountCreated2": { + "message": "Your new account has been created!" + }, + "youHaveBeenLoggedIn": { + "message": "You have been logged in!" + }, "trialAccountCreated": { "message": "Account created successfully." }, @@ -4983,6 +4989,10 @@ } } }, + "viewSend": { + "message": "View Send", + "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." + }, "viewSendHiddenEmailWarning": { "message": "The Bitwarden user who created this Send has chosen to hide their email address. You should ensure you trust the source of this link before using or downloading its content.", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." @@ -9008,5 +9018,12 @@ }, "secretsManagerWithFreePasswordManagerInfo": { "message": "Your complementary one year Password Manager subscription will upgrade to the selected plan. You will not be charged until the complimentary period is over." + }, + "publicApi": { + "message": "Public API", + "description": "The text, 'API', is an acronymn and should not be translated." + }, + "additionalContentAvailable": { + "message": "Additional content is available" } } diff --git a/apps/web/src/locales/or/messages.json b/apps/web/src/locales/or/messages.json index b9b404bc73..602bd0492c 100644 --- a/apps/web/src/locales/or/messages.json +++ b/apps/web/src/locales/or/messages.json @@ -964,6 +964,12 @@ "newAccountCreated": { "message": "Your new account has been created! You may now log in." }, + "newAccountCreated2": { + "message": "Your new account has been created!" + }, + "youHaveBeenLoggedIn": { + "message": "You have been logged in!" + }, "trialAccountCreated": { "message": "Account created successfully." }, @@ -4983,6 +4989,10 @@ } } }, + "viewSend": { + "message": "View Send", + "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." + }, "viewSendHiddenEmailWarning": { "message": "The Bitwarden user who created this Send has chosen to hide their email address. You should ensure you trust the source of this link before using or downloading its content.", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." @@ -9008,5 +9018,12 @@ }, "secretsManagerWithFreePasswordManagerInfo": { "message": "Your complementary one year Password Manager subscription will upgrade to the selected plan. You will not be charged until the complimentary period is over." + }, + "publicApi": { + "message": "Public API", + "description": "The text, 'API', is an acronymn and should not be translated." + }, + "additionalContentAvailable": { + "message": "Additional content is available" } } diff --git a/apps/web/src/locales/pl/messages.json b/apps/web/src/locales/pl/messages.json index bafd1f62f5..0413cbc8a7 100644 --- a/apps/web/src/locales/pl/messages.json +++ b/apps/web/src/locales/pl/messages.json @@ -964,6 +964,12 @@ "newAccountCreated": { "message": "Konto zostało utworzone! Teraz możesz się zalogować." }, + "newAccountCreated2": { + "message": "Your new account has been created!" + }, + "youHaveBeenLoggedIn": { + "message": "You have been logged in!" + }, "trialAccountCreated": { "message": "Konto zostało utworzone." }, @@ -4983,6 +4989,10 @@ } } }, + "viewSend": { + "message": "View Send", + "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." + }, "viewSendHiddenEmailWarning": { "message": "Użytkownik Bitwarden, który utworzył wysyłkę, zdecydował ukryć swój adres e-mail. Przed użyciem lub pobraniem treści wysyłki upewnij się, że ufasz źródłu tego linku.", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." @@ -9008,5 +9018,12 @@ }, "secretsManagerWithFreePasswordManagerInfo": { "message": "Your complementary one year Password Manager subscription will upgrade to the selected plan. You will not be charged until the complimentary period is over." + }, + "publicApi": { + "message": "Public API", + "description": "The text, 'API', is an acronymn and should not be translated." + }, + "additionalContentAvailable": { + "message": "Additional content is available" } } diff --git a/apps/web/src/locales/pt_BR/messages.json b/apps/web/src/locales/pt_BR/messages.json index 65d76ca232..e640feb88f 100644 --- a/apps/web/src/locales/pt_BR/messages.json +++ b/apps/web/src/locales/pt_BR/messages.json @@ -37,7 +37,7 @@ "message": "Notas" }, "note": { - "message": "Note" + "message": "Nota" }, "customFields": { "message": "Campos Personalizados" @@ -58,7 +58,7 @@ "message": "Site (URI)" }, "websiteUriCount": { - "message": "Website (URI) $COUNT$", + "message": "Site (URI) $COUNT$", "description": "Label for an input field that contains a website URI. The input field is part of a list of fields, and the count indicates the position of the field in the list.", "placeholders": { "count": { @@ -195,10 +195,10 @@ "message": "Dr" }, "cardExpiredTitle": { - "message": "Expired card" + "message": "Cartão expirado" }, "cardExpiredMessage": { - "message": "If you've renewed it, update the card's information" + "message": "Se você o renovou, atualize as informações do cartão" }, "expirationMonth": { "message": "Mês de Vencimento" @@ -219,7 +219,7 @@ "message": "O Bitwarden pode armazenar e preencher códigos de verificação de duas etapas. Selecione o ícone de câmera para tirar uma captura da tela do código QR de autenticador deste site, ou copie e cole a chave neste campo." }, "learnMoreAboutAuthenticators": { - "message": "Learn more about authenticators" + "message": "Saiba mais sobre os autenticadores" }, "folder": { "message": "Pasta" @@ -482,7 +482,7 @@ "message": "Visualizar Item" }, "viewItemType": { - "message": "View $ITEMTYPE$", + "message": "Visualizar $ITEMTYPE$", "placeholders": { "itemtype": { "content": "$1", @@ -906,7 +906,7 @@ "message": "Dica da senha mestra (opcional)" }, "newMasterPassHint": { - "message": "New master password hint (optional)" + "message": "Nova dica de senha mestra (opcional)" }, "masterPassHintLabel": { "message": "Dica da senha mestra" @@ -964,6 +964,12 @@ "newAccountCreated": { "message": "A sua nova conta foi criada! Agora você pode iniciar a sessão." }, + "newAccountCreated2": { + "message": "Your new account has been created!" + }, + "youHaveBeenLoggedIn": { + "message": "You have been logged in!" + }, "trialAccountCreated": { "message": "Conta criada com sucesso." }, @@ -1540,7 +1546,7 @@ "description": "This will be part of a larger sentence, that will read like this: If you don't have any data to import, you can create a new item instead. (Optional second half: You may need to wait until your administrator confirms your organization membership.)" }, "onboardingImportDataDetailsLoginLink": { - "message": "new login", + "message": "novo login", "description": "This will be part of a larger sentence, that will read like this: If you don't have any data to import, you can create a new login instead. (Optional second half: You may need to wait until your administrator confirms your organization membership.)" }, "onboardingImportDataDetailsPartTwoNoOrgs": { @@ -4983,6 +4989,10 @@ } } }, + "viewSend": { + "message": "View Send", + "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." + }, "viewSendHiddenEmailWarning": { "message": "O usuário Bitwarden que criou este Send optou por ocultar seu endereço de e-mail. Você deve certificar-se de que confia na fonte deste link antes de usar ou baixar seu conteúdo.", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." @@ -5362,16 +5372,16 @@ "message": "A sua senha mestra não atende a uma ou mais das políticas da sua organização. Para acessar o cofre, você deve atualizar a sua senha mestra agora. O processo desconectará você da sessão atual, exigindo que você inicie a sessão novamente. Sessões ativas em outros dispositivos podem continuar ativas por até uma hora." }, "automaticAppLogin": { - "message": "Automatically log in users for allowed applications" + "message": "Fazer login automaticamente em usuários para aplicativos permitidos" }, "automaticAppLoginDesc": { - "message": "Login forms will automatically be filled and submitted for apps launched from your configured identity provider." + "message": "Os formulários de login serão automaticamente preenchidos e enviados para aplicativos iniciados por seu provedor de identidade configurado." }, "automaticAppLoginIdpHostLabel": { - "message": "Identity provider host" + "message": "Provedor de identidade" }, "automaticAppLoginIdpHostDesc": { - "message": "Enter your identity provider host URL. Enter multiple URLs by separating with a comma." + "message": "Digite a URL do seu provedor de identidade. Insira vários URLs, separando com uma vírgula." }, "tdeDisabledMasterPasswordRequired": { "message": "Sua organização atualizou suas opções de descriptografia. Por favor, defina uma senha mestra para acessar seu cofre." @@ -8959,54 +8969,61 @@ "message": "GB de armazenamento adicional" }, "premiumAccounts": { - "message": "6 premium accounts" + "message": "6 contas premium" }, "unlimitedSharing": { - "message": "Unlimited sharing" + "message": "Compartilhamento ilimitado" }, "unlimitedCollections": { - "message": "Unlimited collections" + "message": "Coleções ilimitadas" }, "secureDataSharing": { - "message": "Secure data sharing" + "message": "Compartilhamento de dados seguro" }, "eventLogMonitoring": { - "message": "Event log monitoring" + "message": "Monitoramento do registro de eventos" }, "directoryIntegration": { - "message": "Directory integration" + "message": "Integração de diretório" }, "passwordLessSso": { - "message": "PasswordLess SSO" + "message": "SSO Senha-Chaves" }, "accountRecovery": { - "message": "Account recovery" + "message": "Recuperação de conta" }, "customRoles": { - "message": "Custom roles" + "message": "Funções personalizadas" }, "unlimitedSecretsStorage": { - "message": "Unlimited secrets storage" + "message": "Armazenamento ilimitado de segredos" }, "unlimitedUsers": { - "message": "Unlimited users" + "message": "Usuários ilimitados" }, "UpTo50MachineAccounts": { - "message": "Up to 50 machine accounts" + "message": "Até 50 contas de máquina" }, "UpTo20MachineAccounts": { - "message": "Up to 20 machine accounts" + "message": "Até 20 contas de máquina" }, "current": { - "message": "Current" + "message": "Atual" }, "secretsManagerSubInfo": { - "message": "Your Secrets Manager subscription will upgrade base on the plan selected" + "message": "Sua assinatura do Gerenciador de Segredos irá atualizar a base do plano selecionado" }, "bitwardenPasswordManager": { - "message": "Bitwarden Password Manager" + "message": "Gerenciador de Senhas Bitwarden" }, "secretsManagerWithFreePasswordManagerInfo": { - "message": "Your complementary one year Password Manager subscription will upgrade to the selected plan. You will not be charged until the complimentary period is over." + "message": "Sua assinatura complementar de um ano gerente de senha vai atualizar para o plano selecionado. Você não será cobrado até que o período complementar termine." + }, + "publicApi": { + "message": "Public API", + "description": "The text, 'API', is an acronymn and should not be translated." + }, + "additionalContentAvailable": { + "message": "Additional content is available" } } diff --git a/apps/web/src/locales/pt_PT/messages.json b/apps/web/src/locales/pt_PT/messages.json index e211046bd4..19a0bc9da5 100644 --- a/apps/web/src/locales/pt_PT/messages.json +++ b/apps/web/src/locales/pt_PT/messages.json @@ -964,6 +964,12 @@ "newAccountCreated": { "message": "A sua nova conta foi criada! Pode agora iniciar sessão." }, + "newAccountCreated2": { + "message": "A sua nova conta foi criada!" + }, + "youHaveBeenLoggedIn": { + "message": "Iniciou sessão!" + }, "trialAccountCreated": { "message": "Conta criada com sucesso." }, @@ -4983,6 +4989,10 @@ } } }, + "viewSend": { + "message": "Ver Send", + "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." + }, "viewSendHiddenEmailWarning": { "message": "O utilizador Bitwarden que criou este Send optou por ocultar o seu endereço de e-mail. Deve certificar-se de que confia na fonte deste link antes de utilizar ou descarregar o seu conteúdo.", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." @@ -9008,5 +9018,12 @@ }, "secretsManagerWithFreePasswordManagerInfo": { "message": "A sua subscrição complementar de um ano do Gestor de Palavras-passe será atualizada para o plano selecionado. Não será cobrado até que o período de cortesia termine." + }, + "publicApi": { + "message": "API pública", + "description": "The text, 'API', is an acronymn and should not be translated." + }, + "additionalContentAvailable": { + "message": "Estão disponíveis conteúdos adicionais" } } diff --git a/apps/web/src/locales/ro/messages.json b/apps/web/src/locales/ro/messages.json index da1fe000f2..5b5d5ae4b7 100644 --- a/apps/web/src/locales/ro/messages.json +++ b/apps/web/src/locales/ro/messages.json @@ -964,6 +964,12 @@ "newAccountCreated": { "message": "Noul dvs. cont a fost creat! Acum vă puteți autentifica." }, + "newAccountCreated2": { + "message": "Your new account has been created!" + }, + "youHaveBeenLoggedIn": { + "message": "You have been logged in!" + }, "trialAccountCreated": { "message": "Cont creat cu succes." }, @@ -4983,6 +4989,10 @@ } } }, + "viewSend": { + "message": "View Send", + "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." + }, "viewSendHiddenEmailWarning": { "message": "Utilizatorul Bitwarden care a creat acest Send a ales să-și ascundă adresa de e-mail. Ar trebui să vă asigurați că aveți încredere în sursa acestui link înainte de utilizarea sau descărcarea conținutului acestuia.", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." @@ -9008,5 +9018,12 @@ }, "secretsManagerWithFreePasswordManagerInfo": { "message": "Your complementary one year Password Manager subscription will upgrade to the selected plan. You will not be charged until the complimentary period is over." + }, + "publicApi": { + "message": "Public API", + "description": "The text, 'API', is an acronymn and should not be translated." + }, + "additionalContentAvailable": { + "message": "Additional content is available" } } diff --git a/apps/web/src/locales/ru/messages.json b/apps/web/src/locales/ru/messages.json index 4781b61037..4860b187a3 100644 --- a/apps/web/src/locales/ru/messages.json +++ b/apps/web/src/locales/ru/messages.json @@ -964,6 +964,12 @@ "newAccountCreated": { "message": "Ваш аккаунт создан! Теперь вы можете войти в систему." }, + "newAccountCreated2": { + "message": "Ваш новый аккаунт создан!" + }, + "youHaveBeenLoggedIn": { + "message": "Вы авторизовались!" + }, "trialAccountCreated": { "message": "Аккаунт успешно создан." }, @@ -4983,6 +4989,10 @@ } } }, + "viewSend": { + "message": "Просмотр Send", + "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." + }, "viewSendHiddenEmailWarning": { "message": "Пользователь Bitwarden, создавший эту Send, решил скрыть свой адрес email. Вы должны убедиться, что доверяете источнику этой ссылки, прежде чем использовать или скачивать ее содержимое.", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." @@ -9008,5 +9018,12 @@ }, "secretsManagerWithFreePasswordManagerInfo": { "message": "Ваш дополнительный год подписки на Менеджер паролей обновится до выбранный тарифа. Плата не будет взиматься до окончания бесплатного периода." + }, + "publicApi": { + "message": "Публичный API", + "description": "The text, 'API', is an acronymn and should not be translated." + }, + "additionalContentAvailable": { + "message": "Additional content is available" } } diff --git a/apps/web/src/locales/si/messages.json b/apps/web/src/locales/si/messages.json index 47a001ef59..40caf6eb55 100644 --- a/apps/web/src/locales/si/messages.json +++ b/apps/web/src/locales/si/messages.json @@ -964,6 +964,12 @@ "newAccountCreated": { "message": "Your new account has been created! You may now log in." }, + "newAccountCreated2": { + "message": "Your new account has been created!" + }, + "youHaveBeenLoggedIn": { + "message": "You have been logged in!" + }, "trialAccountCreated": { "message": "Account created successfully." }, @@ -4983,6 +4989,10 @@ } } }, + "viewSend": { + "message": "View Send", + "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." + }, "viewSendHiddenEmailWarning": { "message": "The Bitwarden user who created this Send has chosen to hide their email address. You should ensure you trust the source of this link before using or downloading its content.", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." @@ -9008,5 +9018,12 @@ }, "secretsManagerWithFreePasswordManagerInfo": { "message": "Your complementary one year Password Manager subscription will upgrade to the selected plan. You will not be charged until the complimentary period is over." + }, + "publicApi": { + "message": "Public API", + "description": "The text, 'API', is an acronymn and should not be translated." + }, + "additionalContentAvailable": { + "message": "Additional content is available" } } diff --git a/apps/web/src/locales/sk/messages.json b/apps/web/src/locales/sk/messages.json index b784040313..ca9c3f2b4b 100644 --- a/apps/web/src/locales/sk/messages.json +++ b/apps/web/src/locales/sk/messages.json @@ -491,7 +491,7 @@ } }, "new": { - "message": "New", + "message": "Nový", "description": "for adding new items" }, "item": { @@ -906,7 +906,7 @@ "message": "Nápoveď k hlavnému heslo (voliteľné)" }, "newMasterPassHint": { - "message": "New master password hint (optional)" + "message": "Nová nápoveď k hlavnému heslu (voliteľné)" }, "masterPassHintLabel": { "message": "Nápoveď pre hlavné heslo" @@ -964,6 +964,12 @@ "newAccountCreated": { "message": "Váš nový účet bol vytvorený! Teraz sa môžete prihlásiť." }, + "newAccountCreated2": { + "message": "Your new account has been created!" + }, + "youHaveBeenLoggedIn": { + "message": "You have been logged in!" + }, "trialAccountCreated": { "message": "Účet bol úspešne vytvorený." }, @@ -4983,6 +4989,10 @@ } } }, + "viewSend": { + "message": "Zobraziť Send", + "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." + }, "viewSendHiddenEmailWarning": { "message": "Používateľ Bitwardenu, ktorý vytvoril tento Send, skryl e-mailové adresy pred príjemcami. Mali by ste zvážiť, či dôverujete zdrojovému odkazu pred jeho použitím alebo stiahnutím jeho obsahu.", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." @@ -8959,54 +8969,61 @@ "message": "GB additional storage" }, "premiumAccounts": { - "message": "6 premium accounts" + "message": "6 prémiových účtov" }, "unlimitedSharing": { - "message": "Unlimited sharing" + "message": "Neobmedzené zdieľanie" }, "unlimitedCollections": { - "message": "Unlimited collections" + "message": "Neobmedzené množstvo zbierok" }, "secureDataSharing": { - "message": "Secure data sharing" + "message": "Bezpečné zdieľanie dát" }, "eventLogMonitoring": { - "message": "Event log monitoring" + "message": "Monitorovanie denníka udalostí" }, "directoryIntegration": { - "message": "Directory integration" + "message": "Integrácia s adresárom" }, "passwordLessSso": { - "message": "PasswordLess SSO" + "message": "SSO bez hesla" }, "accountRecovery": { - "message": "Account recovery" + "message": "Obnovenie účtu" }, "customRoles": { - "message": "Custom roles" + "message": "Vlastné roly" }, "unlimitedSecretsStorage": { - "message": "Unlimited secrets storage" + "message": "Neobmedzené úložisko na položky" }, "unlimitedUsers": { - "message": "Unlimited users" + "message": "Neobmedzený počet používateľov" }, "UpTo50MachineAccounts": { - "message": "Up to 50 machine accounts" + "message": "Až 50 strojových účtov" }, "UpTo20MachineAccounts": { - "message": "Up to 20 machine accounts" + "message": "Až 20 strojových účtov" }, "current": { - "message": "Current" + "message": "Aktuálne" }, "secretsManagerSubInfo": { - "message": "Your Secrets Manager subscription will upgrade base on the plan selected" + "message": "Vaše predplatné Secrets Manager sa obnoví na základe vybraného plánu" }, "bitwardenPasswordManager": { - "message": "Bitwarden Password Manager" + "message": "Bitwarden Správca Hesiel" }, "secretsManagerWithFreePasswordManagerInfo": { - "message": "Your complementary one year Password Manager subscription will upgrade to the selected plan. You will not be charged until the complimentary period is over." + "message": "Vaše bezplatné ročné predplatné programu Password Manager sa zmení na vybraný plán. Poplatok vám bude účtovaný až po skončení bezplatného obdobia." + }, + "publicApi": { + "message": "Verejné API", + "description": "The text, 'API', is an acronymn and should not be translated." + }, + "additionalContentAvailable": { + "message": "Additional content is available" } } diff --git a/apps/web/src/locales/sl/messages.json b/apps/web/src/locales/sl/messages.json index c9f6164601..e3420a9490 100644 --- a/apps/web/src/locales/sl/messages.json +++ b/apps/web/src/locales/sl/messages.json @@ -964,6 +964,12 @@ "newAccountCreated": { "message": "Vaš nov račun je bil ustvarjen! Sedaj se lahko prijavite." }, + "newAccountCreated2": { + "message": "Your new account has been created!" + }, + "youHaveBeenLoggedIn": { + "message": "You have been logged in!" + }, "trialAccountCreated": { "message": "Račun uspešno ustvarjen." }, @@ -4983,6 +4989,10 @@ } } }, + "viewSend": { + "message": "View Send", + "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." + }, "viewSendHiddenEmailWarning": { "message": "The Bitwarden user who created this Send has chosen to hide their email address. You should ensure you trust the source of this link before using or downloading its content.", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." @@ -9008,5 +9018,12 @@ }, "secretsManagerWithFreePasswordManagerInfo": { "message": "Your complementary one year Password Manager subscription will upgrade to the selected plan. You will not be charged until the complimentary period is over." + }, + "publicApi": { + "message": "Public API", + "description": "The text, 'API', is an acronymn and should not be translated." + }, + "additionalContentAvailable": { + "message": "Additional content is available" } } diff --git a/apps/web/src/locales/sr/messages.json b/apps/web/src/locales/sr/messages.json index 3979fdf302..1fcd88fded 100644 --- a/apps/web/src/locales/sr/messages.json +++ b/apps/web/src/locales/sr/messages.json @@ -964,6 +964,12 @@ "newAccountCreated": { "message": "Ваш налог је креиран! Сада се можте пријавити." }, + "newAccountCreated2": { + "message": "Your new account has been created!" + }, + "youHaveBeenLoggedIn": { + "message": "You have been logged in!" + }, "trialAccountCreated": { "message": "Налог је успешно направљен." }, @@ -4983,6 +4989,10 @@ } } }, + "viewSend": { + "message": "Видети Send", + "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." + }, "viewSendHiddenEmailWarning": { "message": "Bitwarden корисник који је створио овај „Send“ је изабрао да сакрије своју е-адресу. Требате да се осигурате да верујете извору ове везе пре употребе или преузимања његовог садржаја.", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." @@ -9008,5 +9018,12 @@ }, "secretsManagerWithFreePasswordManagerInfo": { "message": "Ваша комплементарна једногодишња претплата на Менаџер Лозинки ће надоградити на изабрани план. Неће вам бити наплаћено док се бесплатни период не заврши." + }, + "publicApi": { + "message": "Јавни API", + "description": "The text, 'API', is an acronymn and should not be translated." + }, + "additionalContentAvailable": { + "message": "Additional content is available" } } diff --git a/apps/web/src/locales/sr_CS/messages.json b/apps/web/src/locales/sr_CS/messages.json index 77020b1417..003d8058df 100644 --- a/apps/web/src/locales/sr_CS/messages.json +++ b/apps/web/src/locales/sr_CS/messages.json @@ -964,6 +964,12 @@ "newAccountCreated": { "message": "Your new account has been created! You may now log in." }, + "newAccountCreated2": { + "message": "Your new account has been created!" + }, + "youHaveBeenLoggedIn": { + "message": "You have been logged in!" + }, "trialAccountCreated": { "message": "Account created successfully." }, @@ -4983,6 +4989,10 @@ } } }, + "viewSend": { + "message": "View Send", + "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." + }, "viewSendHiddenEmailWarning": { "message": "The Bitwarden user who created this Send has chosen to hide their email address. You should ensure you trust the source of this link before using or downloading its content.", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." @@ -9008,5 +9018,12 @@ }, "secretsManagerWithFreePasswordManagerInfo": { "message": "Your complementary one year Password Manager subscription will upgrade to the selected plan. You will not be charged until the complimentary period is over." + }, + "publicApi": { + "message": "Public API", + "description": "The text, 'API', is an acronymn and should not be translated." + }, + "additionalContentAvailable": { + "message": "Additional content is available" } } diff --git a/apps/web/src/locales/sv/messages.json b/apps/web/src/locales/sv/messages.json index 826bd342c7..35c43a9a9c 100644 --- a/apps/web/src/locales/sv/messages.json +++ b/apps/web/src/locales/sv/messages.json @@ -964,6 +964,12 @@ "newAccountCreated": { "message": "Ditt nya konto har skapats! Du kan nu logga in." }, + "newAccountCreated2": { + "message": "Ditt nya konto har skapats!" + }, + "youHaveBeenLoggedIn": { + "message": "Du har blivit inloggad!" + }, "trialAccountCreated": { "message": "Kontot har skapats." }, @@ -4983,6 +4989,10 @@ } } }, + "viewSend": { + "message": "Visa Send", + "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." + }, "viewSendHiddenEmailWarning": { "message": "Bitwarden-användaren som skapade denna Send har valt att dölja sin e-postadress. Du bör se till att du litar på källan till denna länk innan du använder eller hämtar innehållet.", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." @@ -9008,5 +9018,12 @@ }, "secretsManagerWithFreePasswordManagerInfo": { "message": "Your complementary one year Password Manager subscription will upgrade to the selected plan. You will not be charged until the complimentary period is over." + }, + "publicApi": { + "message": "Public API", + "description": "The text, 'API', is an acronymn and should not be translated." + }, + "additionalContentAvailable": { + "message": "Additional content is available" } } diff --git a/apps/web/src/locales/te/messages.json b/apps/web/src/locales/te/messages.json index b9b404bc73..602bd0492c 100644 --- a/apps/web/src/locales/te/messages.json +++ b/apps/web/src/locales/te/messages.json @@ -964,6 +964,12 @@ "newAccountCreated": { "message": "Your new account has been created! You may now log in." }, + "newAccountCreated2": { + "message": "Your new account has been created!" + }, + "youHaveBeenLoggedIn": { + "message": "You have been logged in!" + }, "trialAccountCreated": { "message": "Account created successfully." }, @@ -4983,6 +4989,10 @@ } } }, + "viewSend": { + "message": "View Send", + "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." + }, "viewSendHiddenEmailWarning": { "message": "The Bitwarden user who created this Send has chosen to hide their email address. You should ensure you trust the source of this link before using or downloading its content.", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." @@ -9008,5 +9018,12 @@ }, "secretsManagerWithFreePasswordManagerInfo": { "message": "Your complementary one year Password Manager subscription will upgrade to the selected plan. You will not be charged until the complimentary period is over." + }, + "publicApi": { + "message": "Public API", + "description": "The text, 'API', is an acronymn and should not be translated." + }, + "additionalContentAvailable": { + "message": "Additional content is available" } } diff --git a/apps/web/src/locales/th/messages.json b/apps/web/src/locales/th/messages.json index de8a30cbb1..9b01b463aa 100644 --- a/apps/web/src/locales/th/messages.json +++ b/apps/web/src/locales/th/messages.json @@ -964,6 +964,12 @@ "newAccountCreated": { "message": "บัญชีใหม่ของคุณถูกสร้างขึ้นแล้ว! ตอนนี้คุณสามารถเข้าสู่ระบบได้" }, + "newAccountCreated2": { + "message": "Your new account has been created!" + }, + "youHaveBeenLoggedIn": { + "message": "You have been logged in!" + }, "trialAccountCreated": { "message": "สร้างบัญชีสำเร็จแล้ว" }, @@ -4983,6 +4989,10 @@ } } }, + "viewSend": { + "message": "View Send", + "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." + }, "viewSendHiddenEmailWarning": { "message": "The Bitwarden user who created this Send has chosen to hide their email address. You should ensure you trust the source of this link before using or downloading its content.", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." @@ -9008,5 +9018,12 @@ }, "secretsManagerWithFreePasswordManagerInfo": { "message": "Your complementary one year Password Manager subscription will upgrade to the selected plan. You will not be charged until the complimentary period is over." + }, + "publicApi": { + "message": "Public API", + "description": "The text, 'API', is an acronymn and should not be translated." + }, + "additionalContentAvailable": { + "message": "Additional content is available" } } diff --git a/apps/web/src/locales/tr/messages.json b/apps/web/src/locales/tr/messages.json index d50c4285bc..88638b4960 100644 --- a/apps/web/src/locales/tr/messages.json +++ b/apps/web/src/locales/tr/messages.json @@ -964,6 +964,12 @@ "newAccountCreated": { "message": "Yeni hesabınız oluşturuldu! Şimdi giriş yapabilirsiniz." }, + "newAccountCreated2": { + "message": "Yeni hesabınız oluşturuldu." + }, + "youHaveBeenLoggedIn": { + "message": "Oturum açtınız." + }, "trialAccountCreated": { "message": "Hesap başarıyla oluşturuldu." }, @@ -4983,6 +4989,10 @@ } } }, + "viewSend": { + "message": "Send'i görüntüle", + "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." + }, "viewSendHiddenEmailWarning": { "message": "Bu Send'i oluşturan Bitwarden kullanıcısı e-posta adresini gizlemeyi seçti. Kullanmadan veya içeriğini indirmeden önce bu bağlantının kaynağının güvenilir olduğundan emin olun.", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." @@ -9008,5 +9018,12 @@ }, "secretsManagerWithFreePasswordManagerInfo": { "message": "Your complementary one year Password Manager subscription will upgrade to the selected plan. You will not be charged until the complimentary period is over." + }, + "publicApi": { + "message": "Genel API", + "description": "The text, 'API', is an acronymn and should not be translated." + }, + "additionalContentAvailable": { + "message": "Ek içerikler mevcut" } } diff --git a/apps/web/src/locales/uk/messages.json b/apps/web/src/locales/uk/messages.json index a4ce0ab16d..7261b79fe9 100644 --- a/apps/web/src/locales/uk/messages.json +++ b/apps/web/src/locales/uk/messages.json @@ -964,6 +964,12 @@ "newAccountCreated": { "message": "Ваш обліковий запис створений! Тепер ви можете увійти." }, + "newAccountCreated2": { + "message": "Ваш обліковий запис створено!" + }, + "youHaveBeenLoggedIn": { + "message": "Ви увійшли!" + }, "trialAccountCreated": { "message": "Обліковий запис успішно створено." }, @@ -1121,7 +1127,7 @@ "description": "'Duo Security' and 'Duo Mobile' are product names and should not be translated." }, "duoOrganizationDesc": { - "message": "Авторизуйтесь за допомогою Duo Security для вашої організації з використанням мобільного додатку Duo Mobile, SMS, телефонного виклику, або ключа безпеки U2F.", + "message": "Авторизуйтесь за допомогою Duo Security для вашої організації з використанням програми Duo Mobile, SMS, телефонного виклику, або ключа безпеки U2F.", "description": "'Duo Security' and 'Duo Mobile' are product names and should not be translated." }, "u2fDesc": { @@ -1402,7 +1408,7 @@ "message": "Повторно виконайте вхід." }, "logBackInOthersToo": { - "message": "Будь ласка, повторно виконайте вхід. Якщо ви користуєтесь іншими додатками Bitwarden, також вийдіть із них, і знову увійдіть." + "message": "Будь ласка, повторно виконайте вхід. Якщо ви користуєтесь іншими програмами Bitwarden, також вийдіть із них, і знову увійдіть." }, "changeMasterPassword": { "message": "Змінити головний пароль" @@ -2815,7 +2821,7 @@ "message": "Отримати допомогу" }, "getApps": { - "message": "Отримати додатки" + "message": "Отримати програми" }, "loggedInAs": { "message": "Вхід виконано" @@ -4983,6 +4989,10 @@ } } }, + "viewSend": { + "message": "Переглянути відправлення", + "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." + }, "viewSendHiddenEmailWarning": { "message": "Користувач Bitwarden, який створив це відправлення, вирішив приховати свою адресу електронної пошти. Вам слід упевнитися в надійності джерела цього посилання перед його використанням чи завантаженням вмісту.", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." @@ -9008,5 +9018,12 @@ }, "secretsManagerWithFreePasswordManagerInfo": { "message": "Ваша додаткова річна передплата менеджера паролів поновиться до вибраного плану. З вас не стягуватиметься платіж доки не завершиться додатковий період." + }, + "publicApi": { + "message": "Відкритий API", + "description": "The text, 'API', is an acronymn and should not be translated." + }, + "additionalContentAvailable": { + "message": "Additional content is available" } } diff --git a/apps/web/src/locales/vi/messages.json b/apps/web/src/locales/vi/messages.json index 22db2697a8..c45f29fe14 100644 --- a/apps/web/src/locales/vi/messages.json +++ b/apps/web/src/locales/vi/messages.json @@ -964,6 +964,12 @@ "newAccountCreated": { "message": "Tài khoản của bạn đã được tạo! Bạn có thể đăng nhập ngay bây giờ." }, + "newAccountCreated2": { + "message": "Your new account has been created!" + }, + "youHaveBeenLoggedIn": { + "message": "You have been logged in!" + }, "trialAccountCreated": { "message": "Đã tạo tài khoản thành công." }, @@ -4983,6 +4989,10 @@ } } }, + "viewSend": { + "message": "View Send", + "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." + }, "viewSendHiddenEmailWarning": { "message": "The Bitwarden user who created this Send has chosen to hide their email address. You should ensure you trust the source of this link before using or downloading its content.", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." @@ -9008,5 +9018,12 @@ }, "secretsManagerWithFreePasswordManagerInfo": { "message": "Your complementary one year Password Manager subscription will upgrade to the selected plan. You will not be charged until the complimentary period is over." + }, + "publicApi": { + "message": "Public API", + "description": "The text, 'API', is an acronymn and should not be translated." + }, + "additionalContentAvailable": { + "message": "Additional content is available" } } diff --git a/apps/web/src/locales/zh_CN/messages.json b/apps/web/src/locales/zh_CN/messages.json index 95d83cf5c1..f344214f43 100644 --- a/apps/web/src/locales/zh_CN/messages.json +++ b/apps/web/src/locales/zh_CN/messages.json @@ -756,7 +756,7 @@ "message": "使用设备登录" }, "loginWithDeviceEnabledNote": { - "message": "设备登录必须在 Bitwarden 应用程序的设置中启用。需要其他登录选项吗?" + "message": "必须在 Bitwarden App 的设置中启用设备登录。需要其他登录选项吗?" }, "loginWithMasterPassword": { "message": "使用主密码登录" @@ -964,6 +964,12 @@ "newAccountCreated": { "message": "您的新账户已创建!您现在可以登录了。" }, + "newAccountCreated2": { + "message": "Your new account has been created!" + }, + "youHaveBeenLoggedIn": { + "message": "You have been logged in!" + }, "trialAccountCreated": { "message": "账户创建成功。" }, @@ -4983,6 +4989,10 @@ } } }, + "viewSend": { + "message": "查看 Send", + "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." + }, "viewSendHiddenEmailWarning": { "message": "创建此 Send 的 Bitwarden 用户已选择隐藏他们的电子邮件地址。在使用或下载此链接的内容之前,应确保您信任此链接的来源。", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." @@ -9008,5 +9018,12 @@ }, "secretsManagerWithFreePasswordManagerInfo": { "message": "您的免费一年密码管理器订阅将升级到所选计划。免费期结束之前不会收费。" + }, + "publicApi": { + "message": "公共 API", + "description": "The text, 'API', is an acronymn and should not be translated." + }, + "additionalContentAvailable": { + "message": "Additional content is available" } } diff --git a/apps/web/src/locales/zh_TW/messages.json b/apps/web/src/locales/zh_TW/messages.json index 72476a1539..22188486d2 100644 --- a/apps/web/src/locales/zh_TW/messages.json +++ b/apps/web/src/locales/zh_TW/messages.json @@ -37,7 +37,7 @@ "message": "備註" }, "note": { - "message": "Note" + "message": "備註" }, "customFields": { "message": "自訂欄位" @@ -52,13 +52,13 @@ "message": "Authenticator key" }, "autofillOptions": { - "message": "Autofill options" + "message": "自動填入選項" }, "websiteUri": { - "message": "Website (URI)" + "message": "網站 (URI)" }, "websiteUriCount": { - "message": "Website (URI) $COUNT$", + "message": "網站 (URI) $COUNT$", "description": "Label for an input field that contains a website URI. The input field is part of a list of fields, and the count indicates the position of the field in the list.", "placeholders": { "count": { @@ -68,13 +68,13 @@ } }, "websiteAdded": { - "message": "Website added" + "message": "網站已添加" }, "addWebsite": { - "message": "Add website" + "message": "添加網站" }, "deleteWebsite": { - "message": "Delete website" + "message": "刪除網站" }, "defaultLabel": { "message": "Default ($VALUE$)", @@ -964,6 +964,12 @@ "newAccountCreated": { "message": "帳戶已建立!現在可以登入了。" }, + "newAccountCreated2": { + "message": "Your new account has been created!" + }, + "youHaveBeenLoggedIn": { + "message": "You have been logged in!" + }, "trialAccountCreated": { "message": "帳戶建立成功。" }, @@ -4983,6 +4989,10 @@ } } }, + "viewSend": { + "message": "View Send", + "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." + }, "viewSendHiddenEmailWarning": { "message": "建立此 Send 的 Bitwarden 使用者已選擇隱藏他們的電子郵件地址。在使用或下載此連結的內容之前,應確保您信任此連結的來源。", "description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated." @@ -5464,7 +5474,7 @@ "message": "為所有現有的和新的成員啓用瀏覽器擴充套件上的頁面載入時自動填入設定。" }, "experimentalFeature": { - "message": "被入侵或不可信任的網站可以利用網頁載入時的自動填入功能。" + "message": "被入侵或不可信任的網站可不當利用頁面載入時的自動填入功能。" }, "learnMoreAboutAutofill": { "message": "進一步瞭解「自動填入」功能" @@ -9008,5 +9018,12 @@ }, "secretsManagerWithFreePasswordManagerInfo": { "message": "Your complementary one year Password Manager subscription will upgrade to the selected plan. You will not be charged until the complimentary period is over." + }, + "publicApi": { + "message": "Public API", + "description": "The text, 'API', is an acronymn and should not be translated." + }, + "additionalContentAvailable": { + "message": "Additional content is available" } }