New translations

This commit is contained in:
Łukasz Domeradzki
2017-01-08 19:31:23 +01:00
parent 3a638a6d77
commit c5fed9d06a

View File

@@ -142,9 +142,17 @@
<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>您提供的 CurrentCulture 無效ConfigGenerator 將以預設值繼續運行 </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>