mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
#5033 openclassify.com system problems
This commit is contained in:
parent
992e04f926
commit
c20cedbe99
@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'account_is_not_activated' => 'Ihr Account wurde noch nicht aktiviert. Bitte überprüfen Sie Ihren E-Mail-Posteingang.',
|
||||
'account_is_disabled' => 'Ihr Account wurde deaktiviert.',
|
||||
];
|
||||
@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'account_is_not_activated' => 'Your account has not been activated. Please check your email inbox.',
|
||||
'account_is_disabled' => 'Your account has been disabled.',
|
||||
];
|
||||
@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'account_is_not_activated' => 'Votre compte n\'a pas encore été activé. Veuillez vérifier votre boîte e-mail.',
|
||||
'account_is_disabled' => 'Votre compte a été désactivé.',
|
||||
];
|
||||
@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'not_activated' => '您的账号还未激活。 请检查您的电子邮件收件箱。',
|
||||
'disabled' => '您的账号已经被禁用。',
|
||||
];
|
||||
Loading…
Reference in New Issue
Block a user