diff options
author | L0veSunshine <xuan199651@gmail.com> | 2020-05-08 20:39:17 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-08 13:39:17 +0100 |
commit | 866ce126ecce2f28f4fc25648cf4bd74679c00cc (patch) | |
tree | 97a1bb916180e28219981cffb4d487588679fafb /options | |
parent | 791353c03ba81d1c67393a04256a77293307ecad (diff) | |
download | gitea-866ce126ecce2f28f4fc25648cf4bd74679c00cc.tar.gz gitea-866ce126ecce2f28f4fc25648cf4bd74679c00cc.zip |
Split some words from template to improve translation. (#11221)
* split some words from template
* split some words from template
* add " " to mustache expression
* split some words from template
Co-authored-by: zeripath <art27@cantab.net>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Diffstat (limited to 'options')
-rw-r--r-- | options/locale/locale_en-US.ini | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 6c98497209..4d01a6be96 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -1386,8 +1386,13 @@ settings.search_user_placeholder = Search user… settings.org_not_allowed_to_be_collaborator = Organizations cannot be added as a collaborator. settings.change_team_access_not_allowed = Changing team access for repository has been restricted to organization owner settings.team_not_in_organization = The team is not in the same organization as the repository +settings.teams = Teams +settings.add_team = Add Team settings.add_team_duplicate = Team already has the repository settings.add_team_success = The team now have access to the repository. +settings.search_team = Search Team… +settings.change_team_permission_tip = Team's permission is set on the team setting page and can't be changed per repository +settings.delete_team_tip = This team has access to all repositories and can't be removed settings.remove_team_success = The team's access to the repository has been removed. settings.add_webhook = Add Webhook settings.add_webhook.invalid_channel_name = Webhook channel name cannot be empty and cannot contain only a # character. |