ok
This commit is contained in:
45
Production/SNIPE-IT/resources/lang/ga-IE/auth/message.php
Normal file
45
Production/SNIPE-IT/resources/lang/ga-IE/auth/message.php
Normal 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.',
|
||||
),
|
||||
|
||||
|
||||
);
|
Reference in New Issue
Block a user