From 6c214f107de4a03ca3e6874d11e6bd61ae79f827 Mon Sep 17 00:00:00 2001 From: Jing Hua Date: Thu, 27 Apr 2023 22:48:18 +0800 Subject: [PATCH] i18n: placeholder --- public/locales/da/main.json | 2 +- public/locales/es/main.json | 2 +- public/locales/it/main.json | 2 +- public/locales/ja/main.json | 2 +- public/locales/ms/main.json | 2 +- public/locales/nb/main.json | 2 +- public/locales/sv/main.json | 2 +- public/locales/zh-HK/main.json | 2 +- public/locales/zh-TW/main.json | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/public/locales/da/main.json b/public/locales/da/main.json index 98bafb1..705373c 100644 --- a/public/locales/da/main.json +++ b/public/locales/da/main.json @@ -42,5 +42,5 @@ "cloneChat": "Klon Chat", "cloned": "Klonet", "enterToSubmit": "Tryk Enter for at sende", - "submitPlaceholder": "Type a message or click [/] for prompts..." + "submitPlaceholder": "Skriv en besked eller klik på [/] for opgave..." } diff --git a/public/locales/es/main.json b/public/locales/es/main.json index fe21903..8d18c39 100644 --- a/public/locales/es/main.json +++ b/public/locales/es/main.json @@ -42,5 +42,5 @@ "cloneChat": "Clone Chat", "cloned": "Cloned", "enterToSubmit": "Enter to submit", - "submitPlaceholder": "Type a message or click [/] for prompts..." + "submitPlaceholder": "Escribe un mensaje o haz clic en [/] para prompt..." } diff --git a/public/locales/it/main.json b/public/locales/it/main.json index b43147f..99e474d 100644 --- a/public/locales/it/main.json +++ b/public/locales/it/main.json @@ -42,5 +42,5 @@ "cloneChat": "Duplica Conversazione", "cloned": "Duplicata", "enterToSubmit": "Invio per inviare", - "submitPlaceholder": "Type a message or click [/] for prompts..." + "submitPlaceholder": "Digita un messaggio o fai clic su [/] per prompt..." } diff --git a/public/locales/ja/main.json b/public/locales/ja/main.json index 3f283d7..56714ec 100644 --- a/public/locales/ja/main.json +++ b/public/locales/ja/main.json @@ -42,5 +42,5 @@ "cloneChat": "チャットのコピーを作成", "cloned": "完了しました", "enterToSubmit": "Enterキーを押して送信", - "submitPlaceholder": "Type a message or click [/] for prompts..." + "submitPlaceholder": "メッセージを入力するか、[/] をクリックしてプロンプトを表示します..." } diff --git a/public/locales/ms/main.json b/public/locales/ms/main.json index a252fcc..03a4216 100644 --- a/public/locales/ms/main.json +++ b/public/locales/ms/main.json @@ -42,5 +42,5 @@ "cloneChat": "Buat salinan perbualan ini", "cloned": "Dicipta", "enterToSubmit": "Tekan Enter untuk hantar", - "submitPlaceholder": "Type a message or click [/] for prompts..." + "submitPlaceholder": "Taip mesej atau klik [/] untuk arahan..." } diff --git a/public/locales/nb/main.json b/public/locales/nb/main.json index bc025e0..72994dd 100644 --- a/public/locales/nb/main.json +++ b/public/locales/nb/main.json @@ -42,5 +42,5 @@ "cloneChat": "Klone chat", "cloned": "Klonet", "enterToSubmit": "Trykk enter for å sende", - "submitPlaceholder": "Type a message or click [/] for prompts..." + "submitPlaceholder": "Skriv en melding eller klikk på [/] for oppgave..." } diff --git a/public/locales/sv/main.json b/public/locales/sv/main.json index 51214a8..5188d6b 100644 --- a/public/locales/sv/main.json +++ b/public/locales/sv/main.json @@ -42,5 +42,5 @@ "cloneChat": "Klona chatt", "cloned": "Klonad", "enterToSubmit": "Tryck på Enter för att skicka", - "submitPlaceholder": "Type a message or click [/] for prompts..." + "submitPlaceholder": "Skriv ett meddelande eller klicka på [/] för uppmaning..." } diff --git a/public/locales/zh-HK/main.json b/public/locales/zh-HK/main.json index 4853d9a..66bae6e 100644 --- a/public/locales/zh-HK/main.json +++ b/public/locales/zh-HK/main.json @@ -42,5 +42,5 @@ "cloneChat": "建立傾偈副本", "cloned": "建立成功", "enterToSubmit": "撳 Enter 鍵提交", - "submitPlaceholder": "Type a message or click [/] for prompts..." + "submitPlaceholder": "輸入消息或點擊 [/] 以使用提示詞…" } diff --git a/public/locales/zh-TW/main.json b/public/locales/zh-TW/main.json index 5ccec75..5cf032d 100644 --- a/public/locales/zh-TW/main.json +++ b/public/locales/zh-TW/main.json @@ -42,5 +42,5 @@ "cloneChat": "創建聊天副本", "cloned": "已創建副本", "enterToSubmit": "按回車鍵提交", - "submitPlaceholder": "Type a message or click [/] for prompts..." + "submitPlaceholder": "輸入消息或點擊 [/] 以使用提示詞…" }