-
-
Notifications
You must be signed in to change notification settings - Fork 233
New Crowdin updates #269
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New Crowdin updates #269
Changes from all commits
b50ed6e
2adfc04
07983d4
1c83a96
ef31deb
9adc0c8
c5551c4
36435b7
b18a632
17eb5bb
0b3d6de
c24206a
e311885
3af5e2d
a66ca80
0e0d69e
7aca978
06e72f3
4dee90d
102dc88
ecf31a5
af4b322
f175323
e0bf62c
8b29c6b
c9f7414
3b12615
ceb0298
812745c
c74e7b9
bcb8af1
fcadaf0
e0e4087
d40f917
009ea37
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -51,5 +51,7 @@ | |
| "failedToFetchProvidersTitle": "Failed to load authentication providers. Please check your configuration.", | ||
| "errorTitle": "An error occurred", | ||
| "errorSubtitle": "An error occurred while trying to perform this action. Please check the console for more information.", | ||
| "forgotPasswordMessage": "You can reset your password by changing the `USERS` environment variable." | ||
| "forgotPasswordMessage": "You can reset your password by changing the `USERS` environment variable.", | ||
| "fieldRequired": "This field is required", | ||
| "invalidInput": "Invalid input" | ||
|
Comment on lines
+55
to
+56
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 💡 Verification agent ❓ Verification inconclusiveNew validation strings left untranslated
-"fieldRequired": "This field is required",
-"invalidInput": "Invalid input"
+"fieldRequired": "שדה זה הינו חובה",
+"invalidInput": "קלט לא תקין"Confirm wording with a native speaker or the Crowdin translation before merging. Add missing Hebrew translations for validation messages It looks like the Hebrew locale still contains English strings for two validation keys. Please update them in - "fieldRequired": "This field is required",
- "invalidInput": "Invalid input"
+ "fieldRequired": "שדה זה הינו חובה",
+ "invalidInput": "קלט לא תקין"Confirm the exact wording with a native speaker or via Crowdin before merging. 🤖 Prompt for AI Agents |
||
| } | ||
| Original file line number | Diff line number | Diff line change | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -51,5 +51,7 @@ | |||||||||||||
| "failedToFetchProvidersTitle": "Не удалось загрузить провайдеров аутентификации. Пожалуйста, проверьте конфигурацию.", | ||||||||||||||
| "errorTitle": "Произошла ошибка", | ||||||||||||||
| "errorSubtitle": "Произошла ошибка при попытке выполнить это действие. Проверьте консоль для дополнительной информации.", | ||||||||||||||
| "forgotPasswordMessage": "You can reset your password by changing the `USERS` environment variable." | ||||||||||||||
| "forgotPasswordMessage": "You can reset your password by changing the `USERS` environment variable.", | ||||||||||||||
| "fieldRequired": "This field is required", | ||||||||||||||
| "invalidInput": "Invalid input" | ||||||||||||||
|
Comment on lines
+54
to
+56
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 💡 Verification agent ❓ Verification inconclusiveUntranslated English strings in Russian locale Suggested patch: -"forgotPasswordMessage": "You can reset your password by changing the `USERS` environment variable.",
-"fieldRequired": "This field is required",
-"invalidInput": "Invalid input"
+"forgotPasswordMessage": "Вы можете сбросить пароль, изменив переменную окружения `USERS`.",
+"fieldRequired": "Это поле обязательно для заполнения",
+"invalidInput": "Неверный ввод"Provide Russian translations for new keys in ru-RU.json The • File: Suggested patch: -"forgotPasswordMessage": "You can reset your password by changing the `USERS` environment variable.",
-"fieldRequired": "This field is required",
-"invalidInput": "Invalid input"
+"forgotPasswordMessage": "Вы можете сбросить пароль, изменив переменную окружения `USERS`.",
+"fieldRequired": "Это поле обязательно для заполнения",
+"invalidInput": "Неверный ввод"📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||||||||||
| } | ||||||||||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💡 Verification agent
🧩 Analysis chain
Key added with English text in Hebrew locale
"forgotPasswordMessage"is still in English. Provide a Hebrew translation to keep the file fully localized, e.g.:🏁 Script executed:
Length of output: 185
Translate
forgotPasswordMessageto HebrewThe value on line 54 is still in English and needs a Hebrew translation for the
he-ILlocale.File:
frontend/src/lib/i18n/locales/he-IL.jsonLine: 54
Suggested change:
📝 Committable suggestion
🤖 Prompt for AI Agents