Fix typos in i18n variable names. (#4080)
This commit is contained in:
		
							parent
							
								
									df77ad31d5
								
							
						
					
					
						commit
						2e3475f02c
					
				
					 5 changed files with 11 additions and 11 deletions
				
			
		|  | @ -492,13 +492,13 @@ owner = Owner | ||||||
| repo_name = Repository Name | repo_name = Repository Name | ||||||
| repo_name_helper = Good repository names use short, memorable and unique keywords. | repo_name_helper = Good repository names use short, memorable and unique keywords. | ||||||
| visibility = Visibility | visibility = Visibility | ||||||
| visiblity_helper = Make Repository Private | visibility_helper = Make Repository Private | ||||||
| visiblity_helper_forced = Your site administrator forces new repositories to be private. | visibility_helper_forced = Your site administrator forces new repositories to be private. | ||||||
| visiblity_fork_helper = (Changing this will affect all forks.) | visibility_fork_helper = (Changing this will affect all forks.) | ||||||
| clone_helper = Need help cloning? Visit <a target="_blank" rel="noopener noreferrer" href="%s">Help</a>. | clone_helper = Need help cloning? Visit <a target="_blank" rel="noopener noreferrer" href="%s">Help</a>. | ||||||
| fork_repo = Fork Repository | fork_repo = Fork Repository | ||||||
| fork_from = Fork From | fork_from = Fork From | ||||||
| fork_visiblity_helper = The visibility of a forked repository cannot be changed. | fork_visibility_helper = The visibility of a forked repository cannot be changed. | ||||||
| repo_desc = Description | repo_desc = Description | ||||||
| repo_lang = Language | repo_lang = Language | ||||||
| repo_gitignore_helper = Select .gitignore templates. | repo_gitignore_helper = Select .gitignore templates. | ||||||
|  |  | ||||||
|  | @ -43,10 +43,10 @@ | ||||||
| 						<div class="ui checkbox"> | 						<div class="ui checkbox"> | ||||||
| 							{{if .IsForcedPrivate}} | 							{{if .IsForcedPrivate}} | ||||||
| 								<input name="private" type="checkbox" checked readonly> | 								<input name="private" type="checkbox" checked readonly> | ||||||
| 								<label>{{.i18n.Tr "repo.visiblity_helper_forced" | Safe}}</label> | 								<label>{{.i18n.Tr "repo.visibility_helper_forced" | Safe}}</label> | ||||||
| 							{{else}} | 							{{else}} | ||||||
| 								<input name="private" type="checkbox" {{if .private}}checked{{end}}> | 								<input name="private" type="checkbox" {{if .private}}checked{{end}}> | ||||||
| 								<label>{{.i18n.Tr "repo.visiblity_helper" | Safe}}</label> | 								<label>{{.i18n.Tr "repo.visibility_helper" | Safe}}</label> | ||||||
| 							{{end}} | 							{{end}} | ||||||
| 						</div> | 						</div> | ||||||
| 					</div> | 					</div> | ||||||
|  |  | ||||||
|  | @ -70,10 +70,10 @@ | ||||||
| 						<div class="ui checkbox"> | 						<div class="ui checkbox"> | ||||||
| 							{{if .IsForcedPrivate}} | 							{{if .IsForcedPrivate}} | ||||||
| 								<input name="private" type="checkbox" checked readonly> | 								<input name="private" type="checkbox" checked readonly> | ||||||
| 								<label>{{.i18n.Tr "repo.visiblity_helper_forced" | Safe}}</label> | 								<label>{{.i18n.Tr "repo.visibility_helper_forced" | Safe}}</label> | ||||||
| 							{{else}} | 							{{else}} | ||||||
| 								<input name="private" type="checkbox" {{if .private}}checked{{end}}> | 								<input name="private" type="checkbox" {{if .private}}checked{{end}}> | ||||||
| 								<label>{{.i18n.Tr "repo.visiblity_helper" | Safe}}</label> | 								<label>{{.i18n.Tr "repo.visibility_helper" | Safe}}</label> | ||||||
| 							{{end}} | 							{{end}} | ||||||
| 						</div> | 						</div> | ||||||
| 					</div> | 					</div> | ||||||
|  |  | ||||||
|  | @ -47,9 +47,9 @@ | ||||||
| 						<label>{{.i18n.Tr "repo.visibility"}}</label> | 						<label>{{.i18n.Tr "repo.visibility"}}</label> | ||||||
| 						<div class="ui read-only checkbox"> | 						<div class="ui read-only checkbox"> | ||||||
| 							<input type="checkbox" {{if .IsPrivate}}checked{{end}}> | 							<input type="checkbox" {{if .IsPrivate}}checked{{end}}> | ||||||
| 							<label>{{.i18n.Tr "repo.visiblity_helper" | Safe}}</label> | 							<label>{{.i18n.Tr "repo.visibility_helper" | Safe}}</label> | ||||||
| 						</div> | 						</div> | ||||||
| 						<span class="help">{{.i18n.Tr "repo.fork_visiblity_helper"}}</span> | 						<span class="help">{{.i18n.Tr "repo.fork_visibility_helper"}}</span> | ||||||
| 					</div> | 					</div> | ||||||
| 					<div class="inline field {{if .Err_Description}}error{{end}}"> | 					<div class="inline field {{if .Err_Description}}error{{end}}"> | ||||||
| 						<label for="description">{{.i18n.Tr "repo.repo_desc"}}</label> | 						<label for="description">{{.i18n.Tr "repo.repo_desc"}}</label> | ||||||
|  |  | ||||||
|  | @ -20,7 +20,7 @@ | ||||||
| 						<label>{{.i18n.Tr "repo.visibility"}}</label> | 						<label>{{.i18n.Tr "repo.visibility"}}</label> | ||||||
| 						<div class="ui checkbox"> | 						<div class="ui checkbox"> | ||||||
| 							<input name="private" type="checkbox" {{if .Repository.IsPrivate}}checked{{end}}> | 							<input name="private" type="checkbox" {{if .Repository.IsPrivate}}checked{{end}}> | ||||||
| 							<label>{{.i18n.Tr "repo.visiblity_helper" | Safe}} {{if .Repository.NumForks}}<span class="text red">{{.i18n.Tr "repo.visiblity_fork_helper"}}</span>{{end}}</label> | 							<label>{{.i18n.Tr "repo.visibility_helper" | Safe}} {{if .Repository.NumForks}}<span class="text red">{{.i18n.Tr "repo.visibility_fork_helper"}}</span>{{end}}</label> | ||||||
| 						</div> | 						</div> | ||||||
| 					</div> | 					</div> | ||||||
| 				{{end}} | 				{{end}} | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue