From 6156a2702fbd2e22113fbba8d691260a5644d9f6 Mon Sep 17 00:00:00 2001 From: spctechdev <111750395+spctechdev@users.noreply.github.com> Date: Mon, 3 Apr 2023 06:41:59 +0000 Subject: [PATCH] Fix previous IT locale (#374) * Update chat.json * Update promptbar.json * Update sidebar.json * Update sidebar.json * Update sidebar.json --- public/locales/it/chat.json | 2 +- public/locales/it/promptbar.json | 2 +- public/locales/it/sidebar.json | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/public/locales/it/chat.json b/public/locales/it/chat.json index f4618f5..ec128ca 100644 --- a/public/locales/it/chat.json +++ b/public/locales/it/chat.json @@ -5,7 +5,7 @@ "Prompt limit is {{maxLength}} characters": "Il limite del messaggio è di {{maxLength}} caratteri", "System Prompt": "Prompt del sistema", "You are ChatGPT, a large language model trained by OpenAI. Follow the user's instructions carefully. Respond using markdown.": "Sei ChatGPT, un grande modello di linguaggio addestrato da OpenAI. Segui attentamente le istruzioni dell'utente. Rispondi usando il markdown.", - "Enter a prompt": "Inserisci una richiesta", + "Enter a prompt": "Inserisci un prompt", "Regenerate response": "Rigenera risposta", "Sorry, there was an error.": "Scusa, si è verificato un errore.", "Model": "Modello", diff --git a/public/locales/it/promptbar.json b/public/locales/it/promptbar.json index 684713c..9edf6c8 100644 --- a/public/locales/it/promptbar.json +++ b/public/locales/it/promptbar.json @@ -2,7 +2,7 @@ "New prompt": "Nuovo prompt", "New folder": "Nuova cartella", "No prompts.": "Nessun prompt.", - "Search prompts...": "Cerca richieste...", + "Search prompts...": "Cerca prompts...", "Name": "Nome", "Description": "Descrizione", "A description for your prompt.": "Descrizione del tuo prompt.", diff --git a/public/locales/it/sidebar.json b/public/locales/it/sidebar.json index c8d39e3..14886e1 100644 --- a/public/locales/it/sidebar.json +++ b/public/locales/it/sidebar.json @@ -4,10 +4,10 @@ "No conversations.": "Nessuna conversazione.", "Search conversations...": "Cerca conversazioni...", "OpenAI API Key": "Chiave API OpenAI", - "Import data": "Importa conversazioni", + "Import data": "Importa dati", "Are you sure?": "Sei sicuro?", "Clear conversations": "Elimina conversazioni", - "Export data": "Esporta conversazioni", + "Export data": "Esporta dati", "Dark mode": "Modalità scura", "Light mode": "Modalità chiara" -} \ No newline at end of file +}