new crowdin translations

This commit is contained in:
Crowdin Bot
2021-04-21 00:23:27 +00:00
parent 980a384b33
commit 6758900e14
46 changed files with 1332 additions and 16 deletions

View File

@@ -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!',
],

View File

@@ -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:',
],
],
];