mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-09 00:55:32 +00:00
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:
parent
366a1e18f3
commit
a5b2565dd5
1 changed files with 244 additions and 272 deletions
|
@ -5,17 +5,15 @@
|
|||
"repositories": "Repositories",
|
||||
"docs": "Docs",
|
||||
"logout": "Logout",
|
||||
"search": "Search...",
|
||||
"search": "Search…",
|
||||
"username": "Username",
|
||||
"password": "Password",
|
||||
"url": "URL",
|
||||
"unknown_error": "An unknown error occurred",
|
||||
|
||||
"not_found": {
|
||||
"not_found": "Whoa 404, either we broke something or you had a typing mishap :-/",
|
||||
"back_home": "Back to home"
|
||||
},
|
||||
|
||||
"time": {
|
||||
"tmpl": "MMM D, YYYY, HH:mm z",
|
||||
"weeks_short": "w",
|
||||
|
@ -25,14 +23,12 @@
|
|||
"sec_short": "sec",
|
||||
"not_started": "not started yet"
|
||||
},
|
||||
|
||||
"repo": {
|
||||
"activity": "Activity",
|
||||
"branches": "Branches",
|
||||
"add": "Add repository",
|
||||
"user_none": "This organization / user does not have any projects yet.",
|
||||
"not_allowed": "You are not allowed to access this repository",
|
||||
|
||||
"enable": {
|
||||
"reload": "Reload repositories",
|
||||
"enable": "Enable",
|
||||
|
@ -40,28 +36,23 @@
|
|||
"success": "Repository enabled",
|
||||
"list_reloaded": "Repository list reloaded"
|
||||
},
|
||||
|
||||
"settings": {
|
||||
"settings": "Settings",
|
||||
"not_allowed": "You are not allowed to access this repository's settings",
|
||||
|
||||
"general": {
|
||||
"general": "General",
|
||||
"project": "Project settings",
|
||||
"save": "Save settings",
|
||||
"success": "Repository settings updated",
|
||||
|
||||
"pipeline_path": {
|
||||
"path": "Pipeline path",
|
||||
"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>."
|
||||
},
|
||||
|
||||
"allow_pr": {
|
||||
"allow": "Allow Pull Requests",
|
||||
"desc": "Pipelines can run on pull requests."
|
||||
},
|
||||
|
||||
"protected": {
|
||||
"protected": "Protected",
|
||||
"desc": "Every pipeline needs to be approved before being executed."
|
||||
|
@ -72,7 +63,6 @@
|
|||
},
|
||||
"visibility": {
|
||||
"visibility": "Project visibility",
|
||||
|
||||
"public": {
|
||||
"public": "Public",
|
||||
"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."
|
||||
}
|
||||
},
|
||||
|
||||
"timeout": {
|
||||
"timeout": "Timeout",
|
||||
"minutes": "minutes"
|
||||
},
|
||||
|
||||
"cancel_prev": {
|
||||
"cancel": "Cancel previous pipelines",
|
||||
"desc": "Enable to cancel pending and running pipelines of the same event and context before starting the newly triggered one."
|
||||
}
|
||||
},
|
||||
|
||||
"secrets": {
|
||||
"secrets": "Secrets",
|
||||
"desc": "Secrets can be passed to individual pipeline steps at runtime as environmental variables.",
|
||||
|
@ -110,7 +97,6 @@
|
|||
"deleted": "Secret deleted",
|
||||
"created": "Secret created",
|
||||
"saved": "Secret saved",
|
||||
|
||||
"images": {
|
||||
"images": "Available for following 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."
|
||||
}
|
||||
},
|
||||
|
||||
"registries": {
|
||||
"registries": "Registries",
|
||||
"creds": "Registry credentials",
|
||||
|
@ -132,22 +117,18 @@
|
|||
"created": "Registry credentials created",
|
||||
"saved": "Registry credentials saved",
|
||||
"deleted": "Registry credentials deleted",
|
||||
|
||||
"address": {
|
||||
"address": "Address",
|
||||
"placeholder": "Registry Address (e.g. docker.io)"
|
||||
}
|
||||
},
|
||||
|
||||
"badge": {
|
||||
"badge": "Badge",
|
||||
"url_branch": "URL for specific branch",
|
||||
"markdown": "Markdown"
|
||||
},
|
||||
|
||||
"actions": {
|
||||
"actions": "Actions",
|
||||
|
||||
"repair": {
|
||||
"repair": "Repair repository",
|
||||
"success": "Repository repaired"
|
||||
|
@ -163,7 +144,6 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
|
||||
"build": {
|
||||
"created": "Created",
|
||||
"tasks": "Tasks",
|
||||
|
@ -176,10 +156,9 @@
|
|||
"step_not_started": "This step hasn't started yet.",
|
||||
"pipelines_for": "Pipelines for branch \"{branch}\"",
|
||||
"exit_code": "exit code {exitCode}",
|
||||
"loading": "Loading ...",
|
||||
"loading": "Loading…",
|
||||
"pipeline": "Pipeline #{buildId}",
|
||||
"log_download_error": "There was an error while downloading the log file",
|
||||
|
||||
"actions": {
|
||||
"cancel": "Cancel",
|
||||
"restart": "Restart",
|
||||
|
@ -204,12 +183,10 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
|
||||
"org": {
|
||||
"settings": {
|
||||
"settings": "Settings",
|
||||
"not_allowed": "You are not allowed to access this organization's settings",
|
||||
|
||||
"secrets": {
|
||||
"secrets": "Secrets",
|
||||
"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",
|
||||
"created": "Organization secret created",
|
||||
"saved": "Organization secret saved",
|
||||
|
||||
"images": {
|
||||
"images": "Available for following images",
|
||||
"desc": "Comma separated list of images where this secret is available, leave empty to allow all images"
|
||||
|
@ -234,12 +210,10 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
|
||||
"admin": {
|
||||
"settings": {
|
||||
"settings": "Settings",
|
||||
"not_allowed": "You are not allowed to access server settings",
|
||||
|
||||
"secrets": {
|
||||
"secrets": "Secrets",
|
||||
"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",
|
||||
"created": "Global secret created",
|
||||
"saved": "Global secret saved",
|
||||
|
||||
"images": {
|
||||
"images": "Available for following images",
|
||||
"desc": "Comma separated list of images where this secret is available, leave empty to allow all images"
|
||||
|
@ -265,7 +238,6 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
|
||||
"user": {
|
||||
"oauth_error": "Error while authenticating against OAuth provider",
|
||||
"internal_error": "Some internal error occurred",
|
||||
|
|
Loading…
Reference in a new issue