diff options
Diffstat (limited to 'l10n-zh-CN/chat/commands.properties')
-rwxr-xr-x | l10n-zh-CN/chat/commands.properties | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/l10n-zh-CN/chat/commands.properties b/l10n-zh-CN/chat/commands.properties new file mode 100755 index 0000000000..92025fde28 --- /dev/null +++ b/l10n-zh-CN/chat/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=命令: %S.\n使用 /help <命令>了解更多信息。 +# LOCALIZATION NOTE (noCommand, noHelp): +# %S is the command name the user typed. +noCommand=没有“%S”命令。 +noHelp=抱歉,“%S”没有帮助信息。 + +sayHelpString=say <信息>: 发送一条单纯的信息而不进行命令处理。 +rawHelpString=raw <信息>: 发送一条未进行 HTML 项目转义的信息。 +helpHelpString=help <名称>: 显示命令 <命令名称> 的帮助信息,如果不带参数使用,则显示可用的命令列表。 + +# 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 <状态信息>: 用一个可选的状态信息将状态设置为 %2$S 。 +back=有空 +away=离开 +busy=忙碌 +dnd=忙碌 +offline=离线 |