Compare commits

..

4 Commits

Author SHA1 Message Date
c0dfefe30e Approval. 2025-03-03 16:44:21 +00:00
f44573d278 Approval. 2025-02-12 23:21:45 +00:00
c02e2700b1 Approval. 2025-02-11 01:02:12 +00:00
5c8a83bcdb Approval. 2025-01-31 22:19:54 +00:00
4 changed files with 148 additions and 34 deletions

38
kn/concordance.php Normal file
View File

@@ -0,0 +1,38 @@
<?PHP
declare(strict_types = 1);
$concordance = array (
'concordance_checker' => 'Concordance checker',
'MDConcActor' => 'Actor roles (to event types)',
'MDConcCheckTypes' => 'Types of checks performed on an object',
'MDConcCloserLocationTypes' => 'Types of closer location data in the object context',
'MDConcColors' => 'Colors',
'MDConcCurrencies' => 'Currencies',
'MDConcDamageTypes' => 'Damage types',
'MDConcEntryTypes' => 'Entry types ("how did an object enter a museum collection?")',
'MDConcEventTypes' => 'Event types',
'MDConcLanguages' => 'Languages',
'MDConcLengths' => 'Length units',
'MDConcLicenses' => 'Licenses',
'MDConcLoanTypes' => 'Loan types',
'MDConcMarkingPosition' => 'Marking positions (e.g. "where was the object stamped?")',
'MDConcMarkingType' => 'Marking types (e.g. stamped, scratched, etc.)',
'MDConcMeasurementTypes' => 'Measurement types (width, height, etc.)',
'MDConcObjectForms' => 'Shapes of objects',
'MDConcObjectTagRelTypes' => 'Relation type between object and a tag (e.g. "material", "display subject")',
'MDConcOwnershipStatus' => 'Ownership status',
'MDConcPlace' => 'Place roles (to event types)',
'MDConcSex' => 'Gender / Sex',
'MDConcSourceTypes' => 'Source / literature types',
'MDConcTime' => 'Time roles (to event types)',
'MDConcTitleTypes' => 'Types of additional object names',
'MDConcWeights' => 'Weight units',
'intro' => 'When importing to museum-digital one may encounter errors of entries not yet matched to what is a controlled lists at museum-digital. With this tool one can paste a list of terms in a given field and check their availability in the concordance lists. For entries that are not yet present in the concordance lists one can then select the matching target entry at museum-digital and generate the necessary code snippet to enter the newly matched entries into the concordance lists. The generated code snipped should be send to the museum-digital team.',
'one_line_per_entry' => 'Please enter one line per entry.',
'submit' => 'Submit',
'generate_code_snippet' => 'Generate code snippet',
'passed' => 'Passed',
'not_yet_matched' => 'Not yet matched',
'input' => 'Input',
'match' => 'Match',
'select_your_match' => 'Select your match',
);

38
ta/concordance.php Normal file
View File

@@ -0,0 +1,38 @@
<?PHP
declare(strict_types = 1);
$concordance = array (
'concordance_checker' => 'Concordance checker',
'MDConcActor' => 'Actor roles (to event types)',
'MDConcCheckTypes' => 'Types of checks performed on an object',
'MDConcCloserLocationTypes' => 'Types of closer location data in the object context',
'MDConcColors' => 'Colors',
'MDConcCurrencies' => 'Currencies',
'MDConcDamageTypes' => 'Damage types',
'MDConcEntryTypes' => 'Entry types ("how did an object enter a museum collection?")',
'MDConcEventTypes' => 'Event types',
'MDConcLanguages' => 'Languages',
'MDConcLengths' => 'Length units',
'MDConcLicenses' => 'Licenses',
'MDConcLoanTypes' => 'Loan types',
'MDConcMarkingPosition' => 'Marking positions (e.g. "where was the object stamped?")',
'MDConcMarkingType' => 'Marking types (e.g. stamped, scratched, etc.)',
'MDConcMeasurementTypes' => 'Measurement types (width, height, etc.)',
'MDConcObjectForms' => 'Shapes of objects',
'MDConcObjectTagRelTypes' => 'Relation type between object and a tag (e.g. "material", "display subject")',
'MDConcOwnershipStatus' => 'Ownership status',
'MDConcPlace' => 'Place roles (to event types)',
'MDConcSex' => 'Gender / Sex',
'MDConcSourceTypes' => 'Source / literature types',
'MDConcTime' => 'Time roles (to event types)',
'MDConcTitleTypes' => 'Types of additional object names',
'MDConcWeights' => 'Weight units',
'intro' => 'When importing to museum-digital one may encounter errors of entries not yet matched to what is a controlled lists at museum-digital. With this tool one can paste a list of terms in a given field and check their availability in the concordance lists. For entries that are not yet present in the concordance lists one can then select the matching target entry at museum-digital and generate the necessary code snippet to enter the newly matched entries into the concordance lists. The generated code snipped should be send to the museum-digital team.',
'one_line_per_entry' => 'Please enter one line per entry.',
'submit' => 'Submit',
'generate_code_snippet' => 'Generate code snippet',
'passed' => 'Passed',
'not_yet_matched' => 'Not yet matched',
'input' => 'Input',
'match' => 'Match',
'select_your_match' => 'Select your match',
);

38
te/concordance.php Normal file
View File

@@ -0,0 +1,38 @@
<?PHP
declare(strict_types = 1);
$concordance = array (
'concordance_checker' => 'Concordance checker',
'MDConcActor' => 'Actor roles (to event types)',
'MDConcCheckTypes' => 'Types of checks performed on an object',
'MDConcCloserLocationTypes' => 'Types of closer location data in the object context',
'MDConcColors' => 'Colors',
'MDConcCurrencies' => 'Currencies',
'MDConcDamageTypes' => 'Damage types',
'MDConcEntryTypes' => 'Entry types ("how did an object enter a museum collection?")',
'MDConcEventTypes' => 'Event types',
'MDConcLanguages' => 'Languages',
'MDConcLengths' => 'Length units',
'MDConcLicenses' => 'Licenses',
'MDConcLoanTypes' => 'Loan types',
'MDConcMarkingPosition' => 'Marking positions (e.g. "where was the object stamped?")',
'MDConcMarkingType' => 'Marking types (e.g. stamped, scratched, etc.)',
'MDConcMeasurementTypes' => 'Measurement types (width, height, etc.)',
'MDConcObjectForms' => 'Shapes of objects',
'MDConcObjectTagRelTypes' => 'Relation type between object and a tag (e.g. "material", "display subject")',
'MDConcOwnershipStatus' => 'Ownership status',
'MDConcPlace' => 'Place roles (to event types)',
'MDConcSex' => 'Gender / Sex',
'MDConcSourceTypes' => 'Source / literature types',
'MDConcTime' => 'Time roles (to event types)',
'MDConcTitleTypes' => 'Types of additional object names',
'MDConcWeights' => 'Weight units',
'intro' => 'When importing to museum-digital one may encounter errors of entries not yet matched to what is a controlled lists at museum-digital. With this tool one can paste a list of terms in a given field and check their availability in the concordance lists. For entries that are not yet present in the concordance lists one can then select the matching target entry at museum-digital and generate the necessary code snippet to enter the newly matched entries into the concordance lists. The generated code snipped should be send to the museum-digital team.',
'one_line_per_entry' => 'Please enter one line per entry.',
'submit' => 'Submit',
'generate_code_snippet' => 'Generate code snippet',
'passed' => 'Passed',
'not_yet_matched' => 'Not yet matched',
'input' => 'Input',
'match' => 'Match',
'select_your_match' => 'Select your match',
);

View File

@@ -1,38 +1,38 @@
<?PHP <?PHP
declare(strict_types = 1); declare(strict_types = 1);
$concordance = array ( $concordance = array (
'concordance_checker' => 'Concordance checker', 'concordance_checker' => 'Перевірка узгодженості',
'MDConcActor' => 'Actor roles (to event types)', 'MDConcActor' => 'Ролі учасників (щодо типів подій)',
'MDConcCheckTypes' => 'Types of checks performed on an object', 'MDConcCheckTypes' => 'Типи перевірок, виконаних для об\'єкта',
'MDConcCloserLocationTypes' => 'Types of closer location data in the object context', 'MDConcCloserLocationTypes' => 'Типи точніших даних про місце в контексті об\'єкта',
'MDConcColors' => 'Colors', 'MDConcColors' => 'Кольори',
'MDConcCurrencies' => 'Currencies', 'MDConcCurrencies' => 'Валюти',
'MDConcDamageTypes' => 'Damage types', 'MDConcDamageTypes' => 'Типи пошкоджень',
'MDConcEntryTypes' => 'Entry types ("how did an object enter a museum collection?")', 'MDConcEntryTypes' => 'Типи надходжень ("як об\'єкт потрапив до музейної колекції?")',
'MDConcEventTypes' => 'Event types', 'MDConcEventTypes' => 'Типи подій',
'MDConcLanguages' => 'Languages', 'MDConcLanguages' => 'Мови',
'MDConcLengths' => 'Length units', 'MDConcLengths' => 'Одиниці довжини',
'MDConcLicenses' => 'Licenses', 'MDConcLicenses' => 'Ліцензії',
'MDConcLoanTypes' => 'Loan types', 'MDConcLoanTypes' => 'Типи позик',
'MDConcMarkingPosition' => 'Marking positions (e.g. "where was the object stamped?")', 'MDConcMarkingPosition' => 'Позиції маркування (наприклад, "де було поставлено штамп на об\'єкті?")',
'MDConcMarkingType' => 'Marking types (e.g. stamped, scratched, etc.)', 'MDConcMarkingType' => 'Типи маркування (наприклад, штампування, подряпини тощо)',
'MDConcMeasurementTypes' => 'Measurement types (width, height, etc.)', 'MDConcMeasurementTypes' => 'Типи вимірювань (ширина, висота тощо)',
'MDConcObjectForms' => 'Shapes of objects', 'MDConcObjectForms' => 'Форми об\'єктів',
'MDConcObjectTagRelTypes' => 'Relation type between object and a tag (e.g. "material", "display subject")', 'MDConcObjectTagRelTypes' => 'Тип зв\'язку між об\'єктом і тегом (наприклад, "матеріал", "тема експонування")',
'MDConcOwnershipStatus' => 'Ownership status', 'MDConcOwnershipStatus' => 'Статус володіння',
'MDConcPlace' => 'Place roles (to event types)', 'MDConcPlace' => 'Ролі місць (щодо типів подій)',
'MDConcSex' => 'Gender / Sex', 'MDConcSex' => 'Стать / Гендер',
'MDConcSourceTypes' => 'Source / literature types', 'MDConcSourceTypes' => 'Джерела / типи літератури',
'MDConcTime' => 'Time roles (to event types)', 'MDConcTime' => 'Ролі часу (щодо типів подій)',
'MDConcTitleTypes' => 'Types of additional object names', 'MDConcTitleTypes' => 'Типи додаткових назв об\'єктів',
'MDConcWeights' => 'Weight units', 'MDConcWeights' => 'Одиниці ваги',
'intro' => 'When importing to museum-digital one may encounter errors of entries not yet matched to what is a controlled lists at museum-digital. With this tool one can paste a list of terms in a given field and check their availability in the concordance lists. For entries that are not yet present in the concordance lists one can than select the matching target entry at museum-digital and generate the necessary code snippet to enter the newly matched entries into the concordance lists. The generated code snipped should be send to the museum-digital team.', 'intro' => 'Під час імпорту в museum-digital можуть виникати помилки через записи, які ще не співвіднесені з контрольними списками museum-digital. За допомогою цього інструменту можна вставити список термінів у певне поле та перевірити їхню наявність у списках узгодженості. Для записів, які ще не присутні у списках узгодженості, можна вибрати відповідний цільовий запис у museum-digital і згенерувати необхідний фрагмент коду для внесення нових співвіднесених записів у списки узгодженості. Згенерований фрагмент коду слід надіслати команді museum-digital.',
'one_line_per_entry' => 'Please enter one line per entry.', 'one_line_per_entry' => 'Введіть один запис у рядок',
'submit' => 'Submit', 'submit' => 'Надіслати',
'generate_code_snippet' => 'Generate code snippet', 'generate_code_snippet' => 'Згенерувати фрагмент коду',
'passed' => 'Passed', 'passed' => 'Пройдено',
'not_yet_matched' => 'Not yet matched', 'not_yet_matched' => 'Ще не співвіднесено',
'input' => 'Input', 'input' => 'Вхідні дані',
'match' => 'Match', 'match' => 'Співвіднести',
'select_your_match' => 'Select your match', 'select_your_match' => 'Виберіть підходящий варіант',
); );