commit cb7ca86a290e00a09eaa3c9a1211b1e255140381 Author: Translation commit bot translation@torproject.org Date: Sat Oct 1 03:47:26 2016 +0000
Update translations for tor-messenger-commandsproperties_completed --- vi/commands.properties | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+)
diff --git a/vi/commands.properties b/vi/commands.properties new file mode 100644 index 0000000..7499120 --- /dev/null +++ b/vi/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=Lệnh: %S.\nUse /help <command> để có thêm thông tin. +# LOCALIZATION NOTE (noCommand, noHelp): +# %S is the command name the user typed. +noCommand=Không có lệnh '%S' +noHelp=Không có thông điệp trợ giúp cho lệnh '%S', rất tiếc! + +sayHelpString=say <message>: gửi một thông điệp mà không có những lệnh thực thi. +rawHelpString=raw <message>: gửi một thông điệp mà không thoát khỏi các thực thể HTML. +helpHelpString=help <name>: hiển thị thông điệp giúp đỡ cho lệnh <name> hoặc danh sách của những lệnh khả thi khi được sử dụng mà không có tham số. + +# 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>: đặt trạng thái thành %2$S với một thông điệp trạng thái tùy chọn. +back=có sẵn +away=ngay lập tức +busy=không có sẵn +dnd=không có sẵn +offline=ngoại tuyến
tor-commits@lists.torproject.org