forked from forgejo/forgejo
Re-separate the color translation strings (#17390)
Fix #17384 Signed-off-by: Andrew Thornton <art27@cantab.net>
This commit is contained in:
parent
a115309f4f
commit
09938ccd99
4 changed files with 7 additions and 5 deletions
|
@ -96,7 +96,6 @@ error = Error
|
|||
error404 = The page you are trying to reach either <strong>does not exist</strong> or <strong>you are not authorized</strong> to view it.
|
||||
|
||||
never = Never
|
||||
color = Color
|
||||
|
||||
[error]
|
||||
occurred = An error has occurred
|
||||
|
@ -984,6 +983,7 @@ commit_graph = Commit Graph
|
|||
commit_graph.select = Select branches
|
||||
commit_graph.hide_pr_refs = Hide Pull Requests
|
||||
commit_graph.monochrome = Mono
|
||||
commit_graph.color = Color
|
||||
blame = Blame
|
||||
normal_view = Normal View
|
||||
line = line
|
||||
|
@ -1100,6 +1100,7 @@ projects.board.set_default = "Set Default"
|
|||
projects.board.set_default_desc = "Set this board as default for uncategorized issues and pulls"
|
||||
projects.board.delete = "Delete Board"
|
||||
projects.board.deletion_desc = "Deleting a project board moves all related issues to 'Uncategorized'. Continue?"
|
||||
projects.board.color = "Color"
|
||||
projects.open = Open
|
||||
projects.close = Close
|
||||
|
||||
|
@ -1803,6 +1804,7 @@ settings.content_type = POST Content Type
|
|||
settings.secret = Secret
|
||||
settings.slack_username = Username
|
||||
settings.slack_icon_url = Icon URL
|
||||
settings.slack_color = Color
|
||||
settings.discord_username = Username
|
||||
settings.discord_icon_url = Icon URL
|
||||
settings.event_desc = Trigger On:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue