aboutsummaryrefslogtreecommitdiff
path: root/sourcehut-builds/translations/en.json
diff options
context:
space:
mode:
Diffstat (limited to 'sourcehut-builds/translations/en.json')
-rw-r--r--sourcehut-builds/translations/en.json59
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."
+ }
+}