mirror of
https://github.com/hrfee/jfa-go.git
synced 2024-11-05 18:00:22 +00:00
Harvey Tindall
d3c5feaf1b
login-related stuff was moved into common using the langmover script, so that the user page doesn't have to use the admin language files.
27 lines
810 B
JSON
27 lines
810 B
JSON
{
|
|
"meta": {
|
|
"name": "Svenska (SV)"
|
|
},
|
|
"strings": {
|
|
"username": "Användarnamn",
|
|
"password": "Lösenord",
|
|
"emailAddress": "E-postadress",
|
|
"name": "Namn",
|
|
"submit": "Skicka",
|
|
"success": "Lyckades",
|
|
"continue": "Fortsätt",
|
|
"error": "Fel",
|
|
"copy": "Kopiera",
|
|
"time24h": "24 timmarsklocka",
|
|
"time12h": "12 timmarsklocka",
|
|
"theme": "Tema",
|
|
"login": "Logga in",
|
|
"logout": "Logga ut"
|
|
},
|
|
"notifications": {
|
|
"errorLoginBlank": "Användarnamnet och/eller lösenordet lämnades tomt.",
|
|
"errorConnection": "Det gick inte att ansluta till jfa-go.",
|
|
"errorUnknown": "Okänt fel.",
|
|
"error401Unauthorized": "Obehörig. Prova att uppdatera sidan."
|
|
}
|
|
} |