mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-29 19:51:05 -05:00
Language folders renamed + fix for loading them Added smoe translations to the nl-BE language Autoload settings adapted
41 lines
1.8 KiB
PHP
Executable File
41 lines
1.8 KiB
PHP
Executable File
<?php
|
||
$lang['common_common'] = '一般';
|
||
$lang['common_submit'] = '送出';
|
||
$lang['common_or'] = '或';
|
||
$lang['common_powered_by'] = 'Powered by';
|
||
$lang['common_welcome'] = '歡迎';
|
||
$lang['common_logout'] = '登出';
|
||
$lang['common_list_of'] = '列表';
|
||
$lang['common_first_name'] = '名';
|
||
$lang['common_last_name'] = '姓';
|
||
$lang['common_email'] = 'E-Mail';
|
||
$lang['common_phone_number'] = '電話';
|
||
$lang['common_address_1'] = '地址 1';
|
||
$lang['common_address_2'] = '地址 2';
|
||
$lang['common_city'] = '城市';
|
||
$lang['common_state'] = '州';
|
||
$lang['common_zip'] = '郵遞區號';
|
||
$lang['common_country'] = '國家';
|
||
$lang['common_comments'] = '評論';
|
||
$lang['common_edit'] = '編輯';
|
||
$lang['common_search'] = '搜尋';
|
||
$lang['common_delete'] = '刪除';
|
||
$lang['common_remove'] = '移除';
|
||
$lang['common_view_recent_sales'] = '最新的消售資訊';
|
||
$lang['common_you_are_using_ospos'] = '您正在使用 Open Source Point of Sale 版本';
|
||
$lang['common_please_visit_my'] = '請造訪';
|
||
$lang['common_website'] = '網站';
|
||
$lang['common_fields_required_message'] = '紅色欄位為必填';
|
||
$lang['common_learn_about_project'] = '了解系統開展進度';
|
||
$lang['common_searched_for'] = '查找';
|
||
$lang['common_first_name_required'] = '名為必填';
|
||
$lang['common_last_name_required'] = '姓氏為必填';
|
||
$lang['common_email_invalid_format'] = 'E-mail格式錯誤';
|
||
$lang['common_confirm_search'] = '您已經選擇一行或多行,在搜索後這些紀錄將不能再被選取。您確定要提交這個搜索?';
|
||
$lang['common_no_persons_to_display'] = '沒有使用者資料可以顯示';
|
||
$lang['common_return_policy'] = '退貨政策';
|
||
$lang['common_price'] = '價值';
|
||
$lang['common_welcome_message']= '歡迎使用Open Source Point of Sale,請點擊下面的模組以開始使用!';
|
||
$lang['common_inv'] = '庫存';
|
||
$lang['common_det'] = '更多';
|
||
?>
|