Browse Source

Task/improve language localization for DE (20260717) (#7362)

* Update translations

* Update changelog
pull/7363/head^2
Thomas Kaul 5 days ago
committed by GitHub
parent
commit
96b6830fe4
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 6
      CHANGELOG.md
  2. 6
      apps/client/src/locales/messages.de.xlf

6
CHANGELOG.md

@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## Unreleased
### Changed
- Improved the language localization for German (`de`)
## 3.28.0 - 2026-07-17 ## 3.28.0 - 2026-07-17
### Changed ### Changed

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

@ -4527,7 +4527,7 @@
</trans-unit> </trans-unit>
<trans-unit id="5761400233881592893" datatype="html"> <trans-unit id="5761400233881592893" datatype="html">
<source>Update Activity</source> <source>Update Activity</source>
<target state="new">Update Activity</target> <target state="translated">Aktivität bearbeiten</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">libs/common/src/lib/routes/routes.ts</context> <context context-type="sourcefile">libs/common/src/lib/routes/routes.ts</context>
<context context-type="linenumber">146</context> <context context-type="linenumber">146</context>
@ -5407,7 +5407,7 @@
</trans-unit> </trans-unit>
<trans-unit id="2375397722199009140" datatype="html"> <trans-unit id="2375397722199009140" datatype="html">
<source>Add Activity</source> <source>Add Activity</source>
<target state="new">Add Activity</target> <target state="translated">Aktivität hinzufügen</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">libs/common/src/lib/routes/routes.ts</context> <context context-type="sourcefile">libs/common/src/lib/routes/routes.ts</context>
<context context-type="linenumber">139</context> <context context-type="linenumber">139</context>
@ -6698,7 +6698,7 @@
</trans-unit> </trans-unit>
<trans-unit id="570056762949632344" datatype="html"> <trans-unit id="570056762949632344" datatype="html">
<source>Clone Activity</source> <source>Clone Activity</source>
<target state="new">Clone Activity</target> <target state="translated">Aktivität kopieren</target>
<context-group purpose="location"> <context-group purpose="location">
<context context-type="sourcefile">libs/common/src/lib/routes/routes.ts</context> <context context-type="sourcefile">libs/common/src/lib/routes/routes.ts</context>
<context context-type="linenumber">134</context> <context context-type="linenumber">134</context>

Loading…
Cancel
Save