mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-19 14:57:55 -05:00
58 lines
2.5 KiB
PHP
Executable File
58 lines
2.5 KiB
PHP
Executable File
<?php
|
||
|
||
$lang["common_address_1"] = "地址 1";
|
||
$lang["common_address_2"] = "地址 2";
|
||
$lang["common_city"] = "城市";
|
||
$lang["common_comments"] = "評論";
|
||
$lang["common_common"] = "一般";
|
||
$lang["common_confirm_search"] = "您已經選擇一行或多行,在搜索後這些紀錄將不能再被選取。您確定要提交這個搜索?";
|
||
$lang["common_country"] = "國家";
|
||
$lang["common_date"] = "Date";
|
||
$lang["common_delete"] = "刪除";
|
||
$lang["common_print"] = "Print";
|
||
$lang["common_det"] = "更多";
|
||
$lang["common_edit"] = "編輯";
|
||
$lang["common_email"] = "E-Mail";
|
||
$lang["common_email_invalid_format"] = "E-mail格式錯誤";
|
||
$lang["common_fields_required_message"] = "紅色欄位為必填";
|
||
$lang["common_first_name"] = "名";
|
||
$lang["common_first_name_required"] = "名為必填";
|
||
$lang["common_first_page"] = "First";
|
||
$lang["common_gender"] = "Gender";
|
||
$lang["common_gender_female"] = "V";
|
||
$lang["common_gender_male"] = "M";
|
||
$lang["common_inv"] = "庫存";
|
||
$lang["common_last_name"] = "姓";
|
||
$lang["common_last_name_required"] = "姓氏為必填";
|
||
$lang["common_last_page"] = "Last";
|
||
$lang["common_learn_about_project"] = "了解系統開展進度";
|
||
$lang["common_list_of"] = "列表";
|
||
$lang["common_logout"] = "登出";
|
||
$lang["common_new"] = "New";
|
||
$lang["common_no_persons_to_display"] = "沒有使用者資料可以顯示";
|
||
$lang["common_or"] = "或";
|
||
$lang["common_phone_number"] = "電話";
|
||
$lang["common_phone_number_required"] = "";
|
||
$lang["common_please_visit_my"] = "請造訪";
|
||
$lang["common_powered_by"] = "Powered by";
|
||
$lang["common_price"] = "價值";
|
||
$lang["common_remove"] = "移除";
|
||
$lang["common_return_policy"] = "退貨政策";
|
||
$lang["common_search"] = "搜尋";
|
||
$lang["common_search_options"] = "Search options";
|
||
$lang["common_searched_for"] = "查找";
|
||
$lang["common_state"] = "州";
|
||
$lang["common_submit"] = "送出";
|
||
$lang["common_view_recent_sales"] = "最新的消售資訊";
|
||
$lang["common_website"] = "網站";
|
||
$lang["common_welcome"] = "歡迎";
|
||
$lang["common_welcome_message"] = "歡迎使用Open Source Point of Sale,請點擊下面的模組以開始使用!";
|
||
$lang["common_you_are_using_ospos"] = "您正在使用 Open Source Point of Sale 版本";
|
||
$lang["common_zip"] = "郵遞區號";
|
||
$lang["common_import"] = "Import";
|
||
$lang["common_download_import_template"] = "Download Import Excel Template (CSV)";
|
||
$lang["common_import_file_path"] = "file path";
|
||
$lang["common_import_excel"] = "Excel Import";
|
||
$lang["common_import_full_path"] = "Full path to excel file required";
|
||
$lang["common_required"] = "Required";
|