Merge i18n/l10n & Update README📃
parent
633a1e7c91
commit
5e4eb8d4c2
|
|
@ -168,7 +168,7 @@ https://github.com/Katsuyuki-Karasawa/stable-diffusion-webui-localization-ja_JP
|
|||
- [x]  [stable-diffusion-webui-artists-to-study](https://github.com/camenduru/stable-diffusion-webui-artists-to-study)
|
||||
- [x]  [stable-diffusion-webui-conditioning-highres-fix](https://github.com/klimaleksus/stable-diffusion-webui-conditioning-highres-fix)
|
||||
- [x]  [stable-diffusion-webui-daam](https://github.com/toriato/stable-diffusion-webui-daam)
|
||||
- [ ]  [stable-diffusion-webui-dataset-tag-editor]()
|
||||
- [ ]  [stable-diffusion-webui-dataset-tag-editor]()
|
||||
- [x]  [stable-diffusion-webui-depthmap-script](https://github.com/thygate/stable-diffusion-webui-depthmap-script)
|
||||
- [x]  [stable-diffusion-webui-embedding-editor]()
|
||||
- [x]  [stable-diffusion-webui-images-browser]()
|
||||
|
|
|
|||
|
|
@ -3063,9 +3063,9 @@
|
|||
"Backup original text file (original file will be renamed like filename.000, .001, .002, ...)": "元のテキストファイルをバックアップします (元のファイル名は次のように変更 filename.000, .001, .002, ...)",
|
||||
"Note:": "備考:",
|
||||
"New text file will be created if you are using filename as captions.": "ファイル名をキャプションとして使用している場合、新しいテキストファイルが作成されます。",
|
||||
"Use kohya-ss's finetuning metadata json": "Use kohya-ss's finetuning metadata json",
|
||||
"json path": "json path",
|
||||
"json input path (Optional, only for append results)": "json input path (Optional, only for append results)",
|
||||
"Use kohya-ss's finetuning metadata json": "Kohya-ssのfinetuningメタデータjsonを使用します",
|
||||
"json path": "jsonのパス",
|
||||
"json input path (Optional, only for append results)": "jsonの入力パス (任意、結果の追加のみ)",
|
||||
"Overwrite if output file exists": "出力ファイルが存在する場合は上書き",
|
||||
"Save metadata as caption": "メタデータをキャプションとして保存",
|
||||
"Save metadata image key as fullpath": "メタデータイメージキーをフルパスで保存",
|
||||
|
|
@ -3076,11 +3076,11 @@
|
|||
"Restore settings to default": "設定をデフォルトに戻す",
|
||||
"Caption File Ext": "キャプションファイル拡張子",
|
||||
"Load": "読み込み",
|
||||
"Unload": "Unload",
|
||||
"Unload": "アンロード",
|
||||
"Dataset Load Settings": "データセットの読み込み設定",
|
||||
"Load from subdirectories": "サブディレクトリから読み込む",
|
||||
"Load caption from filename if no text file exists": "テキストファイルが存在しない場合、ファイル名からキャプションを読み込む",
|
||||
"Replace new-line character with comma": "Replace new-line character with comma",
|
||||
"Replace new-line character with comma": "改行をカンマに置換",
|
||||
"Use Interrogator Caption": "インターロゲーターのキャプションを使用",
|
||||
"If Empty": "空の場合",
|
||||
"Overwrite": "上書き",
|
||||
|
|
@ -3115,7 +3115,7 @@
|
|||
"Alphabetical Order": "アルファベット順",
|
||||
"Frequency": "頻度",
|
||||
"Length": "長さ",
|
||||
"Token Length": "Token Length",
|
||||
"Token Length": "トークンの長さ",
|
||||
"Sort Order": "ソート順",
|
||||
"Ascending": "昇順",
|
||||
"Descending": "降順",
|
||||
|
|
@ -3173,7 +3173,7 @@
|
|||
"Select visible tags": "表示中のタグを選択",
|
||||
"Deselect visible tags": "表示中のタグの選択を解除",
|
||||
"Select Tags": "タグの選択",
|
||||
"Sort tags in the images displayed.": "Sort tags in the images displayed.",
|
||||
"Sort tags in the images displayed.": "表示されている画像のタグを並べ替えます。",
|
||||
"Sort tags": "Sort tags",
|
||||
"Truncate tags by token count.": "Truncate tags by token count.",
|
||||
"Truncate tags by token count": "Truncate tags by token count",
|
||||
|
|
|
|||
Loading…
Reference in New Issue