rhymix/modules/importer/lang/zh-TW.php
2016-01-31 16:01:17 +09:00

43 lines
3 KiB
PHP
Raw Permalink 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->cmd_sync_member = '同步';
$lang->cmd_continue = '繼續進行';
$lang->preprocessing = '匯入資料中';
$lang->importer = '匯入';
$lang->source_type = '匯入目標';
$lang->type_member = '會員資料';
$lang->type_message = '短訊息';
$lang->type_module = '討論板資料';
$lang->type_syncmember = '同步會員資料';
$lang->target_module = '目標模組';
$lang->xml_file = 'XML檔案';
$lang->import_step_title['1'] = 'Step 1. 選擇匯入目標';
$lang->import_step_title['12'] = 'Step 1-2. 選擇目標模組';
$lang->import_step_title['13'] = 'Step 1-3. 選擇目標分類';
$lang->import_step_title['2'] = 'Step 2. XML檔案';
$lang->import_step_title['3'] = 'Step 2. 同步會員資料與文章';
$lang->import_step_title['99'] = '匯入資料';
$lang->import_step_desc['1'] = '請選擇要匯入的 XML 檔案類型。';
$lang->import_step_desc['12'] = '請選擇要匯入的目標模組。';
$lang->import_step_desc['121'] = '文章:';
$lang->import_step_desc['122'] = '討論板:';
$lang->import_step_desc['13'] = '請選擇要匯入的目標分類。';
$lang->import_step_desc['2'] = '請輸入要匯入的 XML 檔案位置。
可輸入相對或絕對路徑。';
$lang->import_step_desc['3'] = '資料匯入後可能會導致會員資料和文章內容產生誤差。請以『ID』進行同步即可解決。';
$lang->import_step_desc['99'] = '資料匯入中';
$lang->msg_sync_member = '按同步按鈕,即可開始進行會員資料和文章的同步。';
$lang->msg_no_xml_file = '找不到 XML 檔案,請重新確認路徑。';
$lang->msg_invalid_xml_file = 'XML檔案格式錯誤';
$lang->msg_importing = '%d個的資料中正在輸入 %d 個。(長時間沒有回應時,請按「繼續進行」按鈕)';
$lang->msg_import_finished = '已完成輸入 %d/%d 個資料。根據情況的不同,可能會出現沒有被匯入的資料。';
$lang->msg_sync_completed = '已完成會員和文章,評論的同步。';
$lang->about_type_member = '資料匯入目標為會員資料時,請選擇此項。';
$lang->about_type_message = '資料匯入目標為短訊息時,請選擇此項。';
$lang->about_type_ttxml = '資料匯入目標為 TTXML (textcube系列)時,請選擇此項。';
$lang->about_ttxml_user_id = '請輸入匯入 TTXML 資料時,指定為主題發表者的 ID (必須是已註冊會員)。';
$lang->about_type_module = '資料匯入目標為討論板主題時,請選擇此項。';
$lang->about_type_syncmember = '匯入會員和文章資料後,需要同步會員資料時,請選擇此項。';
$lang->about_importer = '不僅可以匯入 Zeroboard 4Zb5beta 的資料,也能夠把其他程式資料匯入到 Rhymix 當中。
匯入資料時,請利用 <a href="https://github.com/xpressengine/xe-migration-tool" target="_blank">XML Exporter</a> 建立 XML 檔案後再上傳。';
$lang->about_target_path = '為了下載附檔請輸入 Zeroboard 4 的安裝位置。
位置在同一個主機時,請輸入如『/home/id/public_html/bbs』的路徑在不同主機時請輸入如『http://域名/bbs』的 URL 網址。';