commit
a7c4499921
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"Wildcards Manager": "ワイルドカードの管理",
|
||||
"Dynamic Prompts": "Dynamic Prompts",
|
||||
"Dynamic Prompts enabled": "Dynamic Prompts が有効",
|
||||
"Dynamic Prompts enabled": "Dynamic Prompts 有効化",
|
||||
"Combinatorial generation": "組み合わせ生成",
|
||||
"Max generations (0 = all combinations - the batch count value is ignored)": "最大生成数 (0 = すべての組み合わせ - この時バッチ数は無視されます)",
|
||||
"Combinatorial batches": "組み合わせのバッチ",
|
||||
|
|
@ -25,7 +25,7 @@
|
|||
"Meli/GPT2-Prompt": "Meli/GPT2-Prompt",
|
||||
"DrishtiSharma/StableDiffusion-Prompt-Generator-GPT-Neo-125M": "DrishtiSharma/StableDiffusion-Prompt-Generator-GPT-Neo-125M",
|
||||
"Magic prompt blocklist regex": "Magic prompt のブロックリスト正規表現",
|
||||
"Magic Prompt batch size": "Magic Prompt batch size",
|
||||
"Magic Prompt batch size": "Magic Prompt のバッチサイズ",
|
||||
"I'm feeling lucky": "I'm feeling lucky",
|
||||
"Attention grabber": "Attention grabber(プロンプトの後ろの: 1.5などのこと)",
|
||||
"Minimum attention": "Attentionの最小値",
|
||||
|
|
@ -93,7 +93,7 @@
|
|||
"2. Click on any of the files that appear in the tree to edit them.": "2. ツリーに表示されているファイルをクリックして編集します。",
|
||||
"3. Use the wildcard in your script by typing the name of the file or copying the text from the Wildcards file text box": "3. ファイル名を入力するか、ワイルドカードファイルのテキストボックスからテキストをコピーして、スクリプト内のワイルドカードを使用します",
|
||||
"Select a collection": "コレクションを選択",
|
||||
"artists": "アーティスト",
|
||||
"artists": "artists",
|
||||
"devilkkw": "devilkkw",
|
||||
"jumbo": "jumbo",
|
||||
"nai": "nai",
|
||||
|
|
@ -110,10 +110,10 @@
|
|||
"Ignore whitespace in prompts: All newlines, tabs, and multiple spaces are replaced by a single space": "プロンプトの空白を無視: 全ての改行、タブ、複数の空白は1つの空白に置き換えられる",
|
||||
"Save template to metadata: Write prompt template into the PNG metadata": "テンプレートをメタデータに保存: PNGメタデータにプロンプトテンプレートを書き込む",
|
||||
"Write prompts to file: Create a new .txt file for every batch containing the prompt template as well as the generated prompts.": "プロンプトをファイルに書き込む: プロンプトテンプレートと生成されたプロンプトを含むバッチごとに、新しい .txt ファイルを作成します。",
|
||||
"String to use as left bracket for parser variants, .e.g {variant1|variant2|variant3}": "Parser variantsの左括弧として使用する文字列 .e.g {variant1|variant2|variant3}",
|
||||
"String to use as right bracket for parser variants, .e.g {variant1|variant2|variant3}": "パーサバリアントに右括弧として使用する文字列 .e.g {variant1|variant2|variant3}",
|
||||
"String to use as wrap for parser wildcard, .e.g __wildcard__": "String to use as wrap for parser wildcard, .e.g __wildcard__",
|
||||
"Limit Jinja prompts: Limit the number of prompts to batch_count * batch_size. The default is to generate batch_count * barch_size * number of prompts generated by Jinja": "Limit Jinja prompts: Limit the number of prompts to batch_count * batch_size. The default is to generate batch_count * barch_size * number of prompts generated by Jinja",
|
||||
"String to use as left bracket for parser variants, .e.g {variant1|variant2|variant3}": "構文解析でバリエーションの左括弧として使用する文字列 例: {variant1|variant2|variant3}",
|
||||
"String to use as right bracket for parser variants, .e.g {variant1|variant2|variant3}": "構文解析でバリエーションの右括弧として使用する文字列 例: {variant1|variant2|variant3}",
|
||||
"String to use as wrap for parser wildcard, .e.g __wildcard__": "構文解析でワイルドカードの囲みとして使用する文字列 例: __wildcard__",
|
||||
"Limit Jinja prompts: Limit the number of prompts to batch_count * batch_size. The default is to generate batch_count * barch_size * number of prompts generated by Jinja": "Jinjaのプロンプト数を制限する: プロンプトの数を batch_count * batch_size に制限します。デフォルトは batch_count * barch_size * Jinjaによって生成されるプロンプトの数 です。",
|
||||
"sd-dynamic-prompts": "sd-dynamic-prompts",
|
||||
"https://github.com/adieyal/sd-dynamic-prompts.git": "https://github.com/adieyal/sd-dynamic-prompts.git",
|
||||
"Disable dynamic prompts by unchecking this box.": "このボックスのチェックを外すと、ダイナミックプロンプトが無効になります。",
|
||||
|
|
@ -124,7 +124,7 @@
|
|||
"Controls the maximum length in tokens of the generated prompt.": "生成されたプロンプトのトークンの最大長をコントロールします。",
|
||||
"Adjusts the generated prompt. You will need to experiment with this setting.": "生成されたプロンプトを調整します。この設定を試す必要があります。",
|
||||
"Regular expression pattern for blocking terms out of the generated prompt. Applied case-insensitively. For instance, to block both \"purple\" and \"interdimensional\", you could use the pattern \"purple|interdimensional\".": "生成されたプロンプトから用語をブロックするための正規表現パターン。大文字と小文字を区別しない。 例えば、\"purple\"と\"interdimensional\"の両方をブロックするには、\"purple|interdimensional\"というパターンを使用します。",
|
||||
"The number of prompts to generate per batch. Increasing this can speed up prompt generation at the expense of slightly increased VRAM usage.": "The number of prompts to generate per batch. Increasing this can speed up prompt generation at the expense of slightly increased VRAM usage.",
|
||||
"The number of prompts to generate per batch. Increasing this can speed up prompt generation at the expense of slightly increased VRAM usage.": "バッチごとに生成するプロンプトの数。これを増やすと、VRAMの使用量がわずかに増加する代わりに、プロンプトの生成が高速化されます。",
|
||||
"Uses the lexica.art API to create random prompts.\nThe prompt in the main prompt box is used as a search string.\nLeaving the prompt box blank returns a list of completely randomly chosen prompts.\nTry it out, it can be quite fun.": "Lexica.art API を使用してランダムなプロンプトを作成します。\nメインのプロンプトボックスのプロンプトは、検索文字列として使用されます。\nプロンプトボックスを空白にすると、完全にランダムに選ばれたプロンプトのリストが返されます。\nなかなか楽しいので試してみてください。",
|
||||
"Randomly selects a keyword from the prompt and adds emphasis to it. Try this with Fixed Seed enabled.": "ランダムにプロンプトからキーワードを選択し、強調します。固定シードを有効にしてみてください。",
|
||||
"Don't use prompt magic on negative prompts.": "ネガティブプロンプトで prompt magic を使用しない。",
|
||||
|
|
|
|||
|
|
@ -27,8 +27,8 @@
|
|||
"Source Checkpoint": "ソースのチェックポイント",
|
||||
"Extract EMA Weights": "EMAウェイトを抽出",
|
||||
"Unfreeze Model": "モデルを凍結解除",
|
||||
"Resources": "Resources",
|
||||
"Beginners guide": "Beginners guide",
|
||||
"Resources": "資料",
|
||||
"Beginners guide": "ビギナーズガイド",
|
||||
"Release notes": "リリースノート",
|
||||
"Input": "入力",
|
||||
"Concepts": "コンセプト",
|
||||
|
|
@ -92,7 +92,7 @@
|
|||
"Offset Noise": "オフセットノイズ",
|
||||
"Freeze CLIP Normalization Layers": "CLIP正規化レイヤーを固定",
|
||||
"Clip Skip": "Clip Skip",
|
||||
"Weight Decay": "Weight Decay",
|
||||
"Weight Decay": "荷重減衰",
|
||||
"Pad Tokens": "パッドトークン",
|
||||
"Strict Tokens": "厳密なトークン",
|
||||
"Shuffle Tags": "タグをシャッフル",
|
||||
|
|
@ -159,7 +159,7 @@
|
|||
"Generate lora weights when training completes.": "トレーニング完了時にlora の重みを生成します。",
|
||||
"Generate lora weights when training is canceled.": "トレーニングキャンセル時にloraの重みを生成します。",
|
||||
"Generate lora weights for extra networks.": "エクストラネットワーク用に lora の重みを生成します。",
|
||||
"Diffusion Weights (training snapshots)": "Diffusion Weights (training snapshots)",
|
||||
"Diffusion Weights (training snapshots)": "Diffusion ウェイト (トレーニング時のスナップショット)",
|
||||
"Save separate diffusers snapshots when saving during training.": "トレーニング中、ディフューザの重みのスナップショットを個別に保存する。",
|
||||
"Save separate diffusers snapshots when training completes.": "トレーニング完了時に、ディフューザーのスナップショットを別々に保存します。",
|
||||
"Save separate diffusers snapshots when training is canceled.": "トレーニングのキャンセル時にディフューザーのスナップショットを個別に保存します。",
|
||||
|
|
@ -180,7 +180,7 @@
|
|||
"KDPM2AncestralDiscrete": "KDPM2AncestralDiscrete",
|
||||
"DEISMultistep": "DEISMultistep",
|
||||
"UniPCMultistep": "UniPCMultistep",
|
||||
"Manual Class Generation": "Manual Class Generation",
|
||||
"Manual Class Generation": "手動でのクラス生成",
|
||||
"Generate Class Images": "クラス画像の生成",
|
||||
"Generate Graph": "グラフを作成する",
|
||||
"Graph Smoothing Steps": "グラフスムージングのステップ",
|
||||
|
|
@ -204,7 +204,7 @@
|
|||
"Use EMA for prediction": "予測にEMAを使用する",
|
||||
"Calculate Split Loss": "分割損失を計算する",
|
||||
"Use TensorFloat 32": "TensorFloat 32を使用する",
|
||||
"Noise scheduler": "Noise scheduler",
|
||||
"Noise scheduler": "ノイズスケジューラ",
|
||||
"DEIS": "DEIS",
|
||||
"Update Extension and Restart": "拡張機能を更新して再起動",
|
||||
"Bucket Cropping": "バケットクロッピング",
|
||||
|
|
|
|||
|
|
@ -1,18 +1,13 @@
|
|||
{
|
||||
"Dataset Tag Editor": "データセットタグエディタ",
|
||||
"hidden_idx_next": "hidden_idx_next",
|
||||
"hidden_idx_prev": "hidden_idx_prev",
|
||||
"hidden_s_or_n": "hidden_s_or_n",
|
||||
"Dataset Filter": "データセットフィルタ",
|
||||
"Filter Apply": "フィルター適用",
|
||||
"This extension works well with text captions in comma-separated style (such as the tags generated by DeepBooru interrogator).": "この拡張機能は、カンマ区切りスタイル(DeepBooru interrogatorによって生成されたタグなど) のテキストキャプションでうまく動作します。",
|
||||
"Save all changes": "すべての変更を保存",
|
||||
"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.": "ファイル名をキャプションとして使用している場合、新しいテキストファイルが作成されます。",
|
||||
"Save kohya-ss's finetuning metadata json": "Kohya-ssのfinetuningメタデータjsonを保存します",
|
||||
"json output path": "json 出力のパス",
|
||||
"json input path (Optional)": "json入力パス (オプション)",
|
||||
"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)",
|
||||
"Overwrite if output file exists": "出力ファイルが存在する場合は上書き",
|
||||
"Save metadata as caption": "メタデータをキャプションとして保存",
|
||||
"Save metadata image key as fullpath": "メタデータイメージキーをフルパスで保存",
|
||||
|
|
@ -23,9 +18,11 @@
|
|||
"Restore settings to default": "設定をデフォルトに戻す",
|
||||
"Caption File Ext": "キャプションファイル拡張子",
|
||||
"Load": "読み込み",
|
||||
"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",
|
||||
"Use Interrogator Caption": "インターロゲーターのキャプションを使用",
|
||||
"No": "いいえ",
|
||||
"If Empty": "空の場合",
|
||||
|
|
@ -38,11 +35,11 @@
|
|||
"Booru Score Threshold": "Booruスコアのしきい値",
|
||||
"Use Custom Threshold (WDv1.4 Tagger)": "カスタムしきい値を使用 (WDv1.4 Tagger)",
|
||||
"WDv1.4 Tagger Score Threshold": "WDv1.4 タグのスコアしきい値",
|
||||
"Dataset Filter": "データセットフィルタ",
|
||||
"Filter Apply": "フィルター適用",
|
||||
"hidden_idx_next": "hidden_idx_next",
|
||||
"hidden_idx_prev": "hidden_idx_prev",
|
||||
"Dataset Images": "データセット画像",
|
||||
"Displayed Images : 0 / 0 total": "表示される画像: 0 / 0 合計",
|
||||
"Current Tag Filter :": "現在のタグフィルター :",
|
||||
"Current Selection Filter : 0 images": "現在の選択フィルタ: 0 画像",
|
||||
"Selected Image :": "選択した画像",
|
||||
"Filter by Tags": "タグでフィルタリングする",
|
||||
"Filter by Selection": "選択範囲でフィルタリングする",
|
||||
"Batch Edit Captions": "キャプションの一括編集",
|
||||
|
|
@ -62,6 +59,7 @@
|
|||
"Alphabetical Order": "アルファベット順",
|
||||
"Frequency": "頻度",
|
||||
"Length": "長さ",
|
||||
"Token Length": "Token Length",
|
||||
"Sort Order": "ソート順",
|
||||
"Ascending": "昇順",
|
||||
"Descending": "降順",
|
||||
|
|
@ -76,6 +74,7 @@
|
|||
"Add selection [Enter]": "選択を追加[Enter]",
|
||||
"Add ALL Displayed": "表示されたすべてを追加",
|
||||
"Filter Images": "画像をフィルター",
|
||||
"Selected Image :": "選択した画像",
|
||||
"Remove selection [Delete]": "選択範囲を削除 [Delete]",
|
||||
"Invert selection": "選択を反転",
|
||||
"Clear selection": "選択をクリア",
|
||||
|
|
@ -120,6 +119,11 @@
|
|||
"Select visible tags": "表示中のタグを選択",
|
||||
"Deselect visible tags": "表示中のタグの選択を解除",
|
||||
"Select Tags": "タグの選択",
|
||||
"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",
|
||||
"hidden_s_or_n": "hidden_s_or_n",
|
||||
"Read Caption from Selected Image": "選択した画像からキャプションを読む",
|
||||
"Interrogate Selected Image": "選択した画像を精査する",
|
||||
"Caption of Selected Image": "選択した画像のキャプション",
|
||||
|
|
@ -135,9 +139,11 @@
|
|||
"Interrogate": "インタロゲート",
|
||||
"Interrogate Result": "インタロゲートの結果",
|
||||
"Copy caption from selected images automatically": "選択した画像からキャプションを自動でコピー",
|
||||
"Sort caption on save": "Sort caption on save",
|
||||
"Warn if changes in caption is not saved": "キャプションの変更が保存されていない場合に警告",
|
||||
"Edit Caption": "キャプションを編集",
|
||||
"Apply changes to selected image": "選択した画像に変更を適用",
|
||||
"Apply changes to ALL displayed images": "Apply changes to ALL displayed images",
|
||||
"Changes are not applied to the text files until the \"Save all changes\" button is pressed.": "「全ての変更を保存」ボタンを押すまで、変更はテキストファイルに適用されません。",
|
||||
"Moved or deleted images will be unloaded.": "移動または削除された画像はアンロードされます。",
|
||||
"Move or Delete": "移動または削除",
|
||||
|
|
@ -153,9 +159,13 @@
|
|||
"DELETE cannot be undone. The files will be deleted completely.": "「削除」操作は取り消せません。ファイルは完全に削除されます。",
|
||||
"DELETE File(s)": "ファイルを削除",
|
||||
"Number of columns on image gallery": "画像ギャラリーの列数",
|
||||
"Force image gallery to use temporary files": "Force image gallery to use temporary files",
|
||||
"Use raw CLIP token to calculate token count (without emphasis or embeddings)": "Use raw CLIP token to calculate token count (without emphasis or embeddings)",
|
||||
"stable-diffusion-webui-dataset-tag-editor": "stable-diffusion-webui-dataset-tag-editor",
|
||||
"https://github.com/toshiaki1729/stable-diffusion-webui-dataset-tag-editor": "https://github.com/toshiaki1729/stable-diffusion-webui-dataset-tag-editor",
|
||||
"C:\\path\\to\\metadata.json": "C:\\path\\to\\metadata.json",
|
||||
"C:\\directory\\of\\datasets": "C:\\directory\\of\\datasets",
|
||||
".txt (on Load and Save)": ".txt (読み込みと保存時)",
|
||||
"Reconstruct prompt from existing image and put it into the prompt field.": "既存の画像からプロンプトを再構築し、プロンプトフィールドに入力します。",
|
||||
"txt": "txt",
|
||||
"https://github.com/toshiaki1729/stable-diffusion-webui-dataset-tag-editor.git": "https://github.com/toshiaki1729/stable-diffusion-webui-dataset-tag-editor.git"
|
||||
}
|
||||
"txt": "txt"
|
||||
}
|
||||
|
|
@ -16,9 +16,9 @@
|
|||
"and restart webui, and enjoy the joy of creation!": "創作の喜びを満喫してください!",
|
||||
"Checkbox Group": "Checkbox Group",
|
||||
"artists": "アーティスト",
|
||||
"flavors": "あじ",
|
||||
"mediums": "中",
|
||||
"movements": "movements",
|
||||
"flavors": "フレーバー",
|
||||
"mediums": "メディウム(構成要素)",
|
||||
"movements": "ムーブメント(様式)",
|
||||
"Exclude abandoned": "削除されたものを除外",
|
||||
"Abandoned": "削除された",
|
||||
"Source": "入力",
|
||||
|
|
|
|||
|
|
@ -1,18 +1,13 @@
|
|||
{
|
||||
"Dataset Tag Editor": "Dataset Tag Editor",
|
||||
"hidden_idx_next": "hidden_idx_next",
|
||||
"hidden_idx_prev": "hidden_idx_prev",
|
||||
"hidden_s_or_n": "hidden_s_or_n",
|
||||
"Dataset Filter": "Dataset Filter",
|
||||
"Filter Apply": "Filter Apply",
|
||||
"This extension works well with text captions in comma-separated style (such as the tags generated by DeepBooru interrogator).": "This extension works well with text captions in comma-separated style (such as the tags generated by DeepBooru interrogator).",
|
||||
"Save all changes": "Save all changes",
|
||||
"Backup original text file (original file will be renamed like filename.000, .001, .002, ...)": "Backup original text file (original file will be renamed like filename.000, .001, .002, ...)",
|
||||
"Note:": "Note:",
|
||||
"New text file will be created if you are using filename as captions.": "New text file will be created if you are using filename as captions.",
|
||||
"Save kohya-ss's finetuning metadata json": "Save kohya-ss's finetuning metadata json",
|
||||
"json output path": "json output path",
|
||||
"json input path (Optional)": "json input path (Optional)",
|
||||
"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)",
|
||||
"Overwrite if output file exists": "Overwrite if output file exists",
|
||||
"Save metadata as caption": "Save metadata as caption",
|
||||
"Save metadata image key as fullpath": "Save metadata image key as fullpath",
|
||||
|
|
@ -23,9 +18,11 @@
|
|||
"Restore settings to default": "Restore settings to default",
|
||||
"Caption File Ext": "Caption File Ext",
|
||||
"Load": "Load",
|
||||
"Unload": "Unload",
|
||||
"Dataset Load Settings": "Dataset Load Settings",
|
||||
"Load from subdirectories": "Load from subdirectories",
|
||||
"Load caption from filename if no text file exists": "Load caption from filename if no text file exists",
|
||||
"Replace new-line character with comma": "Replace new-line character with comma",
|
||||
"Use Interrogator Caption": "Use Interrogator Caption",
|
||||
"No": "No",
|
||||
"If Empty": "If Empty",
|
||||
|
|
@ -38,11 +35,11 @@
|
|||
"Booru Score Threshold": "Booru Score Threshold",
|
||||
"Use Custom Threshold (WDv1.4 Tagger)": "Use Custom Threshold (WDv1.4 Tagger)",
|
||||
"WDv1.4 Tagger Score Threshold": "WDv1.4 Tagger Score Threshold",
|
||||
"Dataset Filter": "Dataset Filter",
|
||||
"Filter Apply": "Filter Apply",
|
||||
"hidden_idx_next": "hidden_idx_next",
|
||||
"hidden_idx_prev": "hidden_idx_prev",
|
||||
"Dataset Images": "Dataset Images",
|
||||
"Displayed Images : 0 / 0 total": "Displayed Images : 0 / 0 total",
|
||||
"Current Tag Filter :": "Current Tag Filter :",
|
||||
"Current Selection Filter : 0 images": "Current Selection Filter : 0 images",
|
||||
"Selected Image :": "Selected Image :",
|
||||
"Filter by Tags": "Filter by Tags",
|
||||
"Filter by Selection": "Filter by Selection",
|
||||
"Batch Edit Captions": "Batch Edit Captions",
|
||||
|
|
@ -62,6 +59,7 @@
|
|||
"Alphabetical Order": "Alphabetical Order",
|
||||
"Frequency": "Frequency",
|
||||
"Length": "Length",
|
||||
"Token Length": "Token Length",
|
||||
"Sort Order": "Sort Order",
|
||||
"Ascending": "Ascending",
|
||||
"Descending": "Descending",
|
||||
|
|
@ -76,6 +74,7 @@
|
|||
"Add selection [Enter]": "Add selection [Enter]",
|
||||
"Add ALL Displayed": "Add ALL Displayed",
|
||||
"Filter Images": "Filter Images",
|
||||
"Selected Image :": "Selected Image :",
|
||||
"Remove selection [Delete]": "Remove selection [Delete]",
|
||||
"Invert selection": "Invert selection",
|
||||
"Clear selection": "Clear selection",
|
||||
|
|
@ -120,6 +119,11 @@
|
|||
"Select visible tags": "Select visible tags",
|
||||
"Deselect visible tags": "Deselect visible tags",
|
||||
"Select Tags": "Select Tags",
|
||||
"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",
|
||||
"hidden_s_or_n": "hidden_s_or_n",
|
||||
"Read Caption from Selected Image": "Read Caption from Selected Image",
|
||||
"Interrogate Selected Image": "Interrogate Selected Image",
|
||||
"Caption of Selected Image": "Caption of Selected Image",
|
||||
|
|
@ -135,9 +139,11 @@
|
|||
"Interrogate": "Interrogate",
|
||||
"Interrogate Result": "Interrogate Result",
|
||||
"Copy caption from selected images automatically": "Copy caption from selected images automatically",
|
||||
"Sort caption on save": "Sort caption on save",
|
||||
"Warn if changes in caption is not saved": "Warn if changes in caption is not saved",
|
||||
"Edit Caption": "Edit Caption",
|
||||
"Apply changes to selected image": "Apply changes to selected image",
|
||||
"Apply changes to ALL displayed images": "Apply changes to ALL displayed images",
|
||||
"Changes are not applied to the text files until the \"Save all changes\" button is pressed.": "Changes are not applied to the text files until the \"Save all changes\" button is pressed.",
|
||||
"Moved or deleted images will be unloaded.": "Moved or deleted images will be unloaded.",
|
||||
"Move or Delete": "Move or Delete",
|
||||
|
|
@ -153,9 +159,13 @@
|
|||
"DELETE cannot be undone. The files will be deleted completely.": "DELETE cannot be undone. The files will be deleted completely.",
|
||||
"DELETE File(s)": "DELETE File(s)",
|
||||
"Number of columns on image gallery": "Number of columns on image gallery",
|
||||
"Force image gallery to use temporary files": "Force image gallery to use temporary files",
|
||||
"Use raw CLIP token to calculate token count (without emphasis or embeddings)": "Use raw CLIP token to calculate token count (without emphasis or embeddings)",
|
||||
"stable-diffusion-webui-dataset-tag-editor": "stable-diffusion-webui-dataset-tag-editor",
|
||||
"https://github.com/toshiaki1729/stable-diffusion-webui-dataset-tag-editor": "https://github.com/toshiaki1729/stable-diffusion-webui-dataset-tag-editor",
|
||||
"C:\\path\\to\\metadata.json": "C:\\path\\to\\metadata.json",
|
||||
"C:\\directory\\of\\datasets": "C:\\directory\\of\\datasets",
|
||||
".txt (on Load and Save)": ".txt (on Load and Save)",
|
||||
"Reconstruct prompt from existing image and put it into the prompt field.": "Reconstruct prompt from existing image and put it into the prompt field.",
|
||||
"txt": "txt",
|
||||
"https://github.com/toshiaki1729/stable-diffusion-webui-dataset-tag-editor.git": "https://github.com/toshiaki1729/stable-diffusion-webui-dataset-tag-editor.git"
|
||||
}
|
||||
"txt": "txt"
|
||||
}
|
||||
Loading…
Reference in New Issue