From 85e3d737e4a32fcbbd522c5060541745c4f24759 Mon Sep 17 00:00:00 2001 From: rahulbile Date: Mon, 9 Nov 2020 20:08:26 +0530 Subject: [PATCH] chore(i18n): extract new translation strings [#3600] --- translations/af-ZA.json | 4 ++++ translations/ar-SA.json | 4 ++++ translations/bg-BG.json | 4 ++++ translations/ca-ES.json | 4 ++++ translations/cs-CZ.json | 4 ++++ translations/da-DK.json | 4 ++++ translations/de-DE.json | 4 ++++ translations/el-GR.json | 4 ++++ translations/en.json | 4 ++++ translations/es-ES.json | 4 ++++ translations/fi-FI.json | 4 ++++ translations/fr-FR.json | 4 ++++ translations/ga-IE.json | 4 ++++ translations/he-IL.json | 4 ++++ translations/hi-IN.json | 4 ++++ translations/hr-HR.json | 4 ++++ translations/hu-HU.json | 4 ++++ translations/it-IT.json | 4 ++++ translations/ja-JP.json | 4 ++++ translations/ko-KR.json | 4 ++++ translations/nl-NL.json | 4 ++++ translations/no-NO.json | 4 ++++ translations/pl-PL.json | 4 ++++ translations/pt-BR.json | 4 ++++ translations/pt-PT.json | 4 ++++ translations/ro-RO.json | 4 ++++ translations/ru-RU.json | 4 ++++ translations/sr-SP.json | 4 ++++ translations/sv-SE.json | 4 ++++ translations/tr-TR.json | 4 ++++ translations/uk-UA.json | 4 ++++ translations/vi-VN.json | 4 ++++ translations/zh-CN.json | 4 ++++ translations/zh-TW.json | 4 ++++ 34 files changed, 136 insertions(+) diff --git a/translations/af-ZA.json b/translations/af-ZA.json index 92012a20101..e42f5665000 100644 --- a/translations/af-ZA.json +++ b/translations/af-ZA.json @@ -653,6 +653,10 @@ "components.Settings.theme_label": "", "components.Settings.theme_option_dark": "", "components.Settings.theme_option_light": "", + "components.Settings.timeDisplayMode_description": "", + "components.Settings.timeDisplayMode_label": "", + "components.Settings.timeDisplayMode_option_12hour": "", + "components.Settings.timeDisplayMode_option_24hour": "", "components.Syncing.address_copied_notification_description": "", "components.Syncing.address_copied_notification_title": "", "components.Syncing.block_progress": "", diff --git a/translations/ar-SA.json b/translations/ar-SA.json index 9c7879922eb..3a6d14faaff 100644 --- a/translations/ar-SA.json +++ b/translations/ar-SA.json @@ -653,6 +653,10 @@ "components.Settings.theme_label": "", "components.Settings.theme_option_dark": "", "components.Settings.theme_option_light": "", + "components.Settings.timeDisplayMode_description": "", + "components.Settings.timeDisplayMode_label": "", + "components.Settings.timeDisplayMode_option_12hour": "", + "components.Settings.timeDisplayMode_option_24hour": "", "components.Syncing.address_copied_notification_description": "", "components.Syncing.address_copied_notification_title": "", "components.Syncing.block_progress": "", diff --git a/translations/bg-BG.json b/translations/bg-BG.json index ee5087d2d37..05f214cdbeb 100644 --- a/translations/bg-BG.json +++ b/translations/bg-BG.json @@ -653,6 +653,10 @@ "components.Settings.theme_label": "Тема", "components.Settings.theme_option_dark": "Тъмна", "components.Settings.theme_option_light": "Светла", + "components.Settings.timeDisplayMode_description": "", + "components.Settings.timeDisplayMode_label": "", + "components.Settings.timeDisplayMode_option_12hour": "", + "components.Settings.timeDisplayMode_option_24hour": "", "components.Syncing.address_copied_notification_description": "Адресът за плащането е копиран в буферната ви памет", "components.Syncing.address_copied_notification_title": "Адресът е копиран", "components.Syncing.block_progress": "Блок {currentBlock} от {totalBlocks}", diff --git a/translations/ca-ES.json b/translations/ca-ES.json index 92012a20101..e42f5665000 100644 --- a/translations/ca-ES.json +++ b/translations/ca-ES.json @@ -653,6 +653,10 @@ "components.Settings.theme_label": "", "components.Settings.theme_option_dark": "", "components.Settings.theme_option_light": "", + "components.Settings.timeDisplayMode_description": "", + "components.Settings.timeDisplayMode_label": "", + "components.Settings.timeDisplayMode_option_12hour": "", + "components.Settings.timeDisplayMode_option_24hour": "", "components.Syncing.address_copied_notification_description": "", "components.Syncing.address_copied_notification_title": "", "components.Syncing.block_progress": "", diff --git a/translations/cs-CZ.json b/translations/cs-CZ.json index 60fecf5aabe..3ec16a4ea78 100644 --- a/translations/cs-CZ.json +++ b/translations/cs-CZ.json @@ -653,6 +653,10 @@ "components.Settings.theme_label": "Téma", "components.Settings.theme_option_dark": "Tmavý", "components.Settings.theme_option_light": "Světlý", + "components.Settings.timeDisplayMode_description": "", + "components.Settings.timeDisplayMode_label": "", + "components.Settings.timeDisplayMode_option_12hour": "", + "components.Settings.timeDisplayMode_option_24hour": "", "components.Syncing.address_copied_notification_description": "Platební adresa byla zkopírována do vaší schránky", "components.Syncing.address_copied_notification_title": "Adresa zkopírována", "components.Syncing.block_progress": "Blok {currentBlock} z {totalBlocks}", diff --git a/translations/da-DK.json b/translations/da-DK.json index 2504e5bc2a3..37f680a79d4 100644 --- a/translations/da-DK.json +++ b/translations/da-DK.json @@ -653,6 +653,10 @@ "components.Settings.theme_label": "Tema", "components.Settings.theme_option_dark": "Mørk", "components.Settings.theme_option_light": "Lys", + "components.Settings.timeDisplayMode_description": "", + "components.Settings.timeDisplayMode_label": "", + "components.Settings.timeDisplayMode_option_12hour": "", + "components.Settings.timeDisplayMode_option_24hour": "", "components.Syncing.address_copied_notification_description": "Betalings adresse er blevet kopieret til din clipboard", "components.Syncing.address_copied_notification_title": "Adresse kopieret", "components.Syncing.block_progress": "Blok {currentBlock} af {totalBlocks}", diff --git a/translations/de-DE.json b/translations/de-DE.json index 060ecfe5a4a..5551febe624 100644 --- a/translations/de-DE.json +++ b/translations/de-DE.json @@ -653,6 +653,10 @@ "components.Settings.theme_label": "Design", "components.Settings.theme_option_dark": "Dunkel", "components.Settings.theme_option_light": "Hell", + "components.Settings.timeDisplayMode_description": "", + "components.Settings.timeDisplayMode_label": "", + "components.Settings.timeDisplayMode_option_12hour": "", + "components.Settings.timeDisplayMode_option_24hour": "", "components.Syncing.address_copied_notification_description": "Die Adresse wurde in die Zwischenablage kopiert", "components.Syncing.address_copied_notification_title": "Adresse kopiert", "components.Syncing.block_progress": "Block {currentBlock} von {totalBlocks}", diff --git a/translations/el-GR.json b/translations/el-GR.json index 0636949d8b7..503765b4871 100644 --- a/translations/el-GR.json +++ b/translations/el-GR.json @@ -653,6 +653,10 @@ "components.Settings.theme_label": "", "components.Settings.theme_option_dark": "", "components.Settings.theme_option_light": "", + "components.Settings.timeDisplayMode_description": "", + "components.Settings.timeDisplayMode_label": "", + "components.Settings.timeDisplayMode_option_12hour": "", + "components.Settings.timeDisplayMode_option_24hour": "", "components.Syncing.address_copied_notification_description": "", "components.Syncing.address_copied_notification_title": "", "components.Syncing.block_progress": "", diff --git a/translations/en.json b/translations/en.json index 1730db98948..f7885ea78cd 100644 --- a/translations/en.json +++ b/translations/en.json @@ -653,6 +653,10 @@ "components.Settings.theme_label": "Theme", "components.Settings.theme_option_dark": "Dark", "components.Settings.theme_option_light": "Light", + "components.Settings.timeDisplayMode_description": "Your preferred time display mode.", + "components.Settings.timeDisplayMode_label": "Time display mode", + "components.Settings.timeDisplayMode_option_12hour": "12 Hour", + "components.Settings.timeDisplayMode_option_24hour": "24 Hour", "components.Syncing.address_copied_notification_description": "Payment address has been copied to your clipboard", "components.Syncing.address_copied_notification_title": "Address copied", "components.Syncing.block_progress": "Block {currentBlock} of {totalBlocks}", diff --git a/translations/es-ES.json b/translations/es-ES.json index 2dbc6b0c634..2b9f1818361 100644 --- a/translations/es-ES.json +++ b/translations/es-ES.json @@ -653,6 +653,10 @@ "components.Settings.theme_label": "Tema", "components.Settings.theme_option_dark": "Oscuro", "components.Settings.theme_option_light": "Ligero", + "components.Settings.timeDisplayMode_description": "", + "components.Settings.timeDisplayMode_label": "", + "components.Settings.timeDisplayMode_option_12hour": "", + "components.Settings.timeDisplayMode_option_24hour": "", "components.Syncing.address_copied_notification_description": "Dirección de pago ha sido copiada a su portapapeles", "components.Syncing.address_copied_notification_title": "Dirección copiada", "components.Syncing.block_progress": "Bloque {currentBlock} entre {totalBlocks} bloques totales", diff --git a/translations/fi-FI.json b/translations/fi-FI.json index 92012a20101..e42f5665000 100644 --- a/translations/fi-FI.json +++ b/translations/fi-FI.json @@ -653,6 +653,10 @@ "components.Settings.theme_label": "", "components.Settings.theme_option_dark": "", "components.Settings.theme_option_light": "", + "components.Settings.timeDisplayMode_description": "", + "components.Settings.timeDisplayMode_label": "", + "components.Settings.timeDisplayMode_option_12hour": "", + "components.Settings.timeDisplayMode_option_24hour": "", "components.Syncing.address_copied_notification_description": "", "components.Syncing.address_copied_notification_title": "", "components.Syncing.block_progress": "", diff --git a/translations/fr-FR.json b/translations/fr-FR.json index 3dc1b5dfcad..debf950b5d9 100644 --- a/translations/fr-FR.json +++ b/translations/fr-FR.json @@ -653,6 +653,10 @@ "components.Settings.theme_label": "Thème", "components.Settings.theme_option_dark": "Sombre", "components.Settings.theme_option_light": "Clair", + "components.Settings.timeDisplayMode_description": "", + "components.Settings.timeDisplayMode_label": "", + "components.Settings.timeDisplayMode_option_12hour": "", + "components.Settings.timeDisplayMode_option_24hour": "", "components.Syncing.address_copied_notification_description": "L'adresse a été copiée dans votre presse-papiers", "components.Syncing.address_copied_notification_title": "Adresse copiée", "components.Syncing.block_progress": "Bloc {currentBlock} sur {totalBlocks}", diff --git a/translations/ga-IE.json b/translations/ga-IE.json index a48517154ca..c1034aa9cdf 100644 --- a/translations/ga-IE.json +++ b/translations/ga-IE.json @@ -653,6 +653,10 @@ "components.Settings.theme_label": "", "components.Settings.theme_option_dark": "", "components.Settings.theme_option_light": "Solas", + "components.Settings.timeDisplayMode_description": "", + "components.Settings.timeDisplayMode_label": "", + "components.Settings.timeDisplayMode_option_12hour": "", + "components.Settings.timeDisplayMode_option_24hour": "", "components.Syncing.address_copied_notification_description": "Tá an seoladh íocaíochta cóipeáilte go dtí do ghearrthaisce", "components.Syncing.address_copied_notification_title": "Seoladh cóipeáilte", "components.Syncing.block_progress": "Bloc {currentBlock} de {totalBlocks}", diff --git a/translations/he-IL.json b/translations/he-IL.json index 6b082734277..f5f18c17690 100644 --- a/translations/he-IL.json +++ b/translations/he-IL.json @@ -653,6 +653,10 @@ "components.Settings.theme_label": "", "components.Settings.theme_option_dark": "", "components.Settings.theme_option_light": "", + "components.Settings.timeDisplayMode_description": "", + "components.Settings.timeDisplayMode_label": "", + "components.Settings.timeDisplayMode_option_12hour": "", + "components.Settings.timeDisplayMode_option_24hour": "", "components.Syncing.address_copied_notification_description": "", "components.Syncing.address_copied_notification_title": "", "components.Syncing.block_progress": "", diff --git a/translations/hi-IN.json b/translations/hi-IN.json index f6034c282cd..4f1fb423930 100644 --- a/translations/hi-IN.json +++ b/translations/hi-IN.json @@ -653,6 +653,10 @@ "components.Settings.theme_label": "", "components.Settings.theme_option_dark": "", "components.Settings.theme_option_light": "", + "components.Settings.timeDisplayMode_description": "", + "components.Settings.timeDisplayMode_label": "", + "components.Settings.timeDisplayMode_option_12hour": "", + "components.Settings.timeDisplayMode_option_24hour": "", "components.Syncing.address_copied_notification_description": "", "components.Syncing.address_copied_notification_title": "", "components.Syncing.block_progress": "", diff --git a/translations/hr-HR.json b/translations/hr-HR.json index cc3ac094948..7c4d6811b4f 100644 --- a/translations/hr-HR.json +++ b/translations/hr-HR.json @@ -653,6 +653,10 @@ "components.Settings.theme_label": "Tema", "components.Settings.theme_option_dark": "Tamna", "components.Settings.theme_option_light": "Svijetla", + "components.Settings.timeDisplayMode_description": "", + "components.Settings.timeDisplayMode_label": "", + "components.Settings.timeDisplayMode_option_12hour": "", + "components.Settings.timeDisplayMode_option_24hour": "", "components.Syncing.address_copied_notification_description": "Adresa je kopirana u međuspremnik", "components.Syncing.address_copied_notification_title": "Adresa je kopirana", "components.Syncing.block_progress": "Blok {currentBlock} od {totalBlocks}", diff --git a/translations/hu-HU.json b/translations/hu-HU.json index 92012a20101..e42f5665000 100644 --- a/translations/hu-HU.json +++ b/translations/hu-HU.json @@ -653,6 +653,10 @@ "components.Settings.theme_label": "", "components.Settings.theme_option_dark": "", "components.Settings.theme_option_light": "", + "components.Settings.timeDisplayMode_description": "", + "components.Settings.timeDisplayMode_label": "", + "components.Settings.timeDisplayMode_option_12hour": "", + "components.Settings.timeDisplayMode_option_24hour": "", "components.Syncing.address_copied_notification_description": "", "components.Syncing.address_copied_notification_title": "", "components.Syncing.block_progress": "", diff --git a/translations/it-IT.json b/translations/it-IT.json index a3df66fc756..aef1b05a616 100644 --- a/translations/it-IT.json +++ b/translations/it-IT.json @@ -653,6 +653,10 @@ "components.Settings.theme_label": "", "components.Settings.theme_option_dark": "", "components.Settings.theme_option_light": "", + "components.Settings.timeDisplayMode_description": "", + "components.Settings.timeDisplayMode_label": "", + "components.Settings.timeDisplayMode_option_12hour": "", + "components.Settings.timeDisplayMode_option_24hour": "", "components.Syncing.address_copied_notification_description": "", "components.Syncing.address_copied_notification_title": "", "components.Syncing.block_progress": "", diff --git a/translations/ja-JP.json b/translations/ja-JP.json index c757eec2523..117ca53fcb6 100644 --- a/translations/ja-JP.json +++ b/translations/ja-JP.json @@ -653,6 +653,10 @@ "components.Settings.theme_label": "", "components.Settings.theme_option_dark": "", "components.Settings.theme_option_light": "", + "components.Settings.timeDisplayMode_description": "", + "components.Settings.timeDisplayMode_label": "", + "components.Settings.timeDisplayMode_option_12hour": "", + "components.Settings.timeDisplayMode_option_24hour": "", "components.Syncing.address_copied_notification_description": "", "components.Syncing.address_copied_notification_title": "", "components.Syncing.block_progress": "", diff --git a/translations/ko-KR.json b/translations/ko-KR.json index 92012a20101..e42f5665000 100644 --- a/translations/ko-KR.json +++ b/translations/ko-KR.json @@ -653,6 +653,10 @@ "components.Settings.theme_label": "", "components.Settings.theme_option_dark": "", "components.Settings.theme_option_light": "", + "components.Settings.timeDisplayMode_description": "", + "components.Settings.timeDisplayMode_label": "", + "components.Settings.timeDisplayMode_option_12hour": "", + "components.Settings.timeDisplayMode_option_24hour": "", "components.Syncing.address_copied_notification_description": "", "components.Syncing.address_copied_notification_title": "", "components.Syncing.block_progress": "", diff --git a/translations/nl-NL.json b/translations/nl-NL.json index e7a8b2fc3e5..a3f3fed73d0 100644 --- a/translations/nl-NL.json +++ b/translations/nl-NL.json @@ -653,6 +653,10 @@ "components.Settings.theme_label": "", "components.Settings.theme_option_dark": "", "components.Settings.theme_option_light": "", + "components.Settings.timeDisplayMode_description": "", + "components.Settings.timeDisplayMode_label": "", + "components.Settings.timeDisplayMode_option_12hour": "", + "components.Settings.timeDisplayMode_option_24hour": "", "components.Syncing.address_copied_notification_description": "Betalingsadres is gekopieerd naar je klembord", "components.Syncing.address_copied_notification_title": "Adres gekopiëerd", "components.Syncing.block_progress": "Blok {currentBlock} van {totalBlocks}", diff --git a/translations/no-NO.json b/translations/no-NO.json index 9ceda2ba4aa..e8072169251 100644 --- a/translations/no-NO.json +++ b/translations/no-NO.json @@ -653,6 +653,10 @@ "components.Settings.theme_label": "", "components.Settings.theme_option_dark": "", "components.Settings.theme_option_light": "", + "components.Settings.timeDisplayMode_description": "", + "components.Settings.timeDisplayMode_label": "", + "components.Settings.timeDisplayMode_option_12hour": "", + "components.Settings.timeDisplayMode_option_24hour": "", "components.Syncing.address_copied_notification_description": "Betalingsadresse har blitt kopiert til utklippstavlen", "components.Syncing.address_copied_notification_title": "Addresse kopiert", "components.Syncing.block_progress": "Blokk {currentBlock} av {totalBlocks}", diff --git a/translations/pl-PL.json b/translations/pl-PL.json index 18545f65365..1185eeb0b18 100644 --- a/translations/pl-PL.json +++ b/translations/pl-PL.json @@ -653,6 +653,10 @@ "components.Settings.theme_label": "", "components.Settings.theme_option_dark": "", "components.Settings.theme_option_light": "", + "components.Settings.timeDisplayMode_description": "", + "components.Settings.timeDisplayMode_label": "", + "components.Settings.timeDisplayMode_option_12hour": "", + "components.Settings.timeDisplayMode_option_24hour": "", "components.Syncing.address_copied_notification_description": "", "components.Syncing.address_copied_notification_title": "", "components.Syncing.block_progress": "", diff --git a/translations/pt-BR.json b/translations/pt-BR.json index aa50b51f44b..5a8cb17b22a 100644 --- a/translations/pt-BR.json +++ b/translations/pt-BR.json @@ -653,6 +653,10 @@ "components.Settings.theme_label": "", "components.Settings.theme_option_dark": "", "components.Settings.theme_option_light": "", + "components.Settings.timeDisplayMode_description": "", + "components.Settings.timeDisplayMode_label": "", + "components.Settings.timeDisplayMode_option_12hour": "", + "components.Settings.timeDisplayMode_option_24hour": "", "components.Syncing.address_copied_notification_description": "", "components.Syncing.address_copied_notification_title": "", "components.Syncing.block_progress": "", diff --git a/translations/pt-PT.json b/translations/pt-PT.json index b3366454dc7..aad7c0e03ea 100644 --- a/translations/pt-PT.json +++ b/translations/pt-PT.json @@ -653,6 +653,10 @@ "components.Settings.theme_label": "", "components.Settings.theme_option_dark": "", "components.Settings.theme_option_light": "", + "components.Settings.timeDisplayMode_description": "", + "components.Settings.timeDisplayMode_label": "", + "components.Settings.timeDisplayMode_option_12hour": "", + "components.Settings.timeDisplayMode_option_24hour": "", "components.Syncing.address_copied_notification_description": "", "components.Syncing.address_copied_notification_title": "", "components.Syncing.block_progress": "", diff --git a/translations/ro-RO.json b/translations/ro-RO.json index 052ea6ce19b..55bdaca050e 100644 --- a/translations/ro-RO.json +++ b/translations/ro-RO.json @@ -653,6 +653,10 @@ "components.Settings.theme_label": "", "components.Settings.theme_option_dark": "", "components.Settings.theme_option_light": "", + "components.Settings.timeDisplayMode_description": "", + "components.Settings.timeDisplayMode_label": "", + "components.Settings.timeDisplayMode_option_12hour": "", + "components.Settings.timeDisplayMode_option_24hour": "", "components.Syncing.address_copied_notification_description": "", "components.Syncing.address_copied_notification_title": "", "components.Syncing.block_progress": "", diff --git a/translations/ru-RU.json b/translations/ru-RU.json index 9425ef3e0bd..60a899f47d3 100644 --- a/translations/ru-RU.json +++ b/translations/ru-RU.json @@ -653,6 +653,10 @@ "components.Settings.theme_label": "", "components.Settings.theme_option_dark": "", "components.Settings.theme_option_light": "", + "components.Settings.timeDisplayMode_description": "", + "components.Settings.timeDisplayMode_label": "", + "components.Settings.timeDisplayMode_option_12hour": "", + "components.Settings.timeDisplayMode_option_24hour": "", "components.Syncing.address_copied_notification_description": "", "components.Syncing.address_copied_notification_title": "", "components.Syncing.block_progress": "", diff --git a/translations/sr-SP.json b/translations/sr-SP.json index 92012a20101..e42f5665000 100644 --- a/translations/sr-SP.json +++ b/translations/sr-SP.json @@ -653,6 +653,10 @@ "components.Settings.theme_label": "", "components.Settings.theme_option_dark": "", "components.Settings.theme_option_light": "", + "components.Settings.timeDisplayMode_description": "", + "components.Settings.timeDisplayMode_label": "", + "components.Settings.timeDisplayMode_option_12hour": "", + "components.Settings.timeDisplayMode_option_24hour": "", "components.Syncing.address_copied_notification_description": "", "components.Syncing.address_copied_notification_title": "", "components.Syncing.block_progress": "", diff --git a/translations/sv-SE.json b/translations/sv-SE.json index 4fdb014f958..befcf2c1a78 100644 --- a/translations/sv-SE.json +++ b/translations/sv-SE.json @@ -653,6 +653,10 @@ "components.Settings.theme_label": "", "components.Settings.theme_option_dark": "", "components.Settings.theme_option_light": "", + "components.Settings.timeDisplayMode_description": "", + "components.Settings.timeDisplayMode_label": "", + "components.Settings.timeDisplayMode_option_12hour": "", + "components.Settings.timeDisplayMode_option_24hour": "", "components.Syncing.address_copied_notification_description": "", "components.Syncing.address_copied_notification_title": "", "components.Syncing.block_progress": "", diff --git a/translations/tr-TR.json b/translations/tr-TR.json index b4ab337b33a..930f6b449c9 100644 --- a/translations/tr-TR.json +++ b/translations/tr-TR.json @@ -653,6 +653,10 @@ "components.Settings.theme_label": "", "components.Settings.theme_option_dark": "", "components.Settings.theme_option_light": "", + "components.Settings.timeDisplayMode_description": "", + "components.Settings.timeDisplayMode_label": "", + "components.Settings.timeDisplayMode_option_12hour": "", + "components.Settings.timeDisplayMode_option_24hour": "", "components.Syncing.address_copied_notification_description": "Ödeme adresi kopyalandı", "components.Syncing.address_copied_notification_title": "Adres kopyalandı", "components.Syncing.block_progress": "Toplam {totalBlocks} bloktan: {currentBlock}", diff --git a/translations/uk-UA.json b/translations/uk-UA.json index c8118a67b6e..95768064da5 100644 --- a/translations/uk-UA.json +++ b/translations/uk-UA.json @@ -653,6 +653,10 @@ "components.Settings.theme_label": "Тема", "components.Settings.theme_option_dark": "Темна", "components.Settings.theme_option_light": "Світла", + "components.Settings.timeDisplayMode_description": "", + "components.Settings.timeDisplayMode_label": "", + "components.Settings.timeDisplayMode_option_12hour": "", + "components.Settings.timeDisplayMode_option_24hour": "", "components.Syncing.address_copied_notification_description": "Адреса платежу скопійована у буфер обміну", "components.Syncing.address_copied_notification_title": "Адреса скопійована", "components.Syncing.block_progress": "Заблокувати {currentBlock} з {totalBlocks}", diff --git a/translations/vi-VN.json b/translations/vi-VN.json index 92012a20101..e42f5665000 100644 --- a/translations/vi-VN.json +++ b/translations/vi-VN.json @@ -653,6 +653,10 @@ "components.Settings.theme_label": "", "components.Settings.theme_option_dark": "", "components.Settings.theme_option_light": "", + "components.Settings.timeDisplayMode_description": "", + "components.Settings.timeDisplayMode_label": "", + "components.Settings.timeDisplayMode_option_12hour": "", + "components.Settings.timeDisplayMode_option_24hour": "", "components.Syncing.address_copied_notification_description": "", "components.Syncing.address_copied_notification_title": "", "components.Syncing.block_progress": "", diff --git a/translations/zh-CN.json b/translations/zh-CN.json index 56c27633efa..4dade42e3e9 100644 --- a/translations/zh-CN.json +++ b/translations/zh-CN.json @@ -653,6 +653,10 @@ "components.Settings.theme_label": "", "components.Settings.theme_option_dark": "", "components.Settings.theme_option_light": "", + "components.Settings.timeDisplayMode_description": "", + "components.Settings.timeDisplayMode_label": "", + "components.Settings.timeDisplayMode_option_12hour": "", + "components.Settings.timeDisplayMode_option_24hour": "", "components.Syncing.address_copied_notification_description": "", "components.Syncing.address_copied_notification_title": "", "components.Syncing.block_progress": "", diff --git a/translations/zh-TW.json b/translations/zh-TW.json index 75058884a31..41644c8aa61 100644 --- a/translations/zh-TW.json +++ b/translations/zh-TW.json @@ -653,6 +653,10 @@ "components.Settings.theme_label": "", "components.Settings.theme_option_dark": "", "components.Settings.theme_option_light": "", + "components.Settings.timeDisplayMode_description": "", + "components.Settings.timeDisplayMode_label": "", + "components.Settings.timeDisplayMode_option_12hour": "", + "components.Settings.timeDisplayMode_option_24hour": "", "components.Syncing.address_copied_notification_description": "", "components.Syncing.address_copied_notification_title": "", "components.Syncing.block_progress": "",