diff --git a/src/locales/strings/ko.json b/src/locales/strings/ko.json index 0642ed88ff0..2eccf52e13f 100644 --- a/src/locales/strings/ko.json +++ b/src/locales/strings/ko.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": "메모 ID", - "unique_identifier_destination_tag": "대상 태그", - "unique_identifier_note": "Note", - "unique_identifier_dropdown_option_memo": "메모 추가", - "unique_identifier_dropdown_option_memo_id": "메모 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",