Skip to content

Commit

Permalink
Slovak translation
Browse files Browse the repository at this point in the history
  • Loading branch information
hamrak authored May 17, 2024
1 parent e177c42 commit 2a5d143
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions resources/lang/sk/translations.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?php

return [
'breadcrumb' => 'Monitor frontových úloh',
'title' => 'Frontové úlohy',
'navigation_label' => 'Úlohy',
'navigation_group' => 'Systém',
'total_jobs' => 'Celkový počet vykonaných úloh',
'pending_jobs' => 'Čakajúce úlohy',
'execution_time' => 'Celkový čas vykonania',
'average_time' => 'Priemerný čas vykonania',
'succeeded' => 'Úspešné',
'failed' => 'Neúspešné',
'running' => 'Prebiehajúce',
'status' => 'Stav',
'name' => 'Názov',
'queue' => 'Front',
'progress' => 'Progres',
'started_at' => 'Začaté',
];

0 comments on commit 2a5d143

Please sign in to comment.