mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-11 14:20:30 +00:00
Improve wording (#3951)
This commit is contained in:
@@ -262,7 +262,7 @@
|
|||||||
"settings": {
|
"settings": {
|
||||||
"not_allowed": "You are not allowed to access server settings.",
|
"not_allowed": "You are not allowed to access server settings.",
|
||||||
"secrets": {
|
"secrets": {
|
||||||
"desc": "Global secrets can be passed to all repositories personal pipeline steps as environmental variables.",
|
"desc": "Global secrets can be passed to all repository's pipeline steps as environmental variables.",
|
||||||
"warning": "These secrets will be available for all users."
|
"warning": "These secrets will be available for all users."
|
||||||
},
|
},
|
||||||
"registries": {
|
"registries": {
|
||||||
@@ -364,7 +364,7 @@
|
|||||||
},
|
},
|
||||||
"repos": {
|
"repos": {
|
||||||
"repos": "Repositories",
|
"repos": "Repositories",
|
||||||
"desc": "Repositories that are or have been enabled on this server",
|
"desc": "Repositories that are or have been enabled on this server.",
|
||||||
"none": "There are no repositories yet.",
|
"none": "There are no repositories yet.",
|
||||||
"view": "View repository",
|
"view": "View repository",
|
||||||
"settings": "Repository settings",
|
"settings": "Repository settings",
|
||||||
@@ -434,7 +434,7 @@
|
|||||||
"registries": {
|
"registries": {
|
||||||
"registries": "Registries",
|
"registries": "Registries",
|
||||||
"credentials": "Registry credentials",
|
"credentials": "Registry credentials",
|
||||||
"desc": "Registry credentials can be added to use private images for personal pipelines.",
|
"desc": "Registry credentials can be added to use private images for pipelines.",
|
||||||
"none": "There are no registry credentials yet.",
|
"none": "There are no registry credentials yet.",
|
||||||
"address": {
|
"address": {
|
||||||
"address": "Address",
|
"address": "Address",
|
||||||
|
Reference in New Issue
Block a user