I18n additionals (#125)

* New translation keys

* Updates in src/components

* Updates in src/providers

* remove lable in selector, not needed

---------

Co-authored-by: Lokowitz <marvinlokowitz@gmail.com>
This commit is contained in:
vlalx
2025-06-03 21:10:00 +03:00
committed by GitHub
parent dc6fafba41
commit d768bb163a
16 changed files with 152 additions and 51 deletions

View File

@@ -1063,5 +1063,17 @@
"inviteErrorInvalidConfirmation": "Invalid confirmation",
"passwordRequired": "Password is required",
"allowAll": "Allow All",
"permissionsAllowAll": "Allow All Permissions"
"permissionsAllowAll": "Allow All Permissions",
"githubUsernameRequired": "GitHub username is required",
"supportKeyRequired": "Supporter key is required",
"passwordRequirementsChars": "Password must be at least 8 characters",
"language": "Language",
"verificationCodeRequired": "Code is required",
"userErrorNoUpdate": "No user to update",
"siteErrorNoUpdate": "No site to update",
"resourceErrorNoUpdate": "No resource to update",
"authErrorNoUpdate": "No auth info to update",
"orgErrorNoUpdate": "No org to update",
"orgErrorNoProvided": "No org provided",
"apiKeysErrorNoUpdate": "No API key to update"
}