diff options
Diffstat (limited to 'l10n-ko/chat/commands.properties')
-rw-r--r-- | l10n-ko/chat/commands.properties | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/l10n-ko/chat/commands.properties b/l10n-ko/chat/commands.properties new file mode 100644 index 0000000000..b887a5b97d --- /dev/null +++ b/l10n-ko/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=원본 <메시지>: 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=오프라인 |