summary refs log tree commit diff
path: root/api/locales
diff options
context:
space:
mode:
authorSamuel <34555296+Flam3rboy@users.noreply.github.com>2021-10-24 12:41:37 -0400
committerSamuel <34555296+Flam3rboy@users.noreply.github.com>2021-10-24 12:41:37 -0400
commit1564b50c28696562d4beacb0bcf592f660332065 (patch)
treed2da1156950cac09dddeffe3ba97823dccdbc307 /api/locales
parentNew translations auth.json (French) (diff)
downloadserver-1564b50c28696562d4beacb0bcf592f660332065.tar.xz
New translations auth.json (Finnish)
Diffstat (limited to 'api/locales')
-rw-r--r--api/locales/fi/auth.json16
1 files changed, 8 insertions, 8 deletions
diff --git a/api/locales/fi/auth.json b/api/locales/fi/auth.json
index ba099f28..e19547a0 100644
--- a/api/locales/fi/auth.json
+++ b/api/locales/fi/auth.json
@@ -1,16 +1,16 @@
 {
 	"login": {
-		"INVALID_LOGIN": "Sähköpostia tai puhelinta ei löydy",
-		"INVALID_PASSWORD": "Virheellinen Salasana",
+		"INVALID_LOGIN": "E-Mail or Phone not found",
+		"INVALID_PASSWORD": "Invalid Password",
 		"ACCOUNT_DISABLED": "This account is disabled"
 	},
 	"register": {
-		"REGISTRATION_DISABLED": "Uuden käyttäjän rekisteröinti pois käytöstä",
-		"INVITE_ONLY": "Sinut on kutsuttava rekisteröitymään",
+		"REGISTRATION_DISABLED": "New user registration is disabled",
+		"INVITE_ONLY": "You must be invited to register",
 		"EMAIL_INVALID": "Invalid Email",
-		"EMAIL_ALREADY_REGISTERED": "Sähköposti on jo rekisteröity",
-		"DATE_OF_BIRTH_UNDERAGE": "Sinun täytyy olla {{years}} vuotta tai vanhempi",
-		"CONSENT_REQUIRED": "Sinun on hyväksyttävä käyttöehdot ja tietosuojakäytäntö.",
-		"USERNAME_TOO_MANY_USERS": "Liian monilla käyttäjillä on tämä käyttäjänimi, yritä toista"
+		"EMAIL_ALREADY_REGISTERED": "Email is already registered",
+		"DATE_OF_BIRTH_UNDERAGE": "You need to be {{years}} years or older",
+		"CONSENT_REQUIRED": "You must agree to the Terms of Service and Privacy Policy.",
+		"USERNAME_TOO_MANY_USERS": "Too many users have this username, please try another"
 	}
 }