Skip to content

Commit

Permalink
Merge branch '3.0' into 3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 11, 2024
2 parents 9f723d7 + 65b5b11 commit 692f861
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 692f861

Please sign in to comment.