Approval.

This commit is contained in:
Joshua Ramon Enslin 2023-09-14 14:06:32 +00:00 committed by md translation bot
parent 4f6104ce79
commit 02c6c91ed2
5 changed files with 42 additions and 7 deletions

View File

@ -1,9 +1,9 @@
<?PHP <?PHP
declare(strict_types = 1); declare(strict_types = 1);
$quality_web = array ( $quality_web = array (
'puqi' => 'Publication Quality Index (PuQI)', 'puqi' => 'Publikations-Qualitäts-Index (PuQI)',
'plausi' => 'Plausibility Check', 'plausi' => 'Plausibilitäts-Check',
'plausi_legal' => 'Plausibility Check for License Status of Images / Representations', 'plausi_legal' => 'Plausibilitäts-Check für Rechteangaben von Objektabbildungen',
'puqi_explica' => 'The publication quality index measures the completeness and suitability of an object record\'s publishable information. For example, feedback is given on the availability of an object title and a tags. Objects\' descriptions are checked for their length; and linked images\' license status is evaluated. Based on these evaluations, a quantitative score is provided to be able to roughly measure the completeness and quality of an object record for publication.', 'puqi_explica' => 'The publication quality index measures the completeness and suitability of an object record\'s publishable information. For example, feedback is given on the availability of an object title and a tags. Objects\' descriptions are checked for their length; and linked images\' license status is evaluated. Based on these evaluations, a quantitative score is provided to be able to roughly measure the completeness and quality of an object record for publication.',
'plausi_explica' => 'During this check, the objects\' events (production, usage, etc.) are checked for their logical coherence based on the provided times and actors. For example, a bike that has been produced in 1950 cannot have been used in 1870. Similarly, a photograph showing Ice-T (born 1958) cannot have been taken in 1920.', 'plausi_explica' => 'During this check, the objects\' events (production, usage, etc.) are checked for their logical coherence based on the provided times and actors. For example, a bike that has been produced in 1950 cannot have been used in 1870. Similarly, a photograph showing Ice-T (born 1958) cannot have been taken in 1920.',
'plausi_explica_2' => 'If such a logical inconsistency between or different events in the object\'s history is detected, a warning will be provided.', 'plausi_explica_2' => 'If such a logical inconsistency between or different events in the object\'s history is detected, a warning will be provided.',
@ -21,4 +21,11 @@ $quality_web = array (
'puqi_notices' => 'PuQI-Meldungen', 'puqi_notices' => 'PuQI-Meldungen',
'types_of_evaluations' => 'Arten von Prüfungen', 'types_of_evaluations' => 'Arten von Prüfungen',
'see' => 'Siehe', 'see' => 'Siehe',
'step' => 'Schritt',
'select_import_format' => 'Ein Import-Format auswählen',
'upload_a_file' => 'Eine Datei hochladen',
'select_file_for_upload' => 'Datei zum Hochladen auswählen',
'alt_paste_text' => 'Oder einen Objekteintrag als Text einfügen',
'text' => 'Text',
'submit' => 'Abschicken',
); );

View File

@ -20,5 +20,12 @@ $quality_web = array (
'plausibility_warnings_licenses' => 'Plausibility Check for Image Licenses: Warnings', 'plausibility_warnings_licenses' => 'Plausibility Check for Image Licenses: Warnings',
'puqi_notices' => 'PuQI Messages', 'puqi_notices' => 'PuQI Messages',
'types_of_evaluations' => 'Types of Evaluations', 'types_of_evaluations' => 'Types of Evaluations',
'see' => 'Siehe', 'see' => 'See',
'step' => 'Step',
'select_import_format' => 'Select an import format',
'upload_a_file' => 'Upload a file',
'select_file_for_upload' => 'Select a file for upload',
'alt_paste_text' => 'Or Paste the Object Record in Plain Text',
'text' => 'Text',
'submit' => 'Submit',
); );

View File

@ -20,5 +20,12 @@ $quality_web = array (
'plausibility_warnings_licenses' => 'Plausibility Check for Image Licenses: Warnings', 'plausibility_warnings_licenses' => 'Plausibility Check for Image Licenses: Warnings',
'puqi_notices' => 'PuQI Messages', 'puqi_notices' => 'PuQI Messages',
'types_of_evaluations' => 'Types of Evaluations', 'types_of_evaluations' => 'Types of Evaluations',
'see' => 'Siehe', 'see' => 'See',
'step' => 'Step',
'select_import_format' => 'Select an import format',
'upload_a_file' => 'Upload a file',
'select_file_for_upload' => 'Select a file for upload',
'alt_paste_text' => 'Or Paste the Object Record in Plain Text',
'text' => 'Text',
'submit' => 'Submit',
); );

View File

@ -20,5 +20,12 @@ $quality_web = array (
'plausibility_warnings_licenses' => 'Plausibility Check for Image Licenses: Warnings', 'plausibility_warnings_licenses' => 'Plausibility Check for Image Licenses: Warnings',
'puqi_notices' => 'PuQI Messages', 'puqi_notices' => 'PuQI Messages',
'types_of_evaluations' => 'Types of Evaluations', 'types_of_evaluations' => 'Types of Evaluations',
'see' => 'Siehe', 'see' => 'See',
'step' => 'Step',
'select_import_format' => 'Select an import format',
'upload_a_file' => 'Upload a file',
'select_file_for_upload' => 'Select a file for upload',
'alt_paste_text' => 'Or Paste the Object Record in Plain Text',
'text' => 'Text',
'submit' => 'Submit',
); );

View File

@ -20,5 +20,12 @@ $quality_web = array (
'plausibility_warnings_licenses' => 'Plausibility Check for Image Licenses: Warnings', 'plausibility_warnings_licenses' => 'Plausibility Check for Image Licenses: Warnings',
'puqi_notices' => 'PuQI Messages', 'puqi_notices' => 'PuQI Messages',
'types_of_evaluations' => 'Types of Evaluations', 'types_of_evaluations' => 'Types of Evaluations',
'see' => 'Siehe', 'see' => 'See',
'step' => 'Step',
'select_import_format' => 'Select an import format',
'upload_a_file' => 'Upload a file',
'select_file_for_upload' => 'Select a file for upload',
'alt_paste_text' => 'Or Paste the Object Record in Plain Text',
'text' => 'Text',
'submit' => 'Submit',
); );