mirror of
https://github.com/igniterealtime/Spark.git
synced 2025-10-29 19:57:28 +00:00
Translate transferguard_i18n.properties in zh_CN
100% translated source file: 'transferguard_i18n.properties' on 'zh_CN'.
This commit is contained in:
parent
b2c93981b1
commit
fd1792727f
@ -0,0 +1,54 @@
|
||||
##
|
||||
## Transferguard Language File
|
||||
##
|
||||
## Additional locales can be specified by creating a new resource file in this
|
||||
## directory using the following conventions:
|
||||
##
|
||||
## spark_i18n "_" language "_" country ".properties"
|
||||
## spark_i18n "_" language ".properties"
|
||||
##
|
||||
## e.g.
|
||||
## spark_i18n_en.properties <- English resources
|
||||
## spark_i18n_en_US.properties <- American US resources
|
||||
## spark_i18n_de.properties <- German resources
|
||||
## spark_i18n_ja.properties <- Japanese resources
|
||||
##
|
||||
## Please note that the two digit language code should be lower case, and the
|
||||
## two digit country code should be in uppercase. Often, it is not necessary to
|
||||
## specify the country code.
|
||||
##
|
||||
## A full list of language codes can be found at
|
||||
## http://www-old.ics.uci.edu/pub/ietf/http/related/iso639.txt
|
||||
## and a full list of country codes can be found at
|
||||
## http://www.chemie.fu-berlin.de/diverse/doc/ISO_3166.html
|
||||
##
|
||||
## In property strings that are parameterized, single quotes can be used to
|
||||
## quote the "{" (curly brace) if necessary. A real single quote is represented by ''.
|
||||
##
|
||||
##
|
||||
## REVISION HISTORY (by Transferguard version):
|
||||
##
|
||||
## 1.0.1
|
||||
## Added key: 'guard.settings.tooltips.blockedtypes'
|
||||
## Added key: 'guard.settings.tooltips.blockedperson'
|
||||
## Added key: 'guard.settings.tooltips.textarea'
|
||||
## Added key: 'guard.settings.title.extensions'
|
||||
## Added key: 'guard.settings.title.person'
|
||||
## Added key: 'guard.settings.title.rejectresponse'
|
||||
## Added key: 'guard.settings.label.maxsize'
|
||||
## Added key: 'guard.settings.title.filesize'
|
||||
## Added key: 'guard.settings.limitcheck'
|
||||
## Added key: 'guard.settings.title.settings'
|
||||
##
|
||||
|
||||
guard.settings.title.list = 传输防护
|
||||
guard.settings.title.settings = 文件传输设置
|
||||
guard.settings.tooltips.blockedtypes = 输入要阻止的文件扩展名(例如,'*.doc'),用逗号分隔
|
||||
guard.settings.tooltips.blockedperson = 输入要阻止文件传输的用户的 JID(例如,'loser@domain.com'),用逗号分隔
|
||||
guard.settings.tooltips.textarea = 输入要发送给那些文件被您的设置阻止的人的消息。如果您不想给他们发消息,请将此空格留空。
|
||||
guard.settings.title.extensions = 阻止的文件扩展名
|
||||
guard.settings.title.person = 阻止的发送者
|
||||
guard.settings.title.rejectresponse = 自动拒绝响应
|
||||
guard.settings.label.maxsize = 最大大小(KB):
|
||||
guard.settings.title.filesize = 文件大小
|
||||
guard.settings.limitcheck = 限制文件大小
|
||||
Loading…
x
Reference in New Issue
Block a user