Translated using Weblate (English)

Currently translated at 100.0% (168 of 168 strings)

Translation: Woodpecker CI/UI
Translate-URL: http://translate.woodpecker-ci.org/projects/woodpecker-ci/ui/en/
This commit is contained in:
Lauris BH
2022-08-14 20:18:38 +00:00
committed by Weblate
parent 366a1e18f3
commit a5b2565dd5

View File

@@ -5,17 +5,15 @@
"repositories": "Repositories", "repositories": "Repositories",
"docs": "Docs", "docs": "Docs",
"logout": "Logout", "logout": "Logout",
"search": "Search...", "search": "Search",
"username": "Username", "username": "Username",
"password": "Password", "password": "Password",
"url": "URL", "url": "URL",
"unknown_error": "An unknown error occurred", "unknown_error": "An unknown error occurred",
"not_found": { "not_found": {
"not_found": "Whoa 404, either we broke something or you had a typing mishap :-/", "not_found": "Whoa 404, either we broke something or you had a typing mishap :-/",
"back_home": "Back to home" "back_home": "Back to home"
}, },
"time": { "time": {
"tmpl": "MMM D, YYYY, HH:mm z", "tmpl": "MMM D, YYYY, HH:mm z",
"weeks_short": "w", "weeks_short": "w",
@@ -25,14 +23,12 @@
"sec_short": "sec", "sec_short": "sec",
"not_started": "not started yet" "not_started": "not started yet"
}, },
"repo": { "repo": {
"activity": "Activity", "activity": "Activity",
"branches": "Branches", "branches": "Branches",
"add": "Add repository", "add": "Add repository",
"user_none": "This organization / user does not have any projects yet.", "user_none": "This organization / user does not have any projects yet.",
"not_allowed": "You are not allowed to access this repository", "not_allowed": "You are not allowed to access this repository",
"enable": { "enable": {
"reload": "Reload repositories", "reload": "Reload repositories",
"enable": "Enable", "enable": "Enable",
@@ -40,28 +36,23 @@
"success": "Repository enabled", "success": "Repository enabled",
"list_reloaded": "Repository list reloaded" "list_reloaded": "Repository list reloaded"
}, },
"settings": { "settings": {
"settings": "Settings", "settings": "Settings",
"not_allowed": "You are not allowed to access this repository's settings", "not_allowed": "You are not allowed to access this repository's settings",
"general": { "general": {
"general": "General", "general": "General",
"project": "Project settings", "project": "Project settings",
"save": "Save settings", "save": "Save settings",
"success": "Repository settings updated", "success": "Repository settings updated",
"pipeline_path": { "pipeline_path": {
"path": "Pipeline path", "path": "Pipeline path",
"default": "By default: .woodpecker/*.yml -> .woodpecker.yml -> .drone.yml", "default": "By default: .woodpecker/*.yml -> .woodpecker.yml -> .drone.yml",
"desc": "Path to your pipeline config (for example <span class=\"bg-gray-300 dark:bg-dark-700 rounded-md px-1\">my/path/</span>). Folders should end with a <span class=\"bg-gray-300 dark:bg-dark-700 rounded-md px-1\">/</span>." "desc": "Path to your pipeline config (for example <span class=\"bg-gray-300 dark:bg-dark-700 rounded-md px-1\">my/path/</span>). Folders should end with a <span class=\"bg-gray-300 dark:bg-dark-700 rounded-md px-1\">/</span>."
}, },
"allow_pr": { "allow_pr": {
"allow": "Allow Pull Requests", "allow": "Allow Pull Requests",
"desc": "Pipelines can run on pull requests." "desc": "Pipelines can run on pull requests."
}, },
"protected": { "protected": {
"protected": "Protected", "protected": "Protected",
"desc": "Every pipeline needs to be approved before being executed." "desc": "Every pipeline needs to be approved before being executed."
@@ -72,7 +63,6 @@
}, },
"visibility": { "visibility": {
"visibility": "Project visibility", "visibility": "Project visibility",
"public": { "public": {
"public": "Public", "public": "Public",
"desc": "Every user can see your project without being logged in." "desc": "Every user can see your project without being logged in."
@@ -86,18 +76,15 @@
"desc": "Only authenticated users of the Woodpecker instance can see this project." "desc": "Only authenticated users of the Woodpecker instance can see this project."
} }
}, },
"timeout": { "timeout": {
"timeout": "Timeout", "timeout": "Timeout",
"minutes": "minutes" "minutes": "minutes"
}, },
"cancel_prev": { "cancel_prev": {
"cancel": "Cancel previous pipelines", "cancel": "Cancel previous pipelines",
"desc": "Enable to cancel pending and running pipelines of the same event and context before starting the newly triggered one." "desc": "Enable to cancel pending and running pipelines of the same event and context before starting the newly triggered one."
} }
}, },
"secrets": { "secrets": {
"secrets": "Secrets", "secrets": "Secrets",
"desc": "Secrets can be passed to individual pipeline steps at runtime as environmental variables.", "desc": "Secrets can be passed to individual pipeline steps at runtime as environmental variables.",
@@ -110,7 +97,6 @@
"deleted": "Secret deleted", "deleted": "Secret deleted",
"created": "Secret created", "created": "Secret created",
"saved": "Secret saved", "saved": "Secret saved",
"images": { "images": {
"images": "Available for following images", "images": "Available for following images",
"desc": "Comma separated list of images where this secret is available, leave empty to allow all images" "desc": "Comma separated list of images where this secret is available, leave empty to allow all images"
@@ -120,7 +106,6 @@
"pr_warning": "Please be careful with this option as a bad actor can submit a malicious pull request that exposes your secrets." "pr_warning": "Please be careful with this option as a bad actor can submit a malicious pull request that exposes your secrets."
} }
}, },
"registries": { "registries": {
"registries": "Registries", "registries": "Registries",
"creds": "Registry credentials", "creds": "Registry credentials",
@@ -132,22 +117,18 @@
"created": "Registry credentials created", "created": "Registry credentials created",
"saved": "Registry credentials saved", "saved": "Registry credentials saved",
"deleted": "Registry credentials deleted", "deleted": "Registry credentials deleted",
"address": { "address": {
"address": "Address", "address": "Address",
"placeholder": "Registry Address (e.g. docker.io)" "placeholder": "Registry Address (e.g. docker.io)"
} }
}, },
"badge": { "badge": {
"badge": "Badge", "badge": "Badge",
"url_branch": "URL for specific branch", "url_branch": "URL for specific branch",
"markdown": "Markdown" "markdown": "Markdown"
}, },
"actions": { "actions": {
"actions": "Actions", "actions": "Actions",
"repair": { "repair": {
"repair": "Repair repository", "repair": "Repair repository",
"success": "Repository repaired" "success": "Repository repaired"
@@ -163,7 +144,6 @@
} }
} }
}, },
"build": { "build": {
"created": "Created", "created": "Created",
"tasks": "Tasks", "tasks": "Tasks",
@@ -176,10 +156,9 @@
"step_not_started": "This step hasn't started yet.", "step_not_started": "This step hasn't started yet.",
"pipelines_for": "Pipelines for branch \"{branch}\"", "pipelines_for": "Pipelines for branch \"{branch}\"",
"exit_code": "exit code {exitCode}", "exit_code": "exit code {exitCode}",
"loading": "Loading ...", "loading": "Loading",
"pipeline": "Pipeline #{buildId}", "pipeline": "Pipeline #{buildId}",
"log_download_error": "There was an error while downloading the log file", "log_download_error": "There was an error while downloading the log file",
"actions": { "actions": {
"cancel": "Cancel", "cancel": "Cancel",
"restart": "Restart", "restart": "Restart",
@@ -204,12 +183,10 @@
} }
} }
}, },
"org": { "org": {
"settings": { "settings": {
"settings": "Settings", "settings": "Settings",
"not_allowed": "You are not allowed to access this organization's settings", "not_allowed": "You are not allowed to access this organization's settings",
"secrets": { "secrets": {
"secrets": "Secrets", "secrets": "Secrets",
"desc": "Organization secrets can be passed to all organization's repository individual pipeline steps at runtime as environmental variables.", "desc": "Organization secrets can be passed to all organization's repository individual pipeline steps at runtime as environmental variables.",
@@ -222,7 +199,6 @@
"deleted": "Organization secret deleted", "deleted": "Organization secret deleted",
"created": "Organization secret created", "created": "Organization secret created",
"saved": "Organization secret saved", "saved": "Organization secret saved",
"images": { "images": {
"images": "Available for following images", "images": "Available for following images",
"desc": "Comma separated list of images where this secret is available, leave empty to allow all images" "desc": "Comma separated list of images where this secret is available, leave empty to allow all images"
@@ -234,12 +210,10 @@
} }
} }
}, },
"admin": { "admin": {
"settings": { "settings": {
"settings": "Settings", "settings": "Settings",
"not_allowed": "You are not allowed to access server settings", "not_allowed": "You are not allowed to access server settings",
"secrets": { "secrets": {
"secrets": "Secrets", "secrets": "Secrets",
"desc": "Global secrets can be passed to all repositories individual pipeline steps at runtime as environmental variables.", "desc": "Global secrets can be passed to all repositories individual pipeline steps at runtime as environmental variables.",
@@ -253,7 +227,6 @@
"deleted": "Global secret deleted", "deleted": "Global secret deleted",
"created": "Global secret created", "created": "Global secret created",
"saved": "Global secret saved", "saved": "Global secret saved",
"images": { "images": {
"images": "Available for following images", "images": "Available for following images",
"desc": "Comma separated list of images where this secret is available, leave empty to allow all images" "desc": "Comma separated list of images where this secret is available, leave empty to allow all images"
@@ -265,7 +238,6 @@
} }
} }
}, },
"user": { "user": {
"oauth_error": "Error while authenticating against OAuth provider", "oauth_error": "Error while authenticating against OAuth provider",
"internal_error": "Some internal error occurred", "internal_error": "Some internal error occurred",