-
-
Notifications
You must be signed in to change notification settings - Fork 256
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
i18n: experimental japanese localisation (#643)
- Loading branch information
Showing
7 changed files
with
70 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
commands: | ||
exit: | ||
description: BOT をシャットダウンする。 | ||
|
||
options: | ||
restart: BOT を再起動する。 | ||
|
||
messages: | ||
exiting: シャットダウン中…… | ||
restarting: 再起動中…… | ||
restarted: 再起動完了。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
general: | ||
name: 日本語 | ||
paren: '({0})' | ||
quote: '「{0}」' | ||
comma: '、' | ||
and: と | ||
or: や | ||
day: 日 | ||
hour: 時間 | ||
minute: 分 | ||
second: 秒 | ||
|
||
internal: | ||
low-authority: 実行できる権限が付与されていません | ||
insufficient-arguments: パラメータが不足しています、「help」を送信して使い方を確認してください。 | ||
redunant-arguments: パラメータ数が多すぎます、「help」を送信して使い方を確認してください。 | ||
invalid-argument: 無効なパラメータ「{0}」、{1} | ||
unknown-option: 未知なオプション「{0}」、「help」を送信して使い方を確認してください。 | ||
invalid-option: 無効なオプション「{0}」、{1} | ||
check-syntax: 「help」を送信して使い方を検索してください。 | ||
invalid-number: 数字を指定してください。 | ||
invalid-integer: 整数を指定してください。 | ||
invalid-posint: 正の整数を指定してください。 | ||
invalid-natural: 自然数を指定してください。 | ||
invalid-date: 日付を指定してください。 | ||
invalid-user: ユーザー名を指定してください。 | ||
invalid-channel: チャンネル名を指定してください。 | ||
|
||
suggest: | ||
hint: 「{0}」を実行したいですか? | ||
command-prefix: '' | ||
command-suffix: 句点を送信してコマンドを実行します。 | ||
help-prefix: コマンドが見つかりません。 | ||
help-suffix: 句点を送信してこの提案を実行します。 | ||
|
||
commands: | ||
help: | ||
description: ヘルプを表示 | ||
options: | ||
help: このメッセージを表示 | ||
authority: コマンドやオプションの権限を表示 | ||
showHidden: 隠しコマンドやオプションを表示 | ||
messages: | ||
hint-authority: 最低権限は括弧にで表示されています | ||
hint-subcommand: サブコマンドがあるコマンドはアスタリスクで表示されています | ||
command-aliases: '別名: {0}。' | ||
command-examples: 例: | ||
command-authority: '最低権限:{0}。' | ||
subcommand-prolog: '利用可能なサブコマンド{0}:' | ||
global-prolog: '利用可能なコマンド{0}:' | ||
global-epilog: 「help <command>」を送信してコマンドの使い方を表示します。 | ||
available-options: '利用可能なオプション:' | ||
available-options-with-authority: '利用可能なオプション(必要な権限は括弧にで表示されています):' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters