stable-diffusion-webui-loca.../template/ja_JP/extensions/sd-dynamic-prompts.json

149 lines
20 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

{
"Wildcards Manager": "ワイルドカードの管理",
"Dynamic Prompts": "Dynamic Prompts",
"Dynamic Prompts enabled": "Dynamic Prompts 有効化",
"Combinatorial generation": "組み合わせ生成",
"Max generations (0 = all combinations - the batch count value is ignored)": "最大生成数 (0 = すべての組み合わせ - この時バッチ数は無視されます)",
"Combinatorial batches": "組み合わせのバッチ",
"Prompt Magic": "Prompt Magic",
"Magic prompt": "Magic prompt",
"Max magic prompt length": "Magic prompt の最大長",
"Magic prompt creativity": "Magic prompt の創造性",
"Magic prompt model": "Magic prompt モデル",
"Gustavosta/MagicPrompt-Stable-Diffusion": "Gustavosta/MagicPrompt-Stable-Diffusion",
"daspartho/prompt-extend": "daspartho/prompt-extend",
"succinctly/text2image-prompt-generator": "succinctly/text2image-prompt-generator",
"microsoft/Promptist": "microsoft/Promptist",
"AUTOMATIC/promptgen-lexart": "AUTOMATIC/promptgen-lexart",
"AUTOMATIC/promptgen-majinai-safe": "AUTOMATIC/promptgen-majinai-safe",
"AUTOMATIC/promptgen-majinai-unsafe": "AUTOMATIC/promptgen-majinai-unsafe",
"kmewhort/stable-diffusion-prompt-bolster": "kmewhort/stable-diffusion-prompt-bolster",
"Gustavosta/MagicPrompt-Dalle": "Gustavosta/MagicPrompt-Dalle",
"Ar4ikov/gpt2-650k-stable-diffusion-prompt-generator": "Ar4ikov/gpt2-650k-stable-diffusion-prompt-generator",
"Ar4ikov/gpt2-medium-650k-stable-diffusion-prompt-generator": "Ar4ikov/gpt2-medium-650k-stable-diffusion-prompt-generator",
"crumb/bloom-560m-RLHF-SD2-prompter-aesthetic": "crumb/bloom-560m-RLHF-SD2-prompter-aesthetic",
"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 のバッチサイズ",
"I'm feeling lucky": "I'm feeling lucky",
"Attention grabber": "Attention grabberプロンプトの後ろの: 1.5などのこと)",
"Minimum attention": "Attentionの最小値",
"Maximum attention": "Attentionの最大値",
"Don't apply to negative prompts": "ネガティブプロンプトには適用しない",
"Need help?": "ヘルプ",
"Syntax cheatsheet": "構文チートシート",
"Tutorial": "チュートリアル",
"Discussions": "ディスカッション",
"Report a bug": "バグを報告する",
"Combinations": "組み合わせ",
"Choose a number of terms from a list, in this case we choose two artists:": "以下のプロンプトの場合、artistから2つを選択します。",
"{2$$artist1|artist2|artist3}": "{2$$artist1|artist2|artist3}",
"If $$ is not provided, then 1$$ is assumed.": "$$ が入力されていない場合、1$$ に設定されます。",
"If the chosen number of terms is greater than the available terms, then some terms will be duplicated, otherwise chosen terms will be unique. This is useful in the case of wildcards, e.g.": "選択した用語の数がプロンプトより大きい場合、プロンプトが複製されます。 これはワイルドカードを使う際に便利です。例えば、",
"{2$$__artist__}": "{2$$__artist__}",
"is equivalent to": "これは以下と同じ意味です。",
"{2$$__artist__|__artist__}": "{2$$__artist__|__artist__}",
"A range can be provided:": "プロンプトを選択する数に幅をもたせられます。",
"{1-3$$artist1|artist2|artist3}": "{1-3$$artist1|artist2|artist3}",
"In this case, a random number of artists between 1 and 3 is chosen.": "この場合13のランダムの数のartistが選ばれます。",
"Options can be given weights:": "オプションでweightを与えられます",
"{2::artist1|artist2}": "{2::artist1|artist2}",
"In this case, artist1 will be chosen twice as often as artist2.": "この場合、artist1はartist2の2倍の確率で選ばれます。",
"Wildcards can be used and the joiner can also be specified:": "ワイルドカードを何でつなぐかも指定できます。",
"{{1-$$and$$__adjective__}}": "{{1-$$and$$__adjective__}}",
"Here, a random number between 1 and 3 words from adjective.txt will be chosen and joined together with the word 'and' instead of the default comma.": "この場合1~3の単語がadjective.txtから選択され、それらの単語がandで接続されます。デフォルト設定はカンマ”,”です。",
"Wildcards": "ワイルドカード",
"Find and manage wildcards in the Wildcards Manager tab.": "ワイルドカードはワイルドカードマネージャーのタブで管理します。",
"__<folder>/mywildcards__": "__<folder>/mywildcards__",
"will then become available.": "こうすることで利用可能になります。",
"Find more settings on the": "より詳細な設定は",
"tab": "タブ",
"Jinja2 templates": "Jinja2 templates",
"Enable Jinja2 templates": "Jinja2 テンプレートを有効にする",
"Help for Jinja2 templates": "Jinja2 テンプレートのヘルプ",
"Jinja2 templates is an experimental feature for advanced template generation. It is not recommended for general use unless you are comfortable with writing scripts.": "Jinja2テンプレートは、高度なテンプレート生成のための実験的な機能です。スクリプトを書くことに慣れていない限り、一般的な使用はお勧めしません。",
"Literals": "リテラル",
"I love red roses": "I love red roses",
"Random choices": "ランダム選択",
"I love {{ choice('red', 'blue', 'green') }} roses": "I love {{ choice('red', 'blue', 'green') }} roses",
"This will randomly choose one of the three colors.": "これにより、3色の中からランダムに1色が選ばれます。",
"Iterations": "繰り返し",
"{% for colour in ['red', 'blue', 'green'] %}\n {% prompt %}I love {{ colour }} roses{% endprompt %}\n {% endfor %}": "{% for colour in ['red', 'blue', 'green'] %}\n {% prompt %}I love {{ colour }} roses{% endprompt %}\n {% endfor %}",
"This will produce three prompts, one for each color. The prompt tag is used to mark the text that will be used as the prompt. If no prompt tag is present then only one prompt is assumed": "これにより、各色に1つずつ、計3つのプロンプトが生成されます。プロンプトタグは、プロンプトとして使用されるテキストをマークするために使用されます。プロンプトタグが存在しない場合は、プロンプトは1つだけとみなされます。",
"{% for colour in wildcard(\"__colours__\") %}\n {% prompt %}I love {{ colour }} roses{% endprompt %}\n {% endfor %}": "{% for colour in wildcard(\"__colours__\") %}\n {% prompt %}I love {{ colour }} roses{% endprompt %}\n {% endfor %}",
"This will produce one prompt for each colour in the wildcard.txt file.": "これにより、wildcard.txtファイル内の各色に対して1つのプロンプトが生成されます。",
"Conditionals": "条件設定",
"{% for colour in [\"red\", \"blue\", \"green\"] %}\n {% if colour == \"red\"}\n {% prompt %}I love {{ colour }} roses{% endprompt %}\n {% else %}\n {% prompt %}I hate {{ colour }} roses{% endprompt %}\n {% endif %}\n {% endfor %}": "% for colour in [\"red\", \"blue\", \"green\"] %}\n {% if colour == \"red\"}\n {% prompt %}I love {{ colour }} roses{% endprompt %}\n {% else %}\n {% prompt %}I hate {{ colour }} roses{% endprompt %}\n {% endif %}\n {% endfor %}",
"This will produce the following prompts:": "これにより、以下のプロンプトが表示されます:",
"I hate blue roses": "I hate blue roses",
"I hate green roses": "I hate green roses",
"Jinja2 templates are based on the Jinja2 template engine. For more information see the": "Jinja2テンプレートは、Jinja2テンプレートエンジンに基づいています。詳細についてはドキュメントを参照してください。",
"Jinja2 documentation.": "Jinja2 ドキュメント",
"If you are using these templates, please let me know if they are useful.": "これらのテンプレートを使っている方は、役に立っているかどうか教えてください。",
"Advanced options": "高度な設定",
"Some settings have been moved to the settings tab. Find them in the Dynamic Prompts section.": "いくつかの設定は、設定タブに移動されています。ダイナミックプロンプトのセクションを探してください。",
"Unlink seed from prompt": "シードをプロンプトからリンク解除",
"Fixed seed": "固定シード",
"Write raw prompt to image": "画像にそのままのプロンプトを書く",
"Don't generate images": "画像を生成しない",
"Write prompts to file": "プロンプトをファイルに書き出し",
"Manage wildcards for Dynamic Prompts": "Dynamic Prompts 用のワイルドカードを管理",
"1. Create your wildcard library by copying a collection using the dropdown below.": "1. 下のドロップダウンからコレクションをコピーしてワイルドカードライブラリを作成します。",
"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",
"devilkkw": "devilkkw",
"jumbo": "jumbo",
"nai": "nai",
"nsp": "nsp",
"parrotzone": "parrotzone",
"Copy collection": "コレクションをコピー",
"Overwrite existing": "既存の内容を上書き",
"Refresh wildcards": "ワイルドカードを更新",
"Delete all wildcards": "全てのワイルドカードを削除",
"Wildcards file": "ワイルドカードファイル",
"File editor": "ファイルエディター",
"Save wildcards": "ワイルドカードを保存",
"Action": "実行",
"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}": "構文解析でバリエーションの左括弧として使用する文字列 例: {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.": "このボックスのチェックを外すと、ダイナミックプロンプトが無効になります。",
"Instead of generating random prompts from a template, combinatorial generation produces every possible prompt from the given string.\nThe prompt 'I {love|hate} {New York|Chicago} in {June|July|August}' will produce 12 variants in total.\n\nThe value of the 'Seed' field is only used for the first image. To change this, look for 'Fixed seed' in the 'Advanced options' section.": "テンプレートからランダムなプロンプトを生成する代わりに、組合せ生成は与えられた文字列から生成される可能性のある、あらゆるプロンプトを生成します。\n 'I {love|hate} {New York|Chicago} in {June|July|August}' というプロンプトは、全部で12種類のバリエーションが生成されます。",
"Limit the maximum number of prompts generated. 0 (default) will generate all images. Useful to prevent an unexpected combinatorial explosion.": "生成されるプロンプトの最大数を制限します。0 (デフォルト) はすべての画像を生成します。予期しない組み合わせによる爆発を防ぐのに便利です。",
"Re-run your combinatorial batch this many times with a different seed each time.": "毎回異なるシードを使って、組み合わせバッチを何度も再実行します。",
"Magic Prompt adds interesting modifiers to your prompt for a little bit of extra spice.\nThe first time you use it, the MagicPrompt model is downloaded so be patient.\nIf you're running low on VRAM, you might get a CUDA error.": "Magic Promptは、プロンプトに面白いモディファイを追加して、ちょっとしたスパイスを加えることができます。\n初回使用時はMagicPromptのモデルがダウンロードされますので、しばらくお待ちください。\nVRAMが不足している場合、CUDAエラーが発生することがあります。",
"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.": "バッチごとに生成するプロンプトの数。これを増やすと、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 を使用しない。",
"Jinja2 templates are an expressive alternative to the standard syntax. See the Help section below for instructions.": "Jinja2テンプレートは、標準構文の代わりに表現力豊かなものです。手順については、以下のヘルプセクションを参照してください。",
"Check this if you want to generate random prompts, even if your seed is fixed": "シードが固定されていても、ランダムなプロンプトを生成したい場合はこれをチェックしてください",
"Select this if you want to use the same seed for every generated image.\nThis is useful if you want to test prompt variations while using the same seed.\nIf there are no wildcards then all the images will be identical.": "すべての画像に同じシードを使用する場合は、これを選択します。\nこれは、プロンプトのバリエーションをテストしたい場合に便利です。\nワイルドカードがない場合は、画像は全て同じものになります。",
"Write the prompt template into the image metadata": "プロンプトテンプレートを画像のメタデータに書き込みます",
"Be sure to check the 'Write prompts to file' checkbox if you don't want to lose the generated prompts. Note, one image is still generated.": "生成されたプロンプトを失いたくない場合は、必ず「プロンプトをファイルに書き込む」チェックボックスをチェックしてください。注意: 1つの画像が生成されたままです。",
"The generated file is a slugified version of the prompt and can be found in the same directory as the generated images.\nE.g. in ./outputs/txt2img-images/.": "生成されたファイルは、プロンプトのスラグ化されたバージョンであり、生成されたイメージと同じディレクトリにあります。\n例 ./outputs/txt2img-images/.",
"Complete documentation is available at https://github.com/adieyal/sd-dynamic-prompts. Please report any issues on GitHub.": "完全なドキュメントは https://github.com/adieyal/sd-dynamic-promptsで入手できます。GitHubで問題を報告してください。",
"Generate all possible prompt combinations.": "すべてのプロンプトの組み合わせを生成します。",
"Automatically update your prompt with interesting modifiers. (Runs slowly the first time)": "面白い修飾子で自動的にプロンプトを更新します。(最初はゆっくりと実行)",
"Generate random prompts from lexica.art (your prompt is used as a search query).": "lexica.artからランダムなプロンプトを生成します (検索クエリとしてプロンプトが使用されます)。",
"Use the same seed for all prompts in this batch": "このバッチ内のすべてのプロンプトに同じシードを使用する",
"Write all generated prompts to a file": "生成されたすべてのプロンプトをファイルに書き込む",
"If this is set, then random prompts are generated, even if the seed is the same.": "設定されている場合、シード値が同じであってもランダムなプロンプトが生成されます。",
"Disable image generation. Useful if you only want to generate text prompts. (1 image will still be generated to keep Auto1111 happy.).": "画像生成を無効にします。プロンプトのテキストのみを生成したい場合に便利です。(Auto1111の状態を維持するため、1枚の画像は生成されます。)",
"Add emphasis to a randomly selected keyword in the prompt.": "プロンプトの中からランダムに選ばれたキーワードに強調を加えます。",
"Write template into image metadata.": "テンプレートを画像メタデータに書き込む。",
"Note: Each model will download between 300mb and 1.4gb of data on first use.": "注: 各モデルは、初期使用時に300MB ~ 1.4GBのデータをダウンロードします"
}