updated translations
This commit is contained in:
@ -10,7 +10,7 @@ return [
|
||||
'forgot_password' => 'Zapoměl jsem heslo',
|
||||
'reset_password' => 'Reset hesla',
|
||||
'enter_email' => 'Zadejte svou emailovou adresu',
|
||||
'current_email' => 'Aktuální emai',
|
||||
'current_email' => 'Aktuální email',
|
||||
'reset' => 'Resetovat',
|
||||
'never' => 'nikdy',
|
||||
'password' => [
|
||||
|
@ -4,6 +4,6 @@ return [
|
||||
|
||||
'version' => 'Verze',
|
||||
'powered' => 'Powered By Akaunting',
|
||||
'software' => 'Svobodný účetní software',
|
||||
'software' => 'Učetní software zdarma',
|
||||
|
||||
];
|
||||
|
@ -93,6 +93,11 @@ return [
|
||||
'id' => 'ID',
|
||||
'more_actions' => 'Další akce',
|
||||
'duplicate' => 'Duplikovat',
|
||||
'unpaid' => 'Neuhrazeno',
|
||||
'paid' => 'Uhrazeno',
|
||||
'overdue' => 'Po splatnosti',
|
||||
'partially' => 'Částečně',
|
||||
'partially_paid' => 'Částečně zaplaceno',
|
||||
|
||||
'title' => [
|
||||
'new' => 'Nová(ý) :type',
|
||||
|
@ -17,7 +17,6 @@ return [
|
||||
],
|
||||
|
||||
'requirements' => [
|
||||
'php_version' => 'Vyžaduji PHP 5.6.4 a vyšší!',
|
||||
'enabled' => 'Musíš povolit :feature!',
|
||||
'disabled' => 'Musiš vypnout :feature!',
|
||||
'extension' => 'Musíš zavést rozšíření:extension!',
|
||||
|
@ -37,8 +37,9 @@ return [
|
||||
],
|
||||
|
||||
'messages' => [
|
||||
'email_sent' => 'Fakturační email byl úspěšně odeslán!',
|
||||
'marked_sent' => 'Faktura byla úspěšně označena jako odeslaná!',
|
||||
'email_sent' => 'Fakturační email byl úspěšně odeslán!',
|
||||
'marked_sent' => 'Faktura byla úspěšně označena jako odeslaná!',
|
||||
'email_required' => 'Zákazník nemá uvedenou emailovou adresu!',
|
||||
],
|
||||
|
||||
'notification' => [
|
||||
|
Reference in New Issue
Block a user