summary refs log tree commit diff
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-11 21:13:54 +0200
committerGitHub <noreply@github.com>2021-08-11 21:13:54 +0200
commit0642b421feff4ce7e634856d50b0da17e7fcc682 (patch)
tree9bd4671f359f367f748fff5828f5abdb644d67df
parentMerge branch 'master' of https://github.com/fosscord/fosscord-api (diff)
parentNew translations auth.json (Portuguese, Brazilian) (diff)
downloadserver-0642b421feff4ce7e634856d50b0da17e7fcc682.tar.xz
Merge pull request #198 from fosscord/l10n_master
New Crowdin updates
-rw-r--r--locales/de/auth.json2
-rw-r--r--locales/ko/auth.json2
-rw-r--r--locales/pl/auth.json2
-rw-r--r--locales/pt/auth.json2
4 files changed, 4 insertions, 4 deletions
diff --git a/locales/de/auth.json b/locales/de/auth.json
index 3f8c2b26..63addd6f 100644
--- a/locales/de/auth.json
+++ b/locales/de/auth.json
@@ -2,7 +2,7 @@
 	"login": {
 		"INVALID_LOGIN": "E-Mail oder Telefonnummer nicht gefunden",
 		"INVALID_PASSWORD": "Ungültiges Passwort",
-		"ACCOUNT_DISABLED": "This account is disabled"
+		"ACCOUNT_DISABLED": "Dieses Konto ist gesperrt"
 	},
 	"register": {
 		"REGISTRATION_DISABLED": "Die Registrierung ist deaktiviert",
diff --git a/locales/ko/auth.json b/locales/ko/auth.json
index 7917c821..683ba78a 100644
--- a/locales/ko/auth.json
+++ b/locales/ko/auth.json
@@ -2,7 +2,7 @@
 	"login": {
 		"INVALID_LOGIN": "이메일 또는 전화번호를 찾을 수 없습니다",
 		"INVALID_PASSWORD": "비밀번호가 틀렸습니다",
-		"ACCOUNT_DISABLED": "This account is disabled"
+		"ACCOUNT_DISABLED": "이 계정은 비활성화되었습니다"
 	},
 	"register": {
 		"REGISTRATION_DISABLED": "신규 사용자의 등록이 비활성화되었습니다",
diff --git a/locales/pl/auth.json b/locales/pl/auth.json
index f62c56db..4fb2734b 100644
--- a/locales/pl/auth.json
+++ b/locales/pl/auth.json
@@ -2,7 +2,7 @@
 	"login": {
 		"INVALID_LOGIN": "E-mail lub telefon nie znaleziony",
 		"INVALID_PASSWORD": "Nieprawidłowe hasło",
-		"ACCOUNT_DISABLED": "This account is disabled"
+		"ACCOUNT_DISABLED": "Konto jest zablokowane"
 	},
 	"register": {
 		"REGISTRATION_DISABLED": "Rejestracja nowego użytkownika jest wyłączona",
diff --git a/locales/pt/auth.json b/locales/pt/auth.json
index ee977136..df7d6708 100644
--- a/locales/pt/auth.json
+++ b/locales/pt/auth.json
@@ -2,7 +2,7 @@
 	"login": {
 		"INVALID_LOGIN": "E-mail ou Telefone não encontrado",
 		"INVALID_PASSWORD": "Senha inválida",
-		"ACCOUNT_DISABLED": "This account is disabled"
+		"ACCOUNT_DISABLED": "Essa conta está desativada"
 	},
 	"register": {
 		"REGISTRATION_DISABLED": "Registro de novos usuários está desativado",