new crowdin translations
This commit is contained in:
@@ -8,7 +8,9 @@ return [
|
||||
'deleted' => ':type izbrisano!',
|
||||
'duplicated' => ':type duplicirano!',
|
||||
'imported' => ':type uvezeno!',
|
||||
'import_queued' => ':type uvoz he zakaan! Dobicete email kad se završi.',
|
||||
'exported' => ': type izvezeno!',
|
||||
'export_queued' => ':type izvoz je zakazan! Dobićete email kad se završi.',
|
||||
'enabled' => ': type omogućeno!',
|
||||
'disabled' => ':type onemogućeno!',
|
||||
],
|
||||
|
||||
@@ -24,4 +24,31 @@ return [
|
||||
|
||||
],
|
||||
|
||||
'import' => [
|
||||
|
||||
'completed' => [
|
||||
'subject' => 'Uvoz završen',
|
||||
'description' => 'Import je završen i unosi su dostupni na vašoj tabli.',
|
||||
],
|
||||
|
||||
'failed' => [
|
||||
'subject' => 'Uvoz nije završen zbog problema',
|
||||
'description' => 'Nije moguće uraditi import fajla zbog ovih grešaka:',
|
||||
],
|
||||
],
|
||||
|
||||
'export' => [
|
||||
|
||||
'completed' => [
|
||||
'subject' => 'Izvoz završen',
|
||||
'description' => 'Export je završen i spreman za download na ovom linku:',
|
||||
],
|
||||
|
||||
'failed' => [
|
||||
'subject' => 'Uvoz nije završen zbog problema',
|
||||
'description' => 'Nije moguće uraditi export fajla zbog ovih grešaka:',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user