diff --git a/frontend/src/i18n/lang/ar-SA.json b/frontend/src/i18n/lang/ar-SA.json index 8d124ee64..33251c191 100644 --- a/frontend/src/i18n/lang/ar-SA.json +++ b/frontend/src/i18n/lang/ar-SA.json @@ -66,7 +66,8 @@ "hidePassword": "إخفاء كلمة المرور", "noAccountYet": "ليس لديك حساب بعد؟", "alreadyHaveAnAccount": "لديك حساب مسبقا؟", - "remember": "البقاء متصلاً" + "remember": "البقاء متصلاً", + "registrationDisabled": "Registration is disabled." }, "settings": { "title": "الإعدادات", @@ -1114,7 +1115,7 @@ }, "date": { "locale": "en", - "altFormatLong": "j M Y H:i", + "altFormatLong": "j M Y, H:i", "altFormatShort": "j M Y" }, "reaction": { diff --git a/frontend/src/i18n/lang/ca-ES.json b/frontend/src/i18n/lang/ca-ES.json index 587f561c8..e0d09266d 100644 --- a/frontend/src/i18n/lang/ca-ES.json +++ b/frontend/src/i18n/lang/ca-ES.json @@ -66,7 +66,8 @@ "hidePassword": "Hide the password", "noAccountYet": "Don't have an account yet?", "alreadyHaveAnAccount": "Already have an account?", - "remember": "Stay logged in" + "remember": "Stay logged in", + "registrationDisabled": "Registration is disabled." }, "settings": { "title": "Settings", @@ -1114,7 +1115,7 @@ }, "date": { "locale": "en", - "altFormatLong": "j M Y H:i", + "altFormatLong": "j M Y, H:i", "altFormatShort": "j M Y" }, "reaction": { diff --git a/frontend/src/i18n/lang/cs-CZ.json b/frontend/src/i18n/lang/cs-CZ.json index a9663c7af..c71db3101 100644 --- a/frontend/src/i18n/lang/cs-CZ.json +++ b/frontend/src/i18n/lang/cs-CZ.json @@ -66,7 +66,8 @@ "hidePassword": "Skrýt heslo", "noAccountYet": "Ještě nemáte účet?", "alreadyHaveAnAccount": "Už máte svůj účet?", - "remember": "Zůstat trvale přihlášen" + "remember": "Zůstat trvale přihlášen", + "registrationDisabled": "Registration is disabled." }, "settings": { "title": "Nastavení", @@ -1114,7 +1115,7 @@ }, "date": { "locale": "cs", - "altFormatLong": "j M Y H:i", + "altFormatLong": "j M Y, H:i", "altFormatShort": "j M Y" }, "reaction": { diff --git a/frontend/src/i18n/lang/da-DK.json b/frontend/src/i18n/lang/da-DK.json index 2bf1aabe8..a19ffd892 100644 --- a/frontend/src/i18n/lang/da-DK.json +++ b/frontend/src/i18n/lang/da-DK.json @@ -66,7 +66,8 @@ "hidePassword": "Skjul adgangskoden", "noAccountYet": "Har du ikke en konto endnu?", "alreadyHaveAnAccount": "Har du allerede en konto?", - "remember": "Forbliv logget ind" + "remember": "Forbliv logget ind", + "registrationDisabled": "Registration is disabled." }, "settings": { "title": "Indstillinger", @@ -1114,7 +1115,7 @@ }, "date": { "locale": "da", - "altFormatLong": "d m Y H:i", + "altFormatLong": "j M Y, H:i", "altFormatShort": "j M Y" }, "reaction": { diff --git a/frontend/src/i18n/lang/de-DE.json b/frontend/src/i18n/lang/de-DE.json index 42cb4c82a..dabb80e21 100644 --- a/frontend/src/i18n/lang/de-DE.json +++ b/frontend/src/i18n/lang/de-DE.json @@ -66,7 +66,8 @@ "hidePassword": "Passwort verbergen", "noAccountYet": "Noch kein Account?", "alreadyHaveAnAccount": "Hast du bereits einen Account?", - "remember": "Angemeldet bleiben" + "remember": "Angemeldet bleiben", + "registrationDisabled": "Registrierung ist deaktiviert." }, "settings": { "title": "Einstellungen", @@ -1114,7 +1115,7 @@ }, "date": { "locale": "de", - "altFormatLong": "j M Y H:i", + "altFormatLong": "j M Y, H:i", "altFormatShort": "j M Y" }, "reaction": { diff --git a/frontend/src/i18n/lang/de-swiss.json b/frontend/src/i18n/lang/de-swiss.json index 0412e9f39..68ba37092 100644 --- a/frontend/src/i18n/lang/de-swiss.json +++ b/frontend/src/i18n/lang/de-swiss.json @@ -66,7 +66,8 @@ "hidePassword": "Passwort verbergen", "noAccountYet": "Noch kein Account?", "alreadyHaveAnAccount": "Hast du bereits einen Account?", - "remember": "Angemeldet bleiben" + "remember": "Angemeldet bleiben", + "registrationDisabled": "Registrierung ist deaktiviert." }, "settings": { "title": "Iihstellige", @@ -1114,7 +1115,7 @@ }, "date": { "locale": "ch", - "altFormatLong": "j M Y H:i", + "altFormatLong": "j M Y, H:i", "altFormatShort": "j M Y" }, "reaction": { diff --git a/frontend/src/i18n/lang/eo-UY.json b/frontend/src/i18n/lang/eo-UY.json index 587f561c8..e0d09266d 100644 --- a/frontend/src/i18n/lang/eo-UY.json +++ b/frontend/src/i18n/lang/eo-UY.json @@ -66,7 +66,8 @@ "hidePassword": "Hide the password", "noAccountYet": "Don't have an account yet?", "alreadyHaveAnAccount": "Already have an account?", - "remember": "Stay logged in" + "remember": "Stay logged in", + "registrationDisabled": "Registration is disabled." }, "settings": { "title": "Settings", @@ -1114,7 +1115,7 @@ }, "date": { "locale": "en", - "altFormatLong": "j M Y H:i", + "altFormatLong": "j M Y, H:i", "altFormatShort": "j M Y" }, "reaction": { diff --git a/frontend/src/i18n/lang/es-ES.json b/frontend/src/i18n/lang/es-ES.json index 21bd6fa8a..bbcfddb05 100644 --- a/frontend/src/i18n/lang/es-ES.json +++ b/frontend/src/i18n/lang/es-ES.json @@ -66,7 +66,8 @@ "hidePassword": "Ocultar la contraseña", "noAccountYet": "¿Aún no tienes una cuenta?", "alreadyHaveAnAccount": "¿Ya tienes una cuenta?", - "remember": "Mantener la sesión abierta" + "remember": "Mantener la sesión abierta", + "registrationDisabled": "Registration is disabled." }, "settings": { "title": "Ajustes", @@ -1114,7 +1115,7 @@ }, "date": { "locale": "es", - "altFormatLong": "j M Y H:i", + "altFormatLong": "j M Y, H:i", "altFormatShort": "j M Y" }, "reaction": { diff --git a/frontend/src/i18n/lang/fr-FR.json b/frontend/src/i18n/lang/fr-FR.json index 43ac82884..56c6697a7 100644 --- a/frontend/src/i18n/lang/fr-FR.json +++ b/frontend/src/i18n/lang/fr-FR.json @@ -66,7 +66,8 @@ "hidePassword": "Masquer le mot de passe", "noAccountYet": "Vous n'avez pas encore de compte ?", "alreadyHaveAnAccount": "Vous avez déjà un compte ?", - "remember": "Rester connecté(e)" + "remember": "Rester connecté(e)", + "registrationDisabled": "Registration is disabled." }, "settings": { "title": "Paramètres", @@ -1114,7 +1115,7 @@ }, "date": { "locale": "fr", - "altFormatLong": "j M Y H:i", + "altFormatLong": "j M Y, H:i", "altFormatShort": "j M Y" }, "reaction": { diff --git a/frontend/src/i18n/lang/hr-HR.json b/frontend/src/i18n/lang/hr-HR.json index 85e753c50..63fba729d 100644 --- a/frontend/src/i18n/lang/hr-HR.json +++ b/frontend/src/i18n/lang/hr-HR.json @@ -66,7 +66,8 @@ "hidePassword": "Sakrij lozinku", "noAccountYet": "Još nemate račun?", "alreadyHaveAnAccount": "Već imate račun?", - "remember": "Ostani prijavljen" + "remember": "Ostani prijavljen", + "registrationDisabled": "Registration is disabled." }, "settings": { "title": "Postavke", @@ -1114,7 +1115,7 @@ }, "date": { "locale": "en", - "altFormatLong": "j M Y H:i", + "altFormatLong": "j M Y, H:i", "altFormatShort": "j M Y" }, "reaction": { diff --git a/frontend/src/i18n/lang/hu-HU.json b/frontend/src/i18n/lang/hu-HU.json index 0d39349f7..f47bda573 100644 --- a/frontend/src/i18n/lang/hu-HU.json +++ b/frontend/src/i18n/lang/hu-HU.json @@ -66,7 +66,8 @@ "hidePassword": "A jelszó elrejtése", "noAccountYet": "Még nincs fiókja?", "alreadyHaveAnAccount": "Már rendelkezik fiókkal?", - "remember": "Maradjon bejelentkezve" + "remember": "Maradjon bejelentkezve", + "registrationDisabled": "Registration is disabled." }, "settings": { "title": "Beállítások", @@ -1114,7 +1115,7 @@ }, "date": { "locale": "en", - "altFormatLong": "j M Y H:i", + "altFormatLong": "j M Y, H:i", "altFormatShort": "j M Y" }, "reaction": { diff --git a/frontend/src/i18n/lang/it-IT.json b/frontend/src/i18n/lang/it-IT.json index f7c3dada4..23278ea10 100644 --- a/frontend/src/i18n/lang/it-IT.json +++ b/frontend/src/i18n/lang/it-IT.json @@ -66,7 +66,8 @@ "hidePassword": "Nascondi la password", "noAccountYet": "Non hai un account?", "alreadyHaveAnAccount": "Hai già un account?", - "remember": "Resta connesso" + "remember": "Resta connesso", + "registrationDisabled": "Registration is disabled." }, "settings": { "title": "Impostazioni", @@ -1114,7 +1115,7 @@ }, "date": { "locale": "it", - "altFormatLong": "j M Y H:i", + "altFormatLong": "j M Y, H:i", "altFormatShort": "j M Y" }, "reaction": { diff --git a/frontend/src/i18n/lang/ja-JP.json b/frontend/src/i18n/lang/ja-JP.json index 834d54e22..c35ec106e 100644 --- a/frontend/src/i18n/lang/ja-JP.json +++ b/frontend/src/i18n/lang/ja-JP.json @@ -66,7 +66,8 @@ "hidePassword": "パスワードの非表示", "noAccountYet": "まだアカウントをお持ちでないですか?", "alreadyHaveAnAccount": "すでにアカウントをお持ちですか?", - "remember": "ログインしたままにする" + "remember": "ログインしたままにする", + "registrationDisabled": "Registration is disabled." }, "settings": { "title": "設定", @@ -1114,7 +1115,7 @@ }, "date": { "locale": "ja", - "altFormatLong": "Y/n/j H:i", + "altFormatLong": "j M Y, H:i", "altFormatShort": "Y/n/j" }, "reaction": { diff --git a/frontend/src/i18n/lang/ko-KR.json b/frontend/src/i18n/lang/ko-KR.json index db35cdc3a..a19352155 100644 --- a/frontend/src/i18n/lang/ko-KR.json +++ b/frontend/src/i18n/lang/ko-KR.json @@ -66,7 +66,8 @@ "hidePassword": "비밀번호 숨김", "noAccountYet": "아직 계정이 없으신가요?", "alreadyHaveAnAccount": "이미 계정이 있으신가요?", - "remember": "로그인 상태 유지" + "remember": "로그인 상태 유지", + "registrationDisabled": "Registration is disabled." }, "settings": { "title": "환경설정", @@ -1114,7 +1115,7 @@ }, "date": { "locale": "en", - "altFormatLong": "j M Y H:i", + "altFormatLong": "j M Y, H:i", "altFormatShort": "j M Y" }, "reaction": { diff --git a/frontend/src/i18n/lang/nl-NL.json b/frontend/src/i18n/lang/nl-NL.json index a6d988e11..8d816445b 100644 --- a/frontend/src/i18n/lang/nl-NL.json +++ b/frontend/src/i18n/lang/nl-NL.json @@ -66,7 +66,8 @@ "hidePassword": "Hide the password", "noAccountYet": "Don't have an account yet?", "alreadyHaveAnAccount": "Already have an account?", - "remember": "Stay logged in" + "remember": "Stay logged in", + "registrationDisabled": "Registration is disabled." }, "settings": { "title": "Instellingen", @@ -1114,7 +1115,7 @@ }, "date": { "locale": "nl", - "altFormatLong": "j M Y H:i", + "altFormatLong": "j M Y, H:i", "altFormatShort": "j M Y" }, "reaction": { diff --git a/frontend/src/i18n/lang/no-NO.json b/frontend/src/i18n/lang/no-NO.json index 054711a03..1526ad894 100644 --- a/frontend/src/i18n/lang/no-NO.json +++ b/frontend/src/i18n/lang/no-NO.json @@ -66,7 +66,8 @@ "hidePassword": "Skjul passord", "noAccountYet": "Har du ikke konto ennå?", "alreadyHaveAnAccount": "Har du allerede en konto?", - "remember": "Hold meg innlogget" + "remember": "Hold meg innlogget", + "registrationDisabled": "Registration is disabled." }, "settings": { "title": "Innstillinger", @@ -1114,7 +1115,7 @@ }, "date": { "locale": "no", - "altFormatLong": "d.m.Y H:i", + "altFormatLong": "j M Y, H:i", "altFormatShort": "j M Y" }, "reaction": { diff --git a/frontend/src/i18n/lang/pl-PL.json b/frontend/src/i18n/lang/pl-PL.json index 636b70e30..c09146703 100644 --- a/frontend/src/i18n/lang/pl-PL.json +++ b/frontend/src/i18n/lang/pl-PL.json @@ -66,7 +66,8 @@ "hidePassword": "Ukryj hasło", "noAccountYet": "Nie masz jeszcze konta?", "alreadyHaveAnAccount": "Masz już konto?", - "remember": "Pozostań zalogowany" + "remember": "Pozostań zalogowany", + "registrationDisabled": "Rejestracja jest wyłączona." }, "settings": { "title": "Ustawienia", @@ -1114,7 +1115,7 @@ }, "date": { "locale": "pl", - "altFormatLong": "j M Y H:i", + "altFormatLong": "d.m.Y H:i", "altFormatShort": "j M Y" }, "reaction": { diff --git a/frontend/src/i18n/lang/pt-BR.json b/frontend/src/i18n/lang/pt-BR.json index 07e7fb5c1..857c7fe8d 100644 --- a/frontend/src/i18n/lang/pt-BR.json +++ b/frontend/src/i18n/lang/pt-BR.json @@ -66,7 +66,8 @@ "hidePassword": "Ocultar senha", "noAccountYet": "Não possui uma conta ainda?", "alreadyHaveAnAccount": "Já possui uma conta?", - "remember": "Permanecer conectado" + "remember": "Permanecer conectado", + "registrationDisabled": "Registration is disabled." }, "settings": { "title": "Configurações", @@ -1114,7 +1115,7 @@ }, "date": { "locale": "pt-br", - "altFormatLong": "j M Y H:i", + "altFormatLong": "j M Y, H:i", "altFormatShort": "j M Y" }, "reaction": { diff --git a/frontend/src/i18n/lang/pt-PT.json b/frontend/src/i18n/lang/pt-PT.json index 4d5cade12..bd6013d2e 100644 --- a/frontend/src/i18n/lang/pt-PT.json +++ b/frontend/src/i18n/lang/pt-PT.json @@ -66,7 +66,8 @@ "hidePassword": "Esconder a palavra-passe", "noAccountYet": "Ainda não tens uma conta?", "alreadyHaveAnAccount": "Já tens uma conta?", - "remember": "Permanecer autenticado" + "remember": "Permanecer autenticado", + "registrationDisabled": "Registration is disabled." }, "settings": { "title": "Definições", @@ -1114,7 +1115,7 @@ }, "date": { "locale": "pt-PT", - "altFormatLong": "j M Y H:i", + "altFormatLong": "j M Y, H:i", "altFormatShort": "j M Y" }, "reaction": { diff --git a/frontend/src/i18n/lang/ro-RO.json b/frontend/src/i18n/lang/ro-RO.json index 587f561c8..e0d09266d 100644 --- a/frontend/src/i18n/lang/ro-RO.json +++ b/frontend/src/i18n/lang/ro-RO.json @@ -66,7 +66,8 @@ "hidePassword": "Hide the password", "noAccountYet": "Don't have an account yet?", "alreadyHaveAnAccount": "Already have an account?", - "remember": "Stay logged in" + "remember": "Stay logged in", + "registrationDisabled": "Registration is disabled." }, "settings": { "title": "Settings", @@ -1114,7 +1115,7 @@ }, "date": { "locale": "en", - "altFormatLong": "j M Y H:i", + "altFormatLong": "j M Y, H:i", "altFormatShort": "j M Y" }, "reaction": { diff --git a/frontend/src/i18n/lang/ru-RU.json b/frontend/src/i18n/lang/ru-RU.json index 14906c00b..90e0d8085 100644 --- a/frontend/src/i18n/lang/ru-RU.json +++ b/frontend/src/i18n/lang/ru-RU.json @@ -66,7 +66,8 @@ "hidePassword": "Скрыть пароль", "noAccountYet": "Ещё нет аккаунта?", "alreadyHaveAnAccount": "Уже есть аккаунт?", - "remember": "Оставаться в системе" + "remember": "Оставаться в системе", + "registrationDisabled": "Регистрация отключена." }, "settings": { "title": "Настройки", @@ -1114,7 +1115,7 @@ }, "date": { "locale": "en", - "altFormatLong": "j M Y H:i", + "altFormatLong": "j M Y, H:i", "altFormatShort": "j M Y" }, "reaction": { diff --git a/frontend/src/i18n/lang/sk-SK.json b/frontend/src/i18n/lang/sk-SK.json index 587f561c8..e0d09266d 100644 --- a/frontend/src/i18n/lang/sk-SK.json +++ b/frontend/src/i18n/lang/sk-SK.json @@ -66,7 +66,8 @@ "hidePassword": "Hide the password", "noAccountYet": "Don't have an account yet?", "alreadyHaveAnAccount": "Already have an account?", - "remember": "Stay logged in" + "remember": "Stay logged in", + "registrationDisabled": "Registration is disabled." }, "settings": { "title": "Settings", @@ -1114,7 +1115,7 @@ }, "date": { "locale": "en", - "altFormatLong": "j M Y H:i", + "altFormatLong": "j M Y, H:i", "altFormatShort": "j M Y" }, "reaction": { diff --git a/frontend/src/i18n/lang/sl-SI.json b/frontend/src/i18n/lang/sl-SI.json index ffbfb6111..84905373b 100644 --- a/frontend/src/i18n/lang/sl-SI.json +++ b/frontend/src/i18n/lang/sl-SI.json @@ -66,7 +66,8 @@ "hidePassword": "Skrijte geslo", "noAccountYet": "Še nimate računa?", "alreadyHaveAnAccount": "Že imate račun?", - "remember": "Ostanite prijavljeni" + "remember": "Ostanite prijavljeni", + "registrationDisabled": "Registracija je onemogočena." }, "settings": { "title": "Nastavitve", @@ -1114,7 +1115,7 @@ }, "date": { "locale": "sl", - "altFormatLong": "j M Y H:i", + "altFormatLong": "j M Y, H:i", "altFormatShort": "j M Y" }, "reaction": { diff --git a/frontend/src/i18n/lang/sr-CS.json b/frontend/src/i18n/lang/sr-CS.json index 587f561c8..e0d09266d 100644 --- a/frontend/src/i18n/lang/sr-CS.json +++ b/frontend/src/i18n/lang/sr-CS.json @@ -66,7 +66,8 @@ "hidePassword": "Hide the password", "noAccountYet": "Don't have an account yet?", "alreadyHaveAnAccount": "Already have an account?", - "remember": "Stay logged in" + "remember": "Stay logged in", + "registrationDisabled": "Registration is disabled." }, "settings": { "title": "Settings", @@ -1114,7 +1115,7 @@ }, "date": { "locale": "en", - "altFormatLong": "j M Y H:i", + "altFormatLong": "j M Y, H:i", "altFormatShort": "j M Y" }, "reaction": { diff --git a/frontend/src/i18n/lang/sv-SE.json b/frontend/src/i18n/lang/sv-SE.json index b0b77e67b..16df0b6c6 100644 --- a/frontend/src/i18n/lang/sv-SE.json +++ b/frontend/src/i18n/lang/sv-SE.json @@ -66,7 +66,8 @@ "hidePassword": "Hide the password", "noAccountYet": "Har du inget konto än?", "alreadyHaveAnAccount": "Har du redan ett konto?", - "remember": "Stay logged in" + "remember": "Stay logged in", + "registrationDisabled": "Registration is disabled." }, "settings": { "title": "Inställningar", @@ -1114,7 +1115,7 @@ }, "date": { "locale": "en", - "altFormatLong": "j M Y H:i", + "altFormatLong": "j M Y, H:i", "altFormatShort": "j M Y" }, "reaction": { diff --git a/frontend/src/i18n/lang/tr-TR.json b/frontend/src/i18n/lang/tr-TR.json index 587f561c8..e0d09266d 100644 --- a/frontend/src/i18n/lang/tr-TR.json +++ b/frontend/src/i18n/lang/tr-TR.json @@ -66,7 +66,8 @@ "hidePassword": "Hide the password", "noAccountYet": "Don't have an account yet?", "alreadyHaveAnAccount": "Already have an account?", - "remember": "Stay logged in" + "remember": "Stay logged in", + "registrationDisabled": "Registration is disabled." }, "settings": { "title": "Settings", @@ -1114,7 +1115,7 @@ }, "date": { "locale": "en", - "altFormatLong": "j M Y H:i", + "altFormatLong": "j M Y, H:i", "altFormatShort": "j M Y" }, "reaction": { diff --git a/frontend/src/i18n/lang/vi-VN.json b/frontend/src/i18n/lang/vi-VN.json index fb70c612e..52aa570ab 100644 --- a/frontend/src/i18n/lang/vi-VN.json +++ b/frontend/src/i18n/lang/vi-VN.json @@ -66,7 +66,8 @@ "hidePassword": "Ẩn mật khẩu", "noAccountYet": "Bạn chưa có tài khoản?", "alreadyHaveAnAccount": "Đã có tài khoản?", - "remember": "Duy trì đăng nhập" + "remember": "Duy trì đăng nhập", + "registrationDisabled": "Registration is disabled." }, "settings": { "title": "Cài đặt", @@ -1114,7 +1115,7 @@ }, "date": { "locale": "en", - "altFormatLong": "j M Y H:i", + "altFormatLong": "j M Y, H:i", "altFormatShort": "j M Y" }, "reaction": { diff --git a/frontend/src/i18n/lang/zh-CN.json b/frontend/src/i18n/lang/zh-CN.json index 375f0ed2d..6d5fb4a79 100644 --- a/frontend/src/i18n/lang/zh-CN.json +++ b/frontend/src/i18n/lang/zh-CN.json @@ -66,7 +66,8 @@ "hidePassword": "隐藏密码", "noAccountYet": "还没有账号?", "alreadyHaveAnAccount": "已有账户?", - "remember": "保持登录状态" + "remember": "保持登录状态", + "registrationDisabled": "Registration is disabled." }, "settings": { "title": "设置", @@ -1114,7 +1115,7 @@ }, "date": { "locale": "中文", - "altFormatLong": "Y M d H:i", + "altFormatLong": "j M Y, H:i", "altFormatShort": "j M Y" }, "reaction": { diff --git a/frontend/src/i18n/lang/zh-TW.json b/frontend/src/i18n/lang/zh-TW.json index 587f561c8..e0d09266d 100644 --- a/frontend/src/i18n/lang/zh-TW.json +++ b/frontend/src/i18n/lang/zh-TW.json @@ -66,7 +66,8 @@ "hidePassword": "Hide the password", "noAccountYet": "Don't have an account yet?", "alreadyHaveAnAccount": "Already have an account?", - "remember": "Stay logged in" + "remember": "Stay logged in", + "registrationDisabled": "Registration is disabled." }, "settings": { "title": "Settings", @@ -1114,7 +1115,7 @@ }, "date": { "locale": "en", - "altFormatLong": "j M Y H:i", + "altFormatLong": "j M Y, H:i", "altFormatShort": "j M Y" }, "reaction": {