mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-10 18:09:30 -04:00
72 lines
3.9 KiB
PHP
72 lines
3.9 KiB
PHP
<?php
|
||
return [
|
||
"giftcards_add_minus" => "加/減庫存",
|
||
"giftcards_allow_alt_description" => "允許使用ALT描述",
|
||
"giftcards_bulk_edit" => "批量編輯",
|
||
"giftcards_cannot_be_deleted" => "無法刪除選定的禮金券,一個或多個所選擇的禮金券已經使用。",
|
||
"giftcards_cannot_find_giftcard" => "找不到禮金券的訊息",
|
||
"giftcards_cannot_use" => "Giftcard %1 cannot be used for this sale. Invalid Customer!",
|
||
"giftcards_card_value" => "金額",
|
||
"giftcards_category" => "類別",
|
||
"giftcards_change_all_to_allow_alt_desc" => "充許全部ALT倒序",
|
||
"giftcards_change_all_to_not_allow_allow_desc" => "不允許全部ALT倒序",
|
||
"giftcards_change_all_to_serialized" => "全部更改序號至序列化",
|
||
"giftcards_change_all_to_unserialized" => "全部更改序號至非序列化",
|
||
"giftcards_confirm_bulk_edit" => "您確定您要編輯的所有選擇的禮金券嗎?",
|
||
"giftcards_confirm_delete" => "你確定你要刪除選定的禮金券?",
|
||
"giftcards_confirm_restore" => "",
|
||
"giftcards_cost_price" => "成本價格",
|
||
"giftcards_count" => "更新庫存",
|
||
"giftcards_csv_import_failed" => "CSV匯入失敗",
|
||
"giftcards_current_quantity" => "當前數量",
|
||
"giftcards_description" => "描述",
|
||
"giftcards_details_count" => "庫存盤點詳情",
|
||
"giftcards_do_nothing" => "不做任何修改",
|
||
"giftcards_edit_fields_you_want_to_update" => "編輯所有選定的禮金券中你想要編輯的資料",
|
||
"giftcards_edit_multiple_giftcards" => "多重編輯",
|
||
"giftcards_error_adding_updating" => "新增/更新禮金券錯誤",
|
||
"giftcards_error_updating_multiple" => "禮金券更新錯誤",
|
||
"giftcards_generate_barcodes" => "產生條碼",
|
||
"giftcards_giftcard" => "禮金券",
|
||
"giftcards_giftcard_number" => "禮金券編號",
|
||
"giftcards_info_provided_by" => "提供信息的來源",
|
||
"giftcards_inventory_comments" => "評論",
|
||
"giftcards_is_serialized" => "禮金券序號",
|
||
"giftcards_low_inventory_giftcards" => "禮金券庫存過低",
|
||
"giftcards_manually_editing_of_quantity" => "手動編輯數量",
|
||
"giftcards_must_select_giftcard_for_barcode" => "您必須選擇至少一個禮金券才能生成條形碼",
|
||
"giftcards_new" => "新建禮金券",
|
||
"giftcards_no_description_giftcards" => "沒有描述的禮金券",
|
||
"giftcards_no_giftcards_to_display" => "沒有禮金券可以顯示",
|
||
"giftcards_none" => "無",
|
||
"giftcards_none_selected" => "您還沒有選擇任何禮金券進行編輯",
|
||
"giftcards_number" => "禮金券編號需為數字",
|
||
"giftcards_number_information" => "禮金券編號",
|
||
"giftcards_number_required" => "請輸入禮金券編號",
|
||
"giftcards_one_or_multiple" => "禮金券",
|
||
"giftcards_person_id" => "Customer",
|
||
"giftcards_quantity" => "數量",
|
||
"giftcards_quantity_required" => "數量是必填字段。請按關閉(X)來取消",
|
||
"giftcards_remaining_balance" => "Giftcard %1 remaining value is %2!",
|
||
"giftcards_reorder_level" => "補貨點",
|
||
"giftcards_retrive_giftcard_info" => "檢索禮金券訊息",
|
||
"giftcards_sales_tax_1" => "銷售稅額 1",
|
||
"giftcards_sales_tax_2" => "銷售稅額 2",
|
||
"giftcards_serialized_giftcards" => "排序禮金券",
|
||
"giftcards_successful_adding" => "新增禮金券成功",
|
||
"giftcards_successful_bulk_edit" => "您已成功更新選定的禮品卡",
|
||
"giftcards_successful_deleted" => "成功刪除禮金券",
|
||
"giftcards_successful_updating" => "成功更新禮金券",
|
||
"giftcards_supplier" => "供應商",
|
||
"giftcards_tax_1" => "稅額 1",
|
||
"giftcards_tax_2" => "稅額 2",
|
||
"giftcards_tax_percent" => "稅率",
|
||
"giftcards_tax_percents" => "稅率 Percent(s)",
|
||
"giftcards_unit_price" => "單位價格",
|
||
"giftcards_upc_database" => "UPC Database",
|
||
"giftcards_update" => "更新禮金券",
|
||
"giftcards_use_inventory_menu" => "使用庫存清單",
|
||
"giftcards_value" => "禮金券金額需為數字",
|
||
"giftcards_value_required" => "請輸入禮金券金額",
|
||
];
|