oms-Attribute/Theme/Backend/Lang/de.lang.php
Dennis Eichhorn dd8e023bdc
Some checks failed
Image optimization / general_image_workflow (push) Has been cancelled
CI / general_module_workflow_php (push) Has been cancelled
CI / general_module_workflow_js (push) Has been cancelled
fix permissions
2025-04-02 14:15:04 +00:00

40 lines
1.1 KiB
PHP

<?php
/**
* Jingga
*
* PHP Version 8.2
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 2.2
* @version 1.0.0
* @link https://jingga.app
*/
declare(strict_types=1);
return ['Attribute' => [
'Attribute' => 'Attribute',
'AttributeTypes' => 'Attribute Types',
'Attributes' => 'Attributes',
'CustomValue' => 'Custom values allowed?',
'Datatype' => 'Datatype',
'DefaultValues' => 'Default Values',
'IsRequired' => 'Is required?',
'IsRepeatable' => 'Is repeatable?',
'Name' => 'Name',
'Pattern' => 'Pattern',
'Status' => 'Status',
'Title' => 'Title',
'Type' => 'Type',
'Unit' => 'Unit',
'Value' => 'Value',
'_INT' => 'INTEGER',
'_STRING' => 'STRING',
'_FLOAT' => 'FLOAT',
'_FLOAT_INT' => 'FLOAT_INT',
'_DATETIME' => 'DATETIME',
'_BOOL' => 'BOOL',
'Defaults' => 'Standards',
'Localization' => 'Lokalisierung',
]];