summary refs log tree commit diff
path: root/assets/locales/tr/auth.json
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-08-30 15:05:23 +1000
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-08-30 15:08:18 +1000
commit16315a3170ec018a834e68360e06b506415446d2 (patch)
tree90cfe456040fce35b904e88462886e3c73a2f3f2 /assets/locales/tr/auth.json
parentStart listening after database and config has been loaded (diff)
parentOop, deprecated typeorm call (diff)
downloadserver-16315a3170ec018a834e68360e06b506415446d2.tar.xz
Merge branch 'staging' into dev/Maddy/fix/listeningAfterDb
Diffstat (limited to 'assets/locales/tr/auth.json')
-rw-r--r--assets/locales/tr/auth.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/assets/locales/tr/auth.json b/assets/locales/tr/auth.json
new file mode 100644
index 00000000..670f07e3
--- /dev/null
+++ b/assets/locales/tr/auth.json
@@ -0,0 +1,18 @@
+{
+	"login": {
+		"INVALID_LOGIN": "E-posta veya Telefon Numarası bulunamadı",
+		"INVALID_PASSWORD": "Geçersiz Şifre",
+		"ACCOUNT_DISABLED": "Bu hesap devre dışı bırakıldı",
+		"INVALID_TOTP_CODE": "Invalid two-factor code.",
+		"INVALID_TOTP_SECRET": "Invalid two-factor secret."
+	},
+	"register": {
+		"REGISTRATION_DISABLED": "Yeni kullanıcı alımı devre dışı bırakıldı",
+		"INVITE_ONLY": "Kayıt olabilmek için davet edilmelisin",
+		"EMAIL_INVALID": "Geçersiz e-posta",
+		"EMAIL_ALREADY_REGISTERED": "Bu e-posta zaten kayıtlı",
+		"DATE_OF_BIRTH_UNDERAGE": "{{years}} yaşında veya daha büyük olmalısın",
+		"CONSENT_REQUIRED": "Hizmet Koşulları ve Gizlilik Politikasını kabul etmelisin.",
+		"USERNAME_TOO_MANY_USERS": "Çok fazla kullanıcı bu kullanıcı adını kullanıyor, lütfen başka bir kullanıcı adı dene"
+	}
+}