Automated dictionaries synchronization with english reference

This commit is contained in:
Timothee
2024-06-11 17:43:44 +02:00
parent 09a5d7a35f
commit d4b41d892c
158 changed files with 7594 additions and 9938 deletions

View File

@@ -240,9 +240,12 @@ Dict::Add('DE DE', 'German', 'Deutsch', [
'Class:User/Error:LoginMustBeUnique' => 'Login-Namen müssen unterschiedlich sein - "%1s" benutzt diesen Login-Name bereits.',
'Class:User/Error:OrganizationNotAllowed' => 'Diese Organisation ist nicht erlaubt.',
'Class:User/Error:PersonIsMandatory' => 'Der Kontakt muss angegeben werden.',
'Class:User/Error:PortalPowerUserHasInsufficientRights' => 'The Portal power user profile does not give sufficient access rights (another profile must be added)~~',
'Class:User/Error:ProfileNotAllowed' => 'Profil "%1$s" kann nicht hinzugefügt werde, es verhindert den Zugriff auf das Backoffice.',
'Class:User/Error:StatusChangeIsNotAllowed' => 'Statusänderungen sind für den eigenen Benutzer nicht erlaubt.',
'Class:User/Error:UserOrganizationNotAllowed' => 'Das Benutzerkonto gehört nicht zu den für Sie freigegebenen Organisationen',
'Class:User/Warning:NoContactHasImpact' => 'Cautious: there is no Person defined on this User, this prevents access to portals, news notifications and other side effects in back-office~~',
'Class:User/Warning:NoOrganizationMeansFullAccess' => 'No "Allowed Organizations" defined for this user, this means they have access to all organizations~~',
'Class:UserDashboard' => 'Benutzer Dashboard',
'Class:UserDashboard+' => '',
'Class:UserDashboard/Attribute:contents' => 'Inhalt',
@@ -578,6 +581,7 @@ Dict::Add('DE DE', 'German', 'Deutsch', [
'UI:CSVImport:AlertNoSearchCriteria' => 'Bitte wählen Sie mindestens ein Suchkriterium aus.',
'UI:CSVImport:CSVDataPreview' => 'Vorschau der CSV-Daten',
'UI:CSVImport:ClassesSelectOne' => 'Bitte wählen',
'UI:CSVImport:Column' => 'Column %1$s~~',
'UI:CSVImport:CommentsAndHeader' => 'Kommentare und Kopfzeile',
'UI:CSVImport:CustomDateTimeFormat' => 'Angepasstes Format: %1$s',
'UI:CSVImport:CustomDateTimeFormatTooltip' => 'verfügbare Platzhalter:<table>
@@ -639,6 +643,8 @@ Dict::Add('DE DE', 'German', 'Deutsch', [
'UI:CSVImport:Tab:Templates' => 'Templates',
'UI:CSVImport:TextQualifierCharacter' => 'Textkennzeichnungsbuchstabe',
'UI:CSVImport:TreatFirstLineAsHeader' => 'Behandle die erste Zeile als Kopf (Spaltennamen)',
'UI:CSVImport:ViewAllAmbiguousValues' => 'View all ambiguous values~~',
'UI:CSVImport:ViewAllPossibleValues' => 'View all possible values~~',
'UI:CSVImport:idField' => 'ID (Primärer Schlüssel)',
'UI:CSVImportConfirmMessage' => 'Sind Sie sicher, dass Sie dies durchführen möchten?',
'UI:CSVImportConfirmTitle' => 'Bitte bestätigen Sie die Operation',
@@ -1093,6 +1099,7 @@ Wenn Aktionen mit Trigger verknüpft sind, bekommt jede Aktion eine Auftragsnumm
'UI:ObjectArchived' => 'Dieses Objekt wurde archiviert. Bitte aktivieren Sie die Archiv-Modus oder kontaktieren Sie Ihren '.ITOP_APPLICATION_SHORT.'-Administrator.',
'UI:ObjectCouldNotBeWritten' => 'Das Objekt konnte nicht geschrieben werden: %1$s',
'UI:ObjectDoesNotExist' => 'Leider existiert dieses Objekt nicht oder Sie sind nicht berechtigt es einzusehen.',
'UI:ObjectShortcutInsert' => 'Insert Object Shortcut~~',
'UI:OnlyForThisList' => 'Nur für diese Liste',
'UI:OpenDocumentInNewWindow_' => 'Öffnen in neuem Fenster',
'UI:OperationCancelled' => 'Operation abgebrochen',
@@ -1456,11 +1463,4 @@ Wenn Aktionen mit Trigger verknüpft sind, bekommt jede Aktion eine Auftragsnumm
'UI_CountOfObjectsShort' => '%1$d Objekte.',
'portal:backoffice' => ITOP_APPLICATION_SHORT.' Backend',
'portal:legacy_portal' => 'Endbenutzer-Portal',
'Class:User/Error:PortalPowerUserHasInsufficientRights' => 'The Portal power user profile does not give sufficient access rights (another profile must be added)~~',
'Class:User/Warning:NoOrganizationMeansFullAccess' => 'No "Allowed Organizations" defined for this user, this means they have access to all organizations~~',
'Class:User/Warning:NoContactHasImpact' => 'Cautious: there is no Person defined on this User, this prevents access to portals, news notifications and other side effects in back-office~~',
'UI:CSVImport:Column' => 'Column %1$s~~',
'UI:CSVImport:ViewAllPossibleValues' => 'View all possible values~~',
'UI:CSVImport:ViewAllAmbiguousValues' => 'View all ambiguous values~~',
'UI:ObjectShortcutInsert' => 'Insert Object Shortcut~~',
]);