Add Japanese translations for v2.2.0-beta.1

This commit is contained in:
Kazuhito Yokoi
2022-01-14 14:43:28 +09:00
parent 81a4fe59d9
commit 977e7ef395
3 changed files with 41 additions and 8 deletions

View File

@@ -580,7 +580,9 @@
"server": "サーバ",
"return": "戻り値",
"ms": "ミリ秒",
"chars": "文字"
"chars": "文字",
"close": "終了",
"optional": "(任意)"
},
"type": {
"listen": "待ち受け",
@@ -619,7 +621,8 @@
"socket-error": "__host__:__port__ にてソケットのエラーが生じました",
"no-host": "ホスト名またはポートが設定されていません",
"connect-timeout": "接続がタイムアウトしました",
"connect-fail": "接続に失敗しました"
"connect-fail": "接続に失敗しました",
"bad-string": "文字列への変換に失敗しました"
}
},
"udp": {