|
@@ -400,7 +400,7 @@ delete_account_desc = This account is going to be deleted permanently, do you wa
|
|
|
[repo]
|
|
|
owner = Owner
|
|
|
repo_name = Repository Name
|
|
|
-repo_name_helper = Repository names should be short, memorable and unique. It must be one word (no spaces) and can contain letters (a-z), numbers (0-9), dash (-), underscore (_), or dot (.) characters.
|
|
|
+repo_name_helper = Will be used to define the URL (path) of the repository. It must be one word (no spaces) and can contain letters (a-z, A-Z), numbers (0-9), dash (-), underscore (_), or dot (.) characters. Repository names should be short, unique and specific (do not use a generic name like "dataset", "plos_paper", etc).
|
|
|
visibility = Private
|
|
|
visiblity_helper = Accessible only to owner and assigned collaborators
|
|
|
visiblity_helper_forced = New repositories are private by default. You can change the state later.
|
|
@@ -415,10 +415,13 @@ fork_visiblity_helper = You cannot alter the visibility of a forked repository.
|
|
|
repo_desc = Description
|
|
|
repo_lang = Language
|
|
|
repo_gitignore_helper = Select .gitignore templates
|
|
|
+repo_gitignore_tooltip = Files to exclude from versioning. In the case of data repositories you probably don't need this. If in doubt, ignore.
|
|
|
license = License
|
|
|
license_helper = Select a license file
|
|
|
+license_tooltip = A license is essential for a data or code publication. You can choose a license now, or add a license file to the repository later.
|
|
|
readme = Readme
|
|
|
readme_helper = Select a readme template
|
|
|
+readme_tooltip = The file to enter a description of your repository with information to understand and use it. The README file contents will be displayed when accessing your repository through a web browser.
|
|
|
auto_init = Initialize this repository with selected files and template
|
|
|
create_repo = Create Repository
|
|
|
default_branch = Default Branch
|