mirror of
https://github.com/Karaka-Management/oms-Calendar.git
synced 2026-01-11 07:08:43 +00:00
38 lines
880 B
PHP
Executable File
38 lines
880 B
PHP
Executable File
<?php
|
||
/**
|
||
* Jingga
|
||
*
|
||
* PHP Version 8.2
|
||
*
|
||
* @package Modules\Localization
|
||
* @copyright Dennis Eichhorn
|
||
* @license OMS License 2.0
|
||
* @version 1.0.0
|
||
* @link https://jingga.app
|
||
*/
|
||
declare(strict_types=1);
|
||
|
||
return ['Calendar' => [
|
||
'Blocks' => 'Bloklar',
|
||
'Calendar' => 'Takvim',
|
||
'Close' => 'Kapat',
|
||
'Day' => 'Gün',
|
||
'Event' => 'Etkinlik',
|
||
'Friday' => 'Cuma',
|
||
'Interval' => 'Aralık',
|
||
'Layout' => 'Düzen',
|
||
'List' => 'Liste',
|
||
'Monday' => 'Pazartesi',
|
||
'Month' => 'Ay',
|
||
'NewEvent' => 'Yeni etkinlik',
|
||
'Saturday' => 'Cumartesi',
|
||
'Settings' => 'Ayarlar',
|
||
'Sunday' => 'Pazar',
|
||
'Thursday' => 'Perşembe',
|
||
'Timeline' => 'Zaman çizelgesi',
|
||
'Tuesday' => 'Salı',
|
||
'Wednesday' => 'Çarşamba',
|
||
'Week' => 'Hafta',
|
||
'Year' => 'Yıl',
|
||
]];
|