akaunting/resources/lang/lv-LV/customers.php

13 lines
236 B
PHP
Raw Normal View History

2018-08-06 10:37:04 +03:00
<?php
return [
2022-04-26 00:22:13 +00:00
'can_login' => 'Var pieteikties?',
'user_created' => 'Lietotājs izveidots',
2018-08-06 10:37:04 +03:00
'error' => [
2020-02-18 17:13:54 +03:00
'email' => 'Lietotājs ar šādu e-pasta adresi jau eksistē.',
2018-11-08 12:11:42 +03:00
],
2018-08-06 10:37:04 +03:00
];