mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-08-07 22:33:50 +00:00
Merge pull request #1049 from pekopeko1/japanese5.1.5
Japanese translation improved
This commit is contained in:
commit
df8f72ce90
@ -10,8 +10,8 @@ Basics/DefaultTiddlers/BottomHint: タイトルに空白を含めたいときは
|
|||||||
Basics/DefaultTiddlers/Prompt: デフォルト tiddler:
|
Basics/DefaultTiddlers/Prompt: デフォルト tiddler:
|
||||||
Basics/DefaultTiddlers/TopHint: このファイルを開いたときに初期表示される tiddler を設定してください:
|
Basics/DefaultTiddlers/TopHint: このファイルを開いたときに初期表示される tiddler を設定してください:
|
||||||
Basics/Language/Prompt: 現在の言語:
|
Basics/Language/Prompt: 現在の言語:
|
||||||
Basics/NewJournal/Tags/Prompt: 日誌(journal tiddler)のタグ
|
|
||||||
Basics/NewJournal/Title/Prompt: 日誌(journal tiddlers)のデフォルトのタイトル
|
Basics/NewJournal/Title/Prompt: 日誌(journal tiddlers)のデフォルトのタイトル
|
||||||
|
Basics/NewJournal/Tags/Prompt: 日誌(journal tiddler)のタグ
|
||||||
Basics/OverriddenShadowTiddlers/Prompt: 上書きされている隠し tiddler 数:
|
Basics/OverriddenShadowTiddlers/Prompt: 上書きされている隠し tiddler 数:
|
||||||
Basics/ShadowTiddlers/Prompt: 隠し tiddler 数:
|
Basics/ShadowTiddlers/Prompt: 隠し tiddler 数:
|
||||||
Basics/Subtitle/Prompt: サブタイトル:
|
Basics/Subtitle/Prompt: サブタイトル:
|
||||||
@ -61,7 +61,7 @@ Saving/TiddlySpot/Password: パスワード
|
|||||||
Saving/TiddlySpot/ServerURL: サーバーURL
|
Saving/TiddlySpot/ServerURL: サーバーURL
|
||||||
Saving/TiddlySpot/UploadDir: アップロードディレクトリ
|
Saving/TiddlySpot/UploadDir: アップロードディレクトリ
|
||||||
Saving/TiddlySpot/UserName: Wiki 名
|
Saving/TiddlySpot/UserName: Wiki 名
|
||||||
Settings/AutoSave/Caption: 自動保存
|
Settings/AutoSave/Caption: 自動保存:
|
||||||
Settings/AutoSave/Disabled/Description: 自動的に保存しない。
|
Settings/AutoSave/Disabled/Description: 自動的に保存しない。
|
||||||
Settings/AutoSave/Enabled/Description: 自動的に保存する。
|
Settings/AutoSave/Enabled/Description: 自動的に保存する。
|
||||||
Settings/AutoSave/Hint: 自動的に保存するかどうかの設定
|
Settings/AutoSave/Hint: 自動的に保存するかどうかの設定
|
||||||
|
8
languages/ja-JP/Help/clearpassword.tid
Normal file
8
languages/ja-JP/Help/clearpassword.tid
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
title: $:/language/Help/clearpassword
|
||||||
|
description: Clear a password for subsequent crypto operations
|
||||||
|
|
||||||
|
Clear the password for subsequent crypto operations
|
||||||
|
|
||||||
|
```
|
||||||
|
--clearpassword
|
||||||
|
```
|
@ -1,9 +0,0 @@
|
|||||||
title: $:/language/Help/password
|
|
||||||
description: Set a password for subsequent crypto operations
|
|
||||||
|
|
||||||
暗号化されたファイルを扱う場合にパスワードを指定します。
|
|
||||||
|
|
||||||
```
|
|
||||||
--password <password>
|
|
||||||
```
|
|
||||||
|
|
4
languages/ja-JP/NewJournal.multids
Normal file
4
languages/ja-JP/NewJournal.multids
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
title: $:/config/NewJournal/
|
||||||
|
|
||||||
|
Title: YYYY年MM月DD日(ddd)
|
||||||
|
Tags: Journal
|
@ -1,6 +1,7 @@
|
|||||||
title: $:/language/Search/
|
title: $:/language/Search/
|
||||||
|
|
||||||
Advanced/Matches: //<small><<resultCount>> 件一致</small>//
|
Advanced/Matches: //<small><<resultCount>> 件一致</small>//
|
||||||
|
DefaultResults/Caption: List
|
||||||
Filter/Caption: フィルタ
|
Filter/Caption: フィルタ
|
||||||
Filter/Hint: [[フィルタ|http://tiddlywiki.com/static/Filters.html]]で検索します。
|
Filter/Hint: [[フィルタ|http://tiddlywiki.com/static/Filters.html]]で検索します。
|
||||||
Filter/Matches: //<small><<resultCount>> 件一致</small>//
|
Filter/Matches: //<small><<resultCount>> 件一致</small>//
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
title: $:/SiteTitle
|
title: $:/SiteTitle
|
||||||
|
|
||||||
My TiddlyWiki
|
My ~TiddlyWiki
|
4
languages/ja-JP/Types/application_javascript.tid
Normal file
4
languages/ja-JP/Types/application_javascript.tid
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
title: $:/language/Docs/Types/application/javascript
|
||||||
|
description: JavaScriptコード
|
||||||
|
name: application/javascript
|
||||||
|
group: Developer
|
@ -1,3 +1,4 @@
|
|||||||
title: $:/language/Docs/Types/application/json
|
title: $:/language/Docs/Types/application/json
|
||||||
description: JSON データ
|
description: JSON データ
|
||||||
name: application/json
|
name: application/json
|
||||||
|
group: Developer
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
title: $:/language/Docs/Types/application/x-tiddler-dictionary
|
title: $:/language/Docs/Types/application/x-tiddler-dictionary
|
||||||
description: データ辞書
|
description: データ辞書
|
||||||
name: application/x-tiddler-dictionary
|
name: application/x-tiddler-dictionary
|
||||||
|
group: Developer
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
title: $:/language/Docs/Types/image/gif
|
title: $:/language/Docs/Types/image/gif
|
||||||
description: GIF画像
|
description: GIF画像
|
||||||
name: image/gif
|
name: image/gif
|
||||||
|
group: Image
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
title: $:/language/Docs/Types/image/jpeg
|
title: $:/language/Docs/Types/image/jpeg
|
||||||
description: JPEG画像
|
description: JPEG画像
|
||||||
name: image/jpeg
|
name: image/jpeg
|
||||||
|
group: Image
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
title: $:/language/Docs/Types/image/png
|
title: $:/language/Docs/Types/image/png
|
||||||
description: PNG画像
|
description: PNG画像
|
||||||
name: image/png
|
name: image/png
|
||||||
|
group: Image
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
title: $:/language/Docs/Types/image/svg+xml
|
title: $:/language/Docs/Types/image/svg+xml
|
||||||
description: SVG形式画像
|
description: SVG形式画像
|
||||||
name: image/svg+xml
|
name: image/svg+xml
|
||||||
|
group: Image
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
title: $:/language/Docs/Types/image/x-icon
|
title: $:/language/Docs/Types/image/x-icon
|
||||||
description: アイコンファイル(ICOフォーマット)
|
description: アイコンファイル(ICOフォーマット)
|
||||||
name: image/x-icon
|
name: image/x-icon
|
||||||
|
group: Image
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
title: $:/language/Docs/Types/text/css
|
title: $:/language/Docs/Types/text/css
|
||||||
description: CSSスタイルシート
|
description: CSSスタイルシート
|
||||||
name: text/css
|
name: text/css
|
||||||
|
group: Image
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
title: $:/language/Docs/Types/text/html
|
title: $:/language/Docs/Types/text/html
|
||||||
description: HTML
|
description: HTML
|
||||||
name: text/html
|
name: text/html
|
||||||
|
group: Text
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
title: $:/language/Docs/Types/text/plain
|
title: $:/language/Docs/Types/text/plain
|
||||||
description: プレーンテキスト
|
description: プレーンテキスト
|
||||||
name: text/plain
|
name: text/plain
|
||||||
|
group: Text
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
title: $:/language/Docs/Types/text/vnd.tiddlywiki
|
title: $:/language/Docs/Types/text/vnd.tiddlywiki
|
||||||
description: TiddlyWiki バージョン5形式 wikitext
|
description: TiddlyWiki 5形式
|
||||||
name: text/vnd.tiddlywiki
|
name: text/vnd.tiddlywiki
|
||||||
|
group: Text
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
title: $:/language/Docs/Types/text/x-tiddlywiki
|
title: $:/language/Docs/Types/text/x-tiddlywiki
|
||||||
description: TiddlyWiki クラシック wikitext
|
description: TiddlyWiki クラシック
|
||||||
name: text/x-tiddlywiki
|
name: text/x-tiddlywiki
|
||||||
|
group: Text
|
||||||
|
@ -4,5 +4,5 @@
|
|||||||
"plugin-type": "language",
|
"plugin-type": "language",
|
||||||
"description": "Japanese (Japan)",
|
"description": "Japanese (Japan)",
|
||||||
"author": "Makoto Hirohashi, OGOSHI Masayuki, pekopeko1",
|
"author": "Makoto Hirohashi, OGOSHI Masayuki, pekopeko1",
|
||||||
"core-version": ">=5.0.9"
|
"core-version": ">=5.1.4"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user