[增添]添加了datasource的setting数据库以及默认值

This commit is contained in:
makotocc0107
2024-08-27 09:57:44 +08:00
parent d111dfaea4
commit 72eb990970
10955 changed files with 978898 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
<?php
return [
'modal' => [
'heading' => 'التنبيهات',
'actions' => [
'clear' => [
'label' => 'مسح',
],
'mark_all_as_read' => [
'label' => 'تحديد الكل كمقروء',
],
],
'empty' => [
'heading' => 'لا توجد تنبيهات',
'description' => 'يرجى التحقق مرة أخرى لاحقاً.',
],
],
];

View File

@@ -0,0 +1,28 @@
<?php
return [
'modal' => [
'heading' => 'Bildirişlər',
'actions' => [
'clear' => [
'label' => 'Təmizlə',
],
'mark_all_as_read' => [
'label' => 'Hamısını oxunub olaraq qeyd et',
],
],
'empty' => [
'heading' => 'Bildiriş yoxdur',
'description' => 'Zəhmət olmazsa sonra yoxlayın',
],
],
];

View File

@@ -0,0 +1,28 @@
<?php
return [
'modal' => [
'heading' => 'Известия',
'actions' => [
'clear' => [
'label' => 'Изчисти',
],
'mark_all_as_read' => [
'label' => 'Маркирай всички като прочетени',
],
],
'empty' => [
'heading' => 'Нямате известия',
'description' => 'Моля проверете отново по-късно.',
],
],
];

View File

@@ -0,0 +1,28 @@
<?php
return [
'modal' => [
'heading' => 'বিজ্ঞপ্তি',
'actions' => [
'clear' => [
'label' => 'পরিষ্কার',
],
'mark_all_as_read' => [
'label' => 'পড়া হয়েছে',
],
],
'empty' => [
'heading' => 'কোন বিজ্ঞপ্তি নেই',
'description' => 'পরে আবার চেষ্টা করুন',
],
],
];

View File

@@ -0,0 +1,28 @@
<?php
return [
'modal' => [
'heading' => 'Obavijesti',
'actions' => [
'clear' => [
'label' => 'Izbrišite sve',
],
'mark_all_as_read' => [
'label' => 'Označi sve kao pročitano ',
],
],
'empty' => [
'heading' => 'Nema obavijesti',
'description' => 'Molimo provjerite kasnije opet',
],
],
];

View File

@@ -0,0 +1,28 @@
<?php
return [
'modal' => [
'heading' => 'Notificacions',
'actions' => [
'clear' => [
'label' => 'Netejar',
],
'mark_all_as_read' => [
'label' => 'Marcar tot com a llegit',
],
],
'empty' => [
'heading' => 'Sense notificacions',
'description' => 'Si us plau, torna a comprovar-ho més tard.',
],
],
];

View File

@@ -0,0 +1,28 @@
<?php
return [
'modal' => [
'heading' => 'ئاگانامەکان',
'actions' => [
'clear' => [
'label' => 'سرینەوەی هەموو',
],
'mark_all_as_read' => [
'label' => 'نیشانە کردنی هەموو بۆ خوێنراوە',
],
],
'empty' => [
'heading' => 'هیچ ئاگانامەیەک نییە',
'description' => 'تکایە دواتر سەردان بکە',
],
],
];

View File

@@ -0,0 +1,28 @@
<?php
return [
'modal' => [
'heading' => 'Moje aktualizace',
'actions' => [
'clear' => [
'label' => 'Odstranit',
],
'mark_all_as_read' => [
'label' => 'Označit vše jako přečtené',
],
],
'empty' => [
'heading' => 'Nemáme pro vás žádné aktulizace',
'description' => 'Zkuste to prosím později',
],
],
];

View File

@@ -0,0 +1,28 @@
<?php
return [
'modal' => [
'heading' => 'Hysbysiadau',
'actions' => [
'clear' => [
'label' => 'Clirio',
],
'mark_all_as_read' => [
'label' => 'Nodi pob un fel wedi darllen',
],
],
'empty' => [
'heading' => 'Dim hysbysiad yma',
'description' => 'Gwiriwch eto nes ymlaen',
],
],
];

View File

@@ -0,0 +1,28 @@
<?php
return [
'modal' => [
'heading' => 'Notifikationer',
'actions' => [
'clear' => [
'label' => 'Ryd',
],
'mark_all_as_read' => [
'label' => 'Markér alle som læst',
],
],
'empty' => [
'heading' => 'Ingen notifikationer',
'description' => 'Tjek venligst igen senere',
],
],
];

View File

@@ -0,0 +1,28 @@
<?php
return [
'modal' => [
'heading' => 'Benachrichtigungen',
'actions' => [
'clear' => [
'label' => 'Alle löschen',
],
'mark_all_as_read' => [
'label' => 'Alle als gelesen markieren',
],
],
'empty' => [
'heading' => 'Keine Benachrichtigungen vorhanden',
'description' => 'Bitte schauen Sie später erneut vorbei',
],
],
];

View File

@@ -0,0 +1,28 @@
<?php
return [
'modal' => [
'heading' => 'Ειδοποιήσεις',
'actions' => [
'clear' => [
'label' => 'Καθαρισμός',
],
'mark_all_as_read' => [
'label' => 'Επισήμανση όλων ως αναγνωσμένων',
],
],
'empty' => [
'heading' => 'Δεν υπάρχουν νέες ειδοποιήσεις',
'description' => 'Ελέγξτε ξανά αργότερα.',
],
],
];

View File

@@ -0,0 +1,28 @@
<?php
return [
'modal' => [
'heading' => 'Notifications',
'actions' => [
'clear' => [
'label' => 'Clear',
],
'mark_all_as_read' => [
'label' => 'Mark all as read',
],
],
'empty' => [
'heading' => 'No notifications',
'description' => 'Please check again later.',
],
],
];

View File

@@ -0,0 +1,28 @@
<?php
return [
'modal' => [
'heading' => 'Notificaciones',
'actions' => [
'clear' => [
'label' => 'Borrar',
],
'mark_all_as_read' => [
'label' => 'Marcar todas como leídas',
],
],
'empty' => [
'heading' => 'No hay notificaciones',
'description' => 'Por favor, compruebe más tarde',
],
],
];

View File

@@ -0,0 +1,28 @@
<?php
return [
'modal' => [
'heading' => 'Jakinarazpenak',
'actions' => [
'clear' => [
'label' => 'Ezabatu',
],
'mark_all_as_read' => [
'label' => 'Denak irakurrita bezala markatu',
],
],
'empty' => [
'heading' => 'Ez dago jakinarazpenik',
'description' => 'Mesedez, egiaztatu geroago',
],
],
];

View File

@@ -0,0 +1,28 @@
<?php
return [
'modal' => [
'heading' => 'پیام‌ها',
'actions' => [
'clear' => [
'label' => 'پاک کردن',
],
'mark_all_as_read' => [
'label' => 'علامت‌گذاری همه به عنوان خوانده‌شده',
],
],
'empty' => [
'heading' => 'شما پیامی ندارید',
'description' => 'لطفا بعدا مراجعه کنید',
],
],
];

View File

@@ -0,0 +1,28 @@
<?php
return [
'modal' => [
'heading' => 'Ilmoitukset',
'actions' => [
'clear' => [
'label' => 'Tyhjennä',
],
'mark_all_as_read' => [
'label' => 'Merkitse luetuiksi',
],
],
'empty' => [
'heading' => 'Ei ilmoituksia',
'description' => 'Tarkista myöhemmin uudestaan',
],
],
];

View File

@@ -0,0 +1,28 @@
<?php
return [
'modal' => [
'heading' => 'Notifications',
'actions' => [
'clear' => [
'label' => 'Effacer',
],
'mark_all_as_read' => [
'label' => 'Tout marquer comme lu',
],
],
'empty' => [
'heading' => 'Aucune notification',
'description' => 'Veuillez revérifier ultérieurement',
],
],
];

View File

@@ -0,0 +1,28 @@
<?php
return [
'modal' => [
'heading' => 'התראות',
'actions' => [
'clear' => [
'label' => 'נקה',
],
'mark_all_as_read' => [
'label' => 'סמך הכל כנקרא',
],
],
'empty' => [
'heading' => 'אין התראות',
'description' => 'נסה שנית מאוחר יותר',
],
],
];

View File

@@ -0,0 +1,28 @@
<?php
return [
'modal' => [
'heading' => 'Obavijesti',
'actions' => [
'clear' => [
'label' => 'Očisti',
],
'mark_all_as_read' => [
'label' => 'Označi sve kao pročitano',
],
],
'empty' => [
'heading' => 'Nema obavijesti',
'description' => 'Molim provjerite ponovno kasnije.',
],
],
];

View File

@@ -0,0 +1,28 @@
<?php
return [
'modal' => [
'heading' => 'Értesítések',
'actions' => [
'clear' => [
'label' => 'Törlés',
],
'mark_all_as_read' => [
'label' => 'Összes olvasottnak jelölése',
],
],
'empty' => [
'heading' => 'Nincsenek értesítések',
'description' => 'Kérjük, hogy nézz vissza később.',
],
],
];

View File

@@ -0,0 +1,28 @@
<?php
return [
'modal' => [
'heading' => 'Notifikasi',
'actions' => [
'clear' => [
'label' => 'Bersihkan',
],
'mark_all_as_read' => [
'label' => 'Tandai semua sudah dibaca',
],
],
'empty' => [
'heading' => 'Tidak ada notifikasi',
'description' => 'Silakan periksa kembali nanti',
],
],
];

View File

@@ -0,0 +1,28 @@
<?php
return [
'modal' => [
'heading' => 'Notifiche',
'actions' => [
'clear' => [
'label' => 'Pulisci',
],
'mark_all_as_read' => [
'label' => 'Imposta tutto come letto',
],
],
'empty' => [
'heading' => 'Nessuna notifica',
'description' => 'Si prega di controllare più tardi',
],
],
];

View File

@@ -0,0 +1,28 @@
<?php
return [
'modal' => [
'heading' => '通知',
'actions' => [
'clear' => [
'label' => 'クリア',
],
'mark_all_as_read' => [
'label' => 'すべて既読にする',
],
],
'empty' => [
'heading' => '通知はありません',
'description' => 'のちほど確認してください',
],
],
];

View File

@@ -0,0 +1,28 @@
<?php
return [
'modal' => [
'heading' => 'ដំណឹង',
'actions' => [
'clear' => [
'label' => 'សំអាត',
],
'mark_all_as_read' => [
'label' => 'សម្គាល់ថាបានអានទាំងអស់ហើយ',
],
],
'empty' => [
'heading' => 'គ្នានដំណឹង',
'description' => 'សូមពិនិត្យម្តងទៀតនៅពេលក្រោយ.',
],
],
];

View File

@@ -0,0 +1,28 @@
<?php
return [
'modal' => [
'heading' => '알림',
'actions' => [
'clear' => [
'label' => '전체 삭제',
],
'mark_all_as_read' => [
'label' => '모두 읽음으로 표시',
],
],
'empty' => [
'heading' => '알림 없음',
'description' => '나중에 다시 확인해 주세요.',
],
],
];

View File

@@ -0,0 +1,28 @@
<?php
return [
'modal' => [
'heading' => 'ئاگانامەکان',
'actions' => [
'clear' => [
'label' => 'سرینەوەی هەموو',
],
'mark_all_as_read' => [
'label' => 'نیشانە کردنی هەموو بۆ خوێنراوە',
],
],
'empty' => [
'heading' => 'هیچ ئاگانامەیەک نییە',
'description' => 'تکایە دواتر سەردان بکە',
],
],
];

View File

@@ -0,0 +1,28 @@
<?php
return [
'modal' => [
'heading' => 'Pranešimai',
'actions' => [
'clear' => [
'label' => 'Išvalyti',
],
'mark_all_as_read' => [
'label' => 'Pažymėti visus kaip perskaitytus',
],
],
'empty' => [
'heading' => 'Nėra pranešimų',
'description' => 'Patikrinkite vėliau.',
],
],
];

View File

@@ -0,0 +1,28 @@
<?php
return [
'modal' => [
'heading' => 'Paziņojumi',
'actions' => [
'clear' => [
'label' => 'Nodzēst',
],
'mark_all_as_read' => [
'label' => 'Atzīmēt visus kā izlasītus',
],
],
'empty' => [
'heading' => 'Nav jaunu paziņojumu',
'description' => 'Lūdzu, skatiet vēlāk',
],
],
];

View File

@@ -0,0 +1,28 @@
<?php
return [
'modal' => [
'heading' => 'Pemberitahuan',
'actions' => [
'clear' => [
'label' => 'Hapus',
],
'mark_all_as_read' => [
'label' => 'Tandai semua sebagai dibaca',
],
],
'empty' => [
'heading' => 'Tiada pemberitahuan di sini',
'description' => 'Sila semak semula kemudian',
],
],
];

View File

@@ -0,0 +1,28 @@
<?php
return [
'modal' => [
'heading' => 'Meldingen',
'actions' => [
'clear' => [
'label' => 'Wissen',
],
'mark_all_as_read' => [
'label' => 'Alles als gelezen markeren',
],
],
'empty' => [
'heading' => 'Geen meldingen',
'description' => 'Kijk later nog eens.',
],
],
];

View File

@@ -0,0 +1,28 @@
<?php
return [
'modal' => [
'heading' => 'Varsler',
'actions' => [
'clear' => [
'label' => 'Tøm',
],
'mark_all_as_read' => [
'label' => 'Merk alle som lest',
],
],
'empty' => [
'heading' => 'Ingen varsler',
'description' => 'Vennligst sjekk senere.',
],
],
];

View File

@@ -0,0 +1,28 @@
<?php
return [
'modal' => [
'heading' => 'सूचनाहरू',
'actions' => [
'clear' => [
'label' => 'खाली गर्नुहोस्',
],
'mark_all_as_read' => [
'label' => 'सबै पढेको रूपमा चिन्ह लगाउनुहोस्',
],
],
'empty' => [
'heading' => 'कुनै सूचना छैन',
'description' => 'कृपया पछि फेरि जाँच गर्नुहोस्।',
],
],
];

View File

@@ -0,0 +1,28 @@
<?php
return [
'modal' => [
'heading' => 'Powiadomienia',
'actions' => [
'clear' => [
'label' => 'Wyczyść',
],
'mark_all_as_read' => [
'label' => 'Oznacz wszystkie jako przeczytane',
],
],
'empty' => [
'heading' => 'Brak powiadomień',
'description' => 'Zajrzyj ponownie później',
],
],
];

View File

@@ -0,0 +1,28 @@
<?php
return [
'modal' => [
'heading' => 'Notificações',
'actions' => [
'clear' => [
'label' => 'Limpar',
],
'mark_all_as_read' => [
'label' => 'Marcar tudo como lido',
],
],
'empty' => [
'heading' => 'Sem notificações',
'description' => 'Por favor, verifique mais tarde.',
],
],
];

View File

@@ -0,0 +1,28 @@
<?php
return [
'modal' => [
'heading' => 'Notificações',
'actions' => [
'clear' => [
'label' => 'Limpar',
],
'mark_all_as_read' => [
'label' => 'Marcar tudo como lido',
],
],
'empty' => [
'heading' => 'Sem notificações',
'description' => 'Por favor, verifique mais tarde.',
],
],
];

View File

@@ -0,0 +1,28 @@
<?php
return [
'modal' => [
'heading' => 'Notificări',
'actions' => [
'clear' => [
'label' => 'Ștergere',
],
'mark_all_as_read' => [
'label' => 'Marchează totul ca fiind citit',
],
],
'empty' => [
'heading' => 'Nu există notificări',
'description' => 'Vă rugăm să verificați din nou mai târziu',
],
],
];

View File

@@ -0,0 +1,28 @@
<?php
return [
'modal' => [
'heading' => 'Уведомления',
'actions' => [
'clear' => [
'label' => 'Удалить',
],
'mark_all_as_read' => [
'label' => 'Отметить как прочитанное',
],
],
'empty' => [
'heading' => 'Нет уведомлений',
'description' => 'Пожалуйста, проверьте позже',
],
],
];

View File

@@ -0,0 +1,28 @@
<?php
return [
'modal' => [
'heading' => 'Notifikácie',
'actions' => [
'clear' => [
'label' => 'Odstrániť',
],
'mark_all_as_read' => [
'label' => 'Označiť všetko ako prečítané',
],
],
'empty' => [
'heading' => 'Žiadne notifikácie',
'description' => 'Skúste to prosím neskôr.',
],
],
];

View File

@@ -0,0 +1,28 @@
<?php
return [
'modal' => [
'heading' => 'Obvestila',
'actions' => [
'clear' => [
'label' => 'Počisti',
],
'mark_all_as_read' => [
'label' => 'Označi vse kot prebrano',
],
],
'empty' => [
'heading' => 'Ni obvestil',
'description' => 'Prosimo, preverite ponovno kasneje.',
],
],
];

View File

@@ -0,0 +1,28 @@
<?php
return [
'modal' => [
'heading' => 'Njoftimet',
'actions' => [
'clear' => [
'label' => 'Pastro',
],
'mark_all_as_read' => [
'label' => 'Shënoni të gjitha si të lexuara',
],
],
'empty' => [
'heading' => 'Nuk ka njoftime',
'description' => 'Ju lutemi kontrolloni përsëri më vonë.',
],
],
];

View File

@@ -0,0 +1,28 @@
<?php
return [
'modal' => [
'heading' => 'Notiser',
'actions' => [
'clear' => [
'label' => 'Rensa',
],
'mark_all_as_read' => [
'label' => 'Markera alla som lästa',
],
],
'empty' => [
'heading' => 'Inga notiser',
'description' => 'Kolla igen lite senare.',
],
],
];

View File

@@ -0,0 +1,28 @@
<?php
return [
'modal' => [
'heading' => 'Arifa',
'actions' => [
'clear' => [
'label' => 'Safisha',
],
'mark_all_as_read' => [
'label' => 'Weka alama zote kama zimesomwa',
],
],
'empty' => [
'heading' => 'Hakuna arifa hapa',
'description' => 'Tafadhali angalia tena baadae',
],
],
];

View File

@@ -0,0 +1,28 @@
<?php
return [
'modal' => [
'heading' => 'การแจ้งเตือน',
'actions' => [
'clear' => [
'label' => 'ล้าง',
],
'mark_all_as_read' => [
'label' => 'ทำเครื่องหมายทั้งหมดว่าอ่านแล้ว',
],
],
'empty' => [
'heading' => 'ไม่มีการแจ้งเตือน',
'description' => 'กรุณาตรวจสอบอีกครั้งในภายหลัง',
],
],
];

View File

@@ -0,0 +1,28 @@
<?php
return [
'modal' => [
'heading' => 'Bildirimler',
'actions' => [
'clear' => [
'label' => 'Temizle',
],
'mark_all_as_read' => [
'label' => 'Tümünü okundu işaretle',
],
],
'empty' => [
'heading' => 'Bildirim yok',
'description' => 'Lütfen sonra kontrol ediniz',
],
],
];

View File

@@ -0,0 +1,28 @@
<?php
return [
'modal' => [
'heading' => 'Сповіщення',
'actions' => [
'clear' => [
'label' => 'Видалити',
],
'mark_all_as_read' => [
'label' => 'Позначити як прочитане',
],
],
'empty' => [
'heading' => 'Немає повідомлень',
'description' => 'Будь ласка, перевірте пізніше',
],
],
];

View File

@@ -0,0 +1,28 @@
<?php
return [
'modal' => [
'heading' => 'Bildirishnomalar',
'actions' => [
'clear' => [
'label' => 'O\'chirish',
],
'mark_all_as_read' => [
'label' => 'O\'qilgan deb belgilash',
],
],
'empty' => [
'heading' => 'Bildirishnomalar mavjud emas',
'description' => 'Iltimos keyinroq tekshiring',
],
],
];

View File

@@ -0,0 +1,28 @@
<?php
return [
'modal' => [
'heading' => 'Thông báo',
'actions' => [
'clear' => [
'label' => 'Xóa',
],
'mark_all_as_read' => [
'label' => 'Đánh dấu tất cả là đã đọc',
],
],
'empty' => [
'heading' => 'Không có thông báo',
'description' => 'Vui lòng kiểm tra lại sau.',
],
],
];

View File

@@ -0,0 +1,28 @@
<?php
return [
'modal' => [
'heading' => '通知',
'actions' => [
'clear' => [
'label' => '清除',
],
'mark_all_as_read' => [
'label' => '标记为已读',
],
],
'empty' => [
'heading' => '没有通知',
'description' => '请稍后再查看。',
],
],
];

View File

@@ -0,0 +1,28 @@
<?php
return [
'modal' => [
'heading' => '通知',
'actions' => [
'clear' => [
'label' => '清除',
],
'mark_all_as_read' => [
'label' => '標記為已讀',
],
],
'empty' => [
'heading' => '沒有通知',
'description' => '請稍後再查看。',
],
],
];