webcron/translations/messages.en.yaml

123 lines
3.4 KiB
YAML

menu:
overview: "Overview"
add: "Add a new cronjob"
logout: "Logout"
security:
login:
username:
label: "Username"
placeholder: "jeroen@example.com"
password:
label: "Password"
placeholder: "abc123"
remember:
label: "Remember, remember"
submit-btn:
label: "Login"
index:
title: "Overview"
header: "Overview of the cronjobs"
table:
headers:
name: "Hame"
host: "Host"
interval: "Interval"
nextrun: "Nextrun"
job:
view:
title: "Overview of runs for _jobname_"
header: "Overview of runs for _jobname_"
edit: "Edit job"
runnow:
deferred:
title: "Cronjob has been scheduled"
message: "Job was scheduled to be run. You will find the output soon in the job details"
ran:
title:
success: "Cronjob succesfully ran"
failed: "Cronjob failed. Please check output below"
message: "Cronjob ran in _runtime_ seconds with exit code _exitcode_"
show:
onlyfailed: "Only show failed runs"
all: "Show all runs"
results:
exitcode: "Exit code"
runtime: "Runtime"
manual: "Manual run"
noresults:
failed: "No failed runs found"
all: "No runs found"
edit:
title: "Edit job"
header: "Edit job _jobname_"
add:
title: "Add job"
header: "Add new job"
addedit:
generalinfo:
header: "General info"
name:
label: "Name"
placeholder: "System update"
helptext: "You can create colored tags by using [tag]"
interval:
label: "Interval (in seconds)"
placeholder: "3600"
patterns:
label: "Patterns"
minute: "Every minute"
hour: "Every hour"
day: "Every day"
week: "Every week"
4week: "Every 4 weeks"
nextrun:
label: "Next run"
lastrun:
label: "Last run"
eternal:
label: "Eternal"
retention:
label: "Retention (in days)"
placeholder: "7"
helptext: "How many days (at least) to keep runs of this job in the database"
failpercentage:
label: "Max fail percentage"
faildays:
label: "Number of days calculated for fail percentage"
placeholder: "7"
crontype:
label: "Job type"
command:
label: "Command"
header: "Command details"
command:
label: "Command"
placeholder: "sudo apt update"
response:
label: "Expected exit code"
placeholder: "0"
reboot:
label: "Reboot"
header: "Reboot job details"
reboot:
command:
label: "Reboot command"
placeholder: "systemctl reboot"
helptext: "Use {reboot-delay} or {reboot-delay-secs} to add the delay in your command"
delay:
label: "Reboot delay (in minutes)"
placeholder: "5"
helptext: "Delay between triggering reboot and actual reboot"
duration:
label: "Reboot duration (in minutes)"
placeholder: "10"
helptext: "The amount of time the system takes to actually reboot"
getservices:
command:
label: "Get services command"
placeholder: "systemctl list-units"
response:
label: "Get services command exit code"
placeholder: "0"
http:
label: "HTTP request"