mirror of
https://github.com/danpros/htmly.git
synced 2026-04-18 19:46:21 +05:30
Add missing lang key
This commit is contained in:
parent
2ee255ade5
commit
f70a9f6584
25 changed files with 409 additions and 1 deletions
|
|
@ -286,3 +286,20 @@ add_user = "Add user"
|
|||
username = "Username"
|
||||
role = "Role"
|
||||
change_password = "Change password"
|
||||
config_mfa = "Configure MFA"
|
||||
mfacode = "MFA Code"
|
||||
verify_code = "Verify the MFA code"
|
||||
verify_password = "Verify current password"
|
||||
manualsetupkey = "You can also manually add the setup key"
|
||||
mfa_error = "MFA code is not correct"
|
||||
disablemfa = "Disable MFA"
|
||||
enable_auto_save = "Enable Auto Save to Drafts"
|
||||
explain_autosave = "When enabled, new posts or pages will automatically be saved as a draft every 60 seconds after you start writing."
|
||||
login_protect_system = "Login protection system"
|
||||
cloudflare_info = "Review Cloudflare's Turnstile documentation: "
|
||||
mfa_config = "Multi Factor Authentication (MFA)"
|
||||
set_mfa_globally = "Set the status of MFA"
|
||||
explain_mfa = "When enabled, MFA is optional for all users. When disabled, no users can use it and it hides the field on the login page."
|
||||
set_version_publicly = "Version Visibility"
|
||||
explain_version = "By default the version of HTMLy is visible publicly in the source code, some bots and bad actors can use this information for bad reasons so some admins may prefer to hide this."
|
||||
focus_mode = "Toggle Focus"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue