From f24a8b650bb9f78c0d42285425fed0ad4a0c53f3 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Thu, 31 May 2018 22:23:26 -0400 Subject: [PATCH] New Crowdin translations (#96) * New translations messages.json (Bulgarian) * New translations messages.json (Persian) * New translations messages.json (Vietnamese) * New translations messages.json (Ukrainian) * New translations messages.json (Turkish) * New translations messages.json (Thai) * New translations messages.json (Swedish) * New translations messages.json (Spanish) * New translations messages.json (Slovak) * New translations messages.json (Russian) * New translations messages.json (Romanian) * New translations messages.json (Portuguese, Brazilian) * New translations messages.json (Portuguese) * New translations messages.json (Polish) * New translations messages.json (Norwegian Bokmal) * New translations messages.json (Chinese Simplified) * New translations messages.json (Japanese) * New translations messages.json (Italian) * New translations messages.json (Indonesian) * New translations messages.json (Hungarian) * New translations messages.json (German) * New translations messages.json (French) * New translations messages.json (Finnish) * New translations messages.json (Estonian) * New translations messages.json (Dutch) * New translations messages.json (Danish) * New translations messages.json (Czech) * New translations messages.json (Croatian) * New translations messages.json (Chinese Traditional) * New translations messages.json (Korean) --- src/locales/bg/messages.json | 45 ++++ src/locales/cs/messages.json | 45 ++++ src/locales/da/messages.json | 45 ++++ src/locales/de/messages.json | 49 +++- src/locales/es/messages.json | 47 +++- src/locales/et/messages.json | 47 +++- src/locales/fa/messages.json | 51 +++- src/locales/fi/messages.json | 45 ++++ src/locales/fr/messages.json | 45 ++++ src/locales/hr/messages.json | 51 +++- src/locales/hu/messages.json | 77 ++++-- src/locales/id/messages.json | 45 ++++ src/locales/it/messages.json | 47 +++- src/locales/ja/messages.json | 45 ++++ src/locales/ko/messages.json | 447 ++++++++++++++++++-------------- src/locales/nb/messages.json | 45 ++++ src/locales/nl/messages.json | 83 ++++-- src/locales/pl/messages.json | 45 ++++ src/locales/pt_BR/messages.json | 47 +++- src/locales/pt_PT/messages.json | 45 ++++ src/locales/ro/messages.json | 51 +++- src/locales/ru/messages.json | 51 +++- src/locales/sk/messages.json | 45 ++++ src/locales/sv/messages.json | 45 ++++ src/locales/th/messages.json | 183 ++++++++----- src/locales/tr/messages.json | 51 +++- src/locales/uk/messages.json | 49 +++- src/locales/vi/messages.json | 45 ++++ src/locales/zh_CN/messages.json | 45 ++++ src/locales/zh_TW/messages.json | 47 +++- 30 files changed, 1679 insertions(+), 329 deletions(-) diff --git a/src/locales/bg/messages.json b/src/locales/bg/messages.json index 291d4908..c043479c 100644 --- a/src/locales/bg/messages.json +++ b/src/locales/bg/messages.json @@ -770,6 +770,38 @@ "disableFaviconDesc": { "message": "Website Icons provide a recognizable image next to each login item in your vault." }, + "enableMinToTray": { + "message": "Minimize to Tray Icon" + }, + "enableMinToTrayDesc": { + "message": "When minimizing the window, show an icon in the system tray instead." + }, + "enableTray": { + "message": "Enable Tray Icon" + }, + "enableTrayDesc": { + "message": "Always show an icon in the system tray." + }, + "language": { + "message": "Language" + }, + "languageDesc": { + "message": "Change the language used by the application. Restart is required." + }, + "theme": { + "message": "Theme" + }, + "themeDesc": { + "message": "Change the application's color theme." + }, + "dark": { + "message": "Dark", + "description": "Dark color" + }, + "light": { + "message": "Light", + "description": "Light color" + }, "copy": { "message": "Копиране", "description": "Copy to clipboard" @@ -1022,5 +1054,18 @@ "organization": { "message": "Organization", "description": "An entity of multiple related people (ex. a team or business organization)." + }, + "default": { + "message": "Default" + }, + "exit": { + "message": "Exit" + }, + "showHide": { + "message": "Show \/ Hide", + "description": "Text for a button that toggles the visibility of the window. Shows the window when it is hidden or hides the window if it is currently open." + }, + "hideToTray": { + "message": "Hide to Tray" } } \ No newline at end of file diff --git a/src/locales/cs/messages.json b/src/locales/cs/messages.json index 21c5da53..72578c96 100644 --- a/src/locales/cs/messages.json +++ b/src/locales/cs/messages.json @@ -770,6 +770,38 @@ "disableFaviconDesc": { "message": "Ikonky webových stránek zobrazí snadno rozeznatelný obrázek vedle každé položky ve vašem trezoru." }, + "enableMinToTray": { + "message": "Minimize to Tray Icon" + }, + "enableMinToTrayDesc": { + "message": "When minimizing the window, show an icon in the system tray instead." + }, + "enableTray": { + "message": "Enable Tray Icon" + }, + "enableTrayDesc": { + "message": "Always show an icon in the system tray." + }, + "language": { + "message": "Language" + }, + "languageDesc": { + "message": "Change the language used by the application. Restart is required." + }, + "theme": { + "message": "Theme" + }, + "themeDesc": { + "message": "Change the application's color theme." + }, + "dark": { + "message": "Dark", + "description": "Dark color" + }, + "light": { + "message": "Light", + "description": "Light color" + }, "copy": { "message": "Kopírovat", "description": "Copy to clipboard" @@ -1022,5 +1054,18 @@ "organization": { "message": "Organization", "description": "An entity of multiple related people (ex. a team or business organization)." + }, + "default": { + "message": "Default" + }, + "exit": { + "message": "Exit" + }, + "showHide": { + "message": "Show \/ Hide", + "description": "Text for a button that toggles the visibility of the window. Shows the window when it is hidden or hides the window if it is currently open." + }, + "hideToTray": { + "message": "Hide to Tray" } } \ No newline at end of file diff --git a/src/locales/da/messages.json b/src/locales/da/messages.json index 77a544f8..9fa0b492 100644 --- a/src/locales/da/messages.json +++ b/src/locales/da/messages.json @@ -770,6 +770,38 @@ "disableFaviconDesc": { "message": "Webikoner vises som et genkendeligt billede ved siden af hvert loginelement i din boks." }, + "enableMinToTray": { + "message": "Minimize to Tray Icon" + }, + "enableMinToTrayDesc": { + "message": "When minimizing the window, show an icon in the system tray instead." + }, + "enableTray": { + "message": "Enable Tray Icon" + }, + "enableTrayDesc": { + "message": "Always show an icon in the system tray." + }, + "language": { + "message": "Language" + }, + "languageDesc": { + "message": "Change the language used by the application. Restart is required." + }, + "theme": { + "message": "Theme" + }, + "themeDesc": { + "message": "Change the application's color theme." + }, + "dark": { + "message": "Dark", + "description": "Dark color" + }, + "light": { + "message": "Light", + "description": "Light color" + }, "copy": { "message": "Kopier", "description": "Copy to clipboard" @@ -1022,5 +1054,18 @@ "organization": { "message": "Organisation", "description": "An entity of multiple related people (ex. a team or business organization)." + }, + "default": { + "message": "Default" + }, + "exit": { + "message": "Exit" + }, + "showHide": { + "message": "Show \/ Hide", + "description": "Text for a button that toggles the visibility of the window. Shows the window when it is hidden or hides the window if it is currently open." + }, + "hideToTray": { + "message": "Hide to Tray" } } \ No newline at end of file diff --git a/src/locales/de/messages.json b/src/locales/de/messages.json index 1b3db0e0..bd276d72 100644 --- a/src/locales/de/messages.json +++ b/src/locales/de/messages.json @@ -542,7 +542,7 @@ "description": "'Duo Security' and 'Duo Mobile' are product names and should not be translated." }, "duoOrganizationDesc": { - "message": "Verify with Duo Security for your organization using the Duo Mobile app, SMS, phone call, or U2F security key.", + "message": "Nutze Duo Security um dich mit der Duo Mobile App, SMS, per Anruf oder U2F Security Key bei deiner Organisation zu verifizieren.", "description": "'Duo Security' and 'Duo Mobile' are product names and should not be translated." }, "u2fDesc": { @@ -770,6 +770,38 @@ "disableFaviconDesc": { "message": "Website-Symbole zeigen ein erkennbares Bild neben jedem Login in deinem Tresor." }, + "enableMinToTray": { + "message": "Minimize to Tray Icon" + }, + "enableMinToTrayDesc": { + "message": "When minimizing the window, show an icon in the system tray instead." + }, + "enableTray": { + "message": "Enable Tray Icon" + }, + "enableTrayDesc": { + "message": "Always show an icon in the system tray." + }, + "language": { + "message": "Language" + }, + "languageDesc": { + "message": "Change the language used by the application. Restart is required." + }, + "theme": { + "message": "Theme" + }, + "themeDesc": { + "message": "Change the application's color theme." + }, + "dark": { + "message": "Dark", + "description": "Dark color" + }, + "light": { + "message": "Light", + "description": "Light color" + }, "copy": { "message": "Kopieren", "description": "Copy to clipboard" @@ -790,7 +822,7 @@ "message": "Neu starten, um zu updaten" }, "restartToUpdateDesc": { - "message": "Version $VERSION_NUM$ steht zu installation bereit. Du musst Bitwarden neustarten, um die Installation abzuschließen. Möchtest du jetzt neustarten und updaten?", + "message": "Version $VERSION_NUM$ steht zur Installation bereit. Du musst Bitwarden neustarten, um die Installation abzuschließen. Möchtest du jetzt neustarten und updaten?", "placeholders": { "version_num": { "content": "$1", @@ -1022,5 +1054,18 @@ "organization": { "message": "Organisation", "description": "An entity of multiple related people (ex. a team or business organization)." + }, + "default": { + "message": "Default" + }, + "exit": { + "message": "Exit" + }, + "showHide": { + "message": "Show \/ Hide", + "description": "Text for a button that toggles the visibility of the window. Shows the window when it is hidden or hides the window if it is currently open." + }, + "hideToTray": { + "message": "Hide to Tray" } } \ No newline at end of file diff --git a/src/locales/es/messages.json b/src/locales/es/messages.json index 56586090..ee6a33c7 100644 --- a/src/locales/es/messages.json +++ b/src/locales/es/messages.json @@ -770,6 +770,38 @@ "disableFaviconDesc": { "message": "Los iconos de sitio web añaden una imagen reconocible al lado de cada entrada de tu caja fuerte." }, + "enableMinToTray": { + "message": "Minimize to Tray Icon" + }, + "enableMinToTrayDesc": { + "message": "When minimizing the window, show an icon in the system tray instead." + }, + "enableTray": { + "message": "Enable Tray Icon" + }, + "enableTrayDesc": { + "message": "Always show an icon in the system tray." + }, + "language": { + "message": "Language" + }, + "languageDesc": { + "message": "Change the language used by the application. Restart is required." + }, + "theme": { + "message": "Theme" + }, + "themeDesc": { + "message": "Change the application's color theme." + }, + "dark": { + "message": "Dark", + "description": "Dark color" + }, + "light": { + "message": "Light", + "description": "Light color" + }, "copy": { "message": "Copiar", "description": "Copy to clipboard" @@ -961,7 +993,7 @@ "message": "Salir de Bitwarden" }, "valueCopied": { - "message": "$VALUE$ copiada", + "message": "Valor de $VALUE$ copiado", "description": "Value has been copied to the clipboard.", "placeholders": { "value": { @@ -1022,5 +1054,18 @@ "organization": { "message": "Organización", "description": "An entity of multiple related people (ex. a team or business organization)." + }, + "default": { + "message": "Default" + }, + "exit": { + "message": "Exit" + }, + "showHide": { + "message": "Show \/ Hide", + "description": "Text for a button that toggles the visibility of the window. Shows the window when it is hidden or hides the window if it is currently open." + }, + "hideToTray": { + "message": "Hide to Tray" } } \ No newline at end of file diff --git a/src/locales/et/messages.json b/src/locales/et/messages.json index 8811b0ba..a50aea11 100644 --- a/src/locales/et/messages.json +++ b/src/locales/et/messages.json @@ -104,7 +104,7 @@ "message": "Number" }, "brand": { - "message": "Bränd" + "message": "Väljastaja" }, "expiration": { "message": "Aegumine" @@ -770,6 +770,38 @@ "disableFaviconDesc": { "message": "Ikoonid aitavad hoidlas olevaid veebilehti paremini ära tunda." }, + "enableMinToTray": { + "message": "Minimize to Tray Icon" + }, + "enableMinToTrayDesc": { + "message": "When minimizing the window, show an icon in the system tray instead." + }, + "enableTray": { + "message": "Enable Tray Icon" + }, + "enableTrayDesc": { + "message": "Always show an icon in the system tray." + }, + "language": { + "message": "Language" + }, + "languageDesc": { + "message": "Change the language used by the application. Restart is required." + }, + "theme": { + "message": "Theme" + }, + "themeDesc": { + "message": "Change the application's color theme." + }, + "dark": { + "message": "Dark", + "description": "Dark color" + }, + "light": { + "message": "Light", + "description": "Light color" + }, "copy": { "message": "Kopeeri", "description": "Copy to clipboard" @@ -1022,5 +1054,18 @@ "organization": { "message": "Organisatsioon", "description": "An entity of multiple related people (ex. a team or business organization)." + }, + "default": { + "message": "Default" + }, + "exit": { + "message": "Exit" + }, + "showHide": { + "message": "Show \/ Hide", + "description": "Text for a button that toggles the visibility of the window. Shows the window when it is hidden or hides the window if it is currently open." + }, + "hideToTray": { + "message": "Hide to Tray" } } \ No newline at end of file diff --git a/src/locales/fa/messages.json b/src/locales/fa/messages.json index f238d625..45ef762d 100644 --- a/src/locales/fa/messages.json +++ b/src/locales/fa/messages.json @@ -334,7 +334,7 @@ "message": "کپی رمز عبور" }, "copyUri": { - "message": "Copy URI" + "message": "کپی آدرس اینترنتی" }, "length": { "message": "طول" @@ -542,7 +542,7 @@ "description": "'Duo Security' and 'Duo Mobile' are product names and should not be translated." }, "duoOrganizationDesc": { - "message": "Verify with Duo Security for your organization using the Duo Mobile app, SMS, phone call, or U2F security key.", + "message": "Duo Security را برای سازماندهی خود با استفاده از برنامه Duo Mobile، SMS، تماس تلفنی یا کلید امنیتی U2F تأیید کنید.", "description": "'Duo Security' and 'Duo Mobile' are product names and should not be translated." }, "u2fDesc": { @@ -770,6 +770,38 @@ "disableFaviconDesc": { "message": "آیکون های وبسایت یک تصویر قابل تشخیص در کنار هر داده ورودی ارائه میدهد." }, + "enableMinToTray": { + "message": "Minimize to Tray Icon" + }, + "enableMinToTrayDesc": { + "message": "When minimizing the window, show an icon in the system tray instead." + }, + "enableTray": { + "message": "Enable Tray Icon" + }, + "enableTrayDesc": { + "message": "Always show an icon in the system tray." + }, + "language": { + "message": "Language" + }, + "languageDesc": { + "message": "Change the language used by the application. Restart is required." + }, + "theme": { + "message": "Theme" + }, + "themeDesc": { + "message": "Change the application's color theme." + }, + "dark": { + "message": "Dark", + "description": "Dark color" + }, + "light": { + "message": "Light", + "description": "Light color" + }, "copy": { "message": "کپی", "description": "Copy to clipboard" @@ -1020,7 +1052,20 @@ "message": "گزینه های تبدیل" }, "organization": { - "message": "Organization", + "message": "سازماندهی", "description": "An entity of multiple related people (ex. a team or business organization)." + }, + "default": { + "message": "Default" + }, + "exit": { + "message": "Exit" + }, + "showHide": { + "message": "Show \/ Hide", + "description": "Text for a button that toggles the visibility of the window. Shows the window when it is hidden or hides the window if it is currently open." + }, + "hideToTray": { + "message": "Hide to Tray" } } \ No newline at end of file diff --git a/src/locales/fi/messages.json b/src/locales/fi/messages.json index b3f61d75..71727a02 100644 --- a/src/locales/fi/messages.json +++ b/src/locales/fi/messages.json @@ -770,6 +770,38 @@ "disableFaviconDesc": { "message": "Website Icons provide a recognizable image next to each login item in your vault." }, + "enableMinToTray": { + "message": "Minimize to Tray Icon" + }, + "enableMinToTrayDesc": { + "message": "When minimizing the window, show an icon in the system tray instead." + }, + "enableTray": { + "message": "Enable Tray Icon" + }, + "enableTrayDesc": { + "message": "Always show an icon in the system tray." + }, + "language": { + "message": "Language" + }, + "languageDesc": { + "message": "Change the language used by the application. Restart is required." + }, + "theme": { + "message": "Theme" + }, + "themeDesc": { + "message": "Change the application's color theme." + }, + "dark": { + "message": "Dark", + "description": "Dark color" + }, + "light": { + "message": "Light", + "description": "Light color" + }, "copy": { "message": "Copy", "description": "Copy to clipboard" @@ -1022,5 +1054,18 @@ "organization": { "message": "Organization", "description": "An entity of multiple related people (ex. a team or business organization)." + }, + "default": { + "message": "Default" + }, + "exit": { + "message": "Exit" + }, + "showHide": { + "message": "Show \/ Hide", + "description": "Text for a button that toggles the visibility of the window. Shows the window when it is hidden or hides the window if it is currently open." + }, + "hideToTray": { + "message": "Hide to Tray" } } \ No newline at end of file diff --git a/src/locales/fr/messages.json b/src/locales/fr/messages.json index 211285f3..fe4ee6d8 100644 --- a/src/locales/fr/messages.json +++ b/src/locales/fr/messages.json @@ -770,6 +770,38 @@ "disableFaviconDesc": { "message": "Les icônes des sites web permettent d'avoir une icône reconnaissable à côté de chaque élément dans votre coffre." }, + "enableMinToTray": { + "message": "Minimize to Tray Icon" + }, + "enableMinToTrayDesc": { + "message": "When minimizing the window, show an icon in the system tray instead." + }, + "enableTray": { + "message": "Enable Tray Icon" + }, + "enableTrayDesc": { + "message": "Always show an icon in the system tray." + }, + "language": { + "message": "Language" + }, + "languageDesc": { + "message": "Change the language used by the application. Restart is required." + }, + "theme": { + "message": "Theme" + }, + "themeDesc": { + "message": "Change the application's color theme." + }, + "dark": { + "message": "Dark", + "description": "Dark color" + }, + "light": { + "message": "Light", + "description": "Light color" + }, "copy": { "message": "Copier", "description": "Copy to clipboard" @@ -1022,5 +1054,18 @@ "organization": { "message": "Organisation", "description": "An entity of multiple related people (ex. a team or business organization)." + }, + "default": { + "message": "Default" + }, + "exit": { + "message": "Exit" + }, + "showHide": { + "message": "Show \/ Hide", + "description": "Text for a button that toggles the visibility of the window. Shows the window when it is hidden or hides the window if it is currently open." + }, + "hideToTray": { + "message": "Hide to Tray" } } \ No newline at end of file diff --git a/src/locales/hr/messages.json b/src/locales/hr/messages.json index 50d1f655..bb851e46 100644 --- a/src/locales/hr/messages.json +++ b/src/locales/hr/messages.json @@ -334,7 +334,7 @@ "message": "Kopiraj lozinku" }, "copyUri": { - "message": "Copy URI" + "message": "Kopiraj URI" }, "length": { "message": "Dužina" @@ -542,7 +542,7 @@ "description": "'Duo Security' and 'Duo Mobile' are product names and should not be translated." }, "duoOrganizationDesc": { - "message": "Verify with Duo Security for your organization using the Duo Mobile app, SMS, phone call, or U2F security key.", + "message": "Potvrdite s Duo Security za svoju organizaciju pomoću Duo Mobile aplikacije, SMS-a, telefonskog poziva ili sigurnosnog ključa U2F.", "description": "'Duo Security' and 'Duo Mobile' are product names and should not be translated." }, "u2fDesc": { @@ -770,6 +770,38 @@ "disableFaviconDesc": { "message": "Ikone web mjesta nude prepoznatljivu ikonu pokraj svake stavke za prijavu u Vašem trezoru." }, + "enableMinToTray": { + "message": "Minimize to Tray Icon" + }, + "enableMinToTrayDesc": { + "message": "When minimizing the window, show an icon in the system tray instead." + }, + "enableTray": { + "message": "Enable Tray Icon" + }, + "enableTrayDesc": { + "message": "Always show an icon in the system tray." + }, + "language": { + "message": "Language" + }, + "languageDesc": { + "message": "Change the language used by the application. Restart is required." + }, + "theme": { + "message": "Theme" + }, + "themeDesc": { + "message": "Change the application's color theme." + }, + "dark": { + "message": "Dark", + "description": "Dark color" + }, + "light": { + "message": "Light", + "description": "Light color" + }, "copy": { "message": "Kopiraj", "description": "Copy to clipboard" @@ -1020,7 +1052,20 @@ "message": "Uključi\/isključi opcije" }, "organization": { - "message": "Organization", + "message": "Organizacija", "description": "An entity of multiple related people (ex. a team or business organization)." + }, + "default": { + "message": "Default" + }, + "exit": { + "message": "Exit" + }, + "showHide": { + "message": "Show \/ Hide", + "description": "Text for a button that toggles the visibility of the window. Shows the window when it is hidden or hides the window if it is currently open." + }, + "hideToTray": { + "message": "Hide to Tray" } } \ No newline at end of file diff --git a/src/locales/hu/messages.json b/src/locales/hu/messages.json index cc294b61..dd1b4729 100644 --- a/src/locales/hu/messages.json +++ b/src/locales/hu/messages.json @@ -51,7 +51,7 @@ "message": "URI" }, "uriPosition": { - "message": "URI $POSITION$", + "message": "URI- $POSITION$", "description": "A listing of URIs. Ex: URI 1, URI 2, URI 3, etc.", "placeholders": { "position": { @@ -61,7 +61,7 @@ } }, "newUri": { - "message": "New URI" + "message": "Új URI" }, "username": { "message": "Felhasználónév" @@ -334,7 +334,7 @@ "message": "Jelszó másolása" }, "copyUri": { - "message": "Copy URI" + "message": "URI másolása" }, "length": { "message": "Hossz" @@ -542,7 +542,7 @@ "description": "'Duo Security' and 'Duo Mobile' are product names and should not be translated." }, "duoOrganizationDesc": { - "message": "Verify with Duo Security for your organization using the Duo Mobile app, SMS, phone call, or U2F security key.", + "message": "Ellenőrzés a Duo Security-val a Duo Mobile alkalmazást, SMS-t, telefonhívást vagy U2F biztonsági kulcsot.", "description": "'Duo Security' and 'Duo Mobile' are product names and should not be translated." }, "u2fDesc": { @@ -770,6 +770,38 @@ "disableFaviconDesc": { "message": "A webhelyek ikonjai felismerhető ikonként jelennek meg a széfed minden eleme mellett." }, + "enableMinToTray": { + "message": "Minimize to Tray Icon" + }, + "enableMinToTrayDesc": { + "message": "When minimizing the window, show an icon in the system tray instead." + }, + "enableTray": { + "message": "Enable Tray Icon" + }, + "enableTrayDesc": { + "message": "Always show an icon in the system tray." + }, + "language": { + "message": "Language" + }, + "languageDesc": { + "message": "Change the language used by the application. Restart is required." + }, + "theme": { + "message": "Theme" + }, + "themeDesc": { + "message": "Change the application's color theme." + }, + "dark": { + "message": "Dark", + "description": "Dark color" + }, + "light": { + "message": "Light", + "description": "Light color" + }, "copy": { "message": "Másolás", "description": "Copy to clipboard" @@ -977,10 +1009,10 @@ "message": "Ablak" }, "checkPassword": { - "message": "Check if password has been exposed." + "message": "Jelszó ellenőrzése." }, "passwordExposed": { - "message": "This password has been exposed $VALUE$ time(s) in data breaches. You should change it.", + "message": "Ez a jelszó már $VALUE$ alkalommal ki volt téve az adatok megsértésének. Javasolt a megváltoztatása.", "placeholders": { "value": { "content": "$1", @@ -989,38 +1021,51 @@ } }, "passwordSafe": { - "message": "This password was not found in any known data breaches. It should be safe to use." + "message": "Ez a jelszó nem található egyetlen ismert adatszegésben sem. Biztonságos lehet használni." }, "baseDomain": { - "message": "Base domain" + "message": "Alap domain" }, "host": { - "message": "Host", + "message": "Hoszt", "description": "A URL's host value. For example, the host of https:\/\/sub.domain.com:443 is 'sub.domain.com:443'." }, "exact": { - "message": "Exact" + "message": "Pontos" }, "startsWith": { - "message": "Starts with" + "message": "Ezzel kezdődik" }, "regEx": { - "message": "Regular expression", + "message": "Reguláris kifejezés", "description": "A programming term, also known as 'RegEx'." }, "matchDetection": { - "message": "Match Detection", + "message": "Találatfelismerés", "description": "URI match detection for auto-fill." }, "defaultMatchDetection": { - "message": "Default match detection", + "message": "Alapértelmezett találatfelismerés", "description": "Default URI match detection for auto-fill." }, "toggleOptions": { - "message": "Toggle Options" + "message": "Opciók megnyitása" }, "organization": { - "message": "Organization", + "message": "Szervezet", "description": "An entity of multiple related people (ex. a team or business organization)." + }, + "default": { + "message": "Default" + }, + "exit": { + "message": "Exit" + }, + "showHide": { + "message": "Show \/ Hide", + "description": "Text for a button that toggles the visibility of the window. Shows the window when it is hidden or hides the window if it is currently open." + }, + "hideToTray": { + "message": "Hide to Tray" } } \ No newline at end of file diff --git a/src/locales/id/messages.json b/src/locales/id/messages.json index 02f58b58..81c89115 100644 --- a/src/locales/id/messages.json +++ b/src/locales/id/messages.json @@ -770,6 +770,38 @@ "disableFaviconDesc": { "message": "Website Icons provide a recognizable image next to each login item in your vault." }, + "enableMinToTray": { + "message": "Minimize to Tray Icon" + }, + "enableMinToTrayDesc": { + "message": "When minimizing the window, show an icon in the system tray instead." + }, + "enableTray": { + "message": "Enable Tray Icon" + }, + "enableTrayDesc": { + "message": "Always show an icon in the system tray." + }, + "language": { + "message": "Language" + }, + "languageDesc": { + "message": "Change the language used by the application. Restart is required." + }, + "theme": { + "message": "Theme" + }, + "themeDesc": { + "message": "Change the application's color theme." + }, + "dark": { + "message": "Dark", + "description": "Dark color" + }, + "light": { + "message": "Light", + "description": "Light color" + }, "copy": { "message": "Copy", "description": "Copy to clipboard" @@ -1022,5 +1054,18 @@ "organization": { "message": "Organization", "description": "An entity of multiple related people (ex. a team or business organization)." + }, + "default": { + "message": "Default" + }, + "exit": { + "message": "Exit" + }, + "showHide": { + "message": "Show \/ Hide", + "description": "Text for a button that toggles the visibility of the window. Shows the window when it is hidden or hides the window if it is currently open." + }, + "hideToTray": { + "message": "Hide to Tray" } } \ No newline at end of file diff --git a/src/locales/it/messages.json b/src/locales/it/messages.json index 8f012f04..480cc4dd 100644 --- a/src/locales/it/messages.json +++ b/src/locales/it/messages.json @@ -297,7 +297,7 @@ "message": "Aggiungi Elemento" }, "editedItem": { - "message": "Modifica Elemento" + "message": "Elemento modificato" }, "deleteItem": { "message": "Elimina elemento" @@ -770,6 +770,38 @@ "disableFaviconDesc": { "message": "Le icone del Sito web forniscono un'immagine riconoscibile accanto a ogni elemento di login nella tua Cassaforte." }, + "enableMinToTray": { + "message": "Minimize to Tray Icon" + }, + "enableMinToTrayDesc": { + "message": "When minimizing the window, show an icon in the system tray instead." + }, + "enableTray": { + "message": "Enable Tray Icon" + }, + "enableTrayDesc": { + "message": "Always show an icon in the system tray." + }, + "language": { + "message": "Language" + }, + "languageDesc": { + "message": "Change the language used by the application. Restart is required." + }, + "theme": { + "message": "Theme" + }, + "themeDesc": { + "message": "Change the application's color theme." + }, + "dark": { + "message": "Dark", + "description": "Dark color" + }, + "light": { + "message": "Light", + "description": "Light color" + }, "copy": { "message": "Copia", "description": "Copy to clipboard" @@ -1022,5 +1054,18 @@ "organization": { "message": "Società", "description": "An entity of multiple related people (ex. a team or business organization)." + }, + "default": { + "message": "Default" + }, + "exit": { + "message": "Exit" + }, + "showHide": { + "message": "Show \/ Hide", + "description": "Text for a button that toggles the visibility of the window. Shows the window when it is hidden or hides the window if it is currently open." + }, + "hideToTray": { + "message": "Hide to Tray" } } \ No newline at end of file diff --git a/src/locales/ja/messages.json b/src/locales/ja/messages.json index 31c5cafe..0b7053eb 100644 --- a/src/locales/ja/messages.json +++ b/src/locales/ja/messages.json @@ -770,6 +770,38 @@ "disableFaviconDesc": { "message": "保管庫のアイテム毎にウェブサイトのアイコンを表示します。" }, + "enableMinToTray": { + "message": "Minimize to Tray Icon" + }, + "enableMinToTrayDesc": { + "message": "When minimizing the window, show an icon in the system tray instead." + }, + "enableTray": { + "message": "Enable Tray Icon" + }, + "enableTrayDesc": { + "message": "Always show an icon in the system tray." + }, + "language": { + "message": "Language" + }, + "languageDesc": { + "message": "Change the language used by the application. Restart is required." + }, + "theme": { + "message": "Theme" + }, + "themeDesc": { + "message": "Change the application's color theme." + }, + "dark": { + "message": "Dark", + "description": "Dark color" + }, + "light": { + "message": "Light", + "description": "Light color" + }, "copy": { "message": "コピー", "description": "Copy to clipboard" @@ -1022,5 +1054,18 @@ "organization": { "message": "組織", "description": "An entity of multiple related people (ex. a team or business organization)." + }, + "default": { + "message": "Default" + }, + "exit": { + "message": "Exit" + }, + "showHide": { + "message": "Show \/ Hide", + "description": "Text for a button that toggles the visibility of the window. Shows the window when it is hidden or hides the window if it is currently open." + }, + "hideToTray": { + "message": "Hide to Tray" } } \ No newline at end of file diff --git a/src/locales/ko/messages.json b/src/locales/ko/messages.json index 0c06a897..62289b66 100644 --- a/src/locales/ko/messages.json +++ b/src/locales/ko/messages.json @@ -9,7 +9,7 @@ "message": "즐겨찾기" }, "types": { - "message": "Types" + "message": "유형" }, "typeLogin": { "message": "로그인" @@ -18,16 +18,16 @@ "message": "카드" }, "typeIdentity": { - "message": "Identity" + "message": "신원" }, "typeSecureNote": { - "message": "Secure Note" + "message": "보안 메모" }, "folders": { "message": "폴더" }, "collections": { - "message": "Collections" + "message": "컬렉션" }, "searchVault": { "message": "보관함 검색" @@ -85,7 +85,7 @@ "message": "메모" }, "customFields": { - "message": "Custom Fields" + "message": "사용자 지정 필드" }, "launch": { "message": "열기" @@ -101,49 +101,49 @@ "message": "카드 소유자 이름" }, "number": { - "message": "Number" + "message": "번호" }, "brand": { - "message": "Brand" + "message": "브랜드" }, "expiration": { - "message": "Expiration" + "message": "만료" }, "securityCode": { - "message": "Security Code" + "message": "보안 코드" }, "identityName": { - "message": "Identity Name" + "message": "ID 이름" }, "company": { - "message": "Company" + "message": "회사" }, "ssn": { - "message": "Social Security Number" + "message": "주민등록번호" }, "passportNumber": { - "message": "Passport Number" + "message": "여권 번호" }, "licenseNumber": { - "message": "License Number" + "message": "면허 번호" }, "email": { "message": "이메일" }, "phone": { - "message": "Phone" + "message": "전화번호" }, "address": { "message": "주소" }, "premiumRequired": { - "message": "Premium Required" + "message": "프리미엄 멤버십 필요" }, "premiumRequiredDesc": { - "message": "A premium membership is required to use this feature." + "message": "이 기능을 사용하려면 프리미엄 멤버십이 필요합니다." }, "errorOccurred": { - "message": "An error has occurred." + "message": "오류가 발생했습니다." }, "error": { "message": "오류" @@ -158,38 +158,38 @@ "message": "3월" }, "april": { - "message": "April" + "message": "4월" }, "may": { - "message": "May" + "message": "5월" }, "june": { - "message": "June" + "message": "6월" }, "july": { - "message": "July" + "message": "7월" }, "august": { - "message": "August" + "message": "8월" }, "september": { - "message": "September" + "message": "9월" }, "october": { - "message": "October" + "message": "10월" }, "november": { - "message": "November" + "message": "11월" }, "december": { - "message": "December" + "message": "12월" }, "ex": { - "message": "ex.", + "message": "예)", "description": "Short abbreviation for 'example'." }, "title": { - "message": "Title" + "message": "제목" }, "mr": { "message": "Mr" @@ -204,52 +204,52 @@ "message": "Dr" }, "expirationMonth": { - "message": "Expiration Month" + "message": "만료 월" }, "expirationYear": { - "message": "Expiration Year" + "message": "만료 연도" }, "select": { - "message": "Select" + "message": "선택" }, "other": { - "message": "Other" + "message": "기타" }, "generatePassword": { - "message": "Generate Password" + "message": "비밀번호 생성" }, "type": { - "message": "Type" + "message": "유형" }, "firstName": { - "message": "First Name" + "message": "이름" }, "middleName": { - "message": "Middle Name" + "message": "가운데 이름" }, "lastName": { - "message": "Last Name" + "message": "성" }, "address1": { - "message": "Address 1" + "message": "주소 1" }, "address2": { - "message": "Address 2" + "message": "주소 2" }, "address3": { - "message": "Address 3" + "message": "주소 3" }, "cityTown": { - "message": "City \/ Town" + "message": "읍 \/ 면 \/ 동" }, "stateProvince": { - "message": "State \/ Province" + "message": "시 \/ 도" }, "zipPostalCode": { - "message": "Zip \/ Postal Code" + "message": "우편번호" }, "country": { - "message": "Country" + "message": "국가" }, "save": { "message": "저장" @@ -267,25 +267,25 @@ "message": "편집" }, "authenticatorKeyTotp": { - "message": "Authenticator Key (TOTP)" + "message": "인증 키 (TOTP)" }, "folder": { "message": "폴더" }, "newCustomField": { - "message": "New Custom Field" + "message": "새 사용자 지정 필드" }, "value": { "message": "값" }, "cfTypeText": { - "message": "Text" + "message": "텍스트" }, "cfTypeHidden": { - "message": "Hidden" + "message": "숨김" }, "cfTypeBoolean": { - "message": "Boolean" + "message": "참 \/ 거짓" }, "remove": { "message": "제거" @@ -294,10 +294,10 @@ "message": "이름은 반드시 입력해야 합니다." }, "addedItem": { - "message": "Added item" + "message": "추가한 항목" }, "editedItem": { - "message": "Edited item" + "message": "편집한 항목" }, "deleteItem": { "message": "항목 삭제" @@ -309,13 +309,13 @@ "message": "첨부 파일 삭제" }, "deleteItemConfirmation": { - "message": "Are you sure you want to delete this item?" + "message": "정말 이 항목을 삭제하시겠습니까?" }, "deletedItem": { - "message": "Deleted item" + "message": "삭제한 항목" }, "overwritePasswordConfirmation": { - "message": "Are you sure you want to overwrite the current password?" + "message": "정말 현재 비밀번호를 덮어쓰시겠습니까?" }, "noneFolder": { "message": "폴더 없음", @@ -343,17 +343,17 @@ "message": "닫기" }, "minNumbers": { - "message": "Minimum Numbers" + "message": "숫자 최소 개수" }, "minSpecial": { - "message": "Minimum Special", + "message": "특수 문자 최소 개수", "description": "Minimum Special Characters" }, "ambiguous": { - "message": "Avoid Ambiguous Characters" + "message": "모호한 문자 사용 안 함" }, "searchCollection": { - "message": "Search Collection" + "message": "컬렉션 검색" }, "searchFolder": { "message": "폴더 검색" @@ -362,14 +362,14 @@ "message": "즐겨찾기 검색" }, "searchType": { - "message": "Search Type", + "message": "유형 검색", "description": "Search item type" }, "newAttachment": { "message": "새 첨부 파일 추가" }, "deletedAttachment": { - "message": "Deleted attachment" + "message": "삭제한 첨부 파일" }, "deleteAttachmentConfirmation": { "message": "정말 이 첨부 파일을 삭제하시겠습니까?" @@ -387,106 +387,106 @@ "message": "최대 파일 크기는 100MB입니다." }, "updateKey": { - "message": "You cannot use this feature until you update your encryption key." + "message": "이 기능을 사용하려면 암호화 키를 업데이트해야 합니다." }, "options": { "message": "옵션" }, "editedFolder": { - "message": "Edited folder" + "message": "편집한 폴더" }, "addedFolder": { - "message": "Added folder" + "message": "추가한 폴더" }, "deleteFolderConfirmation": { "message": "정말 이 폴더를 삭제하시겠습니까?" }, "deletedFolder": { - "message": "Deleted folder" + "message": "삭제한 폴더" }, "loginOrCreateNewAccount": { - "message": "Log in or create a new account to access your secure vault." + "message": "안전 보관함에 접근하려면 로그인하거나 새 계정을 만드세요." }, "createAccount": { - "message": "Create Account" + "message": "계정 만들기" }, "logIn": { - "message": "Log In" + "message": "로그인" }, "submit": { - "message": "Submit" + "message": "보내기" }, "masterPass": { - "message": "Master Password" + "message": "마스터 비밀번호" }, "masterPassDesc": { - "message": "The master password is the password you use to access your vault. It is very important that you do not forget your master password. There is no way to recover the password in the event that you forget it." + "message": "마스터 비밀번호는 보관함을 열 때 필요한 비밀번호입니다. 절대 마스터 비밀번호를 잊어버리지 마세요. 잊어버리면 복구할 수 있는 방법이 없습니다." }, "masterPassHintDesc": { - "message": "A master password hint can help you remember your password if you forget it." + "message": "마스터 비밀번호 힌트는 마스터 비밀번호를 잊었을 때 도움이 될 수 있습니다." }, "reTypeMasterPass": { - "message": "Re-type Master Password" + "message": "마스터 비밀번호 다시 입력" }, "masterPassHint": { - "message": "Master Password Hint (optional)" + "message": "마스터 비밀번호 힌트 (선택)" }, "settings": { - "message": "Settings" + "message": "설정" }, "passwordHint": { - "message": "Password Hint" + "message": "비밀번호 힌트" }, "enterEmailToGetHint": { - "message": "Enter your account email address to receive your master password hint." + "message": "마스터 비밀번호 힌트를 받으려면 계정의 이메일 주소를 입력하세요." }, "getMasterPasswordHint": { - "message": "Get master password hint" + "message": "마스터 비밀번호 힌트 얻기" }, "emailRequired": { - "message": "Email address is required." + "message": "이메일은 반드시 입력해야 합니다." }, "invalidEmail": { - "message": "Invalid email address." + "message": "잘못된 이메일 주소입니다." }, "masterPassRequired": { - "message": "Master password is required." + "message": "마스터 비밀번호는 반드시 입력해야 합니다." }, "masterPassLength": { - "message": "Master password must be at least 8 characters long." + "message": "마스터 비밀번호는 최소 8자 이상이어야 합니다." }, "masterPassDoesntMatch": { - "message": "Master password confirmation does not match." + "message": "마스터 비밀번호 확인과 마스터 비밀번호가 일치하지 않습니다." }, "newAccountCreated": { - "message": "Your new account has been created! You may now log in." + "message": "계정 생성이 완료되었습니다! 이제 로그인하실 수 있습니다." }, "masterPassSent": { - "message": "We've sent you an email with your master password hint." + "message": "마스터 비밀번호 힌트가 담긴 이메일을 보냈습니다." }, "unexpectedError": { - "message": "An unexpected error has occurred." + "message": "예기치 못한 오류가 발생했습니다." }, "itemInformation": { - "message": "Item Information" + "message": "항목 정보" }, "noItemsInList": { - "message": "There are no items to list." + "message": "항목이 없습니다." }, "verificationCode": { - "message": "Verification Code" + "message": "인증 코드" }, "verificationCodeRequired": { - "message": "Verification code is required." + "message": "인증 코드는 반드시 입력해야 합니다." }, "continue": { - "message": "Continue" + "message": "계속" }, "enterVerificationCodeApp": { - "message": "Enter the 6 digit verification code from your authenticator app." + "message": "인증 앱에서 6자리 인증 코드를 입력하세요." }, "enterVerificationCodeEmail": { - "message": "Enter the 6 digit verification code that was emailed to $EMAIL$.", + "message": "$EMAIL$ 주소로 전송된 6자리 인증 코드를 입력하세요.", "placeholders": { "email": { "content": "$1", @@ -495,7 +495,7 @@ } }, "verificationCodeEmailSent": { - "message": "Verification email sent to $EMAIL$.", + "message": "$EMAIL$ 주소로 인증 이메일을 보냈습니다.", "placeholders": { "email": { "content": "$1", @@ -507,35 +507,35 @@ "message": "Remember me" }, "sendVerificationCodeEmailAgain": { - "message": "Send verification code email again" + "message": "인증 코드 이메일 다시 보내기" }, "useAnotherTwoStepMethod": { - "message": "Use another two-step login method" + "message": "다른 2단계 인증 사용" }, "insertYubiKey": { - "message": "Insert your YubiKey into your computer's USB port, then touch its button." + "message": "YubiKey를 컴퓨터의 USB 포트에 삽입하고 버튼을 누르세요." }, "insertU2f": { - "message": "Insert your security key into your computer's USB port. If it has a button, touch it." + "message": "보안 키를 컴퓨터의 USB 포트에 삽입하고 버튼이 있는 경우 누르세요." }, "recoveryCodeDesc": { - "message": "Lost access to all of your two-factor providers? Use your recovery code to disable all two-factor providers from your account." + "message": "모든 2단계 인증을 사용할 수 없는 상황인가요? 복구 코드를 사용하여 계정의 모든 2단계 인증을 비활성화할 수 있습니다." }, "recoveryCodeTitle": { - "message": "Recovery Code" + "message": "복구 코드" }, "authenticatorAppTitle": { - "message": "Authenticator App" + "message": "인증 앱" }, "authenticatorAppDesc": { - "message": "Use an authenticator app (such as Authy or Google Authenticator) to generate time-based verification codes.", + "message": "인증 앱(Authy, Google OTP 등)을 통하여 일회용 인증 코드를 생성합니다.", "description": "'Authy' and 'Google Authenticator' are product names and should not be translated." }, "yubiKeyTitle": { - "message": "YubiKey OTP Security Key" + "message": "YubiKey OTP 보안 키" }, "yubiKeyDesc": { - "message": "Use a YubiKey to access your account. Works with YubiKey 4, 4 Nano, 4C, and NEO devices." + "message": "YubiKey를 사용하여 사용자의 계정에 접근합니다. YubiKey 4, 4 Nano, 4C 및 NEO 기기를 사용할 수 있습니다." }, "duoDesc": { "message": "Verify with Duo Security using the Duo Mobile app, SMS, phone call, or U2F security key.", @@ -549,37 +549,37 @@ "message": "Use any FIDO U2F enabled security key to access your account." }, "u2fTitle": { - "message": "FIDO U2F Security Key" + "message": "FIDO U2F 보안 키" }, "emailTitle": { "message": "이메일" }, "emailDesc": { - "message": "Verification codes will be emailed to you." + "message": "인증 코드가 담긴 이메일을 다시 보냅니다." }, "loginUnavailable": { - "message": "Login Unavailable" + "message": "로그인 불가능" }, "noTwoStepProviders": { - "message": "This account has two-step login enabled, however, none of the configured two-step providers are supported by this device." + "message": "이 계정은 2단계 인증을 사용합니다. 그러나 설정된 2단계 인증 중 이 기기에서 지원하는 방식이 없습니다." }, "noTwoStepProviders2": { "message": "Please add additional providers that are better supported across devices (such as an authenticator app)." }, "twoStepOptions": { - "message": "Two-step Login Options" + "message": "2단계 인증 옵션" }, "selfHostedEnvironment": { - "message": "Self-hosted Environment" + "message": "자체 호스팅 환경" }, "selfHostedEnvironmentFooter": { "message": "Specify the base URL of your on-premise hosted Bitwarden installation." }, "customEnvironment": { - "message": "Custom Environment" + "message": "사용자 지정 환경" }, "customEnvironmentFooter": { - "message": "For advanced users. You can specify the base URL of each service independently." + "message": "고급 사용자 전용 설정입니다. 각 서비스의 기본 URL을 개별적으로 지정할 수 있습니다." }, "baseUrl": { "message": "서버 URL" @@ -588,16 +588,16 @@ "message": "API 서버 URL" }, "webVaultUrl": { - "message": "Web Vault Server URL" + "message": "웹 보관함 서버 URL" }, "identityUrl": { - "message": "Identity Server URL" + "message": "ID 서버 URL" }, "iconsUrl": { "message": "아이콘 서버 URL" }, "environmentSaved": { - "message": "The environment URLs have been saved." + "message": "환경 URL 값을 저장했습니다." }, "ok": { "message": "확인" @@ -615,22 +615,22 @@ "message": "더 알아보기" }, "featureUnavailable": { - "message": "Feature Unavailable" + "message": "기능 사용할 수 없음" }, "loggedOut": { - "message": "Logged out" + "message": "로그아웃됨" }, "loginExpired": { - "message": "Your login session has expired." + "message": "로그인 세션이 만료되었습니다." }, "logOutConfirmation": { - "message": "Are you sure you want to log out?" + "message": "정말 로그아웃하시겠습니까?" }, "logOut": { "message": "로그아웃" }, "addNewLogin": { - "message": "Add New Login" + "message": "새 로그인 추가" }, "addNewItem": { "message": "새 항목 추가" @@ -648,7 +648,7 @@ "message": "불러오는 중..." }, "lockNow": { - "message": "Lock Now" + "message": "지금 잠그기" }, "passwordGenerator": { "message": "비밀번호 생성기" @@ -657,58 +657,58 @@ "message": "이메일 보내기" }, "visitOurWebsite": { - "message": "Visit Our Website" + "message": "웹 사이트 방문" }, "fileBugReport": { - "message": "File a Bug Report" + "message": "버그 보고서 첨부" }, "blog": { - "message": "Blog" + "message": "블로그" }, "followUs": { - "message": "Follow Us" + "message": "팔로우하기" }, "syncVault": { - "message": "Sync Vault" + "message": "보관함 동기화" }, "changeMasterPass": { - "message": "Change Master Password" + "message": "마스터 비밀번호 변경" }, "changeMasterPasswordConfirmation": { - "message": "You can change your master password on the bitwarden.com web vault. Do you want to visit the website now?" + "message": "bitwarden.com 웹 보관함에서 마스터 비밀번호를 바꿀 수 있습니다. 지금 웹 사이트를 방문하시겠습니까?" }, "changeEmail": { - "message": "Change Email" + "message": "이메일 변경" }, "changeEmailConfirmation": { - "message": "You can change your email address on the bitwarden.com web vault. Do you want to visit the website now?" + "message": "bitwarden.com 웹 보관함에서 이메일 주소를 바꿀 수 있습니다. 지금 웹 사이트를 방문하시겠습니까?" }, "goToWebVault": { - "message": "Go To Web Vault" + "message": "웹 보관함으로 이동" }, "getMobileApp": { - "message": "Get Mobile App" + "message": "모바일 앱 설치" }, "getBrowserExtension": { - "message": "Get Browser Extension" + "message": "브라우저 확장 프로그램 설치" }, "syncingComplete": { - "message": "Syncing complete" + "message": "동기화 완료" }, "syncingFailed": { - "message": "Syncing failed" + "message": "동기화 실패" }, "yourVaultIsLocked": { - "message": "Your vault is locked. Verify your master password to continue." + "message": "보관함이 잠겨 있습니다. 마스터 비밀번호를 입력하여 계속하세요." }, "unlock": { - "message": "Unlock" + "message": "잠금 해제" }, "invalidMasterPassword": { - "message": "Invalid master password" + "message": "잘못된 마스터 비밀번호" }, "twoStepLoginConfirmation": { - "message": "Two-step login makes your account more secure by requiring you to verify your login with another device such as a security key, authenticator app, SMS, phone call, or email. Two-step login can be enabled on the bitwarden.com web vault. Do you want to visit the website now?" + "message": "2단계 인증은 보안 키, 인증 앱, SMS, 전화 통화 등의 다른 기기로 사용자의 로그인 시도를 검증하여 사용자의 계정을 더욱 안전하게 만듭니다. 2단계 인증은 bitwarden.com 웹 보관함에서 활성화할 수 있습니다. 지금 웹 사이트를 방문하시겠습니까?" }, "twoStepLogin": { "message": "2단계 인증" @@ -717,7 +717,7 @@ "message": "잠금 옵션" }, "lockOptionsDesc": { - "message": "Choose when your vault locks. A locked vault requires that you re-enter your master password to access it again." + "message": "보관함을 언제 잠글 것인지 선택하세요. 잠긴 보관함에 다시 접근하려면 마스터 비밀번호를 입력해야 합니다." }, "immediately": { "message": "즉시" @@ -741,34 +741,66 @@ "message": "4시간" }, "onIdle": { - "message": "On System Idle" + "message": "시스템 유휴 시" }, "onSleep": { - "message": "On System Sleep" + "message": "시스템 절전 시" }, "onLocked": { - "message": "On System Lock" + "message": "시스템 잠금 시" }, "onRestart": { - "message": "On Restart" + "message": "다시 시작 시" }, "never": { - "message": "Never" + "message": "잠그지 않음" }, "security": { - "message": "Security" + "message": "보안" }, "disableGa": { - "message": "Disable Analytics" + "message": "분석 사용 안 함" }, "gaDesc": { - "message": "We use analytics to better learn how the application is being used so that we can make it better. All data collection is completely anonymous." + "message": "저희는 애플리케이션이 어떻게 사용되고 있는지 확인하여 개선하기 위해 분석 자료를 사용합니다. 자료는 완전한 익명으로 수집됩니다." }, "disableFavicon": { - "message": "Disable Website Icons" + "message": "웹 사이트 아이콘 사용 안 함" }, "disableFaviconDesc": { - "message": "Website Icons provide a recognizable image next to each login item in your vault." + "message": "웹 사이트 아이콘을 사용하면 보관함 각 항목 옆에 이미지를 보여줍니다." + }, + "enableMinToTray": { + "message": "Minimize to Tray Icon" + }, + "enableMinToTrayDesc": { + "message": "When minimizing the window, show an icon in the system tray instead." + }, + "enableTray": { + "message": "Enable Tray Icon" + }, + "enableTrayDesc": { + "message": "Always show an icon in the system tray." + }, + "language": { + "message": "Language" + }, + "languageDesc": { + "message": "Change the language used by the application. Restart is required." + }, + "theme": { + "message": "Theme" + }, + "themeDesc": { + "message": "Change the application's color theme." + }, + "dark": { + "message": "Dark", + "description": "Dark color" + }, + "light": { + "message": "Light", + "description": "Light color" }, "copy": { "message": "복사", @@ -787,7 +819,7 @@ } }, "restartToUpdate": { - "message": "Restart To Update" + "message": "다시 시작하여 업데이트" }, "restartToUpdateDesc": { "message": "Version $VERSION_NUM$ is ready to install. You must restart Bitwarden to complete the installation. Do you want to restart and update now?", @@ -802,7 +834,7 @@ "message": "업데이트 사용 가능" }, "updateAvailableDesc": { - "message": "An update was found. Do you want to download it now?" + "message": "업데이트가 있습니다. 지금 다운로드하시겠습니까?" }, "restart": { "message": "다시 시작" @@ -811,7 +843,7 @@ "message": "나중에" }, "noUpdatesAvailable": { - "message": "No updates are currently available. You are using the latest version." + "message": "사용할 수 있는 업데이트가 없습니다. 최신 버전을 사용하고 있습니다." }, "updateError": { "message": "업데이트 오류" @@ -831,49 +863,49 @@ "description": "Copy credit card security code (CVV)" }, "premiumMembership": { - "message": "Premium Membership" + "message": "프리미엄 멤버십" }, "premiumManage": { - "message": "Manage Membership" + "message": "멤버십 관리" }, "premiumManageAlert": { - "message": "You can manage your membership on the bitwarden.com web vault. Do you want to visit the website now?" + "message": "bitwarden.com 웹 보관함에서 멤버십을 관리할 수 있습니다. 지금 웹 사이트를 방문하시겠습니까?" }, "premiumRefresh": { - "message": "Refresh Membership" + "message": "멤버십 새로 고침" }, "premiumNotCurrentMember": { - "message": "You are not currently a premium member." + "message": "프리미엄 사용자가 아닙니다." }, "premiumSignUpAndGet": { - "message": "Sign up for a premium membership and get:" + "message": "프리미엄 멤버십에 가입하면 얻을 수 있는 것:" }, "premiumSignUpStorage": { - "message": "1 GB of encrypted file storage." + "message": "1GB의 암호화된 파일 저장소." }, "premiumSignUpTwoStep": { - "message": "Additional two-step login options such as YubiKey, FIDO U2F, and Duo." + "message": "YubiKey나 FIDO U2F, Duo 등의 추가적인 2단계 인증 옵션." }, "premiumSignUpTotp": { "message": "TOTP verification code (2FA) generator for logins in your vault." }, "premiumSignUpSupport": { - "message": "Priority customer support." + "message": "고객 지원 우선 순위 제공." }, "premiumSignUpFuture": { - "message": "All future premium features. More coming soon!" + "message": "앞으로 추가될 모든 프리미엄 기능을 사용할 수 있습니다. 기대하세요!" }, "premiumPurchase": { - "message": "Purchase Premium" + "message": "프리미엄 멤버십 구입" }, "premiumPurchaseAlert": { - "message": "You can purchase premium membership on the bitwarden.com web vault. Do you want to visit the website now?" + "message": "bitwarden.com 웹 보관함에서 프리미엄 멤버십을 구입할 수 있습니다. 지금 웹 사이트를 방문하시겠습니까?" }, "premiumCurrentMember": { - "message": "You are a premium member!" + "message": "프리미엄 사용자입니다!" }, "premiumCurrentMemberThanks": { - "message": "Thank you for supporting Bitwarden." + "message": "Bitwarden을 지원해 주셔서 감사합니다." }, "premiumPrice": { "message": "All for just $PRICE$ \/year!", @@ -885,80 +917,80 @@ } }, "refreshComplete": { - "message": "Refresh complete" + "message": "새로 고침 완료" }, "passwordHistory": { - "message": "Password History" + "message": "비밀번호 변경 기록" }, "clear": { "message": "Clear" }, "noPasswordsInList": { - "message": "There are no passwords to list." + "message": "비밀번호가 없습니다." }, "undo": { - "message": "Undo" + "message": "실행 취소" }, "redo": { - "message": "Redo" + "message": "다시 실행" }, "cut": { - "message": "Cut", + "message": "잘라내기", "description": "Cut to clipboard" }, "paste": { - "message": "Paste", + "message": "붙여넣기", "description": "Paste from clipboard" }, "selectAll": { - "message": "Select All" + "message": "모두 선택" }, "zoomIn": { - "message": "Zoom In" + "message": "확대" }, "zoomOut": { - "message": "Zoom Out" + "message": "축소" }, "resetZoom": { "message": "Reset Zoom" }, "toggleFullScreen": { - "message": "Toggle Full Screen" + "message": "전체 화면 전환" }, "reload": { - "message": "Reload" + "message": "새로 고침" }, "toggleDevTools": { - "message": "Toggle Developer Tools" + "message": "개발자 도구" }, "minimize": { - "message": "Minimize", + "message": "최소화", "description": "Minimize window" }, "zoom": { - "message": "Zoom" + "message": "확대\/축소" }, "bringAllToFront": { "message": "Bring All to Front", "description": "Bring all windows to front (foreground)" }, "aboutBitwarden": { - "message": "About Bitwarden" + "message": "Bitwarden 정보" }, "services": { - "message": "Services" + "message": "서비스" }, "hideBitwarden": { - "message": "Hide Bitwarden" + "message": "Bitwarden 숨기기" }, "hideOthers": { "message": "Hide Others" }, "showAll": { - "message": "Show All" + "message": "모두 보기" }, "quitBitwarden": { - "message": "Quit Bitwarden" + "message": "Bitwarden 종료" }, "valueCopied": { "message": "$VALUE$ copied", @@ -971,16 +1003,16 @@ } }, "help": { - "message": "Help" + "message": "도움말" }, "window": { - "message": "Window" + "message": "창" }, "checkPassword": { - "message": "Check if password has been exposed." + "message": "비밀번호가 노출되었는지 확인합니다." }, "passwordExposed": { - "message": "This password has been exposed $VALUE$ time(s) in data breaches. You should change it.", + "message": "이 비밀번호는 데이터 유출에 $VALUE$회 노출되었습니다. 비밀번호를 변경하는 것이 좋습니다.", "placeholders": { "value": { "content": "$1", @@ -989,38 +1021,51 @@ } }, "passwordSafe": { - "message": "This password was not found in any known data breaches. It should be safe to use." + "message": "이 비밀번호는 데이터 유출 목록에 없습니다. 사용하기에 안전한 비밀번호입니다." }, "baseDomain": { - "message": "Base domain" + "message": "기본 도메인" }, "host": { - "message": "Host", + "message": "호스트", "description": "A URL's host value. For example, the host of https:\/\/sub.domain.com:443 is 'sub.domain.com:443'." }, "exact": { - "message": "Exact" + "message": "정확히 일치" }, "startsWith": { - "message": "Starts with" + "message": "...으로 시작" }, "regEx": { - "message": "Regular expression", + "message": "정규 표현식", "description": "A programming term, also known as 'RegEx'." }, "matchDetection": { - "message": "Match Detection", + "message": "일치 인식", "description": "URI match detection for auto-fill." }, "defaultMatchDetection": { - "message": "Default match detection", + "message": "기본 일치 인식", "description": "Default URI match detection for auto-fill." }, "toggleOptions": { - "message": "Toggle Options" + "message": "표시 \/ 숨기기" }, "organization": { - "message": "Organization", + "message": "조직", "description": "An entity of multiple related people (ex. a team or business organization)." + }, + "default": { + "message": "Default" + }, + "exit": { + "message": "Exit" + }, + "showHide": { + "message": "Show \/ Hide", + "description": "Text for a button that toggles the visibility of the window. Shows the window when it is hidden or hides the window if it is currently open." + }, + "hideToTray": { + "message": "Hide to Tray" } } \ No newline at end of file diff --git a/src/locales/nb/messages.json b/src/locales/nb/messages.json index a49edcfa..3c3c6f78 100644 --- a/src/locales/nb/messages.json +++ b/src/locales/nb/messages.json @@ -770,6 +770,38 @@ "disableFaviconDesc": { "message": "Nettstedsikoner sørger for et gjenkjennelig bilde ved siden av hver innloggingsgjenstand i hvelvet ditt." }, + "enableMinToTray": { + "message": "Minimize to Tray Icon" + }, + "enableMinToTrayDesc": { + "message": "When minimizing the window, show an icon in the system tray instead." + }, + "enableTray": { + "message": "Enable Tray Icon" + }, + "enableTrayDesc": { + "message": "Always show an icon in the system tray." + }, + "language": { + "message": "Language" + }, + "languageDesc": { + "message": "Change the language used by the application. Restart is required." + }, + "theme": { + "message": "Theme" + }, + "themeDesc": { + "message": "Change the application's color theme." + }, + "dark": { + "message": "Dark", + "description": "Dark color" + }, + "light": { + "message": "Light", + "description": "Light color" + }, "copy": { "message": "Kopier", "description": "Copy to clipboard" @@ -1022,5 +1054,18 @@ "organization": { "message": "Organization", "description": "An entity of multiple related people (ex. a team or business organization)." + }, + "default": { + "message": "Default" + }, + "exit": { + "message": "Exit" + }, + "showHide": { + "message": "Show \/ Hide", + "description": "Text for a button that toggles the visibility of the window. Shows the window when it is hidden or hides the window if it is currently open." + }, + "hideToTray": { + "message": "Hide to Tray" } } \ No newline at end of file diff --git a/src/locales/nl/messages.json b/src/locales/nl/messages.json index 388a5ac4..16a41924 100644 --- a/src/locales/nl/messages.json +++ b/src/locales/nl/messages.json @@ -70,7 +70,7 @@ "message": "Wachtwoord" }, "editItem": { - "message": "Item Bewerken" + "message": "Item bewerken" }, "emailAddress": { "message": "E-mailadres" @@ -192,13 +192,13 @@ "message": "Titel" }, "mr": { - "message": "Mr." + "message": "Dhr." }, "mrs": { - "message": "Mvr." + "message": "Mevr." }, "ms": { - "message": "Mvr." + "message": "Mej." }, "dr": { "message": "Dr." @@ -240,7 +240,7 @@ "message": "Adres 3" }, "cityTown": { - "message": "Stad \/ Dorp" + "message": "Stad \/ gemeente" }, "stateProvince": { "message": "Staat \/ Provincie" @@ -334,7 +334,7 @@ "message": "Wachtwoord kopiëren" }, "copyUri": { - "message": "Copy URI" + "message": "URI kopiëren" }, "length": { "message": "Lengte" @@ -408,7 +408,7 @@ "message": "Log in of creëer een nieuw account om toegang te krijgen tot uw beveiligde kluis." }, "createAccount": { - "message": "Account creëren" + "message": "Account aanmaken" }, "logIn": { "message": "Inloggen" @@ -441,7 +441,7 @@ "message": "Voer het e-mailadres van uw account in om uw hoofdwachwoordhint te ontvangen." }, "getMasterPasswordHint": { - "message": "Verkrijg hoofdwachtwoord-hint" + "message": "Hoofdwachtwoordhint krijgen" }, "emailRequired": { "message": "E-mailadres is vereist." @@ -459,7 +459,7 @@ "message": "De hoofdwachtwoorden komen niet overeen." }, "newAccountCreated": { - "message": "Uw nieuwe account is gecreëerd! U kunt nu inloggen." + "message": "Uw nieuwe account is aangemaakt! U kunt nu inloggen." }, "masterPassSent": { "message": "We hebben u een e-mail gestuurd met uw hoofdwachtwoordhint." @@ -542,7 +542,7 @@ "description": "'Duo Security' and 'Duo Mobile' are product names and should not be translated." }, "duoOrganizationDesc": { - "message": "Verify with Duo Security for your organization using the Duo Mobile app, SMS, phone call, or U2F security key.", + "message": "Verifieer met Duo Security middels de Duo Mobile-app, sms, spraakoproep of een U2F-beveiligingssleutel.", "description": "'Duo Security' and 'Duo Mobile' are product names and should not be translated." }, "u2fDesc": { @@ -582,22 +582,22 @@ "message": "Voor gevorderde gebruikers. U kunt de basis-URL van elke dienst afzonderlijk opgeven." }, "baseUrl": { - "message": "Server URL" + "message": "Server-URL" }, "apiUrl": { - "message": "API Server URL" + "message": "API server-URL" }, "webVaultUrl": { - "message": "Web Kluis Server URL" + "message": "Webkluis server-URL" }, "identityUrl": { - "message": "Gebruikersbeheer Server URL" + "message": "Gebruikersbeheer server-URL" }, "iconsUrl": { - "message": "Icoontjes-server URL" + "message": "Pictogrammen server-URL" }, "environmentSaved": { - "message": "De omgeving URL's zijn opgeslagen." + "message": "De omgeving-URL's zijn opgeslagen." }, "ok": { "message": "Oké" @@ -770,6 +770,38 @@ "disableFaviconDesc": { "message": "Websitepictogrammen bieden een herkenbare afbeelding naast ieder inlogitem in uw kluis." }, + "enableMinToTray": { + "message": "Minimize to Tray Icon" + }, + "enableMinToTrayDesc": { + "message": "When minimizing the window, show an icon in the system tray instead." + }, + "enableTray": { + "message": "Enable Tray Icon" + }, + "enableTrayDesc": { + "message": "Always show an icon in the system tray." + }, + "language": { + "message": "Language" + }, + "languageDesc": { + "message": "Change the language used by the application. Restart is required." + }, + "theme": { + "message": "Theme" + }, + "themeDesc": { + "message": "Change the application's color theme." + }, + "dark": { + "message": "Dark", + "description": "Dark color" + }, + "light": { + "message": "Light", + "description": "Light color" + }, "copy": { "message": "Kopiëren", "description": "Copy to clipboard" @@ -814,7 +846,7 @@ "message": "Er zijn momenteel geen updates beschikbaar; u gebruikt de nieuwste versie." }, "updateError": { - "message": "Updatefout" + "message": "Fout tijdens het updaten" }, "unknown": { "message": "Onbekend" @@ -846,7 +878,7 @@ "message": "U bent momenteel geen premium-lid." }, "premiumSignUpAndGet": { - "message": "Meld u aan voor een Premium-lidmaatschap en verkrijg:" + "message": "Meld u aan voor een Premium lidmaatschap en krijg:" }, "premiumSignUpStorage": { "message": "1 GB versleutelde bestandsopslag." @@ -1020,7 +1052,20 @@ "message": "Opties schakelen" }, "organization": { - "message": "Organization", + "message": "Organisatie", "description": "An entity of multiple related people (ex. a team or business organization)." + }, + "default": { + "message": "Default" + }, + "exit": { + "message": "Exit" + }, + "showHide": { + "message": "Show \/ Hide", + "description": "Text for a button that toggles the visibility of the window. Shows the window when it is hidden or hides the window if it is currently open." + }, + "hideToTray": { + "message": "Hide to Tray" } } \ No newline at end of file diff --git a/src/locales/pl/messages.json b/src/locales/pl/messages.json index 1f9593bc..f50e801f 100644 --- a/src/locales/pl/messages.json +++ b/src/locales/pl/messages.json @@ -770,6 +770,38 @@ "disableFaviconDesc": { "message": "Ikony stron internetowych wstawiają charakterystyczny obrazek obok danych logowania w Twoim sejfie." }, + "enableMinToTray": { + "message": "Minimize to Tray Icon" + }, + "enableMinToTrayDesc": { + "message": "When minimizing the window, show an icon in the system tray instead." + }, + "enableTray": { + "message": "Enable Tray Icon" + }, + "enableTrayDesc": { + "message": "Always show an icon in the system tray." + }, + "language": { + "message": "Language" + }, + "languageDesc": { + "message": "Change the language used by the application. Restart is required." + }, + "theme": { + "message": "Theme" + }, + "themeDesc": { + "message": "Change the application's color theme." + }, + "dark": { + "message": "Dark", + "description": "Dark color" + }, + "light": { + "message": "Light", + "description": "Light color" + }, "copy": { "message": "Kopiuj", "description": "Copy to clipboard" @@ -1022,5 +1054,18 @@ "organization": { "message": "Organizacja", "description": "An entity of multiple related people (ex. a team or business organization)." + }, + "default": { + "message": "Default" + }, + "exit": { + "message": "Exit" + }, + "showHide": { + "message": "Show \/ Hide", + "description": "Text for a button that toggles the visibility of the window. Shows the window when it is hidden or hides the window if it is currently open." + }, + "hideToTray": { + "message": "Hide to Tray" } } \ No newline at end of file diff --git a/src/locales/pt_BR/messages.json b/src/locales/pt_BR/messages.json index d6ae2376..a8d0c553 100644 --- a/src/locales/pt_BR/messages.json +++ b/src/locales/pt_BR/messages.json @@ -770,6 +770,38 @@ "disableFaviconDesc": { "message": "O ícone do site fornece um ícone reconhecível ao lado de cada crendencial no seu cofre." }, + "enableMinToTray": { + "message": "Minimize to Tray Icon" + }, + "enableMinToTrayDesc": { + "message": "When minimizing the window, show an icon in the system tray instead." + }, + "enableTray": { + "message": "Enable Tray Icon" + }, + "enableTrayDesc": { + "message": "Always show an icon in the system tray." + }, + "language": { + "message": "Language" + }, + "languageDesc": { + "message": "Change the language used by the application. Restart is required." + }, + "theme": { + "message": "Theme" + }, + "themeDesc": { + "message": "Change the application's color theme." + }, + "dark": { + "message": "Dark", + "description": "Dark color" + }, + "light": { + "message": "Light", + "description": "Light color" + }, "copy": { "message": "Copiar", "description": "Copy to clipboard" @@ -961,7 +993,7 @@ "message": "Sair do Bitwarden" }, "valueCopied": { - "message": "$VALUE$ copiado", + "message": "$VALUE$ copiado(a)", "description": "Value has been copied to the clipboard.", "placeholders": { "value": { @@ -1022,5 +1054,18 @@ "organization": { "message": "Organização", "description": "An entity of multiple related people (ex. a team or business organization)." + }, + "default": { + "message": "Default" + }, + "exit": { + "message": "Exit" + }, + "showHide": { + "message": "Show \/ Hide", + "description": "Text for a button that toggles the visibility of the window. Shows the window when it is hidden or hides the window if it is currently open." + }, + "hideToTray": { + "message": "Hide to Tray" } } \ No newline at end of file diff --git a/src/locales/pt_PT/messages.json b/src/locales/pt_PT/messages.json index 3d48f38d..4cb3eb4a 100644 --- a/src/locales/pt_PT/messages.json +++ b/src/locales/pt_PT/messages.json @@ -770,6 +770,38 @@ "disableFaviconDesc": { "message": "Os ícones de websites providenciam uma imagem reconhecível ao lado de cada item de credencial no seu cofre." }, + "enableMinToTray": { + "message": "Minimize to Tray Icon" + }, + "enableMinToTrayDesc": { + "message": "When minimizing the window, show an icon in the system tray instead." + }, + "enableTray": { + "message": "Enable Tray Icon" + }, + "enableTrayDesc": { + "message": "Always show an icon in the system tray." + }, + "language": { + "message": "Language" + }, + "languageDesc": { + "message": "Change the language used by the application. Restart is required." + }, + "theme": { + "message": "Theme" + }, + "themeDesc": { + "message": "Change the application's color theme." + }, + "dark": { + "message": "Dark", + "description": "Dark color" + }, + "light": { + "message": "Light", + "description": "Light color" + }, "copy": { "message": "Copiar", "description": "Copy to clipboard" @@ -1022,5 +1054,18 @@ "organization": { "message": "Organização", "description": "An entity of multiple related people (ex. a team or business organization)." + }, + "default": { + "message": "Default" + }, + "exit": { + "message": "Exit" + }, + "showHide": { + "message": "Show \/ Hide", + "description": "Text for a button that toggles the visibility of the window. Shows the window when it is hidden or hides the window if it is currently open." + }, + "hideToTray": { + "message": "Hide to Tray" } } \ No newline at end of file diff --git a/src/locales/ro/messages.json b/src/locales/ro/messages.json index 3a03d8f4..4dea49ac 100644 --- a/src/locales/ro/messages.json +++ b/src/locales/ro/messages.json @@ -334,7 +334,7 @@ "message": "Copiere parolă" }, "copyUri": { - "message": "Copy URI" + "message": "Copiere URI" }, "length": { "message": "Lungime" @@ -542,7 +542,7 @@ "description": "'Duo Security' and 'Duo Mobile' are product names and should not be translated." }, "duoOrganizationDesc": { - "message": "Verify with Duo Security for your organization using the Duo Mobile app, SMS, phone call, or U2F security key.", + "message": "Verificați cu Duo Security pentru organizaţia dvs. utilizând aplicația Duo Mobile, SMS, apel telefonic sau cheia de securitate U2F.", "description": "'Duo Security' and 'Duo Mobile' are product names and should not be translated." }, "u2fDesc": { @@ -770,6 +770,38 @@ "disableFaviconDesc": { "message": "Pictogramele oferă o imagine recognoscibilă alături de fiecare element de conectare din seiful dvs." }, + "enableMinToTray": { + "message": "Minimize to Tray Icon" + }, + "enableMinToTrayDesc": { + "message": "When minimizing the window, show an icon in the system tray instead." + }, + "enableTray": { + "message": "Enable Tray Icon" + }, + "enableTrayDesc": { + "message": "Always show an icon in the system tray." + }, + "language": { + "message": "Language" + }, + "languageDesc": { + "message": "Change the language used by the application. Restart is required." + }, + "theme": { + "message": "Theme" + }, + "themeDesc": { + "message": "Change the application's color theme." + }, + "dark": { + "message": "Dark", + "description": "Dark color" + }, + "light": { + "message": "Light", + "description": "Light color" + }, "copy": { "message": "Copiere", "description": "Copy to clipboard" @@ -1020,7 +1052,20 @@ "message": "Activare\/Dezactivare opțiuni" }, "organization": { - "message": "Organization", + "message": "Organizație", "description": "An entity of multiple related people (ex. a team or business organization)." + }, + "default": { + "message": "Default" + }, + "exit": { + "message": "Exit" + }, + "showHide": { + "message": "Show \/ Hide", + "description": "Text for a button that toggles the visibility of the window. Shows the window when it is hidden or hides the window if it is currently open." + }, + "hideToTray": { + "message": "Hide to Tray" } } \ No newline at end of file diff --git a/src/locales/ru/messages.json b/src/locales/ru/messages.json index 64f2fc7b..05b1b019 100644 --- a/src/locales/ru/messages.json +++ b/src/locales/ru/messages.json @@ -70,7 +70,7 @@ "message": "Пароль" }, "editItem": { - "message": "Изменить элемент" + "message": "Изменение элемента" }, "emailAddress": { "message": "Адрес email" @@ -294,10 +294,10 @@ "message": "Требуется имя." }, "addedItem": { - "message": "Добавленный элемент" + "message": "Элемент добавлен" }, "editedItem": { - "message": "Измененный элемент" + "message": "Элемент изменен" }, "deleteItem": { "message": "Удалить элемент" @@ -770,6 +770,38 @@ "disableFaviconDesc": { "message": "Значки веб-сайтов отображаются рядом с каждым элементом в вашем хранилище." }, + "enableMinToTray": { + "message": "Minimize to Tray Icon" + }, + "enableMinToTrayDesc": { + "message": "When minimizing the window, show an icon in the system tray instead." + }, + "enableTray": { + "message": "Enable Tray Icon" + }, + "enableTrayDesc": { + "message": "Always show an icon in the system tray." + }, + "language": { + "message": "Language" + }, + "languageDesc": { + "message": "Change the language used by the application. Restart is required." + }, + "theme": { + "message": "Theme" + }, + "themeDesc": { + "message": "Change the application's color theme." + }, + "dark": { + "message": "Dark", + "description": "Dark color" + }, + "light": { + "message": "Light", + "description": "Light color" + }, "copy": { "message": "Копировать", "description": "Copy to clipboard" @@ -1022,5 +1054,18 @@ "organization": { "message": "Организация", "description": "An entity of multiple related people (ex. a team or business organization)." + }, + "default": { + "message": "Default" + }, + "exit": { + "message": "Exit" + }, + "showHide": { + "message": "Show \/ Hide", + "description": "Text for a button that toggles the visibility of the window. Shows the window when it is hidden or hides the window if it is currently open." + }, + "hideToTray": { + "message": "Hide to Tray" } } \ No newline at end of file diff --git a/src/locales/sk/messages.json b/src/locales/sk/messages.json index b3f61d75..71727a02 100644 --- a/src/locales/sk/messages.json +++ b/src/locales/sk/messages.json @@ -770,6 +770,38 @@ "disableFaviconDesc": { "message": "Website Icons provide a recognizable image next to each login item in your vault." }, + "enableMinToTray": { + "message": "Minimize to Tray Icon" + }, + "enableMinToTrayDesc": { + "message": "When minimizing the window, show an icon in the system tray instead." + }, + "enableTray": { + "message": "Enable Tray Icon" + }, + "enableTrayDesc": { + "message": "Always show an icon in the system tray." + }, + "language": { + "message": "Language" + }, + "languageDesc": { + "message": "Change the language used by the application. Restart is required." + }, + "theme": { + "message": "Theme" + }, + "themeDesc": { + "message": "Change the application's color theme." + }, + "dark": { + "message": "Dark", + "description": "Dark color" + }, + "light": { + "message": "Light", + "description": "Light color" + }, "copy": { "message": "Copy", "description": "Copy to clipboard" @@ -1022,5 +1054,18 @@ "organization": { "message": "Organization", "description": "An entity of multiple related people (ex. a team or business organization)." + }, + "default": { + "message": "Default" + }, + "exit": { + "message": "Exit" + }, + "showHide": { + "message": "Show \/ Hide", + "description": "Text for a button that toggles the visibility of the window. Shows the window when it is hidden or hides the window if it is currently open." + }, + "hideToTray": { + "message": "Hide to Tray" } } \ No newline at end of file diff --git a/src/locales/sv/messages.json b/src/locales/sv/messages.json index 45c5fead..cbebf930 100644 --- a/src/locales/sv/messages.json +++ b/src/locales/sv/messages.json @@ -770,6 +770,38 @@ "disableFaviconDesc": { "message": "Webbplatsikoner ger en igenkännbar ikon bredvid varje inloggningsobjekt i ditt valv." }, + "enableMinToTray": { + "message": "Minimize to Tray Icon" + }, + "enableMinToTrayDesc": { + "message": "When minimizing the window, show an icon in the system tray instead." + }, + "enableTray": { + "message": "Enable Tray Icon" + }, + "enableTrayDesc": { + "message": "Always show an icon in the system tray." + }, + "language": { + "message": "Language" + }, + "languageDesc": { + "message": "Change the language used by the application. Restart is required." + }, + "theme": { + "message": "Theme" + }, + "themeDesc": { + "message": "Change the application's color theme." + }, + "dark": { + "message": "Dark", + "description": "Dark color" + }, + "light": { + "message": "Light", + "description": "Light color" + }, "copy": { "message": "Kopiera", "description": "Copy to clipboard" @@ -1022,5 +1054,18 @@ "organization": { "message": "Organisation", "description": "An entity of multiple related people (ex. a team or business organization)." + }, + "default": { + "message": "Default" + }, + "exit": { + "message": "Exit" + }, + "showHide": { + "message": "Show \/ Hide", + "description": "Text for a button that toggles the visibility of the window. Shows the window when it is hidden or hides the window if it is currently open." + }, + "hideToTray": { + "message": "Hide to Tray" } } \ No newline at end of file diff --git a/src/locales/th/messages.json b/src/locales/th/messages.json index 1132b499..cbc9a621 100644 --- a/src/locales/th/messages.json +++ b/src/locales/th/messages.json @@ -91,7 +91,7 @@ "message": "Launch" }, "copyValue": { - "message": "Copy Value", + "message": "คัดลอกค่า", "description": "Copy value to clipboard" }, "toggleVisibility": { @@ -288,7 +288,7 @@ "message": "Boolean" }, "remove": { - "message": "Remove" + "message": "เอาออก" }, "nameRequired": { "message": "จำเป็นต้องกรอกชื่อ" @@ -306,7 +306,7 @@ "message": "ลบโฟลเดอร์" }, "deleteAttachment": { - "message": "Delete Attachment" + "message": "ลบสิ่งที่แนบมา" }, "deleteItemConfirmation": { "message": "คุณแน่ใจว่าจะลบรายการนี้?" @@ -334,7 +334,7 @@ "message": "คัดลอกรหัสผ่าน" }, "copyUri": { - "message": "Copy URI" + "message": "คัดลอก URI" }, "length": { "message": "ความยาว" @@ -369,7 +369,7 @@ "message": "เพิ่มไฟล์แนบใหม่" }, "deletedAttachment": { - "message": "Deleted attachment" + "message": "ลบไฟล์แนบแล้ว" }, "deleteAttachmentConfirmation": { "message": "Are you sure you want to delete this attachment?" @@ -411,13 +411,13 @@ "message": "สร้างบัญชี" }, "logIn": { - "message": "Log In" + "message": "เข้าสู่ระบบ" }, "submit": { - "message": "Submit" + "message": "ส่งข้อมูล" }, "masterPass": { - "message": "Master Password" + "message": "รหัสผ่านหลัก" }, "masterPassDesc": { "message": "The master password is the password you use to access your vault. It is very important that you do not forget your master password. There is no way to recover the password in the event that you forget it." @@ -432,25 +432,25 @@ "message": "Master Password Hint (optional)" }, "settings": { - "message": "Settings" + "message": "การตั้งค่า" }, "passwordHint": { - "message": "Password Hint" + "message": "คำใบ้รหัสผ่าน" }, "enterEmailToGetHint": { "message": "Enter your account email address to receive your master password hint." }, "getMasterPasswordHint": { - "message": "Get master password hint" + "message": "รับคำใบ้เกี่ยวกับรหัสผ่านหลักของคุณ" }, "emailRequired": { - "message": "Email address is required." + "message": "จำเป็นต้องกรอกที่อยู่อีเมล" }, "invalidEmail": { - "message": "Invalid email address." + "message": "ที่อยู่อีเมลไม่ถูกต้อง" }, "masterPassRequired": { - "message": "Master password is required." + "message": "จำเป็นต้องมีรหัสผ่านหลัก" }, "masterPassLength": { "message": "Master password must be at least 8 characters long." @@ -468,25 +468,25 @@ "message": "An unexpected error has occurred." }, "itemInformation": { - "message": "Item Information" + "message": "ข้อมูลรายการ" }, "noItemsInList": { "message": "There are no items to list." }, "verificationCode": { - "message": "Verification Code" + "message": "รหัสยืนยัน" }, "verificationCodeRequired": { "message": "Verification code is required." }, "continue": { - "message": "Continue" + "message": "ดำเนินการต่อไป" }, "enterVerificationCodeApp": { - "message": "Enter the 6 digit verification code from your authenticator app." + "message": "ป้อนรหัสยืนยัน 6 หลักจากคุณแอป authenticator" }, "enterVerificationCodeEmail": { - "message": "Enter the 6 digit verification code that was emailed to $EMAIL$.", + "message": "ป้อนรหัสยืนยัน 6 หลักที่ส่งทางอีเมล $EMAIL$", "placeholders": { "email": { "content": "$1", @@ -504,10 +504,10 @@ } }, "rememberMe": { - "message": "Remember me" + "message": "จดจำการเข้าระบบของฉัน" }, "sendVerificationCodeEmailAgain": { - "message": "Send verification code email again" + "message": "ส่งอีเมล์ยืนยันรหัสอีกครั้ง" }, "useAnotherTwoStepMethod": { "message": "ใช้วิธีลงชื่อเข้าใช้แบบสองขั้นตอนวิธีอื่น" @@ -522,10 +522,10 @@ "message": "Lost access to all of your two-factor providers? Use your recovery code to disable all two-factor providers from your account." }, "recoveryCodeTitle": { - "message": "Recovery Code" + "message": "รหัสกู้คืน" }, "authenticatorAppTitle": { - "message": "Authenticator App" + "message": "แอป Authenticator" }, "authenticatorAppDesc": { "message": "Use an authenticator app (such as Authy or Google Authenticator) to generate time-based verification codes.", @@ -567,7 +567,7 @@ "message": "Please add additional providers that are better supported across devices (such as an authenticator app)." }, "twoStepOptions": { - "message": "Two-step Login Options" + "message": "ตัวเลือกการเข้าสู่ระบบแบบสองขั้นตอน" }, "selfHostedEnvironment": { "message": "Self-hosted Environment" @@ -630,31 +630,31 @@ "message": "Log Out" }, "addNewLogin": { - "message": "Add New Login" + "message": "เพิ่มการเข้าสู่ระบบใหม่" }, "addNewItem": { - "message": "Add New Item" + "message": "เพิ่มรายการใหม่" }, "addNewFolder": { - "message": "Add New Folder" + "message": "เพิ่มโฟลเดอร์ใหม่" }, "view": { "message": "View" }, "account": { - "message": "Account" + "message": "บัญชี" }, "loading": { - "message": "Loading..." + "message": "กำลังโหลด..." }, "lockNow": { "message": "Lock Now" }, "passwordGenerator": { - "message": "Password Generator" + "message": "ตัวสร้างรหัสผ่าน" }, "emailUs": { - "message": "Email Us" + "message": "ส่งอีเมลถึงเรา" }, "visitOurWebsite": { "message": "Visit Our Website" @@ -672,13 +672,13 @@ "message": "Sync Vault" }, "changeMasterPass": { - "message": "Change Master Password" + "message": "เปลี่ยนรหัสผ่านหลัก" }, "changeMasterPasswordConfirmation": { "message": "You can change your master password on the bitwarden.com web vault. Do you want to visit the website now?" }, "changeEmail": { - "message": "Change Email" + "message": "เปลี่ยนอีเมล" }, "changeEmailConfirmation": { "message": "You can change your email address on the bitwarden.com web vault. Do you want to visit the website now?" @@ -687,7 +687,7 @@ "message": "Go To Web Vault" }, "getMobileApp": { - "message": "Get Mobile App" + "message": "รับแอปมือถือ" }, "getBrowserExtension": { "message": "Get Browser Extension" @@ -711,7 +711,7 @@ "message": "Two-step login makes your account more secure by requiring you to verify your login with another device such as a security key, authenticator app, SMS, phone call, or email. Two-step login can be enabled on the bitwarden.com web vault. Do you want to visit the website now?" }, "twoStepLogin": { - "message": "Two-step Login" + "message": "เข้าสู่ระบบแบบสองขั้นตอน" }, "lockOptions": { "message": "Lock Options" @@ -720,25 +720,25 @@ "message": "Choose when your vault locks. A locked vault requires that you re-enter your master password to access it again." }, "immediately": { - "message": "Immediately" + "message": "ทันที" }, "oneMinute": { - "message": "1 minute" + "message": "1 นาที" }, "fiveMinutes": { - "message": "5 minutes" + "message": "5 นาที" }, "fifteenMinutes": { - "message": "15 minutes" + "message": "15 นาที" }, "thirtyMinutes": { - "message": "30 minutes" + "message": "30 นาที" }, "oneHour": { - "message": "1 hour" + "message": "1 ชั่วโมง" }, "fourHours": { - "message": "4 hours" + "message": "4 ชั่วโมง" }, "onIdle": { "message": "On System Idle" @@ -770,15 +770,47 @@ "disableFaviconDesc": { "message": "Website Icons provide a recognizable image next to each login item in your vault." }, + "enableMinToTray": { + "message": "Minimize to Tray Icon" + }, + "enableMinToTrayDesc": { + "message": "When minimizing the window, show an icon in the system tray instead." + }, + "enableTray": { + "message": "Enable Tray Icon" + }, + "enableTrayDesc": { + "message": "Always show an icon in the system tray." + }, + "language": { + "message": "Language" + }, + "languageDesc": { + "message": "Change the language used by the application. Restart is required." + }, + "theme": { + "message": "Theme" + }, + "themeDesc": { + "message": "Change the application's color theme." + }, + "dark": { + "message": "Dark", + "description": "Dark color" + }, + "light": { + "message": "Light", + "description": "Light color" + }, "copy": { - "message": "Copy", + "message": "คัดลอก", "description": "Copy to clipboard" }, "checkForUpdates": { - "message": "Check For Updates" + "message": "ตรวจสอบการอัปเดต" }, "version": { - "message": "Version $VERSION_NUM$", + "message": "รุ่น $VERSION_NUM$", "placeholders": { "version_num": { "content": "$1", @@ -805,29 +837,29 @@ "message": "An update was found. Do you want to download it now?" }, "restart": { - "message": "Restart" + "message": "เริ่มต้นใหม่" }, "later": { - "message": "Later" + "message": "ภายหลัง" }, "noUpdatesAvailable": { - "message": "No updates are currently available. You are using the latest version." + "message": "โปรแกรมไม่มีการปรับปรุงอยู่ในขณะนี้ คุณกำลังใช้รุ่นล่าสุด" }, "updateError": { - "message": "Update Error" + "message": "เกิดข้อผิดพลาดในการอัปเดต" }, "unknown": { "message": "Unknown" }, "copyUsername": { - "message": "Copy Username" + "message": "คัดลอกชื่อผู้ใช้" }, "copyNumber": { - "message": "Copy Number", + "message": "คัดลอกหมายเลข", "description": "Copy credit card number" }, "copySecurityCode": { - "message": "Copy Security Code", + "message": "คัดลอกรหัสรักษาความปลอดภัย", "description": "Copy credit card security code (CVV)" }, "premiumMembership": { @@ -888,7 +920,7 @@ "message": "Refresh complete" }, "passwordHistory": { - "message": "Password History" + "message": "ประวัติของรหัสผ่าน" }, "clear": { "message": "Clear" @@ -903,40 +935,40 @@ "message": "Redo" }, "cut": { - "message": "Cut", + "message": "ตัด", "description": "Cut to clipboard" }, "paste": { - "message": "Paste", + "message": "วาง", "description": "Paste from clipboard" }, "selectAll": { - "message": "Select All" + "message": "เลือกทั้งหมด" }, "zoomIn": { - "message": "Zoom In" + "message": "ซูมเข้า" }, "zoomOut": { - "message": "Zoom Out" + "message": "ซูมออก" }, "resetZoom": { - "message": "Reset Zoom" + "message": "รีเซ็ตการซูม" }, "toggleFullScreen": { - "message": "Toggle Full Screen" + "message": "สลับแบบเต็มหน้าจอ" }, "reload": { - "message": "Reload" + "message": "โหลดใหม่" }, "toggleDevTools": { - "message": "Toggle Developer Tools" + "message": "สลับไปเครื่องมือนักพัฒนา" }, "minimize": { - "message": "Minimize", + "message": "ย่อเล็กที่สุด", "description": "Minimize window" }, "zoom": { - "message": "Zoom" + "message": "ซูม" }, "bringAllToFront": { "message": "Bring All to Front", @@ -949,19 +981,19 @@ "message": "Services" }, "hideBitwarden": { - "message": "Hide Bitwarden" + "message": "ซ่อน Bitwarden" }, "hideOthers": { "message": "Hide Others" }, "showAll": { - "message": "Show All" + "message": "แสดงทั้งหมด" }, "quitBitwarden": { - "message": "Quit Bitwarden" + "message": "ออกจาก Bitwarden" }, "valueCopied": { - "message": "$VALUE$ copied", + "message": "$VALUE$ คัดลอกแล้ว", "description": "Value has been copied to the clipboard.", "placeholders": { "value": { @@ -971,7 +1003,7 @@ } }, "help": { - "message": "Help" + "message": "ช่วยเหลือ" }, "window": { "message": "Window" @@ -1022,5 +1054,18 @@ "organization": { "message": "Organization", "description": "An entity of multiple related people (ex. a team or business organization)." + }, + "default": { + "message": "Default" + }, + "exit": { + "message": "Exit" + }, + "showHide": { + "message": "Show \/ Hide", + "description": "Text for a button that toggles the visibility of the window. Shows the window when it is hidden or hides the window if it is currently open." + }, + "hideToTray": { + "message": "Hide to Tray" } } \ No newline at end of file diff --git a/src/locales/tr/messages.json b/src/locales/tr/messages.json index ff0c5a71..45270ab7 100644 --- a/src/locales/tr/messages.json +++ b/src/locales/tr/messages.json @@ -334,7 +334,7 @@ "message": "Parolayı Kopyala" }, "copyUri": { - "message": "Copy URI" + "message": "Linki kopyala" }, "length": { "message": "Uzunluk" @@ -542,7 +542,7 @@ "description": "'Duo Security' and 'Duo Mobile' are product names and should not be translated." }, "duoOrganizationDesc": { - "message": "Verify with Duo Security for your organization using the Duo Mobile app, SMS, phone call, or U2F security key.", + "message": "Kuruluşunuzun Duo Security doğrulaması için Duo Mobile uygulaması, SMS, telefon görüşmesi veya U2F güvenlik anahtarını kullanın.", "description": "'Duo Security' and 'Duo Mobile' are product names and should not be translated." }, "u2fDesc": { @@ -770,6 +770,38 @@ "disableFaviconDesc": { "message": "Web Sitesi Simgeleri, kasanızdaki her giriş bilgisinin yanında o siteyi tanımanıza yardımcı olacak bir görüntü verir." }, + "enableMinToTray": { + "message": "Minimize to Tray Icon" + }, + "enableMinToTrayDesc": { + "message": "When minimizing the window, show an icon in the system tray instead." + }, + "enableTray": { + "message": "Enable Tray Icon" + }, + "enableTrayDesc": { + "message": "Always show an icon in the system tray." + }, + "language": { + "message": "Language" + }, + "languageDesc": { + "message": "Change the language used by the application. Restart is required." + }, + "theme": { + "message": "Theme" + }, + "themeDesc": { + "message": "Change the application's color theme." + }, + "dark": { + "message": "Dark", + "description": "Dark color" + }, + "light": { + "message": "Light", + "description": "Light color" + }, "copy": { "message": "Kopyala", "description": "Copy to clipboard" @@ -1020,7 +1052,20 @@ "message": "Seçenekleri Aç\/Kapa" }, "organization": { - "message": "Organization", + "message": "Kuruluş", "description": "An entity of multiple related people (ex. a team or business organization)." + }, + "default": { + "message": "Default" + }, + "exit": { + "message": "Exit" + }, + "showHide": { + "message": "Show \/ Hide", + "description": "Text for a button that toggles the visibility of the window. Shows the window when it is hidden or hides the window if it is currently open." + }, + "hideToTray": { + "message": "Hide to Tray" } } \ No newline at end of file diff --git a/src/locales/uk/messages.json b/src/locales/uk/messages.json index 3b7fbb94..da4ff80e 100644 --- a/src/locales/uk/messages.json +++ b/src/locales/uk/messages.json @@ -297,7 +297,7 @@ "message": "Доданий запис" }, "editedItem": { - "message": "Змінений запис" + "message": "Запис змінено" }, "deleteItem": { "message": "Видалити запис" @@ -312,7 +312,7 @@ "message": "Ви дійсно хочете видалити цей запис?" }, "deletedItem": { - "message": "Видалений запис" + "message": "Запис видалено" }, "overwritePasswordConfirmation": { "message": "Ви дійсно хочете перезаписати поточний пароль?" @@ -770,6 +770,38 @@ "disableFaviconDesc": { "message": "Впізнавані піктограми веб-сайтів додаються біля кожного запису вашого сховища." }, + "enableMinToTray": { + "message": "Minimize to Tray Icon" + }, + "enableMinToTrayDesc": { + "message": "When minimizing the window, show an icon in the system tray instead." + }, + "enableTray": { + "message": "Enable Tray Icon" + }, + "enableTrayDesc": { + "message": "Always show an icon in the system tray." + }, + "language": { + "message": "Language" + }, + "languageDesc": { + "message": "Change the language used by the application. Restart is required." + }, + "theme": { + "message": "Theme" + }, + "themeDesc": { + "message": "Change the application's color theme." + }, + "dark": { + "message": "Dark", + "description": "Dark color" + }, + "light": { + "message": "Light", + "description": "Light color" + }, "copy": { "message": "Копіювати", "description": "Copy to clipboard" @@ -1022,5 +1054,18 @@ "organization": { "message": "Організація", "description": "An entity of multiple related people (ex. a team or business organization)." + }, + "default": { + "message": "Default" + }, + "exit": { + "message": "Exit" + }, + "showHide": { + "message": "Show \/ Hide", + "description": "Text for a button that toggles the visibility of the window. Shows the window when it is hidden or hides the window if it is currently open." + }, + "hideToTray": { + "message": "Hide to Tray" } } \ No newline at end of file diff --git a/src/locales/vi/messages.json b/src/locales/vi/messages.json index a5a97521..48d8504e 100644 --- a/src/locales/vi/messages.json +++ b/src/locales/vi/messages.json @@ -770,6 +770,38 @@ "disableFaviconDesc": { "message": "Biểu tượng trang web cung cấp các biểu tượng nhận dạng trang web bên cạnh mỗi mục đăng nhập trong kho mật khẩu của bạn." }, + "enableMinToTray": { + "message": "Minimize to Tray Icon" + }, + "enableMinToTrayDesc": { + "message": "When minimizing the window, show an icon in the system tray instead." + }, + "enableTray": { + "message": "Enable Tray Icon" + }, + "enableTrayDesc": { + "message": "Always show an icon in the system tray." + }, + "language": { + "message": "Language" + }, + "languageDesc": { + "message": "Change the language used by the application. Restart is required." + }, + "theme": { + "message": "Theme" + }, + "themeDesc": { + "message": "Change the application's color theme." + }, + "dark": { + "message": "Dark", + "description": "Dark color" + }, + "light": { + "message": "Light", + "description": "Light color" + }, "copy": { "message": "Sao chép", "description": "Copy to clipboard" @@ -1022,5 +1054,18 @@ "organization": { "message": "Organization", "description": "An entity of multiple related people (ex. a team or business organization)." + }, + "default": { + "message": "Default" + }, + "exit": { + "message": "Exit" + }, + "showHide": { + "message": "Show \/ Hide", + "description": "Text for a button that toggles the visibility of the window. Shows the window when it is hidden or hides the window if it is currently open." + }, + "hideToTray": { + "message": "Hide to Tray" } } \ No newline at end of file diff --git a/src/locales/zh_CN/messages.json b/src/locales/zh_CN/messages.json index f21a7188..caf085c0 100644 --- a/src/locales/zh_CN/messages.json +++ b/src/locales/zh_CN/messages.json @@ -770,6 +770,38 @@ "disableFaviconDesc": { "message": "在您的密码库的每个登录项旁显示一个可识别的图标。" }, + "enableMinToTray": { + "message": "Minimize to Tray Icon" + }, + "enableMinToTrayDesc": { + "message": "When minimizing the window, show an icon in the system tray instead." + }, + "enableTray": { + "message": "Enable Tray Icon" + }, + "enableTrayDesc": { + "message": "Always show an icon in the system tray." + }, + "language": { + "message": "Language" + }, + "languageDesc": { + "message": "Change the language used by the application. Restart is required." + }, + "theme": { + "message": "Theme" + }, + "themeDesc": { + "message": "Change the application's color theme." + }, + "dark": { + "message": "Dark", + "description": "Dark color" + }, + "light": { + "message": "Light", + "description": "Light color" + }, "copy": { "message": "复制", "description": "Copy to clipboard" @@ -1022,5 +1054,18 @@ "organization": { "message": "组织", "description": "An entity of multiple related people (ex. a team or business organization)." + }, + "default": { + "message": "Default" + }, + "exit": { + "message": "Exit" + }, + "showHide": { + "message": "Show \/ Hide", + "description": "Text for a button that toggles the visibility of the window. Shows the window when it is hidden or hides the window if it is currently open." + }, + "hideToTray": { + "message": "Hide to Tray" } } \ No newline at end of file diff --git a/src/locales/zh_TW/messages.json b/src/locales/zh_TW/messages.json index a24f61d3..792a47db 100644 --- a/src/locales/zh_TW/messages.json +++ b/src/locales/zh_TW/messages.json @@ -770,6 +770,38 @@ "disableFaviconDesc": { "message": "在您密碼庫的每個登入資料旁顯示一個可辨識圖示。" }, + "enableMinToTray": { + "message": "Minimize to Tray Icon" + }, + "enableMinToTrayDesc": { + "message": "When minimizing the window, show an icon in the system tray instead." + }, + "enableTray": { + "message": "Enable Tray Icon" + }, + "enableTrayDesc": { + "message": "Always show an icon in the system tray." + }, + "language": { + "message": "Language" + }, + "languageDesc": { + "message": "Change the language used by the application. Restart is required." + }, + "theme": { + "message": "Theme" + }, + "themeDesc": { + "message": "Change the application's color theme." + }, + "dark": { + "message": "Dark", + "description": "Dark color" + }, + "light": { + "message": "Light", + "description": "Light color" + }, "copy": { "message": "複製", "description": "Copy to clipboard" @@ -989,7 +1021,7 @@ } }, "passwordSafe": { - "message": "任何已知的外泄密碼資料庫中都沒有此密碼,它目前是安全的。" + "message": "任何已知的外洩密碼資料庫中都沒有此密碼,它目前是安全的。" }, "baseDomain": { "message": "基底網域" @@ -1022,5 +1054,18 @@ "organization": { "message": "組織", "description": "An entity of multiple related people (ex. a team or business organization)." + }, + "default": { + "message": "Default" + }, + "exit": { + "message": "Exit" + }, + "showHide": { + "message": "Show \/ Hide", + "description": "Text for a button that toggles the visibility of the window. Shows the window when it is hidden or hides the window if it is currently open." + }, + "hideToTray": { + "message": "Hide to Tray" } } \ No newline at end of file