diff options
| author | Rubén Beltrán del Río <jj@r.bdr.sh> | 2026-09-24 21:01:06 +0200 |
|---|---|---|
| committer | Rubén Beltrán del Río <jj@r.bdr.sh> | 2026-09-25 20:16:02 +0200 |
| commit | 628406f0a50e040d4661629446c620a3a495441f (patch) | |
| tree | e1a2b783296b1779a4040b5a7ea55d72547a37e8 /sourcehut-builds/translations/en.json | |
Diffstat (limited to 'sourcehut-builds/translations/en.json')
| -rw-r--r-- | sourcehut-builds/translations/en.json | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/sourcehut-builds/translations/en.json b/sourcehut-builds/translations/en.json new file mode 100644 index 0000000..c56cafa --- /dev/null +++ b/sourcehut-builds/translations/en.json @@ -0,0 +1,59 @@ +{ + "bar": { + "tooltip": "Sourcehut Builds." + }, + "panel": { + "title": "Sourcehut Builds", + "loading": { + "label": "Fetching builds." + }, + "error": { + "label": "Woops: {error}" + }, + "empty": { + "label": "No builds were found." + }, + "build": { + "label": "{user}/{repo} (#{id})", + "tooltip": "{status}" + }, + "task": { + "tooltip": "{task}: {status}" + } + }, + "settings": { + "sourcehut_api_token": { + "label": "Sourcehut API token", + "description": "Your sourcehut API token, with access to read builds" + }, + "build_count": { + "label": "Build Count", + "description": "Number of builds to show." + }, + "recent_cutoff": { + "label": "Cutoff for Recent Builds", + "description": "The amount of time in seconds to consider a build 'recent' for the glyph display." + }, + "glyph": { + "label": "Glyph", + "description": "Glyph to show when there aren't recent builds." + }, + "ok_glyph": { + "label": "OK Glyph", + "description": "Glyph to show when recent builds are OK." + }, + "failed_glyph": { + "label": "Failed Glyph", + "description": "Glyph to show when recent builds have failed" + }, + "in_progress_glyph": { + "label": "In Progress Glyph", + "description": "Glyph to show when a build is in progress" + } + }, + "error": { + "request_failed": "We could not reach sourcehut. Make sure your network is connected and sourcehut is reachable.", + "bad_response": "We weren't able to understand the response. Make sure sourcehut is operating well, or reach out to the maintainer.", + "unauthorized": "Sourcehut did not authorize the request. Make sure you have set a valid API Token." + } +} |