mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 14:49:56 +09:00
일본어 번역 적용 (by 리사파파님, 스카님)
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1898 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
385481ac5d
commit
eedda91996
64 changed files with 1287 additions and 30 deletions
|
|
@ -2,9 +2,11 @@
|
|||
<module version="0.1">
|
||||
<title xml:lang="ko">TatterTools 데이터 이전</title>
|
||||
<title xml:lang="zh-CN">TatterTools 数据转移</title>
|
||||
<title xml:lang="jp">TatterTools データコンバーター</title>
|
||||
<author email_address="zero@zeroboard.com" link="http://www.zeroboard.com" date="2007. 2. 28">
|
||||
<name xml:lang="ko">제로</name>
|
||||
<name xml:lang="zh-CN">zero</name>
|
||||
<name xml:lang="jp">ゼロ</name>
|
||||
<description xml:lang="ko">
|
||||
태터툴즈의 백업파일을 제로보드XE에 입력을 하는 모듈입니다.
|
||||
첨부파일 포함하지 않은 백업파일이 필요합니다.
|
||||
|
|
@ -15,5 +17,10 @@
|
|||
需要不包含附件的备份文件。
|
||||
附件将在原地址直接下载。
|
||||
</description>
|
||||
<description xml:lang="jp">
|
||||
TatterToolsのバックアップファイルをゼロボードXE用にデータを変換するモジュールです。
|
||||
添付ファイルを含まないバックアップファイルが必要です。
|
||||
添付ファイルは、元のアドレスからダウンロードします。
|
||||
</description>
|
||||
</author>
|
||||
</module>
|
||||
|
|
|
|||
21
modules/ttimporter/lang/jp.lang.php
Normal file
21
modules/ttimporter/lang/jp.lang.php
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
<?php
|
||||
/**
|
||||
* @file ko.lang.php
|
||||
* @author zero (zero@nzeo.com) 翻訳:RisaPapa
|
||||
* @brief Ttimporter モジュールの基本言語パッケージ
|
||||
**/
|
||||
|
||||
$lang->ttimporter = "TatterTools データコンバーター";
|
||||
$lang->about_tt_importer = "TatterTools データを希望するモジュールへデータを変換し入力を行います。\n添付ファイルは、元のURLから直接ダウンロードするため、元のTatterTools が作動するようにしておいてください。";
|
||||
|
||||
$lang->target_module = "対象モジュール";
|
||||
$lang->target_file = "対象XMLファイル";
|
||||
$lang->target_url = "ブログURL";
|
||||
|
||||
$lang->cmd_continue = '続ける';
|
||||
|
||||
$lang->msg_no_xml_file = 'XMLファイルが見つかりません。パスを確認してください。';
|
||||
$lang->msg_invalid_xml_file = '正しくないフォーマットのXMLファイルです。';
|
||||
$lang->msg_importing = '%d個を変換・入力中です。止まっている場合は「続ける」ボタンをクリックしてください。';
|
||||
$lang->msg_import_finished = '%d個のデータを変換し、入力が完了しました。正しく変換入力されていないデータがある場合もあります。';
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue