mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 10:11:38 +09:00
64 lines
3.7 KiB
PHP
64 lines
3.7 KiB
PHP
<?php
|
||
/**
|
||
* @file modules/point/lang/zh-TW.lang.php
|
||
* @author zero <zero@nzeo.com> 翻譯:royallin
|
||
* @brief 點數(point)模組正體中文語言
|
||
**/
|
||
|
||
$lang->point = "點數";
|
||
$lang->level = "等級";
|
||
|
||
$lang->about_point_module = "點數系統可以在發表/刪除主題,發表/刪除評論,上傳/下載/刪除/檔案等動作時,付出相對應的點數。<br />點數系統模組只能設置各項點數,不能記錄點數。只有開啟插件後,才可以正常記錄相關點數。";
|
||
$lang->about_act_config = "討論板,部落格等模組都有發表/刪除主題,發表/刪除評論等動作。 <br />想要與討論板/部落格之外的模組關聯點數功能時,新增與其各模組功能適合的act值即可。";
|
||
|
||
$lang->max_level = '最高等級';
|
||
$lang->about_max_level = '可以指定最高等級。等級共設1000級,因此製作等級圖示時要好好考慮一下。';
|
||
|
||
$lang->level_icon = '等級圖示';
|
||
$lang->about_level_icon = '等級圖示要以 ./modules/point/icons/等級.gif形式指定,有時出現最高等級的圖示跟您指定的最高等級圖示不同的現象,請注意。';
|
||
|
||
$lang->point_name = '點數名稱';
|
||
$lang->about_point_name = '可指定點數名稱或點數單位。';
|
||
|
||
$lang->level_point = '等級點數';
|
||
$lang->about_level_point = '點數達到或減少到下列各等級所設置的點數時,將會自動調節相對應等級。';
|
||
|
||
$lang->disable_download = '禁止下載';
|
||
$lang->about_disable_download = '沒有點數時,將禁止下載。(圖片除外)';
|
||
|
||
$lang->level_point_calc = '計算等級點數';
|
||
$lang->expression = '使用等級變數<b>"i"</b>輸入JS數學函數。例: Math.pow(i, 2) * 90';
|
||
$lang->cmd_exp_calc = '計算';
|
||
$lang->cmd_exp_reset = '重置';
|
||
|
||
$lang->cmd_point_recal = '重置點數';
|
||
$lang->about_cmd_point_recal = '重置點數。即只保留文章/評論/附件/新會員註冊的相關點數項。<br />其中,重置後的新會員註冊點數項,將在會員有相關動作(發表主題/評論等)時,才付與其相對應的點數。<br />此項功能請務必慎用!此項功能只能在資料轉移或真的需要重置所有點數時才可以使用。';
|
||
|
||
$lang->point_link_group = '等級';
|
||
$lang->about_point_link_group = '即用戶組隨等級變化。當等級達到指定等級時,會員所屬用戶組將自動更新成相對應的用戶組。但是更新成新的用戶組時,之前的預設用戶組將自動被刪除。';
|
||
|
||
$lang->about_module_point = '可以分別對各模組進行點數設置,沒有被設置的模組將使用預設值。<br />所有點數在相反動作下恢復原始值。即:發表主題後再刪除得到的點數為0分。';
|
||
|
||
$lang->point_signup = '註冊';
|
||
$lang->point_insert_document = '發表主題';
|
||
$lang->point_delete_document = '刪除主題';
|
||
$lang->point_insert_comment = '發表評論';
|
||
$lang->point_delete_comment = '刪除評論';
|
||
$lang->point_upload_file = '上傳檔案';
|
||
$lang->point_delete_file = '刪除檔案';
|
||
$lang->point_download_file = '下載檔案 (圖片除外)';
|
||
$lang->point_read_document = '檢視主題';
|
||
$lang->point_voted = '推薦';
|
||
$lang->point_blamed = '反對';
|
||
|
||
|
||
$lang->cmd_point_config = '基本設置';
|
||
$lang->cmd_point_module_config = '目標模組設置';
|
||
$lang->cmd_point_act_config = '功能act設置';
|
||
$lang->cmd_point_member_list = '會員點數列表';
|
||
|
||
$lang->msg_cannot_download = '點數不足無法下載!';
|
||
|
||
$lang->point_recal_message = '計算並套用中(%d / %d)。';
|
||
$lang->point_recal_finished = '點數重新計算並套用完畢。';
|
||
?>
|