-
Notifications
You must be signed in to change notification settings - Fork 439
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Translate transferguard_i18n.properties in zh_CN
100% translated source file: 'transferguard_i18n.properties' on 'zh_CN'.
- Loading branch information
1 parent
b2c9398
commit fd17927
Showing
1 changed file
with
54 additions
and
0 deletions.
There are no files selected for viewing
54 changes: 54 additions & 0 deletions
54
plugins/transferguard/src/main/resources/i18n/transferguard_i18n_zh_CN.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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(例如,'[email protected]'),用逗号分隔 | ||
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 = 限制文件大小 |