This commit is contained in:
2024-04-19 10:27:36 +02:00
parent fcb6bbe566
commit 35c96e715c
7852 changed files with 4815 additions and 8 deletions

View File

@ -0,0 +1,19 @@
<?php
return [
'send_password_link' => 'Tukua te Tautuhi Tautuhi Kupuhipa',
'email_reset_password' => 'Kupuhipa Īmēra Tautuhi',
'reset_password' => 'Tautuhi Kupuhipa',
'saml_login' => 'Login via SAML',
'login' => 'Whakauru',
'login_prompt' => 'Koa Takiuru',
'forgot_password' => 'Kua wareware ahau ki taku kupuhipa',
'ldap_reset_password' => 'Please click here to reset your LDAP password',
'remember_me' => 'Kia mahara ki ahau',
'username_help_top' => 'Enter your <strong>username</strong> to be emailed a password reset link.',
'username_help_bottom' => 'Your username and email address <em>may</em> be the same, but may not be, depending on your configuration. If you cannot remember your username, contact your administrator. <br><br><strong>Usernames without an associated email address will not be emailed a password reset link.</strong> ',
'google_login' => 'Login with Google Workspace',
'google_login_failed' => 'Google Login failed, please try again.',
];

View File

@ -0,0 +1,45 @@
<?php
return array(
'account_already_exists' => 'Kei te tīariari tetahi pūkete ki tenei īmēra.',
'account_not_found' => 'He hē te ingoa kaiwhakamahi, kupuhipa rānei.',
'account_not_activated' => 'Kāore tēnei pūkete kaiwhakamahi i te whakahohea.',
'account_suspended' => 'Kua tohua tenei pūkete kaiwhakamahi.',
'account_banned' => 'Ka whakatakahia tenei pūkete kaiwhakamahi.',
'throttle' => 'Too many failed login attempts. Please try again in :minutes minutes.',
'two_factor' => array(
'already_enrolled' => 'Your device is already enrolled.',
'success' => 'Kua uru koe ki roto.',
'code_required' => 'Two-factor code is required.',
'invalid_code' => 'Two-factor code is invalid.',
),
'signin' => array(
'error' => 'I te raruraru i te wa e ngana ana ki te takiuru ki a koe, tena koa ngana ano.',
'success' => 'Kua uru koe ki roto.',
),
'logout' => array(
'error' => 'There was a problem while trying to log you out, please try again.',
'success' => 'You have successfully logged out.',
),
'signup' => array(
'error' => 'I te raruraru i te wa e ngana ana ki te hanga i to taakete, me ngana ano.',
'success' => 'Ko te kaute i hanga.',
),
'forgot-password' => array(
'error' => 'He raru i te wa e ngana ana ki te tautuhi i te waehere kupuhipa, me ngana ano.',
'success' => 'If that email address exists in our system, a password recovery email has been sent.',
),
'forgot-password-confirm' => array(
'error' => 'He raruraru i te wa e ngana ana ki te tautuhi i to kupuhipa, ngana ano.',
'success' => 'Kua oti te tautuhi i to kupuhipa.',
),
);