From eb6501de1d3810a81daffe9da546d8f88187d70f Mon Sep 17 00:00:00 2001 From: ledger-bot <37080477+ledger-bot@users.noreply.github.com> Date: Fri, 21 Dec 2018 17:22:49 +0100 Subject: [PATCH] New translations app.json (Chinese Simplified) --- static/i18n/zh/app.json | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/static/i18n/zh/app.json b/static/i18n/zh/app.json index 1f2ae671..be84ec2c 100644 --- a/static/i18n/zh/app.json +++ b/static/i18n/zh/app.json @@ -258,9 +258,13 @@ }, "modal": { "steps": { - "updateMCU": "MCU update" + "updateMCU": "Firmware update", + "osu": "Installing OSU...", + "flash-mcu": "MCU updating...", + "flash-bootloader": "Bootloader updating...", + "firmware": "Firmware updating...", + "flash": "Flashing your device..." }, - "installing": "正在更新固件...", "confirmIdentifier": "Verify the identifier", "confirmIdentifierText": "Verify that the identifier on your device is the same as the identifier below. Press the right button and enter your PIN code to confirm", "identifier": "Identifier", @@ -444,6 +448,11 @@ "desc": "查看存储在您的计算机上的用户数据,包括您的账户、缓存和设置。", "btn": "查看" }, + "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" + }, "exportLogs": { "title": "导出记录", "desc": "故障排除可能需要导出 Ledger Live 记录。", @@ -840,6 +849,10 @@ "title": "Something went wrong, please reconnect your device", "description": "{{message}}" }, + "UnexpectedBootloader": { + "title": "Opps, your device should not be in Bootloader mode", + "description": "Please restart your device or contact us" + }, "UserRefusedFirmwareUpdate": { "title": "设备上的固件更新被拒", "description": "请重试或联系 Ledger 支持人员"