-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
internationalization: updated for git deploy
- Loading branch information
Showing
3 changed files
with
26 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -89,6 +89,26 @@ | |
"git_email":"Git Email", | ||
"git_password":"Git Password", | ||
"git_branch":"Git Branch", | ||
"name_is_required":"Title is required", | ||
"customCSS_is_required":"Custom CSS is required", | ||
"copyrightText_is_required":"Copyright text is required", | ||
"organizationName_is_required":"Organization name is required", | ||
"projectName_is_required":"Project name is required", | ||
"navImageDark_favicon_url_required":"Nav Image Dark Favicon URL required", | ||
"navImage_favicon_url_required":"Valid Nav Image URL required", | ||
"metaImage_favicon_url_required":"Valid Meta Image URL required", | ||
"gitUser_is_required":"Git User is required", | ||
"gitRepo_is_required":"Git Repo is required", | ||
"gitEmail_is_required":"Git Email is required", | ||
"gitPassword_is_required":"Git Password is required", | ||
"gitBranch_is_required":"Git Branch is required", | ||
"valid_gitRepo_url_required":"Valid git Repo url required", | ||
"valid_gitEmail_format_required":"Valid git Email format required", | ||
"git_user_palceholder":"Enter your git username", | ||
"git_repo_placeholder":"https://github.com/yourusername/your-repo", | ||
"git_email_placeholder":"[email protected]", | ||
"git_password_placeholder":"Enter your git password", | ||
"git_branch_palceholder":"Enter your branch name", | ||
|
||
"clone_documentation": "Clone Documentation", | ||
"delete_documentation": "Delete Documentation", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters