chore: Sync translations (#4753)

This commit is contained in:
github-actions[bot]
2025-04-09 20:31:46 +02:00
committed by GitHub
parent d1ed583cc1
commit 935226f8a4
43 changed files with 220 additions and 87 deletions

View File

@ -3,7 +3,6 @@
All strings must have a unique path, even if the same string is declared in two different apps.
This is because Crowdin requires temporarily flattening this file and removing the <app> and <patch> elements.
Strings with new lines must be raw strings where they're wrapped in quotes and new lines are not encoded.
Raw strings still requires escaping embedded double quotes but escaping embedded single quotes is optional.