Fix previous IT locale (#374)
* Update chat.json * Update promptbar.json * Update sidebar.json * Update sidebar.json * Update sidebar.json
This commit is contained in:
parent
165472f121
commit
6156a2702f
|
@ -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",
|
||||
|
|
|
@ -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.",
|
||||
|
|
|
@ -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"
|
||||
}
|
Loading…
Reference in New Issue