caisse-bliss/var/cache/dev/translations/catalogue.de.nAN03aK.php
2023-06-20 19:14:19 +02:00

523 lines
44 KiB
PHP

<?php
use Symfony\Component\Translation\MessageCatalogue;
$catalogue = new MessageCatalogue('de', array (
'validators' =>
array (
'This value should be false.' => 'Dieser Wert sollte false sein.',
'This value should be true.' => 'Dieser Wert sollte true sein.',
'This value should be of type {{ type }}.' => 'Dieser Wert sollte vom Typ {{ type }} sein.',
'This value should be blank.' => 'Dieser Wert sollte leer sein.',
'The value you selected is not a valid choice.' => 'Sie haben einen ungültigen Wert ausgewählt.',
'You must select at least {{ limit }} choice.|You must select at least {{ limit }} choices.' => 'Sie müssen mindestens {{ limit }} Möglichkeit wählen.|Sie müssen mindestens {{ limit }} Möglichkeiten wählen.',
'You must select at most {{ limit }} choice.|You must select at most {{ limit }} choices.' => 'Sie dürfen höchstens {{ limit }} Möglichkeit wählen.|Sie dürfen höchstens {{ limit }} Möglichkeiten wählen.',
'One or more of the given values is invalid.' => 'Einer oder mehrere der angegebenen Werte sind ungültig.',
'This field was not expected.' => 'Dieses Feld wurde nicht erwartet.',
'This field is missing.' => 'Dieses Feld fehlt.',
'This value is not a valid date.' => 'Dieser Wert entspricht keiner gültigen Datumsangabe.',
'This value is not a valid datetime.' => 'Dieser Wert entspricht keiner gültigen Datums- und Zeitangabe.',
'This value is not a valid email address.' => 'Dieser Wert ist keine gültige E-Mail-Adresse.',
'The file could not be found.' => 'Die Datei wurde nicht gefunden.',
'The file is not readable.' => 'Die Datei ist nicht lesbar.',
'The file is too large ({{ size }} {{ suffix }}). Allowed maximum size is {{ limit }} {{ suffix }}.' => 'Die Datei ist zu groß ({{ size }} {{ suffix }}). Die maximal zulässige Größe beträgt {{ limit }} {{ suffix }}.',
'The mime type of the file is invalid ({{ type }}). Allowed mime types are {{ types }}.' => 'Der Dateityp ist ungültig ({{ type }}). Erlaubte Dateitypen sind {{ types }}.',
'This value should be {{ limit }} or less.' => 'Dieser Wert sollte kleiner oder gleich {{ limit }} sein.',
'This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less.' => 'Diese Zeichenkette ist zu lang. Sie sollte höchstens {{ limit }} Zeichen haben.|Diese Zeichenkette ist zu lang. Sie sollte höchstens {{ limit }} Zeichen haben.',
'This value should be {{ limit }} or more.' => 'Dieser Wert sollte größer oder gleich {{ limit }} sein.',
'This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more.' => 'Diese Zeichenkette ist zu kurz. Sie sollte mindestens {{ limit }} Zeichen haben.|Diese Zeichenkette ist zu kurz. Sie sollte mindestens {{ limit }} Zeichen haben.',
'This value should not be blank.' => 'Dieser Wert sollte nicht leer sein.',
'This value should not be null.' => 'Dieser Wert sollte nicht null sein.',
'This value should be null.' => 'Dieser Wert sollte null sein.',
'This value is not valid.' => 'Dieser Wert ist nicht gültig.',
'This value is not a valid time.' => 'Dieser Wert entspricht keiner gültigen Zeitangabe.',
'This value is not a valid URL.' => 'Dieser Wert ist keine gültige URL.',
'The two values should be equal.' => 'Die beiden Werte sollten identisch sein.',
'The file is too large. Allowed maximum size is {{ limit }} {{ suffix }}.' => 'Die Datei ist zu groß. Die maximal zulässige Größe beträgt {{ limit }} {{ suffix }}.',
'The file is too large.' => 'Die Datei ist zu groß.',
'The file could not be uploaded.' => 'Die Datei konnte nicht hochgeladen werden.',
'This value should be a valid number.' => 'Dieser Wert sollte eine gültige Zahl sein.',
'This file is not a valid image.' => 'Diese Datei ist kein gültiges Bild.',
'This is not a valid IP address.' => 'Dies ist keine gültige IP-Adresse.',
'This value is not a valid language.' => 'Dieser Wert entspricht keiner gültigen Sprache.',
'This value is not a valid locale.' => 'Dieser Wert entspricht keinem gültigen Gebietsschema.',
'This value is not a valid country.' => 'Dieser Wert entspricht keinem gültigen Land.',
'This value is already used.' => 'Dieser Wert wird bereits verwendet.',
'The size of the image could not be detected.' => 'Die Größe des Bildes konnte nicht ermittelt werden.',
'The image width is too big ({{ width }}px). Allowed maximum width is {{ max_width }}px.' => 'Die Bildbreite ist zu groß ({{ width }}px). Die maximal zulässige Breite beträgt {{ max_width }}px.',
'The image width is too small ({{ width }}px). Minimum width expected is {{ min_width }}px.' => 'Die Bildbreite ist zu gering ({{ width }}px). Die erwartete Mindestbreite beträgt {{ min_width }}px.',
'The image height is too big ({{ height }}px). Allowed maximum height is {{ max_height }}px.' => 'Die Bildhöhe ist zu groß ({{ height }}px). Die maximal zulässige Höhe beträgt {{ max_height }}px.',
'The image height is too small ({{ height }}px). Minimum height expected is {{ min_height }}px.' => 'Die Bildhöhe ist zu gering ({{ height }}px). Die erwartete Mindesthöhe beträgt {{ min_height }}px.',
'This value should be the user\'s current password.' => 'Dieser Wert sollte dem aktuellen Benutzerpasswort entsprechen.',
'This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters.' => 'Dieser Wert sollte genau {{ limit }} Zeichen lang sein.|Dieser Wert sollte genau {{ limit }} Zeichen lang sein.',
'The file was only partially uploaded.' => 'Die Datei wurde nur teilweise hochgeladen.',
'No file was uploaded.' => 'Es wurde keine Datei hochgeladen.',
'No temporary folder was configured in php.ini.' => 'Es wurde kein temporärer Ordner in der php.ini konfiguriert oder der temporäre Ordner existiert nicht.',
'Cannot write temporary file to disk.' => 'Kann die temporäre Datei nicht speichern.',
'A PHP extension caused the upload to fail.' => 'Eine PHP-Erweiterung verhinderte den Upload.',
'This collection should contain {{ limit }} element or more.|This collection should contain {{ limit }} elements or more.' => 'Diese Sammlung sollte {{ limit }} oder mehr Elemente beinhalten.|Diese Sammlung sollte {{ limit }} oder mehr Elemente beinhalten.',
'This collection should contain {{ limit }} element or less.|This collection should contain {{ limit }} elements or less.' => 'Diese Sammlung sollte {{ limit }} oder weniger Elemente beinhalten.|Diese Sammlung sollte {{ limit }} oder weniger Elemente beinhalten.',
'This collection should contain exactly {{ limit }} element.|This collection should contain exactly {{ limit }} elements.' => 'Diese Sammlung sollte genau {{ limit }} Element beinhalten.|Diese Sammlung sollte genau {{ limit }} Elemente beinhalten.',
'Invalid card number.' => 'Ungültige Kartennummer.',
'Unsupported card type or invalid card number.' => 'Nicht unterstützter Kartentyp oder ungültige Kartennummer.',
'This is not a valid International Bank Account Number (IBAN).' => 'Dieser Wert ist keine gültige internationale Bankkontonummer (IBAN).',
'This value is not a valid ISBN-10.' => 'Dieser Wert entspricht keiner gültigen ISBN-10.',
'This value is not a valid ISBN-13.' => 'Dieser Wert entspricht keiner gültigen ISBN-13.',
'This value is neither a valid ISBN-10 nor a valid ISBN-13.' => 'Dieser Wert ist weder eine gültige ISBN-10 noch eine gültige ISBN-13.',
'This value is not a valid ISSN.' => 'Dieser Wert ist keine gültige ISSN.',
'This value is not a valid currency.' => 'Dieser Wert ist keine gültige Währung.',
'This value should be equal to {{ compared_value }}.' => 'Dieser Wert sollte gleich {{ compared_value }} sein.',
'This value should be greater than {{ compared_value }}.' => 'Dieser Wert sollte größer als {{ compared_value }} sein.',
'This value should be greater than or equal to {{ compared_value }}.' => 'Dieser Wert sollte größer oder gleich {{ compared_value }} sein.',
'This value should be identical to {{ compared_value_type }} {{ compared_value }}.' => 'Dieser Wert sollte identisch sein mit {{ compared_value_type }} {{ compared_value }}.',
'This value should be less than {{ compared_value }}.' => 'Dieser Wert sollte kleiner als {{ compared_value }} sein.',
'This value should be less than or equal to {{ compared_value }}.' => 'Dieser Wert sollte kleiner oder gleich {{ compared_value }} sein.',
'This value should not be equal to {{ compared_value }}.' => 'Dieser Wert sollte nicht {{ compared_value }} sein.',
'This value should not be identical to {{ compared_value_type }} {{ compared_value }}.' => 'Dieser Wert sollte nicht identisch sein mit {{ compared_value_type }} {{ compared_value }}.',
'The image ratio is too big ({{ ratio }}). Allowed maximum ratio is {{ max_ratio }}.' => 'Das Seitenverhältnis des Bildes ist zu groß ({{ ratio }}). Der erlaubte Maximalwert ist {{ max_ratio }}.',
'The image ratio is too small ({{ ratio }}). Minimum ratio expected is {{ min_ratio }}.' => 'Das Seitenverhältnis des Bildes ist zu klein ({{ ratio }}). Der erwartete Minimalwert ist {{ min_ratio }}.',
'The image is square ({{ width }}x{{ height }}px). Square images are not allowed.' => 'Das Bild ist quadratisch ({{ width }}x{{ height }}px). Quadratische Bilder sind nicht erlaubt.',
'The image is landscape oriented ({{ width }}x{{ height }}px). Landscape oriented images are not allowed.' => 'Das Bild ist im Querformat ({{ width }}x{{ height }}px). Bilder im Querformat sind nicht erlaubt.',
'The image is portrait oriented ({{ width }}x{{ height }}px). Portrait oriented images are not allowed.' => 'Das Bild ist im Hochformat ({{ width }}x{{ height }}px). Bilder im Hochformat sind nicht erlaubt.',
'An empty file is not allowed.' => 'Eine leere Datei ist nicht erlaubt.',
'The host could not be resolved.' => 'Der Hostname konnte nicht aufgelöst werden.',
'This value does not match the expected {{ charset }} charset.' => 'Dieser Wert entspricht nicht dem erwarteten Zeichensatz {{ charset }}.',
'This is not a valid Business Identifier Code (BIC).' => 'Dieser Wert ist keine gültige internationale Bankleitzahl (BIC).',
'Error' => 'Fehler',
'This is not a valid UUID.' => 'Dies ist keine gültige UUID.',
'This value should be a multiple of {{ compared_value }}.' => 'Dieser Wert sollte ein Vielfaches von {{ compared_value }} sein.',
'This Business Identifier Code (BIC) is not associated with IBAN {{ iban }}.' => 'Diese internationale Bankleitzahl (BIC) ist nicht mit der IBAN {{ iban }} assoziiert.',
'This value should be valid JSON.' => 'Dieser Wert sollte gültiges JSON sein.',
'This collection should contain only unique elements.' => 'Diese Sammlung darf keine doppelten Elemente enthalten.',
'This value should be positive.' => 'Diese Zahl sollte positiv sein.',
'This value should be either positive or zero.' => 'Diese Zahl sollte entweder positiv oder 0 sein.',
'This value should be negative.' => 'Diese Zahl sollte negativ sein.',
'This value should be either negative or zero.' => 'Diese Zahl sollte entweder negativ oder 0 sein.',
'This value is not a valid timezone.' => 'Dieser Wert ist keine gültige Zeitzone.',
'This password has been leaked in a data breach, it must not be used. Please use another password.' => 'Dieses Passwort ist Teil eines Datenlecks, es darf nicht verwendet werden.',
'This value should be between {{ min }} and {{ max }}.' => 'Dieser Wert sollte zwischen {{ min }} und {{ max }} sein.',
'This value is not a valid hostname.' => 'Dieser Wert ist kein gültiger Hostname.',
'The number of elements in this collection should be a multiple of {{ compared_value }}.' => 'Die Anzahl an Elementen in dieser Sammlung sollte ein Vielfaches von {{ compared_value }} sein.',
'This value should satisfy at least one of the following constraints:' => 'Dieser Wert sollte eine der folgenden Bedingungen erfüllen:',
'Each element of this collection should satisfy its own set of constraints.' => 'Jedes Element dieser Sammlung sollte seine eigene Menge an Bedingungen erfüllen.',
'This value is not a valid International Securities Identification Number (ISIN).' => 'Dieser Wert ist keine gültige Internationale Wertpapierkennnummer (ISIN).',
'This value should be a valid expression.' => 'Dieser Wert sollte eine gültige Expression sein.',
'This value is not a valid CSS color.' => 'Dieser Wert ist keine gültige CSS-Farbe.',
'This value is not a valid CIDR notation.' => 'Dieser Wert entspricht nicht der CIDR-Notation.',
'The value of the netmask should be between {{ min }} and {{ max }}.' => 'Der Wert der Subnetzmaske sollte zwischen {{ min }} und {{ max }} liegen.',
'This form should not contain extra fields.' => 'Dieses Formular sollte keine zusätzlichen Felder enthalten.',
'The uploaded file was too large. Please try to upload a smaller file.' => 'Die hochgeladene Datei ist zu groß. Versuchen Sie bitte eine kleinere Datei hochzuladen.',
'The CSRF token is invalid. Please try to resubmit the form.' => 'Der CSRF-Token ist ungültig. Versuchen Sie bitte, das Formular erneut zu senden.',
'This value is not a valid HTML5 color.' => 'Dieser Wert ist keine gültige HTML5 Farbe.',
'Please enter a valid birthdate.' => 'Bitte geben Sie ein gültiges Geburtsdatum ein.',
'The selected choice is invalid.' => 'Die Auswahl ist ungültig.',
'The collection is invalid.' => 'Diese Gruppe von Feldern ist ungültig.',
'Please select a valid color.' => 'Bitte geben Sie eine gültige Farbe ein.',
'Please select a valid country.' => 'Bitte wählen Sie ein gültiges Land aus.',
'Please select a valid currency.' => 'Bitte wählen Sie eine gültige Währung aus.',
'Please choose a valid date interval.' => 'Bitte wählen Sie ein gültiges Datumsintervall.',
'Please enter a valid date and time.' => 'Bitte geben Sie ein gültiges Datum samt Uhrzeit ein.',
'Please enter a valid date.' => 'Bitte geben Sie ein gültiges Datum ein.',
'Please select a valid file.' => 'Bitte wählen Sie eine gültige Datei.',
'The hidden field is invalid.' => 'Das versteckte Feld ist ungültig.',
'Please enter an integer.' => 'Bitte geben Sie eine ganze Zahl ein.',
'Please select a valid language.' => 'Bitte wählen Sie eine gültige Sprache.',
'Please select a valid locale.' => 'Bitte wählen Sie eine gültige Locale-Einstellung aus.',
'Please enter a valid money amount.' => 'Bitte geben Sie einen gültigen Geldbetrag ein.',
'Please enter a number.' => 'Bitte geben Sie eine gültige Zahl ein.',
'The password is invalid.' => 'Das Kennwort ist ungültig.',
'Please enter a percentage value.' => 'Bitte geben Sie einen gültigen Prozentwert ein.',
'The values do not match.' => 'Die Werte stimmen nicht überein.',
'Please enter a valid time.' => 'Bitte geben Sie eine gültige Uhrzeit ein.',
'Please select a valid timezone.' => 'Bitte wählen Sie eine gültige Zeitzone.',
'Please enter a valid URL.' => 'Bitte geben Sie eine gültige URL ein.',
'Please enter a valid search term.' => 'Bitte geben Sie einen gültigen Suchbegriff ein.',
'Please provide a valid phone number.' => 'Bitte geben Sie eine gültige Telefonnummer ein.',
'The checkbox has an invalid value.' => 'Das Kontrollkästchen hat einen ungültigen Wert.',
'Please enter a valid email address.' => 'Bitte geben Sie eine gültige E-Mail-Adresse ein.',
'Please select a valid option.' => 'Bitte wählen Sie eine gültige Option.',
'Please select a valid range.' => 'Bitte wählen Sie einen gültigen Bereich.',
'Please enter a valid week.' => 'Bitte geben Sie eine gültige Woche ein.',
),
'security' =>
array (
'An authentication exception occurred.' => 'Es ist ein Fehler bei der Authentifikation aufgetreten.',
'Authentication credentials could not be found.' => 'Es konnten keine Zugangsdaten gefunden werden.',
'Authentication request could not be processed due to a system problem.' => 'Die Authentifikation konnte wegen eines Systemproblems nicht bearbeitet werden.',
'Invalid credentials.' => 'Fehlerhafte Zugangsdaten.',
'Cookie has already been used by someone else.' => 'Cookie wurde bereits von jemand anderem verwendet.',
'Not privileged to request the resource.' => 'Keine Rechte, um die Ressource anzufragen.',
'Invalid CSRF token.' => 'Ungültiges CSRF-Token.',
'No authentication provider found to support the authentication token.' => 'Es wurde kein Authentifizierungs-Provider gefunden, der das Authentifizierungs-Token unterstützt.',
'No session available, it either timed out or cookies are not enabled.' => 'Keine Session verfügbar, entweder ist diese abgelaufen oder Cookies sind nicht aktiviert.',
'No token could be found.' => 'Es wurde kein Token gefunden.',
'Username could not be found.' => 'Der Benutzername wurde nicht gefunden.',
'Account has expired.' => 'Der Account ist abgelaufen.',
'Credentials have expired.' => 'Die Zugangsdaten sind abgelaufen.',
'Account is disabled.' => 'Der Account ist deaktiviert.',
'Account is locked.' => 'Der Account ist gesperrt.',
'Too many failed login attempts, please try again later.' => 'Zu viele fehlgeschlagene Anmeldeversuche, bitte versuchen Sie es später noch einmal.',
'Invalid or expired login link.' => 'Ungültiger oder abgelaufener Anmelde-Link.',
'Too many failed login attempts, please try again in %minutes% minute.' => 'Zu viele fehlgeschlagene Anmeldeversuche, bitte versuchen Sie es in einer Minute noch einmal.',
'Too many failed login attempts, please try again in %minutes% minutes.' => 'Zu viele fehlgeschlagene Anmeldeversuche, bitte versuchen Sie es in %minutes% Minuten noch einmal.',
),
'EasyAdminBundle' =>
array (
'page_title.dashboard' => 'Dashboard',
'page_title.detail' => '%entity_as_string%',
'page_title.edit' => '%entity_label_singular% bearbeiten',
'page_title.index' => '%entity_label_plural%',
'page_title.new' => '%entity_label_singular% erstellen',
'page_title.exception' => 'Fehler',
'datagrid.hidden_results' => 'Einige Ergebnisse können aufgrund fehlender Berechtigungen nicht angezeigt werden.',
'datagrid.no_results' => 'Keine Ergebnisse gefunden.',
'paginator.first' => 'Erste',
'paginator.previous' => 'Zurück',
'paginator.next' => 'Nächste',
'paginator.last' => 'Letzte',
'paginator.counter' => '<strong>%start%</strong> - <strong>%end%</strong> von <strong>%results%</strong>',
'paginator.results' => '{0} Keine Ergebnisse|{1} <strong>1</strong> Ergebnis|]1,Inf] <strong>%count%</strong> Ergebnisse',
'label.true' => 'Ja',
'label.false' => 'Nein',
'label.empty' => 'Leer',
'label.null' => 'Null',
'label.object' => 'PHP-Objekt',
'label.inaccessible' => 'Nicht zugreifbar',
'label.inaccessible.explanation' => 'Es gibt keine Getter-Methode für diese Eigenschaft oder die Eigenschaft ist nicht public',
'label.form.empty_value' => 'kein Wert',
'field.code_editor.view_code' => 'Code anzeigen',
'field.text_editor.view_content' => 'Inhalt anzeigen',
'action.entity_actions' => 'Aktionen',
'action.new' => '%entity_label_singular% erstellen',
'action.search' => 'Suchen',
'action.detail' => 'Anzeigen',
'action.edit' => 'Ändern',
'action.delete' => 'Löschen',
'action.cancel' => 'Abbrechen',
'action.index' => 'Zurück zur Übersicht',
'action.deselect' => 'Auswahl aufheben',
'action.add_new_item' => 'Neues Element hinzufügen',
'action.remove_item' => 'Element entfernen',
'action.choose_file' => 'Datei auswählen',
'action.close' => 'Schließen',
'action.create' => 'Erstellen',
'action.create_and_add_another' => 'Erstellen und weiteres Element hinzufügen',
'action.create_and_continue' => 'Erstellen und weiter bearbeiten',
'action.save' => 'Speichern',
'action.save_and_continue' => 'Speichern und weiter bearbeiten',
'batch_action_modal.title' => 'Möchten Sie die ausgewählten Elemente wirklich verändern?',
'batch_action_modal.content' => 'Diese Aktion kann nicht rückgängig gemacht werden.',
'batch_action_modal.action' => 'Fortfahren',
'delete_modal.title' => 'Soll das Element wirklich gelöscht werden?',
'delete_modal.content' => 'Diese Aktion kann nicht rückgängig gemacht werden.',
'filter.title' => 'Filtern',
'filter.button.clear' => 'Zurücksetzen',
'filter.button.apply' => 'Anwenden',
'filter.label.is_equal_to' => 'ist gleich',
'filter.label.is_not_equal_to' => 'ist nicht gleich',
'filter.label.is_greater_than' => 'ist größer als',
'filter.label.is_greater_than_or_equal_to' => 'ist größer oder gleich',
'filter.label.is_less_than' => 'ist kleiner als',
'filter.label.is_less_than_or_equal_to' => 'ist kleiner oder gleich',
'filter.label.is_between' => 'ist zwischen',
'filter.label.contains' => 'enthält',
'filter.label.not_contains' => 'enthält nicht',
'filter.label.starts_with' => 'beginnt mit',
'filter.label.ends_with' => 'endet mit',
'filter.label.exactly' => 'ist genau',
'filter.label.not_exactly' => 'ist nicht genau',
'filter.label.is_same' => 'ist gleich',
'filter.label.is_not_same' => 'ist nicht gleich',
'filter.label.is_after' => 'ist nach',
'filter.label.is_after_or_same' => 'ist nach oder gleich',
'filter.label.is_before' => 'ist vor',
'filter.label.is_before_or_same' => 'ist vor oder gleich',
'form.are_you_sure' => 'Vorgenommene Änderungen wurden noch nicht gespeichert.',
'form.tab.error_badge_title' => 'Eine ungültige Eingabe|%count% ungültige Eingaben',
'form.slug.confirm_text' => 'Wenn Sie den Slug ändern, kann dies Links auf anderen Seiten beschädigen.',
'user.logged_in_as' => 'Angemeldet als',
'user.unnamed' => 'Unbenannter Benutzer',
'user.anonymous' => 'Anonymer Benutzer',
'user.sign_out' => 'Abmelden',
'user.exit_impersonation' => 'Benutzerimitation verlassen',
'settings.appearance.label' => 'Erscheinungsbild',
'settings.appearance.light' => 'Hell',
'settings.appearance.dark' => 'Dunkel',
'settings.appearance.auto' => 'Automatisch',
'settings.locale' => 'Sprache',
'login_page.username' => 'Benutzername',
'login_page.password' => 'Passwort',
'login_page.sign_in' => 'Login',
'login_page.forgot_password' => 'Passwort vergessen?',
'login_page.remember_me' => 'Beim nächsten Mal automatisch anmelden',
'exception.entity_not_found' => 'Dieses Element ist nicht mehr verfügbar.',
'exception.entity_remove' => 'Dieses Element kann nicht gelöscht werden, weil andere Elemente davon abhängen.',
'exception.forbidden_action' => 'Die gewünschte Aktion kann mit diesem Element nicht ausgeführt werden.',
'exception.insufficient_entity_permission' => 'Sie haben keine Berechtigung, auf dieses Element zuzugreifen.',
'autocomplete.no-results-found' => 'Keine Übereinstimmungen gefunden',
'autocomplete.no-more-results' => 'Keine weiteren Ergebnisse',
'autocomplete.loading-more-results' => 'Lade mehr Ergebnisse…',
),
));
$catalogueEn = new MessageCatalogue('en', array (
'validators' =>
array (
'This value should be false.' => 'This value should be false.',
'This value should be true.' => 'This value should be true.',
'This value should be of type {{ type }}.' => 'This value should be of type {{ type }}.',
'This value should be blank.' => 'This value should be blank.',
'The value you selected is not a valid choice.' => 'The value you selected is not a valid choice.',
'You must select at least {{ limit }} choice.|You must select at least {{ limit }} choices.' => 'You must select at least {{ limit }} choice.|You must select at least {{ limit }} choices.',
'You must select at most {{ limit }} choice.|You must select at most {{ limit }} choices.' => 'You must select at most {{ limit }} choice.|You must select at most {{ limit }} choices.',
'One or more of the given values is invalid.' => 'One or more of the given values is invalid.',
'This field was not expected.' => 'This field was not expected.',
'This field is missing.' => 'This field is missing.',
'This value is not a valid date.' => 'This value is not a valid date.',
'This value is not a valid datetime.' => 'This value is not a valid datetime.',
'This value is not a valid email address.' => 'This value is not a valid email address.',
'The file could not be found.' => 'The file could not be found.',
'The file is not readable.' => 'The file is not readable.',
'The file is too large ({{ size }} {{ suffix }}). Allowed maximum size is {{ limit }} {{ suffix }}.' => 'The file is too large ({{ size }} {{ suffix }}). Allowed maximum size is {{ limit }} {{ suffix }}.',
'The mime type of the file is invalid ({{ type }}). Allowed mime types are {{ types }}.' => 'The mime type of the file is invalid ({{ type }}). Allowed mime types are {{ types }}.',
'This value should be {{ limit }} or less.' => 'This value should be {{ limit }} or less.',
'This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less.' => 'This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less.',
'This value should be {{ limit }} or more.' => 'This value should be {{ limit }} or more.',
'This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more.' => 'This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more.',
'This value should not be blank.' => 'This value should not be blank.',
'This value should not be null.' => 'This value should not be null.',
'This value should be null.' => 'This value should be null.',
'This value is not valid.' => 'This value is not valid.',
'This value is not a valid time.' => 'This value is not a valid time.',
'This value is not a valid URL.' => 'This value is not a valid URL.',
'The two values should be equal.' => 'The two values should be equal.',
'The file is too large. Allowed maximum size is {{ limit }} {{ suffix }}.' => 'The file is too large. Allowed maximum size is {{ limit }} {{ suffix }}.',
'The file is too large.' => 'The file is too large.',
'The file could not be uploaded.' => 'The file could not be uploaded.',
'This value should be a valid number.' => 'This value should be a valid number.',
'This file is not a valid image.' => 'This file is not a valid image.',
'This is not a valid IP address.' => 'This is not a valid IP address.',
'This value is not a valid language.' => 'This value is not a valid language.',
'This value is not a valid locale.' => 'This value is not a valid locale.',
'This value is not a valid country.' => 'This value is not a valid country.',
'This value is already used.' => 'This value is already used.',
'The size of the image could not be detected.' => 'The size of the image could not be detected.',
'The image width is too big ({{ width }}px). Allowed maximum width is {{ max_width }}px.' => 'The image width is too big ({{ width }}px). Allowed maximum width is {{ max_width }}px.',
'The image width is too small ({{ width }}px). Minimum width expected is {{ min_width }}px.' => 'The image width is too small ({{ width }}px). Minimum width expected is {{ min_width }}px.',
'The image height is too big ({{ height }}px). Allowed maximum height is {{ max_height }}px.' => 'The image height is too big ({{ height }}px). Allowed maximum height is {{ max_height }}px.',
'The image height is too small ({{ height }}px). Minimum height expected is {{ min_height }}px.' => 'The image height is too small ({{ height }}px). Minimum height expected is {{ min_height }}px.',
'This value should be the user\'s current password.' => 'This value should be the user\'s current password.',
'This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters.' => 'This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters.',
'The file was only partially uploaded.' => 'The file was only partially uploaded.',
'No file was uploaded.' => 'No file was uploaded.',
'No temporary folder was configured in php.ini.' => 'No temporary folder was configured in php.ini, or the configured folder does not exist.',
'Cannot write temporary file to disk.' => 'Cannot write temporary file to disk.',
'A PHP extension caused the upload to fail.' => 'A PHP extension caused the upload to fail.',
'This collection should contain {{ limit }} element or more.|This collection should contain {{ limit }} elements or more.' => 'This collection should contain {{ limit }} element or more.|This collection should contain {{ limit }} elements or more.',
'This collection should contain {{ limit }} element or less.|This collection should contain {{ limit }} elements or less.' => 'This collection should contain {{ limit }} element or less.|This collection should contain {{ limit }} elements or less.',
'This collection should contain exactly {{ limit }} element.|This collection should contain exactly {{ limit }} elements.' => 'This collection should contain exactly {{ limit }} element.|This collection should contain exactly {{ limit }} elements.',
'Invalid card number.' => 'Invalid card number.',
'Unsupported card type or invalid card number.' => 'Unsupported card type or invalid card number.',
'This is not a valid International Bank Account Number (IBAN).' => 'This is not a valid International Bank Account Number (IBAN).',
'This value is not a valid ISBN-10.' => 'This value is not a valid ISBN-10.',
'This value is not a valid ISBN-13.' => 'This value is not a valid ISBN-13.',
'This value is neither a valid ISBN-10 nor a valid ISBN-13.' => 'This value is neither a valid ISBN-10 nor a valid ISBN-13.',
'This value is not a valid ISSN.' => 'This value is not a valid ISSN.',
'This value is not a valid currency.' => 'This value is not a valid currency.',
'This value should be equal to {{ compared_value }}.' => 'This value should be equal to {{ compared_value }}.',
'This value should be greater than {{ compared_value }}.' => 'This value should be greater than {{ compared_value }}.',
'This value should be greater than or equal to {{ compared_value }}.' => 'This value should be greater than or equal to {{ compared_value }}.',
'This value should be identical to {{ compared_value_type }} {{ compared_value }}.' => 'This value should be identical to {{ compared_value_type }} {{ compared_value }}.',
'This value should be less than {{ compared_value }}.' => 'This value should be less than {{ compared_value }}.',
'This value should be less than or equal to {{ compared_value }}.' => 'This value should be less than or equal to {{ compared_value }}.',
'This value should not be equal to {{ compared_value }}.' => 'This value should not be equal to {{ compared_value }}.',
'This value should not be identical to {{ compared_value_type }} {{ compared_value }}.' => 'This value should not be identical to {{ compared_value_type }} {{ compared_value }}.',
'The image ratio is too big ({{ ratio }}). Allowed maximum ratio is {{ max_ratio }}.' => 'The image ratio is too big ({{ ratio }}). Allowed maximum ratio is {{ max_ratio }}.',
'The image ratio is too small ({{ ratio }}). Minimum ratio expected is {{ min_ratio }}.' => 'The image ratio is too small ({{ ratio }}). Minimum ratio expected is {{ min_ratio }}.',
'The image is square ({{ width }}x{{ height }}px). Square images are not allowed.' => 'The image is square ({{ width }}x{{ height }}px). Square images are not allowed.',
'The image is landscape oriented ({{ width }}x{{ height }}px). Landscape oriented images are not allowed.' => 'The image is landscape oriented ({{ width }}x{{ height }}px). Landscape oriented images are not allowed.',
'The image is portrait oriented ({{ width }}x{{ height }}px). Portrait oriented images are not allowed.' => 'The image is portrait oriented ({{ width }}x{{ height }}px). Portrait oriented images are not allowed.',
'An empty file is not allowed.' => 'An empty file is not allowed.',
'The host could not be resolved.' => 'The host could not be resolved.',
'This value does not match the expected {{ charset }} charset.' => 'This value does not match the expected {{ charset }} charset.',
'This is not a valid Business Identifier Code (BIC).' => 'This is not a valid Business Identifier Code (BIC).',
'Error' => 'Error',
'This is not a valid UUID.' => 'This is not a valid UUID.',
'This value should be a multiple of {{ compared_value }}.' => 'This value should be a multiple of {{ compared_value }}.',
'This Business Identifier Code (BIC) is not associated with IBAN {{ iban }}.' => 'This Business Identifier Code (BIC) is not associated with IBAN {{ iban }}.',
'This value should be valid JSON.' => 'This value should be valid JSON.',
'This collection should contain only unique elements.' => 'This collection should contain only unique elements.',
'This value should be positive.' => 'This value should be positive.',
'This value should be either positive or zero.' => 'This value should be either positive or zero.',
'This value should be negative.' => 'This value should be negative.',
'This value should be either negative or zero.' => 'This value should be either negative or zero.',
'This value is not a valid timezone.' => 'This value is not a valid timezone.',
'This password has been leaked in a data breach, it must not be used. Please use another password.' => 'This password has been leaked in a data breach, it must not be used. Please use another password.',
'This value should be between {{ min }} and {{ max }}.' => 'This value should be between {{ min }} and {{ max }}.',
'This value is not a valid hostname.' => 'This value is not a valid hostname.',
'The number of elements in this collection should be a multiple of {{ compared_value }}.' => 'The number of elements in this collection should be a multiple of {{ compared_value }}.',
'This value should satisfy at least one of the following constraints:' => 'This value should satisfy at least one of the following constraints:',
'Each element of this collection should satisfy its own set of constraints.' => 'Each element of this collection should satisfy its own set of constraints.',
'This value is not a valid International Securities Identification Number (ISIN).' => 'This value is not a valid International Securities Identification Number (ISIN).',
'This value should be a valid expression.' => 'This value should be a valid expression.',
'This value is not a valid CSS color.' => 'This value is not a valid CSS color.',
'This value is not a valid CIDR notation.' => 'This value is not a valid CIDR notation.',
'The value of the netmask should be between {{ min }} and {{ max }}.' => 'The value of the netmask should be between {{ min }} and {{ max }}.',
'This form should not contain extra fields.' => 'This form should not contain extra fields.',
'The uploaded file was too large. Please try to upload a smaller file.' => 'The uploaded file was too large. Please try to upload a smaller file.',
'The CSRF token is invalid. Please try to resubmit the form.' => 'The CSRF token is invalid. Please try to resubmit the form.',
'This value is not a valid HTML5 color.' => 'This value is not a valid HTML5 color.',
'Please enter a valid birthdate.' => 'Please enter a valid birthdate.',
'The selected choice is invalid.' => 'The selected choice is invalid.',
'The collection is invalid.' => 'The collection is invalid.',
'Please select a valid color.' => 'Please select a valid color.',
'Please select a valid country.' => 'Please select a valid country.',
'Please select a valid currency.' => 'Please select a valid currency.',
'Please choose a valid date interval.' => 'Please choose a valid date interval.',
'Please enter a valid date and time.' => 'Please enter a valid date and time.',
'Please enter a valid date.' => 'Please enter a valid date.',
'Please select a valid file.' => 'Please select a valid file.',
'The hidden field is invalid.' => 'The hidden field is invalid.',
'Please enter an integer.' => 'Please enter an integer.',
'Please select a valid language.' => 'Please select a valid language.',
'Please select a valid locale.' => 'Please select a valid locale.',
'Please enter a valid money amount.' => 'Please enter a valid money amount.',
'Please enter a number.' => 'Please enter a number.',
'The password is invalid.' => 'The password is invalid.',
'Please enter a percentage value.' => 'Please enter a percentage value.',
'The values do not match.' => 'The values do not match.',
'Please enter a valid time.' => 'Please enter a valid time.',
'Please select a valid timezone.' => 'Please select a valid timezone.',
'Please enter a valid URL.' => 'Please enter a valid URL.',
'Please enter a valid search term.' => 'Please enter a valid search term.',
'Please provide a valid phone number.' => 'Please provide a valid phone number.',
'The checkbox has an invalid value.' => 'The checkbox has an invalid value.',
'Please enter a valid email address.' => 'Please enter a valid email address.',
'Please select a valid option.' => 'Please select a valid option.',
'Please select a valid range.' => 'Please select a valid range.',
'Please enter a valid week.' => 'Please enter a valid week.',
),
'security' =>
array (
'An authentication exception occurred.' => 'An authentication exception occurred.',
'Authentication credentials could not be found.' => 'Authentication credentials could not be found.',
'Authentication request could not be processed due to a system problem.' => 'Authentication request could not be processed due to a system problem.',
'Invalid credentials.' => 'Invalid credentials.',
'Cookie has already been used by someone else.' => 'Cookie has already been used by someone else.',
'Not privileged to request the resource.' => 'Not privileged to request the resource.',
'Invalid CSRF token.' => 'Invalid CSRF token.',
'No authentication provider found to support the authentication token.' => 'No authentication provider found to support the authentication token.',
'No session available, it either timed out or cookies are not enabled.' => 'No session available, it either timed out or cookies are not enabled.',
'No token could be found.' => 'No token could be found.',
'Username could not be found.' => 'Username could not be found.',
'Account has expired.' => 'Account has expired.',
'Credentials have expired.' => 'Credentials have expired.',
'Account is disabled.' => 'Account is disabled.',
'Account is locked.' => 'Account is locked.',
'Too many failed login attempts, please try again later.' => 'Too many failed login attempts, please try again later.',
'Invalid or expired login link.' => 'Invalid or expired login link.',
'Too many failed login attempts, please try again in %minutes% minute.' => 'Too many failed login attempts, please try again in %minutes% minute.',
'Too many failed login attempts, please try again in %minutes% minutes.' => 'Too many failed login attempts, please try again in %minutes% minutes.',
),
'EasyAdminBundle' =>
array (
'page_title.dashboard' => 'Dashboard',
'page_title.detail' => '%entity_as_string%',
'page_title.edit' => 'Edit %entity_label_singular%',
'page_title.index' => '%entity_label_plural%',
'page_title.new' => 'Create %entity_label_singular%',
'page_title.exception' => 'Error|Errors',
'datagrid.hidden_results' => 'Some results can\'t be displayed because you don\'t have enough permissions',
'datagrid.no_results' => 'No results found.',
'paginator.first' => 'First',
'paginator.previous' => 'Previous',
'paginator.next' => 'Next',
'paginator.last' => 'Last',
'paginator.counter' => '<strong>%start%</strong> - <strong>%end%</strong> of <strong>%results%</strong>',
'paginator.results' => '{0} No results|{1} <strong>1</strong> result|]1,Inf] <strong>%count%</strong> results',
'label.true' => 'Yes',
'label.false' => 'No',
'label.empty' => 'Empty',
'label.null' => 'Null',
'label.object' => 'PHP Object',
'label.inaccessible' => 'Inaccessible',
'label.inaccessible.explanation' => 'Getter method does not exist for this field or the field is not public',
'label.form.empty_value' => 'None',
'field.code_editor.view_code' => 'View code',
'field.text_editor.view_content' => 'View content',
'action.entity_actions' => 'Actions',
'action.new' => 'Add %entity_label_singular%',
'action.search' => 'Search',
'action.detail' => 'Show',
'action.edit' => 'Edit',
'action.delete' => 'Delete',
'action.cancel' => 'Cancel',
'action.index' => 'Back to listing',
'action.deselect' => 'Deselect',
'action.add_new_item' => 'Add a new item',
'action.remove_item' => 'Remove the item',
'action.choose_file' => 'Choose file',
'action.close' => 'Close',
'action.create' => 'Create',
'action.create_and_add_another' => 'Create and add another',
'action.create_and_continue' => 'Create and continue editing',
'action.save' => 'Save changes',
'action.save_and_continue' => 'Save and continue editing',
'batch_action_modal.title' => 'You are going to apply the "%action_name%" action to %num_items% item(s).',
'batch_action_modal.content' => 'There is no undo for this operation.',
'batch_action_modal.action' => 'Proceed',
'delete_modal.title' => 'Do you really want to delete this item?',
'delete_modal.content' => 'There is no undo for this operation.',
'filter.title' => 'Filters',
'filter.button.clear' => 'Clear',
'filter.button.apply' => 'Apply',
'filter.label.is_equal_to' => 'is equal to',
'filter.label.is_not_equal_to' => 'is not equal to',
'filter.label.is_greater_than' => 'is greater than',
'filter.label.is_greater_than_or_equal_to' => 'is greater than or equal to',
'filter.label.is_less_than' => 'is less than',
'filter.label.is_less_than_or_equal_to' => 'is less than or equal to',
'filter.label.is_between' => 'is between',
'filter.label.contains' => 'contains',
'filter.label.not_contains' => 'doesn\'t contain',
'filter.label.starts_with' => 'starts with',
'filter.label.ends_with' => 'ends with',
'filter.label.exactly' => 'exactly',
'filter.label.not_exactly' => 'not exactly',
'filter.label.is_same' => 'is same',
'filter.label.is_not_same' => 'is not same',
'filter.label.is_after' => 'is after',
'filter.label.is_after_or_same' => 'is after or same',
'filter.label.is_before' => 'is before',
'filter.label.is_before_or_same' => 'is before or same',
'form.are_you_sure' => 'You haven\'t saved the changes made on this form.',
'form.tab.error_badge_title' => 'One invalid input|%count% invalid inputs',
'form.slug.confirm_text' => 'If you change the slug, you can break links on other pages.',
'user.logged_in_as' => 'Logged in as',
'user.unnamed' => 'Unnamed User',
'user.anonymous' => 'Anonymous User',
'user.sign_out' => 'Sign out',
'user.exit_impersonation' => 'Exit impersonation',
'settings.appearance.label' => 'Appearance',
'settings.appearance.light' => 'Light',
'settings.appearance.dark' => 'Dark',
'settings.appearance.auto' => 'Auto',
'settings.locale' => 'Language',
'login_page.username' => 'Username',
'login_page.password' => 'Password',
'login_page.sign_in' => 'Sign in',
'login_page.forgot_password' => 'Forgot Your Password?',
'login_page.remember_me' => 'Remember me',
'exception.entity_not_found' => 'This item is no longer available.',
'exception.entity_remove' => 'This item can\'t be deleted because other items depend on it.',
'exception.forbidden_action' => 'The requested action can\'t be performed on this item.',
'exception.insufficient_entity_permission' => 'You don\'t have permission to access this item.',
'autocomplete.no-results-found' => 'No results found',
'autocomplete.no-more-results' => 'No more results',
'autocomplete.loading-more-results' => 'Loading more results…',
),
));
$catalogue->addFallbackCatalogue($catalogueEn);
return $catalogue;