updated translations
This commit is contained in:
@@ -13,18 +13,27 @@ return [
|
||||
'current_email' => 'Trenutni E-mail',
|
||||
'reset' => 'Resetiranje',
|
||||
'never' => 'nikad',
|
||||
|
||||
'password' => [
|
||||
'current' => 'Lozinka',
|
||||
'current_confirm' => 'Potvrda lozinke',
|
||||
'new' => 'Nova lozinka',
|
||||
'new_confirm' => 'Potvrda nove lozinke',
|
||||
],
|
||||
|
||||
'error' => [
|
||||
'self_delete' => 'Pogreška: Nije moguće izbrisati sebe!'
|
||||
'self_delete' => 'Pogreška: Nije moguće izbrisati sebe!',
|
||||
'no_company' => 'Pogleška: Nema dodijeljene tvrtke za vaš račun. Obratite se administratoru sustava.',
|
||||
],
|
||||
|
||||
'failed' => 'Ove vjerodajnice ne odgovaraju našim zapisima.',
|
||||
'disabled' => 'Ovaj račun je onemogućen. Molimo vas da se obratite administratoru sustava.',
|
||||
'throttle' => 'Previše pokušaja prijave. Molim Vas pokušajte ponovno za :seconds sekundi.',
|
||||
|
||||
'notification' => [
|
||||
'message_1' => 'Primili ste ovaj e-mail jer smo zaprimili zahtjev za resetiranje lozinke za vaš račun.',
|
||||
'message_2' => 'Ako nisi zatražio poništavanje lozinke, nikakve daljnje radnje nisu potrebne.',
|
||||
'button' => 'Resetiranje lozinke',
|
||||
],
|
||||
|
||||
];
|
||||
|
||||
@@ -100,11 +100,15 @@ return [
|
||||
'overdue' => 'Dospjelo',
|
||||
'partially' => 'Djelomično',
|
||||
'partially_paid' => 'Djelomično plaćeno',
|
||||
'export' => 'Izvoz',
|
||||
'enable' => 'Omogući',
|
||||
'disable' => 'Onemogući',
|
||||
|
||||
'title' => [
|
||||
'new' => 'Novo - :type',
|
||||
'edit' => 'Uređivanje - :type',
|
||||
],
|
||||
|
||||
'form' => [
|
||||
'enter' => 'Unos - :type',
|
||||
'select' => [
|
||||
|
||||
@@ -4,6 +4,6 @@ return [
|
||||
|
||||
'import' => 'Uvezi',
|
||||
'title' => 'Uvoz :type',
|
||||
'message' => 'Dopušteni tipovi datoteka: CSV, XLS. Molimo, <a target="_blank" href=":link"><strong>preuzmite</strong></a> primjer datoteke.',
|
||||
'message' => 'Allowed file types: XLS, XLSX. Please, <a target="_blank" href=":link"><strong>download</strong></a> the sample file.',
|
||||
|
||||
];
|
||||
|
||||
@@ -6,7 +6,7 @@ return [
|
||||
'refresh' => 'Osvježi',
|
||||
|
||||
'steps' => [
|
||||
'requirements' => 'Molimo da zadovoljite sljedeće uvjete!',
|
||||
'requirements' => 'Please, ask your hosting provider to fix the errors!',
|
||||
'language' => 'Korak 1/3: Odabir jezika',
|
||||
'database' => 'Korak 2/3: Postavka baze podataka',
|
||||
'settings' => 'Korak 3/3: Tvrtka i admin detalji',
|
||||
@@ -19,7 +19,7 @@ return [
|
||||
'requirements' => [
|
||||
'enabled' => ':feature mora biti omogućeno!',
|
||||
'disabled' => ':feature mora biti onemogućeno!',
|
||||
'extension' => ':extension proširenje treba biti učitano!',
|
||||
'extension' => ':extension extension needs to be installed and loaded!',
|
||||
'directory' => ':directory direktorij mora biti omogućen za zapisivanje!',
|
||||
],
|
||||
|
||||
|
||||
@@ -8,6 +8,8 @@ return [
|
||||
'deleted' => ':type izbrisan!',
|
||||
'duplicated' => ':type dupliciran!',
|
||||
'imported' => ':type uvezen!',
|
||||
'enabled' => ':type enabled!',
|
||||
'disabled' => ':type disabled!',
|
||||
],
|
||||
'error' => [
|
||||
'over_payment' => 'Pogreška: Plaćanje nije dodano! Iznos prelazi ukupan iznos.',
|
||||
@@ -16,6 +18,8 @@ return [
|
||||
'no_file' => 'Pogreška: Nije odabrana nijedna datoteka!',
|
||||
'last_category' => 'Pogreška: Nije moguće izbrisati zadnju :type kategoriju!',
|
||||
'invalid_token' => 'Pogreška: Upisani token nije valjan!',
|
||||
'import_column' => 'Error: :message Sheet name: :sheet. Line number: :line.',
|
||||
'import_sheet' => 'Error: Sheet name is not valid. Please, check the sample file.',
|
||||
],
|
||||
'warning' => [
|
||||
'deleted' => 'Upozorenje: Nije vam dozvoljeno izbrisati <b>:name</b> jer postoji poveznica s :text.',
|
||||
|
||||
@@ -4,6 +4,7 @@ return [
|
||||
|
||||
'title' => 'API Token',
|
||||
'api_token' => 'Token',
|
||||
'my_apps' => 'Moje aplikacije',
|
||||
'top_paid' => 'Najbolje plaćeni',
|
||||
'new' => 'Novo',
|
||||
'top_free' => 'Najbolje besplatno',
|
||||
@@ -40,9 +41,18 @@ return [
|
||||
'install' => 'Instalacija :module datoteka.',
|
||||
],
|
||||
|
||||
'badge' => [
|
||||
'installed' => 'Instalirano',
|
||||
],
|
||||
|
||||
'button' => [
|
||||
'uninstall' => 'Deinstaliraj',
|
||||
'disable' => 'Onemogući',
|
||||
'enable' => 'Omogući',
|
||||
],
|
||||
|
||||
'my' => [
|
||||
'purchased' => 'Kupljeno',
|
||||
'installed' => 'Instalirano',
|
||||
],
|
||||
];
|
||||
|
||||
10
resources/lang/hr-HR/notifications.php
Normal file
10
resources/lang/hr-HR/notifications.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'whoops' => 'Ups!',
|
||||
'hello' => 'Pozdrav!',
|
||||
'salutation' => 'Regards,<br> :company_name',
|
||||
'subcopy' => 'If you’re having trouble clicking the ":text" button, copy and paste the URL below into your web browser: [:url](:url)',
|
||||
|
||||
];
|
||||
@@ -5,4 +5,8 @@ return [
|
||||
'from_account' => 'S računa',
|
||||
'to_account' => 'Na račun',
|
||||
|
||||
'messages' => [
|
||||
'delete' => ':from za :to (:amount)',
|
||||
],
|
||||
|
||||
];
|
||||
|
||||
@@ -101,6 +101,7 @@ return [
|
||||
'attribute-name' => [
|
||||
'rule-name' => 'prilagođena-poruka',
|
||||
],
|
||||
'invalid_currency' => 'The :attribute code is invalid.',
|
||||
],
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user