diff --git a/template/ks_JP/extensions/stable-diffusion-webui-dataset-tag-editor.json b/template/ks_JP/extensions/stable-diffusion-webui-dataset-tag-editor.json new file mode 100644 index 0000000..6354f78 --- /dev/null +++ b/template/ks_JP/extensions/stable-diffusion-webui-dataset-tag-editor.json @@ -0,0 +1,161 @@ +{ + "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)", + "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", + "Results": "Results", + "Reload/Save Settings (config.json)": "Reload/Save Settings (config.json)", + "Reload settings": "Reload settings", + "Save current settings": "Save current settings", + "Restore settings to default": "Restore settings to default", + "Caption File Ext": "Caption File Ext", + "Load": "Load", + "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", + "Use Interrogator Caption": "Use Interrogator Caption", + "No": "No", + "If Empty": "If Empty", + "Overwrite": "Overwrite", + "Prepend": "Prepend", + "Append": "Append", + "Interrogators": "Interrogators", + "Interrogator Settings": "Interrogator Settings", + "Use Custom Threshold (Booru)": "Use Custom Threshold (Booru)", + "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 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", + "Edit Caption of Selected Image": "Edit Caption of Selected Image", + "Move or Delete Files": "Move or Delete Files", + "Clear tag filters": "Clear tag filters", + "Clear ALL filters": "Clear ALL filters", + "Positive Filter": "Positive Filter", + "Negative Filter": "Negative Filter", + "Search tags / Filter images by tags": "Search tags / Filter images by tags", + "(INCLUSIVE)": "(INCLUSIVE)", + "Search Tags": "Search Tags", + "Prefix": "Prefix", + "Suffix": "Suffix", + "Use regex": "Use regex", + "Sort by": "Sort by", + "Alphabetical Order": "Alphabetical Order", + "Frequency": "Frequency", + "Length": "Length", + "Sort Order": "Sort Order", + "Ascending": "Ascending", + "Descending": "Descending", + "Filter Logic": "Filter Logic", + "AND": "AND", + "OR": "OR", + "NONE": "NONE", + "Filter Images by Tags": "Filter Images by Tags", + "(EXCLUSIVE)": "(EXCLUSIVE)", + "Number": "Number", + "Select images from the left gallery.": "Select images from the left gallery.", + "Add selection [Enter]": "Add selection [Enter]", + "Add ALL Displayed": "Add ALL Displayed", + "Filter Images": "Filter Images", + "Remove selection [Delete]": "Remove selection [Delete]", + "Invert selection": "Invert selection", + "Clear selection": "Clear selection", + "Apply selection filter": "Apply selection filter", + "Search and Replace": "Search and Replace", + "Remove": "Remove", + "Edit common tags.": "Edit common tags.", + "Show only the tags selected in the Positive Filter": "Show only the tags selected in the Positive Filter", + "Common Tags": "Common Tags", + "Edit Tags": "Edit Tags", + "Prepend additional tags": "Prepend additional tags", + "Apply changes to filtered images": "Apply changes to filtered images", + "Show description of how to edit tags": "Show description of how to edit tags", + "1. The tags common to all displayed images are shown in comma separated style.": "1. The tags common to all displayed images are shown in comma separated style.", + "2. When changes are applied, all tags in each displayed images are replaced.": "2. When changes are applied, all tags in each displayed images are replaced.", + "3. If you change some tags into blank, they will be erased.": "3. If you change some tags into blank, they will be erased.", + "4. If you add some tags to the end, they will be added to the end/beginning of the text file.": "4. If you add some tags to the end, they will be added to the end/beginning of the text file.", + "5. Changes are not applied to the text files until the \"Save all changes\" button is pressed.": "5. Changes are not applied to the text files until the \"Save all changes\" button is pressed.", + "ex A.": "ex A.", + "Original Text = \"A, A, B, C\" Common Tags = \"B, A\" Edit Tags = \"X, Y\"": "Original Text = \"A, A, B, C\" Common Tags = \"B, A\" Edit Tags = \"X, Y\"", + "Result = \"Y, Y, X, C\" (B->X, A->Y)": "Result = \"Y, Y, X, C\" (B->X, A->Y)", + "ex B.": "ex B.", + "Original Text = \"A, B, C\" Common Tags = \"(nothing)\" Edit Tags = \"X, Y\"": "Original Text = \"A, B, C\" Common Tags = \"(nothing)\" Edit Tags = \"X, Y\"", + "Result = \"A, B, C, X, Y\" (add X and Y to the end (default))": "Result = \"A, B, C, X, Y\" (add X and Y to the end (default))", + "Result = \"X, Y, A, B, C\" (add X and Y to the beginning (\"Prepend additional tags\" checked))": "Result = \"X, Y, A, B, C\" (add X and Y to the beginning (\"Prepend additional tags\" checked))", + "ex C.": "ex C.", + "Original Text = \"A, B, C, D, E\" Common Tags = \"A, B, D\" Edit Tags = \", X, \"": "Original Text = \"A, B, C, D, E\" Common Tags = \"A, B, D\" Edit Tags = \", X, \"", + "Result = \"X, C, E\" (A->\"\", B->X, D->\"\")": "Result = \"X, C, E\" (A->\"\", B->X, D->\"\")", + "Search and Replace for all images displayed.": "Search and Replace for all images displayed.", + "Search Text": "Search Text", + "Replace Text": "Replace Text", + "Search and Replace in": "Search and Replace in", + "Only Selected Tags": "Only Selected Tags", + "Each Tags": "Each Tags", + "Entire Caption": "Entire Caption", + "Selected Tags": "Selected Tags", + "duplicate": "duplicate", + "tags from the images displayed.": "tags from the images displayed.", + "Remove duplicate tags": "Remove duplicate tags", + "selected": "selected", + "Remove selected tags": "Remove selected tags", + "Select visible tags": "Select visible tags", + "Deselect visible tags": "Deselect visible tags", + "Select Tags": "Select Tags", + "Read Caption from Selected Image": "Read Caption from Selected Image", + "Interrogate Selected Image": "Interrogate Selected Image", + "Caption of Selected Image": "Caption of Selected Image", + "Copy and Overwrite": "Copy and Overwrite", + "Interrogator": "Interrogator", + "BLIP": "BLIP", + "DeepDanbooru": "DeepDanbooru", + "wd-v1-4-vit-tagger": "wd-v1-4-vit-tagger", + "wd-v1-4-convnext-tagger": "wd-v1-4-convnext-tagger", + "wd-v1-4-vit-tagger-v2": "wd-v1-4-vit-tagger-v2", + "wd-v1-4-convnext-tagger-v2": "wd-v1-4-convnext-tagger-v2", + "wd-v1-4-swinv2-tagger-v2": "wd-v1-4-swinv2-tagger-v2", + "Interrogate": "Interrogate", + "Interrogate Result": "Interrogate Result", + "Copy caption from selected images automatically": "Copy caption from selected images automatically", + "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", + "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", + "Selected One": "Selected One", + "All Displayed Ones": "All Displayed Ones", + "Target": "Target", + "Image File": "Image File", + "Caption Text File": "Caption Text File", + "Caption Backup File": "Caption Backup File", + "Target dataset num: 0": "Target dataset num: 0", + "Destination Directory": "Destination Directory", + "Move File(s)": "Move File(s)", + "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", + "stable-diffusion-webui-dataset-tag-editor": "stable-diffusion-webui-dataset-tag-editor", + ".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" +}