Browse Source

Task/improve language localization for de (20260517) (#6891)

* Update translations

* Update changelog
pull/6888/merge
Thomas Kaul 7 days ago
committed by GitHub
parent
commit
873109b75c
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      CHANGELOG.md
  2. 6
      apps/client/src/locales/messages.de.xlf

1
CHANGELOG.md

@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Randomized the placeholder in the assistant - Randomized the placeholder in the assistant
- Enabled the _Bull Dashboard_ in the admin control panel without requiring an environment variable (experimental) - Enabled the _Bull Dashboard_ in the admin control panel without requiring an environment variable (experimental)
- Extracted the page tabs to a reusable component - Extracted the page tabs to a reusable component
- Improved the language localization for German (`de`)
- Upgraded `bull-board` from version `7.0.0` to `7.1.5` - Upgraded `bull-board` from version `7.0.0` to `7.1.5`
### Fixed ### Fixed

6
apps/client/src/locales/messages.de.xlf

@ -439,7 +439,7 @@
</trans-unit> </trans-unit>
<trans-unit id="3973560112150137298" datatype="html"> <trans-unit id="3973560112150137298" datatype="html">
<source>Find an account...</source> <source>Find an account...</source>
<target state="new">Find an account...</target> <target state="translated">Finde ein Konto...</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">libs/ui/src/lib/assistant/assistant.component.ts</context> <context context-type="sourcefile">libs/ui/src/lib/assistant/assistant.component.ts</context>
<context context-type="linenumber">471</context> <context context-type="linenumber">471</context>
@ -6117,7 +6117,7 @@
</trans-unit> </trans-unit>
<trans-unit id="2839679566742557360" datatype="html"> <trans-unit id="2839679566742557360" datatype="html">
<source>Find a holding...</source> <source>Find a holding...</source>
<target state="new">Find a holding...</target> <target state="translated">Finde eine Position...</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">libs/ui/src/lib/assistant/assistant.component.ts</context> <context context-type="sourcefile">libs/ui/src/lib/assistant/assistant.component.ts</context>
<context context-type="linenumber">472</context> <context context-type="linenumber">472</context>
@ -6298,7 +6298,7 @@
</trans-unit> </trans-unit>
<trans-unit id="4943376738492797606" datatype="html"> <trans-unit id="4943376738492797606" datatype="html">
<source>Jump to a page...</source> <source>Jump to a page...</source>
<target state="new">Jump to a page...</target> <target state="translated">Springe zu einer Seite...</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">libs/ui/src/lib/assistant/assistant.component.ts</context> <context context-type="sourcefile">libs/ui/src/lib/assistant/assistant.component.ts</context>
<context context-type="linenumber">473</context> <context context-type="linenumber">473</context>

Loading…
Cancel
Save