diff --git a/public/locales/da/main.json b/public/locales/da/main.json index 8869a6d..5307ecf 100644 --- a/public/locales/da/main.json +++ b/public/locales/da/main.json @@ -37,5 +37,5 @@ "cloneChat": "Klon Chat", "cloned": "Klonet", "enterToSubmit": "Tryk Enter for at sende", - "submitPlaceholder": "Type a message or select [/] for a predefined prompt..." + "submitPlaceholder": "Type a message or click [/] for prompts..." } diff --git a/public/locales/en-US/main.json b/public/locales/en-US/main.json index e0b025d..1cc9709 100644 --- a/public/locales/en-US/main.json +++ b/public/locales/en-US/main.json @@ -37,5 +37,5 @@ "cloneChat": "Clone Chat", "cloned": "Cloned", "enterToSubmit": "Enter to submit", - "submitPlaceholder": "Type a message or select [/] for a predefined prompt..." + "submitPlaceholder": "Type a message or click [/] for prompts..." } diff --git a/public/locales/en/main.json b/public/locales/en/main.json index e0b025d..1cc9709 100644 --- a/public/locales/en/main.json +++ b/public/locales/en/main.json @@ -37,5 +37,5 @@ "cloneChat": "Clone Chat", "cloned": "Cloned", "enterToSubmit": "Enter to submit", - "submitPlaceholder": "Type a message or select [/] for a predefined prompt..." + "submitPlaceholder": "Type a message or click [/] for prompts..." } diff --git a/public/locales/es/main.json b/public/locales/es/main.json index 7302d33..21cefe3 100644 --- a/public/locales/es/main.json +++ b/public/locales/es/main.json @@ -37,5 +37,5 @@ "cloneChat": "Clone Chat", "cloned": "Cloned", "enterToSubmit": "Enter to submit", - "submitPlaceholder": "Type a message or select [/] for a predefined prompt..." + "submitPlaceholder": "Type a message or click [/] for prompts..." } diff --git a/public/locales/fr/main.json b/public/locales/fr/main.json index d43a03e..210e55e 100644 --- a/public/locales/fr/main.json +++ b/public/locales/fr/main.json @@ -37,5 +37,5 @@ "cloneChat": "Cloner la Conversation", "cloned": "Clonée", "enterToSubmit": "Entrée pour soumettre", - "submitPlaceholder": "Saisissez un message ou sélectionnez [/] pour un prompt prédéfini..." + "submitPlaceholder": "Saisissez un message ou cliquez sur [/] pour des prompts..." } diff --git a/public/locales/it/main.json b/public/locales/it/main.json index 9d1f7b2..ac19e4c 100644 --- a/public/locales/it/main.json +++ b/public/locales/it/main.json @@ -37,5 +37,5 @@ "cloneChat": "Duplica Conversazione", "cloned": "Duplicata", "enterToSubmit": "Invio per inviare", - "submitPlaceholder": "Type a message or select [/] for a predefined prompt..." + "submitPlaceholder": "Type a message or click [/] for prompts..." } diff --git a/public/locales/ja/main.json b/public/locales/ja/main.json index 4ea32f7..fa1681f 100644 --- a/public/locales/ja/main.json +++ b/public/locales/ja/main.json @@ -37,5 +37,5 @@ "cloneChat": "チャットのコピーを作成", "cloned": "完了しました", "enterToSubmit": "Enterキーを押して送信", - "submitPlaceholder": "Type a message or select [/] for a predefined prompt..." + "submitPlaceholder": "Type a message or click [/] for prompts..." } diff --git a/public/locales/ms/main.json b/public/locales/ms/main.json index 44e0ff0..8138bef 100644 --- a/public/locales/ms/main.json +++ b/public/locales/ms/main.json @@ -37,5 +37,5 @@ "cloneChat": "Buat salinan perbualan ini", "cloned": "Dicipta", "enterToSubmit": "Tekan Enter untuk hantar", - "submitPlaceholder": "Type a message or select [/] for a predefined prompt..." + "submitPlaceholder": "Type a message or click [/] for prompts..." } diff --git a/public/locales/nb/main.json b/public/locales/nb/main.json index 64596f1..9d6a7a2 100644 --- a/public/locales/nb/main.json +++ b/public/locales/nb/main.json @@ -37,5 +37,5 @@ "cloneChat": "Klone chat", "cloned": "Klonet", "enterToSubmit": "Trykk enter for å sende", - "submitPlaceholder": "Type a message or select [/] for a predefined prompt..." + "submitPlaceholder": "Type a message or click [/] for prompts..." } diff --git a/public/locales/sv/main.json b/public/locales/sv/main.json index c529597..6b9deda 100644 --- a/public/locales/sv/main.json +++ b/public/locales/sv/main.json @@ -37,5 +37,5 @@ "cloneChat": "Klona chatt", "cloned": "Klonad", "enterToSubmit": "Tryck på Enter för att skicka", - "submitPlaceholder": "Type a message or select [/] for a predefined prompt..." + "submitPlaceholder": "Type a message or click [/] for prompts..." } diff --git a/public/locales/zh-CN/main.json b/public/locales/zh-CN/main.json index 2a768dd..299e491 100644 --- a/public/locales/zh-CN/main.json +++ b/public/locales/zh-CN/main.json @@ -37,5 +37,5 @@ "cloneChat": "创建聊天副本", "cloned": "已创建副本", "enterToSubmit": "按回车键提交", - "submitPlaceholder": "输入消息或选择 [/] 使用预定义的提示词" + "submitPlaceholder": "输入消息或点击 [/] 以使用提示词…" } diff --git a/public/locales/zh-HK/main.json b/public/locales/zh-HK/main.json index 58b9916..75a8b97 100644 --- a/public/locales/zh-HK/main.json +++ b/public/locales/zh-HK/main.json @@ -37,5 +37,5 @@ "cloneChat": "建立傾偈副本", "cloned": "建立成功", "enterToSubmit": "撳 Enter 鍵提交", - "submitPlaceholder": "Type a message or select [/] for a predefined prompt..." + "submitPlaceholder": "Type a message or click [/] for prompts..." } diff --git a/public/locales/zh-TW/main.json b/public/locales/zh-TW/main.json index 574f21f..20a597f 100644 --- a/public/locales/zh-TW/main.json +++ b/public/locales/zh-TW/main.json @@ -37,5 +37,5 @@ "cloneChat": "創建聊天副本", "cloned": "已創建副本", "enterToSubmit": "按回車鍵提交", - "submitPlaceholder": "Type a message or select [/] for a predefined prompt..." + "submitPlaceholder": "Type a message or click [/] for prompts..." }