snipe-it/resources/lang/fi/auth/message.php

46 lines
1.7 KiB
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return array(
'account_already_exists' => 'Tällä email-osoitteella löytyy jo käyttäjätili.',
2016-05-16 21:54:13 -07:00
'account_not_found' => 'Käyttäjänimi tai salasana on virheellinen.',
2016-03-25 01:18:05 -07:00
'account_not_activated' => 'Käyttäjätiliä ei ole aktivoitu.',
'account_suspended' => 'Käyttäjätili on jäädytetty.',
'account_banned' => 'Käyttäjätili on estetty.',
'throttle' => 'Too many failed login attempts. Please try again in :minutes minutes.',
'two_factor' => array(
'already_enrolled' => 'Your device is already enrolled.',
'success' => 'You have successfully logged in.',
'code_required' => 'Two-factor code is required.',
'invalid_code' => 'Two-factor code is invalid.',
),
2016-03-25 01:18:05 -07:00
'signin' => array(
'error' => 'Sisäänkirjautumisessa tapahtui virhe, yritä uudelleen.',
'success' => 'Sisäänkirjautuminen onnistui.',
),
'logout' => array(
'error' => 'There was a problem while trying to log you out, please try again.',
'success' => 'You have successfully logged out.',
),
2016-03-25 01:18:05 -07:00
'signup' => array(
'error' => 'Käyttäjätilin luonnissa tapahtui virhe, yritä uudelleen.',
'success' => 'Käyttäjätili luotu onnistuneesti.',
),
'forgot-password' => array(
'error' => 'Salasanan nollauksessa tapahtui virhe, yritä uudelleen.',
'success' => 'If that email address exists in our system, a password recovery email has been sent.',
),
2016-03-25 01:18:05 -07:00
'forgot-password-confirm' => array(
'error' => 'Salasanan nollauksessa tapahtui virhe, yritä uudelleen.',
'success' => 'Salasana on nollattu onnistuneesti.',
2016-03-25 01:18:05 -07:00
),
2016-03-25 01:18:05 -07:00
);