Files
opensourcepos/app/Language/zh-Hant/Common.php
BudsieBuds e83c23cf0c Improve code style and PSR-12 compliance (#4204)
* 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
2025-05-02 19:37:06 +02:00

90 lines
4.6 KiB
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?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)",
"edit" => "編輯",
"email" => "郵箱",
"email_invalid_format" => "電郵格式錯誤。",
"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_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" => "登錄後將啟動到1的數據庫遷移.",
"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" => "郵遞區號",
];