commit eeff307ce587c0c19807a0ddee6f314620d8ee23 Author: Translation commit bot translation@torproject.org Date: Sat Aug 29 06:17:11 2015 +0000
Update translations for tor-messenger-commandsproperties_completed --- ja/commands.properties | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+)
diff --git a/ja/commands.properties b/ja/commands.properties new file mode 100644 index 0000000..3eb7de7 --- /dev/null +++ b/ja/commands.properties @@ -0,0 +1,27 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +# LOCALIZATION NOTE (commands): +# %S is a comma separated list of command names. +commands=Commands: %S.\n詳細な情報を得るために /help <command> を利用してみてください。 +# LOCALIZATION NOTE (noCommand, noHelp): +# %S is the command name the user typed. +noCommand='%s'のコマンドは有りません +noHelp='%s'コマンドに関するヘルプメッセージがありません + +sayHelpString=say <message>: はコマンドを処理することなくメッセージを送信します。 +rawHelpString=raw <message>: は HTML エンティティをエスケープせずにメッセージを送信します。 +helpHelpString=help <name>: は <name> コマンドのヘルプメッセージ、またはパラメーターなしで使用された際は使用可能なコマンドリストを表示します。 + +# LOCALIZATION NOTE (statusCommand): +# %1$S is replaced with a status command name +# (one of "back", "away", "busy", "dnd", or "offline"). +# %2$S is replaced with the localized version of that status type +# (one of the 5 strings below). +statusCommand=%1$S <status message>: は、任意のステータスメッセージをつけて %2$S にステータスを設定します。 +back=利用できる +away=離れてます +busy=利用できない +dnd=利用できない +offline=オフライン
tor-commits@lists.torproject.org