🌐 Updated german translations for 3.1 (#511)

This commit is contained in:
Lars Kaltefleiter
2023-06-29 09:05:27 +02:00
committed by GitHub
parent 71704404d0
commit 0d9f33ec4c
34 changed files with 617 additions and 610 deletions

View File

@@ -28,8 +28,8 @@ Dict::Add('DE DE', 'German', 'Deutsch', array(
'UI:Datatables:Language:DisplayLength:All' => 'Alle',
'UI:Datatables:Language:Sort:Ascending' => 'Aktivieren für aufsteigende Sortierung',
'UI:Datatables:Language:Sort:Descending' => 'Aktivieren für absteigende Sortierung',
'UI:Datatables:Column:RowActions:Label' => '~~',
'UI:Datatables:Column:RowActions:Description' => '~~',
'UI:Datatables:RowActions:ConfirmationDialog' => 'Action Confirmation~~',
'UI:Datatables:RowActions:ConfirmationMessage' => 'Do you confirm action ?~~',
'UI:Datatables:Column:RowActions:Label' => '',
'UI:Datatables:Column:RowActions:Description' => '',
'UI:Datatables:RowActions:ConfirmationDialog' => 'Aktion bestätigen',
'UI:Datatables:RowActions:ConfirmationMessage' => 'Möchten Sie diese Aktion ausführen?',
));

View File

@@ -17,10 +17,10 @@
* You should have received a copy of the GNU Affero General Public License
*/
Dict::Add('DE DE', 'German', 'Deutsch', array(
'UI:Modal:Confirmation:DefaultTitle' => 'Confirmation~~',
'UI:Modal:Informative:Title' => 'Informative Modal~~',
'UI:Modal:InformativeError:Title' => 'Error~~',
'UI:Modal:InformativeWarning:Title' => 'Warning~~',
'UI:Modal:InformativeInformation:Title' => 'Information~~',
'UI:Modal:InformativeSuccess:Title' => 'Success~~',
'UI:Modal:Confirmation:DefaultTitle' => 'Bestätigung',
'UI:Modal:Informative:Title' => 'Informations-Modal',
'UI:Modal:InformativeError:Title' => 'Fehler',
'UI:Modal:InformativeWarning:Title' => 'Warnung',
'UI:Modal:InformativeInformation:Title' => 'Information',
'UI:Modal:InformativeSuccess:Title' => 'Erfolgreich',
));