mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 04:05:42 +01:00
i18n(en): new repo form: remove full stops from placeholders, clarify labels (#4709)
Just a small PR fixing some lines. * removed full stop from placeholders, they were placed inconsistent and it doesn't really makes sense to have them in placeholders. It's usually either no full stop or ellipsis. * s/Issue labels/Labels - obviously labels aren't used just for issues That's about it. I may or may not send other improvements for this page later, this is just a simple PR that doesn't need testing. Preview: https://codeberg.org/attachments/f7040bb4-9749-4cd2-9953-289e1103ea3e Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/4709 Reviewed-by: Gusted <gusted@noreply.codeberg.org>
This commit is contained in:
parent
5d40264f0f
commit
dac78913aa
1 changed files with 6 additions and 6 deletions
|
@ -1060,7 +1060,7 @@ repo_name_helper = Good repository names use short, memorable and unique keyword
|
|||
repo_size = Repository Size
|
||||
size_format = %[1]s: %[2]s, %[3]s: %[4]s
|
||||
template = Template
|
||||
template_select = Select a template.
|
||||
template_select = Select a template
|
||||
template_helper = Make repository a template
|
||||
template_description = Template repositories let users generate new repositories with the same directory structure, files, and optional settings.
|
||||
visibility = Visibility
|
||||
|
@ -1087,17 +1087,17 @@ generate_from = Generate from
|
|||
repo_desc = Description
|
||||
repo_desc_helper = Enter short description (optional)
|
||||
repo_lang = Language
|
||||
repo_gitignore_helper = Select .gitignore templates.
|
||||
repo_gitignore_helper = Select .gitignore templates
|
||||
repo_gitignore_helper_desc = Choose which files not to track from a list of templates for common languages. Typical artifacts generated by each language's build tools are included on .gitignore by default.
|
||||
issue_labels = Issue labels
|
||||
issue_labels_helper = Select an issue label set.
|
||||
issue_labels = Labels
|
||||
issue_labels_helper = Select a label set
|
||||
license = License
|
||||
license_helper = Select a license file.
|
||||
license_helper = Select a license file
|
||||
license_helper_desc = A license governs what others can and can't do with your code. Not sure which one is right for your project? See <a target="_blank" rel="noopener noreferrer" href="%s">Choose a license.</a>
|
||||
object_format = Object format
|
||||
object_format_helper = Object format of the repository. Cannot be changed later. SHA1 is the most compatible.
|
||||
readme = README
|
||||
readme_helper = Select a README file template.
|
||||
readme_helper = Select a README file template
|
||||
readme_helper_desc = This is the place where you can write a complete description for your project.
|
||||
auto_init = Initialize repository (Adds .gitignore, License and README)
|
||||
create_repo = Create repository
|
||||
|
|
Loading…
Reference in a new issue