Skip to content

Commit 46eafe0

Browse files
RyoK0220weblate
authored andcommitted
translationBot(ui): update translation (Japanese)
Currently translated at 60.2% (1141 of 1895 strings) translationBot(ui): update translation (Japanese) Currently translated at 56.7% (1075 of 1895 strings) Co-authored-by: RyoKoba <[email protected]> Translate-URL: https://hosted.weblate.org/projects/invokeai/web-ui/ja/ Translation: InvokeAI/Web UI
1 parent 998efb9 commit 46eafe0

File tree

1 file changed

+84
-7
lines changed
  • invokeai/frontend/web/public/locales

1 file changed

+84
-7
lines changed

invokeai/frontend/web/public/locales/ja.json

+84-7
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,12 @@
118118
"value": "",
119119
"label": "ラベル",
120120
"saveChanges": "変更を保存",
121-
"error_withCount_other": "{{count}} 個のエラー"
121+
"error_withCount_other": "{{count}} 個のエラー",
122+
"noMatches": "合致しません",
123+
"compact": "コンパクト",
124+
"full": "すべて",
125+
"model_withCount_other": "{{count}}個のモデル",
126+
"noOptions": "オプションがありません"
122127
},
123128
"gallery": {
124129
"galleryImageSize": "画像のサイズ",
@@ -583,7 +588,7 @@
583588
"deleteModelImage": "モデル画像を削除",
584589
"hfTokenInvalid": "ハギングフェイストークンが無効または見つかりません",
585590
"hfForbiddenErrorMessage": "リポジトリにアクセスすることを勧めます.所有者はダウンロードにあたり利用規約への同意を要求する場合があります.",
586-
"noModelsInstalled": "インストールされているモデルなし",
591+
"noModelsInstalled": "インストールされているモデルがありません",
587592
"pathToConfig": "設定へのパス",
588593
"noModelsInstalledDesc1": "モデルを一緒にインストール",
589594
"pruneTooltip": "完了したインポートをキューから削除",
@@ -639,7 +644,11 @@
639644
"urlUnauthorizedErrorMessage": "このモデルにアクセスするためにAPIトークンを構成する必要があるかもしれません.",
640645
"urlUnauthorizedErrorMessage2": "ここでどうやるか学びます.",
641646
"inplaceInstall": "定位置にインストール",
642-
"fileSize": "ファイルサイズ"
647+
"fileSize": "ファイルサイズ",
648+
"modelPickerFallbackNoModelsInstalled2": "<LinkComponent>モデルマネージャー</LinkComponent> にアクセスしてモデルをインストールしてください.",
649+
"filterModels": "フィルターモデル",
650+
"modelPickerFallbackNoModelsInstalled": "モデルがインストールされていません.",
651+
"manageModels": "モデル管理"
643652
},
644653
"parameters": {
645654
"images": "画像",
@@ -684,7 +693,27 @@
684693
"collectionNumberGTMax": "{{value}} > {{maximum}} (最大増加)",
685694
"missingNodeTemplate": "ノードテンプレートの欠落",
686695
"batchNodeNotConnected": "バッチノードが: {{label}}につながっていない",
687-
"collectionNumberLTMin": "{{value}} < {{minimum}} (最小増加)"
696+
"collectionNumberLTMin": "{{value}} < {{minimum}} (最小増加)",
697+
"fluxModelIncompatibleScaledBboxHeight": "$t(parameters.invoke.fluxRequiresDimensionsToBeMultipleOf16), スケーリングされたbboxの高さは{{height}}です",
698+
"fluxModelMultipleControlLoRAs": "コントロールLoRAは1度に1つしか使用できません",
699+
"noPrompts": "プロンプトが生成されません",
700+
"noNodesInGraph": "グラフにノードがありません",
701+
"noCLIPEmbedModelSelected": "FLUX生成にCLIPエンベッドモデルが選択されていません",
702+
"canvasIsFiltering": "キャンバスがビジー状態(フィルタリング)",
703+
"canvasIsCompositing": "キャンバスがビジー状態(合成)",
704+
"systemDisconnected": "システムが切断されました",
705+
"fluxModelIncompatibleScaledBboxWidth": "$t(parameters.invoke.fluxRequiresDimensionsToBeMultipleOf16), 拡大縮小されたbboxの幅は{{width}}です",
706+
"canvasIsTransforming": "キャンバスがビジー状態(変換)",
707+
"canvasIsRasterizing": "キャンバスがビジー状態(ラスタライズ)",
708+
"modelIncompatibleBboxHeight": "Bboxの高さは{{height}}ですが,{{model}}は{{multiple}}の倍数が必要です",
709+
"modelIncompatibleScaledBboxHeight": "bboxの高さは{{height}}ですが,{{model}}は{{multiple}}の倍数を必要です",
710+
"modelIncompatibleBboxWidth": "Bboxの幅は{{width}}ですが, {{model}}は{{multiple}}の倍数が必要です",
711+
"modelIncompatibleScaledBboxWidth": "bboxの幅は{{width}}ですが,{{model}}は{{multiple}}の倍数が必要です",
712+
"canvasIsSelectingObject": "キャンバスがビジー状態(オブジェクトの選択)",
713+
"fluxModelIncompatibleBboxWidth": "$t(parameters.invoke.fluxRequiresDimensionsToBeMultipleOf16), bboxの幅は{{width}}です",
714+
"fluxModelIncompatibleBboxHeight": "$t(parameters.invoke.fluxRequiresDimensionsToBeMultipleOf16), bboxの高さは{{height}}です",
715+
"noFLUXVAEModelSelected": "FLUX生成にVAEモデルが選択されていません",
716+
"noT5EncoderModelSelected": "FLUX生成にT5エンコーダモデルが選択されていません"
688717
},
689718
"aspect": "縦横比",
690719
"lockAspectRatio": "縦横比を固定",
@@ -716,7 +745,23 @@
716745
"cfgRescaleMultiplier": "CFGリスケール倍率",
717746
"clipSkip": "クリップスキップ",
718747
"guidance": "ガイダンス",
719-
"infillMethod": "充填法"
748+
"infillMethod": "充填法",
749+
"patchmatchDownScaleSize": "ダウンスケール",
750+
"boxBlur": "ボックスぼかし",
751+
"remixImage": "リミックス画像",
752+
"processImage": "プロセス画像",
753+
"useCpuNoise": "CPUノイズの使用",
754+
"staged": "ステージ",
755+
"perlinNoise": "パーリン・ノイズ(グラデーションノイズ)",
756+
"imageActions": "画像処理",
757+
"gaussianBlur": "ガウスぼかし",
758+
"noiseThreshold": "ノイズの閾値",
759+
"maskBlur": "マスクぼかし",
760+
"seamlessYAxis": "シームレスなY軸",
761+
"optimizedImageToImage": "イメージ to イメージの最適化",
762+
"symmetry": "左右対称",
763+
"seamlessXAxis": "シームレスなX軸",
764+
"sendToCanvas": "キャンバスに送る"
720765
},
721766
"settings": {
722767
"models": "モデル",
@@ -728,7 +773,13 @@
728773
"resetComplete": "WebUIはリセットされました。",
729774
"ui": "ユーザーインターフェイス",
730775
"beta": "ベータ",
731-
"developer": "開発者"
776+
"developer": "開発者",
777+
"antialiasProgressImages": "アンチエイリアスの経過画像",
778+
"enableInformationalPopovers": "情報ポップオーバーを有効にする",
779+
"enableModelDescriptions": "ドロップダウンでモデルの説明を有効にする",
780+
"confirmOnNewSession": "新しいセッションで確認する",
781+
"informationalPopoversDisabled": "情報ポップオーバーが無効になっています",
782+
"informationalPopoversDisabledDesc": "情報ポップオーバーが無効になっています.設定で有効にしてください."
732783
},
733784
"toast": {
734785
"uploadFailed": "アップロード失敗",
@@ -1340,7 +1391,18 @@
13401391
"scheduler": "スケジューラー",
13411392
"loading": "ロード中...",
13421393
"steps": "ステップ",
1343-
"refiner": "Refiner"
1394+
"refiner": "Refiner",
1395+
"negStylePrompt": "ネガティブスタイルプロンプト",
1396+
"noModelsAvailable": "利用できるモデルがありません",
1397+
"posStylePrompt": "ポジティブスタイルプロンプト",
1398+
"cfgScale": "CFGスケール",
1399+
"concatPromptStyle": "リンキングプロンプトとスタイル",
1400+
"freePromptStyle": "手動スタイルプロンプト",
1401+
"posAestheticScore": "ポジティブ美的スコア",
1402+
"refinerSteps": "リファイナーステップ",
1403+
"refinerStart": "リファイナースタート",
1404+
"refinermodel": "リファイナーモデル",
1405+
"negAestheticScore": "ネガティブ美的スコア"
13441406
},
13451407
"modelCache": {
13461408
"clear": "モデルキャッシュを消去",
@@ -1370,5 +1432,20 @@
13701432
"fatal": "Fatal",
13711433
"warn": "Warn"
13721434
}
1435+
},
1436+
"dynamicPrompts": {
1437+
"promptsPreview": "プロンプトプレビュー",
1438+
"seedBehaviour": {
1439+
"label": "シードの挙動",
1440+
"perPromptLabel": "画像ごとのシード",
1441+
"perIterationLabel": "いてレーションごとのシード",
1442+
"perPromptDesc": "それぞれの画像に足して別のシードを使う",
1443+
"perIterationDesc": "それぞれのいてレーションに別のシードを使う"
1444+
},
1445+
"showDynamicPrompts": "ダイナミックプロンプトを表示する",
1446+
"promptsToGenerate": "生成するプロンプト",
1447+
"dynamicPrompts": "ダイナミックプロンプト",
1448+
"loading": "ダイナミックプロンプトを生成...",
1449+
"maxPrompts": "最大プロンプト"
13731450
}
13741451
}

0 commit comments

Comments
 (0)