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-09-25 18:24:21 +1000
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-09-25 23:35:18 +1000
commitf44f5d7ac2d24ff836c2e1d4b2fa58da04b13052 (patch)
treea6655c41bb3db79c30fd876b06ee60fe9cf70c9b /assets/locales/tr/auth.json
parentAllow edited_timestamp to passthrough in handleMessage (diff)
downloadserver-f44f5d7ac2d24ff836c2e1d4b2fa58da04b13052.tar.xz
Refactor to mono-repo + upgrade packages
Diffstat (limited to 'assets/locales/tr/auth.json')
-rw-r--r--assets/locales/tr/auth.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/assets/locales/tr/auth.json b/assets/locales/tr/auth.json
new file mode 100644
index 00000000..1b3c4a8f
--- /dev/null
+++ b/assets/locales/tr/auth.json
@@ -0,0 +1,16 @@
+{
+	"login": {
+		"INVALID_LOGIN": "E-posta veya Telefon Numarası bulunamadı",
+		"INVALID_PASSWORD": "Geçersiz Şifre",
+		"ACCOUNT_DISABLED": "Bu hesap devre dışı bırakıldı"
+	},
+	"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"
+	}
+}