Patch #35051
closedGerman translation update for 4.2-stable
Description
Attached you may find latest updates to German localization.
Thanks for considering my patch!
During my translation work, I came across two quirks in en.yml
that I woul dlike to report:
A)
notice_invalid_watcher: "Invalid watcher: User will not receive any notifications because it does not have access to view this object."
I think the term permission
is more appropriate than access
here.
Proposal: "Invalid watcher: User will not receive any notifications because he does not have permission to view this object."
B)
error_attachments_too_many: "This file cannot be uploaded because it exceeds the maximum number of files that can be attached simultaneously (%{max_number_of_files})"
I think the passive form is more appropriate here:
Proposal: "This file cannot be uploaded because the maximum number of files that can be attached simultaneously (%{max_number_of_files}) was exceeded".
Files
Related issues
Updated by Andreas Deininger over 3 years ago
- Copied from Patch #33104: I18N: latest message texts for German language added
Updated by Bernhard Rohloff over 3 years ago
- File i18n_de_fixed.diff i18n_de_fixed.diff added
Overall the translation is very good. I only found one small mistake while reviewing the patch.
notice_invalid_watcher: 'Ungültiger Beobachter: Benutzer wird keine Benachrichtigungen erhalten, da er keine über keine Leseberechtigung für dieses Objekt verfügt.'
... should be corrected to ...
notice_invalid_watcher: 'Ungültiger Beobachter: Benutzer wird keine Benachrichtigungen erhalten, da er keine über keine Leseberechtigung für dieses Objekt verfügt.'
I attach a fixed version of Andreas' patch.
Updated by Go MAEDA over 3 years ago
- Subject changed from I18N: latest message texts for German language to German translation update for 4.2-stable
- Assignee deleted (
Go MAEDA) - Target version set to 4.2.2
Setting the target version to 4.2.2.
Updated by Go MAEDA over 3 years ago
- Status changed from New to Closed
- Assignee set to Go MAEDA
Committed the patch. Thank you for your contribution.