New translations

This commit is contained in:
Łukasz Domeradzki
2017-01-08 18:43:06 +01:00
parent dd89d4e4d0
commit 570c7b995b

View File

@@ -128,25 +128,48 @@
<data name="ConfirmRemoval" xml:space="preserve">
<value>您确认要移除这个设置吗?</value>
</data>
<data name="ErrorBotNameEmpty" xml:space="preserve">
<value>您的帐户名是空的!</value>
</data>
<data name="ErrorCantRemoveGlobalConfig" xml:space="preserve">
<value>您无法移除全局设置</value>
</data>
<data name="ErrorCantRenameGlobalConfig" xml:space="preserve">
<value>您无法重命名全局配置</value>
</data>
<data name="ErrorConfigPropertyInvalid" xml:space="preserve">
<value>配置 {0} 属性无效︰ {1}</value>
<comment>{0} will be replaced by name of the configuration property, {1} will be replaced by invalid value</comment>
</data>
<data name="ErrorInvalidCurrentCulture" xml:space="preserve">
<value>提供了无效的CurrentCultureConfigGenerator将以默认形式运行</value>
</data>
<data name="ErrorNameAlreadyUsed" xml:space="preserve">
<value>这个名称已经被使用了</value>
<comment>This happens e.g. when user wants to create a bot with name that exists already</comment>
</data>
<data name="ErrorNameReserved" xml:space="preserve">
<value>这个名称受到保留,无法使用</value>
<comment>This happens e.g. when user wants to create a bot with reserved name, such as "ASF"</comment>
</data>
<data name="ErrorObjectIsNull" xml:space="preserve">
<value>{0} 为空</value>
<comment>{0} will be replaced by object's name</comment>
</data>
<data name="New" xml:space="preserve">
<value>新建</value>
<comment>This is used as MessageBox title</comment>
</data>
<data name="Removal" xml:space="preserve">
<value>移除</value>
<comment>This is used as MessageBox title</comment>
</data>
<data name="Rename" xml:space="preserve">
<value>重命名</value>
<comment>This is used as MessageBox title</comment>
</data>