From d8e4002259db923998d38016d2e8b9cf5b99a244 Mon Sep 17 00:00:00 2001 From: pekopeko1 Date: Mon, 3 Nov 2014 07:33:44 +0900 Subject: [PATCH 1/2] Japanese translation improved --- languages/ja-JP/ControlPanel.multids | 4 ++-- languages/ja-JP/Help/build.tid | 11 +++++++++++ languages/ja-JP/Help/clearpassword.tid | 8 ++++++++ languages/ja-JP/Help/editions.tid | 8 ++++++++ languages/ja-JP/Help/makelibrary.tid | 14 ++++++++++++++ languages/ja-JP/Help/output.tid | 11 +++++++++++ languages/ja-JP/Help/savetiddlers.tid | 12 ++++++++++++ languages/ja-JP/Help/setfield.tid | 18 ++++++++++++++++++ languages/ja-JP/Help/unpackplugin.tid | 8 ++++++++ languages/ja-JP/NewJournal.multids | 4 ++++ languages/ja-JP/Search.multids | 1 + languages/ja-JP/SiteTitle.tid | 2 +- .../ja-JP/Types/application_javascript.tid | 4 ++++ languages/ja-JP/Types/application_json.tid | 1 + .../Types/application_x_tiddler_dictionary.tid | 1 + languages/ja-JP/Types/image_gif.tid | 1 + languages/ja-JP/Types/image_jpeg.tid | 1 + languages/ja-JP/Types/image_png.tid | 1 + languages/ja-JP/Types/image_svg_xml.tid | 1 + languages/ja-JP/Types/image_x-icon.tid | 1 + languages/ja-JP/Types/text_css.tid | 1 + languages/ja-JP/Types/text_html.tid | 1 + languages/ja-JP/Types/text_plain.tid | 1 + languages/ja-JP/Types/text_vnd.tiddlywiki.tid | 3 ++- languages/ja-JP/Types/text_x-tiddlywiki.tid | 3 ++- languages/ja-JP/plugin.info | 2 +- 26 files changed, 117 insertions(+), 6 deletions(-) create mode 100644 languages/ja-JP/Help/build.tid create mode 100644 languages/ja-JP/Help/clearpassword.tid create mode 100644 languages/ja-JP/Help/editions.tid create mode 100644 languages/ja-JP/Help/makelibrary.tid create mode 100644 languages/ja-JP/Help/output.tid create mode 100644 languages/ja-JP/Help/savetiddlers.tid create mode 100644 languages/ja-JP/Help/setfield.tid create mode 100644 languages/ja-JP/Help/unpackplugin.tid create mode 100644 languages/ja-JP/NewJournal.multids create mode 100644 languages/ja-JP/Types/application_javascript.tid diff --git a/languages/ja-JP/ControlPanel.multids b/languages/ja-JP/ControlPanel.multids index d7f7c1a5d..977db554d 100644 --- a/languages/ja-JP/ControlPanel.multids +++ b/languages/ja-JP/ControlPanel.multids @@ -10,8 +10,8 @@ Basics/DefaultTiddlers/BottomHint: タイトルに空白を含めたいときは Basics/DefaultTiddlers/Prompt: デフォルト tiddler: Basics/DefaultTiddlers/TopHint: このファイルを開いたときに初期表示される tiddler を設定してください: Basics/Language/Prompt: 現在の言語: -Basics/NewJournal/Tags/Prompt: 日誌(journal tiddler)のタグ Basics/NewJournal/Title/Prompt: 日誌(journal tiddlers)のデフォルトのタイトル +Basics/NewJournal/Tags/Prompt: 日誌(journal tiddler)のタグ Basics/OverriddenShadowTiddlers/Prompt: 上書きされている隠し tiddler 数: Basics/ShadowTiddlers/Prompt: 隠し tiddler 数: Basics/Subtitle/Prompt: サブタイトル: @@ -61,7 +61,7 @@ Saving/TiddlySpot/Password: パスワード Saving/TiddlySpot/ServerURL: サーバーURL Saving/TiddlySpot/UploadDir: アップロードディレクトリ Saving/TiddlySpot/UserName: Wiki 名 -Settings/AutoSave/Caption: 自動保存 +Settings/AutoSave/Caption: 自動保存: Settings/AutoSave/Disabled/Description: 自動的に保存しない。 Settings/AutoSave/Enabled/Description: 自動的に保存する。 Settings/AutoSave/Hint: 自動的に保存するかどうかの設定 diff --git a/languages/ja-JP/Help/build.tid b/languages/ja-JP/Help/build.tid new file mode 100644 index 000000000..4ffb848b0 --- /dev/null +++ b/languages/ja-JP/Help/build.tid @@ -0,0 +1,11 @@ +title: $:/language/Help/build +description: Automatically run configured commands + +Build the specified build targets for the current wiki. If no build targets are specified then all available targets will be built. + +``` +--build [ ...] +``` + +Build targets are defined in the `tiddlywiki.info` file of a wiki folder. + diff --git a/languages/ja-JP/Help/clearpassword.tid b/languages/ja-JP/Help/clearpassword.tid new file mode 100644 index 000000000..936d9b75c --- /dev/null +++ b/languages/ja-JP/Help/clearpassword.tid @@ -0,0 +1,8 @@ +title: $:/language/Help/clearpassword +description: Clear a password for subsequent crypto operations + +Clear the password for subsequent crypto operations + +``` +--clearpassword +``` diff --git a/languages/ja-JP/Help/editions.tid b/languages/ja-JP/Help/editions.tid new file mode 100644 index 000000000..42ccab998 --- /dev/null +++ b/languages/ja-JP/Help/editions.tid @@ -0,0 +1,8 @@ +title: $:/language/Help/editions +description: Lists the available editions of TiddlyWiki + +Lists the names and descriptions of the available editions. You can create a new wiki of a specified edition with the `--init` command. + +``` +--editions +``` diff --git a/languages/ja-JP/Help/makelibrary.tid b/languages/ja-JP/Help/makelibrary.tid new file mode 100644 index 000000000..cff8d392e --- /dev/null +++ b/languages/ja-JP/Help/makelibrary.tid @@ -0,0 +1,14 @@ +title: $:/language/Help/makelibrary +description: Construct library plugin required by upgrade process + +Constructs the `$:/UpgradeLibrary` tiddler for the upgrade process. + +The upgrade library is formatted as an ordinary plugin tiddler with the plugin type `library`. It contains a copy of each of the plugins, themes and language packs available within the TiddlyWiki5 repository. + +This command is intended for internal use; it is only relevant to users constructing a custom upgrade procedure. + +``` +--makelibrary +``` + +The title argument defaults to `$:/UpgradeLibrary`. diff --git a/languages/ja-JP/Help/output.tid b/languages/ja-JP/Help/output.tid new file mode 100644 index 000000000..eb423ee1c --- /dev/null +++ b/languages/ja-JP/Help/output.tid @@ -0,0 +1,11 @@ +title: $:/language/Help/output +description: Set the base output directory for subsequent commands + +Sets the base output directory for subsequent commands. The default output directory is the `output` subdirectory of the edition directory. + +``` +--output <pathname> +``` + +If the specified pathname is relative then it is resolved relative to the current working directory. For example `--output .` sets the output directory to the current working directory. + diff --git a/languages/ja-JP/Help/savetiddlers.tid b/languages/ja-JP/Help/savetiddlers.tid new file mode 100644 index 000000000..61b9ba30e --- /dev/null +++ b/languages/ja-JP/Help/savetiddlers.tid @@ -0,0 +1,12 @@ +title: $:/language/Help/savetiddlers +description: Saves a group of raw tiddlers to a directory + +Saves a group of tiddlers in their raw text or binary format to the specified directory. + +``` +--savetiddlers <filter> <pathname> +``` + +By default, the pathname is resolved relative to the `output` subdirectory of the edition directory. The `--output` command can be used to direct output to a different directory. + +Any missing directories in the pathname are automatically created. diff --git a/languages/ja-JP/Help/setfield.tid b/languages/ja-JP/Help/setfield.tid new file mode 100644 index 000000000..8e09380da --- /dev/null +++ b/languages/ja-JP/Help/setfield.tid @@ -0,0 +1,18 @@ +title: $:/language/Help/setfield +description: Prepares external tiddlers for use + +//Note that this command is experimental and may change or be replaced before being finalised// + +Sets the specified field of a group of tiddlers to the result of wikifying a template tiddler with the `currentTiddler` variable set to the tiddler. + +``` +--setfield <filter> <fieldname> <templatetitle> <rendertype> +``` + +The parameters are: + +* ''filter'' - filter identifying the tiddlers to be affected +* ''fieldname'' - the field to modify (defaults to "text") +* ''templatetitle'' - the tiddler to wikify into the specified field. If blank or missing then the specified field is deleted +* ''type'' - the text type to render (defaults to "text/plain"; "text/html" can be used to include HTML tags) + diff --git a/languages/ja-JP/Help/unpackplugin.tid b/languages/ja-JP/Help/unpackplugin.tid new file mode 100644 index 000000000..83bb59225 --- /dev/null +++ b/languages/ja-JP/Help/unpackplugin.tid @@ -0,0 +1,8 @@ +title: $:/language/Help/unpackplugin +description: Unpack the payload tiddlers from a plugin + +Extract the payload tiddlers from a plugin, creating them as ordinary tiddlers: + +``` +--unpackplugin <title> +``` diff --git a/languages/ja-JP/NewJournal.multids b/languages/ja-JP/NewJournal.multids new file mode 100644 index 000000000..96c65ce81 --- /dev/null +++ b/languages/ja-JP/NewJournal.multids @@ -0,0 +1,4 @@ +title: $:/config/NewJournal/ + +Title: YYYY年MM月DD日(ddd) +Tags: Journal diff --git a/languages/ja-JP/Search.multids b/languages/ja-JP/Search.multids index fbb70c923..bb7230b56 100644 --- a/languages/ja-JP/Search.multids +++ b/languages/ja-JP/Search.multids @@ -1,6 +1,7 @@ title: $:/language/Search/ Advanced/Matches: //<small><<resultCount>> 件一致</small>// +DefaultResults/Caption: List Filter/Caption: フィルタ Filter/Hint: [[フィルタ|http://tiddlywiki.com/static/Filters.html]]で検索します。 Filter/Matches: //<small><<resultCount>> 件一致</small>// diff --git a/languages/ja-JP/SiteTitle.tid b/languages/ja-JP/SiteTitle.tid index a32da7dfe..9f522664a 100644 --- a/languages/ja-JP/SiteTitle.tid +++ b/languages/ja-JP/SiteTitle.tid @@ -1,3 +1,3 @@ title: $:/SiteTitle -My TiddlyWiki \ No newline at end of file +My ~TiddlyWiki \ No newline at end of file diff --git a/languages/ja-JP/Types/application_javascript.tid b/languages/ja-JP/Types/application_javascript.tid new file mode 100644 index 000000000..fda69c6e1 --- /dev/null +++ b/languages/ja-JP/Types/application_javascript.tid @@ -0,0 +1,4 @@ +title: $:/language/Docs/Types/application/javascript +description: JavaScript code +name: application/javascript +group: Developer diff --git a/languages/ja-JP/Types/application_json.tid b/languages/ja-JP/Types/application_json.tid index 7b25596ee..6bbc27f14 100644 --- a/languages/ja-JP/Types/application_json.tid +++ b/languages/ja-JP/Types/application_json.tid @@ -1,3 +1,4 @@ title: $:/language/Docs/Types/application/json description: JSON データ name: application/json +group: Developer diff --git a/languages/ja-JP/Types/application_x_tiddler_dictionary.tid b/languages/ja-JP/Types/application_x_tiddler_dictionary.tid index 8d7626940..58f2d110c 100644 --- a/languages/ja-JP/Types/application_x_tiddler_dictionary.tid +++ b/languages/ja-JP/Types/application_x_tiddler_dictionary.tid @@ -1,3 +1,4 @@ title: $:/language/Docs/Types/application/x-tiddler-dictionary description: データ辞書 name: application/x-tiddler-dictionary +group: Developer diff --git a/languages/ja-JP/Types/image_gif.tid b/languages/ja-JP/Types/image_gif.tid index a86f14c19..a77f77492 100644 --- a/languages/ja-JP/Types/image_gif.tid +++ b/languages/ja-JP/Types/image_gif.tid @@ -1,3 +1,4 @@ title: $:/language/Docs/Types/image/gif description: GIF画像 name: image/gif +group: Image diff --git a/languages/ja-JP/Types/image_jpeg.tid b/languages/ja-JP/Types/image_jpeg.tid index f6c53e1e7..2fda98e6a 100644 --- a/languages/ja-JP/Types/image_jpeg.tid +++ b/languages/ja-JP/Types/image_jpeg.tid @@ -1,3 +1,4 @@ title: $:/language/Docs/Types/image/jpeg description: JPEG画像 name: image/jpeg +group: Image diff --git a/languages/ja-JP/Types/image_png.tid b/languages/ja-JP/Types/image_png.tid index 8bad7aaab..abcfc2f67 100644 --- a/languages/ja-JP/Types/image_png.tid +++ b/languages/ja-JP/Types/image_png.tid @@ -1,3 +1,4 @@ title: $:/language/Docs/Types/image/png description: PNG画像 name: image/png +group: Image diff --git a/languages/ja-JP/Types/image_svg_xml.tid b/languages/ja-JP/Types/image_svg_xml.tid index c451ea9a0..9f51a508a 100644 --- a/languages/ja-JP/Types/image_svg_xml.tid +++ b/languages/ja-JP/Types/image_svg_xml.tid @@ -1,3 +1,4 @@ title: $:/language/Docs/Types/image/svg+xml description: SVG形式画像 name: image/svg+xml +group: Image diff --git a/languages/ja-JP/Types/image_x-icon.tid b/languages/ja-JP/Types/image_x-icon.tid index aac78de4f..76fc83b8d 100644 --- a/languages/ja-JP/Types/image_x-icon.tid +++ b/languages/ja-JP/Types/image_x-icon.tid @@ -1,3 +1,4 @@ title: $:/language/Docs/Types/image/x-icon description: アイコンファイル(ICOフォーマット) name: image/x-icon +group: Image diff --git a/languages/ja-JP/Types/text_css.tid b/languages/ja-JP/Types/text_css.tid index 8ec782cdb..2dfa804a4 100644 --- a/languages/ja-JP/Types/text_css.tid +++ b/languages/ja-JP/Types/text_css.tid @@ -1,3 +1,4 @@ title: $:/language/Docs/Types/text/css description: CSSスタイルシート name: text/css +group: Image diff --git a/languages/ja-JP/Types/text_html.tid b/languages/ja-JP/Types/text_html.tid index 1387cc45a..3b6a97688 100644 --- a/languages/ja-JP/Types/text_html.tid +++ b/languages/ja-JP/Types/text_html.tid @@ -1,3 +1,4 @@ title: $:/language/Docs/Types/text/html description: HTML name: text/html +group: Text diff --git a/languages/ja-JP/Types/text_plain.tid b/languages/ja-JP/Types/text_plain.tid index e9b12e905..def2839d0 100644 --- a/languages/ja-JP/Types/text_plain.tid +++ b/languages/ja-JP/Types/text_plain.tid @@ -1,3 +1,4 @@ title: $:/language/Docs/Types/text/plain description: プレーンテキスト name: text/plain +group: Text diff --git a/languages/ja-JP/Types/text_vnd.tiddlywiki.tid b/languages/ja-JP/Types/text_vnd.tiddlywiki.tid index c245adb7c..a89ce63e4 100644 --- a/languages/ja-JP/Types/text_vnd.tiddlywiki.tid +++ b/languages/ja-JP/Types/text_vnd.tiddlywiki.tid @@ -1,3 +1,4 @@ title: $:/language/Docs/Types/text/vnd.tiddlywiki -description: TiddlyWiki バージョン5形式 wikitext +description: TiddlyWiki 5形式 name: text/vnd.tiddlywiki +group: Text diff --git a/languages/ja-JP/Types/text_x-tiddlywiki.tid b/languages/ja-JP/Types/text_x-tiddlywiki.tid index c122acecc..9b69ae65f 100644 --- a/languages/ja-JP/Types/text_x-tiddlywiki.tid +++ b/languages/ja-JP/Types/text_x-tiddlywiki.tid @@ -1,3 +1,4 @@ title: $:/language/Docs/Types/text/x-tiddlywiki -description: TiddlyWiki クラシック wikitext +description: TiddlyWiki クラシック name: text/x-tiddlywiki +group: Text diff --git a/languages/ja-JP/plugin.info b/languages/ja-JP/plugin.info index 55f59e1a3..859a18278 100644 --- a/languages/ja-JP/plugin.info +++ b/languages/ja-JP/plugin.info @@ -4,5 +4,5 @@ "plugin-type": "language", "description": "Japanese (Japan)", "author": "Makoto Hirohashi, OGOSHI Masayuki, pekopeko1", - "core-version": ">=5.0.9" + "core-version": ">=5.1.14" } From be3533688a8d0e69e99acc9172afc9d9bebff0a5 Mon Sep 17 00:00:00 2001 From: pekopeko1 <t.moi.larsson+pekoepko1@gmail.com> Date: Wed, 5 Nov 2014 06:42:20 +0900 Subject: [PATCH 2/2] remove untranslated tiddlers --- languages/ja-JP/Help/build.tid | 11 ----------- languages/ja-JP/Help/editions.tid | 8 -------- languages/ja-JP/Help/makelibrary.tid | 14 -------------- languages/ja-JP/Help/output.tid | 11 ----------- languages/ja-JP/Help/password.tid | 9 --------- languages/ja-JP/Help/savetiddlers.tid | 12 ------------ languages/ja-JP/Help/setfield.tid | 18 ------------------ languages/ja-JP/Help/unpackplugin.tid | 8 -------- .../ja-JP/Types/application_javascript.tid | 2 +- languages/ja-JP/plugin.info | 2 +- 10 files changed, 2 insertions(+), 93 deletions(-) delete mode 100644 languages/ja-JP/Help/build.tid delete mode 100644 languages/ja-JP/Help/editions.tid delete mode 100644 languages/ja-JP/Help/makelibrary.tid delete mode 100644 languages/ja-JP/Help/output.tid delete mode 100644 languages/ja-JP/Help/password.tid delete mode 100644 languages/ja-JP/Help/savetiddlers.tid delete mode 100644 languages/ja-JP/Help/setfield.tid delete mode 100644 languages/ja-JP/Help/unpackplugin.tid diff --git a/languages/ja-JP/Help/build.tid b/languages/ja-JP/Help/build.tid deleted file mode 100644 index 4ffb848b0..000000000 --- a/languages/ja-JP/Help/build.tid +++ /dev/null @@ -1,11 +0,0 @@ -title: $:/language/Help/build -description: Automatically run configured commands - -Build the specified build targets for the current wiki. If no build targets are specified then all available targets will be built. - -``` ---build <target> [<target> ...] -``` - -Build targets are defined in the `tiddlywiki.info` file of a wiki folder. - diff --git a/languages/ja-JP/Help/editions.tid b/languages/ja-JP/Help/editions.tid deleted file mode 100644 index 42ccab998..000000000 --- a/languages/ja-JP/Help/editions.tid +++ /dev/null @@ -1,8 +0,0 @@ -title: $:/language/Help/editions -description: Lists the available editions of TiddlyWiki - -Lists the names and descriptions of the available editions. You can create a new wiki of a specified edition with the `--init` command. - -``` ---editions -``` diff --git a/languages/ja-JP/Help/makelibrary.tid b/languages/ja-JP/Help/makelibrary.tid deleted file mode 100644 index cff8d392e..000000000 --- a/languages/ja-JP/Help/makelibrary.tid +++ /dev/null @@ -1,14 +0,0 @@ -title: $:/language/Help/makelibrary -description: Construct library plugin required by upgrade process - -Constructs the `$:/UpgradeLibrary` tiddler for the upgrade process. - -The upgrade library is formatted as an ordinary plugin tiddler with the plugin type `library`. It contains a copy of each of the plugins, themes and language packs available within the TiddlyWiki5 repository. - -This command is intended for internal use; it is only relevant to users constructing a custom upgrade procedure. - -``` ---makelibrary <title> -``` - -The title argument defaults to `$:/UpgradeLibrary`. diff --git a/languages/ja-JP/Help/output.tid b/languages/ja-JP/Help/output.tid deleted file mode 100644 index eb423ee1c..000000000 --- a/languages/ja-JP/Help/output.tid +++ /dev/null @@ -1,11 +0,0 @@ -title: $:/language/Help/output -description: Set the base output directory for subsequent commands - -Sets the base output directory for subsequent commands. The default output directory is the `output` subdirectory of the edition directory. - -``` ---output <pathname> -``` - -If the specified pathname is relative then it is resolved relative to the current working directory. For example `--output .` sets the output directory to the current working directory. - diff --git a/languages/ja-JP/Help/password.tid b/languages/ja-JP/Help/password.tid deleted file mode 100644 index eba91c6a2..000000000 --- a/languages/ja-JP/Help/password.tid +++ /dev/null @@ -1,9 +0,0 @@ -title: $:/language/Help/password -description: Set a password for subsequent crypto operations - -暗号化されたファイルを扱う場合にパスワードを指定します。 - -``` ---password <password> -``` - diff --git a/languages/ja-JP/Help/savetiddlers.tid b/languages/ja-JP/Help/savetiddlers.tid deleted file mode 100644 index 61b9ba30e..000000000 --- a/languages/ja-JP/Help/savetiddlers.tid +++ /dev/null @@ -1,12 +0,0 @@ -title: $:/language/Help/savetiddlers -description: Saves a group of raw tiddlers to a directory - -Saves a group of tiddlers in their raw text or binary format to the specified directory. - -``` ---savetiddlers <filter> <pathname> -``` - -By default, the pathname is resolved relative to the `output` subdirectory of the edition directory. The `--output` command can be used to direct output to a different directory. - -Any missing directories in the pathname are automatically created. diff --git a/languages/ja-JP/Help/setfield.tid b/languages/ja-JP/Help/setfield.tid deleted file mode 100644 index 8e09380da..000000000 --- a/languages/ja-JP/Help/setfield.tid +++ /dev/null @@ -1,18 +0,0 @@ -title: $:/language/Help/setfield -description: Prepares external tiddlers for use - -//Note that this command is experimental and may change or be replaced before being finalised// - -Sets the specified field of a group of tiddlers to the result of wikifying a template tiddler with the `currentTiddler` variable set to the tiddler. - -``` ---setfield <filter> <fieldname> <templatetitle> <rendertype> -``` - -The parameters are: - -* ''filter'' - filter identifying the tiddlers to be affected -* ''fieldname'' - the field to modify (defaults to "text") -* ''templatetitle'' - the tiddler to wikify into the specified field. If blank or missing then the specified field is deleted -* ''type'' - the text type to render (defaults to "text/plain"; "text/html" can be used to include HTML tags) - diff --git a/languages/ja-JP/Help/unpackplugin.tid b/languages/ja-JP/Help/unpackplugin.tid deleted file mode 100644 index 83bb59225..000000000 --- a/languages/ja-JP/Help/unpackplugin.tid +++ /dev/null @@ -1,8 +0,0 @@ -title: $:/language/Help/unpackplugin -description: Unpack the payload tiddlers from a plugin - -Extract the payload tiddlers from a plugin, creating them as ordinary tiddlers: - -``` ---unpackplugin <title> -``` diff --git a/languages/ja-JP/Types/application_javascript.tid b/languages/ja-JP/Types/application_javascript.tid index fda69c6e1..5b6914860 100644 --- a/languages/ja-JP/Types/application_javascript.tid +++ b/languages/ja-JP/Types/application_javascript.tid @@ -1,4 +1,4 @@ title: $:/language/Docs/Types/application/javascript -description: JavaScript code +description: JavaScriptコード name: application/javascript group: Developer diff --git a/languages/ja-JP/plugin.info b/languages/ja-JP/plugin.info index 859a18278..acbdef21d 100644 --- a/languages/ja-JP/plugin.info +++ b/languages/ja-JP/plugin.info @@ -4,5 +4,5 @@ "plugin-type": "language", "description": "Japanese (Japan)", "author": "Makoto Hirohashi, OGOSHI Masayuki, pekopeko1", - "core-version": ">=5.1.14" + "core-version": ">=5.1.4" }