mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-07-12 07:56:34 -04:00
Translated using Weblate (Chinese (Simplified))
Currently translated at 69.2% (18 of 26 strings) Translation: ospos/attributes Translate-URL: http://weblate.jpeelaer.net/projects/ospos/attributes/zh_Hans/
This commit is contained in:
@@ -1,23 +1,22 @@
|
||||
<?php
|
||||
|
||||
$lang["attributes_attribute_value_invalid_chars"] = "";
|
||||
$lang["attributes_confirm_delete"] = "";
|
||||
$lang["attributes_definition_cannot_be_deleted"] = "";
|
||||
$lang["attributes_definition_flags"] = "";
|
||||
$lang["attributes_definition_group"] = "";
|
||||
$lang["attributes_definition_id"] = "";
|
||||
$lang["attributes_definition_name"] = "";
|
||||
$lang["attributes_definition_name_required"] = "";
|
||||
$lang["attributes_definition_one_or_multiple"] = "";
|
||||
$lang["attributes_definition_successful_adding"] = "";
|
||||
$lang["attributes_definition_successful_deleted"] = "";
|
||||
$lang["attributes_definition_successful_updating"] = "";
|
||||
$lang["attributes_definition_type"] = "";
|
||||
$lang["attributes_definition_type_required"] = "";
|
||||
$lang["attributes_definition_values"] = "";
|
||||
$lang["attributes_new"] = "";
|
||||
$lang["attributes_no_attributes_to_display"] = "";
|
||||
$lang["attributes_receipt_visibility"] = "";
|
||||
<?php
|
||||
$lang["attributes_attribute_value_invalid_chars"] = "属性特征不能包含':' or '|'";
|
||||
$lang["attributes_confirm_delete"] = "确定要删除所选属性吗";
|
||||
$lang["attributes_definition_cannot_be_deleted"] = "不能删除该特征属性";
|
||||
$lang["attributes_definition_flags"] = "属性可见性";
|
||||
$lang["attributes_definition_group"] = "组";
|
||||
$lang["attributes_definition_id"] = "ID卡";
|
||||
$lang["attributes_definition_name"] = "添加特征属性";
|
||||
$lang["attributes_definition_name_required"] = "属性必须填写";
|
||||
$lang["attributes_definition_one_or_multiple"] = "属性特征";
|
||||
$lang["attributes_definition_successful_adding"] = "你成功添加物品";
|
||||
$lang["attributes_definition_successful_deleted"] = "已经成功删除";
|
||||
$lang["attributes_definition_successful_updating"] = "更新属性成功";
|
||||
$lang["attributes_definition_type"] = "属性类别";
|
||||
$lang["attributes_definition_type_required"] = "属性必填";
|
||||
$lang["attributes_definition_values"] = "属性特征值";
|
||||
$lang["attributes_new"] = "新属性";
|
||||
$lang["attributes_no_attributes_to_display"] = "没有物品需要显示";
|
||||
$lang["attributes_receipt_visibility"] = "小票";
|
||||
$lang["attributes_show_in_items"] = "";
|
||||
$lang["attributes_show_in_items_visibility"] = "";
|
||||
$lang["attributes_show_in_receipt"] = "";
|
||||
|
||||
Reference in New Issue
Block a user