Merge branch 'origin/master' into Weblate

This commit is contained in:
Weblate
2020-03-02 22:10:46 +01:00
3 changed files with 40 additions and 12 deletions

View File

@@ -0,0 +1,30 @@
<?php
$lang["attributes_attribute_value_invalid_chars"] = "Attribute value cannot contain ':' or '|'";
$lang["attributes_confirm_delete"] = "Are you sure you want to delete the selected attribute(s)?";
$lang["attributes_confirm_restore"] = "Are you sure you want to restore the selected attribute(s)?";
$lang["attributes_definition_cannot_be_deleted"] = "Could not delete selected attribute(s)";
$lang["attributes_definition_error_adding_updating"] = "Attribute %1 could not be added or updated. Please check the error log.";
$lang["attributes_definition_flags"] = "Attribute Visibility";
$lang["attributes_definition_group"] = "Group";
$lang["attributes_definition_id"] = "Id";
$lang["attributes_definition_name"] = "Add Attribute";
$lang["attributes_definition_name_required"] = "Attribute name is a required field";
$lang["attributes_definition_one_or_multiple"] = "attribute(s)";
$lang["attributes_definition_successful_adding"] = "You have successfully added item";
$lang["attributes_definition_successful_deleted"] = "You have successfully deleted";
$lang["attributes_definition_successful_updating"] = "You have successfully updated attribute";
$lang["attributes_definition_type"] = "Attribute Type";
$lang["attributes_definition_type_required"] = "Attribute type is a required field";
$lang["attributes_definition_unit"] = "Measurement Unit";
$lang["attributes_definition_values"] = "Attribute Values";
$lang["attributes_new"] = "New Attribute";
$lang["attributes_no_attributes_to_display"] = "No Items to display";
$lang["attributes_receipt_visibility"] = "Receipt";
$lang["attributes_show_in_items"] = "Show in items";
$lang["attributes_show_in_items_visibility"] = "Items";
$lang["attributes_show_in_receipt"] = "Show in receipt";
$lang["attributes_show_in_receivings"] = "Show in receivings";
$lang["attributes_show_in_receivings_visibility"] = "Receivings";
$lang["attributes_show_in_sales"] = "Show in sales";
$lang["attributes_show_in_sales_visibility"] = "Sales";
$lang["attributes_update"] = "Update Attribute";

View File

@@ -1,11 +1,10 @@
<?php
<?php
$lang["customers_account_number"] = "帳號 #";
$lang["customers_account_number_duplicate"] = "This account number is already present in the database";
$lang["customers_available_points"] = "";
$lang["customers_available_points"] = "可用积分";
$lang["customers_average"] = "";
$lang["customers_avg_discount"] = "";
$lang["customers_basic_information"] = "";
$lang["customers_basic_information"] = "个人信息";
$lang["customers_cannot_be_deleted"] = "無法刪除選定的客戶,選定的客戶存有銷售紀錄。";
$lang["customers_company_name"] = "Company";
$lang["customers_confirm_delete"] = "你確定要刪除選定的客戶?";
@@ -13,13 +12,13 @@ $lang["customers_confirm_restore"] = "";
$lang["customers_consent"] = "";
$lang["customers_consent_required"] = "";
$lang["customers_customer"] = "客戶";
$lang["customers_date"] = "";
$lang["customers_date"] = "日期";
$lang["customers_discount"] = "折扣";
$lang["customers_discount_fixed"] = "";
$lang["customers_discount_percent"] = "";
$lang["customers_discount_type"] = "";
$lang["customers_email_duplicate"] = "";
$lang["customers_employee"] = "";
$lang["customers_discount_percent"] = "折扣率";
$lang["customers_discount_type"] = "优惠类型";
$lang["customers_email_duplicate"] = "email地址已被使用";
$lang["customers_employee"] = "员工";
$lang["customers_error_adding_updating"] = "添加/更新客戶錯誤";
$lang["customers_csv_import_failed"] = "CSV匯入失敗";
$lang["customers_csv_import_nodata_wrongformat"] = "Your uploaded file has no data or wrong format";

View File

@@ -1,6 +1,5 @@
<?php
$lang["customers_available_points"] = "";
<?php
$lang["customers_available_points"] = "可用积分";
$lang["rewards_package"] = "";
$lang["rewards_remaining_balance"] = "";
$lang["sales_account_number"] = "";