Translations update from Hosted Weblate - #104
Conversation
Currently translated at 100.0% (736 of 736 strings) Translation: Ferrite/Ferrite UI Translate-URL: https://hosted.weblate.org/projects/ferrite/ferrite-ui/de/
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
📝 WalkthroughWalkthroughAdds many German localization entries and reflows long German tooltip/help strings in Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 2
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@locales/de.yaml`:
- Around line 921-933: Fix the two spelling mistakes in the German locale:
change the Pomodoro timer title value "Promodoro-Stoppuhr" to
"Pomodoro-Stoppuhr" (refer to the title key) and correct the rename confirmation
"Umbennenung bestätigen" to "Umbenennung bestätigen" (refer to the
confirm_rename key); update the strings in locales/de.yaml accordingly.
- Around line 203-206: The translation for the key vim_mode_tooltip contains a
typo: change "Tasteturbelegung" to "Tastaturbelegung" in the vim_mode_tooltip
value so the string reads "Vim-Tastaturbelegung..."; update the value for the
vim_mode_tooltip entry to the corrected word without altering other wording or
line breaks.
| vim_mode: Vim-Modus | ||
| vim_mode_tooltip: Vim-Tasteturbelegung mit Normal-, Einfüge- und | ||
| Kommandomodus. Cursorsteuerung mit "hjkl", "i" um einzufügen und mit "Esc" | ||
| zum Normalmodus. |
There was a problem hiding this comment.
Fix typo in Vim tooltip label.
Line 204 contains Tasteturbelegung; this should be Tastaturbelegung.
Proposed text fix
- vim_mode_tooltip: Vim-Tasteturbelegung mit Normal-, Einfüge- und
+ vim_mode_tooltip: Vim-Tastaturbelegung mit Normal-, Einfüge- und 📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| vim_mode: Vim-Modus | |
| vim_mode_tooltip: Vim-Tasteturbelegung mit Normal-, Einfüge- und | |
| Kommandomodus. Cursorsteuerung mit "hjkl", "i" um einzufügen und mit "Esc" | |
| zum Normalmodus. | |
| vim_mode: Vim-Modus | |
| vim_mode_tooltip: Vim-Tastaturbelegung mit Normal-, Einfüge- und | |
| Kommandomodus. Cursorsteuerung mit "hjkl", "i" um einzufügen und mit "Esc" | |
| zum Normalmodus. |
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.
In `@locales/de.yaml` around lines 203 - 206, The translation for the key
vim_mode_tooltip contains a typo: change "Tasteturbelegung" to
"Tastaturbelegung" in the vim_mode_tooltip value so the string reads
"Vim-Tastaturbelegung..."; update the value for the vim_mode_tooltip entry to
the corrected word without altering other wording or line breaks.
| title: Promodoro-Stoppuhr | ||
| work: 'Arbeit: %{time}' | ||
| break_label: 'Pause: %{time}' | ||
| ready: Bereit | ||
| cycles: 'Zyklen: %{count}' | ||
| stop: Stopp | ||
| start_work: mit Arbeit beginnen (25m) | ||
| start_break: Pause nehmen (5m) | ||
| notes: | ||
| title: kurze Notizen | ||
| name_label: 'Name:' | ||
| note_label: 'Notiz:' | ||
| confirm_rename: Umbennenung bestätigen |
There was a problem hiding this comment.
Correct user-facing typos in Pomodoro/rename strings.
Line 921 (Promodoro) and Line 933 (Umbennenung) contain spelling errors.
Proposed text fix
- title: Promodoro-Stoppuhr
+ title: Pomodoro-Stoppuhr
...
- confirm_rename: Umbennenung bestätigen
+ confirm_rename: Umbenennung bestätigen📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| title: Promodoro-Stoppuhr | |
| work: 'Arbeit: %{time}' | |
| break_label: 'Pause: %{time}' | |
| ready: Bereit | |
| cycles: 'Zyklen: %{count}' | |
| stop: Stopp | |
| start_work: mit Arbeit beginnen (25m) | |
| start_break: Pause nehmen (5m) | |
| notes: | |
| title: kurze Notizen | |
| name_label: 'Name:' | |
| note_label: 'Notiz:' | |
| confirm_rename: Umbennenung bestätigen | |
| title: Pomodoro-Stoppuhr | |
| work: 'Arbeit: %{time}' | |
| break_label: 'Pause: %{time}' | |
| ready: Bereit | |
| cycles: 'Zyklen: %{count}' | |
| stop: Stopp | |
| start_work: mit Arbeit beginnen (25m) | |
| start_break: Pause nehmen (5m) | |
| notes: | |
| title: kurze Notizen | |
| name_label: 'Name:' | |
| note_label: 'Notiz:' | |
| confirm_rename: Umbenennung bestätigen |
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.
In `@locales/de.yaml` around lines 921 - 933, Fix the two spelling mistakes in the
German locale: change the Pomodoro timer title value "Promodoro-Stoppuhr" to
"Pomodoro-Stoppuhr" (refer to the title key) and correct the rename confirmation
"Umbennenung bestätigen" to "Umbenennung bestätigen" (refer to the
confirm_rename key); update the strings in locales/de.yaml accordingly.
Currently translated at 99.5% (736 of 739 strings) Translation: Ferrite/Ferrite UI Translate-URL: https://hosted.weblate.org/projects/ferrite/ferrite-ui/ja/
Currently translated at 100.0% (739 of 739 strings) Translation: Ferrite/Ferrite UI Translate-URL: https://hosted.weblate.org/projects/ferrite/ferrite-ui/de/
Translations update from Hosted Weblate for Ferrite/Ferrite UI.
Current translation status:
Summary by CodeRabbit