locale improvements (#351)

This commit is contained in:
riande
2023-04-02 06:45:54 +02:00
committed by GitHub
parent cfb610df1e
commit 8f3a3ae3e7
29 changed files with 195 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"New prompt": "Ny prompt",
"New folder": "Ny mapp",
"No prompts.": "Inga prompts.",
"Search prompts...": "Sök prompts...",
"Name": "Namn",
"Description": "Beskrivning",
"A description for your prompt.": "En beskrivning för din prompt.",
"Prompt": "Prompt",
"Prompt content. Use {{}} to denote a variable. Ex: {{name}} is a {{adjective}} {{noun}}": "Prompt-innehåll. Använd {{}} för att beteckna en variabel. Ex: {{namn}} är ett {{adjektiv}} {{substantiv}}",
"Save": "Spara"
}