mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-13 11:57:57 -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
90 lines
4.5 KiB
PHP
90 lines
4.5 KiB
PHP
<?php
|
||
|
||
return [
|
||
"address_1" => "地址 1",
|
||
"address_2" => "地址 2",
|
||
"admin" => "",
|
||
"city" => "城市",
|
||
"clerk" => "",
|
||
"close" => "关闭",
|
||
"color" => "",
|
||
"comments" => "备注",
|
||
"common" => "一般",
|
||
"confirm_search" => "你已经选择了 一行或多行,之后的搜索结果不再被选取。你确定要提交本次搜索吗?",
|
||
"copyrights" => "© 2010 - {0}",
|
||
"correct_errors" => "信息有误,请修正后保存",
|
||
"country" => "国家",
|
||
"dashboard" => "",
|
||
"date" => "日期",
|
||
"delete" => "刪除",
|
||
"det" => "更多",
|
||
"download_import_template" => "下载CSV模板(CSV)",
|
||
"edit" => "编辑",
|
||
"email" => "邮箱",
|
||
"email_invalid_format" => "Email格式错误。",
|
||
"export_csv" => "CSV 导出",
|
||
"export_csv_no" => "否",
|
||
"export_csv_yes" => "是",
|
||
"fields_required_message" => "红色栏位是必填项",
|
||
"fields_required_message_unique" => "",
|
||
"first_name" => "名",
|
||
"first_name_required" => "名为必填项。",
|
||
"first_page" => "首页",
|
||
"gender" => "性别",
|
||
"gender_female" => "女",
|
||
"gender_male" => "男",
|
||
"gender_undefined" => "",
|
||
"icon" => "",
|
||
"id" => "Id",
|
||
"import" => "Import",
|
||
"import_change_file" => "更改",
|
||
"import_csv" => "CSV 导入",
|
||
"import_full_path" => "需要CSV文件的完整路径",
|
||
"import_remove_file" => "删除",
|
||
"import_select_file" => "选择文件",
|
||
"inv" => "库存",
|
||
"last_name" => "姓",
|
||
"last_name_required" => "姓氏为必填项。",
|
||
"last_page" => "尾页",
|
||
"learn_about_project" => "了解项目最新进度。",
|
||
"list_of" => "列表",
|
||
"logo" => "",
|
||
"logo_mark" => "",
|
||
"logout" => "登出",
|
||
"manager" => "",
|
||
"migration_needed" => "登录后,数据库将会迁移到{0}。",
|
||
"new" => "新建",
|
||
"no" => "",
|
||
"no_persons_to_display" => "沒有使用者资料可以展示。",
|
||
"none_selected_text" => "【请选择】",
|
||
"or" => "或",
|
||
"people" => "",
|
||
"phone_number" => "电话号码",
|
||
"phone_number_required" => "",
|
||
"please_visit_my" => "请造访",
|
||
"position" => "",
|
||
"powered_by" => "供应",
|
||
"price" => "价格",
|
||
"print" => "打印",
|
||
"remove" => "移除",
|
||
"required" => "需要",
|
||
"restore" => "恢复",
|
||
"return_policy" => "退货政策",
|
||
"search" => "搜索",
|
||
"search_options" => "搜索选项",
|
||
"searched_for" => "查找",
|
||
"software_short" => "",
|
||
"software_title" => "",
|
||
"state" => "省",
|
||
"submit" => "提交",
|
||
"total_spent" => "总支出",
|
||
"unknown" => "未知",
|
||
"view_recent_sales" => "查看最近的销售情况",
|
||
"website" => "网站",
|
||
"welcome" => "欢迎",
|
||
"welcome_message" => "欢迎使用OSPOS,请点击下面的模块开始使用。",
|
||
"yes" => "",
|
||
"you_are_using_ospos" => "您正在使用 Open Source Point Of Sale 版本",
|
||
"zip" => "邮政编码",
|
||
];
|