202508260909
安裝套件
This commit is contained in:
parent
b7ed1d38fe
commit
a936ed1c7c
@ -4,9 +4,9 @@ APP_KEY=
|
||||
APP_DEBUG=true
|
||||
APP_URL=http://localhost
|
||||
|
||||
APP_LOCALE=en
|
||||
APP_FALLBACK_LOCALE=en
|
||||
APP_FAKER_LOCALE=en_US
|
||||
APP_LOCALE=zh-tw
|
||||
APP_FALLBACK_LOCALE=zh-tw
|
||||
APP_FAKER_LOCALE=zh_TW
|
||||
|
||||
APP_MAINTENANCE_DRIVER=file
|
||||
# APP_MAINTENANCE_STORE=database
|
||||
|
@ -10,7 +10,8 @@
|
||||
"laravel/framework": "^12.0",
|
||||
"laravel/tinker": "^2.10.1",
|
||||
"livewire/livewire": "^3.6.4",
|
||||
"livewire/volt": "^1.7.0"
|
||||
"livewire/volt": "^1.7.0",
|
||||
"wireui/wireui": "^2.4"
|
||||
},
|
||||
"require-dev": {
|
||||
"fakerphp/faker": "^1.23",
|
||||
|
131
composer.lock
generated
131
composer.lock
generated
@ -4,7 +4,7 @@
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "48bc009539e7af0a89770c8e30f8e9a3",
|
||||
"content-hash": "126e27d5a2b63364bfad018d609d2474",
|
||||
"packages": [
|
||||
{
|
||||
"name": "brick/math",
|
||||
@ -6162,6 +6162,135 @@
|
||||
"source": "https://github.com/webmozarts/assert/tree/1.11.0"
|
||||
},
|
||||
"time": "2022-06-03T18:03:27+00:00"
|
||||
},
|
||||
{
|
||||
"name": "wireui/heroicons",
|
||||
"version": "v2.9.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/wireui/heroicons.git",
|
||||
"reference": "ccd2ab94293d6f231271c0847c1db34305313c6f"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/wireui/heroicons/zipball/ccd2ab94293d6f231271c0847c1db34305313c6f",
|
||||
"reference": "ccd2ab94293d6f231271c0847c1db34305313c6f",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"laravel/framework": "^9.16|^10.0|^11.0|^12.0",
|
||||
"php": "^8.1|^8.2|^8.3|^8.4"
|
||||
},
|
||||
"require-dev": {
|
||||
"larastan/larastan": "^3.0",
|
||||
"laravel/pint": "^1.6",
|
||||
"orchestra/testbench": "^10.0",
|
||||
"pestphp/pest": "^3.0"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"aliases": [],
|
||||
"laravel": {
|
||||
"providers": [
|
||||
"WireUi\\Heroicons\\HeroiconsServiceProvider"
|
||||
]
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"WireUi\\Heroicons\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Pedro Oliveira",
|
||||
"email": "pedrolivertwd@gmail.com"
|
||||
}
|
||||
],
|
||||
"description": "The Tailwind Heroicons for laravel blade by WireUI",
|
||||
"keywords": [
|
||||
"blade components",
|
||||
"blade heroicons",
|
||||
"laravel components",
|
||||
"livewire icons",
|
||||
"livewire icons components",
|
||||
"wireui"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/wireui/heroicons/issues",
|
||||
"source": "https://github.com/wireui/heroicons/tree/v2.9.0"
|
||||
},
|
||||
"time": "2025-03-02T22:06:22+00:00"
|
||||
},
|
||||
{
|
||||
"name": "wireui/wireui",
|
||||
"version": "v2.4.3",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/wireui/wireui.git",
|
||||
"reference": "29f6b969f7c9c057379486fd6370915eaec5e32f"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/wireui/wireui/zipball/29f6b969f7c9c057379486fd6370915eaec5e32f",
|
||||
"reference": "29f6b969f7c9c057379486fd6370915eaec5e32f",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"laravel/framework": "^10.0|^11.0|^12.0",
|
||||
"php": "^8.2|^8.3|^8.4",
|
||||
"wireui/heroicons": "^2.8"
|
||||
},
|
||||
"require-dev": {
|
||||
"laravel/pint": "^1.19",
|
||||
"livewire/livewire": "^3.6",
|
||||
"orchestra/testbench": "^10.0",
|
||||
"orchestra/testbench-dusk": "^10.0",
|
||||
"pestphp/pest": "^3.0",
|
||||
"pestphp/pest-plugin-laravel": "^3.0",
|
||||
"pestphp/pest-plugin-livewire": "^3.0"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"laravel": {
|
||||
"aliases": [],
|
||||
"providers": [
|
||||
"WireUi\\ServiceProvider"
|
||||
]
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"WireUi\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Pedro Oliveira",
|
||||
"email": "pedrolivertwd@gmail.com"
|
||||
}
|
||||
],
|
||||
"description": "TallStack components",
|
||||
"keywords": [
|
||||
"blade components",
|
||||
"laravel components",
|
||||
"livewire components",
|
||||
"livewire-ui",
|
||||
"wireui"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/wireui/wireui/issues",
|
||||
"source": "https://github.com/wireui/wireui/tree/v2.4.3"
|
||||
},
|
||||
"time": "2025-04-29T22:34:44+00:00"
|
||||
}
|
||||
],
|
||||
"packages-dev": [
|
||||
|
126
config/wireui.php
Normal file
126
config/wireui.php
Normal file
@ -0,0 +1,126 @@
|
||||
<?php
|
||||
|
||||
use WireUi\Components;
|
||||
use WireUi\Enum\Packs;
|
||||
use WireUi\WireUiConfig as Config;
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Prefix
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| This option controls the prefix for WireUI components. Examples:
|
||||
|
|
||||
| 'wireui-' => 'x-wireui-button'
|
||||
| 'wireui:' => 'x-wireui:button'
|
||||
|
|
||||
*/
|
||||
|
||||
'prefix' => null,
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Global Styles
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| This option controls the global styles for WireUI components.
|
||||
|
|
||||
*/
|
||||
|
||||
'style' => [
|
||||
'shadow' => Packs\Shadow::BASE,
|
||||
'rounded' => Packs\Rounded::MD,
|
||||
'color' => Packs\Color::PRIMARY,
|
||||
],
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Default Configuration
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| This option controls the default configuration for WireUI components.
|
||||
|
|
||||
*/
|
||||
|
||||
'alert' => Config::alert(),
|
||||
|
||||
'avatar' => Config::avatar(),
|
||||
|
||||
'badge' => Config::badge(),
|
||||
|
||||
'mini-badge' => Config::miniBadge(),
|
||||
|
||||
'button' => Config::button(),
|
||||
|
||||
'mini-button' => Config::miniButton(),
|
||||
|
||||
'card' => Config::card(),
|
||||
|
||||
'checkbox' => Config::checkbox(),
|
||||
|
||||
'color-picker' => Config::wrapper(),
|
||||
|
||||
'datetime-picker' => Config::dateTimePicker(),
|
||||
|
||||
'dialog' => Config::dialog(),
|
||||
|
||||
'dropdown' => Config::dropdown(),
|
||||
|
||||
'icon' => Config::icon(),
|
||||
|
||||
'input' => Config::wrapper(),
|
||||
|
||||
'currency' => Config::wrapper(),
|
||||
|
||||
'maskable' => Config::wrapper(),
|
||||
|
||||
'number' => Config::wrapper(),
|
||||
|
||||
'password' => Config::wrapper(),
|
||||
|
||||
'phone' => Config::wrapper(),
|
||||
|
||||
'link' => Config::link(),
|
||||
|
||||
'modal' => Config::modal(),
|
||||
|
||||
'modal-card' => Config::modal(),
|
||||
|
||||
'native-select' => Config::wrapper(),
|
||||
|
||||
'notifications' => Config::notifications(),
|
||||
|
||||
'radio' => Config::radio(),
|
||||
|
||||
'select' => Config::wrapper(),
|
||||
|
||||
'textarea' => Config::wrapper(),
|
||||
|
||||
'time-picker' => Config::timePicker(),
|
||||
|
||||
'time-selector' => Config::timeSelector(),
|
||||
|
||||
'toggle' => Config::toggle(),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| WireUI Components
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Change the alias to call the component with a different name.
|
||||
| Extend the component and replace your changes in this file.
|
||||
|
|
||||
*/
|
||||
|
||||
'components' => Config::defaultComponents([
|
||||
// 'button' => [
|
||||
// 'alias' => 'new-button',
|
||||
// ],
|
||||
// 'mini-button' => [
|
||||
// 'class' => Components\Button\Mini::class,
|
||||
// 'alias' => 'new-mini-button',
|
||||
// ],
|
||||
]),
|
||||
];
|
18
lang/vendor/wireui/af/messages.php
vendored
Normal file
18
lang/vendor/wireui/af/messages.php
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'select_time' => 'Kies tyd',
|
||||
'empty_options' => 'Leë Opsies',
|
||||
'loading' => 'Laai tans...',
|
||||
'search_here' => 'Soek hier',
|
||||
'date_picker' => [
|
||||
'months' => ['Januarie', 'Februarie', 'Maart', 'April', 'Mei', 'Junie', 'Julie', 'Augustus', 'September', 'Oktober', 'November', 'Desember'],
|
||||
'days' => ['Son', 'Ma', 'Di', 'Wo', 'Do', 'Vry', 'Sat'],
|
||||
'tomorrow' => 'More',
|
||||
'today' => 'Vandag',
|
||||
'yesterday' => 'Gister',
|
||||
],
|
||||
'errors' => [
|
||||
'title' => 'Daar was {errors} foute met jou indiening',
|
||||
],
|
||||
];
|
16
lang/vendor/wireui/ar/messages.php
vendored
Normal file
16
lang/vendor/wireui/ar/messages.php
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'empty_options' => 'لا توجد خيارات',
|
||||
'search_here' => 'ابحث هنا',
|
||||
'date_picker' => [
|
||||
'months' => ['يناير', 'فبراير', 'مارس', 'أبريل', 'مايو', 'يونيو', 'يوليو', 'أغسطس', 'سبتمبر', 'أكتوبر', 'نوفمبر', 'ديسمبر'],
|
||||
'days' => ['أحد', 'أثنين', 'ثلاثاء', 'أربعاء', 'خميس', 'جمعة', 'سبت'],
|
||||
'tomorrow' => 'غداً',
|
||||
'today' => 'اليوم',
|
||||
'yesterday' => 'أمس',
|
||||
],
|
||||
'errors' => [
|
||||
'title' => 'يوجد {errors} أخطاء في مدخلاتك',
|
||||
],
|
||||
];
|
16
lang/vendor/wireui/bg/messages.php
vendored
Normal file
16
lang/vendor/wireui/bg/messages.php
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'empty_options' => 'Опциите са празни',
|
||||
'search_here' => 'Търсене тук',
|
||||
'date_picker' => [
|
||||
'months' => ['Януари', 'Февруари', 'Март', 'Април', 'Май', 'Юни', 'Юли', 'Август', 'Септември', 'Октомври', 'Ноември', 'Декември'],
|
||||
'days' => ['Нд', 'Пн', 'Вт', 'Ср', 'Чт', 'Пт', 'Сб'],
|
||||
'tomorrow' => 'Утре',
|
||||
'today' => 'Днес',
|
||||
'yesterday' => 'Вчера',
|
||||
],
|
||||
'errors' => [
|
||||
'title' => 'Бяха открити {errors} грешки',
|
||||
],
|
||||
];
|
18
lang/vendor/wireui/bn/messages.php
vendored
Normal file
18
lang/vendor/wireui/bn/messages.php
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'select_time' => 'সময় নির্বাচন করুন',
|
||||
'empty_options' => 'কোন ফলাফল নেই',
|
||||
'loading' => 'লোড হচ্ছে...',
|
||||
'search_here' => 'এখানে অনুসন্ধান করুন',
|
||||
'date_picker' => [
|
||||
'months' => ['জানুয়ারি', 'ফেব্রুয়ারি', 'মার্চ', 'এপ্রিল', 'মে', 'জুন', 'জুলাই', 'আগস্ট', 'সেপ্টেম্বর', 'অক্টোবর', 'নভেম্বর', 'ডিসেম্বর'],
|
||||
'days' => ['রবি', 'সোম', 'মঙ্গল', 'বুধ', 'বৃহস্পতি', 'শুক্র', 'শনি'],
|
||||
'tomorrow' => 'আগামীকাল',
|
||||
'today' => 'আজ',
|
||||
'yesterday' => 'গতকাল',
|
||||
],
|
||||
'errors' => [
|
||||
'title' => 'আপনার জমা দেওয়ার ক্ষেত্রে {errors} ত্রুটি ছিল',
|
||||
],
|
||||
];
|
18
lang/vendor/wireui/bs/messages.php
vendored
Normal file
18
lang/vendor/wireui/bs/messages.php
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'select_time' => 'Izaberi vrijeme',
|
||||
'empty_options' => 'Očisti izbor',
|
||||
'loading' => 'Učitavanje...',
|
||||
'search_here' => 'Potraži ovdje',
|
||||
'date_picker' => [
|
||||
'months' => ['januar', 'Februar', 'Mart', 'April', 'Maj', 'Jun', 'Jul', 'Avgust', 'Septembar', 'Oktobar', 'Novembar', 'Decembar'],
|
||||
'days' => ['Ned', 'Pon', 'Uto', 'Sri', 'Čet', 'Pet', 'Sub'],
|
||||
'tomorrow' => 'Sutra',
|
||||
'today' => 'Danas',
|
||||
'yesterday' => 'Juče',
|
||||
],
|
||||
'errors' => [
|
||||
'title' => 'Postoje {errors} greške u unosu',
|
||||
],
|
||||
];
|
16
lang/vendor/wireui/ca/messages.php
vendored
Normal file
16
lang/vendor/wireui/ca/messages.php
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'empty_options' => 'Opcions buides',
|
||||
'search_here' => 'Cerca aquí',
|
||||
'date_picker' => [
|
||||
'months' => ['gener', 'febrer', 'març', 'abril', 'maig', 'juny', 'juliol', 'agost', 'setembre', 'octubre', 'novembre', 'desembre'],
|
||||
'days' => ['dg', 'dl', 'dt', 'dc', 'dj', 'dv', 'ds'],
|
||||
'tomorrow' => 'Demà',
|
||||
'today' => 'Avui',
|
||||
'yesterday' => 'Ahir',
|
||||
],
|
||||
'errors' => [
|
||||
'title' => "S'han trobat {errors} errors de validació",
|
||||
],
|
||||
];
|
17
lang/vendor/wireui/ckb/messages.php
vendored
Normal file
17
lang/vendor/wireui/ckb/messages.php
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
|
||||
|
||||
<?php
|
||||
|
||||
return [
|
||||
'empty_options' => 'هەڵبژاردنەکان بەتاڵە',
|
||||
'date_picker' => [
|
||||
'months' => ['ڕێبەندان', 'ڕەشەمە', 'نەورۆز', ' گوڵاننەورۆز', 'جۆزەردان', 'پووشپەڕ', 'گەلاوێژ', 'خەرمانان', 'ڕەزبەر', 'گەڵاڕێزان', 'سەرماوەز', 'بەفرانبار'],
|
||||
'days' => ['یەکشەممە', 'دووشەممە', 'سێشەممە', 'چوارشەممە', 'پێنجشەممە', 'هەینی', 'شەممە'],
|
||||
'tomorrow' => 'بەیانی',
|
||||
'today' => 'ئەمڕۆ',
|
||||
'yesterday' => 'دوێنێ',
|
||||
],
|
||||
'errors' => [
|
||||
'title' => '{errors} هەڵە هەیە لەناردنی فۆرمەکەدا',
|
||||
],
|
||||
];
|
17
lang/vendor/wireui/de/messages.php
vendored
Normal file
17
lang/vendor/wireui/de/messages.php
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'select_time' => 'Zeit auswählen',
|
||||
'empty_options' => 'Keine Ergebnisse',
|
||||
'search_here' => 'Suche',
|
||||
'date_picker' => [
|
||||
'months' => ['Januar', 'Februar', 'März', 'April', 'Mai', 'Juni', 'Juli', 'August', 'September', 'Oktober', 'November', 'Dezember'],
|
||||
'days' => ['So', 'Mo', 'Di', 'Mi', 'Do', 'Fr', 'Sa'],
|
||||
'tomorrow' => 'Morgen',
|
||||
'today' => 'Heute',
|
||||
'yesterday' => 'Gestern',
|
||||
],
|
||||
'errors' => [
|
||||
'title' => 'Es sind {errors} Fehler aufgetreten',
|
||||
],
|
||||
];
|
25
lang/vendor/wireui/en/messages.php
vendored
Normal file
25
lang/vendor/wireui/en/messages.php
vendored
Normal file
@ -0,0 +1,25 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'select_time' => 'Select time',
|
||||
'empty_options' => 'Empty Options',
|
||||
'loading' => 'Loading...',
|
||||
'search_here' => 'Search here',
|
||||
'date_picker' => [
|
||||
'months' => ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'],
|
||||
'days' => ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'],
|
||||
'tomorrow' => 'Tomorrow',
|
||||
'today' => 'Today',
|
||||
'yesterday' => 'Yesterday',
|
||||
'clear' => 'Clear',
|
||||
'close' => 'Close',
|
||||
'apply' => 'Apply',
|
||||
'cancel' => 'Cancel',
|
||||
],
|
||||
'errors' => [
|
||||
'title' => 'There was an error in your submission|There were {errors} errors in your submission',
|
||||
],
|
||||
'labels' => [
|
||||
'remove' => 'Remove',
|
||||
],
|
||||
];
|
17
lang/vendor/wireui/es/messages.php
vendored
Normal file
17
lang/vendor/wireui/es/messages.php
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'select_time' => 'Seleccionar hora',
|
||||
'empty_options' => 'Opciones vacías',
|
||||
'search_here' => 'Buscar aquí',
|
||||
'date_picker' => [
|
||||
'months' => ['Enero', 'Febrero', 'Marzo', 'Abril', 'Mayo', 'Junio', 'Julio', 'Agosto', 'Septiembre', 'Octubre', 'Noviembre', 'Diciembre'],
|
||||
'days' => ['Dom', 'Lun', 'Mar', 'Mie', 'Jue', 'Vie', 'Sab'],
|
||||
'tomorrow' => 'Mañana',
|
||||
'today' => 'Hoy',
|
||||
'yesterday' => 'Ayer',
|
||||
],
|
||||
'errors' => [
|
||||
'title' => 'Se encontraron {errors} errores de validación',
|
||||
],
|
||||
];
|
16
lang/vendor/wireui/fa/messages.php
vendored
Normal file
16
lang/vendor/wireui/fa/messages.php
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'empty_options' => 'بدون گزینه',
|
||||
'search_here' => 'اینجا جستجو کنید',
|
||||
'date_picker' => [
|
||||
'months' => ['ژانویه', 'فوریه', 'مارس', 'آوریل', 'ماه مه', 'ژوئن', 'جولای', 'اوت', 'سپتامبر', 'اکتبر', 'نوامبر', 'دسامبر'],
|
||||
'days' => ['یکشنبه', 'دوشنبه', 'سه شنبه', 'چهارشنبه', 'پنج شنبه', 'جمعه', 'شنبه'],
|
||||
'tomorrow' => 'فردا',
|
||||
'today' => 'امروز',
|
||||
'yesterday' => 'دیروز',
|
||||
],
|
||||
'errors' => [
|
||||
'title' => 'ارسال شما {errors} خطا داشت',
|
||||
],
|
||||
];
|
18
lang/vendor/wireui/fr/messages.php
vendored
Normal file
18
lang/vendor/wireui/fr/messages.php
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'select_time' => 'Sélectionner l\'heure',
|
||||
'empty_options' => 'Aucune Option',
|
||||
'loading' => 'Chargement...',
|
||||
'search_here' => 'Cherchez ici',
|
||||
'date_picker' => [
|
||||
'months' => ['Janvier', 'Février', 'Mars', 'Avril', 'Mai', 'Juin', 'Juillet', 'Août', 'Septembre', 'Octobre', 'Novembre', 'Décembre'],
|
||||
'days' => ['Dim', 'Lun', 'Mar', 'Mer', 'Jeu', 'Ven', 'Sam'],
|
||||
'tomorrow' => 'Demain',
|
||||
'today' => 'Aujourd\'hui',
|
||||
'yesterday' => 'Hier',
|
||||
],
|
||||
'errors' => [
|
||||
'title' => 'Il y a eu {errors} erreurs durant votre soumission',
|
||||
],
|
||||
];
|
18
lang/vendor/wireui/id/messages.php
vendored
Normal file
18
lang/vendor/wireui/id/messages.php
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'select_time' => 'Pilih Waktu',
|
||||
'empty_options' => 'Pilihan kosong',
|
||||
'loading' => 'Sedang Memuat...',
|
||||
'search_here' => 'Cari disini',
|
||||
'date_picker' => [
|
||||
'months' => ['Januari', 'Februari', 'Maret', 'April', 'Mei', 'Juni', 'Juli', 'Agustus', 'September', 'Oktober', 'November', 'Desember'],
|
||||
'days' => ['Min', 'Sen', 'Sel', 'Rab', 'Kam', 'Jum', 'Sab'],
|
||||
'tomorrow' => 'Besok',
|
||||
'today' => 'Hari Ini',
|
||||
'yesterday' => 'Kemarin',
|
||||
],
|
||||
'errors' => [
|
||||
'title' => 'Ada kesalahan {errors} dengan kiriman Anda',
|
||||
],
|
||||
];
|
16
lang/vendor/wireui/it/messages.php
vendored
Normal file
16
lang/vendor/wireui/it/messages.php
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'empty_options' => 'Nessuna Opzione',
|
||||
'search_here' => 'Cerca qui',
|
||||
'date_picker' => [
|
||||
'months' => ['Gennaio', 'Febbraio', 'Marzo', 'Aprile', 'Maggio', 'Giugno', 'Luglio', 'Agosto', 'Settembre', 'Ottobre', 'Novembre', 'Dicembre'],
|
||||
'days' => ['Dom', 'Lun', 'Mar', 'Mer', 'Gio', 'Ven', 'Sab'],
|
||||
'tomorrow' => 'Domani',
|
||||
'today' => 'Oggi',
|
||||
'yesterday' => 'Ieri',
|
||||
],
|
||||
'errors' => [
|
||||
'title' => 'Si sono verificati {errors} errori di validazione della form',
|
||||
],
|
||||
];
|
15
lang/vendor/wireui/ja/messages.php
vendored
Normal file
15
lang/vendor/wireui/ja/messages.php
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'empty_options' => '選択肢が登録されていません',
|
||||
'date_picker' => [
|
||||
'months' => ['1月', '2月', '3月', '4月', '5月', '6月', '7月', '8月', '9月', '10月', '11月', '12月'],
|
||||
'days' => ['日', '月', '火', '水', '木', '金', '土'],
|
||||
'tomorrow' => '翌日',
|
||||
'today' => '今日',
|
||||
'yesterday' => '前日',
|
||||
],
|
||||
'errors' => [
|
||||
'title' => 'エラーが{errors}件見つかりました',
|
||||
],
|
||||
];
|
18
lang/vendor/wireui/ms/messages.php
vendored
Normal file
18
lang/vendor/wireui/ms/messages.php
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'select_time' => 'Pilih masa',
|
||||
'empty_options' => 'Tiada rekod dijumpai.',
|
||||
'loading' => 'Loading...',
|
||||
'search_here' => 'Cari',
|
||||
'date_picker' => [
|
||||
'months' => ['Januari', 'Februari', 'Mar', 'April', 'Mei', 'Jun', 'Julai', 'Ogos', 'September', 'Oktober', 'November', 'Disember'],
|
||||
'days' => ['Ahd', 'Isn', 'Sel', 'Rab', 'Kha', 'Jum', 'Sab'],
|
||||
'tomorrow' => 'Esok',
|
||||
'today' => 'Hari Ini',
|
||||
'yesterday' => 'Semalam',
|
||||
],
|
||||
'errors' => [
|
||||
'title' => 'Terdapat ralat {errors} berlaku',
|
||||
],
|
||||
];
|
16
lang/vendor/wireui/nl_NL/messages.php
vendored
Normal file
16
lang/vendor/wireui/nl_NL/messages.php
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'empty_options' => 'Lege Opties',
|
||||
'search_here' => 'Zoek hier',
|
||||
'date_picker' => [
|
||||
'months' => ['Januari', 'Februari', 'Maart', 'April', 'Mei', 'Juni', 'Juli', 'Augustus', 'September', 'Oktober', 'November', 'December'],
|
||||
'days' => ['Zo', 'Ma', 'Di', 'Wo', 'Do', 'Vr', 'Za'],
|
||||
'tomorrow' => 'Morgen',
|
||||
'today' => 'Vandaag',
|
||||
'yesterday' => 'Gisteren',
|
||||
],
|
||||
'errors' => [
|
||||
'title' => 'Er zaten {errors} fouten in uw inzending',
|
||||
],
|
||||
];
|
18
lang/vendor/wireui/pt_BR/messages.php
vendored
Normal file
18
lang/vendor/wireui/pt_BR/messages.php
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
|
||||
<?php
|
||||
|
||||
return [
|
||||
'select_time' => 'Selecione a hora',
|
||||
'empty_options' => 'Opções vazias',
|
||||
'search_here' => 'Pesquisar aqui',
|
||||
'date_picker' => [
|
||||
'months' => ['Janeiro', 'Fevereiro', 'Março', 'Abril', 'Maio', 'Junho', 'Julho', 'Agosto', 'Setembro', 'Outubro', 'Novembro', 'Dezembro'],
|
||||
'days' => ['Dom', 'Seg', 'Ter', 'Qua', 'Qui', 'Sex', 'Sab'],
|
||||
'tomorrow' => 'Amanhã',
|
||||
'today' => 'Hoje',
|
||||
'yesterday' => 'Ontem',
|
||||
],
|
||||
'errors' => [
|
||||
'title' => 'Foi encontrado um erro de validação|Foram encontrados {errors} erros de validação',
|
||||
],
|
||||
];
|
25
lang/vendor/wireui/ru/messages.php
vendored
Normal file
25
lang/vendor/wireui/ru/messages.php
vendored
Normal file
@ -0,0 +1,25 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'select_time' => 'Выбрать время',
|
||||
'empty_options' => 'Опции не указанны',
|
||||
'loading' => 'Загрузка...',
|
||||
'search_here' => 'Искать здесь',
|
||||
'date_picker' => [
|
||||
'months' => ['Январь', 'Февраль', 'Март', 'Апрель', 'Май', 'Июнь', 'Июль', 'Август', 'Сентябрь', 'Октябрь', 'Ноябрь', 'Декабрь'],
|
||||
'days' => ['ВС', 'ПН', 'ВТ', 'СР', 'ЧТ', 'ПТ', 'СБ'],
|
||||
'tomorrow' => 'Завтра',
|
||||
'today' => 'Сегодня',
|
||||
'yesterday' => 'Вчера',
|
||||
'clear' => 'Очистить',
|
||||
'close' => 'Закрыть',
|
||||
'apply' => 'Принять',
|
||||
'cancel' => 'Отмена',
|
||||
],
|
||||
'errors' => [
|
||||
'title' => 'В ваших данных {errors} ошибок',
|
||||
],
|
||||
'labels' => [
|
||||
'remove' => 'Удалить',
|
||||
],
|
||||
];
|
16
lang/vendor/wireui/sk/messages.php
vendored
Normal file
16
lang/vendor/wireui/sk/messages.php
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'empty_options' => 'Prázdne možnosti',
|
||||
'search_here' => 'Hľadajte tu',
|
||||
'date_picker' => [
|
||||
'months' => ['Január', 'Február', 'Marec', 'Apríl', 'Máj', 'Jún', 'Júl', 'August', 'September', 'Október', 'November', 'December'],
|
||||
'days' => ['Ne', 'Po', 'Ut', 'St', 'Št', 'Pi', 'So'],
|
||||
'tomorrow' => 'Zajtra',
|
||||
'today' => 'Dnes',
|
||||
'yesterday' => 'Včera',
|
||||
],
|
||||
'errors' => [
|
||||
'title' => 'Vo vašom podaní sa vyskytlo {errors} chýb',
|
||||
],
|
||||
];
|
25
lang/vendor/wireui/sl/messages.php
vendored
Normal file
25
lang/vendor/wireui/sl/messages.php
vendored
Normal file
@ -0,0 +1,25 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'select_time' => 'Izberite čas',
|
||||
'empty_options' => 'Ni možnosti',
|
||||
'loading' => 'Nalaganje...',
|
||||
'search_here' => 'Išči tukaj',
|
||||
'date_picker' => [
|
||||
'months' => ['Januar', 'Februar', 'Marec', 'April', 'Maj', 'Junij', 'Julij', 'Avgust', 'September', 'Oktober', 'November', 'December'],
|
||||
'days' => ['Ned', 'Pon', 'Tor', 'Sre', 'Čet', 'Pet', 'Sob'],
|
||||
'tomorrow' => 'Jutri',
|
||||
'today' => 'Danes',
|
||||
'yesterday' => 'Včeraj',
|
||||
'clear' => 'Počisti',
|
||||
'close' => 'Zapri',
|
||||
'apply' => 'Uporabi',
|
||||
'cancel' => 'Prekliči',
|
||||
],
|
||||
'errors' => [
|
||||
'title' => 'Pri vaši oddaji je prišlo do napake|Pri vaši oddaji je prišlo do {errors} napak',
|
||||
],
|
||||
'labels' => [
|
||||
'remove' => 'Odstrani',
|
||||
],
|
||||
];
|
18
lang/vendor/wireui/tr/messages.php
vendored
Normal file
18
lang/vendor/wireui/tr/messages.php
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'select_time' => 'Zamanı seçin',
|
||||
'empty_options' => 'Boş Seçenekler',
|
||||
'loading' => 'Yükleniyor...',
|
||||
'search_here' => 'Ara',
|
||||
'date_picker' => [
|
||||
'months' => ['Ocak', 'Şubat', 'Mart', 'Nisan', 'Mayıs', 'Haziran', 'Temmuz', 'Ağustos', 'Eylül', 'Ekim', 'Kasım', 'Aralık'],
|
||||
'days' => ['Paz', 'Pzt', 'Sal', 'Çrş', 'Per', 'Cum', 'Cmt'],
|
||||
'tomorrow' => 'Yarın',
|
||||
'today' => 'Bugün',
|
||||
'yesterday' => 'Dün',
|
||||
],
|
||||
'errors' => [
|
||||
'title' => 'Gönderiminizde bir hata oluştu|Gönderiminizde {errors} hata vardı',
|
||||
],
|
||||
];
|
25
lang/vendor/wireui/uk/messages.php
vendored
Normal file
25
lang/vendor/wireui/uk/messages.php
vendored
Normal file
@ -0,0 +1,25 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'select_time' => 'Вказати час',
|
||||
'empty_options' => 'Список варіантів не вказаний',
|
||||
'loading' => 'Завантаження...',
|
||||
'search_here' => 'Шукати тут',
|
||||
'date_picker' => [
|
||||
'months' => ['Січень', 'Лютий', 'Березень', 'Квітень', 'Травень', 'Червень', 'Липень', 'Серпень', 'Вересень', 'Жовтень', 'Листопад', 'Грудень'],
|
||||
'days' => ['НД', 'ПН', 'ВТ', 'СР', 'ЧТ', 'ПТ', 'СБ'],
|
||||
'tomorrow' => 'Завтра',
|
||||
'today' => 'Сьогодні',
|
||||
'yesterday' => 'Вчора',
|
||||
'clear' => 'Спорожнити',
|
||||
'close' => 'Закрити',
|
||||
'apply' => 'Погодити',
|
||||
'cancel' => 'Скасувати',
|
||||
],
|
||||
'errors' => [
|
||||
'title' => 'У ваших данних {errors} помилок',
|
||||
],
|
||||
'labels' => [
|
||||
'remove' => 'Видалити',
|
||||
],
|
||||
];
|
18
lang/vendor/wireui/vi/messages.php
vendored
Normal file
18
lang/vendor/wireui/vi/messages.php
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'select_time' => 'Chọn giờ',
|
||||
'empty_options' => 'Trống',
|
||||
'loading' => 'Đang tải...',
|
||||
'search_here' => 'Tìm kiếm...',
|
||||
'date_picker' => [
|
||||
'months' => ['Tháng 1', 'Tháng 2', 'Tháng 3', 'Tháng 4', 'Tháng 5', 'Tháng 6', 'Tháng 7', 'Tháng 8', 'Tháng 9', 'Tháng 10', 'Tháng 11', 'Tháng 12'],
|
||||
'days' => ['Chủ nhật', 'Thứ hai', 'Thứ ba', 'Thứ tư', 'Thứ năm', 'Thứ sáu', 'Thứ bảy'],
|
||||
'tomorrow' => 'Ngày mai',
|
||||
'today' => 'Hôm nay',
|
||||
'yesterday' => 'Hôm qua',
|
||||
],
|
||||
'errors' => [
|
||||
'title' => 'Có {errors} lỗi khi gửi',
|
||||
],
|
||||
];
|
16
lang/vendor/wireui/zh_CN/messages.php
vendored
Normal file
16
lang/vendor/wireui/zh_CN/messages.php
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'empty_options' => '空白选项',
|
||||
'search_here' => '在这里搜索',
|
||||
'date_picker' => [
|
||||
'months' => ['一月', '二月', '三月', '四月', '五月', '六月', '七月', '八月', '九月', '十月', '十一月', '十二月'],
|
||||
'days' => ['日', '一', '二', '三', '四', '五', '六'],
|
||||
'tomorrow' => '明天',
|
||||
'today' => '今天',
|
||||
'yesterday' => '昨天',
|
||||
],
|
||||
'errors' => [
|
||||
'title' => '您提交的信息包含 {errors} 处错误',
|
||||
],
|
||||
];
|
@ -1,12 +1,22 @@
|
||||
import defaultTheme from 'tailwindcss/defaultTheme';
|
||||
import forms from '@tailwindcss/forms';
|
||||
import colors from 'tailwindcss/colors';
|
||||
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
export default {
|
||||
presets: [
|
||||
require("./vendor/wireui/wireui/tailwind.config.js"),
|
||||
],
|
||||
content: [
|
||||
'./vendor/laravel/framework/src/Illuminate/Pagination/resources/views/*.blade.php',
|
||||
'./storage/framework/views/*.php',
|
||||
'./resources/views/**/*.blade.php',
|
||||
|
||||
// WireUI
|
||||
"./vendor/wireui/wireui/src/*.php",
|
||||
"./vendor/wireui/wireui/ts/**/*.ts",
|
||||
"./vendor/wireui/wireui/src/WireUi/**/*.php",
|
||||
"./vendor/wireui/wireui/src/Components/**/*.php",
|
||||
],
|
||||
|
||||
theme: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user