mirror of
https://codeberg.org/forgejo-aneksajo/forgejo-aneksajo.git
synced 2025-07-23 23:00:06 +02:00
work on #470 and fix miror JS issue when choose targets on compare and pull
This commit is contained in:
parent
706b0f72e2
commit
7d72c8333e
7 changed files with 26 additions and 18 deletions
|
@ -111,7 +111,7 @@ admin_title = Admin Account Settings
|
|||
admin_name = Username
|
||||
admin_password = Password
|
||||
confirm_password = Confirm Password
|
||||
admin_email = E-mail
|
||||
admin_email = Admin E-mail
|
||||
install_gogs = Install Gogs
|
||||
test_git_failed = Fail to test 'git' command: %v
|
||||
sqlite3_not_available = Your release version does not support SQLite3, please download the official binary version from %s, NOT the gobuild version.
|
||||
|
@ -192,6 +192,7 @@ min_size_error = ` must contain at least %s characters.`
|
|||
max_size_error = ` must contain at most %s characters.`
|
||||
email_error = ` is not a valid e-mail address.`
|
||||
url_error = ` is not a valid URL.`
|
||||
include_error = ` must contain substring '%s'.`
|
||||
unknown_error = Unknown error:
|
||||
captcha_incorrect = Captcha didn't match.
|
||||
password_not_match = Password and confirm password are not same.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue