From be3533688a8d0e69e99acc9172afc9d9bebff0a5 Mon Sep 17 00:00:00 2001 From: pekopeko1 Date: Wed, 5 Nov 2014 06:42:20 +0900 Subject: [PATCH] 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 [ ...] -``` - -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 -``` - -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" }