Approval.

This commit is contained in:
Joshua Ramon Enslin 2022-11-18 00:52:49 +00:00 committed by md translation bot
commit f4dbfcc5bf
3 changed files with 98 additions and 0 deletions

34
de/csvxml-overview.php Normal file
View File

@ -0,0 +1,34 @@
<?PHP
$csvxml_overview['upload'] = 'Hochladen';
$csvxml_overview['select_csv_file_for_upload'] = 'Bitte wählen Sie eine CSV Datei als Basis zum Erstellen von XML Dateien';
$csvxml_overview['currently_approved_tags'] = 'Derzeit zum Import verfügbare Tags / Felder';
$csvxml_overview['object_base_data'] = 'Objekt-Basisdaten';
$csvxml_overview['download_csv_all'] = 'CSV-Vorlage mit allen Feldern runterladen';
$csvxml_overview['download_csv_by_selection'] = 'CSV-Vorlage auf Basis der Auswahl herunterladen';
$csvxml_overview['select_required_fields'] = 'Pflichtfelder auswählen';
$csvxml_overview['select_all_fields'] = 'Alle Felder auswählen';
$csvxml_overview['unset_selection'] = 'Auswahl entfernen';
$csvxml_overview['certainty'] = 'Sicher / Unsicher';
$csvxml_overview['image_filename'] = 'Bilddateiname';
$csvxml_overview['file_format'] = 'Dateiformat';
$csvxml_overview['validation_errors'] = 'Validierungsfehler';
$csvxml_overview['errors_parsing'] = 'Parsing-Fehler';
$csvxml_overview['errors_mandatoryTags'] = 'Fehlende Pflichtfelder';
$csvxml_overview['errors_duplicateInvNos'] = 'Doppelte Inventarnummern';
$csvxml_overview['errors_dependentColumns'] = 'Spaltenabhängigkeiten nicht berücksichtigt';
$csvxml_overview['errors_controlledLists'] = 'Kontrollierte Werte';
$csvxml_overview['errors_mainImageResource'] = 'Fehlende Haupt-Bilder oder Ressourcen';
$csvxml_overview['allowed_values'] = 'Zugelassene Werte';
$csvxml_overview['privacy_policy'] = 'Datenschutzerklärung';
$csvxml_overview['contact'] = 'Kontakt';
$csvxml_overview['news'] = 'Neuigkeiten';
$csvxml_overview['imprint'] = 'Impressum';
$csvxml_overview['about'] = 'Über';
$csvxml_overview['help_where_am_i'] = 'Wo bin ich hier?';
$csvxml_overview['help_where_am_i_content'] = 'CSVXML ist ein Werkzeug um Objektdaten, die im sogenannten CSV-Format vorliegen in ein XML-Format zu übertragen. Mehr noch: Es ist ein Prüfprogramm, mit welchem das Vorhandensein von für den Import bei museum-digital verpflichtenden Informationen und die Berücksichtigung von Abhängigkeiten getestet werden kann. Nach jeder Prüfung gibt das Programm Auskunft, wo Nachbesserungen nötig sind. Werden diese berücksichtigt, so kann am Ende des Prüfprozesses eine ZIP-Datei vom Programm erstellt werden, die zu jedem Objekt eine XML-Datei enthält, die jeweils in einer Form und Vollständigkeit vorliegt, dass ein direkter Import nach museum-digital möglich wird.
Eine CSV-Datei mit den für den Import erlaubten Datenfeldern kann unten generiert werden.';
$csvxml_overview['help_what_is_csv'] = 'Was heißt CSV?';
$csvxml_overview['help_what_is_csv_content'] = 'CSV steht für Comma Separated Value. Es handelt sich dabei um ein Dateiformat, mit dem tabellarische Informationen in einer reinen Textdatei ausgedrückt werden können, und wird auch von den meisten Tabellenkalkulationsprogrammen wie Excel und LibreOffice Calc unterstützt. Während nach der ursprünglichen Definition des Standards nur eine ASCii-Kodierung der Daten erlaubt war, zeigte sich im Laufe der Jahre, dass die Benutzung breiterer Kodierungen wie UTF-8 in der Praxis nötig ist. Ebenso lassen sich in den meisten Kalkulationsprogrammen Semikola oder andere Trennzeichen statt eines Kommas setzen. CSV ist keinesfalls identisch mit Standard-Excel-Dateien. Jedoch kann jede Excel-Datei über „Speichern unter …“ als CSV-Datei gespeichert werden.';
$csvxml_overview['help_how_to_format_csv'] = 'Wie muss das CSV geformt sein?';
$csvxml_overview['help_how_to_format_csv_content'] = 'Damit CSVXML mit einer CSV-Datei umgehen kann und importierbare Daten generieren kann, muss die CSV-Datei in passender Form heraufgeladen werden. Dazu gehört vor allem, dass Semikola als Trennzeichen und doppelte Anführungsstriche als Delimiter ausgewählt sein müssen. Die enthaltenen Daten müssen in der Kodierung UTF-8 vorliegen, sonst erscheinen z.B. im XML statt Umlauten unerwartete Zeichen. Neuere Excel-Versionen erlauben im Dialog „Speichern unter“ die Auswahl „CSV UTF-8 (durch Trennzeichen getrennt) (*.csv)“. Hierüber können Sie ihre ursprüngliche Excel-Datei im für CSVXML passenden Format speichern. LibreOffice Calc bietet eine äquivalente Option.';

32
en/csvxml-overview.php Normal file
View File

@ -0,0 +1,32 @@
<?PHP
$csvxml_overview['upload'] = 'Upload';
$csvxml_overview['select_csv_file_for_upload'] = 'Please select a CSV file to create XML files';
$csvxml_overview['currently_approved_tags'] = 'Currently approved tags (column names) for md:import';
$csvxml_overview['object_base_data'] = 'Basic Object Fields';
$csvxml_overview['download_csv_all'] = 'Download CSV template with all fields';
$csvxml_overview['download_csv_by_selection'] = 'Download CSV template based on selection';
$csvxml_overview['select_required_fields'] = 'Select required fields';
$csvxml_overview['select_all_fields'] = 'Select all fields';
$csvxml_overview['unset_selection'] = 'Unset selection';
$csvxml_overview['certainty'] = 'Certain / Uncertain';
$csvxml_overview['image_filename'] = 'Image file name';
$csvxml_overview['file_format'] = 'File format';
$csvxml_overview['validation_errors'] = 'Validation errors';
$csvxml_overview['errors_parsing'] = 'Parse errors';
$csvxml_overview['errors_mandatoryTags'] = 'Missing mandatory tags';
$csvxml_overview['errors_duplicateInvNos'] = 'Duplicate inventory numbers';
$csvxml_overview['errors_dependentColumns'] = 'Column dependencies unresolved';
$csvxml_overview['errors_controlledLists'] = 'Controlled lists';
$csvxml_overview['errors_mainImageResource'] = 'Missing main images or resources';
$csvxml_overview['allowed_values'] = 'Allowed values';
$csvxml_overview['privacy_policy'] = 'Privacy policy';
$csvxml_overview['contact'] = 'Contact';
$csvxml_overview['news'] = 'News';
$csvxml_overview['imprint'] = 'Imprint';
$csvxml_overview['about'] = 'About';
$csvxml_overview['help_where_am_i'] = 'What is this page for?';
$csvxml_overview['help_where_am_i_content'] = 'In its most simple usage, CSVXML is a tool for generating XML files from a given CSV table. It comes with a validation tool for checking the validity of the data against the standard import format at museum-digital, e.g. in terms of the availability of required fields and dependencies between fields. After the validation, a ZIP file containing one XML file per object is generated. If the validation proceeded without errors, these XML files can be imported to museum-digital without any further issues. A sample CSV file formatted according to the standard format for imports at museum-digital can be generated below.';
$csvxml_overview['help_what_is_csv'] = 'What is CSV?';
$csvxml_overview['help_what_is_csv_content'] = 'CSV is the abbreviation for „Comma Separated Value“. It describes a file format for expressing tabular information in plain text files, that is supported by most table calculation programms such as MS Excel and LibreOffice Calc. It is thus a useful choice for quickly generating and sharing semi-structured data that can be further processed by other programms.';
$csvxml_overview['help_how_to_format_csv'] = 'How to format CSV files for CSVXML?';
$csvxml_overview['help_how_to_format_csv_content'] = 'CSVXML first of all requires CSV file using semicolons as a separator and double quotation marks as a delimiter. For generating actually importable data, it is advisable to save the CSV file in UTF-8 rather than the standard-conformant ASCII. Both current versions of MS Excel and LibreOffice Calc support export options for exporting CSV files using UTF-8 encoding.';

32
hu/csvxml-overview.php Normal file
View File

@ -0,0 +1,32 @@
<?PHP
$csvxml_overview['upload'] = 'Feltöltés';
$csvxml_overview['select_csv_file_for_upload'] = 'Please select a CSV file to create XML files';
$csvxml_overview['currently_approved_tags'] = 'Jelenleg jóváhagyott címkék (oszlopnevek) az md:importhoz';
$csvxml_overview['object_base_data'] = 'Alapvető mezők';
$csvxml_overview['download_csv_all'] = 'Download CSV template with all fields';
$csvxml_overview['download_csv_by_selection'] = 'Download CSV template based on selection';
$csvxml_overview['select_required_fields'] = 'Kötelező mezők kijelölése';
$csvxml_overview['select_all_fields'] = 'Összes mező kijelölés';
$csvxml_overview['unset_selection'] = 'Kijelölés megszüntetése';
$csvxml_overview['certainty'] = 'Egzakt / Nem egzakt';
$csvxml_overview['image_filename'] = 'Kép file neve ';
$csvxml_overview['file_format'] = 'Kiterjesztés';
$csvxml_overview['validation_errors'] = 'Validation errors';
$csvxml_overview['errors_parsing'] = 'Parse errors';
$csvxml_overview['errors_mandatoryTags'] = 'Missing mandatory tags';
$csvxml_overview['errors_duplicateInvNos'] = 'Duplicate inventory numbers';
$csvxml_overview['errors_dependentColumns'] = 'Column dependencies unresolved';
$csvxml_overview['errors_controlledLists'] = 'Controlled lists';
$csvxml_overview['errors_mainImageResource'] = 'Missing main images or resources';
$csvxml_overview['allowed_values'] = 'Allowed values';
$csvxml_overview['privacy_policy'] = 'Privacy policy';
$csvxml_overview['contact'] = 'Contact';
$csvxml_overview['news'] = 'News';
$csvxml_overview['imprint'] = 'Imprint';
$csvxml_overview['about'] = 'About';
$csvxml_overview['help_where_am_i'] = 'What is this page for?';
$csvxml_overview['help_where_am_i_content'] = 'In its most simple usage, CSVXML is a tool for generating XML files from a given CSV table. It comes with a validation tool for checking the validity of the data against the standard import format at museum-digital, e.g. in terms of the availability of required fields and dependencies between fields. After the validation, a ZIP file containing one XML file per object is generated. If the validation proceeded without errors, these XML files can be imported to museum-digital without any further issues. A sample CSV file formatted according to the standard format for imports at museum-digital can be generated below.';
$csvxml_overview['help_what_is_csv'] = 'What is CSV?';
$csvxml_overview['help_what_is_csv_content'] = 'CSV is the abbreviation for „Comma Separated Value“. It describes a file format for expressing tabular information in plain text files, that is supported by most table calculation programms such as MS Excel and LibreOffice Calc. It is thus a useful choice for quickly generating and sharing semi-structured data that can be further processed by other programms.';
$csvxml_overview['help_how_to_format_csv'] = 'How to format CSV files for CSVXML?';
$csvxml_overview['help_how_to_format_csv_content'] = 'CSVXML first of all requires CSV file using semicolons as a separator and double quotation marks as a delimiter. For generating actually importable data, it is advisable to save the CSV file in UTF-8 rather than the standard-conformant ASCII. Both current versions of MS Excel and LibreOffice Calc support export options for exporting CSV files using UTF-8 encoding.';