Skip to content

Commit

Permalink
TLN Update translations (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli authored Feb 7, 2024
1 parent 9a381d0 commit 1d2db78
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions lang/sk.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
sk:
SilverStripe\CronTask\Controllers\CronTaskController:
NO_IMPLEMENTERS: 'Neexistujú žiadni implementátori CronTask na spustenie'
WILL_RUN_AT: '{task} sa spustí o {time}.'
WILL_START_NOW: '{task} sa spustí teraz.'
SilverStripe\CronTask\CronTaskController:
NO_IMPLEMENTERS: 'Neexistujú žiadni implementátori CronTask na spustenie'
WILL_RUN_AT: '{task} sa spustí o {time}.'
WILL_START_NOW: '{task} sa spustí teraz.'
SilverStripe\CronTask\CronTaskStatus:
PLURALNAME: 'Stavy úloh Cron'
PLURALS:
few: '{count} stavy úloh Cron'
many: '{count} stavov úloh Cron'
one: 'Stav úloh Cron'
other: '{count} stavov úloh Cron'
SINGULARNAME: 'Stav úloh Cron'
db_LastChecked: 'Posledná kontrola'
db_LastRun: 'Posledné spustenie'
db_TaskClass: 'Trieda úloh'

0 comments on commit 1d2db78

Please sign in to comment.