Approval.
This commit is contained in:
parent
1563a72bf9
commit
63d9d55cde
@ -1,16 +1,16 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$space_types = array (
|
||||
'building' => 'Building',
|
||||
'depot' => 'Depot room',
|
||||
'utility_room' => 'Utility room',
|
||||
'exhibition_room' => 'Exhibition room',
|
||||
'display_cabinet' => 'Display cabinet',
|
||||
'shelf' => 'Shelf',
|
||||
'box' => 'Box',
|
||||
'folder' => 'Folder',
|
||||
'office' => 'Office',
|
||||
'floor' => 'Floor',
|
||||
'hallway' => 'Hallway',
|
||||
'outdoor_area' => 'Outdoor area',
|
||||
'building' => 'ಕಟ್ಟಡ',
|
||||
'depot' => 'ಡಿಪೊ ಕೊಠಡಿ',
|
||||
'utility_room' => 'ಉಪಯುಕ್ತತೆ ಕೊಠಡಿ',
|
||||
'exhibition_room' => 'ಪ್ರದರ್ಶನ ಕೊಠಡಿ',
|
||||
'display_cabinet' => 'ಪ್ರದರ್ಶನ ಕ್ಯಾಬಿನೆಟ್',
|
||||
'shelf' => 'ಶೆಲ್ಫ್',
|
||||
'box' => 'ಬಾಕ್ಸ್',
|
||||
'folder' => 'ಕಡತಕೋಶ',
|
||||
'office' => 'ಕಚೇರಿ',
|
||||
'floor' => 'ಮಹಡಿ',
|
||||
'hallway' => 'ಹಾಲ್ವೇ',
|
||||
'outdoor_area' => 'ಹೊರಾಂಗಣ ಪ್ರದೇಶ',
|
||||
);
|
||||
|
@ -1,8 +1,8 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$syndication_repos = array (
|
||||
'ddb' => 'German Digital Library (DDB)',
|
||||
'europeana' => 'Europeana',
|
||||
'smb-digital' => 'SMB-digital',
|
||||
'kalliope-verbund' => 'Kalliope Verbund',
|
||||
'ddb' => 'ಜರ್ಮನ್ ಡಿಜಿಟಲ್ ಲೈಬ್ರರಿ (ಡಿಡಿಬಿ)',
|
||||
'europeana' => 'ಯುರೋಪಿಯನ್',
|
||||
'smb-digital' => 'ಎಸ್ಎಂಬಿ ಡಿಜಿಟಲ್',
|
||||
'kalliope-verbund' => 'ಕಲ್ಲಿಯೋಪ್ ಜಾಲಬಂಧ',
|
||||
);
|
||||
|
@ -1,9 +1,9 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$tag_relation_type = array (
|
||||
'tag' => 'Tag',
|
||||
'object_type' => 'Object type',
|
||||
'material' => 'Material',
|
||||
'technique' => 'Technique',
|
||||
'display_subject' => 'Display subject',
|
||||
'tag' => 'ಟ್ಯಾಗ್',
|
||||
'object_type' => 'ವಸ್ತುವಿನ ಪ್ರಕಾರ',
|
||||
'material' => 'ವಸ್ತು',
|
||||
'technique' => 'ತಂತ್ರಗಾರಿಕೆ',
|
||||
'display_subject' => 'ವಿಷಯವನ್ನು ಪ್ರದರ್ಶಿಸಿ',
|
||||
);
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$timing_intervals_set = array (
|
||||
'weekly' => 'Weekly',
|
||||
'monthly' => 'Monthly',
|
||||
'annual' => 'Annual',
|
||||
'weekly' => 'ಪ್ರತಿ ವಾರ',
|
||||
'monthly' => 'ಪ್ರತಿ ವಾರ',
|
||||
'annual' => 'ವಾರ್ಷಿಕವಾಗಿ',
|
||||
);
|
||||
|
@ -2,10 +2,10 @@
|
||||
declare(strict_types = 1);
|
||||
$title_types_set = array (
|
||||
'' => ' ',
|
||||
'Science' => 'Science',
|
||||
'Everyday speech' => 'Everyday speech',
|
||||
'Colloquial speech' => 'Colloquial speech',
|
||||
'Dialect' => 'Dialect',
|
||||
'Professional jargon' => 'Professional jargon',
|
||||
'Sociolect' => 'Sociolect',
|
||||
'Science' => 'ವಿಜ್ಞಾನ',
|
||||
'Everyday speech' => 'ದೈನಂದಿನ ಭಾಷಣ',
|
||||
'Colloquial speech' => 'ಆಡುಮಾತಿನ ಮಾತು',
|
||||
'Dialect' => 'ಉಪಭಾಷೆ',
|
||||
'Professional jargon' => 'ವೃತ್ತಿಪರ ಪರಿಭಾಷೆ',
|
||||
'Sociolect' => 'ಸಾಮಾಜಿಕ ಆಯ್ಕೆ',
|
||||
);
|
||||
|
@ -1,9 +1,9 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$todo_status = array (
|
||||
'suggested' => 'Suggested',
|
||||
'planned' => 'Planned',
|
||||
'in_progress' => 'In progress',
|
||||
'done' => 'Done',
|
||||
'cancelled' => 'Cancelled',
|
||||
'suggested' => 'ಸೂಚಿಸಲಾಗಿದೆ',
|
||||
'planned' => 'ಯೋಜಿತ',
|
||||
'in_progress' => 'ಪ್ರಗತಿಯಲ್ಲಿದೆ',
|
||||
'done' => 'ನೆರವೇರಿತು',
|
||||
'cancelled' => 'ರದ್ದುಗೊಳಿಸಲಾಗಿದೆ',
|
||||
);
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$units_count_copies_set = array (
|
||||
'copies' => 'Copies',
|
||||
'specimen' => 'Specimen',
|
||||
'copies' => 'ಪ್ರತಿಗಳು',
|
||||
'specimen' => 'ಮಾದರಿ',
|
||||
);
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$units_count_parts_set = array (
|
||||
'parts' => 'Parts',
|
||||
'pages' => 'Pages',
|
||||
'sheets' => 'Sheets',
|
||||
'parts' => 'ಭಾಗಗಳು',
|
||||
'pages' => 'ಪುಟಗಳು',
|
||||
'sheets' => 'ಹಾಳೆಗಳು',
|
||||
);
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$vocabulary_redaction_level = array (
|
||||
'checked' => 'Checked',
|
||||
'unchecked' => 'Unchecked',
|
||||
'questionable' => 'Questionable',
|
||||
'checked' => 'ಪರಿಶೀಲಿಸಲಾಗಿದೆ',
|
||||
'unchecked' => 'ಪರಿಶೀಲಿಸದ',
|
||||
'questionable' => 'ಪ್ರಶ್ನಾರ್ಹ',
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user