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' => 'Seol Nasc Athshocraigh Pasfhocal',
'email_reset_password' => 'Athshocraigh Pasfhocal Ríomhphoist',
'reset_password' => 'Athshocraigh Pasfhocal',
'saml_login' => 'Login via SAML',
'login' => 'Logáil isteach',
'login_prompt' => 'Logáil isteach le do thoil',
'forgot_password' => 'Rinne mé dearmad ar mo phasfhocal',
'ldap_reset_password' => 'Please click here to reset your LDAP password',
'remember_me' => 'Cuimhnigh orm',
'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' => 'Tá cuntas leis an ríomhphost seo ann cheana féin.',
'account_not_found' => 'Tá an t-ainm úsáideora nó an focal faire mícheart.',
'account_not_activated' => 'Níl an cuntas úsáideora seo curtha i ngníomh.',
'account_suspended' => 'Tá an cuntas úsáideora seo ar fionraí.',
'account_banned' => 'Tá toirmeasc ar an gcuntas úsáideora seo.',
'throttle' => 'Too many failed login attempts. Please try again in :minutes minutes.',
'two_factor' => array(
'already_enrolled' => 'Your device is already enrolled.',
'success' => 'Rinne tú logáil isteach go rathúil.',
'code_required' => 'Two-factor code is required.',
'invalid_code' => 'Two-factor code is invalid.',
),
'signin' => array(
'error' => 'Bhí fadhb ann agus tú ag iarraidh logáil isteach, déan iarracht arís.',
'success' => 'Rinne tú logáil isteach go rathúil.',
),
'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' => 'Bhí fadhb ann agus tú ag iarraidh do chuntas a chruthú, déan iarracht arís.',
'success' => 'Cruthaigh an cuntas go rathúil.',
),
'forgot-password' => array(
'error' => 'Bhí fadhb ann agus tú ag iarraidh cód pasfhocal a athshocrú, déan iarracht arís.',
'success' => 'If that email address exists in our system, a password recovery email has been sent.',
),
'forgot-password-confirm' => array(
'error' => 'Bhí fadhb ann agus tú ag iarraidh an focal faire a athshocrú, déan iarracht arís.',
'success' => 'D\'athshocraigh do phasfhocal go rathúil.',
),
);