mirror of
https://github.com/Karaka-Management/oms-OnlineResourceWatcher.git
synced 2026-01-11 16:08:41 +00:00
40 lines
1.1 KiB
PHP
Executable File
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',
|
|
]];
|