oms-OnlineResourceWatcher/Theme/Backend/Lang/de.lang.php
Dennis Eichhorn b3050d6b2f
Some checks failed
CI / general_module_workflow_php (push) Has been cancelled
CI / general_module_workflow_js (push) Has been cancelled
fix version and bugs
2024-05-21 00:09:15 +02:00

40 lines
1.1 KiB
PHP
Executable File

<?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 ['OnlineResourceWatcher' => [
'Active' => 'Active',
'Add' => 'Add',
'Difference' => 'Unterschiede',
'Checked' => 'Checked',
'Comparison' => 'Vergleich',
'CreateResource' => 'Create Resource',
'Dashboard' => 'Dashboard',
'Date' => 'Date',
'History' => 'Historie',
'Name' => 'Name',
'New' => 'New',
'Resource' => 'Resource',
'Resources' => 'Resources',
'Status' => 'Status',
'Type' => 'Typ',
'Url' => 'Url',
'XPath' => 'XPath',
':rstatus--1' => 'Downloadfehler',
':rstatus-1' => 'Quelle hinzugefügt',
':rstatus-2' => 'Keine Änderung',
':rstatus-3' => 'Änderung',
':status-1' => 'Aktiv',
':status-2' => 'Inaktiv',
]];