From 0fb35e2658d99a81076a7dd3f739930c66dd382b Mon Sep 17 00:00:00 2001 From: ledger-bot <37080477+ledger-bot@users.noreply.github.com> Date: Tue, 22 Jan 2019 12:03:32 +0100 Subject: [PATCH 01/18] New translations app.json (Spanish) --- static/i18n/es/app.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/static/i18n/es/app.json b/static/i18n/es/app.json index 923863d2..ba4ef4d7 100644 --- a/static/i18n/es/app.json +++ b/static/i18n/es/app.json @@ -902,6 +902,10 @@ }, "FeeNotLoaded": { "title": "Couldn’t load fee rates, please set manual fees" + }, + "UnknownMCU": { + "title": "Unknown MCU version", + "description": "Please contact Ledger Support" } } -} \ No newline at end of file +} From f0ec141a3da8c97aac0ce170f8f28c872dfb880d Mon Sep 17 00:00:00 2001 From: ledger-bot <37080477+ledger-bot@users.noreply.github.com> Date: Tue, 22 Jan 2019 12:03:35 +0100 Subject: [PATCH 02/18] New translations app.json (Chinese Simplified) --- static/i18n/zh/app.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/static/i18n/zh/app.json b/static/i18n/zh/app.json index bcf8fb40..b10153ea 100644 --- a/static/i18n/zh/app.json +++ b/static/i18n/zh/app.json @@ -902,6 +902,10 @@ }, "FeeNotLoaded": { "title": "Couldn’t load fee rates, please set manual fees" + }, + "UnknownMCU": { + "title": "Unknown MCU version", + "description": "Please contact Ledger Support" } } -} \ No newline at end of file +} From c8c0a39c6de3c8994107f71fbefa9a5a9eb63bcb Mon Sep 17 00:00:00 2001 From: ledger-bot <37080477+ledger-bot@users.noreply.github.com> Date: Tue, 22 Jan 2019 12:03:37 +0100 Subject: [PATCH 03/18] New translations app.json (French) --- static/i18n/fr/app.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/static/i18n/fr/app.json b/static/i18n/fr/app.json index 254fddc4..87702c4d 100644 --- a/static/i18n/fr/app.json +++ b/static/i18n/fr/app.json @@ -902,6 +902,10 @@ }, "FeeNotLoaded": { "title": "Couldn’t load fee rates, please set manual fees" + }, + "UnknownMCU": { + "title": "Unknown MCU version", + "description": "Please contact Ledger Support" } } -} \ No newline at end of file +} From a035cf16b4d98afea82cc077a0c6e95913fc6ec1 Mon Sep 17 00:00:00 2001 From: ledger-bot <37080477+ledger-bot@users.noreply.github.com> Date: Tue, 22 Jan 2019 12:03:40 +0100 Subject: [PATCH 04/18] New translations app.json (Japanese) --- static/i18n/ja/app.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/static/i18n/ja/app.json b/static/i18n/ja/app.json index 2333e40f..a3a3a245 100644 --- a/static/i18n/ja/app.json +++ b/static/i18n/ja/app.json @@ -902,6 +902,10 @@ }, "FeeNotLoaded": { "title": "Couldn’t load fee rates, please set manual fees" + }, + "UnknownMCU": { + "title": "Unknown MCU version", + "description": "Please contact Ledger Support" } } -} \ No newline at end of file +} From 9b9b3460be1f39ca3864c58f6b187889353bbfbd Mon Sep 17 00:00:00 2001 From: ledger-bot <37080477+ledger-bot@users.noreply.github.com> Date: Tue, 22 Jan 2019 12:03:42 +0100 Subject: [PATCH 05/18] New translations app.json (Korean) --- static/i18n/ko/app.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/static/i18n/ko/app.json b/static/i18n/ko/app.json index 2fbf6e5d..a3e8aabb 100644 --- a/static/i18n/ko/app.json +++ b/static/i18n/ko/app.json @@ -902,6 +902,10 @@ }, "FeeNotLoaded": { "title": "Couldn’t load fee rates, please set manual fees" + }, + "UnknownMCU": { + "title": "Unknown MCU version", + "description": "Please contact Ledger Support" } } -} \ No newline at end of file +} From deeeee2339688880dc757aebda2d0e33ee2d1b15 Mon Sep 17 00:00:00 2001 From: ledger-bot <37080477+ledger-bot@users.noreply.github.com> Date: Tue, 22 Jan 2019 12:03:44 +0100 Subject: [PATCH 06/18] New translations app.json (Russian) --- static/i18n/ru/app.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/static/i18n/ru/app.json b/static/i18n/ru/app.json index db9bcb7a..370a9797 100644 --- a/static/i18n/ru/app.json +++ b/static/i18n/ru/app.json @@ -902,6 +902,10 @@ }, "FeeNotLoaded": { "title": "Couldn’t load fee rates, please set manual fees" + }, + "UnknownMCU": { + "title": "Unknown MCU version", + "description": "Please contact Ledger Support" } } -} \ No newline at end of file +} From e51e4bc8a6a84e725911065ec985f56e72eedab3 Mon Sep 17 00:00:00 2001 From: ledger-bot <37080477+ledger-bot@users.noreply.github.com> Date: Tue, 22 Jan 2019 15:34:54 +0100 Subject: [PATCH 07/18] New translations app.json (Spanish) --- static/i18n/es/app.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/static/i18n/es/app.json b/static/i18n/es/app.json index ba4ef4d7..8551ff1f 100644 --- a/static/i18n/es/app.json +++ b/static/i18n/es/app.json @@ -451,8 +451,12 @@ }, "repairDevice": { "title": "Repair your Ledger device", - "desc": "If you encountered some issue while updating your device and cannot resume the update process, you can try this option to repair your device.", - "button": "Repair" + "descSettings": "Use this tool to restore your Ledger device if it has become stuck during a firmware update.", + "desc": "Please select the state of your Ledger device.", + "button": "Repair", + "generic": "Bootloader", + "mcuNotGenuine": "MCU not genuine", + "followDeviceRepair": "Follow device repair instructions" }, "exportLogs": { "title": "Exportar registros", @@ -851,7 +855,7 @@ "description": "{{message}}" }, "UnexpectedBootloader": { - "title": "Opps, your device should not be in Bootloader mode", + "title": "Oops, your device should not be in Bootloader mode", "description": "Please restart your device or contact us" }, "UserRefusedFirmwareUpdate": { From e491c244abaecfd985be105880df6f3d0b037f12 Mon Sep 17 00:00:00 2001 From: ledger-bot <37080477+ledger-bot@users.noreply.github.com> Date: Tue, 22 Jan 2019 15:34:56 +0100 Subject: [PATCH 08/18] New translations app.json (Chinese Simplified) --- static/i18n/zh/app.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/static/i18n/zh/app.json b/static/i18n/zh/app.json index b10153ea..a257757b 100644 --- a/static/i18n/zh/app.json +++ b/static/i18n/zh/app.json @@ -451,8 +451,12 @@ }, "repairDevice": { "title": "Repair your Ledger device", - "desc": "If you encountered some issue while updating your device and cannot resume the update process, you can try this option to repair your device.", - "button": "Repair" + "descSettings": "Use this tool to restore your Ledger device if it has become stuck during a firmware update.", + "desc": "Please select the state of your Ledger device.", + "button": "Repair", + "generic": "Bootloader", + "mcuNotGenuine": "MCU not genuine", + "followDeviceRepair": "Follow device repair instructions" }, "exportLogs": { "title": "导出记录", @@ -851,7 +855,7 @@ "description": "{{message}}" }, "UnexpectedBootloader": { - "title": "Opps, your device should not be in Bootloader mode", + "title": "Oops, your device should not be in Bootloader mode", "description": "Please restart your device or contact us" }, "UserRefusedFirmwareUpdate": { From 5f83741984cb09d6463873eaee8a2ebe2e2c7185 Mon Sep 17 00:00:00 2001 From: ledger-bot <37080477+ledger-bot@users.noreply.github.com> Date: Tue, 22 Jan 2019 15:34:59 +0100 Subject: [PATCH 09/18] New translations app.json (French) --- static/i18n/fr/app.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/static/i18n/fr/app.json b/static/i18n/fr/app.json index 87702c4d..9a2b6001 100644 --- a/static/i18n/fr/app.json +++ b/static/i18n/fr/app.json @@ -451,8 +451,12 @@ }, "repairDevice": { "title": "Repair your Ledger device", - "desc": "If you encountered some issue while updating your device and cannot resume the update process, you can try this option to repair your device.", - "button": "Repair" + "descSettings": "Use this tool to restore your Ledger device if it has become stuck during a firmware update.", + "desc": "Please select the state of your Ledger device.", + "button": "Repair", + "generic": "Bootloader", + "mcuNotGenuine": "MCU not genuine", + "followDeviceRepair": "Follow device repair instructions" }, "exportLogs": { "title": "Export logs", @@ -851,7 +855,7 @@ "description": "{{message}}" }, "UnexpectedBootloader": { - "title": "Opps, your device should not be in Bootloader mode", + "title": "Oops, your device should not be in Bootloader mode", "description": "Please restart your device or contact us" }, "UserRefusedFirmwareUpdate": { From 7aa9f7ce719464e215d769b8560faee46396d34d Mon Sep 17 00:00:00 2001 From: ledger-bot <37080477+ledger-bot@users.noreply.github.com> Date: Tue, 22 Jan 2019 15:35:02 +0100 Subject: [PATCH 10/18] New translations app.json (Japanese) --- static/i18n/ja/app.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/static/i18n/ja/app.json b/static/i18n/ja/app.json index a3a3a245..aa2f544e 100644 --- a/static/i18n/ja/app.json +++ b/static/i18n/ja/app.json @@ -451,8 +451,12 @@ }, "repairDevice": { "title": "Repair your Ledger device", - "desc": "If you encountered some issue while updating your device and cannot resume the update process, you can try this option to repair your device.", - "button": "Repair" + "descSettings": "Use this tool to restore your Ledger device if it has become stuck during a firmware update.", + "desc": "Please select the state of your Ledger device.", + "button": "Repair", + "generic": "Bootloader", + "mcuNotGenuine": "MCU not genuine", + "followDeviceRepair": "Follow device repair instructions" }, "exportLogs": { "title": "ログのエクスポート", @@ -851,7 +855,7 @@ "description": "{{message}}" }, "UnexpectedBootloader": { - "title": "Opps, your device should not be in Bootloader mode", + "title": "Oops, your device should not be in Bootloader mode", "description": "Please restart your device or contact us" }, "UserRefusedFirmwareUpdate": { From 49ac8a0ca646d2873b040262a9f8660d568a0d30 Mon Sep 17 00:00:00 2001 From: ledger-bot <37080477+ledger-bot@users.noreply.github.com> Date: Tue, 22 Jan 2019 15:35:06 +0100 Subject: [PATCH 11/18] New translations app.json (Korean) --- static/i18n/ko/app.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/static/i18n/ko/app.json b/static/i18n/ko/app.json index a3e8aabb..d2fbefc5 100644 --- a/static/i18n/ko/app.json +++ b/static/i18n/ko/app.json @@ -451,8 +451,12 @@ }, "repairDevice": { "title": "Repair your Ledger device", - "desc": "If you encountered some issue while updating your device and cannot resume the update process, you can try this option to repair your device.", - "button": "Repair" + "descSettings": "Use this tool to restore your Ledger device if it has become stuck during a firmware update.", + "desc": "Please select the state of your Ledger device.", + "button": "Repair", + "generic": "Bootloader", + "mcuNotGenuine": "MCU not genuine", + "followDeviceRepair": "Follow device repair instructions" }, "exportLogs": { "title": "로그 내보내기", @@ -851,7 +855,7 @@ "description": "{{message}}" }, "UnexpectedBootloader": { - "title": "Opps, your device should not be in Bootloader mode", + "title": "Oops, your device should not be in Bootloader mode", "description": "Please restart your device or contact us" }, "UserRefusedFirmwareUpdate": { From d7653c3a54475882931fd5881efb63d7045963db Mon Sep 17 00:00:00 2001 From: ledger-bot <37080477+ledger-bot@users.noreply.github.com> Date: Tue, 22 Jan 2019 15:35:09 +0100 Subject: [PATCH 12/18] New translations app.json (Russian) --- static/i18n/ru/app.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/static/i18n/ru/app.json b/static/i18n/ru/app.json index 370a9797..7f330cf3 100644 --- a/static/i18n/ru/app.json +++ b/static/i18n/ru/app.json @@ -451,8 +451,12 @@ }, "repairDevice": { "title": "Repair your Ledger device", - "desc": "If you encountered some issue while updating your device and cannot resume the update process, you can try this option to repair your device.", - "button": "Repair" + "descSettings": "Use this tool to restore your Ledger device if it has become stuck during a firmware update.", + "desc": "Please select the state of your Ledger device.", + "button": "Repair", + "generic": "Bootloader", + "mcuNotGenuine": "MCU not genuine", + "followDeviceRepair": "Follow device repair instructions" }, "exportLogs": { "title": "Экспортировать журналы", @@ -851,7 +855,7 @@ "description": "{{message}}" }, "UnexpectedBootloader": { - "title": "Opps, your device should not be in Bootloader mode", + "title": "Oops, your device should not be in Bootloader mode", "description": "Please restart your device or contact us" }, "UserRefusedFirmwareUpdate": { From 9e9ced6ad8a597f6b22545d641f9d9accc95276c Mon Sep 17 00:00:00 2001 From: ledger-bot <37080477+ledger-bot@users.noreply.github.com> Date: Tue, 22 Jan 2019 16:04:12 +0100 Subject: [PATCH 13/18] New translations app.json (Spanish) --- static/i18n/es/app.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/i18n/es/app.json b/static/i18n/es/app.json index 8551ff1f..0b8a461a 100644 --- a/static/i18n/es/app.json +++ b/static/i18n/es/app.json @@ -874,6 +874,10 @@ "title": "Se requiere la actualización de la aplicación.", "description": "Desinstala y vuelve a instalar la aplicación {{managerAppName}} en el Gestor." }, + "DeviceOnDashboardExpected": { + "title": "Return to Dashboard", + "description": "Please navigate back to Dashboard on your device" + }, "WebsocketConnectionError": { "title": "Sorry, try again (websocket error)", "description": null From 9797bc10c27f538db87a1324e5c6c7adffee363b Mon Sep 17 00:00:00 2001 From: ledger-bot <37080477+ledger-bot@users.noreply.github.com> Date: Tue, 22 Jan 2019 16:04:15 +0100 Subject: [PATCH 14/18] New translations app.json (Chinese Simplified) --- static/i18n/zh/app.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/i18n/zh/app.json b/static/i18n/zh/app.json index a257757b..505d2b23 100644 --- a/static/i18n/zh/app.json +++ b/static/i18n/zh/app.json @@ -874,6 +874,10 @@ "title": "需要更新应用程序", "description": "在管理器中卸载并重新安装 {{managerAppName}} 应用程序" }, + "DeviceOnDashboardExpected": { + "title": "Return to Dashboard", + "description": "Please navigate back to Dashboard on your device" + }, "WebsocketConnectionError": { "title": "Sorry, try again (websocket error)", "description": null From a42278683b407ca58f2f8887ffdbee84f0d5e3c6 Mon Sep 17 00:00:00 2001 From: ledger-bot <37080477+ledger-bot@users.noreply.github.com> Date: Tue, 22 Jan 2019 16:04:18 +0100 Subject: [PATCH 15/18] New translations app.json (French) --- static/i18n/fr/app.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/i18n/fr/app.json b/static/i18n/fr/app.json index 9a2b6001..17eeea58 100644 --- a/static/i18n/fr/app.json +++ b/static/i18n/fr/app.json @@ -874,6 +874,10 @@ "title": "Mise à jour de l’application requise", "description": "Désinstallez et réinstallez l’application {{managerAppName}} dans le gestionnaire." }, + "DeviceOnDashboardExpected": { + "title": "Return to Dashboard", + "description": "Please navigate back to Dashboard on your device" + }, "WebsocketConnectionError": { "title": "Sorry, try again (websocket error)", "description": null From 64bcc1c57a800502e1192c3ca6987dee4eb67699 Mon Sep 17 00:00:00 2001 From: ledger-bot <37080477+ledger-bot@users.noreply.github.com> Date: Tue, 22 Jan 2019 16:04:22 +0100 Subject: [PATCH 16/18] New translations app.json (Japanese) --- static/i18n/ja/app.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/i18n/ja/app.json b/static/i18n/ja/app.json index aa2f544e..54603407 100644 --- a/static/i18n/ja/app.json +++ b/static/i18n/ja/app.json @@ -874,6 +874,10 @@ "title": "アプリの更新が必要です", "description": "マネージャーに{{managerAppName}}アプリをアンインストールし、再インストールします" }, + "DeviceOnDashboardExpected": { + "title": "Return to Dashboard", + "description": "Please navigate back to Dashboard on your device" + }, "WebsocketConnectionError": { "title": "Sorry, try again (websocket error)", "description": null From e86a03632e9cee10aaca07367629f91aa8476884 Mon Sep 17 00:00:00 2001 From: ledger-bot <37080477+ledger-bot@users.noreply.github.com> Date: Tue, 22 Jan 2019 16:04:24 +0100 Subject: [PATCH 17/18] New translations app.json (Korean) --- static/i18n/ko/app.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/i18n/ko/app.json b/static/i18n/ko/app.json index d2fbefc5..c7323495 100644 --- a/static/i18n/ko/app.json +++ b/static/i18n/ko/app.json @@ -874,6 +874,10 @@ "title": "앱 업데이트가 필요합니다.", "description": "Manager에서 {{managerAppName}} 앱을 제거한 후 다시 설치하십시오." }, + "DeviceOnDashboardExpected": { + "title": "Return to Dashboard", + "description": "Please navigate back to Dashboard on your device" + }, "WebsocketConnectionError": { "title": "Sorry, try again (websocket error)", "description": null From aafb53fc0396b1293eab863ccffb66d265d7421d Mon Sep 17 00:00:00 2001 From: ledger-bot <37080477+ledger-bot@users.noreply.github.com> Date: Tue, 22 Jan 2019 16:04:26 +0100 Subject: [PATCH 18/18] New translations app.json (Russian) --- static/i18n/ru/app.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/i18n/ru/app.json b/static/i18n/ru/app.json index 7f330cf3..18f3a8fc 100644 --- a/static/i18n/ru/app.json +++ b/static/i18n/ru/app.json @@ -874,6 +874,10 @@ "title": "Требуется обновить приложение.", "description": "Удалите и повторно установите приложение {{managerAppName}} через диспетчер." }, + "DeviceOnDashboardExpected": { + "title": "Return to Dashboard", + "description": "Please navigate back to Dashboard on your device" + }, "WebsocketConnectionError": { "title": "Sorry, try again (websocket error)", "description": null