summary refs log tree commit diff
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-15 09:30:35 +0200
committerGitHub <noreply@github.com>2021-08-15 09:30:35 +0200
commit8d45c9e91e68751a140df626c958f60989965752 (patch)
tree12f10b8d6ef7b219f9417a1e33141a4c8858117c
parent:sparkles: start.bat and start.sh script (diff)
parentAdd ACCOUNT_DISABLED translation for Turkish (diff)
downloadserver-8d45c9e91e68751a140df626c958f60989965752.tar.xz
Merge pull request #270 from reisxd/patch-1
-rw-r--r--api/locales/tr/auth.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/locales/tr/auth.json b/api/locales/tr/auth.json
index 80c06600..321917ce 100644
--- a/api/locales/tr/auth.json
+++ b/api/locales/tr/auth.json
@@ -2,7 +2,7 @@
 	"login": {
 		"INVALID_LOGIN": "Eposta veya Telefon Numarası bulunamadı",
 		"INVALID_PASSWORD": "Geçersiz Şifre",
-		"ACCOUNT_DISABLED": "This account is disabled"
+		"ACCOUNT_DISABLED": "Bu hesap devre dışı bırakıldı."
 	},
 	"register": {
 		"REGISTRATION_DISABLED": "Yeni kullanıcı alımı devre dışı bırakıldı",