Translations update from Hosted Weblate#196
Conversation
8245dad to
1f8627c
Compare
|
Note Reviews pausedIt looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the Use the following commands to manage reviews:
Use the checkboxes below for quick actions:
📝 WalkthroughWalkthroughFour i18n locale files receive updates. Both Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Comment |
34ea233 to
4252066
Compare
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@i18n/lv.json`:
- Around line 4-5: Replace the English literals for the "password" and "title"
keys in the lv.json file with their Latvian translations. Currently these keys
have English values ("Password" and "Title") which are not appropriate for a
Latvian locale file. Update both key-value pairs to use proper Latvian language
translations instead of the English placeholders.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro Plus
Run ID: c89a6810-ab70-4aac-b619-cf2770f3c395
📒 Files selected for processing (3)
i18n/lv.jsoni18n/nl.jsoni18n/sv.json
✅ Files skipped from review due to trivial changes (1)
- i18n/sv.json
81ea258 to
fd1d58a
Compare
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@i18n/sk.json`:
- Line 10: Fix the Slovak language typos and grammatical errors in the
i18n/sk.json file. In the "checkAdress" key on line 10, correct "nieje" to
proper Slovak, fix "instanciou" to the correct spelling, and ensure proper
capitalization (remove uppercase letters mid-sentence and ensure
status/descriptive words start with lowercase where appropriate). Apply the same
corrections to the string on line 22 that has similar language issues. Ensure
all user-facing strings follow proper Slovak grammar and capitalization
conventions.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro Plus
Run ID: ef451a3a-6629-4fd1-98ec-56eed0857583
📒 Files selected for processing (4)
i18n/lv.jsoni18n/nl.jsoni18n/sk.jsoni18n/sv.json
✅ Files skipped from review due to trivial changes (3)
- i18n/lv.json
- i18n/sv.json
- i18n/nl.json
| "changeServer": "Zmeniť server", | ||
| "manually": { | ||
| "authenticationRequired": "Potrebné potvrdenie", | ||
| "checkAdress": "Tento Server pravdepodobne nieje instanciou evcc. Prosím skontrolujte adresu.", |
There was a problem hiding this comment.
📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win
Fix Slovak copy typos/casing in user-facing strings.
There are visible language issues in Line 10 and Line 22 that will ship directly to UI (nieje, instanciou, uppercase mid-sentence, lowercase status start). Please normalize these strings.
✍️ Suggested translation cleanup
- "checkAdress": "Tento Server pravdepodobne nieje instanciou evcc. Prosím skontrolujte adresu.",
+ "checkAdress": "Tento server pravdepodobne nie je inštanciou evcc. Prosím, skontrolujte adresu.",
@@
- "scanning": "zisťuje sa..."
+ "scanning": "Zisťuje sa..."Also applies to: 22-22
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@i18n/sk.json` at line 10, Fix the Slovak language typos and grammatical
errors in the i18n/sk.json file. In the "checkAdress" key on line 10, correct
"nieje" to proper Slovak, fix "instanciou" to the correct spelling, and ensure
proper capitalization (remove uppercase letters mid-sentence and ensure
status/descriptive words start with lowercase where appropriate). Apply the same
corrections to the string on line 22 that has similar language issues. Ensure
all user-facing strings follow proper Slovak grammar and capitalization
conventions.
Currently translated at 100.0% (31 of 31 strings) Co-authored-by: jivonl <github@jivo.nl> Translate-URL: https://hosted.weblate.org/projects/evcc/app/nl/ Translation: evcc/app
Currently translated at 100.0% (31 of 31 strings) Co-authored-by: Jonas Gate <tidy.koala8317@brot.se> Translate-URL: https://hosted.weblate.org/projects/evcc/app/sv/ Translation: evcc/app
Currently translated at 100.0% (31 of 31 strings) Translated using Weblate (Latvian) Currently translated at 0.0% (0 of 31 strings) Added translation using Weblate (Latvian) Co-authored-by: shpokas <ivars.strazdins@gmail.com> Translate-URL: https://hosted.weblate.org/projects/evcc/app/lv/ Translation: evcc/app
Currently translated at 100.0% (31 of 31 strings) Translated using Weblate (Slovak) Currently translated at 100.0% (31 of 31 strings) Co-authored-by: aaronchase64 <kiko64@gmail.com> Translate-URL: https://hosted.weblate.org/projects/evcc/app/sk/ Translation: evcc/app
Currently translated at 87.0% (27 of 31 strings) Co-authored-by: Łukasz Jernaś <deejay1@srem.org> Translate-URL: https://hosted.weblate.org/projects/evcc/app/pl/ Translation: evcc/app
fd1d58a to
ed790a5
Compare
Translations update from Hosted Weblate for evcc/app.
Current translation status:
Summary by CodeRabbit