fix(i18n): clean up unused keys and fix nesting & placeholder issues (#23123)

This commit is contained in:
lyzno1
2025-07-30 10:37:44 +08:00
committed by GitHub
parent a51998e4aa
commit a3ef869db6
52 changed files with 70 additions and 276 deletions

View File

@@ -254,7 +254,6 @@ const translation = {
noDataLine1: '左側に使用例を記入してください,',
noDataLine2: 'オーケストレーションのプレビューがこちらに表示されます。',
apply: '適用',
noData: '左側にユースケースを入力すると、こちらでプレビューができます。',
loading: 'アプリケーションを処理中です',
overwriteTitle: '既存の設定を上書きしますか?',
overwriteMessage: 'このプロンプトを適用すると、既存の設定が上書きされます。',
@@ -365,6 +364,7 @@ const translation = {
'varName': '変数名',
'labelName': 'ラベル名',
'inputPlaceholder': '入力してください',
'content': '内容',
'required': '必須',
'hide': '非表示',
'file': {