bnbweb/languages/zh_tw/admin/edit_languages.php
2023-06-28 03:45:01 +08:00

27 lines
1.1 KiB
PHP
Executable File
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
$_LANG['edit_languages'] = '語系編輯';
$_LANG['enter_keywords'] = '輸入語系關鍵字';
$_LANG['edit_button'] = '確認修改';
$_LANG['reset_button'] = '還 原';
$_LANG['back_list'] = '返回編輯語系';
$_LANG['item_name'] = '語系名稱';
$_LANG['item_value'] = '語系值';
$_LANG['notice_edit'] = '說明:留空將不會更新語系';
$_LANG['edit_languages_success'] = '恭喜!語系編輯成功!';
$_LANG['edit_languages_false'] = '對不起!語系編輯失敗!';
$_LANG['js_languages']['keyword_empty_error'] = '請輸入您要編輯的語系關鍵字!\n透過搜尋列出與此關鍵字相關的語系清單';
/* 每一??言文件??的?言? */
$_LANG['language_files']['common'] = '公共語系包';
$_LANG['language_files']['shopping_flow'] = '購物流程語系包';
$_LANG['language_files']['user'] = '會員中心語系包';
/* 操作描述 */
$_LANG['handle_tips'] = '請輸入您需要修改的語系關鍵字!';
$_LANG['file_attribute'] = '目前語系包檔案沒有可讀寫的權限!這樣您將不能進行語系的編輯作業。';
?>