feat: Add missing text placeholder in prompt help messages for different locales
This commit is contained in:
@@ -170,7 +170,8 @@
|
||||
"label": "Prompt",
|
||||
"placeholder": "Enter Prompt",
|
||||
"required": "Please enter a prompt",
|
||||
"help": "You can use {key} as variable in your prompt."
|
||||
"help": "You can use {key} as variable in your prompt.",
|
||||
"missingTextPlaceholder": "The {text} variable is missing in the prompt. Please add it."
|
||||
},
|
||||
"isSystem": {
|
||||
"label": "Is System Prompt"
|
||||
|
||||
@@ -170,7 +170,8 @@
|
||||
"label": "Prompt",
|
||||
"placeholder": "Ingrese un prompt",
|
||||
"required": "Por favor, ingrese un prompt",
|
||||
"help": "Puede usar {key} como variable en su prompt."
|
||||
"help": "Puede usar {key} como variable en su prompt.",
|
||||
"missingTextPlaceholder": "Falta la variable {text} en el mensaje. Por favor, añádela."
|
||||
},
|
||||
"isSystem": {
|
||||
"label": "Es un Prompt del Sistema"
|
||||
|
||||
@@ -170,7 +170,8 @@
|
||||
"label": "Prompt",
|
||||
"placeholder": "Entrer Prompt",
|
||||
"required": "Veuillez entrer un prompt",
|
||||
"help": "Vous pouvez utiliser {key} comme variable dans votre prompt."
|
||||
"help": "Vous pouvez utiliser {key} comme variable dans votre prompt.",
|
||||
"missingTextPlaceholder": "La variable {text} est manquante dans le message. Veuillez l'ajouter."
|
||||
},
|
||||
"isSystem": {
|
||||
"label": "Est un prompt système"
|
||||
|
||||
@@ -170,7 +170,8 @@
|
||||
"label": "Prompt",
|
||||
"placeholder": "Inserisci Prompt",
|
||||
"required": "Scrivi il prompt",
|
||||
"help": "Puoi usare {key} come variabile nel tuo prompt."
|
||||
"help": "Puoi usare {key} come variabile nel tuo prompt.",
|
||||
"missingTextPlaceholder": "La variabile {text} manca nel prompt. Per favore, aggiungila."
|
||||
},
|
||||
"isSystem": {
|
||||
"label": "Prompt di Sistema"
|
||||
|
||||
@@ -173,7 +173,8 @@
|
||||
"label": "プロンプト",
|
||||
"placeholder": "プロンプトを入力",
|
||||
"required": "プロンプトを入力してください",
|
||||
"help": "プロンプト内で{key}を変数として使用できます。"
|
||||
"help": "プロンプト内で{key}を変数として使用できます。",
|
||||
"missingTextPlaceholder": "プロンプトに{text}変数がありません。追加してください。"
|
||||
},
|
||||
"isSystem": {
|
||||
"label": "システムプロンプト"
|
||||
|
||||
@@ -173,7 +173,8 @@
|
||||
"label": "പ്രോംപ്റ്റ്",
|
||||
"placeholder": "പ്രോംപ്റ്റ് നല്കുക",
|
||||
"required": "ദയവായി ഒരു പ്രോംപ്റ്റ് നല്കുക",
|
||||
"help": "നിങ്ങള്ക്ക് {key} എന്ന രീതിയില് പ്രോംപ്റ്റില് വേരിയബിളുകള് ഉപയോഗിക്കാവുന്നതാണ്."
|
||||
"help": "നിങ്ങള്ക്ക് {key} എന്ന രീതിയില് പ്രോംപ്റ്റില് വേരിയബിളുകള് ഉപയോഗിക്കാവുന്നതാണ്.",
|
||||
"missingTextPlaceholder": "പ്രോംപ്റ്റിൽ {text} വേരിയബിൾ കാണുന്നില്ല. ദയവായി അത് ചേർക്കുക."
|
||||
},
|
||||
"isSystem": {
|
||||
"label": "സിസ്റ്റം പ്രോംപ്റ്റ് ആണോ"
|
||||
|
||||
@@ -170,7 +170,8 @@
|
||||
"label": "Prompt",
|
||||
"placeholder": "Digite o Prompt",
|
||||
"required": "Por favor, insira um prompt",
|
||||
"help": "Você pode usar {key} como variável em seu prompt."
|
||||
"help": "Você pode usar {key} como variável em seu prompt.",
|
||||
"missingTextPlaceholder": "A variável {text} está faltando no prompt. Por favor, adicione-a."
|
||||
},
|
||||
"isSystem": {
|
||||
"label": "É um Prompt do Sistema"
|
||||
|
||||
@@ -171,7 +171,8 @@
|
||||
"label": "Подсказка",
|
||||
"placeholder": "Введите подсказку",
|
||||
"required": "Пожалуйста, введите подсказку",
|
||||
"help": "Вы можете использовать {key} в качестве переменной в своей подсказке."
|
||||
"help": "Вы можете использовать {key} в качестве переменной в своей подсказке.",
|
||||
"missingTextPlaceholder": "Переменная {text} отсутствует в подсказке. Пожалуйста, добавьте ее."
|
||||
},
|
||||
"isSystem": {
|
||||
"label": "Это системная подсказка"
|
||||
|
||||
@@ -174,7 +174,8 @@
|
||||
"label": "提示词",
|
||||
"placeholder": "输入提示词",
|
||||
"required": "请输入提示词",
|
||||
"help": "您可以在提示词中使用 {key} 作为变量。"
|
||||
"help": "您可以在提示词中使用 {key} 作为变量。",
|
||||
"missingTextPlaceholder": "提示中缺少{text}变量。请添加它。"
|
||||
},
|
||||
"isSystem": {
|
||||
"label": "是否为系统提示词"
|
||||
|
||||
Reference in New Issue
Block a user