We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e0d69e commit 7aca978Copy full SHA for 7aca978
1 file changed
frontend/src/lib/i18n/locales/ja-JP.json
@@ -51,5 +51,7 @@
51
"failedToFetchProvidersTitle": "Failed to load authentication providers. Please check your configuration.",
52
"errorTitle": "An error occurred",
53
"errorSubtitle": "An error occurred while trying to perform this action. Please check the console for more information.",
54
- "forgotPasswordMessage": "You can reset your password by changing the `USERS` environment variable."
+ "forgotPasswordMessage": "You can reset your password by changing the `USERS` environment variable.",
55
+ "fieldRequired": "This field is required",
56
+ "invalidInput": "Invalid input"
57
}
0 commit comments