Skip to content

Commit 75918d9

Browse files
authored
Fix translation to be compatible with crowdin (#11453)
1 parent c642cd0 commit 75918d9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

options/locale/locale_en-US.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1547,8 +1547,8 @@ settings.dismiss_stale_approvals = Dismiss stale approvals
15471547
settings.dismiss_stale_approvals_desc = When new commits that change the content of the pull request are pushed to the branch, old approvals will be dismissed.
15481548
settings.require_signed_commits = Require Signed Commits
15491549
settings.require_signed_commits_desc = Reject pushes to this branch if they are unsigned or unverifiable
1550-
settings.protect_protected_file_patterns = Protected file patterns (separated using semicolon ';'):
1551-
settings.protect_protected_file_patterns_desc = Protected files that are not allowed to be changed directly even if user has rights to add, edit or delete files in this branch. Multiple patterns can be separated using semicolon (';'). See <a href="https://godoc.org/github.com/gobwas/glob#Compile">github.com/gobwas/glob</a> documentation for pattern syntax. Examples: <code>.drone.yml</code>, <code>/docs/**/*.txt</code>.
1550+
settings.protect_protected_file_patterns = Protected file patterns (separated using semicolon '\;'):
1551+
settings.protect_protected_file_patterns_desc = Protected files that are not allowed to be changed directly even if user has rights to add, edit or delete files in this branch. Multiple patterns can be separated using semicolon ('\;'). See <a href="https://godoc.org/github.com/gobwas/glob#Compile">github.com/gobwas/glob</a> documentation for pattern syntax. Examples: <code>.drone.yml</code>, <code>/docs/**/*.txt</code>.
15521552
settings.add_protected_branch = Enable protection
15531553
settings.delete_protected_branch = Disable protection
15541554
settings.update_protect_branch_success = Branch protection for branch '%s' has been updated.
@@ -1844,13 +1844,13 @@ dashboard.clean_unbind_oauth = Clean unbound OAuth connections
18441844
dashboard.clean_unbind_oauth_success = All unbound OAuth connections have been deleted.
18451845
dashboard.task.started=Started Task: %s
18461846
dashboard.task.process=Task: %s
1847-
dashboard.task.cancelled=Task: %s cancelled: %[3]s
1847+
dashboard.task.cancelled=Task: %s cancelled: %[3]s
18481848
dashboard.task.error=Error in Task: %s: %[3]s
18491849
dashboard.task.finished=Task: %s started by %s has finished
18501850
dashboard.task.unknown=Unknown task: %s
18511851
dashboard.cron.started=Started Cron: %[1]s
18521852
dashboard.cron.process=Cron: %[1]s
1853-
dashboard.cron.cancelled=Cron: %s cancelled: %[3]s
1853+
dashboard.cron.cancelled=Cron: %s cancelled: %[3]s
18541854
dashboard.cron.error=Error in Cron: %s: %[3]s
18551855
dashboard.cron.finished=Cron: %[1]s has finished
18561856
dashboard.delete_inactive_accounts = Delete all unactivated accounts

0 commit comments

Comments
 (0)