mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-18 22:38:00 -05:00
* Improve code style and PSR-12 compliance - refactored code formatting to adhere to PSR-12 guidelines - standardized coding conventions across the codebase - added missing framework files and reverted markup changes - reformatted arrays for enhanced readability - updated language files for consistent styling and clarity - minor miscellaneous improvements
52 lines
2.4 KiB
PHP
52 lines
2.4 KiB
PHP
<?php
|
|
|
|
return [
|
|
"add_item" => "添加支出",
|
|
"amount" => "Amount",
|
|
"amount_number" => "Amount must be a number",
|
|
"amount_required" => "Expense Amount required",
|
|
"by_category" => "Category",
|
|
"cannot_be_deleted" => "Could not delete Category Expense(s)",
|
|
"cash" => "现金",
|
|
"cash_filter" => "Cash",
|
|
"categories_name" => "类别",
|
|
"category_required" => "类别是必填的",
|
|
"check" => "Check",
|
|
"check_filter" => "Check",
|
|
"confirm_delete" => "Are you sure you want to delete the selected Expense?",
|
|
"confirm_restore" => "",
|
|
"credit" => "信用卡",
|
|
"credit_filter" => "Credit Card",
|
|
"date" => "Date",
|
|
"date_number" => "日期必须是数字",
|
|
"date_required" => "日期是必填的",
|
|
"debit" => "借记卡",
|
|
"debit_filter" => "Debit Card",
|
|
"description" => "描述",
|
|
"due" => "Due",
|
|
"due_filter" => "Due",
|
|
"employee" => "Created By",
|
|
"error_adding_updating" => "Error adding/updating Expense",
|
|
"expense_id" => "Id",
|
|
"expenses_employee" => "Employee",
|
|
"info" => "Expense Info",
|
|
"ip_address" => "",
|
|
"is_deleted" => "Deleted",
|
|
"name_required" => "名称是必填的",
|
|
"new" => "新支出",
|
|
"new_supplier" => "",
|
|
"no_expenses_to_display" => "There are no Expenses to display",
|
|
"none_selected" => "You have not selected any Expense",
|
|
"one_or_multiple" => "Expense(s)",
|
|
"payment" => "Payment Type",
|
|
"start_typing_supplier_name" => "",
|
|
"successful_adding" => "支出添加成功",
|
|
"successful_deleted" => "支出删除成功",
|
|
"successful_updating" => "支出更新成功",
|
|
"supplier_name" => "供应商",
|
|
"supplier_tax_code" => "税代码",
|
|
"tax_amount" => "税",
|
|
"tax_amount_number" => "",
|
|
"update" => "更新支出",
|
|
];
|