ultimatepos/lang/ce/barcode.php

46 lines
1.9 KiB
PHP
Raw 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 [
'barcodes' => '條形碼',
'barcode_settings' => '條形碼設置',
'manage_your_barcodes' => '管理條形碼設置',
'all_your_barcode' => '所有條形碼設置',
'setting_name' => '貼紙設置名稱',
'setting_description' => '貼紙表設置說明',
'added_success' => '條形碼設置已成功添加',
'updated_success' => '條形碼設置已成功更新',
'deleted_success' => '條形碼設置已成功刪除',
'add_new_setting' => '添加新設置',
'add_barcode_setting' => '添加條形碼貼紙設置',
'edit_barcode_setting' => '編輯條形碼貼紙設置',
'in_in' => '以英寸為單位',
'width' => '貼紙的寬度',
'height' => '貼紙的高度',
'top_margin' => '額外的上邊距',
'left_margin' => '額外左邊距',
'row_distance' => '兩行之間的距離',
'col_distance' => '兩列之間的距離',
'blank_stickers' => '空白貼紙',
'stickers_in_one_row' => '連續貼紙',
'delete_confirm' => '此設置將被刪除\ n您確定嗎',
'set_as_default' => '設為默認值',
'default' => 'standard',
'default_set_success' => '默認設置成功',
'stickers_in_one_sheet' => '每張紙的貼紙數量',
'is_continuous' => '連續進給或滾動',
'products' => '產品',
'no_of_labels' => '標籤數量',
'info_in_labels' => '要在標籤中顯示的信息',
'print_name' => '產品名稱',
'print_variations' => '產品差異(推薦)',
'print_price' => '產品價格',
'show_price' => '顯示價格',
'print_variations' => '預覽',
'print_business_name' => '商家名稱',
'barcode_setting' => '條形碼設置',
'paper_width' => '紙張寬度',
'paper_height' => '紙張高度',
'print_labels' => '打印標籤',
'labels' => '標籤',
];