Skip to content

Commit

Permalink
add Finnish translations (#618)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyyhkynen committed Apr 20, 2023
1 parent 063ce50 commit f849a2e
Show file tree
Hide file tree
Showing 7 changed files with 74 additions and 0 deletions.
1 change: 1 addition & 0 deletions next-i18next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ module.exports = {
"ar",
"tr",
"ca",
"fi",
],
},
localePath:
Expand Down
35 changes: 35 additions & 0 deletions public/locales/fi/chat.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"OpenAI API Key Required": "OpenAI API-avain tarvitaan",
"Please set your OpenAI API key in the bottom left of the sidebar.": "Ole hyvä ja aseta OpenAI API-avaimesi sivupalkin vasemmassa alareunassa.",
"Stop Generating": "Lopeta generointi",
"Prompt limit is {{maxLength}} characters": "Promptin maksimipituus on {{maxLength}} merkkiä",
"System Prompt": "System prompt",
"You are ChatGPT, a large language model trained by OpenAI. Follow the user's instructions carefully. Respond using markdown.": "Sinä olet ChatGPT, OpenAI:n opettama laaja kielimalli. Seuraa käyttäjän ohjeita tarkasti. Vastaa käyttäen markdownia.",
"Enter a prompt": "Syötä prompti",
"Regenerate response": "Luo vastaus uudelleen",
"Sorry, there was an error.": "Valitettavasti tapahtui virhe.",
"Model": "Malli",
"Conversation": "Keskustelu",
"OR": "TAI",
"Loading...": "Ladataan...",
"Type a message...": "Kirjoita viesti...",
"Type a message or type \"/\" to select a prompt...": "Kirjoita viesti tai \"/\" valitaksesi promptin...",
"Error fetching models.": "Virhe malleja haettaessa.",
"AI": "AI",
"You": "Sinä",
"Cancel": "Peruuta",
"Save & Submit": "Tallenna & Lähetä",
"Make sure your OpenAI API key is set in the bottom left of the sidebar.": "Varmista että OpenAI API-avaimesi on asetettu sivupalkin vasemmassa alareunassa.",
"If you completed this step, OpenAI may be experiencing issues.": "Jos olet suorittanut tämän kohdan, OpenAI:lla saattaa olla tällä hetkellä ongelmia.",
"click if using a .env.local file": "klikkaa jos käytät .env.local-tiedostoa",
"Message limit is {{maxLength}} characters. You have entered {{valueLength}} characters.": "Viestin maksimipituus on {{maxLength}} merkkiä. Olet käyttänyt {{valueLength}} merkkiä.",
"Please enter a message": "Ole hyvä ja syötä viesti",
"Chatbot UI is an advanced chatbot kit for OpenAI's chat models aiming to mimic ChatGPT's interface and functionality.": "Chatbot UI on OpenAI:n keskustelumalleille tarkoitettu käyttöliittymä joka pyrkii jäljittelemään ChatGPT:n käyttöliittymää ja toiminnallisuuksia.",
"Are you sure you want to clear all messages?": "Haluatko varmasti poistaa kaikki viestit?",
"Higher values like 0.8 will make the output more random, while lower values like 0.2 will make it more focused and deterministic.": "Suuremmat arvot kuten 0.8 tekevät vastauksista satunnaisempia, kun taas pienemmät arvot kuten 0.2 tekevät niistä keskittyneempiä ja johdonmukaisempia.",
"Precise": "Tarkka",
"Neutral": "Neutraali",
"Creative": "Luova",
"View Account Usage": "Näytä tilin käyttötilastot",
"Search...": "Hae..."
}
1 change: 1 addition & 0 deletions public/locales/fi/common.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
5 changes: 5 additions & 0 deletions public/locales/fi/markdown.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"Copy code": "Kopioi koodi",
"Copied!": "Kopioitu!",
"Enter file name": "Syötä tiedostonimi"
}
12 changes: 12 additions & 0 deletions public/locales/fi/promptbar.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"New prompt": "Uusi prompt",
"New folder": "Uusi kansio",
"No prompts.": "Ei prompteja.",
"Search prompts...": "Hae prompteista...",
"Name": "Nimi",
"Description": "Kuvaus",
"A description for your prompt.": "Promptisi kuvaus.",
"Prompt": "Prompt",
"Prompt content. Use {{}} to denote a variable. Ex: {{name}} is a {{adjective}} {{noun}}": "Promptin sisältö. Käytä {{}} muuttujien merkitsemiseen. Esim: {{nimi}} on {{adjektiivi}} {{substantiivi}}",
"Save": "Tallenna"
}
7 changes: 7 additions & 0 deletions public/locales/fi/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"Settings": "Asetukset",
"Theme": "Teema",
"Dark mode": "Tumma teema",
"Light mode": "Vaalea teema",
"Save": "Tallenna"
}
13 changes: 13 additions & 0 deletions public/locales/fi/sidebar.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"New folder": "Uusi kansio",
"New chat": "Uusi keskustelu",
"No conversations.": "Ei keskusteluja.",
"Search conversations...": "Hae keskusteluista...",
"OpenAI API Key": "OpenAI API-avain",
"Import data": "Tuo keskusteluita",
"Are you sure?": "Oletko varma?",
"Clear conversations": "Tyhjennä keskustelut",
"Export data": "Vie keskustelut",
"Settings": "Asetukset",
"Plugin Keys": "Plugin-avaimet"
}

1 comment on commit f849a2e

@vercel
Copy link

@vercel vercel bot commented on f849a2e Apr 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.