From a6eb92ff367e111a9fe12144ceab9ad30a51a115 Mon Sep 17 00:00:00 2001 From: Paul V Puey Date: Tue, 12 Sep 2023 11:53:54 -0700 Subject: [PATCH] New translations enUS.json (Chinese Simplified) --- src/locales/strings/zh.json | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/src/locales/strings/zh.json b/src/locales/strings/zh.json index b3e45852071..74e7af880f4 100644 --- a/src/locales/strings/zh.json +++ b/src/locales/strings/zh.json @@ -655,15 +655,21 @@ "restore_wallets_modal_description": "这将恢复所有已删除和存档的钱包", "restore_wallets_modal_confirm": "确认", "restore_wallets_modal_cancel": "取消", - "unique_identifier": "唯一标识符", - "unique_identifier_memo": "备注", - "unique_identifier_memo_id": "身份备忘录", - "unique_identifier_destination_tag": "目的地标签", - "unique_identifier_note": "Note", - "unique_identifier_dropdown_option_memo": "添加备注", - "unique_identifier_dropdown_option_memo_id": "添加备忘录识别元", - "unique_identifier_dropdown_option_destination_tag": "添加目的地标签", - "unique_identifier_dropdown_option_note": "Add Note", + "memo_destination_tag_title": "Destination Tag", + "memo_memo_title": "Memo", + "memo_note_title": "Note", + "memo_op_return_title": "OP_RETURN", + "memo_destination_tag_label": "destination tag", + "memo_memo_label": "memo", + "memo_note_label": "note", + "memo_op_return_label": "OP_RETURN", + "memo_dropdown_option_s": "Add %s", + "memo_error_text_too_long_s": "Cannot be longer than %i characters", + "memo_error_number": "Not a valid number", + "memo_error_number_value_s": "Cannot be greater than %s", + "memo_error_hex": "Not valid hexadecimal", + "memo_error_hext_too_long_s": "Cannot be longer than %i bytes", + "memo_error_hext_too_short_s": "Cannot be shorter than %i bytes", "unique_identifier_modal_description": "请输入要发送给此交易的收件人的 %s 值", "unique_identifier_modal_confirm": "确认", "cannot_delete_last_wallet_modal_title": "Cannot Archive Wallet",