Approval.

This commit is contained in:
2025-09-30 10:08:03 +00:00
committed by md translation bot
parent 2784220447
commit f8dd39a511
29 changed files with 165 additions and 61 deletions

View File

@@ -34,4 +34,8 @@ $measurement_type_set = array (
'length_blade' => 'Length of blade',
'height_blade' => 'Height of blade',
'width_blade' => 'Width of blade',
'number_of_sheets' => 'Number of sheets',
'number_of_double_pages' => 'Number of double pages',
'number_of_standalone_pages' => 'Number of standalone pages',
'number_of_written_pages' => 'Number of written pages',
);

View File

@@ -1,12 +1,12 @@
<?PHP
declare(strict_types = 1);
$tag_relation_type = array (
'tag' => 'Tag',
'object_type' => 'Object type',
'material' => 'Material',
'technique' => 'Technique',
'display_subject' => 'Display subject',
'topic' => 'Topic',
'mentioned' => 'Mentioned subject',
'taxon' => 'Taxon',
'tag' => 'Kata kunci',
'object_type' => 'Jenis benda',
'material' => 'Bahan',
'technique' => 'Cara',
'display_subject' => 'Tampilan',
'topic' => 'Tema',
'mentioned' => 'Disebut',
'taxon' => 'Takson',
);