Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion assets/i18n/en.i18n.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ errors:
invalid: "Not a valid address"
not_for_testnet: "Not a testnet address"
not_for_mainnet: "Not a mainnet address"
not_for_regtest: "Not a regtest address"
not_for_regtest: "Please check the address format.\n(Native SegWit supported)"
duplicated: "Address has already been added"
pin_check_error:
trial_count: "You can try $count more times"
Expand Down
2 changes: 1 addition & 1 deletion assets/i18n/jp.i18n.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ errors:
invalid: "有効なアドレスではありません"
not_for_testnet: "テストネットアドレスではありません"
not_for_mainnet: "メインネットアドレスではありません"
not_for_regtest: "regtestアドレスではありません"
not_for_regtest: "アドレス形式を確認してください。\n(Native SegWit 対応)"
duplicated: "アドレスは既に追加されています"
pin_check_error:
trial_count: "あと$count回試行できます"
Expand Down
2 changes: 1 addition & 1 deletion assets/i18n/kr.i18n.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ errors:
invalid: "올바른 주소가 아니에요."
not_for_testnet: "테스트넷 주소가 아니에요."
not_for_mainnet: "메인넷 주소가 아니에요."
not_for_regtest: "레그테스트넷 주소가 아니에요."
not_for_regtest: "주소 형식을 확인해 주세요.(Native Segwit 지원)"
duplicated: "이미 입력한 주소예요"
pin_check_error:
trial_count: "$count번 다시 시도할 수 있어요"
Expand Down