build/i18n/en.json

36 lines
1.5 KiB
JSON

{
"warning": "WARNING: ",
"error": "ERROR: ",
"debug": "DEBUG: ",
"info": "[forgebuild] ",
"missing_basedir": "Could not find task directory: $i18n_basedir",
"unknown_arg": "Unknown argument/task '$i18n_arg' (no such task or source)",
"clone_failed": "$i18n_task: CLONE failed for $i18n_source",
"checkout_failed": "$i18n_task: CHECKOUT failed on branch $i18n_branch",
"pull_failed": "$i18n_task: PULL failed",
"loglevel_bad": "LOG level is $LOG which is not understood to be a loglevel (debug, info or error)",
"host_ignored": "$i18n_task: IGNORED for current host ($HOSTNAME)",
"process": "$i18n_task: PROCESS",
"to_branch": "$i18n_task: Using branch $i18n_branch",
"clone":"$i18n_task: CLONE $source",
"pull": "$i18n_task: PULL",
"run": "$i18n_task: RUN",
"force_flag": "Running task(s) regardless of updates (--force)",
"config": "Using config: $i18n_config",
"no_task": "No task was specified. Triggering all tasks",
"default_branch": "$i18n_task: Defaulting to branch master",
"checkout": "$i18n_task: Checking out branch $i18n_branch",
"already_cloned": "$i18n_task: Task source already downloaded, checking for updates",
"forcing": "$i18n_task: Forcing run despite no update found",
"no_update": "$i18n_task: No updates found",
"found_task": "Found task $i18n_task",
"found_url": "Found task $i18n_task from URL $i18n_source",
"skipped": "$i18n_task: SKIPPED for current host (task configured for $i18n_host",
"start_proc": "$i18n_task: Start processing"
}