mirror of
https://github.com/Karaka-Management/oms-Exchange.git
synced 2026-01-11 16:48:42 +00:00
40 lines
1.1 KiB
PHP
40 lines
1.1 KiB
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
/**
|
|
* Jingga
|
|
*
|
|
* PHP Version 8.2
|
|
*
|
|
* @package Modules\Exchange
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 2.2
|
|
* @version 1.0.0
|
|
* @link https://jingga.app
|
|
*/
|
|
return [
|
|
'DatabaseExchanger' => 'Database Exchanger',
|
|
'DatabaseType' => 'Database Type',
|
|
'Settings' => 'Settings',
|
|
'Src' => 'Src',
|
|
'Dest' => 'Dest',
|
|
'Match' => 'Match',
|
|
'Save' => 'Save',
|
|
'Table' => 'Table',
|
|
'Type' => 'Type',
|
|
'Field' => 'Field',
|
|
'Protocol' => 'Protocol',
|
|
'Import' => 'Import',
|
|
'Export' => 'Export',
|
|
'Connection' => 'Connection',
|
|
'Self' => 'Self',
|
|
'Custom' => 'Custom',
|
|
'Column1' => 'Column1',
|
|
'Column2' => 'Column2',
|
|
'Filter1' => 'Filter1',
|
|
'Filter2' => 'Filter2',
|
|
'SrcType' => 'Src-Type',
|
|
'DestType' => 'Dest-Type',
|
|
'IsPrimary' => 'Is Primary?',
|
|
];
|