diff --git a/README.md b/README.md index ad03217c..3e7d05b2 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # Help Desk

- Laravel v9.x - Livewire v2.x - Filament v2.x - PHP 8.0 + Laravel v10.x + Livewire v3.x + Filament v3.x + PHP 8.1
GitHub tag diff --git a/app/Http/Livewire/Administration/ActivityLogs.php b/app/Livewire/Administration/ActivityLogs.php similarity index 97% rename from app/Http/Livewire/Administration/ActivityLogs.php rename to app/Livewire/Administration/ActivityLogs.php index 7efc29db..e89c1c8c 100644 --- a/app/Http/Livewire/Administration/ActivityLogs.php +++ b/app/Livewire/Administration/ActivityLogs.php @@ -1,6 +1,6 @@ default() + ->id('admin') + ->path('admin') + ->login() + ->colors([ + 'primary' => Color::Amber, + ]) + ->discoverResources(in: app_path('Filament/Resources'), for: 'App\\Filament\\Resources') + ->discoverPages(in: app_path('Filament/Pages'), for: 'App\\Filament\\Pages') + ->pages([ + Pages\Dashboard::class, + ]) + ->discoverWidgets(in: app_path('Filament/Widgets'), for: 'App\\Filament\\Widgets') + ->widgets([ + Widgets\AccountWidget::class, + Widgets\FilamentInfoWidget::class, + ]) + ->middleware([ + EncryptCookies::class, + AddQueuedCookiesToResponse::class, + StartSession::class, + AuthenticateSession::class, + ShareErrorsFromSession::class, + VerifyCsrfToken::class, + SubstituteBindings::class, + DisableBladeIconComponents::class, + DispatchServingFilamentEvent::class, + ]) + ->authMiddleware([ + Authenticate::class, + ]); + } +} diff --git a/composer.json b/composer.json index bc18f203..fecfb988 100644 --- a/composer.json +++ b/composer.json @@ -5,32 +5,31 @@ "keywords": ["helpdesk", "laravel", "tailwindcss", "filament-forms", "filament-notifications"], "license": "MIT", "require": { - "php": "^8.0.2", + "php": "^8.1", "devaslanphp/filament-avatar": "^1.0", - "filament/forms": "^2.15", - "filament/notifications": "^2.15", + "filament/filament": "^3.0", "guzzlehttp/guzzle": "^7.2", - "invaders-xx/filament-kanban-board": "^0.2.6", - "larabug/larabug": "^2.5", - "laravel/framework": "^9.19", - "laravel/sanctum": "^3.0", - "laravel/tinker": "^2.7", - "livewire/livewire": "^2.10", - "phpsa/filament-password-reveal": "^1.1", - "psr/simple-cache": "1.0", - "pxlrbt/filament-excel": "^1.1", - "spatie/laravel-activitylog": "^4.5", - "spatie/laravel-permission": "^5.5" + "invaders-xx/filament-kanban-board": "^4.0", + "larabug/larabug": "^3.0", + "laravel/framework": "^10.0", + "laravel/sanctum": "^3.2", + "laravel/tinker": "^2.8", + "livewire/livewire": "^3.0", + "phpsa/filament-password-reveal": "^2.0", + "psr/simple-cache": "^1.0|^2.0|^3.0", + "pxlrbt/filament-excel": "^2.0", + "spatie/laravel-activitylog": "^4.7", + "spatie/laravel-permission": "^5.10" }, "require-dev": { "fakerphp/faker": "^1.9.1", - "kkomelin/laravel-translatable-string-exporter": "^1.17", - "laravel/pint": "^1.0", - "laravel/sail": "^1.0.1", - "mockery/mockery": "^1.4.4", - "nunomaduro/collision": "^6.1", - "phpunit/phpunit": "^9.5.10", - "spatie/laravel-ignition": "^1.0" + "kkomelin/laravel-translatable-string-exporter": "^1.21", + "laravel/pint": "^1.10", + "laravel/sail": "^1.23", + "mockery/mockery": "^1.6", + "nunomaduro/collision": "^7.0", + "phpunit/phpunit": "^10.1", + "spatie/laravel-ignition": "^2.0" }, "autoload": { "files": [ diff --git a/composer.lock b/composer.lock index 0786c715..77f5d597 100644 --- a/composer.lock +++ b/composer.lock @@ -4,98 +4,96 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "087c671b687a6b7b51717d95e36f1b99", + "content-hash": "30b8f8c71ac7cd2fb32524909bf12d49", "packages": [ { - "name": "akaunting/laravel-money", - "version": "3.1.2", + "name": "anourvalar/eloquent-serialize", + "version": "1.3.4", "source": { "type": "git", - "url": "https://github.com/akaunting/laravel-money.git", - "reference": "cbc66d1dc457c169f6081e0ae6c661b499dad301" + "url": "https://github.com/AnourValar/eloquent-serialize.git", + "reference": "0934a98866e02b73e38696961a9d7984b834c9d9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/akaunting/laravel-money/zipball/cbc66d1dc457c169f6081e0ae6c661b499dad301", - "reference": "cbc66d1dc457c169f6081e0ae6c661b499dad301", + "url": "https://api.github.com/repos/AnourValar/eloquent-serialize/zipball/0934a98866e02b73e38696961a9d7984b834c9d9", + "reference": "0934a98866e02b73e38696961a9d7984b834c9d9", "shasum": "" }, "require": { - "illuminate/contracts": "^8.67|^9.0", - "illuminate/support": "^8.67|^9.0", - "illuminate/view": "^8.67|^9.0", - "php": "^8.0", - "vlucas/phpdotenv": "^5.4.1" + "laravel/framework": "^8.0|^9.0|^10.0|^11.0|^12.0", + "php": "^7.4|^8.0" }, "require-dev": { - "orchestra/testbench": "^6.23|^7.4", - "phpunit/phpunit": "^9.5", - "vimeo/psalm": "^4.23" + "friendsofphp/php-cs-fixer": "^3.26", + "laravel/legacy-factories": "^1.1", + "orchestra/testbench": "^6.0|^7.0|^8.0|^9.0|^10.0", + "phpstan/phpstan": "^2.0", + "phpunit/phpunit": "^9.5|^10.5|^11.0", + "psalm/plugin-laravel": "^2.8|^3.0", + "squizlabs/php_codesniffer": "^3.7" }, "type": "library", "extra": { "laravel": { - "providers": [ - "Akaunting\\Money\\Provider" - ] + "aliases": { + "EloquentSerialize": "AnourValar\\EloquentSerialize\\Facades\\EloquentSerializeFacade" + } } }, "autoload": { - "files": [ - "src/helpers.php" - ], "psr-4": { - "Akaunting\\Money\\": "src" + "AnourValar\\EloquentSerialize\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], - "authors": [ - { - "name": "Denis Duliçi", - "email": "info@akaunting.com", - "homepage": "https://akaunting.com", - "role": "Developer" - } - ], - "description": "Currency formatting and conversion package for Laravel", + "description": "Laravel Query Builder (Eloquent) serialization", + "homepage": "https://github.com/AnourValar/eloquent-serialize", "keywords": [ - "convert", - "currency", - "format", + "anourvalar", + "builder", + "copy", + "eloquent", + "job", "laravel", - "money" + "query", + "querybuilder", + "queue", + "serializable", + "serialization", + "serialize" ], "support": { - "issues": "https://github.com/akaunting/laravel-money/issues", - "source": "https://github.com/akaunting/laravel-money/tree/3.1.2" + "issues": "https://github.com/AnourValar/eloquent-serialize/issues", + "source": "https://github.com/AnourValar/eloquent-serialize/tree/1.3.4" }, - "time": "2022-07-27T08:16:36+00:00" + "time": "2025-07-30T15:45:57+00:00" }, { "name": "blade-ui-kit/blade-heroicons", - "version": "1.3.1", + "version": "2.6.0", "source": { "type": "git", - "url": "https://github.com/blade-ui-kit/blade-heroicons.git", - "reference": "a2749abc7b8eb6149ff643ffa99a3d33a2de7961" + "url": "https://github.com/driesvints/blade-heroicons.git", + "reference": "4553b2a1f6c76f0ac7f3bc0de4c0cfa06a097d19" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/blade-ui-kit/blade-heroicons/zipball/a2749abc7b8eb6149ff643ffa99a3d33a2de7961", - "reference": "a2749abc7b8eb6149ff643ffa99a3d33a2de7961", + "url": "https://api.github.com/repos/driesvints/blade-heroicons/zipball/4553b2a1f6c76f0ac7f3bc0de4c0cfa06a097d19", + "reference": "4553b2a1f6c76f0ac7f3bc0de4c0cfa06a097d19", "shasum": "" }, "require": { - "blade-ui-kit/blade-icons": "^1.1", - "illuminate/support": "^8.0|^9.0", - "php": "^7.4|^8.0" + "blade-ui-kit/blade-icons": "^1.6", + "illuminate/support": "^9.0|^10.0|^11.0|^12.0", + "php": "^8.0" }, "require-dev": { - "orchestra/testbench": "^6.0|^7.0", - "phpunit/phpunit": "^9.0" + "orchestra/testbench": "^7.0|^8.0|^9.0|^10.0", + "phpunit/phpunit": "^9.0|^10.5|^11.0" }, "type": "library", "extra": { @@ -128,48 +126,48 @@ "laravel" ], "support": { - "issues": "https://github.com/blade-ui-kit/blade-heroicons/issues", - "source": "https://github.com/blade-ui-kit/blade-heroicons/tree/1.3.1" + "issues": "https://github.com/driesvints/blade-heroicons/issues", + "source": "https://github.com/driesvints/blade-heroicons/tree/2.6.0" }, "funding": [ { - "url": "https://github.com/caneco", + "url": "https://github.com/sponsors/driesvints", "type": "github" }, { - "url": "https://github.com/driesvints", - "type": "github" + "url": "https://www.paypal.com/paypalme/driesvints", + "type": "paypal" } ], - "time": "2022-03-02T11:50:13+00:00" + "time": "2025-02-13T20:53:33+00:00" }, { "name": "blade-ui-kit/blade-icons", - "version": "1.3.2", + "version": "1.8.0", "source": { "type": "git", - "url": "https://github.com/blade-ui-kit/blade-icons.git", - "reference": "88eda22d90138c854ddad856de0ddf581d2f0d79" + "url": "https://github.com/driesvints/blade-icons.git", + "reference": "7b743f27476acb2ed04cb518213d78abe096e814" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/blade-ui-kit/blade-icons/zipball/88eda22d90138c854ddad856de0ddf581d2f0d79", - "reference": "88eda22d90138c854ddad856de0ddf581d2f0d79", + "url": "https://api.github.com/repos/driesvints/blade-icons/zipball/7b743f27476acb2ed04cb518213d78abe096e814", + "reference": "7b743f27476acb2ed04cb518213d78abe096e814", "shasum": "" }, "require": { - "illuminate/contracts": "^8.0|^9.0", - "illuminate/filesystem": "^8.0|^9.0", - "illuminate/support": "^8.0|^9.0", - "illuminate/view": "^8.0|^9.0", + "illuminate/contracts": "^8.0|^9.0|^10.0|^11.0|^12.0", + "illuminate/filesystem": "^8.0|^9.0|^10.0|^11.0|^12.0", + "illuminate/support": "^8.0|^9.0|^10.0|^11.0|^12.0", + "illuminate/view": "^8.0|^9.0|^10.0|^11.0|^12.0", "php": "^7.4|^8.0", - "symfony/console": "^5.3|^6.0", - "symfony/finder": "^5.3|^6.0" + "symfony/console": "^5.3|^6.0|^7.0", + "symfony/finder": "^5.3|^6.0|^7.0" }, "require-dev": { - "mockery/mockery": "^1.3", - "orchestra/testbench": "^6.0|^7.0", - "phpunit/phpunit": "^9.0" + "mockery/mockery": "^1.5.1", + "orchestra/testbench": "^6.0|^7.0|^8.0|^9.0|^10.0", + "phpunit/phpunit": "^9.0|^10.5|^11.0" }, "bin": [ "bin/blade-icons-generate" @@ -214,38 +212,37 @@ }, "funding": [ { - "url": "https://github.com/caneco", + "url": "https://github.com/sponsors/driesvints", "type": "github" }, { - "url": "https://github.com/driesvints", - "type": "github" + "url": "https://www.paypal.com/paypalme/driesvints", + "type": "paypal" } ], - "time": "2022-09-21T11:34:49+00:00" + "time": "2025-02-13T20:35:06+00:00" }, { "name": "brick/math", - "version": "0.10.2", + "version": "0.12.3", "source": { "type": "git", "url": "https://github.com/brick/math.git", - "reference": "459f2781e1a08d52ee56b0b1444086e038561e3f" + "reference": "866551da34e9a618e64a819ee1e01c20d8a588ba" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/brick/math/zipball/459f2781e1a08d52ee56b0b1444086e038561e3f", - "reference": "459f2781e1a08d52ee56b0b1444086e038561e3f", + "url": "https://api.github.com/repos/brick/math/zipball/866551da34e9a618e64a819ee1e01c20d8a588ba", + "reference": "866551da34e9a618e64a819ee1e01c20d8a588ba", "shasum": "" }, "require": { - "ext-json": "*", - "php": "^7.4 || ^8.0" + "php": "^8.1" }, "require-dev": { "php-coveralls/php-coveralls": "^2.2", - "phpunit/phpunit": "^9.0", - "vimeo/psalm": "4.25.0" + "phpunit/phpunit": "^10.1", + "vimeo/psalm": "6.8.8" }, "type": "library", "autoload": { @@ -265,12 +262,17 @@ "arithmetic", "bigdecimal", "bignum", + "bignumber", "brick", - "math" + "decimal", + "integer", + "math", + "mathematics", + "rational" ], "support": { "issues": "https://github.com/brick/math/issues", - "source": "https://github.com/brick/math/tree/0.10.2" + "source": "https://github.com/brick/math/tree/0.12.3" }, "funding": [ { @@ -278,20 +280,245 @@ "type": "github" } ], - "time": "2022-08-10T22:54:19+00:00" + "time": "2025-02-28T13:11:00+00:00" + }, + { + "name": "carbonphp/carbon-doctrine-types", + "version": "2.1.0", + "source": { + "type": "git", + "url": "https://github.com/CarbonPHP/carbon-doctrine-types.git", + "reference": "99f76ffa36cce3b70a4a6abce41dba15ca2e84cb" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/CarbonPHP/carbon-doctrine-types/zipball/99f76ffa36cce3b70a4a6abce41dba15ca2e84cb", + "reference": "99f76ffa36cce3b70a4a6abce41dba15ca2e84cb", + "shasum": "" + }, + "require": { + "php": "^7.4 || ^8.0" + }, + "conflict": { + "doctrine/dbal": "<3.7.0 || >=4.0.0" + }, + "require-dev": { + "doctrine/dbal": "^3.7.0", + "nesbot/carbon": "^2.71.0 || ^3.0.0", + "phpunit/phpunit": "^10.3" + }, + "type": "library", + "autoload": { + "psr-4": { + "Carbon\\Doctrine\\": "src/Carbon/Doctrine/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "KyleKatarn", + "email": "kylekatarnls@gmail.com" + } + ], + "description": "Types to use Carbon in Doctrine", + "keywords": [ + "carbon", + "date", + "datetime", + "doctrine", + "time" + ], + "support": { + "issues": "https://github.com/CarbonPHP/carbon-doctrine-types/issues", + "source": "https://github.com/CarbonPHP/carbon-doctrine-types/tree/2.1.0" + }, + "funding": [ + { + "url": "https://github.com/kylekatarnls", + "type": "github" + }, + { + "url": "https://opencollective.com/Carbon", + "type": "open_collective" + }, + { + "url": "https://tidelift.com/funding/github/packagist/nesbot/carbon", + "type": "tidelift" + } + ], + "time": "2023-12-11T17:09:12+00:00" + }, + { + "name": "composer/pcre", + "version": "3.3.2", + "source": { + "type": "git", + "url": "https://github.com/composer/pcre.git", + "reference": "b2bed4734f0cc156ee1fe9c0da2550420d99a21e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/composer/pcre/zipball/b2bed4734f0cc156ee1fe9c0da2550420d99a21e", + "reference": "b2bed4734f0cc156ee1fe9c0da2550420d99a21e", + "shasum": "" + }, + "require": { + "php": "^7.4 || ^8.0" + }, + "conflict": { + "phpstan/phpstan": "<1.11.10" + }, + "require-dev": { + "phpstan/phpstan": "^1.12 || ^2", + "phpstan/phpstan-strict-rules": "^1 || ^2", + "phpunit/phpunit": "^8 || ^9" + }, + "type": "library", + "extra": { + "phpstan": { + "includes": [ + "extension.neon" + ] + }, + "branch-alias": { + "dev-main": "3.x-dev" + } + }, + "autoload": { + "psr-4": { + "Composer\\Pcre\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jordi Boggiano", + "email": "j.boggiano@seld.be", + "homepage": "http://seld.be" + } + ], + "description": "PCRE wrapping library that offers type-safe preg_* replacements.", + "keywords": [ + "PCRE", + "preg", + "regex", + "regular expression" + ], + "support": { + "issues": "https://github.com/composer/pcre/issues", + "source": "https://github.com/composer/pcre/tree/3.3.2" + }, + "funding": [ + { + "url": "https://packagist.com", + "type": "custom" + }, + { + "url": "https://github.com/composer", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/composer/composer", + "type": "tidelift" + } + ], + "time": "2024-11-12T16:29:46+00:00" + }, + { + "name": "composer/semver", + "version": "3.4.4", + "source": { + "type": "git", + "url": "https://github.com/composer/semver.git", + "reference": "198166618906cb2de69b95d7d47e5fa8aa1b2b95" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/composer/semver/zipball/198166618906cb2de69b95d7d47e5fa8aa1b2b95", + "reference": "198166618906cb2de69b95d7d47e5fa8aa1b2b95", + "shasum": "" + }, + "require": { + "php": "^5.3.2 || ^7.0 || ^8.0" + }, + "require-dev": { + "phpstan/phpstan": "^1.11", + "symfony/phpunit-bridge": "^3 || ^7" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "3.x-dev" + } + }, + "autoload": { + "psr-4": { + "Composer\\Semver\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nils Adermann", + "email": "naderman@naderman.de", + "homepage": "http://www.naderman.de" + }, + { + "name": "Jordi Boggiano", + "email": "j.boggiano@seld.be", + "homepage": "http://seld.be" + }, + { + "name": "Rob Bast", + "email": "rob.bast@gmail.com", + "homepage": "http://robbast.nl" + } + ], + "description": "Semver library that offers utilities, version constraint parsing and validation.", + "keywords": [ + "semantic", + "semver", + "validation", + "versioning" + ], + "support": { + "irc": "ircs://irc.libera.chat:6697/composer", + "issues": "https://github.com/composer/semver/issues", + "source": "https://github.com/composer/semver/tree/3.4.4" + }, + "funding": [ + { + "url": "https://packagist.com", + "type": "custom" + }, + { + "url": "https://github.com/composer", + "type": "github" + } + ], + "time": "2025-08-20T19:15:30+00:00" }, { "name": "danharrin/date-format-converter", - "version": "v0.2.0", + "version": "v0.3.1", "source": { "type": "git", "url": "https://github.com/danharrin/date-format-converter.git", - "reference": "ee448ab0cbe2ea36edb886a01670fc760e388f19" + "reference": "7c31171bc981e48726729a5f3a05a2d2b63f0b1e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/danharrin/date-format-converter/zipball/ee448ab0cbe2ea36edb886a01670fc760e388f19", - "reference": "ee448ab0cbe2ea36edb886a01670fc760e388f19", + "url": "https://api.github.com/repos/danharrin/date-format-converter/zipball/7c31171bc981e48726729a5f3a05a2d2b63f0b1e", + "reference": "7c31171bc981e48726729a5f3a05a2d2b63f0b1e", "shasum": "" }, "require": { @@ -329,31 +556,31 @@ "type": "github" } ], - "time": "2021-02-10T23:58:47+00:00" + "time": "2024-06-13T09:38:44+00:00" }, { "name": "danharrin/livewire-rate-limiting", - "version": "v1.0.0", + "version": "v2.1.0", "source": { "type": "git", "url": "https://github.com/danharrin/livewire-rate-limiting.git", - "reference": "b99facf5b607fb0cde92a6f254f437295339f7de" + "reference": "14dde653a9ae8f38af07a0ba4921dc046235e1a0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/danharrin/livewire-rate-limiting/zipball/b99facf5b607fb0cde92a6f254f437295339f7de", - "reference": "b99facf5b607fb0cde92a6f254f437295339f7de", + "url": "https://api.github.com/repos/danharrin/livewire-rate-limiting/zipball/14dde653a9ae8f38af07a0ba4921dc046235e1a0", + "reference": "14dde653a9ae8f38af07a0ba4921dc046235e1a0", "shasum": "" }, "require": { - "illuminate/support": "^8.0|^9.0", + "illuminate/support": "^9.0|^10.0|^11.0|^12.0", "php": "^8.0" }, "require-dev": { - "livewire/livewire": "^2.3", - "orchestra/testbench": "^6.2|^7.0", - "phpunit/phpunit": "^9.4", - "symplify/monorepo-builder": "^9.0" + "livewire/livewire": "^3.0", + "livewire/volt": "^1.3", + "orchestra/testbench": "^7.0|^8.0|^9.0|^10.0", + "phpunit/phpunit": "^9.0|^10.0|^11.5.3" }, "type": "library", "autoload": { @@ -383,7 +610,7 @@ "type": "github" } ], - "time": "2022-01-21T11:26:58+00:00" + "time": "2025-02-21T08:52:11+00:00" }, { "name": "devaslanphp/filament-avatar", @@ -442,16 +669,16 @@ }, { "name": "dflydev/dot-access-data", - "version": "v3.0.1", + "version": "v3.0.3", "source": { "type": "git", "url": "https://github.com/dflydev/dflydev-dot-access-data.git", - "reference": "0992cc19268b259a39e86f296da5f0677841f42c" + "reference": "a23a2bf4f31d3518f3ecb38660c95715dfead60f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/0992cc19268b259a39e86f296da5f0677841f42c", - "reference": "0992cc19268b259a39e86f296da5f0677841f42c", + "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/a23a2bf4f31d3518f3ecb38660c95715dfead60f", + "reference": "a23a2bf4f31d3518f3ecb38660c95715dfead60f", "shasum": "" }, "require": { @@ -462,7 +689,7 @@ "phpunit/phpunit": "^7.5 || ^8.5 || ^9.3", "scrutinizer/ocular": "1.6.0", "squizlabs/php_codesniffer": "^3.5", - "vimeo/psalm": "^3.14" + "vimeo/psalm": "^4.0.0" }, "type": "library", "extra": { @@ -511,39 +738,291 @@ ], "support": { "issues": "https://github.com/dflydev/dflydev-dot-access-data/issues", - "source": "https://github.com/dflydev/dflydev-dot-access-data/tree/v3.0.1" + "source": "https://github.com/dflydev/dflydev-dot-access-data/tree/v3.0.3" + }, + "time": "2024-07-08T12:26:09+00:00" + }, + { + "name": "doctrine/dbal", + "version": "3.10.2", + "source": { + "type": "git", + "url": "https://github.com/doctrine/dbal.git", + "reference": "c6c16cf787eaba3112203dfcd715fa2059c62282" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/doctrine/dbal/zipball/c6c16cf787eaba3112203dfcd715fa2059c62282", + "reference": "c6c16cf787eaba3112203dfcd715fa2059c62282", + "shasum": "" + }, + "require": { + "composer-runtime-api": "^2", + "doctrine/deprecations": "^0.5.3|^1", + "doctrine/event-manager": "^1|^2", + "php": "^7.4 || ^8.0", + "psr/cache": "^1|^2|^3", + "psr/log": "^1|^2|^3" + }, + "conflict": { + "doctrine/cache": "< 1.11" + }, + "require-dev": { + "doctrine/cache": "^1.11|^2.0", + "doctrine/coding-standard": "13.0.1", + "fig/log-test": "^1", + "jetbrains/phpstorm-stubs": "2023.1", + "phpstan/phpstan": "2.1.22", + "phpstan/phpstan-strict-rules": "^2", + "phpunit/phpunit": "9.6.23", + "slevomat/coding-standard": "8.16.2", + "squizlabs/php_codesniffer": "3.13.1", + "symfony/cache": "^5.4|^6.0|^7.0", + "symfony/console": "^4.4|^5.4|^6.0|^7.0" + }, + "suggest": { + "symfony/console": "For helpful console commands such as SQL execution and import of files." + }, + "bin": [ + "bin/doctrine-dbal" + ], + "type": "library", + "autoload": { + "psr-4": { + "Doctrine\\DBAL\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com" + }, + { + "name": "Roman Borschel", + "email": "roman@code-factory.org" + }, + { + "name": "Benjamin Eberlei", + "email": "kontakt@beberlei.de" + }, + { + "name": "Jonathan Wage", + "email": "jonwage@gmail.com" + } + ], + "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.", + "homepage": "https://www.doctrine-project.org/projects/dbal.html", + "keywords": [ + "abstraction", + "database", + "db2", + "dbal", + "mariadb", + "mssql", + "mysql", + "oci8", + "oracle", + "pdo", + "pgsql", + "postgresql", + "queryobject", + "sasql", + "sql", + "sqlite", + "sqlserver", + "sqlsrv" + ], + "support": { + "issues": "https://github.com/doctrine/dbal/issues", + "source": "https://github.com/doctrine/dbal/tree/3.10.2" }, - "time": "2021-08-13T13:06:58+00:00" + "funding": [ + { + "url": "https://www.doctrine-project.org/sponsorship.html", + "type": "custom" + }, + { + "url": "https://www.patreon.com/phpdoctrine", + "type": "patreon" + }, + { + "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdbal", + "type": "tidelift" + } + ], + "time": "2025-09-04T23:51:27+00:00" + }, + { + "name": "doctrine/deprecations", + "version": "1.1.5", + "source": { + "type": "git", + "url": "https://github.com/doctrine/deprecations.git", + "reference": "459c2f5dd3d6a4633d3b5f46ee2b1c40f57d3f38" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/doctrine/deprecations/zipball/459c2f5dd3d6a4633d3b5f46ee2b1c40f57d3f38", + "reference": "459c2f5dd3d6a4633d3b5f46ee2b1c40f57d3f38", + "shasum": "" + }, + "require": { + "php": "^7.1 || ^8.0" + }, + "conflict": { + "phpunit/phpunit": "<=7.5 || >=13" + }, + "require-dev": { + "doctrine/coding-standard": "^9 || ^12 || ^13", + "phpstan/phpstan": "1.4.10 || 2.1.11", + "phpstan/phpstan-phpunit": "^1.0 || ^2", + "phpunit/phpunit": "^7.5 || ^8.5 || ^9.6 || ^10.5 || ^11.5 || ^12", + "psr/log": "^1 || ^2 || ^3" + }, + "suggest": { + "psr/log": "Allows logging deprecations via PSR-3 logger implementation" + }, + "type": "library", + "autoload": { + "psr-4": { + "Doctrine\\Deprecations\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.", + "homepage": "https://www.doctrine-project.org/", + "support": { + "issues": "https://github.com/doctrine/deprecations/issues", + "source": "https://github.com/doctrine/deprecations/tree/1.1.5" + }, + "time": "2025-04-07T20:06:18+00:00" + }, + { + "name": "doctrine/event-manager", + "version": "2.0.1", + "source": { + "type": "git", + "url": "https://github.com/doctrine/event-manager.git", + "reference": "b680156fa328f1dfd874fd48c7026c41570b9c6e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/doctrine/event-manager/zipball/b680156fa328f1dfd874fd48c7026c41570b9c6e", + "reference": "b680156fa328f1dfd874fd48c7026c41570b9c6e", + "shasum": "" + }, + "require": { + "php": "^8.1" + }, + "conflict": { + "doctrine/common": "<2.9" + }, + "require-dev": { + "doctrine/coding-standard": "^12", + "phpstan/phpstan": "^1.8.8", + "phpunit/phpunit": "^10.5", + "vimeo/psalm": "^5.24" + }, + "type": "library", + "autoload": { + "psr-4": { + "Doctrine\\Common\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Guilherme Blanco", + "email": "guilhermeblanco@gmail.com" + }, + { + "name": "Roman Borschel", + "email": "roman@code-factory.org" + }, + { + "name": "Benjamin Eberlei", + "email": "kontakt@beberlei.de" + }, + { + "name": "Jonathan Wage", + "email": "jonwage@gmail.com" + }, + { + "name": "Johannes Schmitt", + "email": "schmittjoh@gmail.com" + }, + { + "name": "Marco Pivetta", + "email": "ocramius@gmail.com" + } + ], + "description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.", + "homepage": "https://www.doctrine-project.org/projects/event-manager.html", + "keywords": [ + "event", + "event dispatcher", + "event manager", + "event system", + "events" + ], + "support": { + "issues": "https://github.com/doctrine/event-manager/issues", + "source": "https://github.com/doctrine/event-manager/tree/2.0.1" + }, + "funding": [ + { + "url": "https://www.doctrine-project.org/sponsorship.html", + "type": "custom" + }, + { + "url": "https://www.patreon.com/phpdoctrine", + "type": "patreon" + }, + { + "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fevent-manager", + "type": "tidelift" + } + ], + "time": "2024-05-22T20:47:39+00:00" }, { "name": "doctrine/inflector", - "version": "2.0.5", + "version": "2.1.0", "source": { "type": "git", "url": "https://github.com/doctrine/inflector.git", - "reference": "ade2b3bbfb776f27f0558e26eed43b5d9fe1b392" + "reference": "6d6c96277ea252fc1304627204c3d5e6e15faa3b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/inflector/zipball/ade2b3bbfb776f27f0558e26eed43b5d9fe1b392", - "reference": "ade2b3bbfb776f27f0558e26eed43b5d9fe1b392", + "url": "https://api.github.com/repos/doctrine/inflector/zipball/6d6c96277ea252fc1304627204c3d5e6e15faa3b", + "reference": "6d6c96277ea252fc1304627204c3d5e6e15faa3b", "shasum": "" }, "require": { "php": "^7.2 || ^8.0" }, "require-dev": { - "doctrine/coding-standard": "^9", - "phpstan/phpstan": "^1.8", - "phpstan/phpstan-phpunit": "^1.1", - "phpstan/phpstan-strict-rules": "^1.3", - "phpunit/phpunit": "^8.5 || ^9.5", - "vimeo/psalm": "^4.25" + "doctrine/coding-standard": "^12.0 || ^13.0", + "phpstan/phpstan": "^1.12 || ^2.0", + "phpstan/phpstan-phpunit": "^1.4 || ^2.0", + "phpstan/phpstan-strict-rules": "^1.6 || ^2.0", + "phpunit/phpunit": "^8.5 || ^12.2" }, "type": "library", "autoload": { "psr-4": { - "Doctrine\\Inflector\\": "lib/Doctrine/Inflector" + "Doctrine\\Inflector\\": "src" } }, "notification-url": "https://packagist.org/downloads/", @@ -588,7 +1067,7 @@ ], "support": { "issues": "https://github.com/doctrine/inflector/issues", - "source": "https://github.com/doctrine/inflector/tree/2.0.5" + "source": "https://github.com/doctrine/inflector/tree/2.1.0" }, "funding": [ { @@ -604,35 +1083,36 @@ "type": "tidelift" } ], - "time": "2022-09-07T09:01:28+00:00" + "time": "2025-08-10T19:31:58+00:00" }, { "name": "doctrine/lexer", - "version": "1.2.3", + "version": "3.0.1", "source": { "type": "git", "url": "https://github.com/doctrine/lexer.git", - "reference": "c268e882d4dbdd85e36e4ad69e02dc284f89d229" + "reference": "31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/lexer/zipball/c268e882d4dbdd85e36e4ad69e02dc284f89d229", - "reference": "c268e882d4dbdd85e36e4ad69e02dc284f89d229", + "url": "https://api.github.com/repos/doctrine/lexer/zipball/31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd", + "reference": "31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd", "shasum": "" }, "require": { - "php": "^7.1 || ^8.0" + "php": "^8.1" }, "require-dev": { - "doctrine/coding-standard": "^9.0", - "phpstan/phpstan": "^1.3", - "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", - "vimeo/psalm": "^4.11" + "doctrine/coding-standard": "^12", + "phpstan/phpstan": "^1.10", + "phpunit/phpunit": "^10.5", + "psalm/plugin-phpunit": "^0.18.3", + "vimeo/psalm": "^5.21" }, "type": "library", "autoload": { "psr-4": { - "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer" + "Doctrine\\Common\\Lexer\\": "src" } }, "notification-url": "https://packagist.org/downloads/", @@ -664,7 +1144,7 @@ ], "support": { "issues": "https://github.com/doctrine/lexer/issues", - "source": "https://github.com/doctrine/lexer/tree/1.2.3" + "source": "https://github.com/doctrine/lexer/tree/3.0.1" }, "funding": [ { @@ -680,20 +1160,20 @@ "type": "tidelift" } ], - "time": "2022-02-28T11:07:21+00:00" + "time": "2024-02-05T11:56:58+00:00" }, { "name": "dragonmantank/cron-expression", - "version": "v3.3.2", + "version": "v3.4.0", "source": { "type": "git", "url": "https://github.com/dragonmantank/cron-expression.git", - "reference": "782ca5968ab8b954773518e9e49a6f892a34b2a8" + "reference": "8c784d071debd117328803d86b2097615b457500" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/782ca5968ab8b954773518e9e49a6f892a34b2a8", - "reference": "782ca5968ab8b954773518e9e49a6f892a34b2a8", + "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/8c784d071debd117328803d86b2097615b457500", + "reference": "8c784d071debd117328803d86b2097615b457500", "shasum": "" }, "require": { @@ -706,10 +1186,14 @@ "require-dev": { "phpstan/extension-installer": "^1.0", "phpstan/phpstan": "^1.0", - "phpstan/phpstan-webmozart-assert": "^1.0", "phpunit/phpunit": "^7.0|^8.0|^9.0" }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.x-dev" + } + }, "autoload": { "psr-4": { "Cron\\": "src/Cron/" @@ -733,7 +1217,7 @@ ], "support": { "issues": "https://github.com/dragonmantank/cron-expression/issues", - "source": "https://github.com/dragonmantank/cron-expression/tree/v3.3.2" + "source": "https://github.com/dragonmantank/cron-expression/tree/v3.4.0" }, "funding": [ { @@ -741,31 +1225,30 @@ "type": "github" } ], - "time": "2022-09-10T18:51:20+00:00" + "time": "2024-10-09T13:47:03+00:00" }, { "name": "egulias/email-validator", - "version": "3.2.1", + "version": "4.0.4", "source": { "type": "git", "url": "https://github.com/egulias/EmailValidator.git", - "reference": "f88dcf4b14af14a98ad96b14b2b317969eab6715" + "reference": "d42c8731f0624ad6bdc8d3e5e9a4524f68801cfa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/f88dcf4b14af14a98ad96b14b2b317969eab6715", - "reference": "f88dcf4b14af14a98ad96b14b2b317969eab6715", + "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/d42c8731f0624ad6bdc8d3e5e9a4524f68801cfa", + "reference": "d42c8731f0624ad6bdc8d3e5e9a4524f68801cfa", "shasum": "" }, "require": { - "doctrine/lexer": "^1.2", - "php": ">=7.2", - "symfony/polyfill-intl-idn": "^1.15" + "doctrine/lexer": "^2.0 || ^3.0", + "php": ">=8.1", + "symfony/polyfill-intl-idn": "^1.26" }, "require-dev": { - "php-coveralls/php-coveralls": "^2.2", - "phpunit/phpunit": "^8.5.8|^9.3.3", - "vimeo/psalm": "^4" + "phpunit/phpunit": "^10.2", + "vimeo/psalm": "^5.12" }, "suggest": { "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation" @@ -773,7 +1256,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0.x-dev" + "dev-master": "4.0.x-dev" } }, "autoload": { @@ -801,7 +1284,7 @@ ], "support": { "issues": "https://github.com/egulias/EmailValidator/issues", - "source": "https://github.com/egulias/EmailValidator/tree/3.2.1" + "source": "https://github.com/egulias/EmailValidator/tree/4.0.4" }, "funding": [ { @@ -809,24 +1292,24 @@ "type": "github" } ], - "time": "2022-06-18T20:57:19+00:00" + "time": "2025-03-06T22:45:56+00:00" }, { "name": "ezyang/htmlpurifier", - "version": "v4.16.0", + "version": "v4.18.0", "source": { "type": "git", "url": "https://github.com/ezyang/htmlpurifier.git", - "reference": "523407fb06eb9e5f3d59889b3978d5bfe94299c8" + "reference": "cb56001e54359df7ae76dc522d08845dc741621b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/523407fb06eb9e5f3d59889b3978d5bfe94299c8", - "reference": "523407fb06eb9e5f3d59889b3978d5bfe94299c8", + "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/cb56001e54359df7ae76dc522d08845dc741621b", + "reference": "cb56001e54359df7ae76dc522d08845dc741621b", "shasum": "" }, "require": { - "php": "~5.6.0 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0" + "php": "~5.6.0 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0" }, "require-dev": { "cerdic/css-tidy": "^1.7 || ^2.0", @@ -868,43 +1351,97 @@ ], "support": { "issues": "https://github.com/ezyang/htmlpurifier/issues", - "source": "https://github.com/ezyang/htmlpurifier/tree/v4.16.0" + "source": "https://github.com/ezyang/htmlpurifier/tree/v4.18.0" + }, + "time": "2024-11-01T03:51:45+00:00" + }, + { + "name": "filament/actions", + "version": "v3.3.39", + "source": { + "type": "git", + "url": "https://github.com/filamentphp/actions.git", + "reference": "9eaddc610d9adc00d738b8b116cea1be35a88f85" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/filamentphp/actions/zipball/9eaddc610d9adc00d738b8b116cea1be35a88f85", + "reference": "9eaddc610d9adc00d738b8b116cea1be35a88f85", + "shasum": "" + }, + "require": { + "anourvalar/eloquent-serialize": "^1.2", + "filament/forms": "self.version", + "filament/infolists": "self.version", + "filament/notifications": "self.version", + "filament/support": "self.version", + "illuminate/contracts": "^10.45|^11.0|^12.0", + "illuminate/database": "^10.45|^11.0|^12.0", + "illuminate/support": "^10.45|^11.0|^12.0", + "league/csv": "^9.16", + "openspout/openspout": "^4.23", + "php": "^8.1", + "spatie/laravel-package-tools": "^1.9" + }, + "type": "library", + "extra": { + "laravel": { + "providers": [ + "Filament\\Actions\\ActionsServiceProvider" + ] + } + }, + "autoload": { + "psr-4": { + "Filament\\Actions\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Easily add beautiful action modals to any Livewire component.", + "homepage": "https://github.com/filamentphp/filament", + "support": { + "issues": "https://github.com/filamentphp/filament/issues", + "source": "https://github.com/filamentphp/filament" }, - "time": "2022-09-18T07:06:19+00:00" + "time": "2025-07-16T08:51:11+00:00" }, { "name": "filament/filament", - "version": "v2.16.14", + "version": "v3.3.39", "source": { "type": "git", - "url": "https://github.com/filamentphp/admin.git", - "reference": "1e1c937094e30d16d3f29e924b0c18ec5d49d902" + "url": "https://github.com/filamentphp/panels.git", + "reference": "243d0493131ed01e3442d8f023f08f07c85c338f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/filamentphp/admin/zipball/1e1c937094e30d16d3f29e924b0c18ec5d49d902", - "reference": "1e1c937094e30d16d3f29e924b0c18ec5d49d902", + "url": "https://api.github.com/repos/filamentphp/panels/zipball/243d0493131ed01e3442d8f023f08f07c85c338f", + "reference": "243d0493131ed01e3442d8f023f08f07c85c338f", "shasum": "" }, "require": { - "danharrin/livewire-rate-limiting": "^0.3|^1.0", + "danharrin/livewire-rate-limiting": "^0.3|^1.0|^2.0", + "filament/actions": "self.version", "filament/forms": "self.version", + "filament/infolists": "self.version", "filament/notifications": "self.version", "filament/support": "self.version", "filament/tables": "self.version", - "illuminate/auth": "^8.6|^9.0", - "illuminate/console": "^8.6|^9.0", - "illuminate/contracts": "^8.6|^9.0", - "illuminate/cookie": "^8.6|^9.0", - "illuminate/database": "^8.6|^9.0", - "illuminate/http": "^8.6|^9.0", - "illuminate/routing": "^8.6|^9.0", - "illuminate/session": "^8.6|^9.0", - "illuminate/support": "^8.6|^9.0", - "illuminate/view": "^8.6|^9.0", - "livewire/livewire": "^2.10.7", - "php": "^8.0", - "ryangjchandler/blade-capture-directive": "^0.2", + "filament/widgets": "self.version", + "illuminate/auth": "^10.45|^11.0|^12.0", + "illuminate/console": "^10.45|^11.0|^12.0", + "illuminate/contracts": "^10.45|^11.0|^12.0", + "illuminate/cookie": "^10.45|^11.0|^12.0", + "illuminate/database": "^10.45|^11.0|^12.0", + "illuminate/http": "^10.45|^11.0|^12.0", + "illuminate/routing": "^10.45|^11.0|^12.0", + "illuminate/session": "^10.45|^11.0|^12.0", + "illuminate/support": "^10.45|^11.0|^12.0", + "illuminate/view": "^10.45|^11.0|^12.0", + "php": "^8.1", "spatie/laravel-package-tools": "^1.9" }, "type": "library", @@ -917,6 +1454,7 @@ }, "autoload": { "files": [ + "src/global_helpers.php", "src/helpers.php" ], "psr-4": { @@ -927,42 +1465,40 @@ "license": [ "MIT" ], - "description": "Effortlessly build TALL-powered admin panels.", + "description": "A collection of full-stack components for accelerated Laravel app development.", "homepage": "https://github.com/filamentphp/filament", "support": { "issues": "https://github.com/filamentphp/filament/issues", "source": "https://github.com/filamentphp/filament" }, - "time": "2022-09-23T11:39:36+00:00" + "time": "2025-09-16T09:11:33+00:00" }, { "name": "filament/forms", - "version": "v2.16.14", + "version": "v3.3.39", "source": { "type": "git", "url": "https://github.com/filamentphp/forms.git", - "reference": "037ef411663c4925c490b92bc4ebe6b948d57296" + "reference": "1927793682979fa435f7c3d29a40306b8a526297" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/filamentphp/forms/zipball/037ef411663c4925c490b92bc4ebe6b948d57296", - "reference": "037ef411663c4925c490b92bc4ebe6b948d57296", + "url": "https://api.github.com/repos/filamentphp/forms/zipball/1927793682979fa435f7c3d29a40306b8a526297", + "reference": "1927793682979fa435f7c3d29a40306b8a526297", "shasum": "" }, "require": { - "blade-ui-kit/blade-heroicons": "^1.2", - "danharrin/date-format-converter": "^0.2", - "filament/notifications": "self.version", + "danharrin/date-format-converter": "^0.3", + "filament/actions": "self.version", "filament/support": "self.version", - "illuminate/console": "^8.6|^9.0", - "illuminate/contracts": "^8.6|^9.0", - "illuminate/database": "^8.6|^9.0", - "illuminate/filesystem": "^8.6|^9.0", - "illuminate/support": "^8.6|^9.0", - "illuminate/validation": "^8.6|^9.0", - "illuminate/view": "^8.6|^9.0", - "livewire/livewire": "^2.10.7", - "php": "^8.0", + "illuminate/console": "^10.45|^11.0|^12.0", + "illuminate/contracts": "^10.45|^11.0|^12.0", + "illuminate/database": "^10.45|^11.0|^12.0", + "illuminate/filesystem": "^10.45|^11.0|^12.0", + "illuminate/support": "^10.45|^11.0|^12.0", + "illuminate/validation": "^10.45|^11.0|^12.0", + "illuminate/view": "^10.45|^11.0|^12.0", + "php": "^8.1", "spatie/laravel-package-tools": "^1.9" }, "type": "library", @@ -985,37 +1521,87 @@ "license": [ "MIT" ], - "description": "Effortlessly build TALL-powered forms.", + "description": "Easily add beautiful forms to any Livewire component.", + "homepage": "https://github.com/filamentphp/filament", + "support": { + "issues": "https://github.com/filamentphp/filament/issues", + "source": "https://github.com/filamentphp/filament" + }, + "time": "2025-09-16T09:09:34+00:00" + }, + { + "name": "filament/infolists", + "version": "v3.3.39", + "source": { + "type": "git", + "url": "https://github.com/filamentphp/infolists.git", + "reference": "4533c2ccb6ef06ab7f27d81e27be0cdd4f5e72de" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/filamentphp/infolists/zipball/4533c2ccb6ef06ab7f27d81e27be0cdd4f5e72de", + "reference": "4533c2ccb6ef06ab7f27d81e27be0cdd4f5e72de", + "shasum": "" + }, + "require": { + "filament/actions": "self.version", + "filament/support": "self.version", + "illuminate/console": "^10.45|^11.0|^12.0", + "illuminate/contracts": "^10.45|^11.0|^12.0", + "illuminate/database": "^10.45|^11.0|^12.0", + "illuminate/filesystem": "^10.45|^11.0|^12.0", + "illuminate/support": "^10.45|^11.0|^12.0", + "illuminate/view": "^10.45|^11.0|^12.0", + "php": "^8.1", + "spatie/laravel-package-tools": "^1.9" + }, + "type": "library", + "extra": { + "laravel": { + "providers": [ + "Filament\\Infolists\\InfolistsServiceProvider" + ] + } + }, + "autoload": { + "psr-4": { + "Filament\\Infolists\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Easily add beautiful read-only infolists to any Livewire component.", "homepage": "https://github.com/filamentphp/filament", "support": { "issues": "https://github.com/filamentphp/filament/issues", "source": "https://github.com/filamentphp/filament" }, - "time": "2022-09-23T11:39:40+00:00" + "time": "2025-08-12T13:15:27+00:00" }, { "name": "filament/notifications", - "version": "v2.16.14", + "version": "v3.3.39", "source": { "type": "git", "url": "https://github.com/filamentphp/notifications.git", - "reference": "559c821e44887058c168e7e883b23267df841e70" + "reference": "adc118c7fc34a423f3c01d6936ad0316f489949c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/filamentphp/notifications/zipball/559c821e44887058c168e7e883b23267df841e70", - "reference": "559c821e44887058c168e7e883b23267df841e70", + "url": "https://api.github.com/repos/filamentphp/notifications/zipball/adc118c7fc34a423f3c01d6936ad0316f489949c", + "reference": "adc118c7fc34a423f3c01d6936ad0316f489949c", "shasum": "" }, "require": { - "blade-ui-kit/blade-heroicons": "^1.2", + "filament/actions": "self.version", "filament/support": "self.version", - "illuminate/contracts": "^8.6|^9.0", - "illuminate/filesystem": "^8.6|^9.0", - "illuminate/notifications": "^8.6|^9.0", - "illuminate/support": "^8.6|^9.0", - "livewire/livewire": "^2.10.7", - "php": "^8.0", + "illuminate/contracts": "^10.45|^11.0|^12.0", + "illuminate/filesystem": "^10.45|^11.0|^12.0", + "illuminate/notifications": "^10.45|^11.0|^12.0", + "illuminate/support": "^10.45|^11.0|^12.0", + "php": "^8.1", "spatie/laravel-package-tools": "^1.9" }, "type": "library", @@ -1027,6 +1613,9 @@ } }, "autoload": { + "files": [ + "src/Testing/Autoload.php" + ], "psr-4": { "Filament\\Notifications\\": "src" } @@ -1035,35 +1624,44 @@ "license": [ "MIT" ], - "description": "Effortlessly build TALL-powered notifications.", + "description": "Easily add beautiful notifications to any Livewire app.", "homepage": "https://github.com/filamentphp/filament", "support": { "issues": "https://github.com/filamentphp/filament/issues", "source": "https://github.com/filamentphp/filament" }, - "time": "2022-09-23T10:20:40+00:00" + "time": "2025-07-08T20:42:18+00:00" }, { "name": "filament/support", - "version": "v2.16.14", + "version": "v3.3.39", "source": { "type": "git", "url": "https://github.com/filamentphp/support.git", - "reference": "c0cc59bd50d926b9f60cf1ea0762982ffd71cb06" + "reference": "afafd5e7a2f8cf052f70f989b52d82d0a1df5c78" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/filamentphp/support/zipball/c0cc59bd50d926b9f60cf1ea0762982ffd71cb06", - "reference": "c0cc59bd50d926b9f60cf1ea0762982ffd71cb06", + "url": "https://api.github.com/repos/filamentphp/support/zipball/afafd5e7a2f8cf052f70f989b52d82d0a1df5c78", + "reference": "afafd5e7a2f8cf052f70f989b52d82d0a1df5c78", "shasum": "" }, "require": { - "illuminate/contracts": "^8.6|^9.0", - "illuminate/support": "^8.6|^9.0", - "illuminate/view": "^8.6|^9.0", - "php": "^8.0", + "blade-ui-kit/blade-heroicons": "^2.5", + "doctrine/dbal": "^3.2|^4.0", + "ext-intl": "*", + "illuminate/contracts": "^10.45|^11.0|^12.0", + "illuminate/support": "^10.45|^11.0|^12.0", + "illuminate/view": "^10.45|^11.0|^12.0", + "kirschbaum-development/eloquent-power-joins": "^3.0|^4.0", + "livewire/livewire": "^3.5", + "php": "^8.1", + "ryangjchandler/blade-capture-directive": "^0.2|^0.3|^1.0", + "spatie/color": "^1.5", + "spatie/invade": "^1.0|^2.0", "spatie/laravel-package-tools": "^1.9", - "tgalopin/html-sanitizer": "^1.5" + "symfony/console": "^6.0|^7.0", + "symfony/html-sanitizer": "^6.1|^7.0" }, "type": "library", "extra": { @@ -1085,43 +1683,39 @@ "license": [ "MIT" ], - "description": "Associated helper methods and foundation code for Filament packages.", + "description": "Core helper methods and foundation code for all Filament packages.", "homepage": "https://github.com/filamentphp/filament", "support": { "issues": "https://github.com/filamentphp/filament/issues", "source": "https://github.com/filamentphp/filament" }, - "time": "2022-09-22T19:57:32+00:00" + "time": "2025-08-12T13:15:44+00:00" }, { "name": "filament/tables", - "version": "v2.16.14", + "version": "v3.3.39", "source": { "type": "git", "url": "https://github.com/filamentphp/tables.git", - "reference": "9690836dfcf378e907167ab2e9dd19dc483fed8f" + "reference": "2e1e3aeeeccd6b74e5d038325af52635d1108e4c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/filamentphp/tables/zipball/9690836dfcf378e907167ab2e9dd19dc483fed8f", - "reference": "9690836dfcf378e907167ab2e9dd19dc483fed8f", + "url": "https://api.github.com/repos/filamentphp/tables/zipball/2e1e3aeeeccd6b74e5d038325af52635d1108e4c", + "reference": "2e1e3aeeeccd6b74e5d038325af52635d1108e4c", "shasum": "" }, "require": { - "akaunting/laravel-money": "^1.2|^2.0|^3.0", - "blade-ui-kit/blade-heroicons": "^1.2", + "filament/actions": "self.version", "filament/forms": "self.version", - "filament/notifications": "self.version", "filament/support": "self.version", - "illuminate/console": "^8.6|^9.0", - "illuminate/contracts": "^8.6|^9.0", - "illuminate/database": "^8.6|^9.0", - "illuminate/filesystem": "^8.6|^9.0", - "illuminate/support": "^8.6|^9.0", - "illuminate/view": "^8.6|^9.0", - "livewire/livewire": "^2.10.7", - "php": "^8.0", - "spatie/invade": "^1.0", + "illuminate/console": "^10.45|^11.0|^12.0", + "illuminate/contracts": "^10.45|^11.0|^12.0", + "illuminate/database": "^10.45|^11.0|^12.0", + "illuminate/filesystem": "^10.45|^11.0|^12.0", + "illuminate/support": "^10.45|^11.0|^12.0", + "illuminate/view": "^10.45|^11.0|^12.0", + "php": "^8.1", "spatie/laravel-package-tools": "^1.9" }, "type": "library", @@ -1141,31 +1735,75 @@ "license": [ "MIT" ], - "description": "Effortlessly build TALL-powered tables.", + "description": "Easily add beautiful tables to any Livewire component.", + "homepage": "https://github.com/filamentphp/filament", + "support": { + "issues": "https://github.com/filamentphp/filament/issues", + "source": "https://github.com/filamentphp/filament" + }, + "time": "2025-09-17T10:47:13+00:00" + }, + { + "name": "filament/widgets", + "version": "v3.3.39", + "source": { + "type": "git", + "url": "https://github.com/filamentphp/widgets.git", + "reference": "5b956f884aaef479f6091463cb829e7c9f2afc2c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/filamentphp/widgets/zipball/5b956f884aaef479f6091463cb829e7c9f2afc2c", + "reference": "5b956f884aaef479f6091463cb829e7c9f2afc2c", + "shasum": "" + }, + "require": { + "filament/support": "self.version", + "php": "^8.1", + "spatie/laravel-package-tools": "^1.9" + }, + "type": "library", + "extra": { + "laravel": { + "providers": [ + "Filament\\Widgets\\WidgetsServiceProvider" + ] + } + }, + "autoload": { + "psr-4": { + "Filament\\Widgets\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Easily add beautiful dashboard widgets to any Livewire component.", "homepage": "https://github.com/filamentphp/filament", "support": { "issues": "https://github.com/filamentphp/filament/issues", "source": "https://github.com/filamentphp/filament" }, - "time": "2022-09-23T11:39:54+00:00" + "time": "2025-06-12T15:11:14+00:00" }, { "name": "fruitcake/php-cors", - "version": "v1.2.0", + "version": "v1.3.0", "source": { "type": "git", "url": "https://github.com/fruitcake/php-cors.git", - "reference": "58571acbaa5f9f462c9c77e911700ac66f446d4e" + "reference": "3d158f36e7875e2f040f37bc0573956240a5a38b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/fruitcake/php-cors/zipball/58571acbaa5f9f462c9c77e911700ac66f446d4e", - "reference": "58571acbaa5f9f462c9c77e911700ac66f446d4e", + "url": "https://api.github.com/repos/fruitcake/php-cors/zipball/3d158f36e7875e2f040f37bc0573956240a5a38b", + "reference": "3d158f36e7875e2f040f37bc0573956240a5a38b", "shasum": "" }, "require": { "php": "^7.4|^8.0", - "symfony/http-foundation": "^4.4|^5.4|^6" + "symfony/http-foundation": "^4.4|^5.4|^6|^7" }, "require-dev": { "phpstan/phpstan": "^1.4", @@ -1175,7 +1813,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.1-dev" + "dev-master": "1.2-dev" } }, "autoload": { @@ -1206,7 +1844,7 @@ ], "support": { "issues": "https://github.com/fruitcake/php-cors/issues", - "source": "https://github.com/fruitcake/php-cors/tree/v1.2.0" + "source": "https://github.com/fruitcake/php-cors/tree/v1.3.0" }, "funding": [ { @@ -1218,28 +1856,28 @@ "type": "github" } ], - "time": "2022-02-20T15:07:15+00:00" + "time": "2023-10-12T05:21:21+00:00" }, { "name": "graham-campbell/result-type", - "version": "v1.1.0", + "version": "v1.1.3", "source": { "type": "git", "url": "https://github.com/GrahamCampbell/Result-Type.git", - "reference": "a878d45c1914464426dc94da61c9e1d36ae262a8" + "reference": "3ba905c11371512af9d9bdd27d99b782216b6945" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/a878d45c1914464426dc94da61c9e1d36ae262a8", - "reference": "a878d45c1914464426dc94da61c9e1d36ae262a8", + "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/3ba905c11371512af9d9bdd27d99b782216b6945", + "reference": "3ba905c11371512af9d9bdd27d99b782216b6945", "shasum": "" }, "require": { "php": "^7.2.5 || ^8.0", - "phpoption/phpoption": "^1.9" + "phpoption/phpoption": "^1.9.3" }, "require-dev": { - "phpunit/phpunit": "^8.5.28 || ^9.5.21" + "phpunit/phpunit": "^8.5.39 || ^9.6.20 || ^10.5.28" }, "type": "library", "autoload": { @@ -1268,7 +1906,7 @@ ], "support": { "issues": "https://github.com/GrahamCampbell/Result-Type/issues", - "source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.1.0" + "source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.1.3" }, "funding": [ { @@ -1280,26 +1918,26 @@ "type": "tidelift" } ], - "time": "2022-07-30T15:56:11+00:00" + "time": "2024-07-20T21:45:45+00:00" }, { "name": "guzzlehttp/guzzle", - "version": "7.5.0", + "version": "7.10.0", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", - "reference": "b50a2a1251152e43f6a37f0fa053e730a67d25ba" + "reference": "b51ac707cfa420b7bfd4e4d5e510ba8008e822b4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/guzzle/zipball/b50a2a1251152e43f6a37f0fa053e730a67d25ba", - "reference": "b50a2a1251152e43f6a37f0fa053e730a67d25ba", + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/b51ac707cfa420b7bfd4e4d5e510ba8008e822b4", + "reference": "b51ac707cfa420b7bfd4e4d5e510ba8008e822b4", "shasum": "" }, "require": { "ext-json": "*", - "guzzlehttp/promises": "^1.5", - "guzzlehttp/psr7": "^1.9 || ^2.4", + "guzzlehttp/promises": "^2.3", + "guzzlehttp/psr7": "^2.8", "php": "^7.2.5 || ^8.0", "psr/http-client": "^1.0", "symfony/deprecation-contracts": "^2.2 || ^3.0" @@ -1308,10 +1946,11 @@ "psr/http-client-implementation": "1.0" }, "require-dev": { - "bamarni/composer-bin-plugin": "^1.8.1", + "bamarni/composer-bin-plugin": "^1.8.2", "ext-curl": "*", - "php-http/client-integration-tests": "^3.0", - "phpunit/phpunit": "^8.5.29 || ^9.5.23", + "guzzle/client-integration-tests": "3.0.2", + "php-http/message-factory": "^1.1", + "phpunit/phpunit": "^8.5.39 || ^9.6.20", "psr/log": "^1.1 || ^2.0 || ^3.0" }, "suggest": { @@ -1324,9 +1963,6 @@ "bamarni-bin": { "bin-links": true, "forward-command": false - }, - "branch-alias": { - "dev-master": "7.5-dev" } }, "autoload": { @@ -1392,7 +2028,7 @@ ], "support": { "issues": "https://github.com/guzzle/guzzle/issues", - "source": "https://github.com/guzzle/guzzle/tree/7.5.0" + "source": "https://github.com/guzzle/guzzle/tree/7.10.0" }, "funding": [ { @@ -1408,38 +2044,37 @@ "type": "tidelift" } ], - "time": "2022-08-28T15:39:27+00:00" + "time": "2025-08-23T22:36:01+00:00" }, { "name": "guzzlehttp/promises", - "version": "1.5.2", + "version": "2.3.0", "source": { "type": "git", "url": "https://github.com/guzzle/promises.git", - "reference": "b94b2807d85443f9719887892882d0329d1e2598" + "reference": "481557b130ef3790cf82b713667b43030dc9c957" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/promises/zipball/b94b2807d85443f9719887892882d0329d1e2598", - "reference": "b94b2807d85443f9719887892882d0329d1e2598", + "url": "https://api.github.com/repos/guzzle/promises/zipball/481557b130ef3790cf82b713667b43030dc9c957", + "reference": "481557b130ef3790cf82b713667b43030dc9c957", "shasum": "" }, "require": { - "php": ">=5.5" + "php": "^7.2.5 || ^8.0" }, "require-dev": { - "symfony/phpunit-bridge": "^4.4 || ^5.1" + "bamarni/composer-bin-plugin": "^1.8.2", + "phpunit/phpunit": "^8.5.44 || ^9.6.25" }, "type": "library", "extra": { - "branch-alias": { - "dev-master": "1.5-dev" + "bamarni-bin": { + "bin-links": true, + "forward-command": false } }, "autoload": { - "files": [ - "src/functions_include.php" - ], "psr-4": { "GuzzleHttp\\Promise\\": "src/" } @@ -1476,7 +2111,7 @@ ], "support": { "issues": "https://github.com/guzzle/promises/issues", - "source": "https://github.com/guzzle/promises/tree/1.5.2" + "source": "https://github.com/guzzle/promises/tree/2.3.0" }, "funding": [ { @@ -1492,26 +2127,26 @@ "type": "tidelift" } ], - "time": "2022-08-28T14:55:35+00:00" + "time": "2025-08-22T14:34:08+00:00" }, { "name": "guzzlehttp/psr7", - "version": "2.4.1", + "version": "2.8.0", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", - "reference": "69568e4293f4fa993f3b0e51c9723e1e17c41379" + "reference": "21dc724a0583619cd1652f673303492272778051" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/psr7/zipball/69568e4293f4fa993f3b0e51c9723e1e17c41379", - "reference": "69568e4293f4fa993f3b0e51c9723e1e17c41379", + "url": "https://api.github.com/repos/guzzle/psr7/zipball/21dc724a0583619cd1652f673303492272778051", + "reference": "21dc724a0583619cd1652f673303492272778051", "shasum": "" }, "require": { "php": "^7.2.5 || ^8.0", "psr/http-factory": "^1.0", - "psr/http-message": "^1.0", + "psr/http-message": "^1.1 || ^2.0", "ralouphie/getallheaders": "^3.0" }, "provide": { @@ -1519,9 +2154,9 @@ "psr/http-message-implementation": "1.0" }, "require-dev": { - "bamarni/composer-bin-plugin": "^1.8.1", - "http-interop/http-factory-tests": "^0.9", - "phpunit/phpunit": "^8.5.29 || ^9.5.23" + "bamarni/composer-bin-plugin": "^1.8.2", + "http-interop/http-factory-tests": "0.9.0", + "phpunit/phpunit": "^8.5.44 || ^9.6.25" }, "suggest": { "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" @@ -1531,9 +2166,6 @@ "bamarni-bin": { "bin-links": true, "forward-command": false - }, - "branch-alias": { - "dev-master": "2.4-dev" } }, "autoload": { @@ -1595,7 +2227,7 @@ ], "support": { "issues": "https://github.com/guzzle/psr7/issues", - "source": "https://github.com/guzzle/psr7/tree/2.4.1" + "source": "https://github.com/guzzle/psr7/tree/2.8.0" }, "funding": [ { @@ -1611,55 +2243,204 @@ "type": "tidelift" } ], - "time": "2022-08-28T14:45:39+00:00" + "time": "2025-08-23T21:21:41+00:00" + }, + { + "name": "guzzlehttp/uri-template", + "version": "v1.0.5", + "source": { + "type": "git", + "url": "https://github.com/guzzle/uri-template.git", + "reference": "4f4bbd4e7172148801e76e3decc1e559bdee34e1" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/guzzle/uri-template/zipball/4f4bbd4e7172148801e76e3decc1e559bdee34e1", + "reference": "4f4bbd4e7172148801e76e3decc1e559bdee34e1", + "shasum": "" + }, + "require": { + "php": "^7.2.5 || ^8.0", + "symfony/polyfill-php80": "^1.24" + }, + "require-dev": { + "bamarni/composer-bin-plugin": "^1.8.2", + "phpunit/phpunit": "^8.5.44 || ^9.6.25", + "uri-template/tests": "1.0.0" + }, + "type": "library", + "extra": { + "bamarni-bin": { + "bin-links": true, + "forward-command": false + } + }, + "autoload": { + "psr-4": { + "GuzzleHttp\\UriTemplate\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Graham Campbell", + "email": "hello@gjcampbell.co.uk", + "homepage": "https://github.com/GrahamCampbell" + }, + { + "name": "Michael Dowling", + "email": "mtdowling@gmail.com", + "homepage": "https://github.com/mtdowling" + }, + { + "name": "George Mponos", + "email": "gmponos@gmail.com", + "homepage": "https://github.com/gmponos" + }, + { + "name": "Tobias Nyholm", + "email": "tobias.nyholm@gmail.com", + "homepage": "https://github.com/Nyholm" + } + ], + "description": "A polyfill class for uri_template of PHP", + "keywords": [ + "guzzlehttp", + "uri-template" + ], + "support": { + "issues": "https://github.com/guzzle/uri-template/issues", + "source": "https://github.com/guzzle/uri-template/tree/v1.0.5" + }, + "funding": [ + { + "url": "https://github.com/GrahamCampbell", + "type": "github" + }, + { + "url": "https://github.com/Nyholm", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/uri-template", + "type": "tidelift" + } + ], + "time": "2025-08-22T14:27:06+00:00" + }, + { + "name": "invaders-xx/filament-kanban-board", + "version": "4.1.1", + "source": { + "type": "git", + "url": "https://github.com/invaders-xx/filament-kanban-board.git", + "reference": "2ac0dac6e1db28f325e7712df97c87ff06348d7a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/invaders-xx/filament-kanban-board/zipball/2ac0dac6e1db28f325e7712df97c87ff06348d7a", + "reference": "2ac0dac6e1db28f325e7712df97c87ff06348d7a", + "shasum": "" + }, + "require": { + "filament/filament": "^3.0-stable", + "illuminate/contracts": "^8.74|^9.0|^10.0|^11.0", + "php": "^8.0", + "spatie/laravel-package-tools": "^1.9.2" + }, + "require-dev": { + "friendsofphp/php-cs-fixer": "^3.8", + "nunomaduro/collision": "^6.0|^7.0|^8.0", + "nunomaduro/larastan": "^2.0.1", + "orchestra/testbench": "^7.0|^8.0|^9.0", + "pestphp/pest": "^1.21", + "pestphp/pest-plugin-laravel": "^1.1", + "phpstan/extension-installer": "^1.1", + "phpstan/phpstan-deprecation-rules": "^1.0", + "phpstan/phpstan-phpunit": "^1.0", + "phpunit/phpunit": "^9.5|^10.0", + "spatie/laravel-ray": "^1.26" + }, + "type": "library", + "extra": { + "laravel": { + "aliases": { + "FilamentKanbanBoard": "InvadersXX\\FilamentKanbanBoard\\Facades\\FilamentKanbanBoard" + }, + "providers": [ + "InvadersXX\\FilamentKanbanBoard\\FilamentKanbanBoardServiceProvider" + ] + } + }, + "autoload": { + "psr-4": { + "InvadersXX\\FilamentKanbanBoard\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "David Vincent", + "email": "envahisseur@gmail.com", + "role": "Developer" + } + ], + "description": "Add a Kanban page to filament", + "homepage": "https://github.com/invaders-xx/filament-kanban-board", + "keywords": [ + "filament", + "filament-kanban-board", + "invaders-xx", + "laravel" + ], + "support": { + "issues": "https://github.com/invaders-xx/filament-kanban-board/issues", + "source": "https://github.com/invaders-xx/filament-kanban-board/tree/4.1.1" + }, + "time": "2024-05-31T07:41:49+00:00" }, { - "name": "invaders-xx/filament-kanban-board", - "version": "0.2.6", + "name": "kirschbaum-development/eloquent-power-joins", + "version": "4.1.0", "source": { "type": "git", - "url": "https://github.com/invaders-xx/filament-kanban-board.git", - "reference": "942a4da9b142340730c5448a113ed1647e8a4a55" + "url": "https://github.com/kirschbaum-development/eloquent-power-joins.git", + "reference": "d6c5cb1b90c0bd033a8f9159a78fd6a23e9ac5c2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/invaders-xx/filament-kanban-board/zipball/942a4da9b142340730c5448a113ed1647e8a4a55", - "reference": "942a4da9b142340730c5448a113ed1647e8a4a55", + "url": "https://api.github.com/repos/kirschbaum-development/eloquent-power-joins/zipball/d6c5cb1b90c0bd033a8f9159a78fd6a23e9ac5c2", + "reference": "d6c5cb1b90c0bd033a8f9159a78fd6a23e9ac5c2", "shasum": "" }, "require": { - "filament/filament": "^2.0", - "illuminate/contracts": "^8.74|^9.0", - "php": "^8.0", - "spatie/laravel-package-tools": "^1.9.2" + "illuminate/database": "^10.0|^11.0|^12.0", + "illuminate/support": "^10.0|^11.0|^12.0", + "php": "^8.1" }, "require-dev": { - "friendsofphp/php-cs-fixer": "^3.8", - "nunomaduro/collision": "^6.0", - "nunomaduro/larastan": "^2.0.1", - "orchestra/testbench": "^7.0", - "pestphp/pest": "^1.21", - "pestphp/pest-plugin-laravel": "^1.1", - "phpstan/extension-installer": "^1.1", - "phpstan/phpstan-deprecation-rules": "^1.0", - "phpstan/phpstan-phpunit": "^1.0", - "phpunit/phpunit": "^9.5", - "spatie/laravel-ray": "^1.26" + "friendsofphp/php-cs-fixer": "dev-master", + "laravel/legacy-factories": "^1.0@dev", + "orchestra/testbench": "^8.0|^9.0", + "phpunit/phpunit": "^10.0" }, "type": "library", "extra": { "laravel": { "providers": [ - "InvadersXX\\FilamentKanbanBoard\\FilamentKanbanBoardServiceProvider" - ], - "aliases": { - "FilamentKanbanBoard": "InvadersXX\\FilamentKanbanBoard\\Facades\\FilamentKanbanBoard" - } + "Kirschbaum\\PowerJoins\\PowerJoinsServiceProvider" + ] } }, "autoload": { "psr-4": { - "InvadersXX\\FilamentKanbanBoard\\": "src" + "Kirschbaum\\PowerJoins\\": "src" } }, "notification-url": "https://packagist.org/downloads/", @@ -1668,49 +2449,50 @@ ], "authors": [ { - "name": "David Vincent", - "email": "envahisseur@gmail.com", + "name": "Luis Dalmolin", + "email": "luis.nh@gmail.com", "role": "Developer" } ], - "description": "Add a Kanban page to filament", - "homepage": "https://github.com/invaders-xx/filament-kanban-board", + "description": "The Laravel magic applied to joins.", + "homepage": "https://github.com/kirschbaum-development/eloquent-power-joins", "keywords": [ - "filament", - "filament-kanban-board", - "invaders-xx", - "laravel" + "eloquent", + "join", + "laravel", + "mysql" ], "support": { - "issues": "https://github.com/invaders-xx/filament-kanban-board/issues", - "source": "https://github.com/invaders-xx/filament-kanban-board/tree/0.2.6" + "issues": "https://github.com/kirschbaum-development/eloquent-power-joins/issues", + "source": "https://github.com/kirschbaum-development/eloquent-power-joins/tree/4.1.0" }, - "time": "2022-07-17T08:00:58+00:00" + "time": "2025-02-12T11:14:14+00:00" }, { "name": "larabug/larabug", - "version": "2.5.3", + "version": "3.3", "source": { "type": "git", "url": "https://github.com/LaraBug/LaraBug.git", - "reference": "e1609ee592633e27d9102a4473f8fe9937c179c9" + "reference": "e9dba4d38166372f3772b57f39296eb502c598d1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/LaraBug/LaraBug/zipball/e1609ee592633e27d9102a4473f8fe9937c179c9", - "reference": "e1609ee592633e27d9102a4473f8fe9937c179c9", + "url": "https://api.github.com/repos/LaraBug/LaraBug/zipball/e9dba4d38166372f3772b57f39296eb502c598d1", + "reference": "e9dba4d38166372f3772b57f39296eb502c598d1", "shasum": "" }, "require": { "guzzlehttp/guzzle": "^6.0.2 || ^7.0", - "illuminate/support": "^6.0 || ^7.0 || ^8.0 || ^9.0", - "php": "^7.4 || ^8.0" + "illuminate/support": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0", + "nesbot/carbon": "^2.62.1 || ^3.0", + "php": "^7.4 || ^8.0 || ^8.2 || ^8.3 || ^8.4" }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.4", "mockery/mockery": "^1.3.3 || ^1.4.2", - "orchestra/testbench": "^4.0 || ^5.0 || ^6.0 || ^7.0", - "phpunit/phpunit": "^8.5.23 || ^9.5.12" + "orchestra/testbench": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0", + "phpunit/phpunit": "^8.5.23 || ^9.5.12 || ^10.0.9 || ^11.0" }, "type": "library", "extra": { @@ -1731,13 +2513,12 @@ ], "authors": [ { - "name": "Dennis Smink", - "email": "dennissmink@gmail.com", - "homepage": "http://www.dennissmink.nl", + "name": "Nathan Geerinck", + "email": "nathan@intilli.be", "role": "Owner" } ], - "description": "Laravel 6.x/7.x/8.x/9.x bug notifier", + "description": "Laravel 6.x/7.x/8.x/9.x/10.x/11.x bug notifier", "keywords": [ "error", "laravel", @@ -1745,64 +2526,71 @@ ], "support": { "issues": "https://github.com/LaraBug/LaraBug/issues", - "source": "https://github.com/LaraBug/LaraBug/tree/2.5.3" + "source": "https://github.com/LaraBug/LaraBug/tree/3.3" }, - "funding": [ - { - "url": "https://github.com/cannonb4ll", - "type": "github" - } - ], - "time": "2022-06-30T13:26:41+00:00" + "time": "2025-03-01T16:12:03+00:00" }, { "name": "laravel/framework", - "version": "v9.31.0", + "version": "v10.49.0", "source": { "type": "git", "url": "https://github.com/laravel/framework.git", - "reference": "75013d4fffe3b24748d313fbbea53206351214f7" + "reference": "b6848517f93445e7f243aaa4f3c32cc70f6739e2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/framework/zipball/75013d4fffe3b24748d313fbbea53206351214f7", - "reference": "75013d4fffe3b24748d313fbbea53206351214f7", + "url": "https://api.github.com/repos/laravel/framework/zipball/b6848517f93445e7f243aaa4f3c32cc70f6739e2", + "reference": "b6848517f93445e7f243aaa4f3c32cc70f6739e2", "shasum": "" }, "require": { - "doctrine/inflector": "^2.0", - "dragonmantank/cron-expression": "^3.1", - "egulias/email-validator": "^3.1", + "brick/math": "^0.9.3|^0.10.2|^0.11|^0.12", + "composer-runtime-api": "^2.2", + "doctrine/inflector": "^2.0.5", + "dragonmantank/cron-expression": "^3.3.2", + "egulias/email-validator": "^3.2.1|^4.0", + "ext-ctype": "*", + "ext-filter": "*", + "ext-hash": "*", "ext-mbstring": "*", "ext-openssl": "*", + "ext-session": "*", + "ext-tokenizer": "*", "fruitcake/php-cors": "^1.2", - "laravel/serializable-closure": "^1.0", - "league/commonmark": "^2.2", - "league/flysystem": "^3.0.16", - "monolog/monolog": "^2.0", - "nesbot/carbon": "^2.53.1", + "guzzlehttp/uri-template": "^1.0", + "laravel/prompts": "^0.1.9", + "laravel/serializable-closure": "^1.3", + "league/commonmark": "^2.2.1", + "league/flysystem": "^3.8.0", + "monolog/monolog": "^3.0", + "nesbot/carbon": "^2.67", "nunomaduro/termwind": "^1.13", - "php": "^8.0.2", + "php": "^8.1", "psr/container": "^1.1.1|^2.0.1", "psr/log": "^1.0|^2.0|^3.0", "psr/simple-cache": "^1.0|^2.0|^3.0", - "ramsey/uuid": "^4.2.2", - "symfony/console": "^6.0.3", - "symfony/error-handler": "^6.0", - "symfony/finder": "^6.0", - "symfony/http-foundation": "^6.0", - "symfony/http-kernel": "^6.0", - "symfony/mailer": "^6.0", - "symfony/mime": "^6.0", - "symfony/process": "^6.0", - "symfony/routing": "^6.0", - "symfony/uid": "^6.0", - "symfony/var-dumper": "^6.0", - "tijsverkoyen/css-to-inline-styles": "^2.2.2", + "ramsey/uuid": "^4.7", + "symfony/console": "^6.2", + "symfony/error-handler": "^6.2", + "symfony/finder": "^6.2", + "symfony/http-foundation": "^6.4", + "symfony/http-kernel": "^6.2", + "symfony/mailer": "^6.2", + "symfony/mime": "^6.2", + "symfony/process": "^6.2", + "symfony/routing": "^6.2", + "symfony/uid": "^6.2", + "symfony/var-dumper": "^6.2", + "tijsverkoyen/css-to-inline-styles": "^2.2.5", "vlucas/phpdotenv": "^5.4.1", "voku/portable-ascii": "^2.0" }, "conflict": { + "carbonphp/carbon-doctrine-types": ">=3.0", + "doctrine/dbal": ">=4.0", + "mockery/mockery": "1.6.8", + "phpunit/phpunit": ">=11.0.0", "tightenco/collect": "<5.5.33" }, "provide": { @@ -1833,6 +2621,7 @@ "illuminate/notifications": "self.version", "illuminate/pagination": "self.version", "illuminate/pipeline": "self.version", + "illuminate/process": "self.version", "illuminate/queue": "self.version", "illuminate/redis": "self.version", "illuminate/routing": "self.version", @@ -1845,68 +2634,76 @@ }, "require-dev": { "ably/ably-php": "^1.0", - "aws/aws-sdk-php": "^3.198.1", - "doctrine/dbal": "^2.13.3|^3.1.4", - "fakerphp/faker": "^1.9.2", - "guzzlehttp/guzzle": "^7.2", + "aws/aws-sdk-php": "^3.235.5", + "doctrine/dbal": "^3.5.1", + "ext-gmp": "*", + "fakerphp/faker": "^1.21", + "guzzlehttp/guzzle": "^7.5", "league/flysystem-aws-s3-v3": "^3.0", "league/flysystem-ftp": "^3.0", "league/flysystem-path-prefixing": "^3.3", "league/flysystem-read-only": "^3.3", "league/flysystem-sftp-v3": "^3.0", - "mockery/mockery": "^1.4.4", - "orchestra/testbench-core": "^7.1", + "mockery/mockery": "^1.5.1", + "nyholm/psr7": "^1.2", + "orchestra/testbench-core": "^8.23.4", "pda/pheanstalk": "^4.0", - "phpstan/phpstan": "^1.4.7", - "phpunit/phpunit": "^9.5.8", - "predis/predis": "^1.1.9|^2.0", - "symfony/cache": "^6.0" + "phpstan/phpstan": "~1.11.11", + "phpunit/phpunit": "^10.0.7", + "predis/predis": "^2.0.2", + "symfony/cache": "^6.2", + "symfony/http-client": "^6.2.4", + "symfony/psr-http-message-bridge": "^2.0" }, "suggest": { "ably/ably-php": "Required to use the Ably broadcast driver (^1.0).", - "aws/aws-sdk-php": "Required to use the SQS queue driver, DynamoDb failed job storage, and SES mail driver (^3.198.1).", + "aws/aws-sdk-php": "Required to use the SQS queue driver, DynamoDb failed job storage, and SES mail driver (^3.235.5).", "brianium/paratest": "Required to run tests in parallel (^6.0).", - "doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.13.3|^3.1.4).", - "ext-bcmath": "Required to use the multiple_of validation rule.", + "doctrine/dbal": "Required to rename columns and drop SQLite columns (^3.5.1).", + "ext-apcu": "Required to use the APC cache driver.", + "ext-fileinfo": "Required to use the Filesystem class.", "ext-ftp": "Required to use the Flysystem FTP driver.", "ext-gd": "Required to use Illuminate\\Http\\Testing\\FileFactory::image().", "ext-memcached": "Required to use the memcache cache driver.", - "ext-pcntl": "Required to use all features of the queue worker.", + "ext-pcntl": "Required to use all features of the queue worker and console signal trapping.", + "ext-pdo": "Required to use all database features.", "ext-posix": "Required to use all features of the queue worker.", "ext-redis": "Required to use the Redis cache and queue drivers (^4.0|^5.0).", "fakerphp/faker": "Required to use the eloquent factory builder (^1.9.1).", "filp/whoops": "Required for friendly error pages in development (^2.14.3).", - "guzzlehttp/guzzle": "Required to use the HTTP Client and the ping methods on schedules (^7.2).", + "guzzlehttp/guzzle": "Required to use the HTTP Client and the ping methods on schedules (^7.5).", "laravel/tinker": "Required to use the tinker console command (^2.0).", "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^3.0).", "league/flysystem-ftp": "Required to use the Flysystem FTP driver (^3.0).", "league/flysystem-path-prefixing": "Required to use the scoped driver (^3.3).", "league/flysystem-read-only": "Required to use read-only disks (^3.3)", "league/flysystem-sftp-v3": "Required to use the Flysystem SFTP driver (^3.0).", - "mockery/mockery": "Required to use mocking (^1.4.4).", + "mockery/mockery": "Required to use mocking (^1.5.1).", "nyholm/psr7": "Required to use PSR-7 bridging features (^1.2).", "pda/pheanstalk": "Required to use the beanstalk queue driver (^4.0).", - "phpunit/phpunit": "Required to use assertions and run tests (^9.5.8).", - "predis/predis": "Required to use the predis connector (^1.1.9|^2.0).", + "phpunit/phpunit": "Required to use assertions and run tests (^9.5.8|^10.0.7).", + "predis/predis": "Required to use the predis connector (^2.0.2).", "psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).", "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^6.0|^7.0).", - "symfony/cache": "Required to PSR-6 cache bridge (^6.0).", - "symfony/filesystem": "Required to enable support for relative symbolic links (^6.0).", - "symfony/http-client": "Required to enable support for the Symfony API mail transports (^6.0).", - "symfony/mailgun-mailer": "Required to enable support for the Mailgun mail transport (^6.0).", - "symfony/postmark-mailer": "Required to enable support for the Postmark mail transport (^6.0).", + "symfony/cache": "Required to PSR-6 cache bridge (^6.2).", + "symfony/filesystem": "Required to enable support for relative symbolic links (^6.2).", + "symfony/http-client": "Required to enable support for the Symfony API mail transports (^6.2).", + "symfony/mailgun-mailer": "Required to enable support for the Mailgun mail transport (^6.2).", + "symfony/postmark-mailer": "Required to enable support for the Postmark mail transport (^6.2).", "symfony/psr-http-message-bridge": "Required to use PSR-7 bridging features (^2.0)." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "9.x-dev" + "dev-master": "10.x-dev" } }, "autoload": { "files": [ + "src/Illuminate/Collections/functions.php", "src/Illuminate/Collections/helpers.php", "src/Illuminate/Events/functions.php", + "src/Illuminate/Filesystem/functions.php", "src/Illuminate/Foundation/helpers.php", "src/Illuminate/Support/helpers.php" ], @@ -1939,44 +2736,103 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2022-09-20T13:32:50+00:00" + "time": "2025-09-08T22:02:05+00:00" + }, + { + "name": "laravel/prompts", + "version": "v0.1.25", + "source": { + "type": "git", + "url": "https://github.com/laravel/prompts.git", + "reference": "7b4029a84c37cb2725fc7f011586e2997040bc95" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/laravel/prompts/zipball/7b4029a84c37cb2725fc7f011586e2997040bc95", + "reference": "7b4029a84c37cb2725fc7f011586e2997040bc95", + "shasum": "" + }, + "require": { + "ext-mbstring": "*", + "illuminate/collections": "^10.0|^11.0", + "php": "^8.1", + "symfony/console": "^6.2|^7.0" + }, + "conflict": { + "illuminate/console": ">=10.17.0 <10.25.0", + "laravel/framework": ">=10.17.0 <10.25.0" + }, + "require-dev": { + "mockery/mockery": "^1.5", + "pestphp/pest": "^2.3", + "phpstan/phpstan": "^1.11", + "phpstan/phpstan-mockery": "^1.1" + }, + "suggest": { + "ext-pcntl": "Required for the spinner to be animated." + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "0.1.x-dev" + } + }, + "autoload": { + "files": [ + "src/helpers.php" + ], + "psr-4": { + "Laravel\\Prompts\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Add beautiful and user-friendly forms to your command-line applications.", + "support": { + "issues": "https://github.com/laravel/prompts/issues", + "source": "https://github.com/laravel/prompts/tree/v0.1.25" + }, + "time": "2024-08-12T22:06:33+00:00" }, { "name": "laravel/sanctum", - "version": "v3.0.1", + "version": "v3.3.3", "source": { "type": "git", "url": "https://github.com/laravel/sanctum.git", - "reference": "b71e80a3a8e8029e2ec8c1aa814b999609ce16dc" + "reference": "8c104366459739f3ada0e994bcd3e6fd681ce3d5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/sanctum/zipball/b71e80a3a8e8029e2ec8c1aa814b999609ce16dc", - "reference": "b71e80a3a8e8029e2ec8c1aa814b999609ce16dc", + "url": "https://api.github.com/repos/laravel/sanctum/zipball/8c104366459739f3ada0e994bcd3e6fd681ce3d5", + "reference": "8c104366459739f3ada0e994bcd3e6fd681ce3d5", "shasum": "" }, "require": { "ext-json": "*", - "illuminate/console": "^9.21", - "illuminate/contracts": "^9.21", - "illuminate/database": "^9.21", - "illuminate/support": "^9.21", + "illuminate/console": "^9.21|^10.0", + "illuminate/contracts": "^9.21|^10.0", + "illuminate/database": "^9.21|^10.0", + "illuminate/support": "^9.21|^10.0", "php": "^8.0.2" }, "require-dev": { "mockery/mockery": "^1.0", - "orchestra/testbench": "^7.0", - "phpunit/phpunit": "^9.3" + "orchestra/testbench": "^7.28.2|^8.8.3", + "phpstan/phpstan": "^1.10", + "phpunit/phpunit": "^9.6" }, "type": "library", "extra": { - "branch-alias": { - "dev-master": "3.x-dev" - }, "laravel": { "providers": [ "Laravel\\Sanctum\\SanctumServiceProvider" ] + }, + "branch-alias": { + "dev-master": "3.x-dev" } }, "autoload": { @@ -2004,30 +2860,31 @@ "issues": "https://github.com/laravel/sanctum/issues", "source": "https://github.com/laravel/sanctum" }, - "time": "2022-07-29T21:33:30+00:00" + "time": "2023-12-19T18:44:48+00:00" }, { "name": "laravel/serializable-closure", - "version": "v1.2.2", + "version": "v1.3.7", "source": { "type": "git", "url": "https://github.com/laravel/serializable-closure.git", - "reference": "47afb7fae28ed29057fdca37e16a84f90cc62fae" + "reference": "4f48ade902b94323ca3be7646db16209ec76be3d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/47afb7fae28ed29057fdca37e16a84f90cc62fae", - "reference": "47afb7fae28ed29057fdca37e16a84f90cc62fae", + "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/4f48ade902b94323ca3be7646db16209ec76be3d", + "reference": "4f48ade902b94323ca3be7646db16209ec76be3d", "shasum": "" }, "require": { "php": "^7.3|^8.0" }, "require-dev": { - "nesbot/carbon": "^2.61", + "illuminate/support": "^8.0|^9.0|^10.0|^11.0", + "nesbot/carbon": "^2.61|^3.0", "pestphp/pest": "^1.21.3", "phpstan/phpstan": "^1.8.2", - "symfony/var-dumper": "^5.4.11" + "symfony/var-dumper": "^5.4.11|^6.2.0|^7.0.0" }, "type": "library", "extra": { @@ -2064,42 +2921,40 @@ "issues": "https://github.com/laravel/serializable-closure/issues", "source": "https://github.com/laravel/serializable-closure" }, - "time": "2022-09-08T13:45:54+00:00" + "time": "2024-11-14T18:34:49+00:00" }, { "name": "laravel/tinker", - "version": "v2.7.2", + "version": "v2.10.1", "source": { "type": "git", "url": "https://github.com/laravel/tinker.git", - "reference": "dff39b661e827dae6e092412f976658df82dbac5" + "reference": "22177cc71807d38f2810c6204d8f7183d88a57d3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/tinker/zipball/dff39b661e827dae6e092412f976658df82dbac5", - "reference": "dff39b661e827dae6e092412f976658df82dbac5", + "url": "https://api.github.com/repos/laravel/tinker/zipball/22177cc71807d38f2810c6204d8f7183d88a57d3", + "reference": "22177cc71807d38f2810c6204d8f7183d88a57d3", "shasum": "" }, "require": { - "illuminate/console": "^6.0|^7.0|^8.0|^9.0", - "illuminate/contracts": "^6.0|^7.0|^8.0|^9.0", - "illuminate/support": "^6.0|^7.0|^8.0|^9.0", + "illuminate/console": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0", + "illuminate/contracts": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0", + "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0", "php": "^7.2.5|^8.0", - "psy/psysh": "^0.10.4|^0.11.1", - "symfony/var-dumper": "^4.3.4|^5.0|^6.0" + "psy/psysh": "^0.11.1|^0.12.0", + "symfony/var-dumper": "^4.3.4|^5.0|^6.0|^7.0" }, "require-dev": { "mockery/mockery": "~1.3.3|^1.4.2", - "phpunit/phpunit": "^8.5.8|^9.3.3" + "phpstan/phpstan": "^1.10", + "phpunit/phpunit": "^8.5.8|^9.3.3|^10.0" }, "suggest": { - "illuminate/database": "The Illuminate Database package (^6.0|^7.0|^8.0|^9.0)." + "illuminate/database": "The Illuminate Database package (^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0)." }, "type": "library", "extra": { - "branch-alias": { - "dev-master": "2.x-dev" - }, "laravel": { "providers": [ "Laravel\\Tinker\\TinkerServiceProvider" @@ -2130,22 +2985,22 @@ ], "support": { "issues": "https://github.com/laravel/tinker/issues", - "source": "https://github.com/laravel/tinker/tree/v2.7.2" + "source": "https://github.com/laravel/tinker/tree/v2.10.1" }, - "time": "2022-03-23T12:38:24+00:00" + "time": "2025-01-27T14:24:01+00:00" }, { "name": "league/commonmark", - "version": "2.3.5", + "version": "2.7.1", "source": { "type": "git", "url": "https://github.com/thephpleague/commonmark.git", - "reference": "84d74485fdb7074f4f9dd6f02ab957b1de513257" + "reference": "10732241927d3971d28e7ea7b5712721fa2296ca" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/84d74485fdb7074f4f9dd6f02ab957b1de513257", - "reference": "84d74485fdb7074f4f9dd6f02ab957b1de513257", + "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/10732241927d3971d28e7ea7b5712721fa2296ca", + "reference": "10732241927d3971d28e7ea7b5712721fa2296ca", "shasum": "" }, "require": { @@ -2158,22 +3013,23 @@ }, "require-dev": { "cebe/markdown": "^1.0", - "commonmark/cmark": "0.30.0", - "commonmark/commonmark.js": "0.30.0", + "commonmark/cmark": "0.31.1", + "commonmark/commonmark.js": "0.31.1", "composer/package-versions-deprecated": "^1.8", "embed/embed": "^4.4", "erusev/parsedown": "^1.0", "ext-json": "*", "github/gfm": "0.29.0", - "michelf/php-markdown": "^1.4", + "michelf/php-markdown": "^1.4 || ^2.0", "nyholm/psr7": "^1.5", "phpstan/phpstan": "^1.8.2", - "phpunit/phpunit": "^9.5.21", + "phpunit/phpunit": "^9.5.21 || ^10.5.9 || ^11.0.0", "scrutinizer/ocular": "^1.8.1", - "symfony/finder": "^5.3 | ^6.0", - "symfony/yaml": "^2.3 | ^3.0 | ^4.0 | ^5.0 | ^6.0", + "symfony/finder": "^5.3 | ^6.0 | ^7.0", + "symfony/process": "^5.4 | ^6.0 | ^7.0", + "symfony/yaml": "^2.3 | ^3.0 | ^4.0 | ^5.0 | ^6.0 | ^7.0", "unleashedtech/php-coding-standard": "^3.1.1", - "vimeo/psalm": "^4.24.0" + "vimeo/psalm": "^4.24.0 || ^5.0.0 || ^6.0.0" }, "suggest": { "symfony/yaml": "v2.3+ required if using the Front Matter extension" @@ -2181,7 +3037,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "2.4-dev" + "dev-main": "2.8-dev" } }, "autoload": { @@ -2238,20 +3094,20 @@ "type": "tidelift" } ], - "time": "2022-07-29T10:59:45+00:00" + "time": "2025-07-20T12:47:49+00:00" }, { "name": "league/config", - "version": "v1.1.1", + "version": "v1.2.0", "source": { "type": "git", "url": "https://github.com/thephpleague/config.git", - "reference": "a9d39eeeb6cc49d10a6e6c36f22c4c1f4a767f3e" + "reference": "754b3604fb2984c71f4af4a9cbe7b57f346ec1f3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/config/zipball/a9d39eeeb6cc49d10a6e6c36f22c4c1f4a767f3e", - "reference": "a9d39eeeb6cc49d10a6e6c36f22c4c1f4a767f3e", + "url": "https://api.github.com/repos/thephpleague/config/zipball/754b3604fb2984c71f4af4a9cbe7b57f346ec1f3", + "reference": "754b3604fb2984c71f4af4a9cbe7b57f346ec1f3", "shasum": "" }, "require": { @@ -2260,7 +3116,7 @@ "php": "^7.4 || ^8.0" }, "require-dev": { - "phpstan/phpstan": "^0.12.90", + "phpstan/phpstan": "^1.8.2", "phpunit/phpunit": "^9.5.5", "scrutinizer/ocular": "^1.8.1", "unleashedtech/php-coding-standard": "^3.1", @@ -2320,27 +3176,121 @@ "type": "github" } ], - "time": "2021-08-14T12:15:32+00:00" + "time": "2022-12-11T20:36:23+00:00" + }, + { + "name": "league/csv", + "version": "9.25.0", + "source": { + "type": "git", + "url": "https://github.com/thephpleague/csv.git", + "reference": "f856f532866369fb1debe4e7c5a1db185f40ef86" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/thephpleague/csv/zipball/f856f532866369fb1debe4e7c5a1db185f40ef86", + "reference": "f856f532866369fb1debe4e7c5a1db185f40ef86", + "shasum": "" + }, + "require": { + "ext-filter": "*", + "php": "^8.1.2" + }, + "require-dev": { + "ext-dom": "*", + "ext-xdebug": "*", + "friendsofphp/php-cs-fixer": "^3.75.0", + "phpbench/phpbench": "^1.4.1", + "phpstan/phpstan": "^1.12.27", + "phpstan/phpstan-deprecation-rules": "^1.2.1", + "phpstan/phpstan-phpunit": "^1.4.2", + "phpstan/phpstan-strict-rules": "^1.6.2", + "phpunit/phpunit": "^10.5.16 || ^11.5.22 || ^12.3.6", + "symfony/var-dumper": "^6.4.8 || ^7.3.0" + }, + "suggest": { + "ext-dom": "Required to use the XMLConverter and the HTMLConverter classes", + "ext-iconv": "Needed to ease transcoding CSV using iconv stream filters", + "ext-mbstring": "Needed to ease transcoding CSV using mb stream filters", + "ext-mysqli": "Requiered to use the package with the MySQLi extension", + "ext-pdo": "Required to use the package with the PDO extension", + "ext-pgsql": "Requiered to use the package with the PgSQL extension", + "ext-sqlite3": "Required to use the package with the SQLite3 extension" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "9.x-dev" + } + }, + "autoload": { + "files": [ + "src/functions_include.php" + ], + "psr-4": { + "League\\Csv\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Ignace Nyamagana Butera", + "email": "nyamsprod@gmail.com", + "homepage": "https://github.com/nyamsprod/", + "role": "Developer" + } + ], + "description": "CSV data manipulation made easy in PHP", + "homepage": "https://csv.thephpleague.com", + "keywords": [ + "convert", + "csv", + "export", + "filter", + "import", + "read", + "transform", + "write" + ], + "support": { + "docs": "https://csv.thephpleague.com", + "issues": "https://github.com/thephpleague/csv/issues", + "rss": "https://github.com/thephpleague/csv/releases.atom", + "source": "https://github.com/thephpleague/csv" + }, + "funding": [ + { + "url": "https://github.com/sponsors/nyamsprod", + "type": "github" + } + ], + "time": "2025-09-11T08:29:08+00:00" }, { "name": "league/flysystem", - "version": "3.5.2", + "version": "3.30.0", "source": { "type": "git", "url": "https://github.com/thephpleague/flysystem.git", - "reference": "c73c4eb31f2e883b3897ab5591aa2dbc48112433" + "reference": "2203e3151755d874bb2943649dae1eb8533ac93e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/c73c4eb31f2e883b3897ab5591aa2dbc48112433", - "reference": "c73c4eb31f2e883b3897ab5591aa2dbc48112433", + "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/2203e3151755d874bb2943649dae1eb8533ac93e", + "reference": "2203e3151755d874bb2943649dae1eb8533ac93e", "shasum": "" }, "require": { + "league/flysystem-local": "^3.0.0", "league/mime-type-detection": "^1.0.0", "php": "^8.0.2" }, "conflict": { + "async-aws/core": "<1.19.0", + "async-aws/s3": "<1.14.0", "aws/aws-sdk-php": "3.209.31 || 3.210.0", "guzzlehttp/guzzle": "<7.0", "guzzlehttp/ringphp": "<1.1.1", @@ -2348,20 +3298,23 @@ "symfony/http-client": "<5.2" }, "require-dev": { - "async-aws/s3": "^1.5", - "async-aws/simple-s3": "^1.0", - "aws/aws-sdk-php": "^3.198.1", + "async-aws/s3": "^1.5 || ^2.0", + "async-aws/simple-s3": "^1.1 || ^2.0", + "aws/aws-sdk-php": "^3.295.10", "composer/semver": "^3.0", "ext-fileinfo": "*", "ext-ftp": "*", + "ext-mongodb": "^1.3|^2", "ext-zip": "*", "friendsofphp/php-cs-fixer": "^3.5", "google/cloud-storage": "^1.23", + "guzzlehttp/psr7": "^2.6", "microsoft/azure-storage-blob": "^1.1", - "phpseclib/phpseclib": "^3.0.14", - "phpstan/phpstan": "^0.12.26", - "phpunit/phpunit": "^9.5.11", - "sabre/dav": "^4.3.1" + "mongodb/mongodb": "^1.2|^2", + "phpseclib/phpseclib": "^3.0.36", + "phpstan/phpstan": "^1.10", + "phpunit/phpunit": "^9.5.11|^10.0", + "sabre/dav": "^4.6.0" }, "type": "library", "autoload": { @@ -2395,46 +3348,81 @@ ], "support": { "issues": "https://github.com/thephpleague/flysystem/issues", - "source": "https://github.com/thephpleague/flysystem/tree/3.5.2" + "source": "https://github.com/thephpleague/flysystem/tree/3.30.0" }, - "funding": [ - { - "url": "https://ecologi.com/frankdejonge", - "type": "custom" - }, - { - "url": "https://github.com/frankdejonge", - "type": "github" - }, + "time": "2025-06-25T13:29:59+00:00" + }, + { + "name": "league/flysystem-local", + "version": "3.30.0", + "source": { + "type": "git", + "url": "https://github.com/thephpleague/flysystem-local.git", + "reference": "6691915f77c7fb69adfb87dcd550052dc184ee10" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/thephpleague/flysystem-local/zipball/6691915f77c7fb69adfb87dcd550052dc184ee10", + "reference": "6691915f77c7fb69adfb87dcd550052dc184ee10", + "shasum": "" + }, + "require": { + "ext-fileinfo": "*", + "league/flysystem": "^3.0.0", + "league/mime-type-detection": "^1.0.0", + "php": "^8.0.2" + }, + "type": "library", + "autoload": { + "psr-4": { + "League\\Flysystem\\Local\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ { - "url": "https://tidelift.com/funding/github/packagist/league/flysystem", - "type": "tidelift" + "name": "Frank de Jonge", + "email": "info@frankdejonge.nl" } ], - "time": "2022-09-23T18:59:16+00:00" + "description": "Local filesystem adapter for Flysystem.", + "keywords": [ + "Flysystem", + "file", + "files", + "filesystem", + "local" + ], + "support": { + "source": "https://github.com/thephpleague/flysystem-local/tree/3.30.0" + }, + "time": "2025-05-21T10:34:19+00:00" }, { "name": "league/mime-type-detection", - "version": "1.11.0", + "version": "1.16.0", "source": { "type": "git", "url": "https://github.com/thephpleague/mime-type-detection.git", - "reference": "ff6248ea87a9f116e78edd6002e39e5128a0d4dd" + "reference": "2d6702ff215bf922936ccc1ad31007edc76451b9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/ff6248ea87a9f116e78edd6002e39e5128a0d4dd", - "reference": "ff6248ea87a9f116e78edd6002e39e5128a0d4dd", + "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/2d6702ff215bf922936ccc1ad31007edc76451b9", + "reference": "2d6702ff215bf922936ccc1ad31007edc76451b9", "shasum": "" }, "require": { "ext-fileinfo": "*", - "php": "^7.2 || ^8.0" + "php": "^7.4 || ^8.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.2", "phpstan/phpstan": "^0.12.68", - "phpunit/phpunit": "^8.5.8 || ^9.3" + "phpunit/phpunit": "^8.5.8 || ^9.3 || ^10.0" }, "type": "library", "autoload": { @@ -2452,63 +3440,149 @@ "email": "info@frankdejonge.nl" } ], - "description": "Mime-type detection for Flysystem", + "description": "Mime-type detection for Flysystem", + "support": { + "issues": "https://github.com/thephpleague/mime-type-detection/issues", + "source": "https://github.com/thephpleague/mime-type-detection/tree/1.16.0" + }, + "funding": [ + { + "url": "https://github.com/frankdejonge", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/league/flysystem", + "type": "tidelift" + } + ], + "time": "2024-09-21T08:32:55+00:00" + }, + { + "name": "league/uri", + "version": "7.5.1", + "source": { + "type": "git", + "url": "https://github.com/thephpleague/uri.git", + "reference": "81fb5145d2644324614cc532b28efd0215bda430" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/thephpleague/uri/zipball/81fb5145d2644324614cc532b28efd0215bda430", + "reference": "81fb5145d2644324614cc532b28efd0215bda430", + "shasum": "" + }, + "require": { + "league/uri-interfaces": "^7.5", + "php": "^8.1" + }, + "conflict": { + "league/uri-schemes": "^1.0" + }, + "suggest": { + "ext-bcmath": "to improve IPV4 host parsing", + "ext-fileinfo": "to create Data URI from file contennts", + "ext-gmp": "to improve IPV4 host parsing", + "ext-intl": "to handle IDN host with the best performance", + "jeremykendall/php-domain-parser": "to resolve Public Suffix and Top Level Domain", + "league/uri-components": "Needed to easily manipulate URI objects components", + "php-64bit": "to improve IPV4 host parsing", + "symfony/polyfill-intl-idn": "to handle IDN host via the Symfony polyfill if ext-intl is not present" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "7.x-dev" + } + }, + "autoload": { + "psr-4": { + "League\\Uri\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Ignace Nyamagana Butera", + "email": "nyamsprod@gmail.com", + "homepage": "https://nyamsprod.com" + } + ], + "description": "URI manipulation library", + "homepage": "https://uri.thephpleague.com", + "keywords": [ + "data-uri", + "file-uri", + "ftp", + "hostname", + "http", + "https", + "middleware", + "parse_str", + "parse_url", + "psr-7", + "query-string", + "querystring", + "rfc3986", + "rfc3987", + "rfc6570", + "uri", + "uri-template", + "url", + "ws" + ], "support": { - "issues": "https://github.com/thephpleague/mime-type-detection/issues", - "source": "https://github.com/thephpleague/mime-type-detection/tree/1.11.0" + "docs": "https://uri.thephpleague.com", + "forum": "https://thephpleague.slack.com", + "issues": "https://github.com/thephpleague/uri-src/issues", + "source": "https://github.com/thephpleague/uri/tree/7.5.1" }, "funding": [ { - "url": "https://github.com/frankdejonge", + "url": "https://github.com/sponsors/nyamsprod", "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/league/flysystem", - "type": "tidelift" } ], - "time": "2022-04-17T13:12:02+00:00" + "time": "2024-12-08T08:40:02+00:00" }, { - "name": "league/uri-parser", - "version": "1.4.1", + "name": "league/uri-interfaces", + "version": "7.5.0", "source": { "type": "git", - "url": "https://github.com/thephpleague/uri-parser.git", - "reference": "671548427e4c932352d9b9279fdfa345bf63fa00" + "url": "https://github.com/thephpleague/uri-interfaces.git", + "reference": "08cfc6c4f3d811584fb09c37e2849e6a7f9b0742" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/uri-parser/zipball/671548427e4c932352d9b9279fdfa345bf63fa00", - "reference": "671548427e4c932352d9b9279fdfa345bf63fa00", + "url": "https://api.github.com/repos/thephpleague/uri-interfaces/zipball/08cfc6c4f3d811584fb09c37e2849e6a7f9b0742", + "reference": "08cfc6c4f3d811584fb09c37e2849e6a7f9b0742", "shasum": "" }, "require": { - "php": ">=7.0.0" - }, - "require-dev": { - "friendsofphp/php-cs-fixer": "^2.0", - "phpstan/phpstan": "^0.9.2", - "phpstan/phpstan-phpunit": "^0.9.4", - "phpstan/phpstan-strict-rules": "^0.9.0", - "phpunit/phpunit": "^6.0" + "ext-filter": "*", + "php": "^8.1", + "psr/http-factory": "^1", + "psr/http-message": "^1.1 || ^2.0" }, "suggest": { - "ext-intl": "Allow parsing RFC3987 compliant hosts", - "league/uri-schemes": "Allow validating and normalizing URI parsing results" + "ext-bcmath": "to improve IPV4 host parsing", + "ext-gmp": "to improve IPV4 host parsing", + "ext-intl": "to handle IDN host with the best performance", + "php-64bit": "to improve IPV4 host parsing", + "symfony/polyfill-intl-idn": "to handle IDN host via the Symfony polyfill if ext-intl is not present" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.x-dev" + "dev-master": "7.x-dev" } }, "autoload": { - "files": [ - "src/functions_include.php" - ], "psr-4": { - "League\\Uri\\": "src" + "League\\Uri\\": "" } }, "notification-url": "https://packagist.org/downloads/", @@ -2522,62 +3596,84 @@ "homepage": "https://nyamsprod.com" } ], - "description": "userland URI parser RFC 3986 compliant", - "homepage": "https://github.com/thephpleague/uri-parser", + "description": "Common interfaces and classes for URI representation and interaction", + "homepage": "https://uri.thephpleague.com", "keywords": [ + "data-uri", + "file-uri", + "ftp", + "hostname", + "http", + "https", + "parse_str", "parse_url", - "parser", + "psr-7", + "query-string", + "querystring", "rfc3986", "rfc3987", + "rfc6570", "uri", - "url" + "url", + "ws" ], "support": { - "issues": "https://github.com/thephpleague/uri-parser/issues", - "source": "https://github.com/thephpleague/uri-parser/tree/master" + "docs": "https://uri.thephpleague.com", + "forum": "https://thephpleague.slack.com", + "issues": "https://github.com/thephpleague/uri-src/issues", + "source": "https://github.com/thephpleague/uri-interfaces/tree/7.5.0" }, - "time": "2018-11-22T07:55:51+00:00" + "funding": [ + { + "url": "https://github.com/sponsors/nyamsprod", + "type": "github" + } + ], + "time": "2024-12-08T08:18:47+00:00" }, { "name": "livewire/livewire", - "version": "v2.10.7", + "version": "v3.6.4", "source": { "type": "git", "url": "https://github.com/livewire/livewire.git", - "reference": "fa0441bf82f1674beecb3a8ad8a4ae428736ed18" + "reference": "ef04be759da41b14d2d129e670533180a44987dc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/livewire/livewire/zipball/fa0441bf82f1674beecb3a8ad8a4ae428736ed18", - "reference": "fa0441bf82f1674beecb3a8ad8a4ae428736ed18", + "url": "https://api.github.com/repos/livewire/livewire/zipball/ef04be759da41b14d2d129e670533180a44987dc", + "reference": "ef04be759da41b14d2d129e670533180a44987dc", "shasum": "" }, "require": { - "illuminate/database": "^7.0|^8.0|^9.0", - "illuminate/support": "^7.0|^8.0|^9.0", - "illuminate/validation": "^7.0|^8.0|^9.0", + "illuminate/database": "^10.0|^11.0|^12.0", + "illuminate/routing": "^10.0|^11.0|^12.0", + "illuminate/support": "^10.0|^11.0|^12.0", + "illuminate/validation": "^10.0|^11.0|^12.0", + "laravel/prompts": "^0.1.24|^0.2|^0.3", "league/mime-type-detection": "^1.9", - "php": "^7.2.5|^8.0", - "symfony/http-kernel": "^5.0|^6.0" + "php": "^8.1", + "symfony/console": "^6.0|^7.0", + "symfony/http-kernel": "^6.2|^7.0" }, "require-dev": { "calebporzio/sushi": "^2.1", - "laravel/framework": "^7.0|^8.0|^9.0", + "laravel/framework": "^10.15.0|^11.0|^12.0", "mockery/mockery": "^1.3.1", - "orchestra/testbench": "^5.0|^6.0|^7.0", - "orchestra/testbench-dusk": "^5.2|^6.0|^7.0", - "phpunit/phpunit": "^8.4|^9.0", - "psy/psysh": "@stable" + "orchestra/testbench": "^8.21.0|^9.0|^10.0", + "orchestra/testbench-dusk": "^8.24|^9.1|^10.0", + "phpunit/phpunit": "^10.4|^11.5", + "psy/psysh": "^0.11.22|^0.12" }, "type": "library", "extra": { "laravel": { - "providers": [ - "Livewire\\LivewireServiceProvider" - ], "aliases": { "Livewire": "Livewire\\Livewire" - } + }, + "providers": [ + "Livewire\\LivewireServiceProvider" + ] } }, "autoload": { @@ -2601,7 +3697,7 @@ "description": "A front-end framework for Laravel.", "support": { "issues": "https://github.com/livewire/livewire/issues", - "source": "https://github.com/livewire/livewire/tree/v2.10.7" + "source": "https://github.com/livewire/livewire/tree/v3.6.4" }, "funding": [ { @@ -2609,41 +3705,44 @@ "type": "github" } ], - "time": "2022-08-08T13:52:53+00:00" + "time": "2025-07-17T05:12:15+00:00" }, { "name": "maatwebsite/excel", - "version": "3.1.40", + "version": "3.1.67", "source": { "type": "git", "url": "https://github.com/SpartnerNL/Laravel-Excel.git", - "reference": "8a54972e3d616c74687c3cbff15765555761885c" + "reference": "e508e34a502a3acc3329b464dad257378a7edb4d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/SpartnerNL/Laravel-Excel/zipball/8a54972e3d616c74687c3cbff15765555761885c", - "reference": "8a54972e3d616c74687c3cbff15765555761885c", + "url": "https://api.github.com/repos/SpartnerNL/Laravel-Excel/zipball/e508e34a502a3acc3329b464dad257378a7edb4d", + "reference": "e508e34a502a3acc3329b464dad257378a7edb4d", "shasum": "" }, "require": { + "composer/semver": "^3.3", "ext-json": "*", - "illuminate/support": "5.8.*|^6.0|^7.0|^8.0|^9.0", - "php": "^7.0|^8.0", - "phpoffice/phpspreadsheet": "^1.18" + "illuminate/support": "5.8.*||^6.0||^7.0||^8.0||^9.0||^10.0||^11.0||^12.0", + "php": "^7.0||^8.0", + "phpoffice/phpspreadsheet": "^1.30.0", + "psr/simple-cache": "^1.0||^2.0||^3.0" }, "require-dev": { - "orchestra/testbench": "^6.0|^7.0", + "laravel/scout": "^7.0||^8.0||^9.0||^10.0", + "orchestra/testbench": "^6.0||^7.0||^8.0||^9.0||^10.0", "predis/predis": "^1.1" }, "type": "library", "extra": { "laravel": { - "providers": [ - "Maatwebsite\\Excel\\ExcelServiceProvider" - ], "aliases": { "Excel": "Maatwebsite\\Excel\\Facades\\Excel" - } + }, + "providers": [ + "Maatwebsite\\Excel\\ExcelServiceProvider" + ] } }, "autoload": { @@ -2675,7 +3774,7 @@ ], "support": { "issues": "https://github.com/SpartnerNL/Laravel-Excel/issues", - "source": "https://github.com/SpartnerNL/Laravel-Excel/tree/3.1.40" + "source": "https://github.com/SpartnerNL/Laravel-Excel/tree/3.1.67" }, "funding": [ { @@ -2687,35 +3786,40 @@ "type": "github" } ], - "time": "2022-05-02T13:50:01+00:00" + "time": "2025-08-26T09:13:16+00:00" }, { "name": "maennchen/zipstream-php", - "version": "2.2.1", + "version": "3.2.0", "source": { "type": "git", "url": "https://github.com/maennchen/ZipStream-PHP.git", - "reference": "211e9ba1530ea5260b45d90c9ea252f56ec52729" + "reference": "9712d8fa4cdf9240380b01eb4be55ad8dcf71416" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/maennchen/ZipStream-PHP/zipball/211e9ba1530ea5260b45d90c9ea252f56ec52729", - "reference": "211e9ba1530ea5260b45d90c9ea252f56ec52729", + "url": "https://api.github.com/repos/maennchen/ZipStream-PHP/zipball/9712d8fa4cdf9240380b01eb4be55ad8dcf71416", + "reference": "9712d8fa4cdf9240380b01eb4be55ad8dcf71416", "shasum": "" }, "require": { - "myclabs/php-enum": "^1.5", - "php": "^7.4 || ^8.0", - "psr/http-message": "^1.0", - "symfony/polyfill-mbstring": "^1.0" + "ext-mbstring": "*", + "ext-zlib": "*", + "php-64bit": "^8.3" }, "require-dev": { + "brianium/paratest": "^7.7", "ext-zip": "*", - "guzzlehttp/guzzle": "^6.5.3 || ^7.2.0", + "friendsofphp/php-cs-fixer": "^3.16", + "guzzlehttp/guzzle": "^7.5", "mikey179/vfsstream": "^1.6", - "php-coveralls/php-coveralls": "^2.4", - "phpunit/phpunit": "^8.5.8 || ^9.4.2", - "vimeo/psalm": "^4.1" + "php-coveralls/php-coveralls": "^2.5", + "phpunit/phpunit": "^12.0", + "vimeo/psalm": "^6.0" + }, + "suggest": { + "guzzlehttp/psr7": "^2.4", + "psr/http-message": "^2.0" }, "type": "library", "autoload": { @@ -2752,38 +3856,38 @@ ], "support": { "issues": "https://github.com/maennchen/ZipStream-PHP/issues", - "source": "https://github.com/maennchen/ZipStream-PHP/tree/2.2.1" + "source": "https://github.com/maennchen/ZipStream-PHP/tree/3.2.0" }, "funding": [ { - "url": "https://opencollective.com/zipstream", - "type": "open_collective" + "url": "https://github.com/maennchen", + "type": "github" } ], - "time": "2022-05-18T15:52:06+00:00" + "time": "2025-07-17T11:15:13+00:00" }, { "name": "markbaker/complex", - "version": "3.0.1", + "version": "3.0.2", "source": { "type": "git", "url": "https://github.com/MarkBaker/PHPComplex.git", - "reference": "ab8bc271e404909db09ff2d5ffa1e538085c0f22" + "reference": "95c56caa1cf5c766ad6d65b6344b807c1e8405b9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/MarkBaker/PHPComplex/zipball/ab8bc271e404909db09ff2d5ffa1e538085c0f22", - "reference": "ab8bc271e404909db09ff2d5ffa1e538085c0f22", + "url": "https://api.github.com/repos/MarkBaker/PHPComplex/zipball/95c56caa1cf5c766ad6d65b6344b807c1e8405b9", + "reference": "95c56caa1cf5c766ad6d65b6344b807c1e8405b9", "shasum": "" }, "require": { "php": "^7.2 || ^8.0" }, "require-dev": { - "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0", - "phpcompatibility/php-compatibility": "^9.0", - "phpunit/phpunit": "^7.0 || ^8.0 || ^9.3", - "squizlabs/php_codesniffer": "^3.4" + "dealerdirect/phpcodesniffer-composer-installer": "dev-master", + "phpcompatibility/php-compatibility": "^9.3", + "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0", + "squizlabs/php_codesniffer": "^3.7" }, "type": "library", "autoload": { @@ -2809,36 +3913,36 @@ ], "support": { "issues": "https://github.com/MarkBaker/PHPComplex/issues", - "source": "https://github.com/MarkBaker/PHPComplex/tree/3.0.1" + "source": "https://github.com/MarkBaker/PHPComplex/tree/3.0.2" }, - "time": "2021-06-29T15:32:53+00:00" + "time": "2022-12-06T16:21:08+00:00" }, { "name": "markbaker/matrix", - "version": "3.0.0", + "version": "3.0.1", "source": { "type": "git", "url": "https://github.com/MarkBaker/PHPMatrix.git", - "reference": "c66aefcafb4f6c269510e9ac46b82619a904c576" + "reference": "728434227fe21be27ff6d86621a1b13107a2562c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/MarkBaker/PHPMatrix/zipball/c66aefcafb4f6c269510e9ac46b82619a904c576", - "reference": "c66aefcafb4f6c269510e9ac46b82619a904c576", + "url": "https://api.github.com/repos/MarkBaker/PHPMatrix/zipball/728434227fe21be27ff6d86621a1b13107a2562c", + "reference": "728434227fe21be27ff6d86621a1b13107a2562c", "shasum": "" }, "require": { "php": "^7.1 || ^8.0" }, "require-dev": { - "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0", - "phpcompatibility/php-compatibility": "^9.0", + "dealerdirect/phpcodesniffer-composer-installer": "dev-master", + "phpcompatibility/php-compatibility": "^9.3", "phpdocumentor/phpdocumentor": "2.*", "phploc/phploc": "^4.0", "phpmd/phpmd": "2.*", - "phpunit/phpunit": "^7.0 || ^8.0 || ^9.3", + "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0", "sebastian/phpcpd": "^4.0", - "squizlabs/php_codesniffer": "^3.4" + "squizlabs/php_codesniffer": "^3.7" }, "type": "library", "autoload": { @@ -2865,32 +3969,30 @@ ], "support": { "issues": "https://github.com/MarkBaker/PHPMatrix/issues", - "source": "https://github.com/MarkBaker/PHPMatrix/tree/3.0.0" + "source": "https://github.com/MarkBaker/PHPMatrix/tree/3.0.1" }, - "time": "2021-07-01T19:01:15+00:00" + "time": "2022-12-02T22:17:43+00:00" }, { "name": "masterminds/html5", - "version": "2.7.6", + "version": "2.10.0", "source": { "type": "git", "url": "https://github.com/Masterminds/html5-php.git", - "reference": "897eb517a343a2281f11bc5556d6548db7d93947" + "reference": "fcf91eb64359852f00d921887b219479b4f21251" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/897eb517a343a2281f11bc5556d6548db7d93947", - "reference": "897eb517a343a2281f11bc5556d6548db7d93947", + "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/fcf91eb64359852f00d921887b219479b4f21251", + "reference": "fcf91eb64359852f00d921887b219479b4f21251", "shasum": "" }, "require": { - "ext-ctype": "*", "ext-dom": "*", - "ext-libxml": "*", "php": ">=5.3.0" }, "require-dev": { - "phpunit/phpunit": "^4.8.35 || ^5.7.21 || ^6 || ^7" + "phpunit/phpunit": "^4.8.35 || ^5.7.21 || ^6 || ^7 || ^8 || ^9" }, "type": "library", "extra": { @@ -2934,48 +4036,49 @@ ], "support": { "issues": "https://github.com/Masterminds/html5-php/issues", - "source": "https://github.com/Masterminds/html5-php/tree/2.7.6" + "source": "https://github.com/Masterminds/html5-php/tree/2.10.0" }, - "time": "2022-08-18T16:18:26+00:00" + "time": "2025-07-25T09:04:22+00:00" }, { "name": "monolog/monolog", - "version": "2.8.0", + "version": "3.9.0", "source": { "type": "git", "url": "https://github.com/Seldaek/monolog.git", - "reference": "720488632c590286b88b80e62aa3d3d551ad4a50" + "reference": "10d85740180ecba7896c87e06a166e0c95a0e3b6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Seldaek/monolog/zipball/720488632c590286b88b80e62aa3d3d551ad4a50", - "reference": "720488632c590286b88b80e62aa3d3d551ad4a50", + "url": "https://api.github.com/repos/Seldaek/monolog/zipball/10d85740180ecba7896c87e06a166e0c95a0e3b6", + "reference": "10d85740180ecba7896c87e06a166e0c95a0e3b6", "shasum": "" }, "require": { - "php": ">=7.2", - "psr/log": "^1.0.1 || ^2.0 || ^3.0" + "php": ">=8.1", + "psr/log": "^2.0 || ^3.0" }, "provide": { - "psr/log-implementation": "1.0.0 || 2.0.0 || 3.0.0" + "psr/log-implementation": "3.0.0" }, "require-dev": { - "aws/aws-sdk-php": "^2.4.9 || ^3.0", + "aws/aws-sdk-php": "^3.0", "doctrine/couchdb": "~1.0@dev", "elasticsearch/elasticsearch": "^7 || ^8", "ext-json": "*", - "graylog2/gelf-php": "^1.4.2", - "guzzlehttp/guzzle": "^7.4", + "graylog2/gelf-php": "^1.4.2 || ^2.0", + "guzzlehttp/guzzle": "^7.4.5", "guzzlehttp/psr7": "^2.2", "mongodb/mongodb": "^1.8", "php-amqplib/php-amqplib": "~2.4 || ^3", - "phpspec/prophecy": "^1.15", - "phpstan/phpstan": "^0.12.91", - "phpunit/phpunit": "^8.5.14", - "predis/predis": "^1.1 || ^2.0", - "rollbar/rollbar": "^1.3 || ^2 || ^3", - "ruflin/elastica": "^7", - "swiftmailer/swiftmailer": "^5.3|^6.0", + "php-console/php-console": "^3.1.8", + "phpstan/phpstan": "^2", + "phpstan/phpstan-deprecation-rules": "^2", + "phpstan/phpstan-strict-rules": "^2", + "phpunit/phpunit": "^10.5.17 || ^11.0.7", + "predis/predis": "^1.1 || ^2", + "rollbar/rollbar": "^4.0", + "ruflin/elastica": "^7 || ^8", "symfony/mailer": "^5.4 || ^6", "symfony/mime": "^5.4 || ^6" }, @@ -2998,7 +4101,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "2.x-dev" + "dev-main": "3.x-dev" } }, "autoload": { @@ -3026,7 +4129,7 @@ ], "support": { "issues": "https://github.com/Seldaek/monolog/issues", - "source": "https://github.com/Seldaek/monolog/tree/2.8.0" + "source": "https://github.com/Seldaek/monolog/tree/3.9.0" }, "funding": [ { @@ -3038,98 +4141,40 @@ "type": "tidelift" } ], - "time": "2022-07-24T11:55:47+00:00" - }, - { - "name": "myclabs/php-enum", - "version": "1.8.4", - "source": { - "type": "git", - "url": "https://github.com/myclabs/php-enum.git", - "reference": "a867478eae49c9f59ece437ae7f9506bfaa27483" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/myclabs/php-enum/zipball/a867478eae49c9f59ece437ae7f9506bfaa27483", - "reference": "a867478eae49c9f59ece437ae7f9506bfaa27483", - "shasum": "" - }, - "require": { - "ext-json": "*", - "php": "^7.3 || ^8.0" - }, - "require-dev": { - "phpunit/phpunit": "^9.5", - "squizlabs/php_codesniffer": "1.*", - "vimeo/psalm": "^4.6.2" - }, - "type": "library", - "autoload": { - "psr-4": { - "MyCLabs\\Enum\\": "src/" - }, - "classmap": [ - "stubs/Stringable.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "PHP Enum contributors", - "homepage": "https://github.com/myclabs/php-enum/graphs/contributors" - } - ], - "description": "PHP Enum implementation", - "homepage": "http://github.com/myclabs/php-enum", - "keywords": [ - "enum" - ], - "support": { - "issues": "https://github.com/myclabs/php-enum/issues", - "source": "https://github.com/myclabs/php-enum/tree/1.8.4" - }, - "funding": [ - { - "url": "https://github.com/mnapoli", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/myclabs/php-enum", - "type": "tidelift" - } - ], - "time": "2022-08-04T09:53:51+00:00" + "time": "2025-03-24T10:02:05+00:00" }, { "name": "nesbot/carbon", - "version": "2.62.1", + "version": "2.73.0", "source": { "type": "git", - "url": "https://github.com/briannesbitt/Carbon.git", - "reference": "01bc4cdefe98ef58d1f9cb31bdbbddddf2a88f7a" + "url": "https://github.com/CarbonPHP/carbon.git", + "reference": "9228ce90e1035ff2f0db84b40ec2e023ed802075" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/01bc4cdefe98ef58d1f9cb31bdbbddddf2a88f7a", - "reference": "01bc4cdefe98ef58d1f9cb31bdbbddddf2a88f7a", + "url": "https://api.github.com/repos/CarbonPHP/carbon/zipball/9228ce90e1035ff2f0db84b40ec2e023ed802075", + "reference": "9228ce90e1035ff2f0db84b40ec2e023ed802075", "shasum": "" }, "require": { + "carbonphp/carbon-doctrine-types": "*", "ext-json": "*", "php": "^7.1.8 || ^8.0", + "psr/clock": "^1.0", "symfony/polyfill-mbstring": "^1.0", "symfony/polyfill-php80": "^1.16", "symfony/translation": "^3.4 || ^4.0 || ^5.0 || ^6.0" }, + "provide": { + "psr/clock-implementation": "1.0" + }, "require-dev": { - "doctrine/dbal": "^2.0 || ^3.0", - "doctrine/orm": "^2.7", + "doctrine/dbal": "^2.0 || ^3.1.4 || ^4.0", + "doctrine/orm": "^2.7 || ^3.0", "friendsofphp/php-cs-fixer": "^3.0", "kylekatarnls/multi-tester": "^2.0", - "ondrejmirtes/better-reflection": "*", + "ondrejmirtes/better-reflection": "<6", "phpmd/phpmd": "^2.9", "phpstan/extension-installer": "^1.0", "phpstan/phpstan": "^0.12.99 || ^1.7.14", @@ -3142,10 +4187,6 @@ ], "type": "library", "extra": { - "branch-alias": { - "dev-3.x": "3.x-dev", - "dev-master": "2.x-dev" - }, "laravel": { "providers": [ "Carbon\\Laravel\\ServiceProvider" @@ -3155,6 +4196,10 @@ "includes": [ "extension.neon" ] + }, + "branch-alias": { + "dev-2.x": "2.x-dev", + "dev-master": "3.x-dev" } }, "autoload": { @@ -3203,35 +4248,35 @@ "type": "tidelift" } ], - "time": "2022-09-02T07:48:13+00:00" + "time": "2025-01-08T20:10:23+00:00" }, { "name": "nette/schema", - "version": "v1.2.2", + "version": "v1.3.2", "source": { "type": "git", "url": "https://github.com/nette/schema.git", - "reference": "9a39cef03a5b34c7de64f551538cbba05c2be5df" + "reference": "da801d52f0354f70a638673c4a0f04e16529431d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nette/schema/zipball/9a39cef03a5b34c7de64f551538cbba05c2be5df", - "reference": "9a39cef03a5b34c7de64f551538cbba05c2be5df", + "url": "https://api.github.com/repos/nette/schema/zipball/da801d52f0354f70a638673c4a0f04e16529431d", + "reference": "da801d52f0354f70a638673c4a0f04e16529431d", "shasum": "" }, "require": { - "nette/utils": "^2.5.7 || ^3.1.5 || ^4.0", - "php": ">=7.1 <8.2" + "nette/utils": "^4.0", + "php": "8.1 - 8.4" }, "require-dev": { - "nette/tester": "^2.3 || ^2.4", - "phpstan/phpstan-nette": "^0.12", - "tracy/tracy": "^2.7" + "nette/tester": "^2.5.2", + "phpstan/phpstan-nette": "^1.0", + "tracy/tracy": "^2.8" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.2-dev" + "dev-master": "1.3-dev" } }, "autoload": { @@ -3263,34 +4308,36 @@ ], "support": { "issues": "https://github.com/nette/schema/issues", - "source": "https://github.com/nette/schema/tree/v1.2.2" + "source": "https://github.com/nette/schema/tree/v1.3.2" }, - "time": "2021-10-15T11:40:02+00:00" + "time": "2024-10-06T23:10:23+00:00" }, { "name": "nette/utils", - "version": "v3.2.8", + "version": "v4.0.8", "source": { "type": "git", "url": "https://github.com/nette/utils.git", - "reference": "02a54c4c872b99e4ec05c4aec54b5a06eb0f6368" + "reference": "c930ca4e3cf4f17dcfb03037703679d2396d2ede" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nette/utils/zipball/02a54c4c872b99e4ec05c4aec54b5a06eb0f6368", - "reference": "02a54c4c872b99e4ec05c4aec54b5a06eb0f6368", + "url": "https://api.github.com/repos/nette/utils/zipball/c930ca4e3cf4f17dcfb03037703679d2396d2ede", + "reference": "c930ca4e3cf4f17dcfb03037703679d2396d2ede", "shasum": "" }, "require": { - "php": ">=7.2 <8.3" + "php": "8.0 - 8.5" }, "conflict": { - "nette/di": "<3.0.6" + "nette/finder": "<3", + "nette/schema": "<1.2.2" }, "require-dev": { - "nette/tester": "~2.0", - "phpstan/phpstan": "^1.0", - "tracy/tracy": "^2.3" + "jetbrains/phpstorm-attributes": "^1.2", + "nette/tester": "^2.5", + "phpstan/phpstan-nette": "^2.0@stable", + "tracy/tracy": "^2.9" }, "suggest": { "ext-gd": "to use Image", @@ -3298,16 +4345,18 @@ "ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()", "ext-json": "to use Nette\\Utils\\Json", "ext-mbstring": "to use Strings::lower() etc...", - "ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()", - "ext-xml": "to use Strings::length() etc. when mbstring is not available" + "ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.2-dev" + "dev-master": "4.0-dev" } }, "autoload": { + "psr-4": { + "Nette\\": "src" + }, "classmap": [ "src/" ] @@ -3348,31 +4397,33 @@ ], "support": { "issues": "https://github.com/nette/utils/issues", - "source": "https://github.com/nette/utils/tree/v3.2.8" + "source": "https://github.com/nette/utils/tree/v4.0.8" }, - "time": "2022-09-12T23:36:20+00:00" + "time": "2025-08-06T21:43:34+00:00" }, { "name": "nikic/php-parser", - "version": "v4.15.1", + "version": "v5.6.1", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "0ef6c55a3f47f89d7a374e6f835197a0b5fcf900" + "reference": "f103601b29efebd7ff4a1ca7b3eeea9e3336a2a2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/0ef6c55a3f47f89d7a374e6f835197a0b5fcf900", - "reference": "0ef6c55a3f47f89d7a374e6f835197a0b5fcf900", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/f103601b29efebd7ff4a1ca7b3eeea9e3336a2a2", + "reference": "f103601b29efebd7ff4a1ca7b3eeea9e3336a2a2", "shasum": "" }, "require": { + "ext-ctype": "*", + "ext-json": "*", "ext-tokenizer": "*", - "php": ">=7.0" + "php": ">=7.4" }, "require-dev": { "ircmaxell/php-yacc": "^0.0.7", - "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0" + "phpunit/phpunit": "^9.0" }, "bin": [ "bin/php-parse" @@ -3380,7 +4431,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "4.9-dev" + "dev-master": "5.x-dev" } }, "autoload": { @@ -3404,39 +4455,38 @@ ], "support": { "issues": "https://github.com/nikic/PHP-Parser/issues", - "source": "https://github.com/nikic/PHP-Parser/tree/v4.15.1" + "source": "https://github.com/nikic/PHP-Parser/tree/v5.6.1" }, - "time": "2022-09-04T07:30:47+00:00" + "time": "2025-08-13T20:13:15+00:00" }, { "name": "nunomaduro/termwind", - "version": "v1.14.0", + "version": "v1.17.0", "source": { "type": "git", "url": "https://github.com/nunomaduro/termwind.git", - "reference": "10065367baccf13b6e30f5e9246fa4f63a79eb1d" + "reference": "5369ef84d8142c1d87e4ec278711d4ece3cbf301" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nunomaduro/termwind/zipball/10065367baccf13b6e30f5e9246fa4f63a79eb1d", - "reference": "10065367baccf13b6e30f5e9246fa4f63a79eb1d", + "url": "https://api.github.com/repos/nunomaduro/termwind/zipball/5369ef84d8142c1d87e4ec278711d4ece3cbf301", + "reference": "5369ef84d8142c1d87e4ec278711d4ece3cbf301", "shasum": "" }, "require": { "ext-mbstring": "*", - "php": "^8.0", - "symfony/console": "^5.3.0|^6.0.0" + "php": "^8.1", + "symfony/console": "^6.4.15" }, "require-dev": { - "ergebnis/phpstan-rules": "^1.0.", - "illuminate/console": "^8.0|^9.0", - "illuminate/support": "^8.0|^9.0", - "laravel/pint": "^1.0.0", - "pestphp/pest": "^1.21.0", - "pestphp/pest-plugin-mock": "^1.0", - "phpstan/phpstan": "^1.4.6", - "phpstan/phpstan-strict-rules": "^1.1.0", - "symfony/var-dumper": "^5.2.7|^6.0.0", + "illuminate/console": "^10.48.24", + "illuminate/support": "^10.48.24", + "laravel/pint": "^1.18.2", + "pestphp/pest": "^2.36.0", + "pestphp/pest-plugin-mock": "2.0.0", + "phpstan/phpstan": "^1.12.11", + "phpstan/phpstan-strict-rules": "^1.6.1", + "symfony/var-dumper": "^6.4.15", "thecodingmachine/phpstan-strict-rules": "^1.0.0" }, "type": "library", @@ -3476,7 +4526,7 @@ ], "support": { "issues": "https://github.com/nunomaduro/termwind/issues", - "source": "https://github.com/nunomaduro/termwind/tree/v1.14.0" + "source": "https://github.com/nunomaduro/termwind/tree/v1.17.0" }, "funding": [ { @@ -3492,23 +4542,117 @@ "type": "github" } ], - "time": "2022-08-01T11:03:24+00:00" + "time": "2024-11-21T10:36:35+00:00" + }, + { + "name": "openspout/openspout", + "version": "v4.32.0", + "source": { + "type": "git", + "url": "https://github.com/openspout/openspout.git", + "reference": "41f045c1f632e1474e15d4c7bc3abcb4a153563d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/openspout/openspout/zipball/41f045c1f632e1474e15d4c7bc3abcb4a153563d", + "reference": "41f045c1f632e1474e15d4c7bc3abcb4a153563d", + "shasum": "" + }, + "require": { + "ext-dom": "*", + "ext-fileinfo": "*", + "ext-filter": "*", + "ext-libxml": "*", + "ext-xmlreader": "*", + "ext-zip": "*", + "php": "~8.3.0 || ~8.4.0 || ~8.5.0" + }, + "require-dev": { + "ext-zlib": "*", + "friendsofphp/php-cs-fixer": "^3.86.0", + "infection/infection": "^0.31.2", + "phpbench/phpbench": "^1.4.1", + "phpstan/phpstan": "^2.1.22", + "phpstan/phpstan-phpunit": "^2.0.7", + "phpstan/phpstan-strict-rules": "^2.0.6", + "phpunit/phpunit": "^12.3.7" + }, + "suggest": { + "ext-iconv": "To handle non UTF-8 CSV files (if \"php-mbstring\" is not already installed or is too limited)", + "ext-mbstring": "To handle non UTF-8 CSV files (if \"iconv\" is not already installed)" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.3.x-dev" + } + }, + "autoload": { + "psr-4": { + "OpenSpout\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Adrien Loison", + "email": "adrien@box.com" + } + ], + "description": "PHP Library to read and write spreadsheet files (CSV, XLSX and ODS), in a fast and scalable way", + "homepage": "https://github.com/openspout/openspout", + "keywords": [ + "OOXML", + "csv", + "excel", + "memory", + "odf", + "ods", + "office", + "open", + "php", + "read", + "scale", + "spreadsheet", + "stream", + "write", + "xlsx" + ], + "support": { + "issues": "https://github.com/openspout/openspout/issues", + "source": "https://github.com/openspout/openspout/tree/v4.32.0" + }, + "funding": [ + { + "url": "https://paypal.me/filippotessarotto", + "type": "custom" + }, + { + "url": "https://github.com/Slamdunk", + "type": "github" + } + ], + "time": "2025-09-03T16:03:54+00:00" }, { "name": "phpoffice/phpspreadsheet", - "version": "1.25.2", + "version": "1.30.0", "source": { "type": "git", "url": "https://github.com/PHPOffice/PhpSpreadsheet.git", - "reference": "a317a09e7def49852400a4b3eca4a4b0790ceeb5" + "reference": "2f39286e0136673778b7a142b3f0d141e43d1714" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/a317a09e7def49852400a4b3eca4a4b0790ceeb5", - "reference": "a317a09e7def49852400a4b3eca4a4b0790ceeb5", + "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/2f39286e0136673778b7a142b3f0d141e43d1714", + "reference": "2f39286e0136673778b7a142b3f0d141e43d1714", "shasum": "" }, "require": { + "composer/pcre": "^1||^2||^3", "ext-ctype": "*", "ext-dom": "*", "ext-fileinfo": "*", @@ -3523,26 +4667,26 @@ "ext-zip": "*", "ext-zlib": "*", "ezyang/htmlpurifier": "^4.15", - "maennchen/zipstream-php": "^2.1", + "maennchen/zipstream-php": "^2.1 || ^3.0", "markbaker/complex": "^3.0", "markbaker/matrix": "^3.0", - "php": "^7.3 || ^8.0", + "php": "^7.4 || ^8.0", "psr/http-client": "^1.0", "psr/http-factory": "^1.0", "psr/simple-cache": "^1.0 || ^2.0 || ^3.0" }, "require-dev": { - "dealerdirect/phpcodesniffer-composer-installer": "dev-master", - "dompdf/dompdf": "^1.0 || ^2.0", + "dealerdirect/phpcodesniffer-composer-installer": "dev-main", + "dompdf/dompdf": "^1.0 || ^2.0 || ^3.0", "friendsofphp/php-cs-fixer": "^3.2", - "mitoteam/jpgraph": "10.2.4", - "mpdf/mpdf": "8.1.1", + "mitoteam/jpgraph": "^10.3", + "mpdf/mpdf": "^8.1.1", "phpcompatibility/php-compatibility": "^9.3", "phpstan/phpstan": "^1.1", "phpstan/phpstan-phpunit": "^1.0", "phpunit/phpunit": "^8.5 || ^9.0", "squizlabs/php_codesniffer": "^3.7", - "tecnickcom/tcpdf": "6.5" + "tecnickcom/tcpdf": "^6.5" }, "suggest": { "dompdf/dompdf": "Option for rendering PDF with PDF Writer", @@ -3595,36 +4739,36 @@ ], "support": { "issues": "https://github.com/PHPOffice/PhpSpreadsheet/issues", - "source": "https://github.com/PHPOffice/PhpSpreadsheet/tree/1.25.2" + "source": "https://github.com/PHPOffice/PhpSpreadsheet/tree/1.30.0" }, - "time": "2022-09-25T17:21:01+00:00" + "time": "2025-08-10T06:28:02+00:00" }, { "name": "phpoption/phpoption", - "version": "1.9.0", + "version": "1.9.4", "source": { "type": "git", "url": "https://github.com/schmittjoh/php-option.git", - "reference": "dc5ff11e274a90cc1c743f66c9ad700ce50db9ab" + "reference": "638a154f8d4ee6a5cfa96d6a34dfbe0cffa9566d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/dc5ff11e274a90cc1c743f66c9ad700ce50db9ab", - "reference": "dc5ff11e274a90cc1c743f66c9ad700ce50db9ab", + "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/638a154f8d4ee6a5cfa96d6a34dfbe0cffa9566d", + "reference": "638a154f8d4ee6a5cfa96d6a34dfbe0cffa9566d", "shasum": "" }, "require": { "php": "^7.2.5 || ^8.0" }, "require-dev": { - "bamarni/composer-bin-plugin": "^1.8", - "phpunit/phpunit": "^8.5.28 || ^9.5.21" + "bamarni/composer-bin-plugin": "^1.8.2", + "phpunit/phpunit": "^8.5.44 || ^9.6.25 || ^10.5.53 || ^11.5.34" }, "type": "library", "extra": { "bamarni-bin": { "bin-links": true, - "forward-command": true + "forward-command": false }, "branch-alias": { "dev-master": "1.9-dev" @@ -3660,7 +4804,7 @@ ], "support": { "issues": "https://github.com/schmittjoh/php-option/issues", - "source": "https://github.com/schmittjoh/php-option/tree/1.9.0" + "source": "https://github.com/schmittjoh/php-option/tree/1.9.4" }, "funding": [ { @@ -3672,24 +4816,24 @@ "type": "tidelift" } ], - "time": "2022-07-30T15:51:26+00:00" + "time": "2025-08-21T11:53:16+00:00" }, { "name": "phpsa/filament-password-reveal", - "version": "v1.1.2", + "version": "v2.1.1", "source": { "type": "git", "url": "https://github.com/phpsa/filament-password-reveal.git", - "reference": "8e238a498864fdd0227f15fbf6b62d93832c1b18" + "reference": "98a9e3eb2fbfd70d98a73806951d0118d31c07f4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpsa/filament-password-reveal/zipball/8e238a498864fdd0227f15fbf6b62d93832c1b18", - "reference": "8e238a498864fdd0227f15fbf6b62d93832c1b18", + "url": "https://api.github.com/repos/phpsa/filament-password-reveal/zipball/98a9e3eb2fbfd70d98a73806951d0118d31c07f4", + "reference": "98a9e3eb2fbfd70d98a73806951d0118d31c07f4", "shasum": "" }, "require": { - "filament/filament": "^2.9", + "filament/forms": "^3.0", "php": "^8.0", "spatie/laravel-package-tools": "^1.10" }, @@ -3716,7 +4860,7 @@ "email": "vxdhost@gmail.com" } ], - "description": "Password Input with optino to show", + "description": "Password Input with option to show", "homepage": "https://cgs4k.nz", "keywords": [ "cli", @@ -3728,17 +4872,114 @@ "user", "widget" ], - "support": { - "issues": "https://github.com/phpsa/filament-password-reveal/issues", - "source": "https://github.com/phpsa/filament-password-reveal/tree/v1.1.2" - }, - "funding": [ + "support": { + "issues": "https://github.com/phpsa/filament-password-reveal/issues", + "source": "https://github.com/phpsa/filament-password-reveal/tree/v2.1.1" + }, + "funding": [ + { + "url": "https://github.com/phpsa", + "type": "github" + } + ], + "time": "2023-11-29T22:34:37+00:00" + }, + { + "name": "psr/cache", + "version": "3.0.0", + "source": { + "type": "git", + "url": "https://github.com/php-fig/cache.git", + "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/cache/zipball/aa5030cfa5405eccfdcb1083ce040c2cb8d253bf", + "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf", + "shasum": "" + }, + "require": { + "php": ">=8.0.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\Cache\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "https://www.php-fig.org/" + } + ], + "description": "Common interface for caching libraries", + "keywords": [ + "cache", + "psr", + "psr-6" + ], + "support": { + "source": "https://github.com/php-fig/cache/tree/3.0.0" + }, + "time": "2021-02-03T23:26:27+00:00" + }, + { + "name": "psr/clock", + "version": "1.0.0", + "source": { + "type": "git", + "url": "https://github.com/php-fig/clock.git", + "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d", + "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d", + "shasum": "" + }, + "require": { + "php": "^7.0 || ^8.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Psr\\Clock\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ { - "url": "https://github.com/phpsa", - "type": "github" + "name": "PHP-FIG", + "homepage": "https://www.php-fig.org/" } ], - "time": "2022-08-21T21:16:06+00:00" + "description": "Common interface for reading the clock.", + "homepage": "https://github.com/php-fig/clock", + "keywords": [ + "clock", + "now", + "psr", + "psr-20", + "time" + ], + "support": { + "issues": "https://github.com/php-fig/clock/issues", + "source": "https://github.com/php-fig/clock/tree/1.0.0" + }, + "time": "2022-11-25T14:36:26+00:00" }, { "name": "psr/container", @@ -3845,21 +5086,21 @@ }, { "name": "psr/http-client", - "version": "1.0.1", + "version": "1.0.3", "source": { "type": "git", "url": "https://github.com/php-fig/http-client.git", - "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621" + "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621", - "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621", + "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90", + "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90", "shasum": "" }, "require": { "php": "^7.0 || ^8.0", - "psr/http-message": "^1.0" + "psr/http-message": "^1.0 || ^2.0" }, "type": "library", "extra": { @@ -3879,7 +5120,7 @@ "authors": [ { "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" + "homepage": "https://www.php-fig.org/" } ], "description": "Common interface for HTTP clients", @@ -3891,27 +5132,27 @@ "psr-18" ], "support": { - "source": "https://github.com/php-fig/http-client/tree/master" + "source": "https://github.com/php-fig/http-client" }, - "time": "2020-06-29T06:28:15+00:00" + "time": "2023-09-23T14:17:50+00:00" }, { "name": "psr/http-factory", - "version": "1.0.1", + "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/php-fig/http-factory.git", - "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be" + "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be", - "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be", + "url": "https://api.github.com/repos/php-fig/http-factory/zipball/2b4765fddfe3b508ac62f829e852b1501d3f6e8a", + "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a", "shasum": "" }, "require": { - "php": ">=7.0.0", - "psr/http-message": "^1.0" + "php": ">=7.1", + "psr/http-message": "^1.0 || ^2.0" }, "type": "library", "extra": { @@ -3931,10 +5172,10 @@ "authors": [ { "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" + "homepage": "https://www.php-fig.org/" } ], - "description": "Common interfaces for PSR-7 HTTP message factories", + "description": "PSR-17: Common interfaces for PSR-7 HTTP message factories", "keywords": [ "factory", "http", @@ -3946,31 +5187,31 @@ "response" ], "support": { - "source": "https://github.com/php-fig/http-factory/tree/master" + "source": "https://github.com/php-fig/http-factory" }, - "time": "2019-04-30T12:38:16+00:00" + "time": "2024-04-15T12:06:14+00:00" }, { "name": "psr/http-message", - "version": "1.0.1", + "version": "2.0", "source": { "type": "git", "url": "https://github.com/php-fig/http-message.git", - "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" + "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", - "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", + "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71", + "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71", "shasum": "" }, "require": { - "php": ">=5.3.0" + "php": "^7.2 || ^8.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { @@ -3985,7 +5226,7 @@ "authors": [ { "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" + "homepage": "https://www.php-fig.org/" } ], "description": "Common interface for HTTP messages", @@ -3999,22 +5240,22 @@ "response" ], "support": { - "source": "https://github.com/php-fig/http-message/tree/master" + "source": "https://github.com/php-fig/http-message/tree/2.0" }, - "time": "2016-08-06T14:39:51+00:00" + "time": "2023-04-04T09:54:51+00:00" }, { "name": "psr/log", - "version": "3.0.0", + "version": "3.0.2", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", - "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001" + "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001", - "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001", + "url": "https://api.github.com/repos/php-fig/log/zipball/f16e1d5863e37f8d8c2a01719f5b34baa2b714d3", + "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3", "shasum": "" }, "require": { @@ -4049,31 +5290,31 @@ "psr-3" ], "support": { - "source": "https://github.com/php-fig/log/tree/3.0.0" + "source": "https://github.com/php-fig/log/tree/3.0.2" }, - "time": "2021-07-14T16:46:02+00:00" + "time": "2024-09-11T13:17:53+00:00" }, { "name": "psr/simple-cache", - "version": "1.0.0", + "version": "3.0.0", "source": { "type": "git", "url": "https://github.com/php-fig/simple-cache.git", - "reference": "753fa598e8f3b9966c886fe13f370baa45ef0e24" + "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/753fa598e8f3b9966c886fe13f370baa45ef0e24", - "reference": "753fa598e8f3b9966c886fe13f370baa45ef0e24", + "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/764e0b3939f5ca87cb904f570ef9be2d78a07865", + "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865", "shasum": "" }, "require": { - "php": ">=5.3.0" + "php": ">=8.0.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "3.0.x-dev" } }, "autoload": { @@ -4088,7 +5329,7 @@ "authors": [ { "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" + "homepage": "https://www.php-fig.org/" } ], "description": "Common interfaces for simple caching", @@ -4100,31 +5341,31 @@ "simple-cache" ], "support": { - "source": "https://github.com/php-fig/simple-cache/tree/1.0.0" + "source": "https://github.com/php-fig/simple-cache/tree/3.0.0" }, - "time": "2017-01-02T13:31:39+00:00" + "time": "2021-10-29T13:26:27+00:00" }, { "name": "psy/psysh", - "version": "v0.11.8", + "version": "v0.12.12", "source": { "type": "git", "url": "https://github.com/bobthecow/psysh.git", - "reference": "f455acf3645262ae389b10e9beba0c358aa6994e" + "reference": "cd23863404a40ccfaf733e3af4db2b459837f7e7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bobthecow/psysh/zipball/f455acf3645262ae389b10e9beba0c358aa6994e", - "reference": "f455acf3645262ae389b10e9beba0c358aa6994e", + "url": "https://api.github.com/repos/bobthecow/psysh/zipball/cd23863404a40ccfaf733e3af4db2b459837f7e7", + "reference": "cd23863404a40ccfaf733e3af4db2b459837f7e7", "shasum": "" }, "require": { "ext-json": "*", "ext-tokenizer": "*", - "nikic/php-parser": "^4.0 || ^3.1", - "php": "^8.0 || ^7.0.8", - "symfony/console": "^6.0 || ^5.0 || ^4.0 || ^3.4", - "symfony/var-dumper": "^6.0 || ^5.0 || ^4.0 || ^3.4" + "nikic/php-parser": "^5.0 || ^4.0", + "php": "^8.0 || ^7.4", + "symfony/console": "^7.0 || ^6.0 || ^5.0 || ^4.0 || ^3.4", + "symfony/var-dumper": "^7.0 || ^6.0 || ^5.0 || ^4.0 || ^3.4" }, "conflict": { "symfony/console": "4.4.37 || 5.3.14 || 5.3.15 || 5.4.3 || 5.4.4 || 6.0.3 || 6.0.4" @@ -4135,16 +5376,19 @@ "suggest": { "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)", "ext-pdo-sqlite": "The doc command requires SQLite to work.", - "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.", - "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history." + "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well." }, "bin": [ "bin/psysh" ], "type": "library", "extra": { + "bamarni-bin": { + "bin-links": false, + "forward-command": false + }, "branch-alias": { - "dev-main": "0.11.x-dev" + "dev-main": "0.12.x-dev" } }, "autoload": { @@ -4162,12 +5406,11 @@ "authors": [ { "name": "Justin Hileman", - "email": "justin@justinhileman.info", - "homepage": "http://justinhileman.com" + "email": "justin@justinhileman.info" } ], "description": "An interactive shell for modern PHP.", - "homepage": "http://psysh.org", + "homepage": "https://psysh.org", "keywords": [ "REPL", "console", @@ -4176,31 +5419,32 @@ ], "support": { "issues": "https://github.com/bobthecow/psysh/issues", - "source": "https://github.com/bobthecow/psysh/tree/v0.11.8" + "source": "https://github.com/bobthecow/psysh/tree/v0.12.12" }, - "time": "2022-07-28T14:25:11+00:00" + "time": "2025-09-20T13:46:31+00:00" }, { "name": "pxlrbt/filament-excel", - "version": "v1.1.4", + "version": "v2.5.0", "source": { "type": "git", "url": "https://github.com/pxlrbt/filament-excel.git", - "reference": "4247ec794d5823645346707b8887d60a5045deca" + "reference": "bf745fa677347c9b8cc29d4a9da141aef131a30c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pxlrbt/filament-excel/zipball/4247ec794d5823645346707b8887d60a5045deca", - "reference": "4247ec794d5823645346707b8887d60a5045deca", + "url": "https://api.github.com/repos/pxlrbt/filament-excel/zipball/bf745fa677347c9b8cc29d4a9da141aef131a30c", + "reference": "bf745fa677347c9b8cc29d4a9da141aef131a30c", "shasum": "" }, "require": { - "filament/filament": "^2.0", + "anourvalar/eloquent-serialize": "^1.2", + "filament/filament": "^3.0.0-stable", "maatwebsite/excel": "^3.1", - "php": "^8.0" + "php": "^8.1" }, "require-dev": { - "friendsofphp/php-cs-fixer": "^3.6" + "laravel/pint": "^1.10" }, "type": "library", "extra": { @@ -4236,9 +5480,15 @@ ], "support": { "issues": "https://github.com/pxlrbt/filament-excel/issues", - "source": "https://github.com/pxlrbt/filament-excel/tree/v1.1.4" + "source": "https://github.com/pxlrbt/filament-excel/tree/v2.5.0" }, - "time": "2022-09-21T10:40:10+00:00" + "funding": [ + { + "url": "https://github.com/pxlrbt", + "type": "github" + } + ], + "time": "2025-08-12T08:32:14+00:00" }, { "name": "ralouphie/getallheaders", @@ -4286,42 +5536,49 @@ }, { "name": "ramsey/collection", - "version": "1.2.2", + "version": "2.1.1", "source": { "type": "git", "url": "https://github.com/ramsey/collection.git", - "reference": "cccc74ee5e328031b15640b51056ee8d3bb66c0a" + "reference": "344572933ad0181accbf4ba763e85a0306a8c5e2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ramsey/collection/zipball/cccc74ee5e328031b15640b51056ee8d3bb66c0a", - "reference": "cccc74ee5e328031b15640b51056ee8d3bb66c0a", + "url": "https://api.github.com/repos/ramsey/collection/zipball/344572933ad0181accbf4ba763e85a0306a8c5e2", + "reference": "344572933ad0181accbf4ba763e85a0306a8c5e2", "shasum": "" }, "require": { - "php": "^7.3 || ^8", - "symfony/polyfill-php81": "^1.23" + "php": "^8.1" }, "require-dev": { - "captainhook/captainhook": "^5.3", - "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0", - "ergebnis/composer-normalize": "^2.6", - "fakerphp/faker": "^1.5", - "hamcrest/hamcrest-php": "^2", - "jangregor/phpstan-prophecy": "^0.8", - "mockery/mockery": "^1.3", - "phpspec/prophecy-phpunit": "^2.0", - "phpstan/extension-installer": "^1", - "phpstan/phpstan": "^0.12.32", - "phpstan/phpstan-mockery": "^0.12.5", - "phpstan/phpstan-phpunit": "^0.12.11", - "phpunit/phpunit": "^8.5 || ^9", - "psy/psysh": "^0.10.4", - "slevomat/coding-standard": "^6.3", - "squizlabs/php_codesniffer": "^3.5", - "vimeo/psalm": "^4.4" + "captainhook/plugin-composer": "^5.3", + "ergebnis/composer-normalize": "^2.45", + "fakerphp/faker": "^1.24", + "hamcrest/hamcrest-php": "^2.0", + "jangregor/phpstan-prophecy": "^2.1", + "mockery/mockery": "^1.6", + "php-parallel-lint/php-console-highlighter": "^1.0", + "php-parallel-lint/php-parallel-lint": "^1.4", + "phpspec/prophecy-phpunit": "^2.3", + "phpstan/extension-installer": "^1.4", + "phpstan/phpstan": "^2.1", + "phpstan/phpstan-mockery": "^2.0", + "phpstan/phpstan-phpunit": "^2.0", + "phpunit/phpunit": "^10.5", + "ramsey/coding-standard": "^2.3", + "ramsey/conventional-commits": "^1.6", + "roave/security-advisories": "dev-latest" }, "type": "library", + "extra": { + "captainhook": { + "force-install": true + }, + "ramsey/conventional-commits": { + "configFile": "conventional-commits.json" + } + }, "autoload": { "psr-4": { "Ramsey\\Collection\\": "src/" @@ -4349,69 +5606,53 @@ ], "support": { "issues": "https://github.com/ramsey/collection/issues", - "source": "https://github.com/ramsey/collection/tree/1.2.2" + "source": "https://github.com/ramsey/collection/tree/2.1.1" }, - "funding": [ - { - "url": "https://github.com/ramsey", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/ramsey/collection", - "type": "tidelift" - } - ], - "time": "2021-10-10T03:01:02+00:00" + "time": "2025-03-22T05:38:12+00:00" }, { "name": "ramsey/uuid", - "version": "4.5.1", + "version": "4.9.1", "source": { "type": "git", "url": "https://github.com/ramsey/uuid.git", - "reference": "a161a26d917604dc6d3aa25100fddf2556e9f35d" + "reference": "81f941f6f729b1e3ceea61d9d014f8b6c6800440" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ramsey/uuid/zipball/a161a26d917604dc6d3aa25100fddf2556e9f35d", - "reference": "a161a26d917604dc6d3aa25100fddf2556e9f35d", + "url": "https://api.github.com/repos/ramsey/uuid/zipball/81f941f6f729b1e3ceea61d9d014f8b6c6800440", + "reference": "81f941f6f729b1e3ceea61d9d014f8b6c6800440", "shasum": "" }, "require": { - "brick/math": "^0.8.8 || ^0.9 || ^0.10", - "ext-ctype": "*", - "ext-json": "*", + "brick/math": "^0.8.8 || ^0.9 || ^0.10 || ^0.11 || ^0.12 || ^0.13 || ^0.14", "php": "^8.0", - "ramsey/collection": "^1.0" + "ramsey/collection": "^1.2 || ^2.0" }, "replace": { "rhumsaa/uuid": "self.version" }, "require-dev": { - "captainhook/captainhook": "^5.10", + "captainhook/captainhook": "^5.25", "captainhook/plugin-composer": "^5.3", - "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0", - "doctrine/annotations": "^1.8", - "ergebnis/composer-normalize": "^2.15", - "mockery/mockery": "^1.3", + "dealerdirect/phpcodesniffer-composer-installer": "^1.0", + "ergebnis/composer-normalize": "^2.47", + "mockery/mockery": "^1.6", "paragonie/random-lib": "^2", - "php-mock/php-mock": "^2.2", - "php-mock/php-mock-mockery": "^1.3", - "php-parallel-lint/php-parallel-lint": "^1.1", - "phpbench/phpbench": "^1.0", - "phpstan/extension-installer": "^1.1", - "phpstan/phpstan": "^1.8", - "phpstan/phpstan-mockery": "^1.1", - "phpstan/phpstan-phpunit": "^1.1", - "phpunit/phpunit": "^8.5 || ^9", - "ramsey/composer-repl": "^1.4", - "slevomat/coding-standard": "^8.4", - "squizlabs/php_codesniffer": "^3.5", - "vimeo/psalm": "^4.9" + "php-mock/php-mock": "^2.6", + "php-mock/php-mock-mockery": "^1.5", + "php-parallel-lint/php-parallel-lint": "^1.4.0", + "phpbench/phpbench": "^1.2.14", + "phpstan/extension-installer": "^1.4", + "phpstan/phpstan": "^2.1", + "phpstan/phpstan-mockery": "^2.0", + "phpstan/phpstan-phpunit": "^2.0", + "phpunit/phpunit": "^9.6", + "slevomat/coding-standard": "^8.18", + "squizlabs/php_codesniffer": "^3.13" }, "suggest": { "ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.", - "ext-ctype": "Enables faster processing of character classification using ctype functions.", "ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.", "ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.", "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter", @@ -4443,60 +5684,50 @@ ], "support": { "issues": "https://github.com/ramsey/uuid/issues", - "source": "https://github.com/ramsey/uuid/tree/4.5.1" + "source": "https://github.com/ramsey/uuid/tree/4.9.1" }, - "funding": [ - { - "url": "https://github.com/ramsey", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/ramsey/uuid", - "type": "tidelift" - } - ], - "time": "2022-09-16T03:22:46+00:00" + "time": "2025-09-04T20:59:21+00:00" }, { "name": "ryangjchandler/blade-capture-directive", - "version": "v0.2.2", + "version": "v1.1.0", "source": { "type": "git", "url": "https://github.com/ryangjchandler/blade-capture-directive.git", - "reference": "be41afbd86057989d84f1aaea8d00f3b1e5c50e1" + "reference": "bbb1513dfd89eaec87a47fe0c449a7e3d4a1976d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ryangjchandler/blade-capture-directive/zipball/be41afbd86057989d84f1aaea8d00f3b1e5c50e1", - "reference": "be41afbd86057989d84f1aaea8d00f3b1e5c50e1", + "url": "https://api.github.com/repos/ryangjchandler/blade-capture-directive/zipball/bbb1513dfd89eaec87a47fe0c449a7e3d4a1976d", + "reference": "bbb1513dfd89eaec87a47fe0c449a7e3d4a1976d", "shasum": "" }, "require": { - "illuminate/contracts": "^8.0|^9.0", - "php": "^8.0", + "illuminate/contracts": "^10.0|^11.0|^12.0", + "php": "^8.1", "spatie/laravel-package-tools": "^1.9.2" }, "require-dev": { - "nunomaduro/collision": "^5.0|^6.0", - "nunomaduro/larastan": "^1.0", - "orchestra/testbench": "^6.23|^7.0", - "pestphp/pest": "^1.21", - "pestphp/pest-plugin-laravel": "^1.1", + "nunomaduro/collision": "^7.0|^8.0", + "nunomaduro/larastan": "^2.0|^3.0", + "orchestra/testbench": "^8.0|^9.0|^10.0", + "pestphp/pest": "^2.0|^3.7", + "pestphp/pest-plugin-laravel": "^2.0|^3.1", "phpstan/extension-installer": "^1.1", - "phpstan/phpstan-deprecation-rules": "^1.0", - "phpstan/phpstan-phpunit": "^1.0", - "phpunit/phpunit": "^9.5", + "phpstan/phpstan-deprecation-rules": "^1.0|^2.0", + "phpstan/phpstan-phpunit": "^1.0|^2.0", + "phpunit/phpunit": "^10.0|^11.5.3", "spatie/laravel-ray": "^1.26" }, "type": "library", "extra": { "laravel": { - "providers": [ - "RyanChandler\\BladeCaptureDirective\\BladeCaptureDirectiveServiceProvider" - ], "aliases": { "BladeCaptureDirective": "RyanChandler\\BladeCaptureDirective\\Facades\\BladeCaptureDirective" - } + }, + "providers": [ + "RyanChandler\\BladeCaptureDirective\\BladeCaptureDirectiveServiceProvider" + ] } }, "autoload": { @@ -4525,7 +5756,7 @@ ], "support": { "issues": "https://github.com/ryangjchandler/blade-capture-directive/issues", - "source": "https://github.com/ryangjchandler/blade-capture-directive/tree/v0.2.2" + "source": "https://github.com/ryangjchandler/blade-capture-directive/tree/v1.1.0" }, "funding": [ { @@ -4533,20 +5764,79 @@ "type": "github" } ], - "time": "2022-09-02T11:04:28+00:00" + "time": "2025-02-25T09:09:36+00:00" + }, + { + "name": "spatie/color", + "version": "1.8.0", + "source": { + "type": "git", + "url": "https://github.com/spatie/color.git", + "reference": "142af7fec069a420babea80a5412eb2f646dcd8c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spatie/color/zipball/142af7fec069a420babea80a5412eb2f646dcd8c", + "reference": "142af7fec069a420babea80a5412eb2f646dcd8c", + "shasum": "" + }, + "require": { + "php": "^7.3|^8.0" + }, + "require-dev": { + "pestphp/pest": "^1.22", + "phpunit/phpunit": "^6.5||^9.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Spatie\\Color\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Sebastian De Deyne", + "email": "sebastian@spatie.be", + "homepage": "https://spatie.be", + "role": "Developer" + } + ], + "description": "A little library to handle color conversions", + "homepage": "https://github.com/spatie/color", + "keywords": [ + "color", + "conversion", + "rgb", + "spatie" + ], + "support": { + "issues": "https://github.com/spatie/color/issues", + "source": "https://github.com/spatie/color/tree/1.8.0" + }, + "funding": [ + { + "url": "https://github.com/spatie", + "type": "github" + } + ], + "time": "2025-02-10T09:22:41+00:00" }, { "name": "spatie/invade", - "version": "1.1.1", + "version": "2.1.0", "source": { "type": "git", "url": "https://github.com/spatie/invade.git", - "reference": "d0a9c895a96152549d478a7e3420e19039eef038" + "reference": "b920f6411d21df4e8610a138e2e87ae4957d7f63" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/invade/zipball/d0a9c895a96152549d478a7e3420e19039eef038", - "reference": "d0a9c895a96152549d478a7e3420e19039eef038", + "url": "https://api.github.com/repos/spatie/invade/zipball/b920f6411d21df4e8610a138e2e87ae4957d7f63", + "reference": "b920f6411d21df4e8610a138e2e87ae4957d7f63", "shasum": "" }, "require": { @@ -4558,13 +5848,6 @@ "spatie/ray": "^1.28" }, "type": "library", - "extra": { - "phpstan": { - "includes": [ - "phpstan-extension.neon" - ] - } - }, "autoload": { "files": [ "src/functions.php" @@ -4591,7 +5874,7 @@ "spatie" ], "support": { - "source": "https://github.com/spatie/invade/tree/1.1.1" + "source": "https://github.com/spatie/invade/tree/2.1.0" }, "funding": [ { @@ -4599,33 +5882,33 @@ "type": "github" } ], - "time": "2022-07-05T09:31:00+00:00" + "time": "2024-05-17T09:06:10+00:00" }, { "name": "spatie/laravel-activitylog", - "version": "4.6.0", + "version": "4.10.2", "source": { "type": "git", "url": "https://github.com/spatie/laravel-activitylog.git", - "reference": "7c08e6bd8fbd1cd2b57c0f6acf3708bcafc3f7e1" + "reference": "bb879775d487438ed9a99e64f09086b608990c10" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/laravel-activitylog/zipball/7c08e6bd8fbd1cd2b57c0f6acf3708bcafc3f7e1", - "reference": "7c08e6bd8fbd1cd2b57c0f6acf3708bcafc3f7e1", + "url": "https://api.github.com/repos/spatie/laravel-activitylog/zipball/bb879775d487438ed9a99e64f09086b608990c10", + "reference": "bb879775d487438ed9a99e64f09086b608990c10", "shasum": "" }, "require": { - "illuminate/config": "^8.0 || ^9.0", - "illuminate/database": "^8.53 || ^9.0", - "illuminate/support": "^8.0 || ^9.0", - "php": "^8.0", + "illuminate/config": "^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0", + "illuminate/database": "^8.69 || ^9.27 || ^10.0 || ^11.0 || ^12.0", + "illuminate/support": "^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0", + "php": "^8.1", "spatie/laravel-package-tools": "^1.6.3" }, "require-dev": { "ext-json": "*", - "orchestra/testbench": "^6.23 || ^7.0", - "pestphp/pest": "^1.20" + "orchestra/testbench": "^6.23 || ^7.0 || ^8.0 || ^9.0 || ^10.0", + "pestphp/pest": "^1.20 || ^2.0 || ^3.0" }, "type": "library", "extra": { @@ -4678,7 +5961,7 @@ ], "support": { "issues": "https://github.com/spatie/laravel-activitylog/issues", - "source": "https://github.com/spatie/laravel-activitylog/tree/4.6.0" + "source": "https://github.com/spatie/laravel-activitylog/tree/4.10.2" }, "funding": [ { @@ -4690,31 +5973,33 @@ "type": "github" } ], - "time": "2022-09-22T09:31:29+00:00" + "time": "2025-06-15T06:59:49+00:00" }, { "name": "spatie/laravel-package-tools", - "version": "1.13.5", + "version": "1.92.7", "source": { "type": "git", "url": "https://github.com/spatie/laravel-package-tools.git", - "reference": "163ee3bc6c0a987535d8a99722a7dbcc5471a140" + "reference": "f09a799850b1ed765103a4f0b4355006360c49a5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/laravel-package-tools/zipball/163ee3bc6c0a987535d8a99722a7dbcc5471a140", - "reference": "163ee3bc6c0a987535d8a99722a7dbcc5471a140", + "url": "https://api.github.com/repos/spatie/laravel-package-tools/zipball/f09a799850b1ed765103a4f0b4355006360c49a5", + "reference": "f09a799850b1ed765103a4f0b4355006360c49a5", "shasum": "" }, "require": { - "illuminate/contracts": "^9.28", + "illuminate/contracts": "^9.28|^10.0|^11.0|^12.0", "php": "^8.0" }, "require-dev": { "mockery/mockery": "^1.5", - "orchestra/testbench": "^7.7", - "phpunit/phpunit": "^9.5.24", - "spatie/test-time": "^1.3" + "orchestra/testbench": "^7.7|^8.0|^9.0|^10.0", + "pestphp/pest": "^1.23|^2.1|^3.1", + "phpunit/php-code-coverage": "^9.0|^10.0|^11.0", + "phpunit/phpunit": "^9.5.24|^10.5|^11.5", + "spatie/pest-plugin-test-time": "^1.1|^2.2" }, "type": "library", "autoload": { @@ -4741,7 +6026,7 @@ ], "support": { "issues": "https://github.com/spatie/laravel-package-tools/issues", - "source": "https://github.com/spatie/laravel-package-tools/tree/1.13.5" + "source": "https://github.com/spatie/laravel-package-tools/tree/1.92.7" }, "funding": [ { @@ -4749,31 +6034,31 @@ "type": "github" } ], - "time": "2022-09-07T14:31:31+00:00" + "time": "2025-07-17T15:46:43+00:00" }, { "name": "spatie/laravel-permission", - "version": "5.5.5", + "version": "5.11.1", "source": { "type": "git", "url": "https://github.com/spatie/laravel-permission.git", - "reference": "f2303a70be60919811ca8afc313e8244fda00974" + "reference": "7090824cca57e693b880ce3aaf7ef78362e28bbd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/laravel-permission/zipball/f2303a70be60919811ca8afc313e8244fda00974", - "reference": "f2303a70be60919811ca8afc313e8244fda00974", + "url": "https://api.github.com/repos/spatie/laravel-permission/zipball/7090824cca57e693b880ce3aaf7ef78362e28bbd", + "reference": "7090824cca57e693b880ce3aaf7ef78362e28bbd", "shasum": "" }, "require": { - "illuminate/auth": "^7.0|^8.0|^9.0", - "illuminate/container": "^7.0|^8.0|^9.0", - "illuminate/contracts": "^7.0|^8.0|^9.0", - "illuminate/database": "^7.0|^8.0|^9.0", - "php": "^7.3|^8.0|^8.1" + "illuminate/auth": "^7.0|^8.0|^9.0|^10.0", + "illuminate/container": "^7.0|^8.0|^9.0|^10.0", + "illuminate/contracts": "^7.0|^8.0|^9.0|^10.0", + "illuminate/database": "^7.0|^8.0|^9.0|^10.0", + "php": "^7.3|^8.0" }, "require-dev": { - "orchestra/testbench": "^5.0|^6.0|^7.0", + "orchestra/testbench": "^5.0|^6.0|^7.0|^8.0", "phpunit/phpunit": "^9.4", "predis/predis": "^1.1" }, @@ -4823,7 +6108,7 @@ ], "support": { "issues": "https://github.com/spatie/laravel-permission/issues", - "source": "https://github.com/spatie/laravel-permission/tree/5.5.5" + "source": "https://github.com/spatie/laravel-permission/tree/5.11.1" }, "funding": [ { @@ -4831,28 +6116,28 @@ "type": "github" } ], - "time": "2022-06-29T23:11:42+00:00" + "time": "2023-10-25T05:12:01+00:00" }, { "name": "symfony/console", - "version": "v6.1.4", + "version": "v6.4.25", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "7fccea8728aa2d431a6725b02b3ce759049fc84d" + "reference": "273fd29ff30ba0a88ca5fb83f7cf1ab69306adae" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/7fccea8728aa2d431a6725b02b3ce759049fc84d", - "reference": "7fccea8728aa2d431a6725b02b3ce759049fc84d", + "url": "https://api.github.com/repos/symfony/console/zipball/273fd29ff30ba0a88ca5fb83f7cf1ab69306adae", + "reference": "273fd29ff30ba0a88ca5fb83f7cf1ab69306adae", "shasum": "" }, "require": { "php": ">=8.1", - "symfony/deprecation-contracts": "^2.1|^3", + "symfony/deprecation-contracts": "^2.5|^3", "symfony/polyfill-mbstring": "~1.0", - "symfony/service-contracts": "^1.1|^2|^3", - "symfony/string": "^5.4|^6.0" + "symfony/service-contracts": "^2.5|^3", + "symfony/string": "^5.4|^6.0|^7.0" }, "conflict": { "symfony/dependency-injection": "<5.4", @@ -4866,18 +6151,16 @@ }, "require-dev": { "psr/log": "^1|^2|^3", - "symfony/config": "^5.4|^6.0", - "symfony/dependency-injection": "^5.4|^6.0", - "symfony/event-dispatcher": "^5.4|^6.0", - "symfony/lock": "^5.4|^6.0", - "symfony/process": "^5.4|^6.0", - "symfony/var-dumper": "^5.4|^6.0" - }, - "suggest": { - "psr/log": "For using the console logger", - "symfony/event-dispatcher": "", - "symfony/lock": "", - "symfony/process": "" + "symfony/config": "^5.4|^6.0|^7.0", + "symfony/dependency-injection": "^5.4|^6.0|^7.0", + "symfony/event-dispatcher": "^5.4|^6.0|^7.0", + "symfony/http-foundation": "^6.4|^7.0", + "symfony/http-kernel": "^6.4|^7.0", + "symfony/lock": "^5.4|^6.0|^7.0", + "symfony/messenger": "^5.4|^6.0|^7.0", + "symfony/process": "^5.4|^6.0|^7.0", + "symfony/stopwatch": "^5.4|^6.0|^7.0", + "symfony/var-dumper": "^5.4|^6.0|^7.0" }, "type": "library", "autoload": { @@ -4906,12 +6189,12 @@ "homepage": "https://symfony.com", "keywords": [ "cli", - "command line", + "command-line", "console", "terminal" ], "support": { - "source": "https://github.com/symfony/console/tree/v6.1.4" + "source": "https://github.com/symfony/console/tree/v6.4.25" }, "funding": [ { @@ -4922,29 +6205,33 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2022-08-26T10:32:31+00:00" + "time": "2025-08-22T10:21:53+00:00" }, { "name": "symfony/css-selector", - "version": "v6.1.3", + "version": "v7.3.0", "source": { "type": "git", "url": "https://github.com/symfony/css-selector.git", - "reference": "0dd5e36b80e1de97f8f74ed7023ac2b837a36443" + "reference": "601a5ce9aaad7bf10797e3663faefce9e26c24e2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/css-selector/zipball/0dd5e36b80e1de97f8f74ed7023ac2b837a36443", - "reference": "0dd5e36b80e1de97f8f74ed7023ac2b837a36443", + "url": "https://api.github.com/repos/symfony/css-selector/zipball/601a5ce9aaad7bf10797e3663faefce9e26c24e2", + "reference": "601a5ce9aaad7bf10797e3663faefce9e26c24e2", "shasum": "" }, "require": { - "php": ">=8.1" + "php": ">=8.2" }, "type": "library", "autoload": { @@ -4976,7 +6263,7 @@ "description": "Converts CSS selectors to XPath expressions", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/css-selector/tree/v6.1.3" + "source": "https://github.com/symfony/css-selector/tree/v7.3.0" }, "funding": [ { @@ -4992,20 +6279,20 @@ "type": "tidelift" } ], - "time": "2022-06-27T17:24:16+00:00" + "time": "2024-09-25T14:21:43+00:00" }, { "name": "symfony/deprecation-contracts", - "version": "v3.1.1", + "version": "v3.6.0", "source": { "type": "git", "url": "https://github.com/symfony/deprecation-contracts.git", - "reference": "07f1b9cc2ffee6aaafcf4b710fbc38ff736bd918" + "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/07f1b9cc2ffee6aaafcf4b710fbc38ff736bd918", - "reference": "07f1b9cc2ffee6aaafcf4b710fbc38ff736bd918", + "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/63afe740e99a13ba87ec199bb07bbdee937a5b62", + "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62", "shasum": "" }, "require": { @@ -5013,12 +6300,12 @@ }, "type": "library", "extra": { - "branch-alias": { - "dev-main": "3.1-dev" - }, "thanks": { - "name": "symfony/contracts", - "url": "https://github.com/symfony/contracts" + "url": "https://github.com/symfony/contracts", + "name": "symfony/contracts" + }, + "branch-alias": { + "dev-main": "3.6-dev" } }, "autoload": { @@ -5043,7 +6330,7 @@ "description": "A generic function and convention to trigger deprecation notices", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/deprecation-contracts/tree/v3.1.1" + "source": "https://github.com/symfony/deprecation-contracts/tree/v3.6.0" }, "funding": [ { @@ -5059,31 +6346,35 @@ "type": "tidelift" } ], - "time": "2022-02-25T11:15:52+00:00" + "time": "2024-09-25T14:21:43+00:00" }, { "name": "symfony/error-handler", - "version": "v6.1.3", + "version": "v6.4.24", "source": { "type": "git", "url": "https://github.com/symfony/error-handler.git", - "reference": "736e42db3fd586d91820355988698e434e1d8419" + "reference": "30fd0b3cf0e972e82636038ce4db0e4fe777112c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/error-handler/zipball/736e42db3fd586d91820355988698e434e1d8419", - "reference": "736e42db3fd586d91820355988698e434e1d8419", + "url": "https://api.github.com/repos/symfony/error-handler/zipball/30fd0b3cf0e972e82636038ce4db0e4fe777112c", + "reference": "30fd0b3cf0e972e82636038ce4db0e4fe777112c", "shasum": "" }, "require": { "php": ">=8.1", "psr/log": "^1|^2|^3", - "symfony/var-dumper": "^5.4|^6.0" + "symfony/var-dumper": "^5.4|^6.0|^7.0" + }, + "conflict": { + "symfony/deprecation-contracts": "<2.5", + "symfony/http-kernel": "<6.4" }, "require-dev": { - "symfony/deprecation-contracts": "^2.1|^3", - "symfony/http-kernel": "^5.4|^6.0", - "symfony/serializer": "^5.4|^6.0" + "symfony/deprecation-contracts": "^2.5|^3", + "symfony/http-kernel": "^6.4|^7.0", + "symfony/serializer": "^5.4|^6.0|^7.0" }, "bin": [ "Resources/bin/patch-type-declarations" @@ -5114,7 +6405,7 @@ "description": "Provides tools to manage errors and ease debugging PHP code", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/error-handler/tree/v6.1.3" + "source": "https://github.com/symfony/error-handler/tree/v6.4.24" }, "funding": [ { @@ -5125,33 +6416,38 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2022-07-29T07:42:06+00:00" + "time": "2025-07-24T08:25:04+00:00" }, { "name": "symfony/event-dispatcher", - "version": "v6.1.0", + "version": "v7.3.3", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", - "reference": "a0449a7ad7daa0f7c0acd508259f80544ab5a347" + "reference": "b7dc69e71de420ac04bc9ab830cf3ffebba48191" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/a0449a7ad7daa0f7c0acd508259f80544ab5a347", - "reference": "a0449a7ad7daa0f7c0acd508259f80544ab5a347", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/b7dc69e71de420ac04bc9ab830cf3ffebba48191", + "reference": "b7dc69e71de420ac04bc9ab830cf3ffebba48191", "shasum": "" }, "require": { - "php": ">=8.1", - "symfony/event-dispatcher-contracts": "^2|^3" + "php": ">=8.2", + "symfony/event-dispatcher-contracts": "^2.5|^3" }, "conflict": { - "symfony/dependency-injection": "<5.4" + "symfony/dependency-injection": "<6.4", + "symfony/service-contracts": "<2.5" }, "provide": { "psr/event-dispatcher-implementation": "1.0", @@ -5159,17 +6455,13 @@ }, "require-dev": { "psr/log": "^1|^2|^3", - "symfony/config": "^5.4|^6.0", - "symfony/dependency-injection": "^5.4|^6.0", - "symfony/error-handler": "^5.4|^6.0", - "symfony/expression-language": "^5.4|^6.0", - "symfony/http-foundation": "^5.4|^6.0", - "symfony/service-contracts": "^1.1|^2|^3", - "symfony/stopwatch": "^5.4|^6.0" - }, - "suggest": { - "symfony/dependency-injection": "", - "symfony/http-kernel": "" + "symfony/config": "^6.4|^7.0", + "symfony/dependency-injection": "^6.4|^7.0", + "symfony/error-handler": "^6.4|^7.0", + "symfony/expression-language": "^6.4|^7.0", + "symfony/http-foundation": "^6.4|^7.0", + "symfony/service-contracts": "^2.5|^3", + "symfony/stopwatch": "^6.4|^7.0" }, "type": "library", "autoload": { @@ -5197,7 +6489,7 @@ "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/event-dispatcher/tree/v6.1.0" + "source": "https://github.com/symfony/event-dispatcher/tree/v7.3.3" }, "funding": [ { @@ -5208,42 +6500,43 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2022-05-05T16:51:07+00:00" + "time": "2025-08-13T11:49:31+00:00" }, { "name": "symfony/event-dispatcher-contracts", - "version": "v3.1.1", + "version": "v3.6.0", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher-contracts.git", - "reference": "02ff5eea2f453731cfbc6bc215e456b781480448" + "reference": "59eb412e93815df44f05f342958efa9f46b1e586" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/02ff5eea2f453731cfbc6bc215e456b781480448", - "reference": "02ff5eea2f453731cfbc6bc215e456b781480448", + "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/59eb412e93815df44f05f342958efa9f46b1e586", + "reference": "59eb412e93815df44f05f342958efa9f46b1e586", "shasum": "" }, "require": { "php": ">=8.1", "psr/event-dispatcher": "^1" }, - "suggest": { - "symfony/event-dispatcher-implementation": "" - }, "type": "library", "extra": { - "branch-alias": { - "dev-main": "3.1-dev" - }, "thanks": { - "name": "symfony/contracts", - "url": "https://github.com/symfony/contracts" + "url": "https://github.com/symfony/contracts", + "name": "symfony/contracts" + }, + "branch-alias": { + "dev-main": "3.6-dev" } }, "autoload": { @@ -5276,7 +6569,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.1.1" + "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.6.0" }, "funding": [ { @@ -5292,27 +6585,27 @@ "type": "tidelift" } ], - "time": "2022-02-25T11:15:52+00:00" + "time": "2024-09-25T14:21:43+00:00" }, { "name": "symfony/finder", - "version": "v6.1.3", + "version": "v6.4.24", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "39696bff2c2970b3779a5cac7bf9f0b88fc2b709" + "reference": "73089124388c8510efb8d2d1689285d285937b08" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/39696bff2c2970b3779a5cac7bf9f0b88fc2b709", - "reference": "39696bff2c2970b3779a5cac7bf9f0b88fc2b709", + "url": "https://api.github.com/repos/symfony/finder/zipball/73089124388c8510efb8d2d1689285d285937b08", + "reference": "73089124388c8510efb8d2d1689285d285937b08", "shasum": "" }, "require": { "php": ">=8.1" }, "require-dev": { - "symfony/filesystem": "^6.0" + "symfony/filesystem": "^6.0|^7.0" }, "type": "library", "autoload": { @@ -5340,7 +6633,80 @@ "description": "Finds files and directories via an intuitive fluent interface", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/finder/tree/v6.1.3" + "source": "https://github.com/symfony/finder/tree/v6.4.24" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2025-07-15T12:02:45+00:00" + }, + { + "name": "symfony/html-sanitizer", + "version": "v7.3.3", + "source": { + "type": "git", + "url": "https://github.com/symfony/html-sanitizer.git", + "reference": "8740fc48979f649dee8b8fc51a2698e5c190bf12" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/html-sanitizer/zipball/8740fc48979f649dee8b8fc51a2698e5c190bf12", + "reference": "8740fc48979f649dee8b8fc51a2698e5c190bf12", + "shasum": "" + }, + "require": { + "ext-dom": "*", + "league/uri": "^6.5|^7.0", + "masterminds/html5": "^2.7.2", + "php": ">=8.2" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\HtmlSanitizer\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Titouan Galopin", + "email": "galopintitouan@gmail.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides an object-oriented API to sanitize untrusted HTML input for safe insertion into a document's DOM.", + "homepage": "https://symfony.com", + "keywords": [ + "Purifier", + "html", + "sanitizer" + ], + "support": { + "source": "https://github.com/symfony/html-sanitizer/tree/v7.3.3" }, "funding": [ { @@ -5351,43 +6717,49 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2022-07-29T07:42:06+00:00" + "time": "2025-08-12T10:34:03+00:00" }, { "name": "symfony/http-foundation", - "version": "v6.1.4", + "version": "v6.4.25", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", - "reference": "18e0f106a32887bcebef757e5b39c88e39a08f20" + "reference": "6bc974c0035b643aa497c58d46d9e25185e4b272" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/18e0f106a32887bcebef757e5b39c88e39a08f20", - "reference": "18e0f106a32887bcebef757e5b39c88e39a08f20", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/6bc974c0035b643aa497c58d46d9e25185e4b272", + "reference": "6bc974c0035b643aa497c58d46d9e25185e4b272", "shasum": "" }, "require": { "php": ">=8.1", - "symfony/deprecation-contracts": "^2.1|^3", - "symfony/polyfill-mbstring": "~1.1" + "symfony/deprecation-contracts": "^2.5|^3", + "symfony/polyfill-mbstring": "~1.1", + "symfony/polyfill-php83": "^1.27" }, - "require-dev": { - "predis/predis": "~1.0", - "symfony/cache": "^5.4|^6.0", - "symfony/dependency-injection": "^5.4|^6.0", - "symfony/expression-language": "^5.4|^6.0", - "symfony/http-kernel": "^5.4.12|^6.0.12|^6.1.4", - "symfony/mime": "^5.4|^6.0", - "symfony/rate-limiter": "^5.2|^6.0" + "conflict": { + "symfony/cache": "<6.4.12|>=7.0,<7.1.5" }, - "suggest": { - "symfony/mime": "To use the file extension guesser" + "require-dev": { + "doctrine/dbal": "^2.13.1|^3|^4", + "predis/predis": "^1.1|^2.0", + "symfony/cache": "^6.4.12|^7.1.5", + "symfony/dependency-injection": "^5.4|^6.0|^7.0", + "symfony/expression-language": "^5.4|^6.0|^7.0", + "symfony/http-kernel": "^5.4.12|^6.0.12|^6.1.4|^7.0", + "symfony/mime": "^5.4|^6.0|^7.0", + "symfony/rate-limiter": "^5.4|^6.0|^7.0" }, "type": "library", "autoload": { @@ -5415,7 +6787,7 @@ "description": "Defines an object-oriented layer for the HTTP specification", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-foundation/tree/v6.1.4" + "source": "https://github.com/symfony/http-foundation/tree/v6.4.25" }, "funding": [ { @@ -5426,33 +6798,38 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2022-08-19T14:27:04+00:00" + "time": "2025-08-20T06:48:20+00:00" }, { "name": "symfony/http-kernel", - "version": "v6.1.4", + "version": "v6.4.25", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", - "reference": "2144c53a278254af57fa1e6f71427be656fab6f4" + "reference": "a0ee3cea5cabf4ed960fd2ef57668ceeacdb6e15" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/2144c53a278254af57fa1e6f71427be656fab6f4", - "reference": "2144c53a278254af57fa1e6f71427be656fab6f4", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/a0ee3cea5cabf4ed960fd2ef57668ceeacdb6e15", + "reference": "a0ee3cea5cabf4ed960fd2ef57668ceeacdb6e15", "shasum": "" }, "require": { "php": ">=8.1", "psr/log": "^1|^2|^3", - "symfony/error-handler": "^6.1", - "symfony/event-dispatcher": "^5.4|^6.0", - "symfony/http-foundation": "^5.4|^6.0", + "symfony/deprecation-contracts": "^2.5|^3", + "symfony/error-handler": "^6.4|^7.0", + "symfony/event-dispatcher": "^5.4|^6.0|^7.0", + "symfony/http-foundation": "^6.4|^7.0", "symfony/polyfill-ctype": "^1.8" }, "conflict": { @@ -5460,15 +6837,18 @@ "symfony/cache": "<5.4", "symfony/config": "<6.1", "symfony/console": "<5.4", - "symfony/dependency-injection": "<6.1", + "symfony/dependency-injection": "<6.4", "symfony/doctrine-bridge": "<5.4", "symfony/form": "<5.4", "symfony/http-client": "<5.4", + "symfony/http-client-contracts": "<2.5", "symfony/mailer": "<5.4", "symfony/messenger": "<5.4", "symfony/translation": "<5.4", + "symfony/translation-contracts": "<2.5", "symfony/twig-bridge": "<5.4", - "symfony/validator": "<5.4", + "symfony/validator": "<6.4", + "symfony/var-dumper": "<6.3", "twig/twig": "<2.13" }, "provide": { @@ -5476,29 +6856,29 @@ }, "require-dev": { "psr/cache": "^1.0|^2.0|^3.0", - "symfony/browser-kit": "^5.4|^6.0", - "symfony/config": "^6.1", - "symfony/console": "^5.4|^6.0", - "symfony/css-selector": "^5.4|^6.0", - "symfony/dependency-injection": "^6.1", - "symfony/dom-crawler": "^5.4|^6.0", - "symfony/expression-language": "^5.4|^6.0", - "symfony/finder": "^5.4|^6.0", - "symfony/http-client-contracts": "^1.1|^2|^3", - "symfony/process": "^5.4|^6.0", - "symfony/routing": "^5.4|^6.0", - "symfony/stopwatch": "^5.4|^6.0", - "symfony/translation": "^5.4|^6.0", - "symfony/translation-contracts": "^1.1|^2|^3", - "symfony/uid": "^5.4|^6.0", + "symfony/browser-kit": "^5.4|^6.0|^7.0", + "symfony/clock": "^6.2|^7.0", + "symfony/config": "^6.1|^7.0", + "symfony/console": "^5.4|^6.0|^7.0", + "symfony/css-selector": "^5.4|^6.0|^7.0", + "symfony/dependency-injection": "^6.4|^7.0", + "symfony/dom-crawler": "^5.4|^6.0|^7.0", + "symfony/expression-language": "^5.4|^6.0|^7.0", + "symfony/finder": "^5.4|^6.0|^7.0", + "symfony/http-client-contracts": "^2.5|^3", + "symfony/process": "^5.4|^6.0|^7.0", + "symfony/property-access": "^5.4.5|^6.0.5|^7.0", + "symfony/routing": "^5.4|^6.0|^7.0", + "symfony/serializer": "^6.4.4|^7.0.4", + "symfony/stopwatch": "^5.4|^6.0|^7.0", + "symfony/translation": "^5.4|^6.0|^7.0", + "symfony/translation-contracts": "^2.5|^3", + "symfony/uid": "^5.4|^6.0|^7.0", + "symfony/validator": "^6.4|^7.0", + "symfony/var-dumper": "^5.4|^6.4|^7.0", + "symfony/var-exporter": "^6.2|^7.0", "twig/twig": "^2.13|^3.0.4" }, - "suggest": { - "symfony/browser-kit": "", - "symfony/config": "", - "symfony/console": "", - "symfony/dependency-injection": "" - }, "type": "library", "autoload": { "psr-4": { @@ -5525,7 +6905,7 @@ "description": "Provides a structured process for converting a Request into a Response", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-kernel/tree/v6.1.4" + "source": "https://github.com/symfony/http-kernel/tree/v6.4.25" }, "funding": [ { @@ -5536,42 +6916,52 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2022-08-26T14:50:30+00:00" + "time": "2025-08-29T07:55:45+00:00" }, { "name": "symfony/mailer", - "version": "v6.1.4", + "version": "v6.4.25", "source": { "type": "git", "url": "https://github.com/symfony/mailer.git", - "reference": "55a7cb8f8518d35e2a039daaec6e1ee20509510e" + "reference": "628b43b45a3e6b15c8a633fb22df547ed9b492a2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mailer/zipball/55a7cb8f8518d35e2a039daaec6e1ee20509510e", - "reference": "55a7cb8f8518d35e2a039daaec6e1ee20509510e", + "url": "https://api.github.com/repos/symfony/mailer/zipball/628b43b45a3e6b15c8a633fb22df547ed9b492a2", + "reference": "628b43b45a3e6b15c8a633fb22df547ed9b492a2", "shasum": "" }, "require": { - "egulias/email-validator": "^2.1.10|^3", + "egulias/email-validator": "^2.1.10|^3|^4", "php": ">=8.1", "psr/event-dispatcher": "^1", "psr/log": "^1|^2|^3", - "symfony/event-dispatcher": "^5.4|^6.0", - "symfony/mime": "^5.4|^6.0", - "symfony/service-contracts": "^1.1|^2|^3" + "symfony/event-dispatcher": "^5.4|^6.0|^7.0", + "symfony/mime": "^6.2|^7.0", + "symfony/service-contracts": "^2.5|^3" }, "conflict": { - "symfony/http-kernel": "<5.4" + "symfony/http-client-contracts": "<2.5", + "symfony/http-kernel": "<5.4", + "symfony/messenger": "<6.2", + "symfony/mime": "<6.2", + "symfony/twig-bridge": "<6.2.1" }, "require-dev": { - "symfony/http-client-contracts": "^1.1|^2|^3", - "symfony/messenger": "^5.4|^6.0" + "symfony/console": "^5.4|^6.0|^7.0", + "symfony/http-client": "^5.4|^6.0|^7.0", + "symfony/messenger": "^6.2|^7.0", + "symfony/twig-bridge": "^6.2|^7.0" }, "type": "library", "autoload": { @@ -5599,7 +6989,7 @@ "description": "Helps sending emails", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/mailer/tree/v6.1.4" + "source": "https://github.com/symfony/mailer/tree/v6.4.25" }, "funding": [ { @@ -5610,29 +7000,34 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2022-08-03T05:16:05+00:00" + "time": "2025-08-13T09:41:44+00:00" }, { "name": "symfony/mime", - "version": "v6.1.4", + "version": "v6.4.24", "source": { "type": "git", "url": "https://github.com/symfony/mime.git", - "reference": "5d1de2d3c52f8ca469c488f4b9e007e9e9cee0b3" + "reference": "664d5e844a2de5e11c8255d0aef6bc15a9660ac7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mime/zipball/5d1de2d3c52f8ca469c488f4b9e007e9e9cee0b3", - "reference": "5d1de2d3c52f8ca469c488f4b9e007e9e9cee0b3", + "url": "https://api.github.com/repos/symfony/mime/zipball/664d5e844a2de5e11c8255d0aef6bc15a9660ac7", + "reference": "664d5e844a2de5e11c8255d0aef6bc15a9660ac7", "shasum": "" }, "require": { "php": ">=8.1", + "symfony/deprecation-contracts": "^2.5|^3", "symfony/polyfill-intl-idn": "^1.10", "symfony/polyfill-mbstring": "^1.0" }, @@ -5640,15 +7035,18 @@ "egulias/email-validator": "~3.0.0", "phpdocumentor/reflection-docblock": "<3.2.2", "phpdocumentor/type-resolver": "<1.4.0", - "symfony/mailer": "<5.4" + "symfony/mailer": "<5.4", + "symfony/serializer": "<6.4.3|>7.0,<7.0.3" }, "require-dev": { - "egulias/email-validator": "^2.1.10|^3.1", + "egulias/email-validator": "^2.1.10|^3.1|^4", + "league/html-to-markdown": "^5.0", "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0", - "symfony/dependency-injection": "^5.4|^6.0", - "symfony/property-access": "^5.4|^6.0", - "symfony/property-info": "^5.4|^6.0", - "symfony/serializer": "^5.4|^6.0" + "symfony/dependency-injection": "^5.4|^6.0|^7.0", + "symfony/process": "^5.4|^6.4|^7.0", + "symfony/property-access": "^5.4|^6.0|^7.0", + "symfony/property-info": "^5.4|^6.0|^7.0", + "symfony/serializer": "^6.4.3|^7.0.3" }, "type": "library", "autoload": { @@ -5680,7 +7078,7 @@ "mime-type" ], "support": { - "source": "https://github.com/symfony/mime/tree/v6.1.4" + "source": "https://github.com/symfony/mime/tree/v6.4.24" }, "funding": [ { @@ -5691,29 +7089,33 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2022-08-19T14:27:04+00:00" + "time": "2025-07-15T12:02:45+00:00" }, { "name": "symfony/polyfill-ctype", - "version": "v1.26.0", + "version": "v1.33.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", - "reference": "6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4" + "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4", - "reference": "6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/a3cc8b044a6ea513310cbd48ef7333b384945638", + "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.2" }, "provide": { "ext-ctype": "*" @@ -5723,12 +7125,9 @@ }, "type": "library", "extra": { - "branch-alias": { - "dev-main": "1.26-dev" - }, "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "url": "https://github.com/symfony/polyfill", + "name": "symfony/polyfill" } }, "autoload": { @@ -5762,7 +7161,7 @@ "portable" ], "support": { - "source": "https://github.com/symfony/polyfill-ctype/tree/v1.26.0" + "source": "https://github.com/symfony/polyfill-ctype/tree/v1.33.0" }, "funding": [ { @@ -5773,41 +7172,42 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2022-05-24T11:49:31+00:00" + "time": "2024-09-09T11:45:10+00:00" }, { "name": "symfony/polyfill-intl-grapheme", - "version": "v1.26.0", + "version": "v1.33.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-grapheme.git", - "reference": "433d05519ce6990bf3530fba6957499d327395c2" + "reference": "380872130d3a5dd3ace2f4010d95125fde5d5c70" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/433d05519ce6990bf3530fba6957499d327395c2", - "reference": "433d05519ce6990bf3530fba6957499d327395c2", + "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/380872130d3a5dd3ace2f4010d95125fde5d5c70", + "reference": "380872130d3a5dd3ace2f4010d95125fde5d5c70", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.2" }, "suggest": { "ext-intl": "For best performance" }, "type": "library", "extra": { - "branch-alias": { - "dev-main": "1.26-dev" - }, "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "url": "https://github.com/symfony/polyfill", + "name": "symfony/polyfill" } }, "autoload": { @@ -5843,7 +7243,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.26.0" + "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.33.0" }, "funding": [ { @@ -5854,43 +7254,43 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2022-05-24T11:49:31+00:00" + "time": "2025-06-27T09:58:17+00:00" }, { "name": "symfony/polyfill-intl-idn", - "version": "v1.26.0", + "version": "v1.33.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-idn.git", - "reference": "59a8d271f00dd0e4c2e518104cc7963f655a1aa8" + "reference": "9614ac4d8061dc257ecc64cba1b140873dce8ad3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/59a8d271f00dd0e4c2e518104cc7963f655a1aa8", - "reference": "59a8d271f00dd0e4c2e518104cc7963f655a1aa8", + "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/9614ac4d8061dc257ecc64cba1b140873dce8ad3", + "reference": "9614ac4d8061dc257ecc64cba1b140873dce8ad3", "shasum": "" }, "require": { - "php": ">=7.1", - "symfony/polyfill-intl-normalizer": "^1.10", - "symfony/polyfill-php72": "^1.10" + "php": ">=7.2", + "symfony/polyfill-intl-normalizer": "^1.10" }, "suggest": { "ext-intl": "For best performance" }, "type": "library", "extra": { - "branch-alias": { - "dev-main": "1.26-dev" - }, "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "url": "https://github.com/symfony/polyfill", + "name": "symfony/polyfill" } }, "autoload": { @@ -5930,7 +7330,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.26.0" + "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.33.0" }, "funding": [ { @@ -5941,41 +7341,42 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2022-05-24T11:49:31+00:00" + "time": "2024-09-10T14:38:51+00:00" }, { "name": "symfony/polyfill-intl-normalizer", - "version": "v1.26.0", + "version": "v1.33.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-normalizer.git", - "reference": "219aa369ceff116e673852dce47c3a41794c14bd" + "reference": "3833d7255cc303546435cb650316bff708a1c75c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/219aa369ceff116e673852dce47c3a41794c14bd", - "reference": "219aa369ceff116e673852dce47c3a41794c14bd", + "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/3833d7255cc303546435cb650316bff708a1c75c", + "reference": "3833d7255cc303546435cb650316bff708a1c75c", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.2" }, "suggest": { "ext-intl": "For best performance" }, "type": "library", "extra": { - "branch-alias": { - "dev-main": "1.26-dev" - }, "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "url": "https://github.com/symfony/polyfill", + "name": "symfony/polyfill" } }, "autoload": { @@ -6014,7 +7415,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.26.0" + "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.33.0" }, "funding": [ { @@ -6025,29 +7426,34 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2022-05-24T11:49:31+00:00" + "time": "2024-09-09T11:45:10+00:00" }, { "name": "symfony/polyfill-mbstring", - "version": "v1.26.0", + "version": "v1.33.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e" + "reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e", - "reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/6d857f4d76bd4b343eac26d6b539585d2bc56493", + "reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493", "shasum": "" }, "require": { - "php": ">=7.1" + "ext-iconv": "*", + "php": ">=7.2" }, "provide": { "ext-mbstring": "*" @@ -6057,12 +7463,9 @@ }, "type": "library", "extra": { - "branch-alias": { - "dev-main": "1.26-dev" - }, "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "url": "https://github.com/symfony/polyfill", + "name": "symfony/polyfill" } }, "autoload": { @@ -6097,7 +7500,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.26.0" + "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.33.0" }, "funding": [ { @@ -6109,79 +7512,7 @@ "type": "github" }, { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2022-05-24T11:49:31+00:00" - }, - { - "name": "symfony/polyfill-php72", - "version": "v1.26.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/polyfill-php72.git", - "reference": "bf44a9fd41feaac72b074de600314a93e2ae78e2" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/bf44a9fd41feaac72b074de600314a93e2ae78e2", - "reference": "bf44a9fd41feaac72b074de600314a93e2ae78e2", - "shasum": "" - }, - "require": { - "php": ">=7.1" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-main": "1.26-dev" - }, - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" - } - }, - "autoload": { - "files": [ - "bootstrap.php" - ], - "psr-4": { - "Symfony\\Polyfill\\Php72\\": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions", - "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "polyfill", - "portable", - "shim" - ], - "support": { - "source": "https://github.com/symfony/polyfill-php72/tree/v1.26.0" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", + "url": "https://github.com/nicolas-grekas", "type": "github" }, { @@ -6189,33 +7520,30 @@ "type": "tidelift" } ], - "time": "2022-05-24T11:49:31+00:00" + "time": "2024-12-23T08:48:59+00:00" }, { "name": "symfony/polyfill-php80", - "version": "v1.26.0", + "version": "v1.33.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php80.git", - "reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace" + "reference": "0cc9dd0f17f61d8131e7df6b84bd344899fe2608" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/cfa0ae98841b9e461207c13ab093d76b0fa7bace", - "reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace", + "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/0cc9dd0f17f61d8131e7df6b84bd344899fe2608", + "reference": "0cc9dd0f17f61d8131e7df6b84bd344899fe2608", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.2" }, "type": "library", "extra": { - "branch-alias": { - "dev-main": "1.26-dev" - }, "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "url": "https://github.com/symfony/polyfill", + "name": "symfony/polyfill" } }, "autoload": { @@ -6256,7 +7584,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php80/tree/v1.26.0" + "source": "https://github.com/symfony/polyfill-php80/tree/v1.33.0" }, "funding": [ { @@ -6267,38 +7595,39 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2022-05-10T07:21:04+00:00" + "time": "2025-01-02T08:10:11+00:00" }, { - "name": "symfony/polyfill-php81", - "version": "v1.26.0", + "name": "symfony/polyfill-php83", + "version": "v1.33.0", "source": { "type": "git", - "url": "https://github.com/symfony/polyfill-php81.git", - "reference": "13f6d1271c663dc5ae9fb843a8f16521db7687a1" + "url": "https://github.com/symfony/polyfill-php83.git", + "reference": "17f6f9a6b1735c0f163024d959f700cfbc5155e5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/13f6d1271c663dc5ae9fb843a8f16521db7687a1", - "reference": "13f6d1271c663dc5ae9fb843a8f16521db7687a1", + "url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/17f6f9a6b1735c0f163024d959f700cfbc5155e5", + "reference": "17f6f9a6b1735c0f163024d959f700cfbc5155e5", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.2" }, "type": "library", "extra": { - "branch-alias": { - "dev-main": "1.26-dev" - }, "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "url": "https://github.com/symfony/polyfill", + "name": "symfony/polyfill" } }, "autoload": { @@ -6306,7 +7635,7 @@ "bootstrap.php" ], "psr-4": { - "Symfony\\Polyfill\\Php81\\": "" + "Symfony\\Polyfill\\Php83\\": "" }, "classmap": [ "Resources/stubs" @@ -6326,7 +7655,7 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions", + "description": "Symfony polyfill backporting some PHP 8.3+ features to lower PHP versions", "homepage": "https://symfony.com", "keywords": [ "compatibility", @@ -6335,7 +7664,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php81/tree/v1.26.0" + "source": "https://github.com/symfony/polyfill-php83/tree/v1.33.0" }, "funding": [ { @@ -6346,29 +7675,33 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2022-05-24T11:49:31+00:00" + "time": "2025-07-08T02:45:35+00:00" }, { "name": "symfony/polyfill-uuid", - "version": "v1.26.0", + "version": "v1.33.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-uuid.git", - "reference": "a41886c1c81dc075a09c71fe6db5b9d68c79de23" + "reference": "21533be36c24be3f4b1669c4725c7d1d2bab4ae2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-uuid/zipball/a41886c1c81dc075a09c71fe6db5b9d68c79de23", - "reference": "a41886c1c81dc075a09c71fe6db5b9d68c79de23", + "url": "https://api.github.com/repos/symfony/polyfill-uuid/zipball/21533be36c24be3f4b1669c4725c7d1d2bab4ae2", + "reference": "21533be36c24be3f4b1669c4725c7d1d2bab4ae2", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.2" }, "provide": { "ext-uuid": "*" @@ -6378,12 +7711,9 @@ }, "type": "library", "extra": { - "branch-alias": { - "dev-main": "1.26-dev" - }, "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "url": "https://github.com/symfony/polyfill", + "name": "symfony/polyfill" } }, "autoload": { @@ -6417,7 +7747,7 @@ "uuid" ], "support": { - "source": "https://github.com/symfony/polyfill-uuid/tree/v1.26.0" + "source": "https://github.com/symfony/polyfill-uuid/tree/v1.33.0" }, "funding": [ { @@ -6428,25 +7758,29 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2022-05-24T11:49:31+00:00" + "time": "2024-09-09T11:45:10+00:00" }, { "name": "symfony/process", - "version": "v6.1.3", + "version": "v6.4.25", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "a6506e99cfad7059b1ab5cab395854a0a0c21292" + "reference": "6be2f0c9ab3428587c07bed03aa9e3d1b823c6c8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/a6506e99cfad7059b1ab5cab395854a0a0c21292", - "reference": "a6506e99cfad7059b1ab5cab395854a0a0c21292", + "url": "https://api.github.com/repos/symfony/process/zipball/6be2f0c9ab3428587c07bed03aa9e3d1b823c6c8", + "reference": "6be2f0c9ab3428587c07bed03aa9e3d1b823c6c8", "shasum": "" }, "require": { @@ -6478,7 +7812,7 @@ "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/process/tree/v6.1.3" + "source": "https://github.com/symfony/process/tree/v6.4.25" }, "funding": [ { @@ -6489,50 +7823,49 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2022-06-27T17:24:16+00:00" + "time": "2025-08-14T06:23:17+00:00" }, { "name": "symfony/routing", - "version": "v6.1.3", + "version": "v6.4.24", "source": { "type": "git", "url": "https://github.com/symfony/routing.git", - "reference": "ef9108b3a88045b7546e808fb404ddb073dd35ea" + "reference": "e4f94e625c8e6f910aa004a0042f7b2d398278f5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/routing/zipball/ef9108b3a88045b7546e808fb404ddb073dd35ea", - "reference": "ef9108b3a88045b7546e808fb404ddb073dd35ea", + "url": "https://api.github.com/repos/symfony/routing/zipball/e4f94e625c8e6f910aa004a0042f7b2d398278f5", + "reference": "e4f94e625c8e6f910aa004a0042f7b2d398278f5", "shasum": "" }, "require": { - "php": ">=8.1" + "php": ">=8.1", + "symfony/deprecation-contracts": "^2.5|^3" }, "conflict": { "doctrine/annotations": "<1.12", - "symfony/config": "<5.4", + "symfony/config": "<6.2", "symfony/dependency-injection": "<5.4", "symfony/yaml": "<5.4" }, "require-dev": { - "doctrine/annotations": "^1.12", + "doctrine/annotations": "^1.12|^2", "psr/log": "^1|^2|^3", - "symfony/config": "^5.4|^6.0", - "symfony/dependency-injection": "^5.4|^6.0", - "symfony/expression-language": "^5.4|^6.0", - "symfony/http-foundation": "^5.4|^6.0", - "symfony/yaml": "^5.4|^6.0" - }, - "suggest": { - "symfony/config": "For using the all-in-one router or any loader", - "symfony/expression-language": "For using expression matching", - "symfony/http-foundation": "For using a Symfony Request object", - "symfony/yaml": "For using the YAML loader" + "symfony/config": "^6.2|^7.0", + "symfony/dependency-injection": "^5.4|^6.0|^7.0", + "symfony/expression-language": "^5.4|^6.0|^7.0", + "symfony/http-foundation": "^5.4|^6.0|^7.0", + "symfony/yaml": "^5.4|^6.0|^7.0" }, "type": "library", "autoload": { @@ -6566,7 +7899,7 @@ "url" ], "support": { - "source": "https://github.com/symfony/routing/tree/v6.1.3" + "source": "https://github.com/symfony/routing/tree/v6.4.24" }, "funding": [ { @@ -6577,45 +7910,47 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2022-07-20T15:00:40+00:00" + "time": "2025-07-15T08:46:37+00:00" }, { "name": "symfony/service-contracts", - "version": "v3.1.1", + "version": "v3.6.0", "source": { "type": "git", "url": "https://github.com/symfony/service-contracts.git", - "reference": "925e713fe8fcacf6bc05e936edd8dd5441a21239" + "reference": "f021b05a130d35510bd6b25fe9053c2a8a15d5d4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/service-contracts/zipball/925e713fe8fcacf6bc05e936edd8dd5441a21239", - "reference": "925e713fe8fcacf6bc05e936edd8dd5441a21239", + "url": "https://api.github.com/repos/symfony/service-contracts/zipball/f021b05a130d35510bd6b25fe9053c2a8a15d5d4", + "reference": "f021b05a130d35510bd6b25fe9053c2a8a15d5d4", "shasum": "" }, "require": { "php": ">=8.1", - "psr/container": "^2.0" + "psr/container": "^1.1|^2.0", + "symfony/deprecation-contracts": "^2.5|^3" }, "conflict": { "ext-psr": "<1.1|>=2" }, - "suggest": { - "symfony/service-implementation": "" - }, "type": "library", "extra": { - "branch-alias": { - "dev-main": "3.1-dev" - }, "thanks": { - "name": "symfony/contracts", - "url": "https://github.com/symfony/contracts" + "url": "https://github.com/symfony/contracts", + "name": "symfony/contracts" + }, + "branch-alias": { + "dev-main": "3.6-dev" } }, "autoload": { @@ -6651,7 +7986,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/service-contracts/tree/v3.1.1" + "source": "https://github.com/symfony/service-contracts/tree/v3.6.0" }, "funding": [ { @@ -6667,37 +8002,39 @@ "type": "tidelift" } ], - "time": "2022-05-30T19:18:58+00:00" + "time": "2025-04-25T09:37:31+00:00" }, { "name": "symfony/string", - "version": "v6.1.4", + "version": "v7.3.3", "source": { "type": "git", "url": "https://github.com/symfony/string.git", - "reference": "290972cad7b364e3befaa74ba0ec729800fb161c" + "reference": "17a426cce5fd1f0901fefa9b2a490d0038fd3c9c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/290972cad7b364e3befaa74ba0ec729800fb161c", - "reference": "290972cad7b364e3befaa74ba0ec729800fb161c", + "url": "https://api.github.com/repos/symfony/string/zipball/17a426cce5fd1f0901fefa9b2a490d0038fd3c9c", + "reference": "17a426cce5fd1f0901fefa9b2a490d0038fd3c9c", "shasum": "" }, "require": { - "php": ">=8.1", + "php": ">=8.2", "symfony/polyfill-ctype": "~1.8", "symfony/polyfill-intl-grapheme": "~1.0", "symfony/polyfill-intl-normalizer": "~1.0", "symfony/polyfill-mbstring": "~1.0" }, "conflict": { - "symfony/translation-contracts": "<2.0" + "symfony/translation-contracts": "<2.5" }, "require-dev": { - "symfony/error-handler": "^5.4|^6.0", - "symfony/http-client": "^5.4|^6.0", - "symfony/translation-contracts": "^2.0|^3.0", - "symfony/var-exporter": "^5.4|^6.0" + "symfony/emoji": "^7.1", + "symfony/error-handler": "^6.4|^7.0", + "symfony/http-client": "^6.4|^7.0", + "symfony/intl": "^6.4|^7.0", + "symfony/translation-contracts": "^2.5|^3.0", + "symfony/var-exporter": "^6.4|^7.0" }, "type": "library", "autoload": { @@ -6736,7 +8073,7 @@ "utf8" ], "support": { - "source": "https://github.com/symfony/string/tree/v6.1.4" + "source": "https://github.com/symfony/string/tree/v7.3.3" }, "funding": [ { @@ -6747,37 +8084,44 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2022-08-12T18:05:43+00:00" + "time": "2025-08-25T06:35:40+00:00" }, { "name": "symfony/translation", - "version": "v6.1.4", + "version": "v6.4.24", "source": { "type": "git", "url": "https://github.com/symfony/translation.git", - "reference": "45d0f5bb8df7255651ca91c122fab604e776af03" + "reference": "300b72643e89de0734d99a9e3f8494a3ef6936e1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation/zipball/45d0f5bb8df7255651ca91c122fab604e776af03", - "reference": "45d0f5bb8df7255651ca91c122fab604e776af03", + "url": "https://api.github.com/repos/symfony/translation/zipball/300b72643e89de0734d99a9e3f8494a3ef6936e1", + "reference": "300b72643e89de0734d99a9e3f8494a3ef6936e1", "shasum": "" }, "require": { "php": ">=8.1", + "symfony/deprecation-contracts": "^2.5|^3", "symfony/polyfill-mbstring": "~1.0", - "symfony/translation-contracts": "^2.3|^3.0" + "symfony/translation-contracts": "^2.5|^3.0" }, "conflict": { "symfony/config": "<5.4", "symfony/console": "<5.4", "symfony/dependency-injection": "<5.4", + "symfony/http-client-contracts": "<2.5", "symfony/http-kernel": "<5.4", + "symfony/service-contracts": "<2.5", "symfony/twig-bundle": "<5.4", "symfony/yaml": "<5.4" }, @@ -6785,23 +8129,19 @@ "symfony/translation-implementation": "2.3|3.0" }, "require-dev": { + "nikic/php-parser": "^4.18|^5.0", "psr/log": "^1|^2|^3", - "symfony/config": "^5.4|^6.0", - "symfony/console": "^5.4|^6.0", - "symfony/dependency-injection": "^5.4|^6.0", - "symfony/finder": "^5.4|^6.0", - "symfony/http-client-contracts": "^1.1|^2.0|^3.0", - "symfony/http-kernel": "^5.4|^6.0", - "symfony/intl": "^5.4|^6.0", + "symfony/config": "^5.4|^6.0|^7.0", + "symfony/console": "^5.4|^6.0|^7.0", + "symfony/dependency-injection": "^5.4|^6.0|^7.0", + "symfony/finder": "^5.4|^6.0|^7.0", + "symfony/http-client-contracts": "^2.5|^3.0", + "symfony/http-kernel": "^5.4|^6.0|^7.0", + "symfony/intl": "^5.4|^6.0|^7.0", "symfony/polyfill-intl-icu": "^1.21", - "symfony/routing": "^5.4|^6.0", - "symfony/service-contracts": "^1.1.2|^2|^3", - "symfony/yaml": "^5.4|^6.0" - }, - "suggest": { - "psr/log-implementation": "To use logging capability in translator", - "symfony/config": "", - "symfony/yaml": "" + "symfony/routing": "^5.4|^6.0|^7.0", + "symfony/service-contracts": "^2.5|^3", + "symfony/yaml": "^5.4|^6.0|^7.0" }, "type": "library", "autoload": { @@ -6832,7 +8172,7 @@ "description": "Provides tools to internationalize your application", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/translation/tree/v6.1.4" + "source": "https://github.com/symfony/translation/tree/v6.4.24" }, "funding": [ { @@ -6843,41 +8183,42 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2022-08-02T16:17:38+00:00" + "time": "2025-07-30T17:30:48+00:00" }, { "name": "symfony/translation-contracts", - "version": "v3.1.1", + "version": "v3.6.0", "source": { "type": "git", "url": "https://github.com/symfony/translation-contracts.git", - "reference": "606be0f48e05116baef052f7f3abdb345c8e02cc" + "reference": "df210c7a2573f1913b2d17cc95f90f53a73d8f7d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/606be0f48e05116baef052f7f3abdb345c8e02cc", - "reference": "606be0f48e05116baef052f7f3abdb345c8e02cc", + "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/df210c7a2573f1913b2d17cc95f90f53a73d8f7d", + "reference": "df210c7a2573f1913b2d17cc95f90f53a73d8f7d", "shasum": "" }, "require": { "php": ">=8.1" }, - "suggest": { - "symfony/translation-implementation": "" - }, "type": "library", "extra": { - "branch-alias": { - "dev-main": "3.1-dev" - }, "thanks": { - "name": "symfony/contracts", - "url": "https://github.com/symfony/contracts" + "url": "https://github.com/symfony/contracts", + "name": "symfony/contracts" + }, + "branch-alias": { + "dev-main": "3.6-dev" } }, "autoload": { @@ -6913,7 +8254,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/translation-contracts/tree/v3.1.1" + "source": "https://github.com/symfony/translation-contracts/tree/v3.6.0" }, "funding": [ { @@ -6929,20 +8270,20 @@ "type": "tidelift" } ], - "time": "2022-06-27T17:24:16+00:00" + "time": "2024-09-27T08:32:26+00:00" }, { "name": "symfony/uid", - "version": "v6.1.3", + "version": "v6.4.24", "source": { "type": "git", "url": "https://github.com/symfony/uid.git", - "reference": "ea2ccf0fdb88c83e626105b68e5bab5c132d812b" + "reference": "17da16a750541a42cf2183935e0f6008316c23f7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/uid/zipball/ea2ccf0fdb88c83e626105b68e5bab5c132d812b", - "reference": "ea2ccf0fdb88c83e626105b68e5bab5c132d812b", + "url": "https://api.github.com/repos/symfony/uid/zipball/17da16a750541a42cf2183935e0f6008316c23f7", + "reference": "17da16a750541a42cf2183935e0f6008316c23f7", "shasum": "" }, "require": { @@ -6950,7 +8291,7 @@ "symfony/polyfill-uuid": "^1.15" }, "require-dev": { - "symfony/console": "^5.4|^6.0" + "symfony/console": "^5.4|^6.0|^7.0" }, "type": "library", "autoload": { @@ -6987,7 +8328,7 @@ "uuid" ], "support": { - "source": "https://github.com/symfony/uid/tree/v6.1.3" + "source": "https://github.com/symfony/uid/tree/v6.4.24" }, "funding": [ { @@ -6998,47 +8339,47 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2022-07-20T13:46:29+00:00" + "time": "2025-07-10T08:14:14+00:00" }, { "name": "symfony/var-dumper", - "version": "v6.1.3", + "version": "v6.4.25", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", - "reference": "d5a5e44a2260c5eb5e746bf4f1fbd12ee6ceb427" + "reference": "c6cd92486e9fc32506370822c57bc02353a5a92c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/d5a5e44a2260c5eb5e746bf4f1fbd12ee6ceb427", - "reference": "d5a5e44a2260c5eb5e746bf4f1fbd12ee6ceb427", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/c6cd92486e9fc32506370822c57bc02353a5a92c", + "reference": "c6cd92486e9fc32506370822c57bc02353a5a92c", "shasum": "" }, "require": { "php": ">=8.1", + "symfony/deprecation-contracts": "^2.5|^3", "symfony/polyfill-mbstring": "~1.0" }, "conflict": { - "phpunit/phpunit": "<5.4.3", "symfony/console": "<5.4" }, "require-dev": { - "ext-iconv": "*", - "symfony/console": "^5.4|^6.0", - "symfony/process": "^5.4|^6.0", - "symfony/uid": "^5.4|^6.0", + "symfony/console": "^5.4|^6.0|^7.0", + "symfony/error-handler": "^6.3|^7.0", + "symfony/http-kernel": "^5.4|^6.0|^7.0", + "symfony/process": "^5.4|^6.0|^7.0", + "symfony/uid": "^5.4|^6.0|^7.0", "twig/twig": "^2.13|^3.0.4" }, - "suggest": { - "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).", - "ext-intl": "To show region name in time zone dump", - "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script" - }, "bin": [ "Resources/bin/var-dump-server" ], @@ -7075,7 +8416,7 @@ "dump" ], "support": { - "source": "https://github.com/symfony/var-dumper/tree/v6.1.3" + "source": "https://github.com/symfony/var-dumper/tree/v6.4.25" }, "funding": [ { @@ -7086,89 +8427,46 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2022-07-20T13:46:29+00:00" - }, - { - "name": "tgalopin/html-sanitizer", - "version": "1.5.0", - "source": { - "type": "git", - "url": "https://github.com/tgalopin/html-sanitizer.git", - "reference": "5d02dcb6f2ea4f505731eac440798caa1b3b0913" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/tgalopin/html-sanitizer/zipball/5d02dcb6f2ea4f505731eac440798caa1b3b0913", - "reference": "5d02dcb6f2ea4f505731eac440798caa1b3b0913", - "shasum": "" - }, - "require": { - "ext-dom": "*", - "league/uri-parser": "^1.4.1", - "masterminds/html5": "^2.4", - "php": ">=7.1", - "psr/log": "^1.0|^2.0|^3.0" - }, - "require-dev": { - "phpunit/phpunit": "^7.4", - "symfony/var-dumper": "^4.1" - }, - "type": "library", - "autoload": { - "psr-4": { - "HtmlSanitizer\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Titouan Galopin", - "email": "galopintitouan@gmail.com" - } - ], - "description": "Sanitize untrustworthy HTML user input", - "support": { - "issues": "https://github.com/tgalopin/html-sanitizer/issues", - "source": "https://github.com/tgalopin/html-sanitizer/tree/1.5.0" - }, - "abandoned": "symfony/html-sanitizer", - "time": "2021-09-14T08:27:50+00:00" + "time": "2025-08-13T09:41:44+00:00" }, { "name": "tijsverkoyen/css-to-inline-styles", - "version": "2.2.5", + "version": "v2.3.0", "source": { "type": "git", "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git", - "reference": "4348a3a06651827a27d989ad1d13efec6bb49b19" + "reference": "0d72ac1c00084279c1816675284073c5a337c20d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/4348a3a06651827a27d989ad1d13efec6bb49b19", - "reference": "4348a3a06651827a27d989ad1d13efec6bb49b19", + "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/0d72ac1c00084279c1816675284073c5a337c20d", + "reference": "0d72ac1c00084279c1816675284073c5a337c20d", "shasum": "" }, "require": { "ext-dom": "*", "ext-libxml": "*", - "php": "^5.5 || ^7.0 || ^8.0", - "symfony/css-selector": "^2.7 || ^3.0 || ^4.0 || ^5.0 || ^6.0" + "php": "^7.4 || ^8.0", + "symfony/css-selector": "^5.4 || ^6.0 || ^7.0" }, "require-dev": { - "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0 || ^7.5 || ^8.5.21 || ^9.5.10" + "phpstan/phpstan": "^2.0", + "phpstan/phpstan-phpunit": "^2.0", + "phpunit/phpunit": "^8.5.21 || ^9.5.10" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.2.x-dev" + "dev-master": "2.x-dev" } }, "autoload": { @@ -7191,45 +8489,49 @@ "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles", "support": { "issues": "https://github.com/tijsverkoyen/CssToInlineStyles/issues", - "source": "https://github.com/tijsverkoyen/CssToInlineStyles/tree/2.2.5" + "source": "https://github.com/tijsverkoyen/CssToInlineStyles/tree/v2.3.0" }, - "time": "2022-09-12T13:28:28+00:00" + "time": "2024-12-21T16:25:41+00:00" }, { "name": "vlucas/phpdotenv", - "version": "v5.4.1", + "version": "v5.6.2", "source": { "type": "git", "url": "https://github.com/vlucas/phpdotenv.git", - "reference": "264dce589e7ce37a7ba99cb901eed8249fbec92f" + "reference": "24ac4c74f91ee2c193fa1aaa5c249cb0822809af" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/264dce589e7ce37a7ba99cb901eed8249fbec92f", - "reference": "264dce589e7ce37a7ba99cb901eed8249fbec92f", + "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/24ac4c74f91ee2c193fa1aaa5c249cb0822809af", + "reference": "24ac4c74f91ee2c193fa1aaa5c249cb0822809af", "shasum": "" }, "require": { "ext-pcre": "*", - "graham-campbell/result-type": "^1.0.2", - "php": "^7.1.3 || ^8.0", - "phpoption/phpoption": "^1.8", - "symfony/polyfill-ctype": "^1.23", - "symfony/polyfill-mbstring": "^1.23.1", - "symfony/polyfill-php80": "^1.23.1" + "graham-campbell/result-type": "^1.1.3", + "php": "^7.2.5 || ^8.0", + "phpoption/phpoption": "^1.9.3", + "symfony/polyfill-ctype": "^1.24", + "symfony/polyfill-mbstring": "^1.24", + "symfony/polyfill-php80": "^1.24" }, "require-dev": { - "bamarni/composer-bin-plugin": "^1.4.1", + "bamarni/composer-bin-plugin": "^1.8.2", "ext-filter": "*", - "phpunit/phpunit": "^7.5.20 || ^8.5.21 || ^9.5.10" + "phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2" }, "suggest": { "ext-filter": "Required to use the boolean validator." }, "type": "library", "extra": { + "bamarni-bin": { + "bin-links": true, + "forward-command": false + }, "branch-alias": { - "dev-master": "5.4-dev" + "dev-master": "5.6-dev" } }, "autoload": { @@ -7261,7 +8563,7 @@ ], "support": { "issues": "https://github.com/vlucas/phpdotenv/issues", - "source": "https://github.com/vlucas/phpdotenv/tree/v5.4.1" + "source": "https://github.com/vlucas/phpdotenv/tree/v5.6.2" }, "funding": [ { @@ -7273,20 +8575,20 @@ "type": "tidelift" } ], - "time": "2021-12-12T23:22:04+00:00" + "time": "2025-04-30T23:37:27+00:00" }, { "name": "voku/portable-ascii", - "version": "2.0.1", + "version": "2.0.3", "source": { "type": "git", "url": "https://github.com/voku/portable-ascii.git", - "reference": "b56450eed252f6801410d810c8e1727224ae0743" + "reference": "b1d923f88091c6bf09699efcd7c8a1b1bfd7351d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/voku/portable-ascii/zipball/b56450eed252f6801410d810c8e1727224ae0743", - "reference": "b56450eed252f6801410d810c8e1727224ae0743", + "url": "https://api.github.com/repos/voku/portable-ascii/zipball/b1d923f88091c6bf09699efcd7c8a1b1bfd7351d", + "reference": "b1d923f88091c6bf09699efcd7c8a1b1bfd7351d", "shasum": "" }, "require": { @@ -7311,7 +8613,7 @@ "authors": [ { "name": "Lars Moelleken", - "homepage": "http://www.moelleken.org/" + "homepage": "https://www.moelleken.org/" } ], "description": "Portable ASCII library - performance optimized (ascii) string functions for php.", @@ -7323,7 +8625,7 @@ ], "support": { "issues": "https://github.com/voku/portable-ascii/issues", - "source": "https://github.com/voku/portable-ascii/tree/2.0.1" + "source": "https://github.com/voku/portable-ascii/tree/2.0.3" }, "funding": [ { @@ -7347,7 +8649,7 @@ "type": "tidelift" } ], - "time": "2022-03-08T17:03:00+00:00" + "time": "2024-11-21T01:49:47+00:00" }, { "name": "webmozart/assert", @@ -7409,92 +8711,22 @@ } ], "packages-dev": [ - { - "name": "doctrine/instantiator", - "version": "1.4.1", - "source": { - "type": "git", - "url": "https://github.com/doctrine/instantiator.git", - "reference": "10dcfce151b967d20fde1b34ae6640712c3891bc" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/doctrine/instantiator/zipball/10dcfce151b967d20fde1b34ae6640712c3891bc", - "reference": "10dcfce151b967d20fde1b34ae6640712c3891bc", - "shasum": "" - }, - "require": { - "php": "^7.1 || ^8.0" - }, - "require-dev": { - "doctrine/coding-standard": "^9", - "ext-pdo": "*", - "ext-phar": "*", - "phpbench/phpbench": "^0.16 || ^1", - "phpstan/phpstan": "^1.4", - "phpstan/phpstan-phpunit": "^1", - "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", - "vimeo/psalm": "^4.22" - }, - "type": "library", - "autoload": { - "psr-4": { - "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Marco Pivetta", - "email": "ocramius@gmail.com", - "homepage": "https://ocramius.github.io/" - } - ], - "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", - "homepage": "https://www.doctrine-project.org/projects/instantiator.html", - "keywords": [ - "constructor", - "instantiate" - ], - "support": { - "issues": "https://github.com/doctrine/instantiator/issues", - "source": "https://github.com/doctrine/instantiator/tree/1.4.1" - }, - "funding": [ - { - "url": "https://www.doctrine-project.org/sponsorship.html", - "type": "custom" - }, - { - "url": "https://www.patreon.com/phpdoctrine", - "type": "patreon" - }, - { - "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator", - "type": "tidelift" - } - ], - "time": "2022-03-03T08:28:38+00:00" - }, { "name": "fakerphp/faker", - "version": "v1.20.0", + "version": "v1.24.1", "source": { "type": "git", "url": "https://github.com/FakerPHP/Faker.git", - "reference": "37f751c67a5372d4e26353bd9384bc03744ec77b" + "reference": "e0ee18eb1e6dc3cda3ce9fd97e5a0689a88a64b5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/37f751c67a5372d4e26353bd9384bc03744ec77b", - "reference": "37f751c67a5372d4e26353bd9384bc03744ec77b", + "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/e0ee18eb1e6dc3cda3ce9fd97e5a0689a88a64b5", + "reference": "e0ee18eb1e6dc3cda3ce9fd97e5a0689a88a64b5", "shasum": "" }, "require": { - "php": "^7.1 || ^8.0", + "php": "^7.4 || ^8.0", "psr/container": "^1.0 || ^2.0", "symfony/deprecation-contracts": "^2.2 || ^3.0" }, @@ -7505,7 +8737,8 @@ "bamarni/composer-bin-plugin": "^1.4.1", "doctrine/persistence": "^1.3 || ^2.0", "ext-intl": "*", - "symfony/phpunit-bridge": "^4.4 || ^5.2" + "phpunit/phpunit": "^9.5.26", + "symfony/phpunit-bridge": "^5.4.16" }, "suggest": { "doctrine/orm": "Required to use Faker\\ORM\\Doctrine", @@ -7515,11 +8748,6 @@ "ext-mbstring": "Required for multibyte Unicode string functionality." }, "type": "library", - "extra": { - "branch-alias": { - "dev-main": "v1.20-dev" - } - }, "autoload": { "psr-4": { "Faker\\": "src/Faker/" @@ -7542,32 +8770,32 @@ ], "support": { "issues": "https://github.com/FakerPHP/Faker/issues", - "source": "https://github.com/FakerPHP/Faker/tree/v1.20.0" + "source": "https://github.com/FakerPHP/Faker/tree/v1.24.1" }, - "time": "2022-07-20T13:12:54+00:00" + "time": "2024-11-21T13:46:39+00:00" }, { "name": "filp/whoops", - "version": "2.14.5", + "version": "2.18.4", "source": { "type": "git", "url": "https://github.com/filp/whoops.git", - "reference": "a63e5e8f26ebbebf8ed3c5c691637325512eb0dc" + "reference": "d2102955e48b9fd9ab24280a7ad12ed552752c4d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/filp/whoops/zipball/a63e5e8f26ebbebf8ed3c5c691637325512eb0dc", - "reference": "a63e5e8f26ebbebf8ed3c5c691637325512eb0dc", + "url": "https://api.github.com/repos/filp/whoops/zipball/d2102955e48b9fd9ab24280a7ad12ed552752c4d", + "reference": "d2102955e48b9fd9ab24280a7ad12ed552752c4d", "shasum": "" }, "require": { - "php": "^5.5.9 || ^7.0 || ^8.0", + "php": "^7.1 || ^8.0", "psr/log": "^1.0.1 || ^2.0 || ^3.0" }, "require-dev": { - "mockery/mockery": "^0.9 || ^1.0", - "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.3", - "symfony/var-dumper": "^2.6 || ^3.0 || ^4.0 || ^5.0" + "mockery/mockery": "^1.0", + "phpunit/phpunit": "^7.5.20 || ^8.5.8 || ^9.3.3", + "symfony/var-dumper": "^4.0 || ^5.0" }, "suggest": { "symfony/var-dumper": "Pretty print complex values better with var-dumper available", @@ -7607,7 +8835,7 @@ ], "support": { "issues": "https://github.com/filp/whoops/issues", - "source": "https://github.com/filp/whoops/tree/2.14.5" + "source": "https://github.com/filp/whoops/tree/2.18.4" }, "funding": [ { @@ -7615,24 +8843,24 @@ "type": "github" } ], - "time": "2022-01-07T12:00:00+00:00" + "time": "2025-08-08T12:00:00+00:00" }, { "name": "hamcrest/hamcrest-php", - "version": "v2.0.1", + "version": "v2.1.1", "source": { "type": "git", "url": "https://github.com/hamcrest/hamcrest-php.git", - "reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3" + "reference": "f8b1c0173b22fa6ec77a81fe63e5b01eba7e6487" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/8c3d0a3f6af734494ad8f6fbbee0ba92422859f3", - "reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3", + "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/f8b1c0173b22fa6ec77a81fe63e5b01eba7e6487", + "reference": "f8b1c0173b22fa6ec77a81fe63e5b01eba7e6487", "shasum": "" }, "require": { - "php": "^5.3|^7.0|^8.0" + "php": "^7.4|^8.0" }, "replace": { "cordoval/hamcrest-php": "*", @@ -7640,8 +8868,8 @@ "kodova/hamcrest-php": "*" }, "require-dev": { - "phpunit/php-file-iterator": "^1.4 || ^2.0", - "phpunit/phpunit": "^4.8.36 || ^5.7 || ^6.5 || ^7.0" + "phpunit/php-file-iterator": "^1.4 || ^2.0 || ^3.0", + "phpunit/phpunit": "^4.8.36 || ^5.7 || ^6.5 || ^7.0 || ^8.0 || ^9.0" }, "type": "library", "extra": { @@ -7664,35 +8892,35 @@ ], "support": { "issues": "https://github.com/hamcrest/hamcrest-php/issues", - "source": "https://github.com/hamcrest/hamcrest-php/tree/v2.0.1" + "source": "https://github.com/hamcrest/hamcrest-php/tree/v2.1.1" }, - "time": "2020-07-09T08:09:16+00:00" + "time": "2025-04-30T06:54:44+00:00" }, { "name": "kkomelin/laravel-translatable-string-exporter", - "version": "1.17.0", + "version": "1.23.0", "source": { "type": "git", "url": "https://github.com/kkomelin/laravel-translatable-string-exporter.git", - "reference": "0425f2c3add32df852c002b11bffe72c9c67ec89" + "reference": "5d310214ac647904953b4a830f3990a04e262f06" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/kkomelin/laravel-translatable-string-exporter/zipball/0425f2c3add32df852c002b11bffe72c9c67ec89", - "reference": "0425f2c3add32df852c002b11bffe72c9c67ec89", + "url": "https://api.github.com/repos/kkomelin/laravel-translatable-string-exporter/zipball/5d310214ac647904953b4a830f3990a04e262f06", + "reference": "5d310214ac647904953b4a830f3990a04e262f06", "shasum": "" }, "require": { "ext-json": "*", - "illuminate/support": "^5.4|^6|^7|^8|^9", - "illuminate/translation": "^5.4|^6|^7|^8|^9", - "php": "^7.2|^8.0", - "symfony/finder": "^3.2|^4|^5|^6" + "illuminate/support": "^8|^9|^10.0|^11.0|^12.0", + "illuminate/translation": "^8|^9|^10.0|^11.0|^12.0", + "php": "^8.0", + "symfony/finder": "^5|^6|^7.0" }, "require-dev": { - "nunomaduro/larastan": "^1.0|^2.0", - "orchestra/testbench": "^3.4|^4.0|^5.0|^6.0|^7.0", - "phpunit/phpunit": "^6.0|^7.0|^8.0|^9.0" + "nunomaduro/larastan": "^1.0|^2.0|^3.0", + "orchestra/testbench": "^6.0|^7.0|^8.0|^9.0|^10.0", + "phpunit/phpunit": "^9.0|^10.5|^11.5|^12.0" }, "type": "library", "extra": { @@ -7729,22 +8957,22 @@ ], "support": { "issues": "https://github.com/kkomelin/laravel-translatable-string-exporter/issues", - "source": "https://github.com/kkomelin/laravel-translatable-string-exporter/tree/1.17.0" + "source": "https://github.com/kkomelin/laravel-translatable-string-exporter/tree/1.23.0" }, - "time": "2022-06-13T07:13:55+00:00" + "time": "2025-02-26T12:03:29+00:00" }, { "name": "laravel/pint", - "version": "v1.2.0", + "version": "v1.25.1", "source": { "type": "git", "url": "https://github.com/laravel/pint.git", - "reference": "1d276e4c803397a26cc337df908f55c2a4e90d86" + "reference": "5016e263f95d97670d71b9a987bd8996ade6d8d9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/pint/zipball/1d276e4c803397a26cc337df908f55c2a4e90d86", - "reference": "1d276e4c803397a26cc337df908f55c2a4e90d86", + "url": "https://api.github.com/repos/laravel/pint/zipball/5016e263f95d97670d71b9a987bd8996ade6d8d9", + "reference": "5016e263f95d97670d71b9a987bd8996ade6d8d9", "shasum": "" }, "require": { @@ -7752,16 +8980,16 @@ "ext-mbstring": "*", "ext-tokenizer": "*", "ext-xml": "*", - "php": "^8.0" + "php": "^8.2.0" }, "require-dev": { - "friendsofphp/php-cs-fixer": "^3.11.0", - "illuminate/view": "^9.27", - "laravel-zero/framework": "^9.1.3", - "mockery/mockery": "^1.5.0", - "nunomaduro/larastan": "^2.2", - "nunomaduro/termwind": "^1.14.0", - "pestphp/pest": "^1.22.1" + "friendsofphp/php-cs-fixer": "^3.87.2", + "illuminate/view": "^11.46.0", + "larastan/larastan": "^3.7.1", + "laravel-zero/framework": "^11.45.0", + "mockery/mockery": "^1.6.12", + "nunomaduro/termwind": "^2.3.1", + "pestphp/pest": "^2.36.0" }, "bin": [ "builds/pint" @@ -7797,36 +9025,39 @@ "issues": "https://github.com/laravel/pint/issues", "source": "https://github.com/laravel/pint" }, - "time": "2022-09-13T15:07:15+00:00" + "time": "2025-09-19T02:57:12+00:00" }, { "name": "laravel/sail", - "version": "v1.16.0", + "version": "v1.45.0", "source": { "type": "git", "url": "https://github.com/laravel/sail.git", - "reference": "73030c18b769f27e6f6aacf7848d024fa9a55560" + "reference": "019a2933ff4a9199f098d4259713f9bc266a874e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/sail/zipball/73030c18b769f27e6f6aacf7848d024fa9a55560", - "reference": "73030c18b769f27e6f6aacf7848d024fa9a55560", + "url": "https://api.github.com/repos/laravel/sail/zipball/019a2933ff4a9199f098d4259713f9bc266a874e", + "reference": "019a2933ff4a9199f098d4259713f9bc266a874e", "shasum": "" }, "require": { - "illuminate/console": "^8.0|^9.0", - "illuminate/contracts": "^8.0|^9.0", - "illuminate/support": "^8.0|^9.0", - "php": "^7.3|^8.0" + "illuminate/console": "^9.52.16|^10.0|^11.0|^12.0", + "illuminate/contracts": "^9.52.16|^10.0|^11.0|^12.0", + "illuminate/support": "^9.52.16|^10.0|^11.0|^12.0", + "php": "^8.0", + "symfony/console": "^6.0|^7.0", + "symfony/yaml": "^6.0|^7.0" + }, + "require-dev": { + "orchestra/testbench": "^7.0|^8.0|^9.0|^10.0", + "phpstan/phpstan": "^1.10" }, "bin": [ "bin/sail" ], "type": "library", "extra": { - "branch-alias": { - "dev-master": "1.x-dev" - }, "laravel": { "providers": [ "Laravel\\Sail\\SailServiceProvider" @@ -7857,42 +9088,42 @@ "issues": "https://github.com/laravel/sail/issues", "source": "https://github.com/laravel/sail" }, - "time": "2022-08-31T16:38:14+00:00" + "time": "2025-08-25T19:28:31+00:00" }, { "name": "mockery/mockery", - "version": "1.5.1", + "version": "1.6.12", "source": { "type": "git", "url": "https://github.com/mockery/mockery.git", - "reference": "e92dcc83d5a51851baf5f5591d32cb2b16e3684e" + "reference": "1f4efdd7d3beafe9807b08156dfcb176d18f1699" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mockery/mockery/zipball/e92dcc83d5a51851baf5f5591d32cb2b16e3684e", - "reference": "e92dcc83d5a51851baf5f5591d32cb2b16e3684e", + "url": "https://api.github.com/repos/mockery/mockery/zipball/1f4efdd7d3beafe9807b08156dfcb176d18f1699", + "reference": "1f4efdd7d3beafe9807b08156dfcb176d18f1699", "shasum": "" }, "require": { "hamcrest/hamcrest-php": "^2.0.1", "lib-pcre": ">=7.0", - "php": "^7.3 || ^8.0" + "php": ">=7.3" }, "conflict": { "phpunit/phpunit": "<8.0" }, "require-dev": { - "phpunit/phpunit": "^8.5 || ^9.3" + "phpunit/phpunit": "^8.5 || ^9.6.17", + "symplify/easy-coding-standard": "^12.1.14" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.4.x-dev" - } - }, "autoload": { - "psr-0": { - "Mockery": "library/" + "files": [ + "library/helpers.php", + "library/Mockery.php" + ], + "psr-4": { + "Mockery\\": "library/Mockery" } }, "notification-url": "https://packagist.org/downloads/", @@ -7903,12 +9134,20 @@ { "name": "Pádraic Brady", "email": "padraic.brady@gmail.com", - "homepage": "http://blog.astrumfutura.com" + "homepage": "https://github.com/padraic", + "role": "Author" }, { "name": "Dave Marshall", "email": "dave.marshall@atstsolutions.co.uk", - "homepage": "http://davedevelopment.co.uk" + "homepage": "https://davedevelopment.co.uk", + "role": "Developer" + }, + { + "name": "Nathanael Esayeas", + "email": "nathanael.esayeas@protonmail.com", + "homepage": "https://github.com/ghostwriter", + "role": "Lead Developer" } ], "description": "Mockery is a simple yet flexible PHP mock object framework", @@ -7926,23 +9165,26 @@ "testing" ], "support": { + "docs": "https://docs.mockery.io/", "issues": "https://github.com/mockery/mockery/issues", - "source": "https://github.com/mockery/mockery/tree/1.5.1" + "rss": "https://github.com/mockery/mockery/releases.atom", + "security": "https://github.com/mockery/mockery/security/advisories", + "source": "https://github.com/mockery/mockery" }, - "time": "2022-09-07T15:32:08+00:00" + "time": "2024-05-16T03:13:13+00:00" }, { "name": "myclabs/deep-copy", - "version": "1.11.0", + "version": "1.13.4", "source": { "type": "git", "url": "https://github.com/myclabs/DeepCopy.git", - "reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614" + "reference": "07d290f0c47959fd5eed98c95ee5602db07e0b6a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/14daed4296fae74d9e3201d2c4925d1acb7aa614", - "reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614", + "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/07d290f0c47959fd5eed98c95ee5602db07e0b6a", + "reference": "07d290f0c47959fd5eed98c95ee5602db07e0b6a", "shasum": "" }, "require": { @@ -7950,11 +9192,12 @@ }, "conflict": { "doctrine/collections": "<1.6.8", - "doctrine/common": "<2.13.3 || >=3,<3.2.2" + "doctrine/common": "<2.13.3 || >=3 <3.2.2" }, "require-dev": { "doctrine/collections": "^1.6.8", "doctrine/common": "^2.13.3 || ^3.2.2", + "phpspec/prophecy": "^1.10", "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13" }, "type": "library", @@ -7980,7 +9223,7 @@ ], "support": { "issues": "https://github.com/myclabs/DeepCopy/issues", - "source": "https://github.com/myclabs/DeepCopy/tree/1.11.0" + "source": "https://github.com/myclabs/DeepCopy/tree/1.13.4" }, "funding": [ { @@ -7988,42 +9231,47 @@ "type": "tidelift" } ], - "time": "2022-03-03T13:19:32+00:00" + "time": "2025-08-01T08:46:24+00:00" }, { "name": "nunomaduro/collision", - "version": "v6.3.0", + "version": "v7.12.0", "source": { "type": "git", "url": "https://github.com/nunomaduro/collision.git", - "reference": "17f600e2e8872856ff2846243efb74ad4b6da531" + "reference": "995245421d3d7593a6960822063bdba4f5d7cf1a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nunomaduro/collision/zipball/17f600e2e8872856ff2846243efb74ad4b6da531", - "reference": "17f600e2e8872856ff2846243efb74ad4b6da531", + "url": "https://api.github.com/repos/nunomaduro/collision/zipball/995245421d3d7593a6960822063bdba4f5d7cf1a", + "reference": "995245421d3d7593a6960822063bdba4f5d7cf1a", "shasum": "" }, "require": { - "filp/whoops": "^2.14.5", - "php": "^8.0.0", - "symfony/console": "^6.0.2" + "filp/whoops": "^2.17.0", + "nunomaduro/termwind": "^1.17.0", + "php": "^8.1.0", + "symfony/console": "^6.4.17" + }, + "conflict": { + "laravel/framework": ">=11.0.0" }, "require-dev": { - "brianium/paratest": "^6.4.1", - "laravel/framework": "^9.26.1", - "laravel/pint": "^1.1.1", - "nunomaduro/larastan": "^1.0.3", - "nunomaduro/mock-final-classes": "^1.1.0", - "orchestra/testbench": "^7.7", - "phpunit/phpunit": "^9.5.23", - "spatie/ignition": "^1.4.1" + "brianium/paratest": "^7.4.8", + "laravel/framework": "^10.48.29", + "laravel/pint": "^1.21.2", + "laravel/sail": "^1.41.0", + "laravel/sanctum": "^3.3.3", + "laravel/tinker": "^2.10.1", + "nunomaduro/larastan": "^2.10.0", + "orchestra/testbench-core": "^8.35.0", + "pestphp/pest": "^2.36.0", + "phpunit/phpunit": "^10.5.36", + "sebastian/environment": "^6.1.0", + "spatie/laravel-ignition": "^2.9.1" }, "type": "library", "extra": { - "branch-alias": { - "dev-develop": "6.x-dev" - }, "laravel": { "providers": [ "NunoMaduro\\Collision\\Adapters\\Laravel\\CollisionServiceProvider" @@ -8031,6 +9279,9 @@ } }, "autoload": { + "files": [ + "./src/Adapters/Phpunit/Autoload.php" + ], "psr-4": { "NunoMaduro\\Collision\\": "src/" } @@ -8076,24 +9327,25 @@ "type": "patreon" } ], - "time": "2022-08-29T09:11:20+00:00" + "time": "2025-03-14T22:35:49+00:00" }, { "name": "phar-io/manifest", - "version": "2.0.3", + "version": "2.0.4", "source": { "type": "git", "url": "https://github.com/phar-io/manifest.git", - "reference": "97803eca37d319dfa7826cc2437fc020857acb53" + "reference": "54750ef60c58e43759730615a392c31c80e23176" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phar-io/manifest/zipball/97803eca37d319dfa7826cc2437fc020857acb53", - "reference": "97803eca37d319dfa7826cc2437fc020857acb53", + "url": "https://api.github.com/repos/phar-io/manifest/zipball/54750ef60c58e43759730615a392c31c80e23176", + "reference": "54750ef60c58e43759730615a392c31c80e23176", "shasum": "" }, "require": { "ext-dom": "*", + "ext-libxml": "*", "ext-phar": "*", "ext-xmlwriter": "*", "phar-io/version": "^3.0.1", @@ -8134,9 +9386,15 @@ "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", "support": { "issues": "https://github.com/phar-io/manifest/issues", - "source": "https://github.com/phar-io/manifest/tree/2.0.3" + "source": "https://github.com/phar-io/manifest/tree/2.0.4" }, - "time": "2021-07-20T11:28:43+00:00" + "funding": [ + { + "url": "https://github.com/theseer", + "type": "github" + } + ], + "time": "2024-03-03T12:33:53+00:00" }, { "name": "phar-io/version", @@ -8191,44 +9449,44 @@ }, { "name": "phpunit/php-code-coverage", - "version": "9.2.17", + "version": "10.1.16", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "aa94dc41e8661fe90c7316849907cba3007b10d8" + "reference": "7e308268858ed6baedc8704a304727d20bc07c77" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/aa94dc41e8661fe90c7316849907cba3007b10d8", - "reference": "aa94dc41e8661fe90c7316849907cba3007b10d8", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/7e308268858ed6baedc8704a304727d20bc07c77", + "reference": "7e308268858ed6baedc8704a304727d20bc07c77", "shasum": "" }, "require": { "ext-dom": "*", "ext-libxml": "*", "ext-xmlwriter": "*", - "nikic/php-parser": "^4.14", - "php": ">=7.3", - "phpunit/php-file-iterator": "^3.0.3", - "phpunit/php-text-template": "^2.0.2", - "sebastian/code-unit-reverse-lookup": "^2.0.2", - "sebastian/complexity": "^2.0", - "sebastian/environment": "^5.1.2", - "sebastian/lines-of-code": "^1.0.3", - "sebastian/version": "^3.0.1", - "theseer/tokenizer": "^1.2.0" + "nikic/php-parser": "^4.19.1 || ^5.1.0", + "php": ">=8.1", + "phpunit/php-file-iterator": "^4.1.0", + "phpunit/php-text-template": "^3.0.1", + "sebastian/code-unit-reverse-lookup": "^3.0.0", + "sebastian/complexity": "^3.2.0", + "sebastian/environment": "^6.1.0", + "sebastian/lines-of-code": "^2.0.2", + "sebastian/version": "^4.0.1", + "theseer/tokenizer": "^1.2.3" }, "require-dev": { - "phpunit/phpunit": "^9.3" + "phpunit/phpunit": "^10.1" }, "suggest": { - "ext-pcov": "*", - "ext-xdebug": "*" + "ext-pcov": "PHP extension that provides line coverage", + "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "9.2-dev" + "dev-main": "10.1.x-dev" } }, "autoload": { @@ -8256,7 +9514,8 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", - "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.17" + "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy", + "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/10.1.16" }, "funding": [ { @@ -8264,32 +9523,32 @@ "type": "github" } ], - "time": "2022-08-30T12:24:04+00:00" + "time": "2024-08-22T04:31:57+00:00" }, { "name": "phpunit/php-file-iterator", - "version": "3.0.6", + "version": "4.1.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-file-iterator.git", - "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf" + "reference": "a95037b6d9e608ba092da1b23931e537cadc3c3c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf", - "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf", + "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/a95037b6d9e608ba092da1b23931e537cadc3c3c", + "reference": "a95037b6d9e608ba092da1b23931e537cadc3c3c", "shasum": "" }, "require": { - "php": ">=7.3" + "php": ">=8.1" }, "require-dev": { - "phpunit/phpunit": "^9.3" + "phpunit/phpunit": "^10.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0-dev" + "dev-main": "4.0-dev" } }, "autoload": { @@ -8316,7 +9575,8 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues", - "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0.6" + "security": "https://github.com/sebastianbergmann/php-file-iterator/security/policy", + "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/4.1.0" }, "funding": [ { @@ -8324,28 +9584,28 @@ "type": "github" } ], - "time": "2021-12-02T12:48:52+00:00" + "time": "2023-08-31T06:24:48+00:00" }, { "name": "phpunit/php-invoker", - "version": "3.1.1", + "version": "4.0.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-invoker.git", - "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67" + "reference": "f5e568ba02fa5ba0ddd0f618391d5a9ea50b06d7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5a10147d0aaf65b58940a0b72f71c9ac0423cc67", - "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67", + "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/f5e568ba02fa5ba0ddd0f618391d5a9ea50b06d7", + "reference": "f5e568ba02fa5ba0ddd0f618391d5a9ea50b06d7", "shasum": "" }, "require": { - "php": ">=7.3" + "php": ">=8.1" }, "require-dev": { "ext-pcntl": "*", - "phpunit/phpunit": "^9.3" + "phpunit/phpunit": "^10.0" }, "suggest": { "ext-pcntl": "*" @@ -8353,7 +9613,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "3.1-dev" + "dev-main": "4.0-dev" } }, "autoload": { @@ -8379,7 +9639,7 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/php-invoker/issues", - "source": "https://github.com/sebastianbergmann/php-invoker/tree/3.1.1" + "source": "https://github.com/sebastianbergmann/php-invoker/tree/4.0.0" }, "funding": [ { @@ -8387,32 +9647,32 @@ "type": "github" } ], - "time": "2020-09-28T05:58:55+00:00" + "time": "2023-02-03T06:56:09+00:00" }, { "name": "phpunit/php-text-template", - "version": "2.0.4", + "version": "3.0.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-text-template.git", - "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28" + "reference": "0c7b06ff49e3d5072f057eb1fa59258bf287a748" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28", - "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28", + "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/0c7b06ff49e3d5072f057eb1fa59258bf287a748", + "reference": "0c7b06ff49e3d5072f057eb1fa59258bf287a748", "shasum": "" }, "require": { - "php": ">=7.3" + "php": ">=8.1" }, "require-dev": { - "phpunit/phpunit": "^9.3" + "phpunit/phpunit": "^10.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0-dev" + "dev-main": "3.0-dev" } }, "autoload": { @@ -8438,7 +9698,8 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/php-text-template/issues", - "source": "https://github.com/sebastianbergmann/php-text-template/tree/2.0.4" + "security": "https://github.com/sebastianbergmann/php-text-template/security/policy", + "source": "https://github.com/sebastianbergmann/php-text-template/tree/3.0.1" }, "funding": [ { @@ -8446,32 +9707,32 @@ "type": "github" } ], - "time": "2020-10-26T05:33:50+00:00" + "time": "2023-08-31T14:07:24+00:00" }, { "name": "phpunit/php-timer", - "version": "5.0.3", + "version": "6.0.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-timer.git", - "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2" + "reference": "e2a2d67966e740530f4a3343fe2e030ffdc1161d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2", - "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2", + "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/e2a2d67966e740530f4a3343fe2e030ffdc1161d", + "reference": "e2a2d67966e740530f4a3343fe2e030ffdc1161d", "shasum": "" }, "require": { - "php": ">=7.3" + "php": ">=8.1" }, "require-dev": { - "phpunit/phpunit": "^9.3" + "phpunit/phpunit": "^10.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "5.0-dev" + "dev-main": "6.0-dev" } }, "autoload": { @@ -8497,7 +9758,7 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/php-timer/issues", - "source": "https://github.com/sebastianbergmann/php-timer/tree/5.0.3" + "source": "https://github.com/sebastianbergmann/php-timer/tree/6.0.0" }, "funding": [ { @@ -8505,54 +9766,52 @@ "type": "github" } ], - "time": "2020-10-26T13:16:10+00:00" + "time": "2023-02-03T06:57:52+00:00" }, { "name": "phpunit/phpunit", - "version": "9.5.24", + "version": "10.5.55", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "d0aa6097bef9fd42458a9b3c49da32c6ce6129c5" + "reference": "4b2d546b336876bd9562f24641b08a25335b06b6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/d0aa6097bef9fd42458a9b3c49da32c6ce6129c5", - "reference": "d0aa6097bef9fd42458a9b3c49da32c6ce6129c5", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/4b2d546b336876bd9562f24641b08a25335b06b6", + "reference": "4b2d546b336876bd9562f24641b08a25335b06b6", "shasum": "" }, "require": { - "doctrine/instantiator": "^1.3.1", "ext-dom": "*", "ext-json": "*", "ext-libxml": "*", "ext-mbstring": "*", "ext-xml": "*", "ext-xmlwriter": "*", - "myclabs/deep-copy": "^1.10.1", - "phar-io/manifest": "^2.0.3", - "phar-io/version": "^3.0.2", - "php": ">=7.3", - "phpunit/php-code-coverage": "^9.2.13", - "phpunit/php-file-iterator": "^3.0.5", - "phpunit/php-invoker": "^3.1.1", - "phpunit/php-text-template": "^2.0.3", - "phpunit/php-timer": "^5.0.2", - "sebastian/cli-parser": "^1.0.1", - "sebastian/code-unit": "^1.0.6", - "sebastian/comparator": "^4.0.5", - "sebastian/diff": "^4.0.3", - "sebastian/environment": "^5.1.3", - "sebastian/exporter": "^4.0.3", - "sebastian/global-state": "^5.0.1", - "sebastian/object-enumerator": "^4.0.3", - "sebastian/resource-operations": "^3.0.3", - "sebastian/type": "^3.1", - "sebastian/version": "^3.0.2" + "myclabs/deep-copy": "^1.13.4", + "phar-io/manifest": "^2.0.4", + "phar-io/version": "^3.2.1", + "php": ">=8.1", + "phpunit/php-code-coverage": "^10.1.16", + "phpunit/php-file-iterator": "^4.1.0", + "phpunit/php-invoker": "^4.0.0", + "phpunit/php-text-template": "^3.0.1", + "phpunit/php-timer": "^6.0.0", + "sebastian/cli-parser": "^2.0.1", + "sebastian/code-unit": "^2.0.0", + "sebastian/comparator": "^5.0.4", + "sebastian/diff": "^5.1.1", + "sebastian/environment": "^6.1.0", + "sebastian/exporter": "^5.1.2", + "sebastian/global-state": "^6.0.2", + "sebastian/object-enumerator": "^5.0.0", + "sebastian/recursion-context": "^5.0.1", + "sebastian/type": "^4.0.0", + "sebastian/version": "^4.0.1" }, "suggest": { - "ext-soap": "*", - "ext-xdebug": "*" + "ext-soap": "To be able to generate mocks based on WSDL files" }, "bin": [ "phpunit" @@ -8560,7 +9819,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "9.5-dev" + "dev-main": "10.5-dev" } }, "autoload": { @@ -8591,7 +9850,8 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", - "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.24" + "security": "https://github.com/sebastianbergmann/phpunit/security/policy", + "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.55" }, "funding": [ { @@ -8601,34 +9861,46 @@ { "url": "https://github.com/sebastianbergmann", "type": "github" + }, + { + "url": "https://liberapay.com/sebastianbergmann", + "type": "liberapay" + }, + { + "url": "https://thanks.dev/u/gh/sebastianbergmann", + "type": "thanks_dev" + }, + { + "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit", + "type": "tidelift" } ], - "time": "2022-08-30T07:42:16+00:00" + "time": "2025-09-14T06:19:20+00:00" }, { "name": "sebastian/cli-parser", - "version": "1.0.1", + "version": "2.0.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/cli-parser.git", - "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2" + "reference": "c34583b87e7b7a8055bf6c450c2c77ce32a24084" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/442e7c7e687e42adc03470c7b668bc4b2402c0b2", - "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2", + "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/c34583b87e7b7a8055bf6c450c2c77ce32a24084", + "reference": "c34583b87e7b7a8055bf6c450c2c77ce32a24084", "shasum": "" }, "require": { - "php": ">=7.3" + "php": ">=8.1" }, "require-dev": { - "phpunit/phpunit": "^9.3" + "phpunit/phpunit": "^10.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0-dev" + "dev-main": "2.0-dev" } }, "autoload": { @@ -8651,7 +9923,8 @@ "homepage": "https://github.com/sebastianbergmann/cli-parser", "support": { "issues": "https://github.com/sebastianbergmann/cli-parser/issues", - "source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.1" + "security": "https://github.com/sebastianbergmann/cli-parser/security/policy", + "source": "https://github.com/sebastianbergmann/cli-parser/tree/2.0.1" }, "funding": [ { @@ -8659,32 +9932,32 @@ "type": "github" } ], - "time": "2020-09-28T06:08:49+00:00" + "time": "2024-03-02T07:12:49+00:00" }, { "name": "sebastian/code-unit", - "version": "1.0.8", + "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/code-unit.git", - "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120" + "reference": "a81fee9eef0b7a76af11d121767abc44c104e503" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120", - "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120", + "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/a81fee9eef0b7a76af11d121767abc44c104e503", + "reference": "a81fee9eef0b7a76af11d121767abc44c104e503", "shasum": "" }, "require": { - "php": ">=7.3" + "php": ">=8.1" }, "require-dev": { - "phpunit/phpunit": "^9.3" + "phpunit/phpunit": "^10.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0-dev" + "dev-main": "2.0-dev" } }, "autoload": { @@ -8707,7 +9980,7 @@ "homepage": "https://github.com/sebastianbergmann/code-unit", "support": { "issues": "https://github.com/sebastianbergmann/code-unit/issues", - "source": "https://github.com/sebastianbergmann/code-unit/tree/1.0.8" + "source": "https://github.com/sebastianbergmann/code-unit/tree/2.0.0" }, "funding": [ { @@ -8715,32 +9988,32 @@ "type": "github" } ], - "time": "2020-10-26T13:08:54+00:00" + "time": "2023-02-03T06:58:43+00:00" }, { "name": "sebastian/code-unit-reverse-lookup", - "version": "2.0.3", + "version": "3.0.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", - "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5" + "reference": "5e3a687f7d8ae33fb362c5c0743794bbb2420a1d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5", - "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5", + "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/5e3a687f7d8ae33fb362c5c0743794bbb2420a1d", + "reference": "5e3a687f7d8ae33fb362c5c0743794bbb2420a1d", "shasum": "" }, "require": { - "php": ">=7.3" + "php": ">=8.1" }, "require-dev": { - "phpunit/phpunit": "^9.3" + "phpunit/phpunit": "^10.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0-dev" + "dev-main": "3.0-dev" } }, "autoload": { @@ -8762,7 +10035,7 @@ "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", "support": { "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues", - "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/2.0.3" + "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/3.0.0" }, "funding": [ { @@ -8770,34 +10043,36 @@ "type": "github" } ], - "time": "2020-09-28T05:30:19+00:00" + "time": "2023-02-03T06:59:15+00:00" }, { "name": "sebastian/comparator", - "version": "4.0.8", + "version": "5.0.4", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/comparator.git", - "reference": "fa0f136dd2334583309d32b62544682ee972b51a" + "reference": "e8e53097718d2b53cfb2aa859b06a41abf58c62e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/fa0f136dd2334583309d32b62544682ee972b51a", - "reference": "fa0f136dd2334583309d32b62544682ee972b51a", + "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/e8e53097718d2b53cfb2aa859b06a41abf58c62e", + "reference": "e8e53097718d2b53cfb2aa859b06a41abf58c62e", "shasum": "" }, "require": { - "php": ">=7.3", - "sebastian/diff": "^4.0", - "sebastian/exporter": "^4.0" + "ext-dom": "*", + "ext-mbstring": "*", + "php": ">=8.1", + "sebastian/diff": "^5.0", + "sebastian/exporter": "^5.0" }, "require-dev": { - "phpunit/phpunit": "^9.3" + "phpunit/phpunit": "^10.5" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.0-dev" + "dev-main": "5.0-dev" } }, "autoload": { @@ -8836,41 +10111,54 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/comparator/issues", - "source": "https://github.com/sebastianbergmann/comparator/tree/4.0.8" + "security": "https://github.com/sebastianbergmann/comparator/security/policy", + "source": "https://github.com/sebastianbergmann/comparator/tree/5.0.4" }, "funding": [ { "url": "https://github.com/sebastianbergmann", "type": "github" + }, + { + "url": "https://liberapay.com/sebastianbergmann", + "type": "liberapay" + }, + { + "url": "https://thanks.dev/u/gh/sebastianbergmann", + "type": "thanks_dev" + }, + { + "url": "https://tidelift.com/funding/github/packagist/sebastian/comparator", + "type": "tidelift" } ], - "time": "2022-09-14T12:41:17+00:00" + "time": "2025-09-07T05:25:07+00:00" }, { "name": "sebastian/complexity", - "version": "2.0.2", + "version": "3.2.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/complexity.git", - "reference": "739b35e53379900cc9ac327b2147867b8b6efd88" + "reference": "68ff824baeae169ec9f2137158ee529584553799" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/739b35e53379900cc9ac327b2147867b8b6efd88", - "reference": "739b35e53379900cc9ac327b2147867b8b6efd88", + "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/68ff824baeae169ec9f2137158ee529584553799", + "reference": "68ff824baeae169ec9f2137158ee529584553799", "shasum": "" }, "require": { - "nikic/php-parser": "^4.7", - "php": ">=7.3" + "nikic/php-parser": "^4.18 || ^5.0", + "php": ">=8.1" }, "require-dev": { - "phpunit/phpunit": "^9.3" + "phpunit/phpunit": "^10.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0-dev" + "dev-main": "3.2-dev" } }, "autoload": { @@ -8893,7 +10181,8 @@ "homepage": "https://github.com/sebastianbergmann/complexity", "support": { "issues": "https://github.com/sebastianbergmann/complexity/issues", - "source": "https://github.com/sebastianbergmann/complexity/tree/2.0.2" + "security": "https://github.com/sebastianbergmann/complexity/security/policy", + "source": "https://github.com/sebastianbergmann/complexity/tree/3.2.0" }, "funding": [ { @@ -8901,33 +10190,33 @@ "type": "github" } ], - "time": "2020-10-26T15:52:27+00:00" + "time": "2023-12-21T08:37:17+00:00" }, { "name": "sebastian/diff", - "version": "4.0.4", + "version": "5.1.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/diff.git", - "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d" + "reference": "c41e007b4b62af48218231d6c2275e4c9b975b2e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/3461e3fccc7cfdfc2720be910d3bd73c69be590d", - "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d", + "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/c41e007b4b62af48218231d6c2275e4c9b975b2e", + "reference": "c41e007b4b62af48218231d6c2275e4c9b975b2e", "shasum": "" }, "require": { - "php": ">=7.3" + "php": ">=8.1" }, "require-dev": { - "phpunit/phpunit": "^9.3", - "symfony/process": "^4.2 || ^5" + "phpunit/phpunit": "^10.0", + "symfony/process": "^6.4" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.0-dev" + "dev-main": "5.1-dev" } }, "autoload": { @@ -8959,7 +10248,8 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/diff/issues", - "source": "https://github.com/sebastianbergmann/diff/tree/4.0.4" + "security": "https://github.com/sebastianbergmann/diff/security/policy", + "source": "https://github.com/sebastianbergmann/diff/tree/5.1.1" }, "funding": [ { @@ -8967,27 +10257,27 @@ "type": "github" } ], - "time": "2020-10-26T13:10:38+00:00" + "time": "2024-03-02T07:15:17+00:00" }, { "name": "sebastian/environment", - "version": "5.1.4", + "version": "6.1.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/environment.git", - "reference": "1b5dff7bb151a4db11d49d90e5408e4e938270f7" + "reference": "8074dbcd93529b357029f5cc5058fd3e43666984" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/1b5dff7bb151a4db11d49d90e5408e4e938270f7", - "reference": "1b5dff7bb151a4db11d49d90e5408e4e938270f7", + "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/8074dbcd93529b357029f5cc5058fd3e43666984", + "reference": "8074dbcd93529b357029f5cc5058fd3e43666984", "shasum": "" }, "require": { - "php": ">=7.3" + "php": ">=8.1" }, "require-dev": { - "phpunit/phpunit": "^9.3" + "phpunit/phpunit": "^10.0" }, "suggest": { "ext-posix": "*" @@ -8995,7 +10285,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "5.1-dev" + "dev-main": "6.1-dev" } }, "autoload": { @@ -9014,7 +10304,7 @@ } ], "description": "Provides functionality to handle HHVM/PHP environments", - "homepage": "http://www.github.com/sebastianbergmann/environment", + "homepage": "https://github.com/sebastianbergmann/environment", "keywords": [ "Xdebug", "environment", @@ -9022,7 +10312,8 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/environment/issues", - "source": "https://github.com/sebastianbergmann/environment/tree/5.1.4" + "security": "https://github.com/sebastianbergmann/environment/security/policy", + "source": "https://github.com/sebastianbergmann/environment/tree/6.1.0" }, "funding": [ { @@ -9030,34 +10321,34 @@ "type": "github" } ], - "time": "2022-04-03T09:37:03+00:00" + "time": "2024-03-23T08:47:14+00:00" }, { "name": "sebastian/exporter", - "version": "4.0.5", + "version": "5.1.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/exporter.git", - "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d" + "reference": "955288482d97c19a372d3f31006ab3f37da47adf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d", - "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d", + "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/955288482d97c19a372d3f31006ab3f37da47adf", + "reference": "955288482d97c19a372d3f31006ab3f37da47adf", "shasum": "" }, "require": { - "php": ">=7.3", - "sebastian/recursion-context": "^4.0" + "ext-mbstring": "*", + "php": ">=8.1", + "sebastian/recursion-context": "^5.0" }, "require-dev": { - "ext-mbstring": "*", - "phpunit/phpunit": "^9.3" + "phpunit/phpunit": "^10.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.0-dev" + "dev-main": "5.1-dev" } }, "autoload": { @@ -9099,7 +10390,8 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/exporter/issues", - "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.5" + "security": "https://github.com/sebastianbergmann/exporter/security/policy", + "source": "https://github.com/sebastianbergmann/exporter/tree/5.1.2" }, "funding": [ { @@ -9107,38 +10399,35 @@ "type": "github" } ], - "time": "2022-09-14T06:03:37+00:00" + "time": "2024-03-02T07:17:12+00:00" }, { "name": "sebastian/global-state", - "version": "5.0.5", + "version": "6.0.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/global-state.git", - "reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2" + "reference": "987bafff24ecc4c9ac418cab1145b96dd6e9cbd9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/0ca8db5a5fc9c8646244e629625ac486fa286bf2", - "reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2", + "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/987bafff24ecc4c9ac418cab1145b96dd6e9cbd9", + "reference": "987bafff24ecc4c9ac418cab1145b96dd6e9cbd9", "shasum": "" }, "require": { - "php": ">=7.3", - "sebastian/object-reflector": "^2.0", - "sebastian/recursion-context": "^4.0" + "php": ">=8.1", + "sebastian/object-reflector": "^3.0", + "sebastian/recursion-context": "^5.0" }, "require-dev": { "ext-dom": "*", - "phpunit/phpunit": "^9.3" - }, - "suggest": { - "ext-uopz": "*" + "phpunit/phpunit": "^10.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "5.0-dev" + "dev-main": "6.0-dev" } }, "autoload": { @@ -9157,13 +10446,14 @@ } ], "description": "Snapshotting of global state", - "homepage": "http://www.github.com/sebastianbergmann/global-state", + "homepage": "https://www.github.com/sebastianbergmann/global-state", "keywords": [ "global state" ], "support": { "issues": "https://github.com/sebastianbergmann/global-state/issues", - "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.5" + "security": "https://github.com/sebastianbergmann/global-state/security/policy", + "source": "https://github.com/sebastianbergmann/global-state/tree/6.0.2" }, "funding": [ { @@ -9171,33 +10461,33 @@ "type": "github" } ], - "time": "2022-02-14T08:28:10+00:00" + "time": "2024-03-02T07:19:19+00:00" }, { "name": "sebastian/lines-of-code", - "version": "1.0.3", + "version": "2.0.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/lines-of-code.git", - "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc" + "reference": "856e7f6a75a84e339195d48c556f23be2ebf75d0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/c1c2e997aa3146983ed888ad08b15470a2e22ecc", - "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc", + "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/856e7f6a75a84e339195d48c556f23be2ebf75d0", + "reference": "856e7f6a75a84e339195d48c556f23be2ebf75d0", "shasum": "" }, "require": { - "nikic/php-parser": "^4.6", - "php": ">=7.3" + "nikic/php-parser": "^4.18 || ^5.0", + "php": ">=8.1" }, "require-dev": { - "phpunit/phpunit": "^9.3" + "phpunit/phpunit": "^10.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0-dev" + "dev-main": "2.0-dev" } }, "autoload": { @@ -9220,7 +10510,8 @@ "homepage": "https://github.com/sebastianbergmann/lines-of-code", "support": { "issues": "https://github.com/sebastianbergmann/lines-of-code/issues", - "source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.3" + "security": "https://github.com/sebastianbergmann/lines-of-code/security/policy", + "source": "https://github.com/sebastianbergmann/lines-of-code/tree/2.0.2" }, "funding": [ { @@ -9228,34 +10519,34 @@ "type": "github" } ], - "time": "2020-11-28T06:42:11+00:00" + "time": "2023-12-21T08:38:20+00:00" }, { "name": "sebastian/object-enumerator", - "version": "4.0.4", + "version": "5.0.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/object-enumerator.git", - "reference": "5c9eeac41b290a3712d88851518825ad78f45c71" + "reference": "202d0e344a580d7f7d04b3fafce6933e59dae906" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71", - "reference": "5c9eeac41b290a3712d88851518825ad78f45c71", + "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/202d0e344a580d7f7d04b3fafce6933e59dae906", + "reference": "202d0e344a580d7f7d04b3fafce6933e59dae906", "shasum": "" }, "require": { - "php": ">=7.3", - "sebastian/object-reflector": "^2.0", - "sebastian/recursion-context": "^4.0" + "php": ">=8.1", + "sebastian/object-reflector": "^3.0", + "sebastian/recursion-context": "^5.0" }, "require-dev": { - "phpunit/phpunit": "^9.3" + "phpunit/phpunit": "^10.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.0-dev" + "dev-main": "5.0-dev" } }, "autoload": { @@ -9277,7 +10568,7 @@ "homepage": "https://github.com/sebastianbergmann/object-enumerator/", "support": { "issues": "https://github.com/sebastianbergmann/object-enumerator/issues", - "source": "https://github.com/sebastianbergmann/object-enumerator/tree/4.0.4" + "source": "https://github.com/sebastianbergmann/object-enumerator/tree/5.0.0" }, "funding": [ { @@ -9285,32 +10576,32 @@ "type": "github" } ], - "time": "2020-10-26T13:12:34+00:00" + "time": "2023-02-03T07:08:32+00:00" }, { "name": "sebastian/object-reflector", - "version": "2.0.4", + "version": "3.0.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/object-reflector.git", - "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7" + "reference": "24ed13d98130f0e7122df55d06c5c4942a577957" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7", - "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7", + "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/24ed13d98130f0e7122df55d06c5c4942a577957", + "reference": "24ed13d98130f0e7122df55d06c5c4942a577957", "shasum": "" }, "require": { - "php": ">=7.3" + "php": ">=8.1" }, "require-dev": { - "phpunit/phpunit": "^9.3" + "phpunit/phpunit": "^10.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0-dev" + "dev-main": "3.0-dev" } }, "autoload": { @@ -9332,7 +10623,7 @@ "homepage": "https://github.com/sebastianbergmann/object-reflector/", "support": { "issues": "https://github.com/sebastianbergmann/object-reflector/issues", - "source": "https://github.com/sebastianbergmann/object-reflector/tree/2.0.4" + "source": "https://github.com/sebastianbergmann/object-reflector/tree/3.0.0" }, "funding": [ { @@ -9340,32 +10631,32 @@ "type": "github" } ], - "time": "2020-10-26T13:14:26+00:00" + "time": "2023-02-03T07:06:18+00:00" }, { "name": "sebastian/recursion-context", - "version": "4.0.4", + "version": "5.0.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/recursion-context.git", - "reference": "cd9d8cf3c5804de4341c283ed787f099f5506172" + "reference": "47e34210757a2f37a97dcd207d032e1b01e64c7a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/cd9d8cf3c5804de4341c283ed787f099f5506172", - "reference": "cd9d8cf3c5804de4341c283ed787f099f5506172", + "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/47e34210757a2f37a97dcd207d032e1b01e64c7a", + "reference": "47e34210757a2f37a97dcd207d032e1b01e64c7a", "shasum": "" }, "require": { - "php": ">=7.3" + "php": ">=8.1" }, "require-dev": { - "phpunit/phpunit": "^9.3" + "phpunit/phpunit": "^10.5" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.0-dev" + "dev-main": "5.0-dev" } }, "autoload": { @@ -9392,98 +10683,56 @@ } ], "description": "Provides functionality to recursively process PHP variables", - "homepage": "http://www.github.com/sebastianbergmann/recursion-context", + "homepage": "https://github.com/sebastianbergmann/recursion-context", "support": { "issues": "https://github.com/sebastianbergmann/recursion-context/issues", - "source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.4" + "security": "https://github.com/sebastianbergmann/recursion-context/security/policy", + "source": "https://github.com/sebastianbergmann/recursion-context/tree/5.0.1" }, "funding": [ { "url": "https://github.com/sebastianbergmann", "type": "github" - } - ], - "time": "2020-10-26T13:17:30+00:00" - }, - { - "name": "sebastian/resource-operations", - "version": "3.0.3", - "source": { - "type": "git", - "url": "https://github.com/sebastianbergmann/resource-operations.git", - "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8", - "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8", - "shasum": "" - }, - "require": { - "php": ">=7.3" - }, - "require-dev": { - "phpunit/phpunit": "^9.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.0-dev" - } - }, - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ + }, { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - } - ], - "description": "Provides a list of PHP built-in functions that operate on resources", - "homepage": "https://www.github.com/sebastianbergmann/resource-operations", - "support": { - "issues": "https://github.com/sebastianbergmann/resource-operations/issues", - "source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.3" - }, - "funding": [ + "url": "https://liberapay.com/sebastianbergmann", + "type": "liberapay" + }, { - "url": "https://github.com/sebastianbergmann", - "type": "github" + "url": "https://thanks.dev/u/gh/sebastianbergmann", + "type": "thanks_dev" + }, + { + "url": "https://tidelift.com/funding/github/packagist/sebastian/recursion-context", + "type": "tidelift" } ], - "time": "2020-09-28T06:45:17+00:00" + "time": "2025-08-10T07:50:56+00:00" }, { "name": "sebastian/type", - "version": "3.2.0", + "version": "4.0.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/type.git", - "reference": "fb3fe09c5f0bae6bc27ef3ce933a1e0ed9464b6e" + "reference": "462699a16464c3944eefc02ebdd77882bd3925bf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/fb3fe09c5f0bae6bc27ef3ce933a1e0ed9464b6e", - "reference": "fb3fe09c5f0bae6bc27ef3ce933a1e0ed9464b6e", + "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/462699a16464c3944eefc02ebdd77882bd3925bf", + "reference": "462699a16464c3944eefc02ebdd77882bd3925bf", "shasum": "" }, "require": { - "php": ">=7.3" + "php": ">=8.1" }, "require-dev": { - "phpunit/phpunit": "^9.5" + "phpunit/phpunit": "^10.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.2-dev" + "dev-main": "4.0-dev" } }, "autoload": { @@ -9506,7 +10755,7 @@ "homepage": "https://github.com/sebastianbergmann/type", "support": { "issues": "https://github.com/sebastianbergmann/type/issues", - "source": "https://github.com/sebastianbergmann/type/tree/3.2.0" + "source": "https://github.com/sebastianbergmann/type/tree/4.0.0" }, "funding": [ { @@ -9514,29 +10763,29 @@ "type": "github" } ], - "time": "2022-09-12T14:47:03+00:00" + "time": "2023-02-03T07:10:45+00:00" }, { "name": "sebastian/version", - "version": "3.0.2", + "version": "4.0.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/version.git", - "reference": "c6c1022351a901512170118436c764e473f6de8c" + "reference": "c51fa83a5d8f43f1402e3f32a005e6262244ef17" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c", - "reference": "c6c1022351a901512170118436c764e473f6de8c", + "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c51fa83a5d8f43f1402e3f32a005e6262244ef17", + "reference": "c51fa83a5d8f43f1402e3f32a005e6262244ef17", "shasum": "" }, "require": { - "php": ">=7.3" + "php": ">=8.1" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0-dev" + "dev-main": "4.0-dev" } }, "autoload": { @@ -9559,7 +10808,7 @@ "homepage": "https://github.com/sebastianbergmann/version", "support": { "issues": "https://github.com/sebastianbergmann/version/issues", - "source": "https://github.com/sebastianbergmann/version/tree/3.0.2" + "source": "https://github.com/sebastianbergmann/version/tree/4.0.1" }, "funding": [ { @@ -9567,29 +10816,31 @@ "type": "github" } ], - "time": "2020-09-28T06:39:44+00:00" + "time": "2023-02-07T11:34:05+00:00" }, { "name": "spatie/backtrace", - "version": "1.2.1", + "version": "1.8.1", "source": { "type": "git", "url": "https://github.com/spatie/backtrace.git", - "reference": "4ee7d41aa5268107906ea8a4d9ceccde136dbd5b" + "reference": "8c0f16a59ae35ec8c62d85c3c17585158f430110" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/backtrace/zipball/4ee7d41aa5268107906ea8a4d9ceccde136dbd5b", - "reference": "4ee7d41aa5268107906ea8a4d9ceccde136dbd5b", + "url": "https://api.github.com/repos/spatie/backtrace/zipball/8c0f16a59ae35ec8c62d85c3c17585158f430110", + "reference": "8c0f16a59ae35ec8c62d85c3c17585158f430110", "shasum": "" }, "require": { - "php": "^7.3|^8.0" + "php": "^7.3 || ^8.0" }, "require-dev": { "ext-json": "*", - "phpunit/phpunit": "^9.3", - "symfony/var-dumper": "^5.1" + "laravel/serializable-closure": "^1.3 || ^2.0", + "phpunit/phpunit": "^9.3 || ^11.4.3", + "spatie/phpunit-snapshot-assertions": "^4.2 || ^5.1.6", + "symfony/var-dumper": "^5.1 || ^6.0 || ^7.0" }, "type": "library", "autoload": { @@ -9617,7 +10868,7 @@ ], "support": { "issues": "https://github.com/spatie/backtrace/issues", - "source": "https://github.com/spatie/backtrace/tree/1.2.1" + "source": "https://github.com/spatie/backtrace/tree/1.8.1" }, "funding": [ { @@ -9629,43 +10880,117 @@ "type": "other" } ], - "time": "2021-11-09T10:57:15+00:00" + "time": "2025-08-26T08:22:30+00:00" + }, + { + "name": "spatie/error-solutions", + "version": "1.1.3", + "source": { + "type": "git", + "url": "https://github.com/spatie/error-solutions.git", + "reference": "e495d7178ca524f2dd0fe6a1d99a1e608e1c9936" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spatie/error-solutions/zipball/e495d7178ca524f2dd0fe6a1d99a1e608e1c9936", + "reference": "e495d7178ca524f2dd0fe6a1d99a1e608e1c9936", + "shasum": "" + }, + "require": { + "php": "^8.0" + }, + "require-dev": { + "illuminate/broadcasting": "^10.0|^11.0|^12.0", + "illuminate/cache": "^10.0|^11.0|^12.0", + "illuminate/support": "^10.0|^11.0|^12.0", + "livewire/livewire": "^2.11|^3.5.20", + "openai-php/client": "^0.10.1", + "orchestra/testbench": "8.22.3|^9.0|^10.0", + "pestphp/pest": "^2.20|^3.0", + "phpstan/phpstan": "^2.1", + "psr/simple-cache": "^3.0", + "psr/simple-cache-implementation": "^3.0", + "spatie/ray": "^1.28", + "symfony/cache": "^5.4|^6.0|^7.0", + "symfony/process": "^5.4|^6.0|^7.0", + "vlucas/phpdotenv": "^5.5" + }, + "suggest": { + "openai-php/client": "Require get solutions from OpenAI", + "simple-cache-implementation": "To cache solutions from OpenAI" + }, + "type": "library", + "autoload": { + "psr-4": { + "Spatie\\Ignition\\": "legacy/ignition", + "Spatie\\ErrorSolutions\\": "src", + "Spatie\\LaravelIgnition\\": "legacy/laravel-ignition" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Ruben Van Assche", + "email": "ruben@spatie.be", + "role": "Developer" + } + ], + "description": "This is my package error-solutions", + "homepage": "https://github.com/spatie/error-solutions", + "keywords": [ + "error-solutions", + "spatie" + ], + "support": { + "issues": "https://github.com/spatie/error-solutions/issues", + "source": "https://github.com/spatie/error-solutions/tree/1.1.3" + }, + "funding": [ + { + "url": "https://github.com/Spatie", + "type": "github" + } + ], + "time": "2025-02-14T12:29:50+00:00" }, { "name": "spatie/flare-client-php", - "version": "1.3.0", + "version": "1.10.1", "source": { "type": "git", "url": "https://github.com/spatie/flare-client-php.git", - "reference": "b1b974348750925b717fa8c8b97a0db0d1aa40ca" + "reference": "bf1716eb98bd689451b071548ae9e70738dce62f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/flare-client-php/zipball/b1b974348750925b717fa8c8b97a0db0d1aa40ca", - "reference": "b1b974348750925b717fa8c8b97a0db0d1aa40ca", + "url": "https://api.github.com/repos/spatie/flare-client-php/zipball/bf1716eb98bd689451b071548ae9e70738dce62f", + "reference": "bf1716eb98bd689451b071548ae9e70738dce62f", "shasum": "" }, "require": { - "illuminate/pipeline": "^8.0|^9.0", + "illuminate/pipeline": "^8.0|^9.0|^10.0|^11.0|^12.0", "php": "^8.0", - "spatie/backtrace": "^1.2", - "symfony/http-foundation": "^5.0|^6.0", - "symfony/mime": "^5.2|^6.0", - "symfony/process": "^5.2|^6.0", - "symfony/var-dumper": "^5.2|^6.0" + "spatie/backtrace": "^1.6.1", + "symfony/http-foundation": "^5.2|^6.0|^7.0", + "symfony/mime": "^5.2|^6.0|^7.0", + "symfony/process": "^5.2|^6.0|^7.0", + "symfony/var-dumper": "^5.2|^6.0|^7.0" }, "require-dev": { - "dms/phpunit-arraysubset-asserts": "^0.3.0", - "pestphp/pest": "^1.20", + "dms/phpunit-arraysubset-asserts": "^0.5.0", + "pestphp/pest": "^1.20|^2.0", "phpstan/extension-installer": "^1.1", "phpstan/phpstan-deprecation-rules": "^1.0", "phpstan/phpstan-phpunit": "^1.0", - "spatie/phpunit-snapshot-assertions": "^4.0" + "spatie/pest-plugin-snapshots": "^1.0|^2.0" }, "type": "library", "extra": { "branch-alias": { - "dev-main": "1.1.x-dev" + "dev-main": "1.3.x-dev" } }, "autoload": { @@ -9690,7 +11015,7 @@ ], "support": { "issues": "https://github.com/spatie/flare-client-php/issues", - "source": "https://github.com/spatie/flare-client-php/tree/1.3.0" + "source": "https://github.com/spatie/flare-client-php/tree/1.10.1" }, "funding": [ { @@ -9698,43 +11023,51 @@ "type": "github" } ], - "time": "2022-08-08T10:10:20+00:00" + "time": "2025-02-14T13:42:06+00:00" }, { "name": "spatie/ignition", - "version": "1.4.1", + "version": "1.15.1", "source": { "type": "git", "url": "https://github.com/spatie/ignition.git", - "reference": "dd3d456779108d7078baf4e43f8c2b937d9794a1" + "reference": "31f314153020aee5af3537e507fef892ffbf8c85" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/ignition/zipball/dd3d456779108d7078baf4e43f8c2b937d9794a1", - "reference": "dd3d456779108d7078baf4e43f8c2b937d9794a1", + "url": "https://api.github.com/repos/spatie/ignition/zipball/31f314153020aee5af3537e507fef892ffbf8c85", + "reference": "31f314153020aee5af3537e507fef892ffbf8c85", "shasum": "" }, "require": { "ext-json": "*", "ext-mbstring": "*", - "monolog/monolog": "^2.0", "php": "^8.0", - "spatie/flare-client-php": "^1.1", - "symfony/console": "^5.4|^6.0", - "symfony/var-dumper": "^5.4|^6.0" + "spatie/error-solutions": "^1.0", + "spatie/flare-client-php": "^1.7", + "symfony/console": "^5.4|^6.0|^7.0", + "symfony/var-dumper": "^5.4|^6.0|^7.0" }, "require-dev": { + "illuminate/cache": "^9.52|^10.0|^11.0|^12.0", "mockery/mockery": "^1.4", - "pestphp/pest": "^1.20", + "pestphp/pest": "^1.20|^2.0", "phpstan/extension-installer": "^1.1", "phpstan/phpstan-deprecation-rules": "^1.0", "phpstan/phpstan-phpunit": "^1.0", - "symfony/process": "^5.4|^6.0" + "psr/simple-cache-implementation": "*", + "symfony/cache": "^5.4|^6.0|^7.0", + "symfony/process": "^5.4|^6.0|^7.0", + "vlucas/phpdotenv": "^5.5" + }, + "suggest": { + "openai-php/client": "Require get solutions from OpenAI", + "simple-cache-implementation": "To cache solutions from OpenAI" }, "type": "library", "extra": { "branch-alias": { - "dev-main": "1.2.x-dev" + "dev-main": "1.5.x-dev" } }, "autoload": { @@ -9773,55 +11106,56 @@ "type": "github" } ], - "time": "2022-08-26T11:51:15+00:00" + "time": "2025-02-21T14:31:39+00:00" }, { "name": "spatie/laravel-ignition", - "version": "1.5.0", + "version": "2.9.1", "source": { "type": "git", "url": "https://github.com/spatie/laravel-ignition.git", - "reference": "192962f4d84526f6868c512530c00633e3165749" + "reference": "1baee07216d6748ebd3a65ba97381b051838707a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/laravel-ignition/zipball/192962f4d84526f6868c512530c00633e3165749", - "reference": "192962f4d84526f6868c512530c00633e3165749", + "url": "https://api.github.com/repos/spatie/laravel-ignition/zipball/1baee07216d6748ebd3a65ba97381b051838707a", + "reference": "1baee07216d6748ebd3a65ba97381b051838707a", "shasum": "" }, "require": { "ext-curl": "*", "ext-json": "*", "ext-mbstring": "*", - "illuminate/support": "^8.77|^9.27", - "monolog/monolog": "^2.3", - "php": "^8.0", - "spatie/flare-client-php": "^1.0.1", - "spatie/ignition": "^1.4.1", - "symfony/console": "^5.0|^6.0", - "symfony/var-dumper": "^5.0|^6.0" + "illuminate/support": "^10.0|^11.0|^12.0", + "php": "^8.1", + "spatie/ignition": "^1.15", + "symfony/console": "^6.2.3|^7.0", + "symfony/var-dumper": "^6.2.3|^7.0" }, "require-dev": { - "filp/whoops": "^2.14", - "livewire/livewire": "^2.8|dev-develop", - "mockery/mockery": "^1.4", - "nunomaduro/larastan": "^1.0", - "orchestra/testbench": "^6.23|^7.0", - "pestphp/pest": "^1.20", - "phpstan/extension-installer": "^1.1", - "phpstan/phpstan-deprecation-rules": "^1.0", - "phpstan/phpstan-phpunit": "^1.0", - "spatie/laravel-ray": "^1.27" + "livewire/livewire": "^2.11|^3.3.5", + "mockery/mockery": "^1.5.1", + "openai-php/client": "^0.8.1|^0.10", + "orchestra/testbench": "8.22.3|^9.0|^10.0", + "pestphp/pest": "^2.34|^3.7", + "phpstan/extension-installer": "^1.3.1", + "phpstan/phpstan-deprecation-rules": "^1.1.1|^2.0", + "phpstan/phpstan-phpunit": "^1.3.16|^2.0", + "vlucas/phpdotenv": "^5.5" + }, + "suggest": { + "openai-php/client": "Require get solutions from OpenAI", + "psr/simple-cache-implementation": "Needed to cache solutions from OpenAI" }, "type": "library", "extra": { "laravel": { - "providers": [ - "Spatie\\LaravelIgnition\\IgnitionServiceProvider" - ], "aliases": { "Flare": "Spatie\\LaravelIgnition\\Facades\\Flare" - } + }, + "providers": [ + "Spatie\\LaravelIgnition\\IgnitionServiceProvider" + ] } }, "autoload": { @@ -9863,20 +11197,96 @@ "type": "github" } ], - "time": "2022-09-16T13:45:54+00:00" + "time": "2025-02-20T13:13:55+00:00" + }, + { + "name": "symfony/yaml", + "version": "v7.3.3", + "source": { + "type": "git", + "url": "https://github.com/symfony/yaml.git", + "reference": "d4f4a66866fe2451f61296924767280ab5732d9d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/yaml/zipball/d4f4a66866fe2451f61296924767280ab5732d9d", + "reference": "d4f4a66866fe2451f61296924767280ab5732d9d", + "shasum": "" + }, + "require": { + "php": ">=8.2", + "symfony/deprecation-contracts": "^2.5|^3.0", + "symfony/polyfill-ctype": "^1.8" + }, + "conflict": { + "symfony/console": "<6.4" + }, + "require-dev": { + "symfony/console": "^6.4|^7.0" + }, + "bin": [ + "Resources/bin/yaml-lint" + ], + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Yaml\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Loads and dumps YAML files", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/yaml/tree/v7.3.3" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2025-08-27T11:34:33+00:00" }, { "name": "theseer/tokenizer", - "version": "1.2.1", + "version": "1.2.3", "source": { "type": "git", "url": "https://github.com/theseer/tokenizer.git", - "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e" + "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/theseer/tokenizer/zipball/34a41e998c2183e22995f158c581e7b5e755ab9e", - "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e", + "url": "https://api.github.com/repos/theseer/tokenizer/zipball/737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2", + "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2", "shasum": "" }, "require": { @@ -9905,7 +11315,7 @@ "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", "support": { "issues": "https://github.com/theseer/tokenizer/issues", - "source": "https://github.com/theseer/tokenizer/tree/1.2.1" + "source": "https://github.com/theseer/tokenizer/tree/1.2.3" }, "funding": [ { @@ -9913,17 +11323,17 @@ "type": "github" } ], - "time": "2021-07-28T10:34:58+00:00" + "time": "2024-03-03T12:36:25+00:00" } ], "aliases": [], "minimum-stability": "dev", - "stability-flags": [], + "stability-flags": {}, "prefer-stable": true, "prefer-lowest": false, "platform": { - "php": "^8.0.2" + "php": "^8.1" }, - "platform-dev": [], - "plugin-api-version": "2.1.0" + "platform-dev": {}, + "plugin-api-version": "2.6.0" } diff --git a/config/app.php b/config/app.php index ef76a7ed..3ea6e786 100644 --- a/config/app.php +++ b/config/app.php @@ -193,6 +193,7 @@ App\Providers\AuthServiceProvider::class, // App\Providers\BroadcastServiceProvider::class, App\Providers\EventServiceProvider::class, + App\Providers\Filament\AdminPanelProvider::class, App\Providers\RouteServiceProvider::class, ], diff --git a/config/filament.php b/config/filament.php index b635f352..488a01f0 100644 --- a/config/filament.php +++ b/config/filament.php @@ -1,200 +1,16 @@ null, - - /* - |-------------------------------------------------------------------------- - | Filament Core Path - |-------------------------------------------------------------------------- - | - | This is the path which Filament will use to load its core routes and assets. - | You may change it if it conflicts with your other routes. - | - */ - - 'core_path' => env('FILAMENT_CORE_PATH', 'filament'), - - /* - |-------------------------------------------------------------------------- - | Filament Domain - |-------------------------------------------------------------------------- - | - | You may change the domain where Filament should be active. If the domain - | is empty, all domains will be valid. - | - */ - - 'domain' => env('FILAMENT_DOMAIN'), - - /* - |-------------------------------------------------------------------------- - | Homepage URL - |-------------------------------------------------------------------------- - | - | This is the URL that Filament will redirect the user to when they click - | on the sidebar's header. - | - */ - - 'home_url' => '/', - - /* - |-------------------------------------------------------------------------- - | Brand Name - |-------------------------------------------------------------------------- - | - | This will be displayed on the login page and in the sidebar's header. - | - */ - - 'brand' => env('APP_NAME'), - - /* - |-------------------------------------------------------------------------- - | Auth - |-------------------------------------------------------------------------- - | - | This is the configuration that Filament will use to handle authentication - | into the admin panel. - | - */ - - 'auth' => [ - 'guard' => env('FILAMENT_AUTH_GUARD', 'web'), - 'pages' => [ - 'login' => \Filament\Http\Livewire\Auth\Login::class, - ], - ], - - /* - |-------------------------------------------------------------------------- - | Pages - |-------------------------------------------------------------------------- - | - | This is the namespace and directory that Filament will automatically - | register pages from. You may also register pages here. - | - */ - - 'pages' => [ - 'namespace' => 'App\\Filament\\Pages', - 'path' => app_path('Filament/Pages'), - 'register' => [ - Pages\Dashboard::class, - ], - ], - - /* - |-------------------------------------------------------------------------- - | Resources - |-------------------------------------------------------------------------- - | - | This is the namespace and directory that Filament will automatically - | register resources from. You may also register resources here. - | - */ - - 'resources' => [ - 'namespace' => 'App\\Filament\\Resources', - 'path' => app_path('Filament/Resources'), - 'register' => [], - ], - - /* - |-------------------------------------------------------------------------- - | Widgets - |-------------------------------------------------------------------------- - | - | This is the namespace and directory that Filament will automatically - | register dashboard widgets from. You may also register widgets here. - | - */ - - 'widgets' => [ - 'namespace' => 'App\\Filament\\Widgets', - 'path' => app_path('Filament/Widgets'), - 'register' => [ - Widgets\AccountWidget::class, - Widgets\FilamentInfoWidget::class, - ], - ], - - /* - |-------------------------------------------------------------------------- - | Livewire - |-------------------------------------------------------------------------- - | - | This is the namespace and directory that Filament will automatically - | register Livewire components inside. - | - */ - - 'livewire' => [ - 'namespace' => 'App\\Filament', - 'path' => app_path('Filament'), - ], - - /* - |-------------------------------------------------------------------------- - | Dark mode - |-------------------------------------------------------------------------- - | - | By enabling this feature, your users are able to select between a light - | and dark appearance for the admin panel, or let their system decide. - | - */ - - 'dark_mode' => false, - - /* - |-------------------------------------------------------------------------- - | Database notifications - |-------------------------------------------------------------------------- - | - | By enabling this feature, your users are able to open a slide-over within - | the admin panel to view their database notifications. - | - */ - - 'database_notifications' => [ - 'enabled' => false, - 'polling_interval' => '30s', - ], - /* |-------------------------------------------------------------------------- | Broadcasting |-------------------------------------------------------------------------- | - | By uncommenting the Laravel Echo configuration, you may connect your - | admin panel to any Pusher-compatible websockets server. + | By uncommenting the Laravel Echo configuration, you may connect Filament + | to any Pusher-compatible websockets server. | - | This will allow your admin panel to receive real-time notifications. + | This will allow your users to receive real-time notifications. | */ @@ -204,6 +20,12 @@ // 'broadcaster' => 'pusher', // 'key' => env('VITE_PUSHER_APP_KEY'), // 'cluster' => env('VITE_PUSHER_APP_CLUSTER'), + // 'wsHost' => env('VITE_PUSHER_HOST'), + // 'wsPort' => env('VITE_PUSHER_PORT'), + // 'wssPort' => env('VITE_PUSHER_PORT'), + // 'authEndpoint' => '/broadcasting/auth', + // 'disableStats' => true, + // 'encrypted' => true, // 'forceTLS' => true, // ], @@ -211,122 +33,69 @@ /* |-------------------------------------------------------------------------- - | Layout + | Default Filesystem Disk |-------------------------------------------------------------------------- | - | This is the configuration for the general layout of the admin panel. - | - | You may configure the max content width from `xl` to `7xl`, or `full` - | for no max width. + | This is the storage disk Filament will use to store files. You may use + | any of the disks defined in the `config/filesystems.php`. | */ - 'layout' => [ - 'actions' => [ - 'modal' => [ - 'actions' => [ - 'alignment' => 'left', - ], - ], - ], - 'forms' => [ - 'actions' => [ - 'alignment' => 'left', - ], - 'have_inline_labels' => false, - ], - 'footer' => [ - 'should_show_logo' => true, - ], - 'max_content_width' => null, - 'notifications' => [ - 'vertical_alignment' => 'top', - 'alignment' => 'right', - ], - 'sidebar' => [ - 'is_collapsible_on_desktop' => false, - 'groups' => [ - 'are_collapsible' => true, - ], - 'width' => null, - ], - ], + 'default_filesystem_disk' => env('FILAMENT_FILESYSTEM_DISK', 'public'), /* |-------------------------------------------------------------------------- - | Favicon + | Assets Path |-------------------------------------------------------------------------- | - | This is the path to the favicon used for pages in the admin panel. - | - */ - - 'favicon' => null, - - /* - |-------------------------------------------------------------------------- - | Default Avatar Provider - |-------------------------------------------------------------------------- + | This is the directory where Filament's assets will be published to. It + | is relative to the `public` directory of your Laravel application. | - | This is the service that will be used to retrieve default avatars if one - | has not been uploaded. + | After changing the path, you should run `php artisan filament:assets`. | */ - 'default_avatar_provider' => \Filament\AvatarProviders\UiAvatarsProvider::class, + 'assets_path' => null, /* |-------------------------------------------------------------------------- - | Default Filesystem Disk + | Cache Path |-------------------------------------------------------------------------- | - | This is the storage disk Filament will use to put media. You may use any - | of the disks defined in the `config/filesystems.php`. + | This is the directory that Filament will use to store cache files that + | are used to optimize the registration of components. + | + | After changing the path, you should run `php artisan filament:cache-components`. | */ - 'default_filesystem_disk' => env('FILAMENT_FILESYSTEM_DRIVER', 'public'), + 'cache_path' => base_path('bootstrap/cache/filament'), /* |-------------------------------------------------------------------------- - | Google Fonts + | Livewire Loading Delay |-------------------------------------------------------------------------- | - | This is the URL for Google Fonts that should be loaded. You may use any - | font, or set to `null` to prevent any Google Fonts from loading. + | This sets the delay before loading indicators appear. | - | When using a custom font, you should also set the font family in your - | custom theme's `tailwind.config.js` file. + | Setting this to 'none' makes indicators appear immediately, which can be + | desirable for high-latency connections. Setting it to 'default' applies + | Livewire's standard 200ms delay. | */ - 'google_fonts' => 'https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap', + 'livewire_loading_delay' => 'default', /* |-------------------------------------------------------------------------- - | Middleware + | System Route Prefix |-------------------------------------------------------------------------- | - | You may customise the middleware stack that Filament uses to handle - | requests. + | This is the prefix used for the system routes that Filament registers, + | such as the routes for downloading exports and failed import rows. | */ - 'middleware' => [ - 'auth' => [ - Authenticate::class, - ], - 'base' => [ - EncryptCookies::class, - AddQueuedCookiesToResponse::class, - StartSession::class, - AuthenticateSession::class, - ShareErrorsFromSession::class, - VerifyCsrfToken::class, - SubstituteBindings::class, - DispatchServingFilamentEvent::class, - MirrorConfigToSubpackages::class, - ], - ], + 'system_route_prefix' => 'filament', ]; diff --git a/lang/vendor/filament-panels/ar/global-search.php b/lang/vendor/filament-panels/ar/global-search.php new file mode 100644 index 00000000..a4b6e3a2 --- /dev/null +++ b/lang/vendor/filament-panels/ar/global-search.php @@ -0,0 +1,12 @@ + [ + 'label' => 'بحث عام', + 'placeholder' => 'بحث', + ], + + 'no_results_message' => 'لم يتم العثور على نتائج عن البحث.', + +]; diff --git a/lang/vendor/filament-panels/ar/layout.php b/lang/vendor/filament-panels/ar/layout.php new file mode 100644 index 00000000..014ef1b7 --- /dev/null +++ b/lang/vendor/filament-panels/ar/layout.php @@ -0,0 +1,63 @@ + 'rtl', + + 'actions' => [ + + 'billing' => [ + 'label' => 'إدارة الاشتراكات', + ], + + 'logout' => [ + 'label' => 'تسجيل الخروج', + ], + + 'open_database_notifications' => [ + 'label' => 'عرض التنبيهات', + ], + + 'open_user_menu' => [ + 'label' => 'قائمة المستخدم', + ], + + 'sidebar' => [ + + 'collapse' => [ + 'label' => 'طيّ القائمة الجانبية', + ], + + 'expand' => [ + 'label' => 'توسيع القائمة الجانبية', + ], + + ], + + 'theme_switcher' => [ + + 'dark' => [ + 'label' => 'تفعيل الوضع الليلي', + ], + + 'light' => [ + 'label' => 'تفعيل الوضع النهاري', + ], + + 'system' => [ + 'label' => 'تفعيل سمة النظام', + ], + + ], + + ], + + 'avatar' => [ + 'alt' => 'صورة شخصية لـ :name', + ], + + 'logo' => [ + 'alt' => ':name شعار', + ], + +]; diff --git a/lang/vendor/filament-panels/ar/pages/auth/edit-profile.php b/lang/vendor/filament-panels/ar/pages/auth/edit-profile.php new file mode 100644 index 00000000..9a2d7018 --- /dev/null +++ b/lang/vendor/filament-panels/ar/pages/auth/edit-profile.php @@ -0,0 +1,51 @@ + 'الملف الشخصي', + + 'form' => [ + + 'email' => [ + 'label' => 'البريد الإلكتروني', + ], + + 'name' => [ + 'label' => 'الاسم', + ], + + 'password' => [ + 'label' => 'كلمة المرور الجديدة', + ], + + 'password_confirmation' => [ + 'label' => 'تأكيد كلمة المرور الجديدة', + ], + + 'actions' => [ + + 'save' => [ + 'label' => 'حفظ التغييرات', + ], + + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'تم الحفظ', + ], + + ], + + 'actions' => [ + + 'cancel' => [ + 'label' => 'إلغاء', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ar/pages/auth/email-verification/email-verification-prompt.php b/lang/vendor/filament-panels/ar/pages/auth/email-verification/email-verification-prompt.php new file mode 100644 index 00000000..6dc0b300 --- /dev/null +++ b/lang/vendor/filament-panels/ar/pages/auth/email-verification/email-verification-prompt.php @@ -0,0 +1,35 @@ + 'تحقق من عنوان بريدك الإلكتروني', + + 'heading' => 'تحقق من عنوان بريدك الإلكتروني', + + 'actions' => [ + + 'resend_notification' => [ + 'label' => 'أعد الإرسال', + ], + + ], + + 'messages' => [ + 'notification_not_received' => 'لم تستلم البريد الذي قمنا بإرساله؟', + 'notification_sent' => 'لقد أرسلنا بريدًا إلكترونيًا إلى :email يحتوي على تعليمات حول كيفية التحقق من عنوان بريدك الإلكتروني.', + ], + + 'notifications' => [ + + 'notification_resent' => [ + 'title' => 'لقد قمنا بإعادة إرسال البريد الإلكتروني.', + ], + + 'notification_resend_throttled' => [ + 'title' => 'لقد قمت بمحاولات إعادة إرسال كثيرة جداً', + 'body' => 'يرجى المحاولة مرة أخرى بعد :seconds ثواني.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ar/pages/auth/login.php b/lang/vendor/filament-panels/ar/pages/auth/login.php new file mode 100644 index 00000000..c3b3b012 --- /dev/null +++ b/lang/vendor/filament-panels/ar/pages/auth/login.php @@ -0,0 +1,61 @@ + 'تسجيل الدخول', + + 'heading' => 'الدخول إلى حسابك', + + 'actions' => [ + + 'register' => [ + 'before' => 'أو', + 'label' => 'إنشاء حساب', + ], + + 'request_password_reset' => [ + 'label' => 'نسيت كلمة المرور؟', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'البريد الإلكتروني', + ], + + 'password' => [ + 'label' => 'كلمة المرور', + ], + + 'remember' => [ + 'label' => 'تذكرني', + ], + + 'actions' => [ + + 'authenticate' => [ + 'label' => 'تسجيل الدخول', + ], + + ], + + ], + + 'messages' => [ + + 'failed' => 'بيانات الاعتماد هذه غير متطابقة مع البيانات المسجلة لدينا.', + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'لقد قمت بمحاولات تسجيل دخول كثيرة جدًا', + 'body' => 'يرجى المحاولة مرة أخرى بعد :seconds ثواني.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ar/pages/auth/password-reset/request-password-reset.php b/lang/vendor/filament-panels/ar/pages/auth/password-reset/request-password-reset.php new file mode 100644 index 00000000..00c4771a --- /dev/null +++ b/lang/vendor/filament-panels/ar/pages/auth/password-reset/request-password-reset.php @@ -0,0 +1,44 @@ + 'استعادة كلمة المرور', + + 'heading' => 'نسيت كلمة المرور؟', + + 'actions' => [ + + 'login' => [ + 'label' => 'العودة لتسجيل الدخول', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'البريد الإلكتروني', + ], + + 'actions' => [ + + 'request' => [ + 'label' => 'أرسل البريد الإلكتروني', + ], + + ], + + ], + + 'notifications' => [ + 'sent' => [ + 'body' => 'إذا لم يكن حسابك موجودًا، فلن تتلقى البريد الإلكتروني.', + ], + 'throttled' => [ + 'title' => 'لقد قمت بمحاولات كثيرة جداً', + 'body' => 'يرجى المحاولة مرة أخرى بعد :seconds ثواني.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ar/pages/auth/password-reset/reset-password.php b/lang/vendor/filament-panels/ar/pages/auth/password-reset/reset-password.php new file mode 100644 index 00000000..4d715b1a --- /dev/null +++ b/lang/vendor/filament-panels/ar/pages/auth/password-reset/reset-password.php @@ -0,0 +1,43 @@ + 'إعادة تعيين كلمة المرور', + + 'heading' => 'إعادة تعيين كلمة المرور', + + 'form' => [ + + 'email' => [ + 'label' => 'البريد الإلكتروني', + ], + + 'password' => [ + 'label' => 'كلمة المرور', + 'validation_attribute' => 'كلمة المرور', + ], + + 'password_confirmation' => [ + 'label' => 'تأكيد كلمة المرور', + ], + + 'actions' => [ + + 'reset' => [ + 'label' => 'إعادة تعيين كلمة المرور', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'لقد قمت بمحاولات كثيرة جداً لإعادة تعيين كلمة المرور', + 'body' => 'يرجى المحاولة مرة أخرى بعد :seconds ثواني.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ar/pages/auth/register.php b/lang/vendor/filament-panels/ar/pages/auth/register.php new file mode 100644 index 00000000..217f30f1 --- /dev/null +++ b/lang/vendor/filament-panels/ar/pages/auth/register.php @@ -0,0 +1,56 @@ + 'تسجيل', + + 'heading' => 'إنشاء حساب', + + 'actions' => [ + + 'login' => [ + 'before' => 'أو', + 'label' => 'سجل الدخول لحسابك', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'البريد الإلكتروني', + ], + + 'name' => [ + 'label' => 'الاسم', + ], + + 'password' => [ + 'label' => 'كلمة المرور', + 'validation_attribute' => 'كلمة المرور', + ], + + 'password_confirmation' => [ + 'label' => 'تأكيد كلمة المرور', + ], + + 'actions' => [ + + 'register' => [ + 'label' => 'إنشاء حساب', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'لقد قمت بمحاولات تسجيل كثيرة جدًا', + 'body' => 'يرجى المحاولة مرة أخرى بعد :seconds ثواني.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ar/pages/dashboard.php b/lang/vendor/filament-panels/ar/pages/dashboard.php new file mode 100644 index 00000000..ccfb6812 --- /dev/null +++ b/lang/vendor/filament-panels/ar/pages/dashboard.php @@ -0,0 +1,33 @@ + 'لوحة التحكم', + + 'actions' => [ + + 'filter' => [ + + 'label' => 'تصفية', + + 'modal' => [ + + 'heading' => 'تصفية', + + 'actions' => [ + + 'apply' => [ + + 'label' => 'تطبيق', + + ], + + ], + + ], + + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ar/pages/tenancy/edit-tenant-profile.php b/lang/vendor/filament-panels/ar/pages/tenancy/edit-tenant-profile.php new file mode 100644 index 00000000..4a53e9c9 --- /dev/null +++ b/lang/vendor/filament-panels/ar/pages/tenancy/edit-tenant-profile.php @@ -0,0 +1,25 @@ + [ + + 'actions' => [ + + 'save' => [ + 'label' => 'حفظ التغييرات', + ], + + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'تم الحفظ', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ar/resources/pages/create-record.php b/lang/vendor/filament-panels/ar/resources/pages/create-record.php new file mode 100644 index 00000000..a775fee4 --- /dev/null +++ b/lang/vendor/filament-panels/ar/resources/pages/create-record.php @@ -0,0 +1,37 @@ + 'إضافة :label', + + 'breadcrumb' => 'إضافة', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => 'إلغاء', + ], + + 'create' => [ + 'label' => 'إضافة', + ], + + 'create_another' => [ + 'label' => 'إضافة وبدء إضافة المزيد', + ], + + ], + + ], + + 'notifications' => [ + + 'created' => [ + 'title' => 'تمت الإضافة', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ar/resources/pages/edit-record.php b/lang/vendor/filament-panels/ar/resources/pages/edit-record.php new file mode 100644 index 00000000..b8cf65b0 --- /dev/null +++ b/lang/vendor/filament-panels/ar/resources/pages/edit-record.php @@ -0,0 +1,41 @@ + 'تعديل :label', + + 'breadcrumb' => 'تعديل', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => 'إلغاء', + ], + + 'save' => [ + 'label' => 'حفظ التغييرات', + ], + + ], + + ], + + 'content' => [ + + 'tab' => [ + 'label' => 'تعديل', + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'تم الحفظ', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ar/resources/pages/list-records.php b/lang/vendor/filament-panels/ar/resources/pages/list-records.php new file mode 100644 index 00000000..69ff39b0 --- /dev/null +++ b/lang/vendor/filament-panels/ar/resources/pages/list-records.php @@ -0,0 +1,7 @@ + 'القائمة', + +]; diff --git a/lang/vendor/filament-panels/ar/resources/pages/view-record.php b/lang/vendor/filament-panels/ar/resources/pages/view-record.php new file mode 100644 index 00000000..27775509 --- /dev/null +++ b/lang/vendor/filament-panels/ar/resources/pages/view-record.php @@ -0,0 +1,17 @@ + 'عرض :label', + + 'breadcrumb' => 'عرض', + + 'content' => [ + + 'tab' => [ + 'label' => 'عرض', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ar/unsaved-changes-alert.php b/lang/vendor/filament-panels/ar/unsaved-changes-alert.php new file mode 100644 index 00000000..29902cda --- /dev/null +++ b/lang/vendor/filament-panels/ar/unsaved-changes-alert.php @@ -0,0 +1,7 @@ + 'توجد لديك تغييرات غير محفوظة. هل أنت متأكد من أنك تريد مغادرة هذه الصفحة؟', + +]; diff --git a/lang/vendor/filament-panels/ar/widgets/account-widget.php b/lang/vendor/filament-panels/ar/widgets/account-widget.php new file mode 100644 index 00000000..9ca4928c --- /dev/null +++ b/lang/vendor/filament-panels/ar/widgets/account-widget.php @@ -0,0 +1,15 @@ + [ + + 'logout' => [ + 'label' => 'تسجيل الخروج', + ], + + ], + + 'welcome' => 'مرحباً', + +]; diff --git a/lang/vendor/filament-panels/ar/widgets/filament-info-widget.php b/lang/vendor/filament-panels/ar/widgets/filament-info-widget.php new file mode 100644 index 00000000..1f78f824 --- /dev/null +++ b/lang/vendor/filament-panels/ar/widgets/filament-info-widget.php @@ -0,0 +1,17 @@ + [ + + 'open_documentation' => [ + 'label' => 'الوثائق', + ], + + 'open_github' => [ + 'label' => 'GitHub', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/az/global-search.php b/lang/vendor/filament-panels/az/global-search.php new file mode 100644 index 00000000..5cdee702 --- /dev/null +++ b/lang/vendor/filament-panels/az/global-search.php @@ -0,0 +1,12 @@ + [ + 'label' => 'Ümumi axtarış', + 'placeholder' => 'Axtar', + ], + + 'no_results_message' => 'Nəticə tapılmadı.', + +]; diff --git a/lang/vendor/filament-panels/az/layout.php b/lang/vendor/filament-panels/az/layout.php new file mode 100644 index 00000000..96986aa0 --- /dev/null +++ b/lang/vendor/filament-panels/az/layout.php @@ -0,0 +1,63 @@ + 'ltr', + + 'actions' => [ + + 'billing' => [ + 'label' => 'Abunəliyi idarə et', + ], + + 'logout' => [ + 'label' => 'Çıxış', + ], + + 'open_database_notifications' => [ + 'label' => 'Bildirişləri aç', + ], + + 'open_user_menu' => [ + 'label' => 'İstifadəçi menyusu', + ], + + 'sidebar' => [ + + 'collapse' => [ + 'label' => 'Yan menyunu daralt', + ], + + 'expand' => [ + 'label' => 'Yan menyunu genişlət', + ], + + ], + + 'theme_switcher' => [ + + 'dark' => [ + 'label' => 'Qara tema', + ], + + 'light' => [ + 'label' => 'Açıq tema', + ], + + 'system' => [ + 'label' => 'Sistem defolt', + ], + + ], + + ], + + 'avatar' => [ + 'alt' => 'avatarı :name', + ], + + 'logo' => [ + 'alt' => ':name loqo', + ], + +]; diff --git a/lang/vendor/filament-panels/az/pages/auth/edit-profile.php b/lang/vendor/filament-panels/az/pages/auth/edit-profile.php new file mode 100644 index 00000000..20e30a62 --- /dev/null +++ b/lang/vendor/filament-panels/az/pages/auth/edit-profile.php @@ -0,0 +1,51 @@ + 'Profil', + + 'form' => [ + + 'email' => [ + 'label' => 'E-poçt ünvanı', + ], + + 'name' => [ + 'label' => 'Ad', + ], + + 'password' => [ + 'label' => 'Yeni şifrə', + ], + + 'password_confirmation' => [ + 'label' => 'Yeni şifrəni təsdiqlə', + ], + + 'actions' => [ + + 'save' => [ + 'label' => 'Dəyişiklikləri Yadda Saxla', + ], + + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'Yadda saxlanıldı', + ], + + ], + + 'actions' => [ + + 'cancel' => [ + 'label' => 'İmtina', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/az/pages/auth/email-verification/email-verification-prompt.php b/lang/vendor/filament-panels/az/pages/auth/email-verification/email-verification-prompt.php new file mode 100644 index 00000000..5da55c6b --- /dev/null +++ b/lang/vendor/filament-panels/az/pages/auth/email-verification/email-verification-prompt.php @@ -0,0 +1,35 @@ + 'E-poçt ünvanınızı təsdiqləyin', + + 'heading' => 'E-poçt ünvanınızı təsdiqləyin', + + 'actions' => [ + + 'resend_notification' => [ + 'label' => 'Yenidən Göndər', + ], + + ], + + 'messages' => [ + 'notification_not_received' => 'Göndərdiyimiz e-poçt gəlmədi?', + 'notification_sent' => ':email ünvanına, daxilində e-poçt ünvanınızı necə təsdiqləyəcəyiniz barədə təlimatlar olan bir e-poçt göndərdik.', + ], + + 'notifications' => [ + + 'notification_resent' => [ + 'title' => 'E-poçt yenidən göndərildi.', + ], + + 'notification_resend_throttled' => [ + 'title' => 'Bir çox yenidən göndərmə cəhdi', + 'body' => 'Zəhmət olmazsa :seconds saniyə sonra təkrar yoxlayın.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/az/pages/auth/login.php b/lang/vendor/filament-panels/az/pages/auth/login.php new file mode 100644 index 00000000..9e97fb7a --- /dev/null +++ b/lang/vendor/filament-panels/az/pages/auth/login.php @@ -0,0 +1,61 @@ + 'Giriş Et', + + 'heading' => 'Daxil Ol', + + 'actions' => [ + + 'register' => [ + 'before' => 'və ya', + 'label' => 'hesab yaradın', + ], + + 'request_password_reset' => [ + 'label' => 'Şifrənizi unutmusunuz?', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'E-poçt ünvanı', + ], + + 'password' => [ + 'label' => 'Şifrə', + ], + + 'remember' => [ + 'label' => 'Məni Xatırla', + ], + + 'actions' => [ + + 'authenticate' => [ + 'label' => 'Giriş Et', + ], + + ], + + ], + + 'messages' => [ + + 'failed' => 'Daxil etdiyiniz məlumatlara uyğun hesab tapılmadı.', + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Bir çox giriş cəhdi', + 'body' => 'Zəhmət olmazsa :seconds saniyə sonra təkrar yoxlayın.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/az/pages/auth/password-reset/request-password-reset.php b/lang/vendor/filament-panels/az/pages/auth/password-reset/request-password-reset.php new file mode 100644 index 00000000..f664ea0d --- /dev/null +++ b/lang/vendor/filament-panels/az/pages/auth/password-reset/request-password-reset.php @@ -0,0 +1,42 @@ + 'Şifrənizi Sıfırlayın', + + 'heading' => 'Şifrənizi unutmusunuz?', + + 'actions' => [ + + 'login' => [ + 'label' => 'girişə geri dön', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'E-poçt ünvanı', + ], + + 'actions' => [ + + 'request' => [ + 'label' => 'E-poçt göndər', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Bir çox istəmə cəhdi', + 'body' => 'Zəhmət olmazsa :seconds saniyə sonra təkrar yoxlayın.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/az/pages/auth/password-reset/reset-password.php b/lang/vendor/filament-panels/az/pages/auth/password-reset/reset-password.php new file mode 100644 index 00000000..fcce79c1 --- /dev/null +++ b/lang/vendor/filament-panels/az/pages/auth/password-reset/reset-password.php @@ -0,0 +1,43 @@ + 'Şifrənizi Sıfırlayın', + + 'heading' => 'Şifrənizi Sıfırlayın', + + 'form' => [ + + 'email' => [ + 'label' => 'E-poçt ünvanı', + ], + + 'password' => [ + 'label' => 'Şifrə', + 'validation_attribute' => 'şifrə', + ], + + 'password_confirmation' => [ + 'label' => 'Şifrəni Təsdiqlə', + ], + + 'actions' => [ + + 'reset' => [ + 'label' => 'Şifrəni Sıfırla', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Bir çox sıfırlama cəhdi', + 'body' => 'Zəhmət olmazsa :seconds saniyə sonra təkrar yoxlayın.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/az/pages/auth/register.php b/lang/vendor/filament-panels/az/pages/auth/register.php new file mode 100644 index 00000000..8c157784 --- /dev/null +++ b/lang/vendor/filament-panels/az/pages/auth/register.php @@ -0,0 +1,56 @@ + 'Qeydiyyatdan keç', + + 'heading' => 'Hesab Yarat', + + 'actions' => [ + + 'login' => [ + 'before' => 'və ya', + 'label' => 'hesabınıza giriş edin', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'E-poçt ünvanı', + ], + + 'name' => [ + 'label' => 'Ad', + ], + + 'password' => [ + 'label' => 'Şifrə', + 'validation_attribute' => 'şifrə', + ], + + 'password_confirmation' => [ + 'label' => 'Şifreni Təsdiqlə', + ], + + 'actions' => [ + + 'register' => [ + 'label' => 'Hesab Yarat', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Bir çox hesab yaratma cəhdi', + 'body' => 'Zəhmət olmazsa :seconds saniyə sonra təkrar yoxlayın.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/az/pages/dashboard.php b/lang/vendor/filament-panels/az/pages/dashboard.php new file mode 100644 index 00000000..ba7be4ec --- /dev/null +++ b/lang/vendor/filament-panels/az/pages/dashboard.php @@ -0,0 +1,33 @@ + 'İdarəetmə Paneli', + + 'actions' => [ + + 'filter' => [ + + 'label' => 'Filtr', + + 'modal' => [ + + 'heading' => 'Filtr', + + 'actions' => [ + + 'apply' => [ + + 'label' => 'Tətbiq et', + + ], + + ], + + ], + + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/az/pages/tenancy/edit-tenant-profile.php b/lang/vendor/filament-panels/az/pages/tenancy/edit-tenant-profile.php new file mode 100644 index 00000000..1917dbfa --- /dev/null +++ b/lang/vendor/filament-panels/az/pages/tenancy/edit-tenant-profile.php @@ -0,0 +1,25 @@ + [ + + 'actions' => [ + + 'save' => [ + 'label' => 'Dəyişiklikləri Yadda Saxla', + ], + + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'Yadda Saxlanıldı', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/az/resources/pages/create-record.php b/lang/vendor/filament-panels/az/resources/pages/create-record.php new file mode 100644 index 00000000..a21ea58f --- /dev/null +++ b/lang/vendor/filament-panels/az/resources/pages/create-record.php @@ -0,0 +1,37 @@ + ':label yarat', + + 'breadcrumb' => 'Yarat', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => 'İmtina', + ], + + 'create' => [ + 'label' => 'Yarat', + ], + + 'create_another' => [ + 'label' => 'Yarat & yenisini yarat', + ], + + ], + + ], + + 'notifications' => [ + + 'created' => [ + 'title' => 'Yaradıldı', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/az/resources/pages/edit-record.php b/lang/vendor/filament-panels/az/resources/pages/edit-record.php new file mode 100644 index 00000000..395cdf1d --- /dev/null +++ b/lang/vendor/filament-panels/az/resources/pages/edit-record.php @@ -0,0 +1,41 @@ + ':label redaktə et', + + 'breadcrumb' => 'Redaktə Et', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => 'İmtina', + ], + + 'save' => [ + 'label' => 'Dəyişiklikləri yadda saxla', + ], + + ], + + ], + + 'content' => [ + + 'tab' => [ + 'label' => 'Redaktə Et', + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'Yadda saxlanıldı', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/az/resources/pages/list-records.php b/lang/vendor/filament-panels/az/resources/pages/list-records.php new file mode 100644 index 00000000..c7ba243c --- /dev/null +++ b/lang/vendor/filament-panels/az/resources/pages/list-records.php @@ -0,0 +1,7 @@ + 'List', + +]; diff --git a/lang/vendor/filament-panels/az/resources/pages/view-record.php b/lang/vendor/filament-panels/az/resources/pages/view-record.php new file mode 100644 index 00000000..941d5744 --- /dev/null +++ b/lang/vendor/filament-panels/az/resources/pages/view-record.php @@ -0,0 +1,17 @@ + ':label göstər', + + 'breadcrumb' => 'Göstər', + + 'content' => [ + + 'tab' => [ + 'label' => 'Göstər', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/az/unsaved-changes-alert.php b/lang/vendor/filament-panels/az/unsaved-changes-alert.php new file mode 100644 index 00000000..b7c5214b --- /dev/null +++ b/lang/vendor/filament-panels/az/unsaved-changes-alert.php @@ -0,0 +1,7 @@ + 'Saxlanılmamış dəyişikliklər var. Bu səhifədən çıxmaq istədiyinizə əminsiniz?', + +]; diff --git a/lang/vendor/filament-panels/az/widgets/account-widget.php b/lang/vendor/filament-panels/az/widgets/account-widget.php new file mode 100644 index 00000000..4c83f5d1 --- /dev/null +++ b/lang/vendor/filament-panels/az/widgets/account-widget.php @@ -0,0 +1,15 @@ + [ + + 'logout' => [ + 'label' => 'Çıxış', + ], + + ], + + 'welcome' => 'Xoş gəldin', + +]; diff --git a/lang/vendor/filament-panels/az/widgets/filament-info-widget.php b/lang/vendor/filament-panels/az/widgets/filament-info-widget.php new file mode 100644 index 00000000..fd132ff0 --- /dev/null +++ b/lang/vendor/filament-panels/az/widgets/filament-info-widget.php @@ -0,0 +1,17 @@ + [ + + 'open_documentation' => [ + 'label' => 'Dokumentasiya', + ], + + 'open_github' => [ + 'label' => 'GitHub', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/bg/global-search.php b/lang/vendor/filament-panels/bg/global-search.php new file mode 100644 index 00000000..5b50746f --- /dev/null +++ b/lang/vendor/filament-panels/bg/global-search.php @@ -0,0 +1,12 @@ + [ + 'label' => 'Глобално търсене', + 'placeholder' => 'Търсене...', + ], + + 'no_results_message' => 'Няма намерени резултати.', + +]; diff --git a/lang/vendor/filament-panels/bg/layout.php b/lang/vendor/filament-panels/bg/layout.php new file mode 100644 index 00000000..74bc0d71 --- /dev/null +++ b/lang/vendor/filament-panels/bg/layout.php @@ -0,0 +1,55 @@ + 'ltr', + + 'actions' => [ + + 'billing' => [ + 'label' => 'Управление на плащания', + ], + + 'logout' => [ + 'label' => 'Изход', + ], + + 'open_database_notifications' => [ + 'label' => 'Известия', + ], + + 'open_user_menu' => [ + 'label' => 'Потребителско меню', + ], + + 'sidebar' => [ + + 'collapse' => [ + 'label' => 'Свий страничната лента', + ], + + 'expand' => [ + 'label' => 'Разшири страничната лента', + ], + + ], + + 'theme_switcher' => [ + + 'dark' => [ + 'label' => 'Включи тъмна тема', + ], + + 'light' => [ + 'label' => 'Включи светла тема', + ], + + 'system' => [ + 'label' => 'Включи системна тема', + ], + + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/bg/pages/auth/edit-profile.php b/lang/vendor/filament-panels/bg/pages/auth/edit-profile.php new file mode 100644 index 00000000..9d185bf1 --- /dev/null +++ b/lang/vendor/filament-panels/bg/pages/auth/edit-profile.php @@ -0,0 +1,51 @@ + 'Профил', + + 'form' => [ + + 'email' => [ + 'label' => 'Имейл', + ], + + 'name' => [ + 'label' => 'Име', + ], + + 'password' => [ + 'label' => 'Нова парола', + ], + + 'password_confirmation' => [ + 'label' => 'Потвърдете паролата', + ], + + 'actions' => [ + + 'save' => [ + 'label' => 'Запази', + ], + + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'Запазено', + ], + + ], + + 'actions' => [ + + 'cancel' => [ + 'label' => 'Отказ', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/bg/pages/auth/email-verification/email-verification-prompt.php b/lang/vendor/filament-panels/bg/pages/auth/email-verification/email-verification-prompt.php new file mode 100644 index 00000000..c80a64d4 --- /dev/null +++ b/lang/vendor/filament-panels/bg/pages/auth/email-verification/email-verification-prompt.php @@ -0,0 +1,35 @@ + 'Потвърдете вашия имейл адрес', + + 'heading' => 'Потвърдете вашия имейл адрес', + + 'actions' => [ + + 'resend_notification' => [ + 'label' => 'Изпратете ми отново имейл за потвърждение', + ], + + ], + + 'messages' => [ + 'notification_not_received' => 'Ако не сте получили имейла', + 'notification_sent' => 'Имейлът за потвърждение беше изпратен на вашия имейл адрес.', + ], + + 'notifications' => [ + + 'notification_resent' => [ + 'title' => 'Имейлът за потвърждение беше изпратен', + ], + + 'notification_resend_throttled' => [ + 'title' => 'Твърде много опити за изпращане на имейл за потвърждение', + 'body' => 'Моля, опитайте отново след :seconds секунди.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/bg/pages/auth/login.php b/lang/vendor/filament-panels/bg/pages/auth/login.php new file mode 100644 index 00000000..3cef94e2 --- /dev/null +++ b/lang/vendor/filament-panels/bg/pages/auth/login.php @@ -0,0 +1,61 @@ + 'Вход', + + 'heading' => 'Вход в профила си', + + 'actions' => [ + + 'register' => [ + 'before' => 'или', + 'label' => 'създайте нов акаунт', + ], + + 'request_password_reset' => [ + 'label' => 'Забравена парола?', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'Имейл', + ], + + 'password' => [ + 'label' => 'Парола', + ], + + 'remember' => [ + 'label' => 'Запомни ме', + ], + + 'actions' => [ + + 'authenticate' => [ + 'label' => 'Влезте в профила си', + ], + + ], + + ], + + 'messages' => [ + + 'failed' => 'Грешен имейл или парола.', + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Твърде много опити за вход', + 'body' => 'Моля, опитайте отново след :seconds секунди.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/bg/pages/auth/password-reset/request-password-reset.php b/lang/vendor/filament-panels/bg/pages/auth/password-reset/request-password-reset.php new file mode 100644 index 00000000..2a17e3db --- /dev/null +++ b/lang/vendor/filament-panels/bg/pages/auth/password-reset/request-password-reset.php @@ -0,0 +1,42 @@ + 'Възстановяване на парола', + + 'heading' => 'Забравена парола?', + + 'actions' => [ + + 'login' => [ + 'label' => 'Влезте в своя акаунт', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'Имейл', + ], + + 'actions' => [ + + 'request' => [ + 'label' => 'Изпратете ми линк за възстановяване на паролата', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Твърде много опити за възстановяване на парола', + 'body' => 'Моля, опитайте отново след :seconds секунди.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/bg/pages/auth/password-reset/reset-password.php b/lang/vendor/filament-panels/bg/pages/auth/password-reset/reset-password.php new file mode 100644 index 00000000..d8afd32f --- /dev/null +++ b/lang/vendor/filament-panels/bg/pages/auth/password-reset/reset-password.php @@ -0,0 +1,43 @@ + 'Възстановяване на парола', + + 'heading' => 'Възстановяване на парола', + + 'form' => [ + + 'email' => [ + 'label' => 'Имейл', + ], + + 'password' => [ + 'label' => 'Парола', + 'validation_attribute' => 'password', + ], + + 'password_confirmation' => [ + 'label' => 'Потвърдете паролата', + ], + + 'actions' => [ + + 'reset' => [ + 'label' => 'Възстановете паролата си', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Твърде много опити за възстановяване на парола', + 'body' => 'Моля, опитайте отново след :seconds секунди.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/bg/pages/auth/register.php b/lang/vendor/filament-panels/bg/pages/auth/register.php new file mode 100644 index 00000000..46b60253 --- /dev/null +++ b/lang/vendor/filament-panels/bg/pages/auth/register.php @@ -0,0 +1,56 @@ + 'Регистрация', + + 'heading' => 'Създайте своя акаунт', + + 'actions' => [ + + 'login' => [ + 'before' => 'или', + 'label' => 'влезте в своя акаунт', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'Имейл', + ], + + 'name' => [ + 'label' => 'Име', + ], + + 'password' => [ + 'label' => 'Парола', + 'validation_attribute' => 'password', + ], + + 'password_confirmation' => [ + 'label' => 'Потвърдете паролата', + ], + + 'actions' => [ + + 'register' => [ + 'label' => 'Регистрирайте се', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Твърде много опити за регистрация', + 'body' => 'Моля, опитайте отново след :seconds секунди.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/bg/pages/dashboard.php b/lang/vendor/filament-panels/bg/pages/dashboard.php new file mode 100644 index 00000000..5047ef49 --- /dev/null +++ b/lang/vendor/filament-panels/bg/pages/dashboard.php @@ -0,0 +1,33 @@ + 'Табло', + + 'actions' => [ + + 'filter' => [ + + 'label' => 'Филтър', + + 'modal' => [ + + 'heading' => 'Филтриране', + + 'actions' => [ + + 'apply' => [ + + 'label' => 'Приложи', + + ], + + ], + + ], + + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/bg/pages/tenancy/edit-tenant-profile.php b/lang/vendor/filament-panels/bg/pages/tenancy/edit-tenant-profile.php new file mode 100644 index 00000000..5f49bd91 --- /dev/null +++ b/lang/vendor/filament-panels/bg/pages/tenancy/edit-tenant-profile.php @@ -0,0 +1,25 @@ + [ + + 'actions' => [ + + 'save' => [ + 'label' => 'Запази', + ], + + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'Запазено', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/bg/resources/pages/create-record.php b/lang/vendor/filament-panels/bg/resources/pages/create-record.php new file mode 100644 index 00000000..10d3da2d --- /dev/null +++ b/lang/vendor/filament-panels/bg/resources/pages/create-record.php @@ -0,0 +1,37 @@ + 'Създаване на :label', + + 'breadcrumb' => 'Създаване', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => 'Отказ', + ], + + 'create' => [ + 'label' => 'Създай', + ], + + 'create_another' => [ + 'label' => 'Създай и добави друг', + ], + + ], + + ], + + 'notifications' => [ + + 'created' => [ + 'title' => 'Създадено', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/bg/resources/pages/edit-record.php b/lang/vendor/filament-panels/bg/resources/pages/edit-record.php new file mode 100644 index 00000000..2c30eb3d --- /dev/null +++ b/lang/vendor/filament-panels/bg/resources/pages/edit-record.php @@ -0,0 +1,41 @@ + 'Редакция на :label', + + 'breadcrumb' => 'Редакция', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => 'Отказ', + ], + + 'save' => [ + 'label' => 'Запази', + ], + + ], + + ], + + 'content' => [ + + 'tab' => [ + 'label' => 'Редакция', + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'Запазено', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/bg/resources/pages/list-records.php b/lang/vendor/filament-panels/bg/resources/pages/list-records.php new file mode 100644 index 00000000..ddad1754 --- /dev/null +++ b/lang/vendor/filament-panels/bg/resources/pages/list-records.php @@ -0,0 +1,7 @@ + 'Списък', + +]; diff --git a/lang/vendor/filament-panels/bg/resources/pages/view-record.php b/lang/vendor/filament-panels/bg/resources/pages/view-record.php new file mode 100644 index 00000000..48dc6989 --- /dev/null +++ b/lang/vendor/filament-panels/bg/resources/pages/view-record.php @@ -0,0 +1,17 @@ + 'Преглед на :label', + + 'breadcrumb' => 'Преглед', + + 'content' => [ + + 'tab' => [ + 'label' => 'Детайли', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/bg/widgets/account-widget.php b/lang/vendor/filament-panels/bg/widgets/account-widget.php new file mode 100644 index 00000000..1aa70074 --- /dev/null +++ b/lang/vendor/filament-panels/bg/widgets/account-widget.php @@ -0,0 +1,15 @@ + [ + + 'logout' => [ + 'label' => 'Изход', + ], + + ], + + 'welcome' => 'Добре дошли', + +]; diff --git a/lang/vendor/filament-panels/bg/widgets/filament-info-widget.php b/lang/vendor/filament-panels/bg/widgets/filament-info-widget.php new file mode 100644 index 00000000..1faf2da1 --- /dev/null +++ b/lang/vendor/filament-panels/bg/widgets/filament-info-widget.php @@ -0,0 +1,17 @@ + [ + + 'open_documentation' => [ + 'label' => 'Документация', + ], + + 'open_github' => [ + 'label' => 'GitHub', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/bn/global-search.php b/lang/vendor/filament-panels/bn/global-search.php new file mode 100644 index 00000000..fbb52279 --- /dev/null +++ b/lang/vendor/filament-panels/bn/global-search.php @@ -0,0 +1,12 @@ + [ + 'label' => 'সব জায়গায় খুঁজুন', + 'placeholder' => 'খুঁজুন', + ], + + 'no_results_message' => 'খুঁজে পাওয়া যায়নি।', + +]; diff --git a/lang/vendor/filament-panels/bn/layout.php b/lang/vendor/filament-panels/bn/layout.php new file mode 100644 index 00000000..c7e0e015 --- /dev/null +++ b/lang/vendor/filament-panels/bn/layout.php @@ -0,0 +1,35 @@ + 'ltr', + + 'actions' => [ + + 'logout' => [ + 'label' => 'সাইন আউট', + ], + + 'open_database_notifications' => [ + 'label' => 'বিজ্ঞপ্তি খুলুন', + ], + + 'open_user_menu' => [ + 'label' => 'ব্যবহার সূচী', + ], + + 'theme_switcher' => [ + + 'dark' => [ + 'label' => 'ডার্ক মোড', + ], + + 'light' => [ + 'label' => 'লাইট মোড', + ], + + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/bn/pages/auth/login.php b/lang/vendor/filament-panels/bn/pages/auth/login.php new file mode 100644 index 00000000..b0a4ab6c --- /dev/null +++ b/lang/vendor/filament-panels/bn/pages/auth/login.php @@ -0,0 +1,47 @@ + 'লগইন', + + 'heading' => 'আপনার অ্যাকাউন্টে সাইন ইন করুন', + + 'form' => [ + + 'email' => [ + 'label' => 'ইমেইল এড্রেস', + ], + + 'password' => [ + 'label' => 'পাসওয়ার্ড', + ], + + 'remember' => [ + 'label' => 'মনে রাখুন', + ], + + 'actions' => [ + + 'authenticate' => [ + 'label' => 'সাইন ইন', + ], + + ], + + ], + + 'messages' => [ + + 'failed' => 'আপনার নথি পাওয়া যায় নি।', + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'বহুসংখ্যক চেষ্টা, :seconds সেকেন্ড পরে পুনরায় চেষ্টা করুন।', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/bn/pages/dashboard.php b/lang/vendor/filament-panels/bn/pages/dashboard.php new file mode 100644 index 00000000..dd729b55 --- /dev/null +++ b/lang/vendor/filament-panels/bn/pages/dashboard.php @@ -0,0 +1,7 @@ + 'ড্যাশবোর্ড', + +]; diff --git a/lang/vendor/filament-panels/bn/resources/pages/create-record.php b/lang/vendor/filament-panels/bn/resources/pages/create-record.php new file mode 100644 index 00000000..f546a3d3 --- /dev/null +++ b/lang/vendor/filament-panels/bn/resources/pages/create-record.php @@ -0,0 +1,37 @@ + ':label তৈরী করুন', + + 'breadcrumb' => 'তৈরী করুন', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => 'বাতিল', + ], + + 'create' => [ + 'label' => 'তৈরী করুন', + ], + + 'create_another' => [ + 'label' => 'তৈরী এবং পুনরায় তৈরী করুন', + ], + + ], + + ], + + 'notifications' => [ + + 'created' => [ + 'title' => 'তৈরি হয়েছে', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/bn/resources/pages/edit-record.php b/lang/vendor/filament-panels/bn/resources/pages/edit-record.php new file mode 100644 index 00000000..a26add74 --- /dev/null +++ b/lang/vendor/filament-panels/bn/resources/pages/edit-record.php @@ -0,0 +1,41 @@ + ':label সম্পাদন', + + 'breadcrumb' => 'সম্পাদন করুন', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => 'বাতিল', + ], + + 'save' => [ + 'label' => 'সম্পাদন করুন', + ], + + ], + + ], + + 'content' => [ + + 'tab' => [ + 'label' => 'সম্পাদন', + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'সম্পাদন করা হয়েছে', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/bn/resources/pages/list-records.php b/lang/vendor/filament-panels/bn/resources/pages/list-records.php new file mode 100644 index 00000000..42b78221 --- /dev/null +++ b/lang/vendor/filament-panels/bn/resources/pages/list-records.php @@ -0,0 +1,7 @@ + 'তালিকা', + +]; diff --git a/lang/vendor/filament-panels/bn/resources/pages/view-record.php b/lang/vendor/filament-panels/bn/resources/pages/view-record.php new file mode 100644 index 00000000..904ec674 --- /dev/null +++ b/lang/vendor/filament-panels/bn/resources/pages/view-record.php @@ -0,0 +1,17 @@ + ':label দেখুন', + + 'breadcrumb' => 'দেখুন', + + 'content' => [ + + 'tab' => [ + 'label' => 'দেখুন', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/bn/widgets/account-widget.php b/lang/vendor/filament-panels/bn/widgets/account-widget.php new file mode 100644 index 00000000..d5080e04 --- /dev/null +++ b/lang/vendor/filament-panels/bn/widgets/account-widget.php @@ -0,0 +1,15 @@ + [ + + 'logout' => [ + 'label' => 'সাইন আউট', + ], + + ], + + 'welcome' => 'স্বাগতম', + +]; diff --git a/lang/vendor/filament-panels/bn/widgets/filament-info-widget.php b/lang/vendor/filament-panels/bn/widgets/filament-info-widget.php new file mode 100644 index 00000000..cce76f8a --- /dev/null +++ b/lang/vendor/filament-panels/bn/widgets/filament-info-widget.php @@ -0,0 +1,17 @@ + [ + + 'open_documentation' => [ + 'label' => 'ব্যবহার গাইড', + ], + + 'open_github' => [ + 'label' => 'গিটহাব', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/bs/global-search.php b/lang/vendor/filament-panels/bs/global-search.php new file mode 100644 index 00000000..40cddabc --- /dev/null +++ b/lang/vendor/filament-panels/bs/global-search.php @@ -0,0 +1,12 @@ + [ + 'label' => 'Globalna pretraga', + 'placeholder' => 'Tražite', + ], + + 'no_results_message' => 'Nisu pronađeni rezultati pretrage.', + +]; diff --git a/lang/vendor/filament-panels/bs/layout.php b/lang/vendor/filament-panels/bs/layout.php new file mode 100644 index 00000000..db57d339 --- /dev/null +++ b/lang/vendor/filament-panels/bs/layout.php @@ -0,0 +1,35 @@ + 'ltr', + + 'actions' => [ + + 'logout' => [ + 'label' => 'Odjava', + ], + + 'open_database_notifications' => [ + 'label' => 'Otvorite notifikacije', + ], + + 'open_user_menu' => [ + 'label' => 'Korisnički meni', + ], + + 'theme_switcher' => [ + + 'dark' => [ + 'label' => 'Uključite tamni način rada', + ], + + 'light' => [ + 'label' => 'Uključite svjijetli način rada', + ], + + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/bs/pages/auth/login.php b/lang/vendor/filament-panels/bs/pages/auth/login.php new file mode 100644 index 00000000..cc71496a --- /dev/null +++ b/lang/vendor/filament-panels/bs/pages/auth/login.php @@ -0,0 +1,47 @@ + 'Login', + + 'heading' => 'Prijavite se na svoj račun', + + 'form' => [ + + 'email' => [ + 'label' => 'E-mail adresa', + ], + + 'password' => [ + 'label' => 'Šifra', + ], + + 'remember' => [ + 'label' => 'Zapamti me', + ], + + 'actions' => [ + + 'authenticate' => [ + 'label' => 'Prijavite se', + ], + + ], + + ], + + 'messages' => [ + + 'failed' => 'Vaša kombinacija se ne poklapa sa našom evidencijom.', + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Previše pokušaja prijave. Pokušajte ponovo za :seconds sekundi.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/bs/pages/dashboard.php b/lang/vendor/filament-panels/bs/pages/dashboard.php new file mode 100644 index 00000000..ca32eec8 --- /dev/null +++ b/lang/vendor/filament-panels/bs/pages/dashboard.php @@ -0,0 +1,7 @@ + 'Nadzorna ploča', + +]; diff --git a/lang/vendor/filament-panels/bs/resources/pages/create-record.php b/lang/vendor/filament-panels/bs/resources/pages/create-record.php new file mode 100644 index 00000000..74349b15 --- /dev/null +++ b/lang/vendor/filament-panels/bs/resources/pages/create-record.php @@ -0,0 +1,37 @@ + 'Napravi :label', + + 'breadcrumb' => 'Napravi', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => 'Prekiniti', + ], + + 'create' => [ + 'label' => 'Napraviti', + ], + + 'create_another' => [ + 'label' => 'Napravi i napravi još jedan', + ], + + ], + + ], + + 'notifications' => [ + + 'created' => [ + 'title' => 'Uspješno kreirano', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/bs/resources/pages/edit-record.php b/lang/vendor/filament-panels/bs/resources/pages/edit-record.php new file mode 100644 index 00000000..1e42300c --- /dev/null +++ b/lang/vendor/filament-panels/bs/resources/pages/edit-record.php @@ -0,0 +1,41 @@ + 'Uredi :label', + + 'breadcrumb' => 'Uredi', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => 'Prekinit', + ], + + 'save' => [ + 'label' => 'Saćuvaj', + ], + + ], + + ], + + 'content' => [ + + 'tab' => [ + 'label' => 'Uredi', + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'Sačuvano', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/bs/resources/pages/list-records.php b/lang/vendor/filament-panels/bs/resources/pages/list-records.php new file mode 100644 index 00000000..3af06606 --- /dev/null +++ b/lang/vendor/filament-panels/bs/resources/pages/list-records.php @@ -0,0 +1,7 @@ + 'Lista', + +]; diff --git a/lang/vendor/filament-panels/bs/resources/pages/view-record.php b/lang/vendor/filament-panels/bs/resources/pages/view-record.php new file mode 100644 index 00000000..cea173c4 --- /dev/null +++ b/lang/vendor/filament-panels/bs/resources/pages/view-record.php @@ -0,0 +1,17 @@ + 'Pogled :label', + + 'breadcrumb' => 'Pogled', + + 'content' => [ + + 'tab' => [ + 'label' => 'Pogled', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/bs/widgets/account-widget.php b/lang/vendor/filament-panels/bs/widgets/account-widget.php new file mode 100644 index 00000000..786391b7 --- /dev/null +++ b/lang/vendor/filament-panels/bs/widgets/account-widget.php @@ -0,0 +1,15 @@ + [ + + 'logout' => [ + 'label' => 'Odjava', + ], + + ], + + 'welcome' => 'Zdravo', + +]; diff --git a/lang/vendor/filament-panels/bs/widgets/filament-info-widget.php b/lang/vendor/filament-panels/bs/widgets/filament-info-widget.php new file mode 100644 index 00000000..d770c7e3 --- /dev/null +++ b/lang/vendor/filament-panels/bs/widgets/filament-info-widget.php @@ -0,0 +1,17 @@ + [ + + 'open_documentation' => [ + 'label' => 'Dokumentacija', + ], + + 'open_github' => [ + 'label' => 'GitHub', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ca/global-search.php b/lang/vendor/filament-panels/ca/global-search.php new file mode 100644 index 00000000..a89008ff --- /dev/null +++ b/lang/vendor/filament-panels/ca/global-search.php @@ -0,0 +1,12 @@ + [ + 'label' => 'Cerca global', + 'placeholder' => 'Cerca', + ], + + 'no_results_message' => 'No s\'han trobat resultats.', + +]; diff --git a/lang/vendor/filament-panels/ca/layout.php b/lang/vendor/filament-panels/ca/layout.php new file mode 100644 index 00000000..77578b3c --- /dev/null +++ b/lang/vendor/filament-panels/ca/layout.php @@ -0,0 +1,63 @@ + 'ltr', + + 'actions' => [ + + 'billing' => [ + 'label' => 'Gestionar subscripció', + ], + + 'logout' => [ + 'label' => 'Tancar la sessió', + ], + + 'open_database_notifications' => [ + 'label' => 'Obrir notificacions', + ], + + 'open_user_menu' => [ + 'label' => 'Menú de l\'usuari', + ], + + 'sidebar' => [ + + 'collapse' => [ + 'label' => 'Replegar barra lateral', + ], + + 'expand' => [ + 'label' => 'Ampliar barra lateral', + ], + + ], + + 'theme_switcher' => [ + + 'dark' => [ + 'label' => 'Habilitar tema fosc', + ], + + 'light' => [ + 'label' => 'Habilitar tema clar', + ], + + 'system' => [ + 'label' => 'Habilitar tema del sistema', + ], + + ], + + ], + + 'avatar' => [ + 'alt' => 'Avatar de :name', + ], + + 'logo' => [ + 'alt' => 'Logotip de :name', + ], + +]; diff --git a/lang/vendor/filament-panels/ca/pages/auth/edit-profile.php b/lang/vendor/filament-panels/ca/pages/auth/edit-profile.php new file mode 100644 index 00000000..f6942926 --- /dev/null +++ b/lang/vendor/filament-panels/ca/pages/auth/edit-profile.php @@ -0,0 +1,51 @@ + 'Perfil', + + 'form' => [ + + 'email' => [ + 'label' => 'Adreça de correu electrònic', + ], + + 'name' => [ + 'label' => 'Nom', + ], + + 'password' => [ + 'label' => 'Nova contrasenya', + ], + + 'password_confirmation' => [ + 'label' => 'Confirma la nova contrasenya', + ], + + 'actions' => [ + + 'save' => [ + 'label' => 'Desar canvis', + ], + + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'Canvis desats', + ], + + ], + + 'actions' => [ + + 'cancel' => [ + 'label' => 'Cancel·lar', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ca/pages/auth/email-verification/email-verification-prompt.php b/lang/vendor/filament-panels/ca/pages/auth/email-verification/email-verification-prompt.php new file mode 100644 index 00000000..7e9a574d --- /dev/null +++ b/lang/vendor/filament-panels/ca/pages/auth/email-verification/email-verification-prompt.php @@ -0,0 +1,35 @@ + 'Verifica la teva adreça de correu electrònic', + + 'heading' => 'Verifica la teva adreça de correu electrònic', + + 'actions' => [ + + 'resend_notification' => [ + 'label' => 'Reenvia la notificació', + ], + + ], + + 'messages' => [ + 'notification_not_received' => 'No has rebut el correu electrònic?', + 'notification_sent' => 'Hem enviat un correu electrònic a :email amb instruccions sobre com verificar la teva adreça de correu electrònic.', + ], + + 'notifications' => [ + + 'notification_resent' => [ + 'title' => 'Hem reenviat el correu electrònic.', + ], + + 'notification_resend_throttled' => [ + 'title' => 'Massa intents de reenviament', + 'body' => 'Si us plau, torna a intentar-ho en :seconds segons.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ca/pages/auth/login.php b/lang/vendor/filament-panels/ca/pages/auth/login.php new file mode 100644 index 00000000..918fa35a --- /dev/null +++ b/lang/vendor/filament-panels/ca/pages/auth/login.php @@ -0,0 +1,61 @@ + 'Inici de sessió', + + 'heading' => 'Accediu al vostre compte', + + 'actions' => [ + + 'register' => [ + 'before' => 'o', + 'label' => 'obrir un compte', + ], + + 'request_password_reset' => [ + 'label' => 'Heu oblidat la vostra contrasenya?', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'Adreça de correu electrònic', + ], + + 'password' => [ + 'label' => 'Contrasenya', + ], + + 'remember' => [ + 'label' => 'Recorda\'m', + ], + + 'actions' => [ + + 'authenticate' => [ + 'label' => 'Accedir', + ], + + ], + + ], + + 'messages' => [ + + 'failed' => 'Aquestes credencials no coincideixen amb els nostres registres', + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Massa intents de connexió', + 'body' => 'Si us plau, torneu-ho a provar en :seconds segons.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ca/pages/auth/password-reset/request-password-reset.php b/lang/vendor/filament-panels/ca/pages/auth/password-reset/request-password-reset.php new file mode 100644 index 00000000..31a4a245 --- /dev/null +++ b/lang/vendor/filament-panels/ca/pages/auth/password-reset/request-password-reset.php @@ -0,0 +1,42 @@ + 'Restableix la teva contrasenya', + + 'heading' => 'Has oblidat la teva contrasenya?', + + 'actions' => [ + + 'login' => [ + 'label' => 'Tornar a l\'inici de sessió', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'Adreça de correu electrònic', + ], + + 'actions' => [ + + 'request' => [ + 'label' => 'Enviar correu electrònic', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Too many requests', + 'body' => 'Please try again in :seconds seconds.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ca/pages/auth/password-reset/reset-password.php b/lang/vendor/filament-panels/ca/pages/auth/password-reset/reset-password.php new file mode 100644 index 00000000..3173a76e --- /dev/null +++ b/lang/vendor/filament-panels/ca/pages/auth/password-reset/reset-password.php @@ -0,0 +1,43 @@ + 'Restableix la teva contrasenya', + + 'heading' => 'Restableix la teva contrasenya', + + 'form' => [ + + 'email' => [ + 'label' => 'Adreça de correu electrònic', + ], + + 'password' => [ + 'label' => 'Contrasenya', + 'validation_attribute' => 'contrasenya', + ], + + 'password_confirmation' => [ + 'label' => 'Confirma la contrasenya', + ], + + 'actions' => [ + + 'reset' => [ + 'label' => 'Restableix la contrasenya', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Massa intents de restabliment', + 'body' => 'Si us plau, torna-ho a provar en :seconds segons.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ca/pages/auth/register.php b/lang/vendor/filament-panels/ca/pages/auth/register.php new file mode 100644 index 00000000..fc950eac --- /dev/null +++ b/lang/vendor/filament-panels/ca/pages/auth/register.php @@ -0,0 +1,56 @@ + 'Enregistrar-se', + + 'heading' => 'Obriu un nou compte', + + 'actions' => [ + + 'login' => [ + 'before' => 'o', + 'label' => 'inicia la sessió amb el vostre compte', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'Adreça de correu electrònic', + ], + + 'name' => [ + 'label' => 'Nom', + ], + + 'password' => [ + 'label' => 'Contrasenya', + 'validation_attribute' => 'password', + ], + + 'password_confirmation' => [ + 'label' => 'Confirma la contrasenya', + ], + + 'actions' => [ + + 'register' => [ + 'label' => 'Enregistrar-se', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Massa intents de registre', + 'body' => 'Si us plau, torneu-ho a provar en :seconds segons.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ca/pages/dashboard.php b/lang/vendor/filament-panels/ca/pages/dashboard.php new file mode 100644 index 00000000..d10e8d29 --- /dev/null +++ b/lang/vendor/filament-panels/ca/pages/dashboard.php @@ -0,0 +1,33 @@ + 'Escriptori', + + 'actions' => [ + + 'filter' => [ + + 'label' => 'Filtre', + + 'modal' => [ + + 'heading' => 'Filtre', + + 'actions' => [ + + 'apply' => [ + + 'label' => 'Aplicar', + + ], + + ], + + ], + + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ca/pages/tenancy/edit-tenant-profile.php b/lang/vendor/filament-panels/ca/pages/tenancy/edit-tenant-profile.php new file mode 100644 index 00000000..0c3db1a9 --- /dev/null +++ b/lang/vendor/filament-panels/ca/pages/tenancy/edit-tenant-profile.php @@ -0,0 +1,25 @@ + [ + + 'actions' => [ + + 'save' => [ + 'label' => 'Desar canvis', + ], + + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'Canvis desats', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ca/resources/pages/create-record.php b/lang/vendor/filament-panels/ca/resources/pages/create-record.php new file mode 100644 index 00000000..b260e146 --- /dev/null +++ b/lang/vendor/filament-panels/ca/resources/pages/create-record.php @@ -0,0 +1,37 @@ + 'Crear :label', + + 'breadcrumb' => 'Crear', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => 'Cancel·lar', + ], + + 'create' => [ + 'label' => 'Crear', + ], + + 'create_another' => [ + 'label' => 'Crear i crear un altre', + ], + + ], + + ], + + 'notifications' => [ + + 'created' => [ + 'title' => 'Creat', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ca/resources/pages/edit-record.php b/lang/vendor/filament-panels/ca/resources/pages/edit-record.php new file mode 100644 index 00000000..9fcc441f --- /dev/null +++ b/lang/vendor/filament-panels/ca/resources/pages/edit-record.php @@ -0,0 +1,41 @@ + 'Editar :label', + + 'breadcrumb' => 'Editar', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => 'Cancel·lar', + ], + + 'save' => [ + 'label' => 'Desar canvis', + ], + + ], + + ], + + 'content' => [ + + 'tab' => [ + 'label' => 'Editar', + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'Canvis desats', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ca/resources/pages/list-records.php b/lang/vendor/filament-panels/ca/resources/pages/list-records.php new file mode 100644 index 00000000..0e841ef9 --- /dev/null +++ b/lang/vendor/filament-panels/ca/resources/pages/list-records.php @@ -0,0 +1,7 @@ + 'Llistat', + +]; diff --git a/lang/vendor/filament-panels/ca/resources/pages/view-record.php b/lang/vendor/filament-panels/ca/resources/pages/view-record.php new file mode 100644 index 00000000..c1a1994e --- /dev/null +++ b/lang/vendor/filament-panels/ca/resources/pages/view-record.php @@ -0,0 +1,17 @@ + 'Veure :label', + + 'breadcrumb' => 'Veure', + + 'content' => [ + + 'tab' => [ + 'label' => 'Veure', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ca/unsaved-changes-alert.php b/lang/vendor/filament-panels/ca/unsaved-changes-alert.php new file mode 100644 index 00000000..53d331c9 --- /dev/null +++ b/lang/vendor/filament-panels/ca/unsaved-changes-alert.php @@ -0,0 +1,7 @@ + 'Tens canvis sense desar. Estàs segur que vols sortir d\'aquesta pàgina?', + +]; diff --git a/lang/vendor/filament-panels/ca/widgets/account-widget.php b/lang/vendor/filament-panels/ca/widgets/account-widget.php new file mode 100644 index 00000000..bf7cdf81 --- /dev/null +++ b/lang/vendor/filament-panels/ca/widgets/account-widget.php @@ -0,0 +1,15 @@ + [ + + 'logout' => [ + 'label' => 'Tancar la sessió', + ], + + ], + + 'welcome' => 'Benvingut/da', + +]; diff --git a/lang/vendor/filament-panels/ca/widgets/filament-info-widget.php b/lang/vendor/filament-panels/ca/widgets/filament-info-widget.php new file mode 100644 index 00000000..e71f6297 --- /dev/null +++ b/lang/vendor/filament-panels/ca/widgets/filament-info-widget.php @@ -0,0 +1,17 @@ + [ + + 'open_documentation' => [ + 'label' => 'Documentació', + ], + + 'open_github' => [ + 'label' => 'GitHub', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ckb/global-search.php b/lang/vendor/filament-panels/ckb/global-search.php new file mode 100644 index 00000000..b69f0f65 --- /dev/null +++ b/lang/vendor/filament-panels/ckb/global-search.php @@ -0,0 +1,12 @@ + [ + 'label' => 'گەڕانی گشتی', + 'placeholder' => 'گەڕان', + ], + + 'no_results_message' => 'هیچ ئەنجامێک بۆ گەڕانەکەت نەدۆزرایەوە.', + +]; diff --git a/lang/vendor/filament-panels/ckb/layout.php b/lang/vendor/filament-panels/ckb/layout.php new file mode 100644 index 00000000..1ba52fa5 --- /dev/null +++ b/lang/vendor/filament-panels/ckb/layout.php @@ -0,0 +1,55 @@ + 'rtl', + + 'actions' => [ + + 'billing' => [ + 'label' => 'بەشدارییەکان', + ], + + 'logout' => [ + 'label' => 'چوونەدەرەوە', + ], + + 'open_database_notifications' => [ + 'label' => 'کردنەوەی ئاگانامەکان', + ], + + 'open_user_menu' => [ + 'label' => 'مێنیوی بەکارهێنەر', + ], + + 'sidebar' => [ + + 'collapse' => [ + 'label' => 'بچووکردنەوەی شریتی گەڕان', + ], + + 'expand' => [ + 'label' => 'فراوانکردنی شریتی گەڕان', + ], + + ], + + 'theme_switcher' => [ + + 'dark' => [ + 'label' => 'گۆڕینی ڕوانگە بۆ تاریک', + ], + + 'light' => [ + 'label' => 'گۆڕینی ڕوانگە بۆ ڕووناک', + ], + + 'system' => [ + 'label' => 'داگرساندنی باری سیستەم', + ], + + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ckb/pages/auth/edit-profile.php b/lang/vendor/filament-panels/ckb/pages/auth/edit-profile.php new file mode 100644 index 00000000..ce4fa396 --- /dev/null +++ b/lang/vendor/filament-panels/ckb/pages/auth/edit-profile.php @@ -0,0 +1,51 @@ + 'پڕۆفایل', + + 'form' => [ + + 'email' => [ + 'label' => 'ئیمەیڵ', + ], + + 'name' => [ + 'label' => 'ناو', + ], + + 'password' => [ + 'label' => 'وشەی نهێنی نوێ', + ], + + 'password_confirmation' => [ + 'label' => 'دڵنیابوونەوەی وشەی نهێنی نوێ', + ], + + 'actions' => [ + + 'save' => [ + 'label' => 'نوێکردنەوە', + ], + + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'نوێکرایەوە', + ], + + ], + + 'actions' => [ + + 'cancel' => [ + 'label' => 'گەڕانەوە', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ckb/pages/auth/email-verification/email-verification-prompt.php b/lang/vendor/filament-panels/ckb/pages/auth/email-verification/email-verification-prompt.php new file mode 100644 index 00000000..feba9133 --- /dev/null +++ b/lang/vendor/filament-panels/ckb/pages/auth/email-verification/email-verification-prompt.php @@ -0,0 +1,35 @@ + 'چالاککردنی ئیمەیڵ', + + 'heading' => 'چالاککردنی ئیمەیڵ', + + 'actions' => [ + + 'resend_notification' => [ + 'label' => 'دووبارە چالاککردن بنێرە', + ], + + ], + + 'messages' => [ + 'notification_not_received' => 'ئیمەیڵەکەت پێ نەگەیشت بۆ چالاککردن؟', + 'notification_sent' => 'ئیمەیڵێکمان نارد بۆ :email کە ڕێنماییەکەنی تێدایە بۆ چالاککردنی هەژمارەکەت..', + ], + + 'notifications' => [ + + 'notification_resent' => [ + 'title' => 'چالاککردنی ئیمەیڵ دووبارە نێردرا.', + ], + + 'notification_resend_throttled' => [ + 'title' => 'هەوڵی دووبارە ناردنی چالاککردن زۆر نێردرا', + 'body' => 'تکایە هەوڵ بدەرەوە دوای :seconds چرکە.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ckb/pages/auth/login.php b/lang/vendor/filament-panels/ckb/pages/auth/login.php new file mode 100644 index 00000000..4997ba13 --- /dev/null +++ b/lang/vendor/filament-panels/ckb/pages/auth/login.php @@ -0,0 +1,61 @@ + 'چوونەژوورەوە', + + 'heading' => 'چوونەژوورەوە', + + 'actions' => [ + + 'register' => [ + 'before' => 'یان', + 'label' => 'دروستکردنی هەژماری نوێ', + ], + + 'request_password_reset' => [ + 'label' => 'وشەی نهێنیت لەبیرکردووە؟', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'ئیمەیڵ', + ], + + 'password' => [ + 'label' => 'وشەی نهێنی', + ], + + 'remember' => [ + 'label' => 'لەبیرم مەکە', + ], + + 'actions' => [ + + 'authenticate' => [ + 'label' => 'چوونەژوورەوە', + ], + + ], + + ], + + 'messages' => [ + + 'failed' => 'هیچ هەژمارێک بەو تۆمارە بوونی نییە.', + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'هەوڵی داواکاری چونەژورەوە زۆر نێردرا', + 'body' => 'تکایە هەوڵ بدەرەوە دوای :seconds چرکە.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ckb/pages/auth/password-reset/request-password-reset.php b/lang/vendor/filament-panels/ckb/pages/auth/password-reset/request-password-reset.php new file mode 100644 index 00000000..1994e7e5 --- /dev/null +++ b/lang/vendor/filament-panels/ckb/pages/auth/password-reset/request-password-reset.php @@ -0,0 +1,42 @@ + 'نوێکردنەوەی وشەی نهێنی', + + 'heading' => 'وشەی نهێنیت لەبیر کردووە؟?', + + 'actions' => [ + + 'login' => [ + 'label' => 'گەڕانەوە بۆ چوونەژوورەوە', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'ئیمەیڵ', + ], + + 'actions' => [ + + 'request' => [ + 'label' => 'ناردنی ئیمەیڵ', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'داواکاری زۆر نێردرا', + 'body' => 'تکایە هەوڵ بدەرەوە دوای :seconds چرکە.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ckb/pages/auth/password-reset/reset-password.php b/lang/vendor/filament-panels/ckb/pages/auth/password-reset/reset-password.php new file mode 100644 index 00000000..3cc2b3bb --- /dev/null +++ b/lang/vendor/filament-panels/ckb/pages/auth/password-reset/reset-password.php @@ -0,0 +1,43 @@ + 'نوێکردنەوەی وشەی نهێنی', + + 'heading' => 'نوێکردنەوەی وشەی نهێنی', + + 'form' => [ + + 'email' => [ + 'label' => 'ئیمەیڵ', + ], + + 'password' => [ + 'label' => 'وشەی نهێنی', + 'validation_attribute' => 'وشەی نهێنی', + ], + + 'password_confirmation' => [ + 'label' => 'دڵنیابوونەوەی وشەی نهێنی', + ], + + 'actions' => [ + + 'reset' => [ + 'label' => 'نوێکردنەوەی وشەی نهێنی', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'هەوڵی نوێکردنەوەی وشەی نهێنی زۆر نێردرا', + 'body' => 'تکایە هەوڵ بدەرەوە دوای :seconds چرکە.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ckb/pages/auth/register.php b/lang/vendor/filament-panels/ckb/pages/auth/register.php new file mode 100644 index 00000000..87f6374e --- /dev/null +++ b/lang/vendor/filament-panels/ckb/pages/auth/register.php @@ -0,0 +1,56 @@ + 'دروستکردنی هەژمار', + + 'heading' => 'دروستکردنی هەژمار', + + 'actions' => [ + + 'login' => [ + 'before' => 'یان', + 'label' => 'چوونەژوورەوە', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'ئیمەیڵ', + ], + + 'name' => [ + 'label' => 'ناو', + ], + + 'password' => [ + 'label' => 'وشەی نهێنی', + 'validation_attribute' => 'وشەی نهێنی', + ], + + 'password_confirmation' => [ + 'label' => 'دڵنیابوونەوەی وشەی نهێنی', + ], + + 'actions' => [ + + 'register' => [ + 'label' => 'دروستکردنی هەژمار', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'هەوڵی دروستکردنی هەژمار زۆر نێردرا', + 'body' => 'تکایە هەوڵ بدەرەوە دوای :seconds چرکە.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ckb/pages/dashboard.php b/lang/vendor/filament-panels/ckb/pages/dashboard.php new file mode 100644 index 00000000..89dea645 --- /dev/null +++ b/lang/vendor/filament-panels/ckb/pages/dashboard.php @@ -0,0 +1,7 @@ + 'داشبۆرد', + +]; diff --git a/lang/vendor/filament-panels/ckb/pages/tenancy/edit-tenant-profile.php b/lang/vendor/filament-panels/ckb/pages/tenancy/edit-tenant-profile.php new file mode 100644 index 00000000..7348084a --- /dev/null +++ b/lang/vendor/filament-panels/ckb/pages/tenancy/edit-tenant-profile.php @@ -0,0 +1,25 @@ + [ + + 'actions' => [ + + 'save' => [ + 'label' => 'نوێکردنەوە', + ], + + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'نوێکرایەوە', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ckb/resources/pages/create-record.php b/lang/vendor/filament-panels/ckb/resources/pages/create-record.php new file mode 100644 index 00000000..43ed6f39 --- /dev/null +++ b/lang/vendor/filament-panels/ckb/resources/pages/create-record.php @@ -0,0 +1,37 @@ + 'دروستکردنی :label', + + 'breadcrumb' => 'دروستکردن', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => 'پاشگەزبوونەوە', + ], + + 'create' => [ + 'label' => 'دروستکردن', + ], + + 'create_another' => [ + 'label' => 'دروستکردن و تۆمارێکی تر', + ], + + ], + + ], + + 'notifications' => [ + + 'created' => [ + 'title' => 'دروستکرا', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ckb/resources/pages/edit-record.php b/lang/vendor/filament-panels/ckb/resources/pages/edit-record.php new file mode 100644 index 00000000..eaf46e52 --- /dev/null +++ b/lang/vendor/filament-panels/ckb/resources/pages/edit-record.php @@ -0,0 +1,41 @@ + 'دەستکاریکردنی :label', + + 'breadcrumb' => 'دەستکاریکردن', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => 'پاشگەزبوونەوە', + ], + + 'save' => [ + 'label' => 'نوێکردنەوە', + ], + + ], + + ], + + 'content' => [ + + 'tab' => [ + 'label' => 'دەستکاریکردن', + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'نوێکرایەوە', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ckb/resources/pages/list-records.php b/lang/vendor/filament-panels/ckb/resources/pages/list-records.php new file mode 100644 index 00000000..3ecd89c8 --- /dev/null +++ b/lang/vendor/filament-panels/ckb/resources/pages/list-records.php @@ -0,0 +1,7 @@ + 'تۆمارەکان', + +]; diff --git a/lang/vendor/filament-panels/ckb/resources/pages/view-record.php b/lang/vendor/filament-panels/ckb/resources/pages/view-record.php new file mode 100644 index 00000000..c3dd4f8e --- /dev/null +++ b/lang/vendor/filament-panels/ckb/resources/pages/view-record.php @@ -0,0 +1,17 @@ + 'بینینی :label', + + 'breadcrumb' => 'بینین', + + 'content' => [ + + 'tab' => [ + 'label' => 'بینین', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ckb/widgets/account-widget.php b/lang/vendor/filament-panels/ckb/widgets/account-widget.php new file mode 100644 index 00000000..c923c562 --- /dev/null +++ b/lang/vendor/filament-panels/ckb/widgets/account-widget.php @@ -0,0 +1,15 @@ + [ + + 'logout' => [ + 'label' => 'چوونەدەرەوە', + ], + + ], + + 'welcome' => 'بەخێربێیت', + +]; diff --git a/lang/vendor/filament-panels/ckb/widgets/filament-info-widget.php b/lang/vendor/filament-panels/ckb/widgets/filament-info-widget.php new file mode 100644 index 00000000..e5595044 --- /dev/null +++ b/lang/vendor/filament-panels/ckb/widgets/filament-info-widget.php @@ -0,0 +1,17 @@ + [ + + 'open_documentation' => [ + 'label' => 'Documentation', + ], + + 'open_github' => [ + 'label' => 'GitHub', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/cs/global-search.php b/lang/vendor/filament-panels/cs/global-search.php new file mode 100644 index 00000000..1dbf6cc1 --- /dev/null +++ b/lang/vendor/filament-panels/cs/global-search.php @@ -0,0 +1,12 @@ + [ + 'label' => 'Vyhledávání', + 'placeholder' => 'Hledat', + ], + + 'no_results_message' => 'Nenalezeny žádné výsledky.', + +]; diff --git a/lang/vendor/filament-panels/cs/layout.php b/lang/vendor/filament-panels/cs/layout.php new file mode 100644 index 00000000..a4d7635d --- /dev/null +++ b/lang/vendor/filament-panels/cs/layout.php @@ -0,0 +1,63 @@ + 'ltr', + + 'actions' => [ + + 'billing' => [ + 'label' => 'Správa předplatného', + ], + + 'logout' => [ + 'label' => 'Odhlásit se', + ], + + 'open_database_notifications' => [ + 'label' => 'Zobrazit notifikace', + ], + + 'open_user_menu' => [ + 'label' => 'Nabídka uživatele', + ], + + 'sidebar' => [ + + 'collapse' => [ + 'label' => 'Skrýt boční panel', + ], + + 'expand' => [ + 'label' => 'Otevřít boční panel', + ], + + ], + + 'theme_switcher' => [ + + 'dark' => [ + 'label' => 'Zapnout tmavý režim', + ], + + 'light' => [ + 'label' => 'Zapnout světlý režim', + ], + + 'system' => [ + 'label' => 'Použít nastavení systému', + ], + + ], + + ], + + 'avatar' => [ + 'alt' => 'Profilový obrázek pro :name', + ], + + 'logo' => [ + 'alt' => ':name logo', + ], + +]; diff --git a/lang/vendor/filament-panels/cs/pages/auth/edit-profile.php b/lang/vendor/filament-panels/cs/pages/auth/edit-profile.php new file mode 100644 index 00000000..e5c4a3ca --- /dev/null +++ b/lang/vendor/filament-panels/cs/pages/auth/edit-profile.php @@ -0,0 +1,51 @@ + 'Profil', + + 'form' => [ + + 'email' => [ + 'label' => 'E-mailová adresa', + ], + + 'name' => [ + 'label' => 'Jméno', + ], + + 'password' => [ + 'label' => 'Nové heslo', + ], + + 'password_confirmation' => [ + 'label' => 'Potvrďte nové heslo', + ], + + 'actions' => [ + + 'save' => [ + 'label' => 'Uložit', + ], + + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'Uloženo', + ], + + ], + + 'actions' => [ + + 'cancel' => [ + 'label' => 'Zrušit', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/cs/pages/auth/email-verification/email-verification-prompt.php b/lang/vendor/filament-panels/cs/pages/auth/email-verification/email-verification-prompt.php new file mode 100644 index 00000000..4a02ae06 --- /dev/null +++ b/lang/vendor/filament-panels/cs/pages/auth/email-verification/email-verification-prompt.php @@ -0,0 +1,35 @@ + 'Ověřte svou e-mailovou adresu', + + 'heading' => 'Ověřte svou e-mailovou adresu', + + 'actions' => [ + + 'resend_notification' => [ + 'label' => 'Znovu odeslat ověřovací e-mail', + ], + + ], + + 'messages' => [ + 'notification_not_received' => 'Neobdrželi jste e-mail, který jsme poslali?', + 'notification_sent' => 'Na vaši e-mailovou adresu :email jsme zaslali zprávu s pokyny pro ověření této adresy.', + ], + + 'notifications' => [ + + 'notification_resent' => [ + 'title' => 'Ověřovací e-mail byl odeslán', + ], + + 'notification_resend_throttled' => [ + 'title' => 'Příliš mnoho požadavků', + 'body' => 'Zkuste to prosím znovu za :seconds sekund.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/cs/pages/auth/login.php b/lang/vendor/filament-panels/cs/pages/auth/login.php new file mode 100644 index 00000000..db06b0de --- /dev/null +++ b/lang/vendor/filament-panels/cs/pages/auth/login.php @@ -0,0 +1,61 @@ + 'Přihlášení', + + 'heading' => 'Přihlašte se k Vašemu účtu', + + 'actions' => [ + + 'register' => [ + 'before' => 'nebo', + 'label' => 'se zaregistrujte', + ], + + 'request_password_reset' => [ + 'label' => 'Zapomněli jste heslo?', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'Emailová adresa', + ], + + 'password' => [ + 'label' => 'Heslo', + ], + + 'remember' => [ + 'label' => 'Zapamatovat si mě', + ], + + 'actions' => [ + + 'authenticate' => [ + 'label' => 'Přihlásit se', + ], + + ], + + ], + + 'messages' => [ + + 'failed' => 'Chybně zadané přihlašovací údaje.', + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Příliš mnoho pokusů o přihlášení.', + 'body' => 'Zkuste to znovu za :seconds vteřin.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/cs/pages/auth/password-reset/request-password-reset.php b/lang/vendor/filament-panels/cs/pages/auth/password-reset/request-password-reset.php new file mode 100644 index 00000000..f4a02ed1 --- /dev/null +++ b/lang/vendor/filament-panels/cs/pages/auth/password-reset/request-password-reset.php @@ -0,0 +1,42 @@ + 'Obnovení hesla', + + 'heading' => 'Zapomněli jste heslo?', + + 'actions' => [ + + 'login' => [ + 'label' => 'zpět na přihlášení', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'E-mailová adresa', + ], + + 'actions' => [ + + 'request' => [ + 'label' => 'Odeslat odkaz na obnovení hesla', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Příliš mnoho požadavků', + 'body' => 'Zkuste to prosím znovu za :seconds sekund.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/cs/pages/auth/password-reset/reset-password.php b/lang/vendor/filament-panels/cs/pages/auth/password-reset/reset-password.php new file mode 100644 index 00000000..2b6941a2 --- /dev/null +++ b/lang/vendor/filament-panels/cs/pages/auth/password-reset/reset-password.php @@ -0,0 +1,43 @@ + 'Nastavte si nové heslo', + + 'heading' => 'Nastavte si nové heslo', + + 'form' => [ + + 'email' => [ + 'label' => 'E-mailová adresa', + ], + + 'password' => [ + 'label' => 'Heslo', + 'validation_attribute' => 'heslo', + ], + + 'password_confirmation' => [ + 'label' => 'Potvrďte heslo', + ], + + 'actions' => [ + + 'reset' => [ + 'label' => 'Nastavit nové heslo', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Příliš mnoho požadavků', + 'body' => 'Zkuste to prosím znovu za :seconds sekund.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/cs/pages/auth/register.php b/lang/vendor/filament-panels/cs/pages/auth/register.php new file mode 100644 index 00000000..51c6b3fd --- /dev/null +++ b/lang/vendor/filament-panels/cs/pages/auth/register.php @@ -0,0 +1,56 @@ + 'Registrace', + + 'heading' => 'Zaregistrovat se', + + 'actions' => [ + + 'login' => [ + 'before' => 'nebo', + 'label' => 'přihlásit se ke svému účtu', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'E-mailová adresa', + ], + + 'name' => [ + 'label' => 'Jméno', + ], + + 'password' => [ + 'label' => 'Heslo', + 'validation_attribute' => 'heslo', + ], + + 'password_confirmation' => [ + 'label' => 'Potvrďte heslo', + ], + + 'actions' => [ + + 'register' => [ + 'label' => 'Zaregistrovat se', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Příliš mnoho požadavků', + 'body' => 'Zkuste to prosím znovu za :seconds sekund.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/cs/pages/dashboard.php b/lang/vendor/filament-panels/cs/pages/dashboard.php new file mode 100644 index 00000000..62afc649 --- /dev/null +++ b/lang/vendor/filament-panels/cs/pages/dashboard.php @@ -0,0 +1,33 @@ + 'Nástěnka', + + 'actions' => [ + + 'filter' => [ + + 'label' => 'Filtr', + + 'modal' => [ + + 'heading' => 'Filtr', + + 'actions' => [ + + 'apply' => [ + + 'label' => 'Použít', + + ], + + ], + + ], + + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/cs/pages/tenancy/edit-tenant-profile.php b/lang/vendor/filament-panels/cs/pages/tenancy/edit-tenant-profile.php new file mode 100644 index 00000000..ba694243 --- /dev/null +++ b/lang/vendor/filament-panels/cs/pages/tenancy/edit-tenant-profile.php @@ -0,0 +1,25 @@ + [ + + 'actions' => [ + + 'save' => [ + 'label' => 'Uložit', + ], + + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'Uloženo', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/cs/resources/pages/create-record.php b/lang/vendor/filament-panels/cs/resources/pages/create-record.php new file mode 100644 index 00000000..72544b1e --- /dev/null +++ b/lang/vendor/filament-panels/cs/resources/pages/create-record.php @@ -0,0 +1,37 @@ + 'Vytvořit :label', + + 'breadcrumb' => 'Vytvořit', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => 'Zrušit', + ], + + 'create' => [ + 'label' => 'Vytvořit', + ], + + 'create_another' => [ + 'label' => 'Vytvořit & vytvořit další', + ], + + ], + + ], + + 'notifications' => [ + + 'created' => [ + 'title' => 'Vytvořeno', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/cs/resources/pages/edit-record.php b/lang/vendor/filament-panels/cs/resources/pages/edit-record.php new file mode 100644 index 00000000..8d1848cb --- /dev/null +++ b/lang/vendor/filament-panels/cs/resources/pages/edit-record.php @@ -0,0 +1,41 @@ + 'Upravit :label', + + 'breadcrumb' => 'Upravit', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => 'Zrušit', + ], + + 'save' => [ + 'label' => 'Uložit', + ], + + ], + + ], + + 'content' => [ + + 'tab' => [ + 'label' => 'Upravit', + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'Uloženo', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/cs/resources/pages/list-records.php b/lang/vendor/filament-panels/cs/resources/pages/list-records.php new file mode 100644 index 00000000..b6f381d4 --- /dev/null +++ b/lang/vendor/filament-panels/cs/resources/pages/list-records.php @@ -0,0 +1,7 @@ + 'Přehled', + +]; diff --git a/lang/vendor/filament-panels/cs/resources/pages/view-record.php b/lang/vendor/filament-panels/cs/resources/pages/view-record.php new file mode 100644 index 00000000..0e9206b6 --- /dev/null +++ b/lang/vendor/filament-panels/cs/resources/pages/view-record.php @@ -0,0 +1,17 @@ + 'Zobrazit :label', + + 'breadcrumb' => 'Zobrazit', + + 'content' => [ + + 'tab' => [ + 'label' => 'Zobrazit', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/cs/unsaved-changes-alert.php b/lang/vendor/filament-panels/cs/unsaved-changes-alert.php new file mode 100644 index 00000000..4b165d75 --- /dev/null +++ b/lang/vendor/filament-panels/cs/unsaved-changes-alert.php @@ -0,0 +1,7 @@ + 'Máte neuložené změny. Opravdu chcete opustit tuto stránku?', + +]; diff --git a/lang/vendor/filament-panels/cs/widgets/account-widget.php b/lang/vendor/filament-panels/cs/widgets/account-widget.php new file mode 100644 index 00000000..1116aa8f --- /dev/null +++ b/lang/vendor/filament-panels/cs/widgets/account-widget.php @@ -0,0 +1,15 @@ + [ + + 'logout' => [ + 'label' => 'Odhlásit se', + ], + + ], + + 'welcome' => 'Vítejte', + +]; diff --git a/lang/vendor/filament-panels/cs/widgets/filament-info-widget.php b/lang/vendor/filament-panels/cs/widgets/filament-info-widget.php new file mode 100644 index 00000000..bad7e93e --- /dev/null +++ b/lang/vendor/filament-panels/cs/widgets/filament-info-widget.php @@ -0,0 +1,17 @@ + [ + + 'open_documentation' => [ + 'label' => 'Dokumentace', + ], + + 'open_github' => [ + 'label' => 'GitHub', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/da/global-search.php b/lang/vendor/filament-panels/da/global-search.php new file mode 100644 index 00000000..e12d0efe --- /dev/null +++ b/lang/vendor/filament-panels/da/global-search.php @@ -0,0 +1,12 @@ + [ + 'label' => 'Global søgning', + 'placeholder' => 'Søg', + ], + + 'no_results_message' => 'Ingen søgeresultater fundet.', + +]; diff --git a/lang/vendor/filament-panels/da/layout.php b/lang/vendor/filament-panels/da/layout.php new file mode 100644 index 00000000..c8dc2fa0 --- /dev/null +++ b/lang/vendor/filament-panels/da/layout.php @@ -0,0 +1,55 @@ + 'ltr', + + 'actions' => [ + + 'billing' => [ + 'label' => 'Administrer abonnementer', + ], + + 'logout' => [ + 'label' => 'Log ud', + ], + + 'open_database_notifications' => [ + 'label' => 'Åbn notifikationer', + ], + + 'open_user_menu' => [ + 'label' => 'Brugermenu', + ], + + 'sidebar' => [ + + 'collapse' => [ + 'label' => 'Skjul sidebjælken', + ], + + 'expand' => [ + 'label' => 'Udvid sidebjælken', + ], + + ], + + 'theme_switcher' => [ + + 'dark' => [ + 'label' => 'Skift til mørk tilstand', + ], + + 'light' => [ + 'label' => 'Skift til lys tilstand', + ], + + 'system' => [ + 'label' => 'Skift til systemtilstand', + ], + + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/da/pages/auth/edit-profile.php b/lang/vendor/filament-panels/da/pages/auth/edit-profile.php new file mode 100644 index 00000000..2c61fb79 --- /dev/null +++ b/lang/vendor/filament-panels/da/pages/auth/edit-profile.php @@ -0,0 +1,51 @@ + 'Profil', + + 'form' => [ + + 'email' => [ + 'label' => 'E-mail', + ], + + 'name' => [ + 'label' => 'Navn', + ], + + 'password' => [ + 'label' => 'Ny adgangskode', + ], + + 'password_confirmation' => [ + 'label' => 'Bekræft ny adgangskode', + ], + + 'actions' => [ + + 'save' => [ + 'label' => 'Gem ændringer', + ], + + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'Gemt', + ], + + ], + + 'actions' => [ + + 'cancel' => [ + 'label' => 'Annuller', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/da/pages/auth/email-verification/email-verification-prompt.php b/lang/vendor/filament-panels/da/pages/auth/email-verification/email-verification-prompt.php new file mode 100644 index 00000000..abb8b0b5 --- /dev/null +++ b/lang/vendor/filament-panels/da/pages/auth/email-verification/email-verification-prompt.php @@ -0,0 +1,35 @@ + 'Bekræft din e-mail', + + 'heading' => 'Bekræft din e-mail', + + 'actions' => [ + + 'resend_notification' => [ + 'label' => 'Gensend', + ], + + ], + + 'messages' => [ + 'notification_not_received' => 'Har ikke modtaget den e-mail, vi sendte?', + 'notification_sent' => 'Vi har sendt en e-mail til :email med instruktioner om, hvordan du verificerer din e-mail.', + ], + + 'notifications' => [ + + 'notification_resent' => [ + 'title' => 'Vi har sendt e-mailen igen.', + ], + + 'notification_resend_throttled' => [ + 'title' => 'For mange forsøg på at sende igen', + 'body' => 'Prøv igen om :seconds sekunder.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/da/pages/auth/login.php b/lang/vendor/filament-panels/da/pages/auth/login.php new file mode 100644 index 00000000..1fb4b276 --- /dev/null +++ b/lang/vendor/filament-panels/da/pages/auth/login.php @@ -0,0 +1,60 @@ + 'Log ind', + + 'heading' => 'Log ind på din konto', + + 'actions' => [ + + 'register' => [ + 'before' => 'eller', + 'label' => 'Opret en konto', + ], + + 'request_password_reset' => [ + 'label' => 'Glemt din adgangskode?', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'E-mail', + ], + + 'password' => [ + 'label' => 'Adgangskode', + ], + + 'remember' => [ + 'label' => 'Husk mig', + ], + + 'actions' => [ + + 'authenticate' => [ + 'label' => 'Log ind', + ], + + ], + + ], + + 'messages' => [ + + 'failed' => 'Den adgangskode, du har indtastet, er forkert.', + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'For mange loginforsøg. Prøv venligst igen om :seconds sekunder.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/da/pages/auth/password-reset/request-password-reset.php b/lang/vendor/filament-panels/da/pages/auth/password-reset/request-password-reset.php new file mode 100644 index 00000000..b17c9fc9 --- /dev/null +++ b/lang/vendor/filament-panels/da/pages/auth/password-reset/request-password-reset.php @@ -0,0 +1,42 @@ + 'Nulstil din adgangskode', + + 'heading' => 'Glemt din adgangskode?', + + 'actions' => [ + + 'login' => [ + 'label' => 'Tilbage til login', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'E-mail', + ], + + 'actions' => [ + + 'request' => [ + 'label' => 'Send e-mail', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'For mange forsøg', + 'body' => 'Prøv igen om :seconds sekunder.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/da/pages/auth/password-reset/reset-password.php b/lang/vendor/filament-panels/da/pages/auth/password-reset/reset-password.php new file mode 100644 index 00000000..1e0853c5 --- /dev/null +++ b/lang/vendor/filament-panels/da/pages/auth/password-reset/reset-password.php @@ -0,0 +1,43 @@ + 'Nulstil din adgangskode', + + 'heading' => 'Nulstil din adgangskode', + + 'form' => [ + + 'email' => [ + 'label' => 'E-mail', + ], + + 'password' => [ + 'label' => 'Adgangskode', + 'validation_attribute' => 'Adgangskode', + ], + + 'password_confirmation' => [ + 'label' => 'Bekræft adgangskode', + ], + + 'actions' => [ + + 'reset' => [ + 'label' => 'Nulstil adgangskode', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'For mange forsøg på nulstilling', + 'body' => 'Prøv igen om :seconds sekunder.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/da/pages/auth/register.php b/lang/vendor/filament-panels/da/pages/auth/register.php new file mode 100644 index 00000000..d9987efc --- /dev/null +++ b/lang/vendor/filament-panels/da/pages/auth/register.php @@ -0,0 +1,56 @@ + 'Opret dig', + + 'heading' => 'Opret konto', + + 'actions' => [ + + 'login' => [ + 'before' => 'eller', + 'label' => 'Log ind på din konto', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'E-mail', + ], + + 'name' => [ + 'label' => 'Navn', + ], + + 'password' => [ + 'label' => 'Adgangskode', + 'validation_attribute' => 'adgangskode', + ], + + 'password_confirmation' => [ + 'label' => 'Bekræft adgangskode', + ], + + 'actions' => [ + + 'register' => [ + 'label' => 'Opret konto', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'For mange forsøg', + 'body' => 'Prøv igen om :seconds sekunder.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/da/pages/dashboard.php b/lang/vendor/filament-panels/da/pages/dashboard.php new file mode 100644 index 00000000..ea1d4fe8 --- /dev/null +++ b/lang/vendor/filament-panels/da/pages/dashboard.php @@ -0,0 +1,33 @@ + 'Dashboard', + + 'actions' => [ + + 'filter' => [ + + 'label' => 'Filtrer', + + 'modal' => [ + + 'heading' => 'Filter', + + 'actions' => [ + + 'apply' => [ + + 'label' => 'Anvend', + + ], + + ], + + ], + + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/da/pages/tenancy/edit-tenant-profile.php b/lang/vendor/filament-panels/da/pages/tenancy/edit-tenant-profile.php new file mode 100644 index 00000000..73b2d8e8 --- /dev/null +++ b/lang/vendor/filament-panels/da/pages/tenancy/edit-tenant-profile.php @@ -0,0 +1,25 @@ + [ + + 'actions' => [ + + 'save' => [ + 'label' => 'Gem ændringer', + ], + + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'Gemt', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/da/resources/pages/create-record.php b/lang/vendor/filament-panels/da/resources/pages/create-record.php new file mode 100644 index 00000000..27fd42e5 --- /dev/null +++ b/lang/vendor/filament-panels/da/resources/pages/create-record.php @@ -0,0 +1,37 @@ + 'Opret :label', + + 'breadcrumb' => 'Opret', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => 'Annuller', + ], + + 'create' => [ + 'label' => 'Opret', + ], + + 'create_another' => [ + 'label' => 'Opret & opret en mere', + ], + + ], + + ], + + 'notifications' => [ + + 'created' => [ + 'title' => 'Oprettet', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/da/resources/pages/edit-record.php b/lang/vendor/filament-panels/da/resources/pages/edit-record.php new file mode 100644 index 00000000..41799689 --- /dev/null +++ b/lang/vendor/filament-panels/da/resources/pages/edit-record.php @@ -0,0 +1,41 @@ + 'Rediger :label', + + 'breadcrumb' => 'Rediger', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => 'Annuller', + ], + + 'save' => [ + 'label' => 'Gem ændringer', + ], + + ], + + ], + + 'content' => [ + + 'tab' => [ + 'label' => 'Rediger', + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'Gemt', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/da/resources/pages/list-records.php b/lang/vendor/filament-panels/da/resources/pages/list-records.php new file mode 100644 index 00000000..51ebe1a5 --- /dev/null +++ b/lang/vendor/filament-panels/da/resources/pages/list-records.php @@ -0,0 +1,7 @@ + 'Liste', + +]; diff --git a/lang/vendor/filament-panels/da/resources/pages/view-record.php b/lang/vendor/filament-panels/da/resources/pages/view-record.php new file mode 100644 index 00000000..2b847c49 --- /dev/null +++ b/lang/vendor/filament-panels/da/resources/pages/view-record.php @@ -0,0 +1,17 @@ + 'Vis :label', + + 'breadcrumb' => 'Vis', + + 'content' => [ + + 'tab' => [ + 'label' => 'Vis', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/da/widgets/account-widget.php b/lang/vendor/filament-panels/da/widgets/account-widget.php new file mode 100644 index 00000000..b592a121 --- /dev/null +++ b/lang/vendor/filament-panels/da/widgets/account-widget.php @@ -0,0 +1,15 @@ + [ + + 'logout' => [ + 'label' => 'Log ud', + ], + + ], + + 'welcome' => 'Velkommen', + +]; diff --git a/lang/vendor/filament-panels/da/widgets/filament-info-widget.php b/lang/vendor/filament-panels/da/widgets/filament-info-widget.php new file mode 100644 index 00000000..c989f1ac --- /dev/null +++ b/lang/vendor/filament-panels/da/widgets/filament-info-widget.php @@ -0,0 +1,17 @@ + [ + + 'open_documentation' => [ + 'label' => 'Dokumentation', + ], + + 'open_github' => [ + 'label' => 'GitHub', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/de/global-search.php b/lang/vendor/filament-panels/de/global-search.php new file mode 100644 index 00000000..9e535b4f --- /dev/null +++ b/lang/vendor/filament-panels/de/global-search.php @@ -0,0 +1,12 @@ + [ + 'label' => 'Globale Suche', + 'placeholder' => 'Suchen', + ], + + 'no_results_message' => 'Keine Ergebnisse gefunden.', + +]; diff --git a/lang/vendor/filament-panels/de/layout.php b/lang/vendor/filament-panels/de/layout.php new file mode 100644 index 00000000..8476c7dc --- /dev/null +++ b/lang/vendor/filament-panels/de/layout.php @@ -0,0 +1,63 @@ + 'ltr', + + 'actions' => [ + + 'billing' => [ + 'label' => 'Abonnement verwalten', + ], + + 'logout' => [ + 'label' => 'Abmelden', + ], + + 'open_database_notifications' => [ + 'label' => 'Benachrichtigungen öffnen', + ], + + 'open_user_menu' => [ + 'label' => 'Benutzermenü', + ], + + 'sidebar' => [ + + 'collapse' => [ + 'label' => 'Seitenleiste einklappen', + ], + + 'expand' => [ + 'label' => 'Seitenleiste ausklappen', + ], + + ], + + 'theme_switcher' => [ + + 'dark' => [ + 'label' => 'Dark Mode einschalten', + ], + + 'light' => [ + 'label' => 'Light Mode einschalten', + ], + + 'system' => [ + 'label' => 'Systemthema benutzen', + ], + + ], + + ], + + 'avatar' => [ + 'alt' => 'Avatar von :name', + ], + + 'logo' => [ + 'alt' => 'Logo von :name', + ], + +]; diff --git a/lang/vendor/filament-panels/de/pages/auth/edit-profile.php b/lang/vendor/filament-panels/de/pages/auth/edit-profile.php new file mode 100644 index 00000000..793d06a1 --- /dev/null +++ b/lang/vendor/filament-panels/de/pages/auth/edit-profile.php @@ -0,0 +1,51 @@ + 'Profil', + + 'form' => [ + + 'email' => [ + 'label' => 'E-Mail-Adresse', + ], + + 'name' => [ + 'label' => 'Name', + ], + + 'password' => [ + 'label' => 'Neues Passwort', + ], + + 'password_confirmation' => [ + 'label' => 'Passwort bestätigen', + ], + + 'actions' => [ + + 'save' => [ + 'label' => 'Änderung speichern', + ], + + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'Gespeichert', + ], + + ], + + 'actions' => [ + + 'cancel' => [ + 'label' => 'Abbrechen', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/de/pages/auth/email-verification/email-verification-prompt.php b/lang/vendor/filament-panels/de/pages/auth/email-verification/email-verification-prompt.php new file mode 100644 index 00000000..e331af5e --- /dev/null +++ b/lang/vendor/filament-panels/de/pages/auth/email-verification/email-verification-prompt.php @@ -0,0 +1,35 @@ + 'E-Mail-Adresse bestätigen', + + 'heading' => 'E-Mail-Adresse bestätigen', + + 'actions' => [ + + 'resend_notification' => [ + 'label' => 'Erneut senden', + ], + + ], + + 'messages' => [ + 'notification_not_received' => 'Keine E-Mail erhalten?', + 'notification_sent' => 'Wir haben eine E-Mail mit Anweisungen zur Bestätigung des Kontos an :email gesendet.', + ], + + 'notifications' => [ + + 'notification_resent' => [ + 'title' => 'E-Mail erneut gesendet.', + ], + + 'notification_resend_throttled' => [ + 'title' => 'Zu viele Versuche.', + 'body' => 'Versuchen Sie es bitte in :seconds Sekunden nochmal.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/de/pages/auth/login.php b/lang/vendor/filament-panels/de/pages/auth/login.php new file mode 100644 index 00000000..8a42886c --- /dev/null +++ b/lang/vendor/filament-panels/de/pages/auth/login.php @@ -0,0 +1,61 @@ + 'Anmelden', + + 'heading' => 'Melden Sie sich an.', + + 'actions' => [ + + 'register' => [ + 'before' => 'oder', + 'label' => 'erstellen Sie ein Konto', + ], + + 'request_password_reset' => [ + 'label' => 'Passwort vergessen?', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'E-Mail-Adresse', + ], + + 'password' => [ + 'label' => 'Passwort', + ], + + 'remember' => [ + 'label' => 'Angemeldet bleiben', + ], + + 'actions' => [ + + 'authenticate' => [ + 'label' => 'Anmelden', + ], + + ], + + ], + + 'messages' => [ + + 'failed' => 'Diese Kombination aus Zugangsdaten wurde nicht in unserer Datenbank gefunden.', + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Zu viele Loginversuche.', + 'body' => ' Bitte in :seconds Sekunden nochmal versuchen.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/de/pages/auth/password-reset/request-password-reset.php b/lang/vendor/filament-panels/de/pages/auth/password-reset/request-password-reset.php new file mode 100644 index 00000000..95f3f6c4 --- /dev/null +++ b/lang/vendor/filament-panels/de/pages/auth/password-reset/request-password-reset.php @@ -0,0 +1,45 @@ + 'Passwort zurücksetzen', + + 'heading' => 'Passwort vergessen?', + + 'actions' => [ + + 'login' => [ + 'label' => 'zurück zum Login', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'E-Mail-Adresse', + ], + + 'actions' => [ + + 'request' => [ + 'label' => 'E-Mail zusenden', + ], + + ], + + ], + + 'notifications' => [ + 'sent' => [ + 'body' => 'Wenn Ihr Konto nicht existiert, erhalten Sie keine E-Mail.', + ], + + 'throttled' => [ + 'title' => 'Zu viele Versuche.', + 'body' => 'Versuchen Sie es bitte in :seconds Sekunden nochmal.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/de/pages/auth/password-reset/reset-password.php b/lang/vendor/filament-panels/de/pages/auth/password-reset/reset-password.php new file mode 100644 index 00000000..c211932e --- /dev/null +++ b/lang/vendor/filament-panels/de/pages/auth/password-reset/reset-password.php @@ -0,0 +1,44 @@ + 'Passwort zurücksetzen', + + 'heading' => 'Passwort zurücksetzen', + + 'form' => [ + + 'email' => [ + 'label' => 'E-Mail-Adresse', + ], + + 'password' => [ + 'label' => 'Passwort', + 'validation_attribute' => 'Passwort', + ], + + 'password_confirmation' => [ + 'label' => 'Passwort bestätigen', + ], + + 'actions' => [ + + 'reset' => [ + 'label' => 'Passwort zurücksetzen', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Zu viele Versuche.', + 'body' => 'Bitte in :seconds Sekunden nochmal versuchen.', + + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/de/pages/auth/register.php b/lang/vendor/filament-panels/de/pages/auth/register.php new file mode 100644 index 00000000..4cfe8073 --- /dev/null +++ b/lang/vendor/filament-panels/de/pages/auth/register.php @@ -0,0 +1,56 @@ + 'Registrieren', + + 'heading' => 'Registrieren', + + 'actions' => [ + + 'login' => [ + 'before' => 'oder', + 'label' => 'mit Konto anmelden', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'E-Mail-Adresse', + ], + + 'name' => [ + 'label' => 'Name', + ], + + 'password' => [ + 'label' => 'Passwort', + 'validation_attribute' => 'Passwort', + ], + + 'password_confirmation' => [ + 'label' => 'Passwort bestätigen', + ], + + 'actions' => [ + + 'register' => [ + 'label' => 'Registrieren', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Zu viele Anmeldeversuche.', + 'body' => 'Bitte in :seconds Sekunden nochmal versuchen.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/de/pages/dashboard.php b/lang/vendor/filament-panels/de/pages/dashboard.php new file mode 100644 index 00000000..22da687a --- /dev/null +++ b/lang/vendor/filament-panels/de/pages/dashboard.php @@ -0,0 +1,32 @@ + 'Dashboard', + + 'actions' => [ + + 'filter' => [ + + 'label' => 'Filter', + + 'modal' => [ + + 'heading' => 'Filter', + + 'actions' => [ + + 'apply' => [ + + 'label' => 'Übernehmen', + + ], + + ], + + ], + + ], + + ], +]; diff --git a/lang/vendor/filament-panels/de/pages/tenancy/edit-tenant-profile.php b/lang/vendor/filament-panels/de/pages/tenancy/edit-tenant-profile.php new file mode 100644 index 00000000..70e2db76 --- /dev/null +++ b/lang/vendor/filament-panels/de/pages/tenancy/edit-tenant-profile.php @@ -0,0 +1,25 @@ + [ + + 'actions' => [ + + 'save' => [ + 'label' => 'Speichern', + ], + + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'Gespeichert', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/de/resources/pages/create-record.php b/lang/vendor/filament-panels/de/resources/pages/create-record.php new file mode 100644 index 00000000..b693bcb9 --- /dev/null +++ b/lang/vendor/filament-panels/de/resources/pages/create-record.php @@ -0,0 +1,37 @@ + ':label erstellen', + + 'breadcrumb' => 'Erstellen', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => 'Abbrechen', + ], + + 'create' => [ + 'label' => 'Erstellen', + ], + + 'create_another' => [ + 'label' => 'Erstellen & weiterer Eintrag', + ], + + ], + + ], + + 'notifications' => [ + + 'created' => [ + 'title' => 'Erstellt', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/de/resources/pages/edit-record.php b/lang/vendor/filament-panels/de/resources/pages/edit-record.php new file mode 100644 index 00000000..018b2f9f --- /dev/null +++ b/lang/vendor/filament-panels/de/resources/pages/edit-record.php @@ -0,0 +1,41 @@ + ':label bearbeiten', + + 'breadcrumb' => 'Bearbeiten', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => 'Abbrechen', + ], + + 'save' => [ + 'label' => 'Speichern', + ], + + ], + + ], + + 'content' => [ + + 'tab' => [ + 'label' => 'Bearbeiten', + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'Gespeichert', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/de/resources/pages/list-records.php b/lang/vendor/filament-panels/de/resources/pages/list-records.php new file mode 100644 index 00000000..141c2266 --- /dev/null +++ b/lang/vendor/filament-panels/de/resources/pages/list-records.php @@ -0,0 +1,7 @@ + 'Übersicht', + +]; diff --git a/lang/vendor/filament-panels/de/resources/pages/view-record.php b/lang/vendor/filament-panels/de/resources/pages/view-record.php new file mode 100644 index 00000000..4d38cf8d --- /dev/null +++ b/lang/vendor/filament-panels/de/resources/pages/view-record.php @@ -0,0 +1,17 @@ + ':label ansehen', + + 'breadcrumb' => 'Ansehen', + + 'content' => [ + + 'tab' => [ + 'label' => 'Ansehen', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/de/unsaved-changes-alert.php b/lang/vendor/filament-panels/de/unsaved-changes-alert.php new file mode 100644 index 00000000..c9f5bac3 --- /dev/null +++ b/lang/vendor/filament-panels/de/unsaved-changes-alert.php @@ -0,0 +1,7 @@ + 'Sie haben ungespeicherte Änderungen. Sind Sie sicher, dass Sie diese Seite verlassen wollen?', + +]; diff --git a/lang/vendor/filament-panels/de/widgets/account-widget.php b/lang/vendor/filament-panels/de/widgets/account-widget.php new file mode 100644 index 00000000..aede5e38 --- /dev/null +++ b/lang/vendor/filament-panels/de/widgets/account-widget.php @@ -0,0 +1,15 @@ + [ + + 'logout' => [ + 'label' => 'Abmelden', + ], + + ], + + 'welcome' => 'Willkommen', + +]; diff --git a/lang/vendor/filament-panels/de/widgets/filament-info-widget.php b/lang/vendor/filament-panels/de/widgets/filament-info-widget.php new file mode 100644 index 00000000..c989f1ac --- /dev/null +++ b/lang/vendor/filament-panels/de/widgets/filament-info-widget.php @@ -0,0 +1,17 @@ + [ + + 'open_documentation' => [ + 'label' => 'Dokumentation', + ], + + 'open_github' => [ + 'label' => 'GitHub', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/el/global-search.php b/lang/vendor/filament-panels/el/global-search.php new file mode 100644 index 00000000..7bddba8b --- /dev/null +++ b/lang/vendor/filament-panels/el/global-search.php @@ -0,0 +1,12 @@ + [ + 'label' => 'Γενική αναζήτηση', + 'placeholder' => 'Αναζήτηση', + ], + + 'no_results_message' => 'Δεν βρέθηκαν αποτελέσματα.', + +]; diff --git a/lang/vendor/filament-panels/el/layout.php b/lang/vendor/filament-panels/el/layout.php new file mode 100644 index 00000000..4c097491 --- /dev/null +++ b/lang/vendor/filament-panels/el/layout.php @@ -0,0 +1,35 @@ + 'ltr', + + 'actions' => [ + + 'logout' => [ + 'label' => 'Αποσύνδεση', + ], + + 'open_database_notifications' => [ + 'label' => 'Προβολή ειδοποιήσεων', + ], + + 'open_user_menu' => [ + 'label' => 'Μενού χρήστη', + ], + + 'theme_switcher' => [ + + 'dark' => [ + 'label' => 'Σκοτεινή λειτουργία', + ], + + 'light' => [ + 'label' => 'Φωτεινή λειτουργία', + ], + + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/el/pages/auth/edit-profile.php b/lang/vendor/filament-panels/el/pages/auth/edit-profile.php new file mode 100644 index 00000000..a9499b23 --- /dev/null +++ b/lang/vendor/filament-panels/el/pages/auth/edit-profile.php @@ -0,0 +1,51 @@ + 'Προφίλ', + + 'form' => [ + + 'email' => [ + 'label' => 'Διεύθυνση Email', + ], + + 'name' => [ + 'label' => 'Όνομα', + ], + + 'password' => [ + 'label' => 'Νέος Κωδικός', + ], + + 'password_confirmation' => [ + 'label' => 'Επιβεβαίωση νέου κωδικού', + ], + + 'actions' => [ + + 'save' => [ + 'label' => 'Αποθήκευση αλλαγών', + ], + + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'Αποθηκεύτηκε', + ], + + ], + + 'actions' => [ + + 'cancel' => [ + 'label' => 'Άκυρο', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/el/pages/auth/email-verification/email-verification-prompt.php b/lang/vendor/filament-panels/el/pages/auth/email-verification/email-verification-prompt.php new file mode 100644 index 00000000..65e5d955 --- /dev/null +++ b/lang/vendor/filament-panels/el/pages/auth/email-verification/email-verification-prompt.php @@ -0,0 +1,35 @@ + 'Επαληθεύστε τη διεύθυνση ηλεκτρονικού ταχυδρομείου σας', + + 'heading' => 'Επαληθεύστε τη διεύθυνση ηλεκτρονικού ταχυδρομείου σας', + + 'actions' => [ + + 'resend_notification' => [ + 'label' => 'Επαναποστολή email επαλήθευσης', + ], + + ], + + 'messages' => [ + 'notification_not_received' => 'Not received the email we sent?', + 'notification_sent' => 'We\'ve sent an email to :email containing instructions on how to verify your email address.', + ], + + 'notifications' => [ + + 'notification_resent' => [ + 'title' => 'We\'ve resent the email.', + ], + + 'notification_resend_throttled' => [ + 'title' => 'Πάρα πολλά αιτήματα επαναποστολής', + 'body' => 'Παρακαλούμε δοκιμάστε πάλι σε :seconds δευτερόλεπτα.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/el/pages/auth/login.php b/lang/vendor/filament-panels/el/pages/auth/login.php new file mode 100644 index 00000000..657a4d5d --- /dev/null +++ b/lang/vendor/filament-panels/el/pages/auth/login.php @@ -0,0 +1,61 @@ + 'Σύνδεση', + + 'heading' => 'Συνδεθείτε στο λογαριασμό σας', + + 'actions' => [ + + 'register' => [ + 'before' => 'ή', + 'label' => 'αιτηθείτε για έναν νέο λογαριασμό', + ], + + 'request_password_reset' => [ + 'label' => 'Ξεχάσατε τον κωδικό σας;', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'Διεύθυνση ηλεκτρονικού ταχυδρομείου', + ], + + 'password' => [ + 'label' => 'Κωδικός πρόσβασης', + ], + + 'remember' => [ + 'label' => 'Θυμήσου με', + ], + + 'actions' => [ + + 'authenticate' => [ + 'label' => 'Συνδεθείτε', + ], + + ], + + ], + + 'messages' => [ + + 'failed' => 'Τα στοιχεία που δώσατε δεν συνδέονται με λογαριασμό.', + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Πάρα πολλές προσπάθειες σύνδεσης. Δοκιμάστε ξανά μετά από :seconds δευτερόλεπτα.', + 'body' => 'Παρακαλούμε δοκιμάστε πάλι σε :seconds δευτερόλεπτα.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/el/pages/auth/password-reset/request-password-reset.php b/lang/vendor/filament-panels/el/pages/auth/password-reset/request-password-reset.php new file mode 100644 index 00000000..56ddd3a1 --- /dev/null +++ b/lang/vendor/filament-panels/el/pages/auth/password-reset/request-password-reset.php @@ -0,0 +1,42 @@ + 'Επαναφορά κωδικού', + + 'heading' => 'Ξεχάσατε τον κωδικό σας?', + + 'actions' => [ + + 'login' => [ + 'label' => 'back to login', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'Διεύθυνση Email', + ], + + 'actions' => [ + + 'request' => [ + 'label' => 'Αποστολή email', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Πάρα πολλά αιτήματα', + 'body' => 'Παρακαλούμε δοκιμάστε πάλι σε :seconds δευτερόλεπτα.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/el/pages/auth/password-reset/reset-password.php b/lang/vendor/filament-panels/el/pages/auth/password-reset/reset-password.php new file mode 100644 index 00000000..79e5345e --- /dev/null +++ b/lang/vendor/filament-panels/el/pages/auth/password-reset/reset-password.php @@ -0,0 +1,43 @@ + 'Επαναφορά κωδικού', + + 'heading' => 'Επαναφορά κωδικού', + + 'form' => [ + + 'email' => [ + 'label' => 'Διεύθυνση Email', + ], + + 'password' => [ + 'label' => 'Κωδικός', + 'validation_attribute' => 'κωδικός', + ], + + 'password_confirmation' => [ + 'label' => 'Επιβεβαίωση Κωδικού', + ], + + 'actions' => [ + + 'reset' => [ + 'label' => 'Επαναφορά Κωδικού', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Πάρα πολλά αιτήματα επαναφοράς', + 'body' => 'Παρακαλούμε δοκιμάστε πάλι σε :seconds δευτερόλεπτα.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/el/pages/auth/register.php b/lang/vendor/filament-panels/el/pages/auth/register.php new file mode 100644 index 00000000..52e957df --- /dev/null +++ b/lang/vendor/filament-panels/el/pages/auth/register.php @@ -0,0 +1,56 @@ + 'Εγγραφή', + + 'heading' => 'Εγγραφή', + + 'actions' => [ + + 'login' => [ + 'before' => 'ή', + 'label' => 'συνδεθείτε στο λογαριασμό σας', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'Διεύθυνση Email', + ], + + 'name' => [ + 'label' => 'Όνομα', + ], + + 'password' => [ + 'label' => 'Κωδικός', + 'validation_attribute' => 'Κωδικός', + ], + + 'password_confirmation' => [ + 'label' => 'Επιβεβαίωση Κωδικού', + ], + + 'actions' => [ + + 'register' => [ + 'label' => 'Εγγραφείτε', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Πάρα πολλά αιτήματα εγγραφής', + 'body' => 'Παρακαλούμε δοκιμάστε πάλι σε :seconds δευτερόλεπτα.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/el/pages/dashboard.php b/lang/vendor/filament-panels/el/pages/dashboard.php new file mode 100644 index 00000000..310aeca1 --- /dev/null +++ b/lang/vendor/filament-panels/el/pages/dashboard.php @@ -0,0 +1,7 @@ + 'Πίνακας ελέγχου', + +]; diff --git a/lang/vendor/filament-panels/el/resources/pages/create-record.php b/lang/vendor/filament-panels/el/resources/pages/create-record.php new file mode 100644 index 00000000..2452cbe1 --- /dev/null +++ b/lang/vendor/filament-panels/el/resources/pages/create-record.php @@ -0,0 +1,37 @@ + 'Δημιουργία :label', + + 'breadcrumb' => 'Δημιούργησε', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => 'Ακύρωση', + ], + + 'create' => [ + 'label' => 'Δημιούργησε', + ], + + 'create_another' => [ + 'label' => 'Δημιούργησε & Δημιούργησε ακόμα ένα', + ], + + ], + + ], + + 'notifications' => [ + + 'created' => [ + 'title' => 'Δημιουργήθηκε', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/el/resources/pages/edit-record.php b/lang/vendor/filament-panels/el/resources/pages/edit-record.php new file mode 100644 index 00000000..48bddeb6 --- /dev/null +++ b/lang/vendor/filament-panels/el/resources/pages/edit-record.php @@ -0,0 +1,41 @@ + 'Επεξεργασία :label', + + 'breadcrumb' => 'Επεξεργασία', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => 'Ακύρωση', + ], + + 'save' => [ + 'label' => 'Αποθήκευση αλλαγών', + ], + + ], + + ], + + 'content' => [ + + 'tab' => [ + 'label' => 'Επεξεργασία', + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'Αποθηκεύτηκε', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/el/resources/pages/list-records.php b/lang/vendor/filament-panels/el/resources/pages/list-records.php new file mode 100644 index 00000000..85d2dc5b --- /dev/null +++ b/lang/vendor/filament-panels/el/resources/pages/list-records.php @@ -0,0 +1,7 @@ + 'Λίστα', + +]; diff --git a/lang/vendor/filament-panels/el/resources/pages/view-record.php b/lang/vendor/filament-panels/el/resources/pages/view-record.php new file mode 100644 index 00000000..184528a7 --- /dev/null +++ b/lang/vendor/filament-panels/el/resources/pages/view-record.php @@ -0,0 +1,17 @@ + 'Προεπισκόπηση :label', + + 'breadcrumb' => 'Προεπισκόπηση', + + 'content' => [ + + 'tab' => [ + 'label' => 'Προεπισκόπηση', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/el/widgets/account-widget.php b/lang/vendor/filament-panels/el/widgets/account-widget.php new file mode 100644 index 00000000..f80ec060 --- /dev/null +++ b/lang/vendor/filament-panels/el/widgets/account-widget.php @@ -0,0 +1,15 @@ + [ + + 'logout' => [ + 'label' => 'Αποσύνδεση', + ], + + ], + + 'welcome' => 'Καλώς ήρθες', + +]; diff --git a/lang/vendor/filament-panels/el/widgets/filament-info-widget.php b/lang/vendor/filament-panels/el/widgets/filament-info-widget.php new file mode 100644 index 00000000..5b5d310c --- /dev/null +++ b/lang/vendor/filament-panels/el/widgets/filament-info-widget.php @@ -0,0 +1,17 @@ + [ + + 'open_documentation' => [ + 'label' => 'Οδηγός', + ], + + 'open_github' => [ + 'label' => 'GitHub', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/en/global-search.php b/lang/vendor/filament-panels/en/global-search.php new file mode 100644 index 00000000..b105e0e0 --- /dev/null +++ b/lang/vendor/filament-panels/en/global-search.php @@ -0,0 +1,12 @@ + [ + 'label' => 'Global search', + 'placeholder' => 'Search', + ], + + 'no_results_message' => 'No search results found.', + +]; diff --git a/lang/vendor/filament-panels/en/layout.php b/lang/vendor/filament-panels/en/layout.php new file mode 100644 index 00000000..29602ae5 --- /dev/null +++ b/lang/vendor/filament-panels/en/layout.php @@ -0,0 +1,63 @@ + 'ltr', + + 'actions' => [ + + 'billing' => [ + 'label' => 'Manage subscription', + ], + + 'logout' => [ + 'label' => 'Sign out', + ], + + 'open_database_notifications' => [ + 'label' => 'Open notifications', + ], + + 'open_user_menu' => [ + 'label' => 'User menu', + ], + + 'sidebar' => [ + + 'collapse' => [ + 'label' => 'Collapse sidebar', + ], + + 'expand' => [ + 'label' => 'Expand sidebar', + ], + + ], + + 'theme_switcher' => [ + + 'dark' => [ + 'label' => 'Enable dark theme', + ], + + 'light' => [ + 'label' => 'Enable light theme', + ], + + 'system' => [ + 'label' => 'Enable system theme', + ], + + ], + + ], + + 'avatar' => [ + 'alt' => 'Avatar of :name', + ], + + 'logo' => [ + 'alt' => ':name logo', + ], + +]; diff --git a/lang/vendor/filament-panels/en/pages/auth/edit-profile.php b/lang/vendor/filament-panels/en/pages/auth/edit-profile.php new file mode 100644 index 00000000..d3176dfd --- /dev/null +++ b/lang/vendor/filament-panels/en/pages/auth/edit-profile.php @@ -0,0 +1,51 @@ + 'Profile', + + 'form' => [ + + 'email' => [ + 'label' => 'Email address', + ], + + 'name' => [ + 'label' => 'Name', + ], + + 'password' => [ + 'label' => 'New password', + ], + + 'password_confirmation' => [ + 'label' => 'Confirm new password', + ], + + 'actions' => [ + + 'save' => [ + 'label' => 'Save changes', + ], + + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'Saved', + ], + + ], + + 'actions' => [ + + 'cancel' => [ + 'label' => 'Cancel', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/en/pages/auth/email-verification/email-verification-prompt.php b/lang/vendor/filament-panels/en/pages/auth/email-verification/email-verification-prompt.php new file mode 100644 index 00000000..3e3f1595 --- /dev/null +++ b/lang/vendor/filament-panels/en/pages/auth/email-verification/email-verification-prompt.php @@ -0,0 +1,35 @@ + 'Verify your email address', + + 'heading' => 'Verify your email address', + + 'actions' => [ + + 'resend_notification' => [ + 'label' => 'Resend it', + ], + + ], + + 'messages' => [ + 'notification_not_received' => 'Not received the email we sent?', + 'notification_sent' => 'We\'ve sent an email to :email containing instructions on how to verify your email address.', + ], + + 'notifications' => [ + + 'notification_resent' => [ + 'title' => 'We\'ve resent the email.', + ], + + 'notification_resend_throttled' => [ + 'title' => 'Too many resend attempts', + 'body' => 'Please try again in :seconds seconds.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/en/pages/auth/login.php b/lang/vendor/filament-panels/en/pages/auth/login.php new file mode 100644 index 00000000..f58a7dd7 --- /dev/null +++ b/lang/vendor/filament-panels/en/pages/auth/login.php @@ -0,0 +1,61 @@ + 'Login', + + 'heading' => 'Sign in', + + 'actions' => [ + + 'register' => [ + 'before' => 'or', + 'label' => 'sign up for an account', + ], + + 'request_password_reset' => [ + 'label' => 'Forgot password?', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'Email address', + ], + + 'password' => [ + 'label' => 'Password', + ], + + 'remember' => [ + 'label' => 'Remember me', + ], + + 'actions' => [ + + 'authenticate' => [ + 'label' => 'Sign in', + ], + + ], + + ], + + 'messages' => [ + + 'failed' => 'These credentials do not match our records.', + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Too many login attempts', + 'body' => 'Please try again in :seconds seconds.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/en/pages/auth/password-reset/request-password-reset.php b/lang/vendor/filament-panels/en/pages/auth/password-reset/request-password-reset.php new file mode 100644 index 00000000..a26eaa4e --- /dev/null +++ b/lang/vendor/filament-panels/en/pages/auth/password-reset/request-password-reset.php @@ -0,0 +1,46 @@ + 'Reset your password', + + 'heading' => 'Forgot password?', + + 'actions' => [ + + 'login' => [ + 'label' => 'back to login', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'Email address', + ], + + 'actions' => [ + + 'request' => [ + 'label' => 'Send email', + ], + + ], + + ], + + 'notifications' => [ + + 'sent' => [ + 'body' => 'If your account doesn\'t exist, you will not receive the email.', + ], + + 'throttled' => [ + 'title' => 'Too many requests', + 'body' => 'Please try again in :seconds seconds.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/en/pages/auth/password-reset/reset-password.php b/lang/vendor/filament-panels/en/pages/auth/password-reset/reset-password.php new file mode 100644 index 00000000..fc9d18ae --- /dev/null +++ b/lang/vendor/filament-panels/en/pages/auth/password-reset/reset-password.php @@ -0,0 +1,43 @@ + 'Reset your password', + + 'heading' => 'Reset your password', + + 'form' => [ + + 'email' => [ + 'label' => 'Email address', + ], + + 'password' => [ + 'label' => 'Password', + 'validation_attribute' => 'password', + ], + + 'password_confirmation' => [ + 'label' => 'Confirm password', + ], + + 'actions' => [ + + 'reset' => [ + 'label' => 'Reset password', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Too many reset attempts', + 'body' => 'Please try again in :seconds seconds.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/en/pages/auth/register.php b/lang/vendor/filament-panels/en/pages/auth/register.php new file mode 100644 index 00000000..54d1bcda --- /dev/null +++ b/lang/vendor/filament-panels/en/pages/auth/register.php @@ -0,0 +1,56 @@ + 'Register', + + 'heading' => 'Sign up', + + 'actions' => [ + + 'login' => [ + 'before' => 'or', + 'label' => 'sign in to your account', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'Email address', + ], + + 'name' => [ + 'label' => 'Name', + ], + + 'password' => [ + 'label' => 'Password', + 'validation_attribute' => 'password', + ], + + 'password_confirmation' => [ + 'label' => 'Confirm password', + ], + + 'actions' => [ + + 'register' => [ + 'label' => 'Sign up', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Too many registration attempts', + 'body' => 'Please try again in :seconds seconds.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/en/pages/dashboard.php b/lang/vendor/filament-panels/en/pages/dashboard.php new file mode 100644 index 00000000..5701edc6 --- /dev/null +++ b/lang/vendor/filament-panels/en/pages/dashboard.php @@ -0,0 +1,33 @@ + 'Dashboard', + + 'actions' => [ + + 'filter' => [ + + 'label' => 'Filter', + + 'modal' => [ + + 'heading' => 'Filter', + + 'actions' => [ + + 'apply' => [ + + 'label' => 'Apply', + + ], + + ], + + ], + + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/en/pages/tenancy/edit-tenant-profile.php b/lang/vendor/filament-panels/en/pages/tenancy/edit-tenant-profile.php new file mode 100644 index 00000000..e0021ab7 --- /dev/null +++ b/lang/vendor/filament-panels/en/pages/tenancy/edit-tenant-profile.php @@ -0,0 +1,25 @@ + [ + + 'actions' => [ + + 'save' => [ + 'label' => 'Save changes', + ], + + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'Saved', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/en/resources/pages/create-record.php b/lang/vendor/filament-panels/en/resources/pages/create-record.php new file mode 100644 index 00000000..18f265db --- /dev/null +++ b/lang/vendor/filament-panels/en/resources/pages/create-record.php @@ -0,0 +1,37 @@ + 'Create :label', + + 'breadcrumb' => 'Create', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => 'Cancel', + ], + + 'create' => [ + 'label' => 'Create', + ], + + 'create_another' => [ + 'label' => 'Create & create another', + ], + + ], + + ], + + 'notifications' => [ + + 'created' => [ + 'title' => 'Created', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/en/resources/pages/edit-record.php b/lang/vendor/filament-panels/en/resources/pages/edit-record.php new file mode 100644 index 00000000..be92178a --- /dev/null +++ b/lang/vendor/filament-panels/en/resources/pages/edit-record.php @@ -0,0 +1,41 @@ + 'Edit :label', + + 'breadcrumb' => 'Edit', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => 'Cancel', + ], + + 'save' => [ + 'label' => 'Save changes', + ], + + ], + + ], + + 'content' => [ + + 'tab' => [ + 'label' => 'Edit', + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'Saved', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/en/resources/pages/list-records.php b/lang/vendor/filament-panels/en/resources/pages/list-records.php new file mode 100644 index 00000000..c7ba243c --- /dev/null +++ b/lang/vendor/filament-panels/en/resources/pages/list-records.php @@ -0,0 +1,7 @@ + 'List', + +]; diff --git a/lang/vendor/filament-panels/en/resources/pages/view-record.php b/lang/vendor/filament-panels/en/resources/pages/view-record.php new file mode 100644 index 00000000..b23e1c39 --- /dev/null +++ b/lang/vendor/filament-panels/en/resources/pages/view-record.php @@ -0,0 +1,17 @@ + 'View :label', + + 'breadcrumb' => 'View', + + 'content' => [ + + 'tab' => [ + 'label' => 'View', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/en/unsaved-changes-alert.php b/lang/vendor/filament-panels/en/unsaved-changes-alert.php new file mode 100644 index 00000000..38ed7c38 --- /dev/null +++ b/lang/vendor/filament-panels/en/unsaved-changes-alert.php @@ -0,0 +1,7 @@ + 'You have unsaved changes. Are you sure you want to leave this page?', + +]; diff --git a/lang/vendor/filament-panels/en/widgets/account-widget.php b/lang/vendor/filament-panels/en/widgets/account-widget.php new file mode 100644 index 00000000..6c026375 --- /dev/null +++ b/lang/vendor/filament-panels/en/widgets/account-widget.php @@ -0,0 +1,15 @@ + [ + + 'logout' => [ + 'label' => 'Sign out', + ], + + ], + + 'welcome' => 'Welcome', + +]; diff --git a/lang/vendor/filament-panels/en/widgets/filament-info-widget.php b/lang/vendor/filament-panels/en/widgets/filament-info-widget.php new file mode 100644 index 00000000..e5595044 --- /dev/null +++ b/lang/vendor/filament-panels/en/widgets/filament-info-widget.php @@ -0,0 +1,17 @@ + [ + + 'open_documentation' => [ + 'label' => 'Documentation', + ], + + 'open_github' => [ + 'label' => 'GitHub', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/es/global-search.php b/lang/vendor/filament-panels/es/global-search.php new file mode 100644 index 00000000..0c6c9c22 --- /dev/null +++ b/lang/vendor/filament-panels/es/global-search.php @@ -0,0 +1,12 @@ + [ + 'label' => 'Búsqueda global', + 'placeholder' => 'Buscar', + ], + + 'no_results_message' => 'No se han encontrado resultados.', + +]; diff --git a/lang/vendor/filament-panels/es/layout.php b/lang/vendor/filament-panels/es/layout.php new file mode 100644 index 00000000..8cf38f9f --- /dev/null +++ b/lang/vendor/filament-panels/es/layout.php @@ -0,0 +1,63 @@ + 'ltr', + + 'actions' => [ + + 'billing' => [ + 'label' => 'Administrar suscripción', + ], + + 'logout' => [ + 'label' => 'Salir', + ], + + 'open_database_notifications' => [ + 'label' => 'Abrir notificaciones', + ], + + 'open_user_menu' => [ + 'label' => 'Menú del Usuario', + ], + + 'sidebar' => [ + + 'collapse' => [ + 'label' => 'Contraer barra lateral', + ], + + 'expand' => [ + 'label' => 'Expandir barra lateral', + ], + + ], + + 'theme_switcher' => [ + + 'dark' => [ + 'label' => 'A modo oscuro', + ], + + 'light' => [ + 'label' => 'A modo claro', + ], + + 'system' => [ + 'label' => 'A modo del sistema', + ], + + ], + + ], + + 'avatar' => [ + 'alt' => 'Avatar of :name', + ], + + 'logo' => [ + 'alt' => ':name logo', + ], + +]; diff --git a/lang/vendor/filament-panels/es/pages/auth/edit-profile.php b/lang/vendor/filament-panels/es/pages/auth/edit-profile.php new file mode 100644 index 00000000..de338736 --- /dev/null +++ b/lang/vendor/filament-panels/es/pages/auth/edit-profile.php @@ -0,0 +1,51 @@ + 'Perfil', + + 'form' => [ + + 'email' => [ + 'label' => 'Dirección Email', + ], + + 'name' => [ + 'label' => 'Nombre', + ], + + 'password' => [ + 'label' => 'Nueva contraseña', + ], + + 'password_confirmation' => [ + 'label' => 'Confirmar nueva contraseña', + ], + + 'actions' => [ + + 'save' => [ + 'label' => 'Guardar cambios', + ], + + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'Cambios guardados', + ], + + ], + + 'actions' => [ + + 'cancel' => [ + 'label' => 'Regresar', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/es/pages/auth/email-verification/email-verification-prompt.php b/lang/vendor/filament-panels/es/pages/auth/email-verification/email-verification-prompt.php new file mode 100644 index 00000000..4767c9b0 --- /dev/null +++ b/lang/vendor/filament-panels/es/pages/auth/email-verification/email-verification-prompt.php @@ -0,0 +1,35 @@ + 'Verifique su dirección de correo electrónico', + + 'heading' => 'Verifique su dirección de correo electrónico', + + 'actions' => [ + + 'resend_notification' => [ + 'label' => 'Reenviar', + ], + + ], + + 'messages' => [ + 'notification_not_received' => '¿No ha recibido el correo electrónico que enviamos?', + 'notification_sent' => 'Hemos enviado un correo electrónico a :email con instrucciones sobre cómo verificar su dirección de correo electrónico.', + ], + + 'notifications' => [ + + 'notification_resent' => [ + 'title' => 'Hemos reenviado el correo electrónico.', + ], + + 'notification_resend_throttled' => [ + 'title' => 'Demasiados intentos de reenvío', + 'body' => 'Por favor, inténtelo de nuevo en :seconds segundos.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/es/pages/auth/login.php b/lang/vendor/filament-panels/es/pages/auth/login.php new file mode 100644 index 00000000..93ca1e75 --- /dev/null +++ b/lang/vendor/filament-panels/es/pages/auth/login.php @@ -0,0 +1,61 @@ + 'Acceso', + + 'heading' => 'Entre a su cuenta', + + 'actions' => [ + + 'register' => [ + 'before' => 'o', + 'label' => 'Abrir una cuenta', + ], + + 'request_password_reset' => [ + 'label' => '¿Ha olvidado su contraseña?', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'Correo electrónico', + ], + + 'password' => [ + 'label' => 'Contraseña', + ], + + 'remember' => [ + 'label' => 'Recordarme', + ], + + 'actions' => [ + + 'authenticate' => [ + 'label' => 'Entrar', + ], + + ], + + ], + + 'messages' => [ + + 'failed' => 'Estas credenciales no coinciden con nuestros registros.', + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Demasiados intentos. Intente de nuevo en :seconds segundos.', + 'body' => 'Intente de nuevo en :seconds segundos.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/es/pages/auth/password-reset/request-password-reset.php b/lang/vendor/filament-panels/es/pages/auth/password-reset/request-password-reset.php new file mode 100644 index 00000000..96b23a7c --- /dev/null +++ b/lang/vendor/filament-panels/es/pages/auth/password-reset/request-password-reset.php @@ -0,0 +1,46 @@ + 'Restablecer tu contraseña', + + 'heading' => '¿Olvidaste tu contraseña?', + + 'actions' => [ + + 'login' => [ + 'label' => 'Volver al inicio de sesión', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'Correo electrónico', + ], + + 'actions' => [ + + 'request' => [ + 'label' => 'Enviar email', + ], + + ], + + ], + + 'notifications' => [ + + 'sent' => [ + 'body' => 'Si su cuenta no existe, no recibirá el correo electrónico.', + ], + + 'throttled' => [ + 'title' => 'Demasiadas solicitudes', + 'body' => 'Por favor, inténtelo de nuevo en :seconds segundos.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/es/pages/auth/password-reset/reset-password.php b/lang/vendor/filament-panels/es/pages/auth/password-reset/reset-password.php new file mode 100644 index 00000000..03b3496f --- /dev/null +++ b/lang/vendor/filament-panels/es/pages/auth/password-reset/reset-password.php @@ -0,0 +1,43 @@ + 'Restablecer su contraseña', + + 'heading' => 'Restablecer su contraseña', + + 'form' => [ + + 'email' => [ + 'label' => 'Restablecer contraseña', + ], + + 'password' => [ + 'label' => 'Contraseña', + 'validation_attribute' => 'contraseña', + ], + + 'password_confirmation' => [ + 'label' => 'Confirmar contraseña', + ], + + 'actions' => [ + + 'reset' => [ + 'label' => 'Restablecer contraseña', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Demasiados intentos de restablecimiento', + 'body' => 'Por favor, inténtelo de nuevo en :seconds segundos.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/es/pages/auth/register.php b/lang/vendor/filament-panels/es/pages/auth/register.php new file mode 100644 index 00000000..c26daf23 --- /dev/null +++ b/lang/vendor/filament-panels/es/pages/auth/register.php @@ -0,0 +1,56 @@ + 'Registrarse', + + 'heading' => 'Crear una cuenta', + + 'actions' => [ + + 'login' => [ + 'before' => 'o', + 'label' => 'iniciar sesión en su cuenta', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'Correo electrónico', + ], + + 'name' => [ + 'label' => 'Nombre', + ], + + 'password' => [ + 'label' => 'Contraseña', + 'validation_attribute' => 'contraseña', + ], + + 'password_confirmation' => [ + 'label' => 'Confirmar contraseña', + ], + + 'actions' => [ + + 'register' => [ + 'label' => 'Registrarse', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Demasiados intentos de registro', + 'body' => 'Por favor, inténtelo de nuevo en :seconds segundos.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/es/pages/dashboard.php b/lang/vendor/filament-panels/es/pages/dashboard.php new file mode 100644 index 00000000..1a067a73 --- /dev/null +++ b/lang/vendor/filament-panels/es/pages/dashboard.php @@ -0,0 +1,33 @@ + 'Escritorio', + + 'actions' => [ + + 'filter' => [ + + 'label' => 'Filtro', + + 'modal' => [ + + 'heading' => 'Filtro', + + 'actions' => [ + + 'apply' => [ + + 'label' => 'Aplicar', + + ], + + ], + + ], + + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/es/pages/tenancy/edit-tenant-profile.php b/lang/vendor/filament-panels/es/pages/tenancy/edit-tenant-profile.php new file mode 100644 index 00000000..a2e5404e --- /dev/null +++ b/lang/vendor/filament-panels/es/pages/tenancy/edit-tenant-profile.php @@ -0,0 +1,25 @@ + [ + + 'actions' => [ + + 'save' => [ + 'label' => 'Guardar cambios', + ], + + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'Guardados', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/es/resources/pages/create-record.php b/lang/vendor/filament-panels/es/resources/pages/create-record.php new file mode 100644 index 00000000..cd3472d4 --- /dev/null +++ b/lang/vendor/filament-panels/es/resources/pages/create-record.php @@ -0,0 +1,37 @@ + 'Crear :label', + + 'breadcrumb' => 'Crear', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => 'Cancelar', + ], + + 'create' => [ + 'label' => 'Crear', + ], + + 'create_another' => [ + 'label' => 'Crear y crear otro', + ], + + ], + + ], + + 'notifications' => [ + + 'created' => [ + 'title' => 'Creado', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/es/resources/pages/edit-record.php b/lang/vendor/filament-panels/es/resources/pages/edit-record.php new file mode 100644 index 00000000..51a9ce2e --- /dev/null +++ b/lang/vendor/filament-panels/es/resources/pages/edit-record.php @@ -0,0 +1,41 @@ + 'Editar :label', + + 'breadcrumb' => 'Editar', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => 'Cancelar', + ], + + 'save' => [ + 'label' => 'Guardar cambios', + ], + + ], + + ], + + 'content' => [ + + 'tab' => [ + 'label' => 'Editar', + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'Guardado', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/es/resources/pages/list-records.php b/lang/vendor/filament-panels/es/resources/pages/list-records.php new file mode 100644 index 00000000..d5ff3bd9 --- /dev/null +++ b/lang/vendor/filament-panels/es/resources/pages/list-records.php @@ -0,0 +1,7 @@ + 'Listado', + +]; diff --git a/lang/vendor/filament-panels/es/resources/pages/view-record.php b/lang/vendor/filament-panels/es/resources/pages/view-record.php new file mode 100644 index 00000000..8800c850 --- /dev/null +++ b/lang/vendor/filament-panels/es/resources/pages/view-record.php @@ -0,0 +1,17 @@ + 'Ver :label', + + 'breadcrumb' => 'Ver', + + 'content' => [ + + 'tab' => [ + 'label' => 'Ver', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/es/unsaved-changes-alert.php b/lang/vendor/filament-panels/es/unsaved-changes-alert.php new file mode 100644 index 00000000..c525412d --- /dev/null +++ b/lang/vendor/filament-panels/es/unsaved-changes-alert.php @@ -0,0 +1,7 @@ + 'Tienes cambios sin guardar. ¿Estás seguro de que quieres abandonar esta página?', + +]; diff --git a/lang/vendor/filament-panels/es/widgets/account-widget.php b/lang/vendor/filament-panels/es/widgets/account-widget.php new file mode 100644 index 00000000..d8d868dd --- /dev/null +++ b/lang/vendor/filament-panels/es/widgets/account-widget.php @@ -0,0 +1,15 @@ + [ + + 'logout' => [ + 'label' => 'Salir', + ], + + ], + + 'welcome' => 'Bienvenida/o', + +]; diff --git a/lang/vendor/filament-panels/es/widgets/filament-info-widget.php b/lang/vendor/filament-panels/es/widgets/filament-info-widget.php new file mode 100644 index 00000000..0b7ba01e --- /dev/null +++ b/lang/vendor/filament-panels/es/widgets/filament-info-widget.php @@ -0,0 +1,17 @@ + [ + + 'open_documentation' => [ + 'label' => 'Documentación', + ], + + 'open_github' => [ + 'label' => 'GitHub', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/fa/global-search.php b/lang/vendor/filament-panels/fa/global-search.php new file mode 100644 index 00000000..d57a4873 --- /dev/null +++ b/lang/vendor/filament-panels/fa/global-search.php @@ -0,0 +1,12 @@ + [ + 'label' => 'جستجو در کل سایت', + 'placeholder' => 'جستجو', + ], + + 'no_results_message' => 'نتیجه‌ای برای جستجوی شما یافت نشد.', + +]; diff --git a/lang/vendor/filament-panels/fa/layout.php b/lang/vendor/filament-panels/fa/layout.php new file mode 100644 index 00000000..c7e6c7fd --- /dev/null +++ b/lang/vendor/filament-panels/fa/layout.php @@ -0,0 +1,55 @@ + 'rtl', + + 'actions' => [ + + 'billing' => [ + 'label' => 'مدیریت آبونمان', + ], + + 'logout' => [ + 'label' => 'خروج', + ], + + 'open_database_notifications' => [ + 'label' => 'نمایش اعلانات', + ], + + 'open_user_menu' => [ + 'label' => 'منوی کاربر', + ], + + 'sidebar' => [ + + 'collapse' => [ + 'label' => 'بستن نوار کناری', + ], + + 'expand' => [ + 'label' => 'باز کردن نوار کناری', + ], + + ], + + 'theme_switcher' => [ + + 'dark' => [ + 'label' => 'حالت تیره', + ], + + 'light' => [ + 'label' => 'حالت روشن', + ], + + 'system' => [ + 'label' => 'حالت سیستم', + ], + + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/fa/pages/auth/edit-profile.php b/lang/vendor/filament-panels/fa/pages/auth/edit-profile.php new file mode 100644 index 00000000..f88ae941 --- /dev/null +++ b/lang/vendor/filament-panels/fa/pages/auth/edit-profile.php @@ -0,0 +1,51 @@ + 'پروفایل', + + 'form' => [ + + 'email' => [ + 'label' => 'ایمیل', + ], + + 'name' => [ + 'label' => 'نام', + ], + + 'password' => [ + 'label' => 'رمز عبور جدید', + ], + + 'password_confirmation' => [ + 'label' => 'تایید رمز عبور جدید', + ], + + 'actions' => [ + + 'save' => [ + 'label' => 'ذخیره تغییرات', + ], + + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'ذخیره شد', + ], + + ], + + 'actions' => [ + + 'cancel' => [ + 'label' => 'لغو', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/fa/pages/auth/email-verification/email-verification-prompt.php b/lang/vendor/filament-panels/fa/pages/auth/email-verification/email-verification-prompt.php new file mode 100644 index 00000000..0751f6d4 --- /dev/null +++ b/lang/vendor/filament-panels/fa/pages/auth/email-verification/email-verification-prompt.php @@ -0,0 +1,35 @@ + 'تایید آدرس ایمیل', + + 'heading' => 'تایید آدرس ایمیل', + + 'actions' => [ + + 'resend_notification' => [ + 'label' => 'ارسال مجدد', + ], + + ], + + 'messages' => [ + 'notification_not_received' => 'ایمیلی که فرستادیم را دریافت نکردید؟', + 'notification_sent' => 'ما یک ایمیل حاوی دستورات لازم برای بازنشانی رمز عبور به :email فرستادیم.', + ], + + 'notifications' => [ + + 'notification_resent' => [ + 'title' => 'ما ایمیل را دوباره فرستادیم.', + ], + + 'notification_resend_throttled' => [ + 'title' => 'شما بیش از حد مجاز درخواست ارسال مجدد ایمیل داشته‌اید.', + 'body' => 'لطفاً :seconds ثانیه دیگر تلاش کنید.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/fa/pages/auth/login.php b/lang/vendor/filament-panels/fa/pages/auth/login.php new file mode 100644 index 00000000..d8f98351 --- /dev/null +++ b/lang/vendor/filament-panels/fa/pages/auth/login.php @@ -0,0 +1,61 @@ + 'ورود', + + 'heading' => 'ورود به حساب کاربری', + + 'actions' => [ + + 'register' => [ + 'before' => 'یا', + 'label' => 'ایجاد حساب کاربری', + ], + + 'request_password_reset' => [ + 'label' => 'رمز عبور خود را فراموش کرده‌اید؟', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'آدرس ایمیل', + ], + + 'password' => [ + 'label' => 'رمز عبور', + ], + + 'remember' => [ + 'label' => 'مرا به خاطر بسپار', + ], + + 'actions' => [ + + 'authenticate' => [ + 'label' => 'ورود', + ], + + ], + + ], + + 'messages' => [ + + 'failed' => 'مشخصات واردشده با اطلاعات ما سازگار نیست.', + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'شما بیش از حد مجاز درخواست ورود داشته‌اید.', + 'body' => 'لطفاً :seconds ثانیه دیگر تلاش کنید.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/fa/pages/auth/password-reset/request-password-reset.php b/lang/vendor/filament-panels/fa/pages/auth/password-reset/request-password-reset.php new file mode 100644 index 00000000..5f11ebe7 --- /dev/null +++ b/lang/vendor/filament-panels/fa/pages/auth/password-reset/request-password-reset.php @@ -0,0 +1,46 @@ + 'بازنشانی رمز عبور', + + 'heading' => 'رمز عبور خود را فراموش کرده‌اید؟', + + 'actions' => [ + + 'login' => [ + 'label' => 'بازگشت به ورود', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'ایمیل', + ], + + 'actions' => [ + + 'request' => [ + 'label' => 'ارسال ایمیل', + ], + + ], + + ], + + 'notifications' => [ + + 'sent' => [ + 'body' => 'اگر حساب کاربری شما وجود نداشته باشد، ایمیلی دریافت نخواهید کرد.', + ], + + 'throttled' => [ + 'title' => 'شما بیش از حد مجاز درخواست داشته‌اید.', + 'body' => 'لطفاً :seconds ثانیه دیگر تلاش کنید.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/fa/pages/auth/password-reset/reset-password.php b/lang/vendor/filament-panels/fa/pages/auth/password-reset/reset-password.php new file mode 100644 index 00000000..b6e0054c --- /dev/null +++ b/lang/vendor/filament-panels/fa/pages/auth/password-reset/reset-password.php @@ -0,0 +1,43 @@ + 'بازنشانی رمز عبور', + + 'heading' => 'بازنشانی رمز عبور', + + 'form' => [ + + 'email' => [ + 'label' => 'ایمیل', + ], + + 'password' => [ + 'label' => 'رمز عبور', + 'validation_attribute' => 'رمز عبور', + ], + + 'password_confirmation' => [ + 'label' => 'تایید رمز عبور', + ], + + 'actions' => [ + + 'reset' => [ + 'label' => 'بازنشانی رمز عبور', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'شما بیش از حد مجاز درخواست بازنشانی رمز عبور داشته‌اید.', + 'body' => 'لطفاً :seconds ثانیه دیگر تلاش کنید.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/fa/pages/auth/register.php b/lang/vendor/filament-panels/fa/pages/auth/register.php new file mode 100644 index 00000000..303090ea --- /dev/null +++ b/lang/vendor/filament-panels/fa/pages/auth/register.php @@ -0,0 +1,56 @@ + 'ثبت‌نام', + + 'heading' => 'ثبت‌نام', + + 'actions' => [ + + 'login' => [ + 'before' => 'یا', + 'label' => 'ورود به حساب کاربری', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'ایمیل', + ], + + 'name' => [ + 'label' => 'نام', + ], + + 'password' => [ + 'label' => 'رمز عبور', + 'validation_attribute' => 'رمز عبور', + ], + + 'password_confirmation' => [ + 'label' => 'تایید رمز عبور', + ], + + 'actions' => [ + + 'register' => [ + 'label' => 'ثبت‌نام', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'شما بیش از حد مجاز درخواست ثبت‌نام داشته‌اید.', + 'body' => 'لطفاً :seconds ثانیه دیگر تلاش کنید.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/fa/pages/dashboard.php b/lang/vendor/filament-panels/fa/pages/dashboard.php new file mode 100644 index 00000000..75a0557a --- /dev/null +++ b/lang/vendor/filament-panels/fa/pages/dashboard.php @@ -0,0 +1,7 @@ + 'داشبورد', + +]; diff --git a/lang/vendor/filament-panels/fa/pages/tenancy/edit-tenant-profile.php b/lang/vendor/filament-panels/fa/pages/tenancy/edit-tenant-profile.php new file mode 100644 index 00000000..9bd652ff --- /dev/null +++ b/lang/vendor/filament-panels/fa/pages/tenancy/edit-tenant-profile.php @@ -0,0 +1,25 @@ + [ + + 'actions' => [ + + 'save' => [ + 'label' => 'ذخیره تغییرات', + ], + + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'ذخیره شد', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/fa/resources/pages/create-record.php b/lang/vendor/filament-panels/fa/resources/pages/create-record.php new file mode 100644 index 00000000..9ead4de3 --- /dev/null +++ b/lang/vendor/filament-panels/fa/resources/pages/create-record.php @@ -0,0 +1,37 @@ + 'ایجاد :label', + + 'breadcrumb' => 'ایجاد', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => 'لغو', + ], + + 'create' => [ + 'label' => 'ایجاد', + ], + + 'create_another' => [ + 'label' => 'ایجاد و ایجاد یکی دیگر', + ], + + ], + + ], + + 'notifications' => [ + + 'created' => [ + 'title' => 'ایجاد شد', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/fa/resources/pages/edit-record.php b/lang/vendor/filament-panels/fa/resources/pages/edit-record.php new file mode 100644 index 00000000..12a6dea4 --- /dev/null +++ b/lang/vendor/filament-panels/fa/resources/pages/edit-record.php @@ -0,0 +1,41 @@ + 'ویرایش :label', + + 'breadcrumb' => 'ویرایش', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => 'لغو', + ], + + 'save' => [ + 'label' => 'ذخیره', + ], + + ], + + ], + + 'content' => [ + + 'tab' => [ + 'label' => 'ویرایش', + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'ذخیره شد', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/fa/resources/pages/list-records.php b/lang/vendor/filament-panels/fa/resources/pages/list-records.php new file mode 100644 index 00000000..b8ec29c3 --- /dev/null +++ b/lang/vendor/filament-panels/fa/resources/pages/list-records.php @@ -0,0 +1,7 @@ + 'لیست', + +]; diff --git a/lang/vendor/filament-panels/fa/resources/pages/view-record.php b/lang/vendor/filament-panels/fa/resources/pages/view-record.php new file mode 100644 index 00000000..71aa171e --- /dev/null +++ b/lang/vendor/filament-panels/fa/resources/pages/view-record.php @@ -0,0 +1,17 @@ + 'مشاهده :label', + + 'breadcrumb' => 'مشاهده', + + 'content' => [ + + 'tab' => [ + 'label' => 'مشاهده', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/fa/widgets/account-widget.php b/lang/vendor/filament-panels/fa/widgets/account-widget.php new file mode 100644 index 00000000..15acb9ec --- /dev/null +++ b/lang/vendor/filament-panels/fa/widgets/account-widget.php @@ -0,0 +1,15 @@ + [ + + 'logout' => [ + 'label' => 'خروج', + ], + + ], + + 'welcome' => 'خوش آمدید', + +]; diff --git a/lang/vendor/filament-panels/fa/widgets/filament-info-widget.php b/lang/vendor/filament-panels/fa/widgets/filament-info-widget.php new file mode 100644 index 00000000..ef6a1558 --- /dev/null +++ b/lang/vendor/filament-panels/fa/widgets/filament-info-widget.php @@ -0,0 +1,17 @@ + [ + + 'open_documentation' => [ + 'label' => 'مستندات', + ], + + 'open_github' => [ + 'label' => 'گیت‌هاب', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/fi/global-search.php b/lang/vendor/filament-panels/fi/global-search.php new file mode 100644 index 00000000..e5d93a04 --- /dev/null +++ b/lang/vendor/filament-panels/fi/global-search.php @@ -0,0 +1,12 @@ + [ + 'label' => 'Globaali haku', + 'placeholder' => 'Hae', + ], + + 'no_results_message' => 'Hakutuloksia ei löytynyt.', + +]; diff --git a/lang/vendor/filament-panels/fi/layout.php b/lang/vendor/filament-panels/fi/layout.php new file mode 100644 index 00000000..efcbf2e9 --- /dev/null +++ b/lang/vendor/filament-panels/fi/layout.php @@ -0,0 +1,63 @@ + 'ltr', + + 'actions' => [ + + 'billing' => [ + 'label' => 'Hallitse tilausta', + ], + + 'logout' => [ + 'label' => 'Kirjaudu ulos', + ], + + 'open_database_notifications' => [ + 'label' => 'Avaa ilmoitukset', + ], + + 'open_user_menu' => [ + 'label' => 'Käyttäjävalikko', + ], + + 'sidebar' => [ + + 'collapse' => [ + 'label' => 'Sulje sivupalkki', + ], + + 'expand' => [ + 'label' => 'Laajenna sivupalkki', + ], + + ], + + 'theme_switcher' => [ + + 'dark' => [ + 'label' => 'Tumma tila', + ], + + 'light' => [ + 'label' => 'Vaalea tila', + ], + + 'system' => [ + 'label' => 'Järjestelmän tila', + ], + + ], + + ], + + 'avatar' => [ + 'alt' => ':name avatar', + ], + + 'logo' => [ + 'alt' => ':name logo', + ], + +]; diff --git a/lang/vendor/filament-panels/fi/pages/auth/edit-profile.php b/lang/vendor/filament-panels/fi/pages/auth/edit-profile.php new file mode 100644 index 00000000..6ff12130 --- /dev/null +++ b/lang/vendor/filament-panels/fi/pages/auth/edit-profile.php @@ -0,0 +1,51 @@ + 'Profiili', + + 'form' => [ + + 'email' => [ + 'label' => 'Sähköpostiosoite', + ], + + 'name' => [ + 'label' => 'Nimi', + ], + + 'password' => [ + 'label' => 'Uusi salasana', + ], + + 'password_confirmation' => [ + 'label' => 'Vahvista salasana', + ], + + 'actions' => [ + + 'save' => [ + 'label' => 'Tallenna muutokset', + ], + + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'Tallennettu', + ], + + ], + + 'actions' => [ + + 'cancel' => [ + 'label' => 'Takaisin', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/fi/pages/auth/email-verification/email-verification-prompt.php b/lang/vendor/filament-panels/fi/pages/auth/email-verification/email-verification-prompt.php new file mode 100644 index 00000000..cb9991e9 --- /dev/null +++ b/lang/vendor/filament-panels/fi/pages/auth/email-verification/email-verification-prompt.php @@ -0,0 +1,35 @@ + 'Vahvista sähköpostiosoite', + + 'heading' => 'Vahvista sähköpostiosoite', + + 'actions' => [ + + 'resend_notification' => [ + 'label' => 'Lähetä uudelleen', + ], + + ], + + 'messages' => [ + 'notification_not_received' => 'Etkö saanut lähettämäämme sähköpostia?', + 'notification_sent' => 'Sähköpostiin :email on lähetetty viesti joka sisältää ohjeet sähköpostiosoitteen vahvistamiseen.', + ], + + 'notifications' => [ + + 'notification_resent' => [ + 'title' => 'Sähköposti on lähetetty uudelleen.', + ], + + 'notification_resend_throttled' => [ + 'title' => 'Liian monta lähetyksen yritystä', + 'body' => 'Yritä uudelleen :seconds sekunnin kuluttua.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/fi/pages/auth/login.php b/lang/vendor/filament-panels/fi/pages/auth/login.php new file mode 100644 index 00000000..1aa0aec7 --- /dev/null +++ b/lang/vendor/filament-panels/fi/pages/auth/login.php @@ -0,0 +1,61 @@ + 'Kirjaudu', + + 'heading' => 'Kirjaudu tilillesi', + + 'actions' => [ + + 'register' => [ + 'before' => 'tai', + 'label' => 'luo tili', + ], + + 'request_password_reset' => [ + 'label' => 'Salasana hukassa?', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'Sähköpostiosoite', + ], + + 'password' => [ + 'label' => 'Salasana', + ], + + 'remember' => [ + 'label' => 'Muista minut', + ], + + 'actions' => [ + + 'authenticate' => [ + 'label' => 'Kirjaudu', + ], + + ], + + ], + + 'messages' => [ + + 'failed' => 'Kirjautuminen epäonnistui.', + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Liian monta kirjautumisyritystä', + 'body' => 'Yritä uudelleen :seconds sekunnin kuluttua.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/fi/pages/auth/password-reset/request-password-reset.php b/lang/vendor/filament-panels/fi/pages/auth/password-reset/request-password-reset.php new file mode 100644 index 00000000..11b72102 --- /dev/null +++ b/lang/vendor/filament-panels/fi/pages/auth/password-reset/request-password-reset.php @@ -0,0 +1,46 @@ + 'Salasana hukassa?', + + 'heading' => 'Salasana hukassa?', + + 'actions' => [ + + 'login' => [ + 'label' => 'takaisin kirjautumiseen', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'Sähköpostiosoite', + ], + + 'actions' => [ + + 'request' => [ + 'label' => 'Lähetä sähköposti', + ], + + ], + + ], + + 'notifications' => [ + + 'sent' => [ + 'body' => 'Jos tiliä ei ole olemassa, et vastaanota sähköpostia.', + ], + + 'throttled' => [ + 'title' => 'Liian monta pyyntöä', + 'body' => 'Yritä uudelleen :seconds sekunnin kuluttua.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/fi/pages/auth/password-reset/reset-password.php b/lang/vendor/filament-panels/fi/pages/auth/password-reset/reset-password.php new file mode 100644 index 00000000..89af0e6e --- /dev/null +++ b/lang/vendor/filament-panels/fi/pages/auth/password-reset/reset-password.php @@ -0,0 +1,43 @@ + 'Palauta salasana', + + 'heading' => 'Palauta salasana', + + 'form' => [ + + 'email' => [ + 'label' => 'Sähköpostiosoite', + ], + + 'password' => [ + 'label' => 'Salasana', + 'validation_attribute' => 'password', + ], + + 'password_confirmation' => [ + 'label' => 'Vahvista salasana', + ], + + 'actions' => [ + + 'reset' => [ + 'label' => 'Palauta salasana', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Liian monta palautuksen yritystä', + 'body' => 'Yritä uudelleen :seconds sekunnin kuluttua.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/fi/pages/auth/register.php b/lang/vendor/filament-panels/fi/pages/auth/register.php new file mode 100644 index 00000000..e333e737 --- /dev/null +++ b/lang/vendor/filament-panels/fi/pages/auth/register.php @@ -0,0 +1,55 @@ + 'Rekisteröi', + + 'heading' => 'Luo tili', + + 'actions' => [ + + 'login' => [ + 'before' => 'tai', + 'label' => 'kirjaudu tilillesi', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'Sähköpostiosoite', + ], + + 'name' => [ + 'label' => 'Nimi', + ], + + 'password' => [ + 'label' => 'Salasana', + 'validation_attribute' => 'password', + ], + + 'password_confirmation' => [ + 'label' => 'Vahvista salasana', + ], + + 'actions' => [ + + 'register' => [ + 'label' => 'Luo tili', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Liian monta tilin luomisen yritystä', + 'body' => 'Yritä uudelleen :seconds sekunnin päästä.', + ], + ], + +]; diff --git a/lang/vendor/filament-panels/fi/pages/dashboard.php b/lang/vendor/filament-panels/fi/pages/dashboard.php new file mode 100644 index 00000000..dcc0b801 --- /dev/null +++ b/lang/vendor/filament-panels/fi/pages/dashboard.php @@ -0,0 +1,33 @@ + 'Ohjausnäkymä', + + 'actions' => [ + + 'filter' => [ + + 'label' => 'Suodatin', + + 'modal' => [ + + 'heading' => 'Suodatin', + + 'actions' => [ + + 'apply' => [ + + 'label' => 'Käytä', + + ], + + ], + + ], + + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/fi/pages/tenancy/edit-tenant-profile.php b/lang/vendor/filament-panels/fi/pages/tenancy/edit-tenant-profile.php new file mode 100644 index 00000000..113560c0 --- /dev/null +++ b/lang/vendor/filament-panels/fi/pages/tenancy/edit-tenant-profile.php @@ -0,0 +1,25 @@ + [ + + 'actions' => [ + + 'save' => [ + 'label' => 'Tallenna muutokset', + ], + + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'Tallennettu', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/fi/resources/pages/create-record.php b/lang/vendor/filament-panels/fi/resources/pages/create-record.php new file mode 100644 index 00000000..57a93622 --- /dev/null +++ b/lang/vendor/filament-panels/fi/resources/pages/create-record.php @@ -0,0 +1,37 @@ + 'Uusi :label', + + 'breadcrumb' => 'Uusi', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => 'Peruuta', + ], + + 'create' => [ + 'label' => 'Luo', + ], + + 'create_another' => [ + 'label' => 'Luo & luo toinen', + ], + + ], + + ], + + 'notifications' => [ + + 'created' => [ + 'title' => 'Luotu', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/fi/resources/pages/edit-record.php b/lang/vendor/filament-panels/fi/resources/pages/edit-record.php new file mode 100644 index 00000000..8e37d290 --- /dev/null +++ b/lang/vendor/filament-panels/fi/resources/pages/edit-record.php @@ -0,0 +1,41 @@ + 'Muokkaa :label', + + 'breadcrumb' => 'Muokkaa', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => 'Peruuta', + ], + + 'save' => [ + 'label' => 'Tallenna', + ], + + ], + + ], + + 'content' => [ + + 'tab' => [ + 'label' => 'Muokkaa', + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'Tallennettu', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/fi/resources/pages/list-records.php b/lang/vendor/filament-panels/fi/resources/pages/list-records.php new file mode 100644 index 00000000..3af06606 --- /dev/null +++ b/lang/vendor/filament-panels/fi/resources/pages/list-records.php @@ -0,0 +1,7 @@ + 'Lista', + +]; diff --git a/lang/vendor/filament-panels/fi/resources/pages/view-record.php b/lang/vendor/filament-panels/fi/resources/pages/view-record.php new file mode 100644 index 00000000..31b1c90f --- /dev/null +++ b/lang/vendor/filament-panels/fi/resources/pages/view-record.php @@ -0,0 +1,17 @@ + 'Näytä :label', + + 'breadcrumb' => 'Näytä', + + 'content' => [ + + 'tab' => [ + 'label' => 'Näytä', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/fi/unsaved-changes-alert.php b/lang/vendor/filament-panels/fi/unsaved-changes-alert.php new file mode 100644 index 00000000..fa609986 --- /dev/null +++ b/lang/vendor/filament-panels/fi/unsaved-changes-alert.php @@ -0,0 +1,7 @@ + 'Sinulla on tallentamattomia muutoksia. Oletko varma että haluat poistua?', + +]; diff --git a/lang/vendor/filament-panels/fi/widgets/account-widget.php b/lang/vendor/filament-panels/fi/widgets/account-widget.php new file mode 100644 index 00000000..b31eba61 --- /dev/null +++ b/lang/vendor/filament-panels/fi/widgets/account-widget.php @@ -0,0 +1,15 @@ + [ + + 'logout' => [ + 'label' => 'Kirjaudu ulos', + ], + + ], + + 'welcome' => 'Tervetuloa', + +]; diff --git a/lang/vendor/filament-panels/fi/widgets/filament-info-widget.php b/lang/vendor/filament-panels/fi/widgets/filament-info-widget.php new file mode 100644 index 00000000..7184efe7 --- /dev/null +++ b/lang/vendor/filament-panels/fi/widgets/filament-info-widget.php @@ -0,0 +1,17 @@ + [ + + 'open_documentation' => [ + 'label' => 'Ohjeet', + ], + + 'open_github' => [ + 'label' => 'GitHub', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/fr/global-search.php b/lang/vendor/filament-panels/fr/global-search.php new file mode 100644 index 00000000..d9dade3e --- /dev/null +++ b/lang/vendor/filament-panels/fr/global-search.php @@ -0,0 +1,12 @@ + [ + 'label' => 'Recherche globale', + 'placeholder' => 'Rechercher', + ], + + 'no_results_message' => "Désolé, aucun résultat n'a été trouvé.", + +]; diff --git a/lang/vendor/filament-panels/fr/layout.php b/lang/vendor/filament-panels/fr/layout.php new file mode 100644 index 00000000..e97dd747 --- /dev/null +++ b/lang/vendor/filament-panels/fr/layout.php @@ -0,0 +1,63 @@ + 'ltr', + + 'actions' => [ + + 'billing' => [ + 'label' => "Gérer l'abonnement", + ], + + 'logout' => [ + 'label' => 'Déconnexion', + ], + + 'open_database_notifications' => [ + 'label' => 'Ouvrir les notifications', + ], + + 'open_user_menu' => [ + 'label' => 'Menu utilisateur', + ], + + 'sidebar' => [ + + 'collapse' => [ + 'label' => 'Réduire la barre latérale', + ], + + 'expand' => [ + 'label' => 'Agrandir la barre latérale', + ], + + ], + + 'theme_switcher' => [ + + 'dark' => [ + 'label' => 'Activer le mode sombre', + ], + + 'light' => [ + 'label' => 'Désactiver le mode sombre', + ], + + 'system' => [ + 'label' => 'Activer le thème système', + ], + + ], + + ], + + 'avatar' => [ + 'alt' => 'Avatar de :name', + ], + + 'logo' => [ + 'alt' => 'Logo de :name', + ], + +]; diff --git a/lang/vendor/filament-panels/fr/pages/auth/edit-profile.php b/lang/vendor/filament-panels/fr/pages/auth/edit-profile.php new file mode 100644 index 00000000..982e329a --- /dev/null +++ b/lang/vendor/filament-panels/fr/pages/auth/edit-profile.php @@ -0,0 +1,51 @@ + 'Profil', + + 'form' => [ + + 'email' => [ + 'label' => 'Adresse Email', + ], + + 'name' => [ + 'label' => 'Nom', + ], + + 'password' => [ + 'label' => 'Nouveau mot de passe', + ], + + 'password_confirmation' => [ + 'label' => 'Confirmer le nouveau mot de passe', + ], + + 'actions' => [ + + 'save' => [ + 'label' => 'Sauvegarder', + ], + + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'Sauvegardé', + ], + + ], + + 'actions' => [ + + 'cancel' => [ + 'label' => 'Retour', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/fr/pages/auth/email-verification/email-verification-prompt.php b/lang/vendor/filament-panels/fr/pages/auth/email-verification/email-verification-prompt.php new file mode 100644 index 00000000..9cc4fae1 --- /dev/null +++ b/lang/vendor/filament-panels/fr/pages/auth/email-verification/email-verification-prompt.php @@ -0,0 +1,35 @@ + 'Vérifier votre adresse email', + + 'heading' => 'Vérifier votre adresse email', + + 'actions' => [ + + 'resend_notification' => [ + 'label' => 'Renvoyer', + ], + + ], + + 'messages' => [ + 'notification_not_received' => "Vous n'avez pas reçu l'email envoyé ?", + 'notification_sent' => "Nous vous avons envoyé un email à l'adresse :email contenant les informations pour vérifier votre adresse email.", + ], + + 'notifications' => [ + + 'notification_resent' => [ + 'title' => 'Nous avons renvoyé un email', + ], + + 'notification_resend_throttled' => [ + 'title' => 'Trop de tentatives de renvoi', + 'body' => 'Merci de réessayer dans :seconds secondes.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/fr/pages/auth/login.php b/lang/vendor/filament-panels/fr/pages/auth/login.php new file mode 100644 index 00000000..0cac0606 --- /dev/null +++ b/lang/vendor/filament-panels/fr/pages/auth/login.php @@ -0,0 +1,61 @@ + 'Connexion', + + 'heading' => 'Connectez-vous à votre compte', + + 'actions' => [ + + 'register' => [ + 'before' => 'ou', + 'label' => 'créer un compte', + ], + + 'request_password_reset' => [ + 'label' => 'Mot de passe oublié ?', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'Adresse e-mail', + ], + + 'password' => [ + 'label' => 'Mot de passe', + ], + + 'remember' => [ + 'label' => 'Se souvenir de moi', + ], + + 'actions' => [ + + 'authenticate' => [ + 'label' => 'Connexion', + ], + + ], + + ], + + 'messages' => [ + + 'failed' => 'Ces identifiants ne correspondent pas à nos enregistrements.', + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Tentatives de connexion trop nombreuses. Veuillez essayer de nouveau dans :seconds secondes.', + 'body' => 'Merci de réessayer dans :seconds secondes.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/fr/pages/auth/password-reset/request-password-reset.php b/lang/vendor/filament-panels/fr/pages/auth/password-reset/request-password-reset.php new file mode 100644 index 00000000..1db85987 --- /dev/null +++ b/lang/vendor/filament-panels/fr/pages/auth/password-reset/request-password-reset.php @@ -0,0 +1,46 @@ + 'Réinitialiser votre mot de passe', + + 'heading' => 'Mot de passe oublié ?', + + 'actions' => [ + + 'login' => [ + 'label' => 'retour à la connexion', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'Adresse Email', + ], + + 'actions' => [ + + 'request' => [ + 'label' => "Envoyer l'email", + ], + + ], + + ], + + 'notifications' => [ + + 'sent' => [ + 'body' => 'Vous ne recevrez aucun email si aucun compte n’est associé à cette adresse.', + ], + + 'throttled' => [ + 'title' => 'Trop de requêtes', + 'body' => 'Merci de réessayer dans :seconds secondes.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/fr/pages/auth/password-reset/reset-password.php b/lang/vendor/filament-panels/fr/pages/auth/password-reset/reset-password.php new file mode 100644 index 00000000..fff6e02f --- /dev/null +++ b/lang/vendor/filament-panels/fr/pages/auth/password-reset/reset-password.php @@ -0,0 +1,43 @@ + 'Réinitialiser votre mot de passe', + + 'heading' => 'Réinitialiser votre mot de passe', + + 'form' => [ + + 'email' => [ + 'label' => 'Adresse Email', + ], + + 'password' => [ + 'label' => 'Mot de passe', + 'validation_attribute' => 'mot de passe', + ], + + 'password_confirmation' => [ + 'label' => 'Confirmer le mot de passe', + ], + + 'actions' => [ + + 'reset' => [ + 'label' => 'Réinitialiser le mot de passe', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Trop de tentatives de réinitialisation', + 'body' => 'Merci de réessayer dans :seconds secondes.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/fr/pages/auth/register.php b/lang/vendor/filament-panels/fr/pages/auth/register.php new file mode 100644 index 00000000..42d199cb --- /dev/null +++ b/lang/vendor/filament-panels/fr/pages/auth/register.php @@ -0,0 +1,56 @@ + "S'inscrire", + + 'heading' => "S'inscrire", + + 'actions' => [ + + 'login' => [ + 'before' => 'ou', + 'label' => 'connectez-vous à votre compte', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'Adresse Email', + ], + + 'name' => [ + 'label' => 'Nom', + ], + + 'password' => [ + 'label' => 'Mot de passe', + 'validation_attribute' => 'mot de passe', + ], + + 'password_confirmation' => [ + 'label' => 'Confirmer le mot de passe', + ], + + 'actions' => [ + + 'register' => [ + 'label' => "S'inscrire", + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => "Trop de tentatives d'inscription", + 'body' => 'Merci de réessayer dans :seconds secondes.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/fr/pages/dashboard.php b/lang/vendor/filament-panels/fr/pages/dashboard.php new file mode 100644 index 00000000..2486538f --- /dev/null +++ b/lang/vendor/filament-panels/fr/pages/dashboard.php @@ -0,0 +1,33 @@ + 'Tableau de bord', + + 'actions' => [ + + 'filter' => [ + + 'label' => 'Filtrer', + + 'modal' => [ + + 'heading' => 'Filtrer', + + 'actions' => [ + + 'apply' => [ + + 'label' => 'Appliquer', + + ], + + ], + + ], + + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/fr/pages/tenancy/edit-tenant-profile.php b/lang/vendor/filament-panels/fr/pages/tenancy/edit-tenant-profile.php new file mode 100644 index 00000000..3b9a002c --- /dev/null +++ b/lang/vendor/filament-panels/fr/pages/tenancy/edit-tenant-profile.php @@ -0,0 +1,25 @@ + [ + + 'actions' => [ + + 'save' => [ + 'label' => 'Sauvegarder', + ], + + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'Sauvegardé', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/fr/resources/pages/create-record.php b/lang/vendor/filament-panels/fr/resources/pages/create-record.php new file mode 100644 index 00000000..4e9cebda --- /dev/null +++ b/lang/vendor/filament-panels/fr/resources/pages/create-record.php @@ -0,0 +1,37 @@ + 'Créer :label', + + 'breadcrumb' => 'Créer', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => 'Annuler', + ], + + 'create' => [ + 'label' => 'Créer', + ], + + 'create_another' => [ + 'label' => 'Créer & Ajouter un autre', + ], + + ], + + ], + + 'notifications' => [ + + 'created' => [ + 'title' => 'Créé(e)', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/fr/resources/pages/edit-record.php b/lang/vendor/filament-panels/fr/resources/pages/edit-record.php new file mode 100644 index 00000000..fd4b6a91 --- /dev/null +++ b/lang/vendor/filament-panels/fr/resources/pages/edit-record.php @@ -0,0 +1,41 @@ + 'Modifier :label', + + 'breadcrumb' => 'Modifier', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => 'Annuler', + ], + + 'save' => [ + 'label' => 'Sauvegarder', + ], + + ], + + ], + + 'content' => [ + + 'tab' => [ + 'label' => 'Modifier', + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'Sauvegardé', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/fr/resources/pages/list-records.php b/lang/vendor/filament-panels/fr/resources/pages/list-records.php new file mode 100644 index 00000000..51ebe1a5 --- /dev/null +++ b/lang/vendor/filament-panels/fr/resources/pages/list-records.php @@ -0,0 +1,7 @@ + 'Liste', + +]; diff --git a/lang/vendor/filament-panels/fr/resources/pages/view-record.php b/lang/vendor/filament-panels/fr/resources/pages/view-record.php new file mode 100644 index 00000000..1b055eb3 --- /dev/null +++ b/lang/vendor/filament-panels/fr/resources/pages/view-record.php @@ -0,0 +1,17 @@ + 'Afficher :label', + + 'breadcrumb' => 'Afficher', + + 'content' => [ + + 'tab' => [ + 'label' => 'Afficher', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/fr/unsaved-changes-alert.php b/lang/vendor/filament-panels/fr/unsaved-changes-alert.php new file mode 100644 index 00000000..ab1ab3ea --- /dev/null +++ b/lang/vendor/filament-panels/fr/unsaved-changes-alert.php @@ -0,0 +1,7 @@ + 'Vous avez des modifications non sauvegardées. Êtes-vous sûr de vouloir quitter cette page ?', + +]; diff --git a/lang/vendor/filament-panels/fr/widgets/account-widget.php b/lang/vendor/filament-panels/fr/widgets/account-widget.php new file mode 100644 index 00000000..5d88913a --- /dev/null +++ b/lang/vendor/filament-panels/fr/widgets/account-widget.php @@ -0,0 +1,15 @@ + [ + + 'logout' => [ + 'label' => 'Déconnexion', + ], + + ], + + 'welcome' => 'Bonjour', + +]; diff --git a/lang/vendor/filament-panels/fr/widgets/filament-info-widget.php b/lang/vendor/filament-panels/fr/widgets/filament-info-widget.php new file mode 100644 index 00000000..e5595044 --- /dev/null +++ b/lang/vendor/filament-panels/fr/widgets/filament-info-widget.php @@ -0,0 +1,17 @@ + [ + + 'open_documentation' => [ + 'label' => 'Documentation', + ], + + 'open_github' => [ + 'label' => 'GitHub', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/he/global-search.php b/lang/vendor/filament-panels/he/global-search.php new file mode 100644 index 00000000..bea0a81d --- /dev/null +++ b/lang/vendor/filament-panels/he/global-search.php @@ -0,0 +1,12 @@ + [ + 'label' => 'חיפוש גלובלי', + 'placeholder' => 'חיפוש', + ], + + 'no_results_message' => 'לא נמצאו תוצאות.', + +]; diff --git a/lang/vendor/filament-panels/he/layout.php b/lang/vendor/filament-panels/he/layout.php new file mode 100644 index 00000000..7815a850 --- /dev/null +++ b/lang/vendor/filament-panels/he/layout.php @@ -0,0 +1,55 @@ + 'rtl', + + 'actions' => [ + + 'billing' => [ + 'label' => 'נהל מנוי', + ], + + 'logout' => [ + 'label' => 'התנתק', + ], + + 'open_database_notifications' => [ + 'label' => 'פתח התראות', + ], + + 'open_user_menu' => [ + 'label' => 'תפריט משתמש', + ], + + 'sidebar' => [ + + 'collapse' => [ + 'label' => 'כווץ תפריט צד', + ], + + 'expand' => [ + 'label' => 'הרחב תפריט צד', + ], + + ], + + 'theme_switcher' => [ + + 'dark' => [ + 'label' => 'הפעל מצב כהה', + ], + + 'light' => [ + 'label' => 'הפעל מצב מואר', + ], + + 'system' => [ + 'label' => 'הפעל ערכת נושא של המערכת', + ], + + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/he/pages/auth/edit-profile.php b/lang/vendor/filament-panels/he/pages/auth/edit-profile.php new file mode 100644 index 00000000..e020b202 --- /dev/null +++ b/lang/vendor/filament-panels/he/pages/auth/edit-profile.php @@ -0,0 +1,51 @@ + 'פרופיל', + + 'form' => [ + + 'email' => [ + 'label' => 'כתובת דוא"ל', + ], + + 'name' => [ + 'label' => 'שם', + ], + + 'password' => [ + 'label' => 'סיסמה חדשה', + ], + + 'password_confirmation' => [ + 'label' => 'אימות סיסמה חדשה', + ], + + 'actions' => [ + + 'save' => [ + 'label' => 'שמור שינויים', + ], + + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'נשמר', + ], + + ], + + 'actions' => [ + + 'cancel' => [ + 'label' => 'חזרה', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/he/pages/auth/email-verification/email-verification-prompt.php b/lang/vendor/filament-panels/he/pages/auth/email-verification/email-verification-prompt.php new file mode 100644 index 00000000..afbde547 --- /dev/null +++ b/lang/vendor/filament-panels/he/pages/auth/email-verification/email-verification-prompt.php @@ -0,0 +1,35 @@ + 'אמת את כתובת הדוא"ל שלך', + + 'heading' => 'אמת את כתובת הדוא"ל שלך', + + 'actions' => [ + + 'resend_notification' => [ + 'label' => 'שלח שוב', + ], + + ], + + 'messages' => [ + 'notification_not_received' => 'לא קבלת את הדוא"ל ששלחנו?', + 'notification_sent' => 'שלחנו דואר אלקטרוני ל-:email המכיל הוראות כיצד לאמת את כתובת הדוא"ל שלך.', + ], + + 'notifications' => [ + + 'notification_resent' => [ + 'title' => 'שלחנו שוב את הדוא"ל.', + ], + + 'notification_resend_throttled' => [ + 'title' => 'יותר מדי נסיונות של שליחה מחדש', + 'body' => 'אנא נסה שוב בעוד :seconds שניות.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/he/pages/auth/login.php b/lang/vendor/filament-panels/he/pages/auth/login.php new file mode 100644 index 00000000..25f53a6c --- /dev/null +++ b/lang/vendor/filament-panels/he/pages/auth/login.php @@ -0,0 +1,61 @@ + 'התחברות', + + 'heading' => 'התחבר לחשבון שלך', + + 'actions' => [ + + 'register' => [ + 'before' => 'או', + 'label' => 'הירשם לחשבון', + ], + + 'request_password_reset' => [ + 'label' => 'שכחת את הסיסמה שלך?', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'כתובת דואר אלקטרוני', + ], + + 'password' => [ + 'label' => 'סיסמה', + ], + + 'remember' => [ + 'label' => 'זכור אותי', + ], + + 'actions' => [ + + 'authenticate' => [ + 'label' => 'התחבר', + ], + + ], + + ], + + 'messages' => [ + + 'failed' => 'הפרטים שהזנת שגויים או לא קיימים.', + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'יותר מידי ניסיונות התחברות. אנא נסה שוב מאוחר יותר.', + 'body' => 'נסה שוב בעוד :seconds שניות.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/he/pages/auth/password-reset/request-password-reset.php b/lang/vendor/filament-panels/he/pages/auth/password-reset/request-password-reset.php new file mode 100644 index 00000000..36676a0d --- /dev/null +++ b/lang/vendor/filament-panels/he/pages/auth/password-reset/request-password-reset.php @@ -0,0 +1,42 @@ + 'אפס את הסיסמה שלך', + + 'heading' => 'שכחת את הסיסמה שלך?', + + 'actions' => [ + + 'login' => [ + 'label' => 'חזרה להתחברות', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'כתובת דוא"ל', + ], + + 'actions' => [ + + 'request' => [ + 'label' => 'שלח אימייל', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'יותר מדי בקשות', + 'body' => 'נסה שוב בעוד :seconds שניות', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/he/pages/auth/password-reset/reset-password.php b/lang/vendor/filament-panels/he/pages/auth/password-reset/reset-password.php new file mode 100644 index 00000000..f5fe28fd --- /dev/null +++ b/lang/vendor/filament-panels/he/pages/auth/password-reset/reset-password.php @@ -0,0 +1,43 @@ + 'אפס את הסיסמה שלך', + + 'heading' => 'אפס את הסיסמה שלך', + + 'form' => [ + + 'email' => [ + 'label' => 'כתובת דוא"ל', + ], + + 'password' => [ + 'label' => 'סיסמה', + 'validation_attribute' => 'סיסמה', + ], + + 'password_confirmation' => [ + 'label' => 'אימות סיסמה', + ], + + 'actions' => [ + + 'reset' => [ + 'label' => 'איפוס סיסמה', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'יותר מדי נסיונות לאיפוס', + 'body' => 'נסה שוב בעוד :seconds שניות.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/he/pages/auth/register.php b/lang/vendor/filament-panels/he/pages/auth/register.php new file mode 100644 index 00000000..1ac94615 --- /dev/null +++ b/lang/vendor/filament-panels/he/pages/auth/register.php @@ -0,0 +1,56 @@ + 'הרשמה', + + 'heading' => 'הירשם', + + 'actions' => [ + + 'login' => [ + 'before' => 'או', + 'label' => 'התחבר לחשבונך', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'כתובת דוא"ל', + ], + + 'name' => [ + 'label' => 'שם', + ], + + 'password' => [ + 'label' => 'סיסמה', + 'validation_attribute' => 'סיסמה', + ], + + 'password_confirmation' => [ + 'label' => 'אמת סיסמה', + ], + + 'actions' => [ + + 'register' => [ + 'label' => 'הירשם', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'יותר מדי ניסיונות להרשמה', + 'body' => 'אנא נסה שוב בעוד :seconds שניות.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/he/pages/dashboard.php b/lang/vendor/filament-panels/he/pages/dashboard.php new file mode 100644 index 00000000..8dd31c04 --- /dev/null +++ b/lang/vendor/filament-panels/he/pages/dashboard.php @@ -0,0 +1,7 @@ + 'פאנל', + +]; diff --git a/lang/vendor/filament-panels/he/pages/tenancy/edit-tenant-profile.php b/lang/vendor/filament-panels/he/pages/tenancy/edit-tenant-profile.php new file mode 100644 index 00000000..bbf87479 --- /dev/null +++ b/lang/vendor/filament-panels/he/pages/tenancy/edit-tenant-profile.php @@ -0,0 +1,25 @@ + [ + + 'actions' => [ + + 'save' => [ + 'label' => 'שמור שינויים', + ], + + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'נשמר', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/he/resources/pages/create-record.php b/lang/vendor/filament-panels/he/resources/pages/create-record.php new file mode 100644 index 00000000..91e76fc1 --- /dev/null +++ b/lang/vendor/filament-panels/he/resources/pages/create-record.php @@ -0,0 +1,37 @@ + 'צור :label', + + 'breadcrumb' => 'חדש', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => 'ביטול', + ], + + 'create' => [ + 'label' => 'יצירה', + ], + + 'create_another' => [ + 'label' => 'צור ואז עוד אחד', + ], + + ], + + ], + + 'notifications' => [ + + 'created' => [ + 'title' => 'נוצר', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/he/resources/pages/edit-record.php b/lang/vendor/filament-panels/he/resources/pages/edit-record.php new file mode 100644 index 00000000..53ed8cb3 --- /dev/null +++ b/lang/vendor/filament-panels/he/resources/pages/edit-record.php @@ -0,0 +1,41 @@ + 'ערוך :label', + + 'breadcrumb' => 'עריכה', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => 'ביטול', + ], + + 'save' => [ + 'label' => 'שמור שינויים', + ], + + ], + + ], + + 'content' => [ + + 'tab' => [ + 'label' => 'עריכה', + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'נשמר בהצלחה', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/he/resources/pages/list-records.php b/lang/vendor/filament-panels/he/resources/pages/list-records.php new file mode 100644 index 00000000..c2393311 --- /dev/null +++ b/lang/vendor/filament-panels/he/resources/pages/list-records.php @@ -0,0 +1,7 @@ + 'רשימה', + +]; diff --git a/lang/vendor/filament-panels/he/resources/pages/view-record.php b/lang/vendor/filament-panels/he/resources/pages/view-record.php new file mode 100644 index 00000000..a914cc1f --- /dev/null +++ b/lang/vendor/filament-panels/he/resources/pages/view-record.php @@ -0,0 +1,17 @@ + 'תצוגת :label', + + 'breadcrumb' => 'הצגה', + + 'content' => [ + + 'tab' => [ + 'label' => 'הצגה', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/he/widgets/account-widget.php b/lang/vendor/filament-panels/he/widgets/account-widget.php new file mode 100644 index 00000000..71c663d4 --- /dev/null +++ b/lang/vendor/filament-panels/he/widgets/account-widget.php @@ -0,0 +1,15 @@ + [ + + 'logout' => [ + 'label' => 'התנתק', + ], + + ], + + 'welcome' => 'ברוך הבא', + +]; diff --git a/lang/vendor/filament-panels/he/widgets/filament-info-widget.php b/lang/vendor/filament-panels/he/widgets/filament-info-widget.php new file mode 100644 index 00000000..a0ccf076 --- /dev/null +++ b/lang/vendor/filament-panels/he/widgets/filament-info-widget.php @@ -0,0 +1,17 @@ + [ + + 'open_documentation' => [ + 'label' => 'תיעוד', + ], + + 'open_github' => [ + 'label' => 'GitHub', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/hi/global-search.php b/lang/vendor/filament-panels/hi/global-search.php new file mode 100644 index 00000000..cc9422f9 --- /dev/null +++ b/lang/vendor/filament-panels/hi/global-search.php @@ -0,0 +1,12 @@ + [ + 'label' => 'वैश्विक खोज', + 'placeholder' => 'खोजें', + ], + + 'no_results_message' => 'कोई खोज परिणाम नहीं मिला।', + +]; diff --git a/lang/vendor/filament-panels/hi/layout.php b/lang/vendor/filament-panels/hi/layout.php new file mode 100644 index 00000000..ff419277 --- /dev/null +++ b/lang/vendor/filament-panels/hi/layout.php @@ -0,0 +1,31 @@ + 'ltr', + + 'actions' => [ + + 'logout' => [ + 'label' => 'साइन आउट', + ], + + 'open_user_menu' => [ + 'label' => 'उपयोगकर्ता विकल्प सूची', + ], + + 'theme_switcher' => [ + + 'dark' => [ + 'label' => 'डार्क मोड टॉगल करें', + ], + + 'light' => [ + 'label' => 'लाइट मोड टॉगल करें', + ], + + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/hi/pages/auth/login.php b/lang/vendor/filament-panels/hi/pages/auth/login.php new file mode 100644 index 00000000..f34c4ba5 --- /dev/null +++ b/lang/vendor/filament-panels/hi/pages/auth/login.php @@ -0,0 +1,47 @@ + 'लॉग इन', + + 'heading' => 'अपने अकाउंट में साइन इन करें', + + 'form' => [ + + 'email' => [ + 'label' => 'ईमेल', + ], + + 'password' => [ + 'label' => 'पासवर्ड', + ], + + 'remember' => [ + 'label' => 'मुझे याद रखना', + ], + + 'actions' => [ + + 'authenticate' => [ + 'label' => 'लॉग इन', + ], + + ], + + ], + + 'messages' => [ + + 'failed' => 'ये प्रमाण हमारे रिकॉर्ड से मेल नहीं खा रहे हैं।', + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'बहुत सारे लॉगिन प्रयास। :seconds सेकंड में फिर से कोशिश करें।', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/hi/pages/dashboard.php b/lang/vendor/filament-panels/hi/pages/dashboard.php new file mode 100644 index 00000000..5ac3298d --- /dev/null +++ b/lang/vendor/filament-panels/hi/pages/dashboard.php @@ -0,0 +1,7 @@ + 'डैशबोर्ड', + +]; diff --git a/lang/vendor/filament-panels/hi/resources/pages/create-record.php b/lang/vendor/filament-panels/hi/resources/pages/create-record.php new file mode 100644 index 00000000..618311d0 --- /dev/null +++ b/lang/vendor/filament-panels/hi/resources/pages/create-record.php @@ -0,0 +1,37 @@ + ':label बनाएँ', + + 'breadcrumb' => 'बनाएँ', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => 'रद्द करें', + ], + + 'create' => [ + 'label' => 'बनाएँ', + ], + + 'create_another' => [ + 'label' => 'बनाएँ और एक और बनाएँ', + ], + + ], + + ], + + 'notifications' => [ + + 'created' => [ + 'title' => 'बन गया', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/hi/resources/pages/edit-record.php b/lang/vendor/filament-panels/hi/resources/pages/edit-record.php new file mode 100644 index 00000000..3d55baad --- /dev/null +++ b/lang/vendor/filament-panels/hi/resources/pages/edit-record.php @@ -0,0 +1,33 @@ + ':label संपादित करें', + + 'breadcrumb' => 'संपादन', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => 'रद्द करें', + ], + + 'save' => [ + 'label' => 'सेव', + ], + + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'सेव हो गया', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/hi/resources/pages/list-records.php b/lang/vendor/filament-panels/hi/resources/pages/list-records.php new file mode 100644 index 00000000..6de1a4bc --- /dev/null +++ b/lang/vendor/filament-panels/hi/resources/pages/list-records.php @@ -0,0 +1,7 @@ + 'सूची', + +]; diff --git a/lang/vendor/filament-panels/hi/resources/pages/view-record.php b/lang/vendor/filament-panels/hi/resources/pages/view-record.php new file mode 100644 index 00000000..d31e7c91 --- /dev/null +++ b/lang/vendor/filament-panels/hi/resources/pages/view-record.php @@ -0,0 +1,9 @@ + ':label देखें', + + 'breadcrumb' => 'देखें', + +]; diff --git a/lang/vendor/filament-panels/hi/widgets/account-widget.php b/lang/vendor/filament-panels/hi/widgets/account-widget.php new file mode 100644 index 00000000..aa8bd21e --- /dev/null +++ b/lang/vendor/filament-panels/hi/widgets/account-widget.php @@ -0,0 +1,15 @@ + [ + + 'logout' => [ + 'label' => 'साइन आउट', + ], + + ], + + 'welcome' => 'स्वागत', + +]; diff --git a/lang/vendor/filament-panels/hi/widgets/filament-info-widget.php b/lang/vendor/filament-panels/hi/widgets/filament-info-widget.php new file mode 100644 index 00000000..de9bdf22 --- /dev/null +++ b/lang/vendor/filament-panels/hi/widgets/filament-info-widget.php @@ -0,0 +1,17 @@ + [ + + 'open_documentation' => [ + 'label' => 'प्रलेखन', + ], + + 'open_github' => [ + 'label' => 'GitHub', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/hr/global-search.php b/lang/vendor/filament-panels/hr/global-search.php new file mode 100644 index 00000000..9335023c --- /dev/null +++ b/lang/vendor/filament-panels/hr/global-search.php @@ -0,0 +1,12 @@ + [ + 'label' => 'Globalno pretraživanje', + 'placeholder' => 'Pretraži', + ], + + 'no_results_message' => 'Nema pronađenih rezultata pretraživanja.', + +]; diff --git a/lang/vendor/filament-panels/hr/layout.php b/lang/vendor/filament-panels/hr/layout.php new file mode 100644 index 00000000..6553d92a --- /dev/null +++ b/lang/vendor/filament-panels/hr/layout.php @@ -0,0 +1,63 @@ + 'ltr', + + 'actions' => [ + + 'billing' => [ + 'label' => 'Upravljaj pretplatom', + ], + + 'logout' => [ + 'label' => 'Odjava', + ], + + 'open_database_notifications' => [ + 'label' => 'Otvori obavijesti', + ], + + 'open_user_menu' => [ + 'label' => 'Korisnički izbornik', + ], + + 'sidebar' => [ + + 'collapse' => [ + 'label' => 'Skupi bočnu traku', + ], + + 'expand' => [ + 'label' => 'Proširi bočnu traku', + ], + + ], + + 'theme_switcher' => [ + + 'dark' => [ + 'label' => 'Omogući tamnu temu', + ], + + 'light' => [ + 'label' => 'Omogući svijetlu temu', + ], + + 'system' => [ + 'label' => 'Omogući temu sustava', + ], + + ], + + ], + + 'avatar' => [ + 'alt' => 'Avatar od :name', + ], + + 'logo' => [ + 'alt' => ':name logo', + ], + +]; diff --git a/lang/vendor/filament-panels/hr/pages/auth/edit-profile.php b/lang/vendor/filament-panels/hr/pages/auth/edit-profile.php new file mode 100644 index 00000000..6eb232c7 --- /dev/null +++ b/lang/vendor/filament-panels/hr/pages/auth/edit-profile.php @@ -0,0 +1,51 @@ + 'Profil', + + 'form' => [ + + 'email' => [ + 'label' => 'Adresa e-pošte', + ], + + 'name' => [ + 'label' => 'Ime', + ], + + 'password' => [ + 'label' => 'Nova lozinka', + ], + + 'password_confirmation' => [ + 'label' => 'Potvrdi novu lozinku', + ], + + 'actions' => [ + + 'save' => [ + 'label' => 'Spremi promjene', + ], + + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'Spremljeno', + ], + + ], + + 'actions' => [ + + 'cancel' => [ + 'label' => 'Odustani', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/hr/pages/auth/email-verification/email-verification-prompt.php b/lang/vendor/filament-panels/hr/pages/auth/email-verification/email-verification-prompt.php new file mode 100644 index 00000000..ac50d9f2 --- /dev/null +++ b/lang/vendor/filament-panels/hr/pages/auth/email-verification/email-verification-prompt.php @@ -0,0 +1,35 @@ + 'Potvrdite svoju email adresu', + + 'heading' => 'Potvrdite svoju email adresu', + + 'actions' => [ + + 'resend_notification' => [ + 'label' => 'Ponovo pošalji', + ], + + ], + + 'messages' => [ + 'notification_not_received' => 'Nisi primio e-poštu koju smo poslali?', + 'notification_sent' => 'Poslali smo e-poštu na :email s uputama o tome kako potvrditi svoju adresu e-pošte.', + ], + + 'notifications' => [ + + 'notification_resent' => [ + 'title' => 'Ponovno smo poslali e-poštu.', + ], + + 'notification_resend_throttled' => [ + 'title' => 'Previše pokušaja ponovnog slanja', + 'body' => 'Molim te, pokušaj ponovno za :seconds sekundi.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/hr/pages/auth/login.php b/lang/vendor/filament-panels/hr/pages/auth/login.php new file mode 100644 index 00000000..46677985 --- /dev/null +++ b/lang/vendor/filament-panels/hr/pages/auth/login.php @@ -0,0 +1,61 @@ + 'Prijava', + + 'heading' => 'Prijavi se', + + 'actions' => [ + + 'register' => [ + 'before' => 'ili', + 'label' => 'se registriraj za korisnički račun', + ], + + 'request_password_reset' => [ + 'label' => 'Zaboravljena lozinka?', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'Adresa e-pošte', + ], + + 'password' => [ + 'label' => 'Lozinka', + ], + + 'remember' => [ + 'label' => 'Zapamti me', + ], + + 'actions' => [ + + 'authenticate' => [ + 'label' => 'Prijavi se', + ], + + ], + + ], + + 'messages' => [ + + 'failed' => 'Pogrešno korisničko ime ili lozinka', + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Previše pokušaja prijave', + 'body' => 'Molim te, pokušaj ponovno za :seconds sekundi.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/hr/pages/auth/password-reset/request-password-reset.php b/lang/vendor/filament-panels/hr/pages/auth/password-reset/request-password-reset.php new file mode 100644 index 00000000..dcf97b81 --- /dev/null +++ b/lang/vendor/filament-panels/hr/pages/auth/password-reset/request-password-reset.php @@ -0,0 +1,42 @@ + 'Resetiraj svoju lozinku', + + 'heading' => 'Zaboravljena lozinka?', + + 'actions' => [ + + 'login' => [ + 'label' => 'natrag na prijavu', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'Adresa e-pošte', + ], + + 'actions' => [ + + 'request' => [ + 'label' => 'Pošalji e-poštu', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Previše zahtjeva', + 'body' => 'Molim te, pokušaj ponovno za :seconds sekundi.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/hr/pages/auth/password-reset/reset-password.php b/lang/vendor/filament-panels/hr/pages/auth/password-reset/reset-password.php new file mode 100644 index 00000000..9d1ce45b --- /dev/null +++ b/lang/vendor/filament-panels/hr/pages/auth/password-reset/reset-password.php @@ -0,0 +1,43 @@ + 'Resetiraj svoju lozinku', + + 'heading' => 'Resetiraj svoju lozinku', + + 'form' => [ + + 'email' => [ + 'label' => 'Adresa e-pošte', + ], + + 'password' => [ + 'label' => 'Lozinka', + 'validation_attribute' => 'lozinka', + ], + + 'password_confirmation' => [ + 'label' => 'Potvrdi lozinku', + ], + + 'actions' => [ + + 'reset' => [ + 'label' => 'Resetiraj lozinku', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Previše pokušaja resetiranja.', + 'body' => 'Molim te, pokušaj ponovno za :seconds sekundi.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/hr/pages/auth/register.php b/lang/vendor/filament-panels/hr/pages/auth/register.php new file mode 100644 index 00000000..ecf500f5 --- /dev/null +++ b/lang/vendor/filament-panels/hr/pages/auth/register.php @@ -0,0 +1,56 @@ + 'Registracija', + + 'heading' => 'Registriraj se', + + 'actions' => [ + + 'login' => [ + 'before' => 'ili', + 'label' => 'se prijavi', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'Adresa e-pošte', + ], + + 'name' => [ + 'label' => 'Ime', + ], + + 'password' => [ + 'label' => 'Lozinka', + 'validation_attribute' => 'lozinka', + ], + + 'password_confirmation' => [ + 'label' => 'Potvrdi lozinku', + ], + + 'actions' => [ + + 'register' => [ + 'label' => 'Registriraj se', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Previše pokušaja registracije', + 'body' => 'Molim te, pokušaj ponovno za :seconds sekundi.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/hr/pages/dashboard.php b/lang/vendor/filament-panels/hr/pages/dashboard.php new file mode 100644 index 00000000..22460765 --- /dev/null +++ b/lang/vendor/filament-panels/hr/pages/dashboard.php @@ -0,0 +1,33 @@ + 'Nadzorna ploča', + + 'actions' => [ + + 'filter' => [ + + 'label' => 'Filter', + + 'modal' => [ + + 'heading' => 'Filter', + + 'actions' => [ + + 'apply' => [ + + 'label' => 'Primijeni', + + ], + + ], + + ], + + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/hr/pages/tenancy/edit-tenant-profile.php b/lang/vendor/filament-panels/hr/pages/tenancy/edit-tenant-profile.php new file mode 100644 index 00000000..3fe4f877 --- /dev/null +++ b/lang/vendor/filament-panels/hr/pages/tenancy/edit-tenant-profile.php @@ -0,0 +1,25 @@ + [ + + 'actions' => [ + + 'save' => [ + 'label' => 'Spremi promjene', + ], + + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'Spremljeno', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/hr/resources/pages/create-record.php b/lang/vendor/filament-panels/hr/resources/pages/create-record.php new file mode 100644 index 00000000..b2af2389 --- /dev/null +++ b/lang/vendor/filament-panels/hr/resources/pages/create-record.php @@ -0,0 +1,37 @@ + 'Napravi :label', + + 'breadcrumb' => 'Napravi', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => 'Odustani', + ], + + 'create' => [ + 'label' => 'Napravi', + ], + + 'create_another' => [ + 'label' => 'Napravi i dodaj još jedan', + ], + + ], + + ], + + 'notifications' => [ + + 'created' => [ + 'title' => 'Napravljeno', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/hr/resources/pages/edit-record.php b/lang/vendor/filament-panels/hr/resources/pages/edit-record.php new file mode 100644 index 00000000..10a6a15e --- /dev/null +++ b/lang/vendor/filament-panels/hr/resources/pages/edit-record.php @@ -0,0 +1,41 @@ + 'Uredi :label', + + 'breadcrumb' => 'Uredi', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => 'Odustani', + ], + + 'save' => [ + 'label' => 'Spremi promjene', + ], + + ], + + ], + + 'content' => [ + + 'tab' => [ + 'label' => 'Uredi', + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'Spremljeno', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/hr/resources/pages/list-records.php b/lang/vendor/filament-panels/hr/resources/pages/list-records.php new file mode 100644 index 00000000..a349ac9a --- /dev/null +++ b/lang/vendor/filament-panels/hr/resources/pages/list-records.php @@ -0,0 +1,7 @@ + 'Popis', + +]; diff --git a/lang/vendor/filament-panels/hr/resources/pages/view-record.php b/lang/vendor/filament-panels/hr/resources/pages/view-record.php new file mode 100644 index 00000000..d3644a79 --- /dev/null +++ b/lang/vendor/filament-panels/hr/resources/pages/view-record.php @@ -0,0 +1,17 @@ + 'Pregled :label', + + 'breadcrumb' => 'Pregledaj', + + 'content' => [ + + 'tab' => [ + 'label' => 'Pregled', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/hr/unsaved-changes-alert.php b/lang/vendor/filament-panels/hr/unsaved-changes-alert.php new file mode 100644 index 00000000..14077b91 --- /dev/null +++ b/lang/vendor/filament-panels/hr/unsaved-changes-alert.php @@ -0,0 +1,7 @@ + 'Tvoje izmjene nisu spremljene. Želiš li zaista napustiti ovu stranicu?', + +]; diff --git a/lang/vendor/filament-panels/hr/widgets/account-widget.php b/lang/vendor/filament-panels/hr/widgets/account-widget.php new file mode 100644 index 00000000..d459dcca --- /dev/null +++ b/lang/vendor/filament-panels/hr/widgets/account-widget.php @@ -0,0 +1,15 @@ + [ + + 'logout' => [ + 'label' => 'Odjava', + ], + + ], + + 'welcome' => 'Dobrodošli', + +]; diff --git a/lang/vendor/filament-panels/hr/widgets/filament-info-widget.php b/lang/vendor/filament-panels/hr/widgets/filament-info-widget.php new file mode 100644 index 00000000..d770c7e3 --- /dev/null +++ b/lang/vendor/filament-panels/hr/widgets/filament-info-widget.php @@ -0,0 +1,17 @@ + [ + + 'open_documentation' => [ + 'label' => 'Dokumentacija', + ], + + 'open_github' => [ + 'label' => 'GitHub', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/hu/global-search.php b/lang/vendor/filament-panels/hu/global-search.php new file mode 100644 index 00000000..8d037e8f --- /dev/null +++ b/lang/vendor/filament-panels/hu/global-search.php @@ -0,0 +1,12 @@ + [ + 'label' => 'Globális keresés', + 'placeholder' => 'Keresés', + ], + + 'no_results_message' => 'Nincs találat.', + +]; diff --git a/lang/vendor/filament-panels/hu/layout.php b/lang/vendor/filament-panels/hu/layout.php new file mode 100644 index 00000000..a7bd0a7d --- /dev/null +++ b/lang/vendor/filament-panels/hu/layout.php @@ -0,0 +1,63 @@ + 'ltr', + + 'actions' => [ + + 'billing' => [ + 'label' => 'Előfizetések kezelése', + ], + + 'logout' => [ + 'label' => 'Kijelentkezés', + ], + + 'open_database_notifications' => [ + 'label' => 'Értesítések', + ], + + 'open_user_menu' => [ + 'label' => 'Felhasználói menü', + ], + + 'sidebar' => [ + + 'collapse' => [ + 'label' => 'Oldalsáv elrejtése', + ], + + 'expand' => [ + 'label' => 'Oldalsáv megjelenítése', + ], + + ], + + 'theme_switcher' => [ + + 'dark' => [ + 'label' => 'Sötét mód bekapcsolása', + ], + + 'light' => [ + 'label' => 'Világos mód bekapcsolása', + ], + + 'system' => [ + 'label' => 'Rendszertéma követése', + ], + + ], + + ], + + 'avatar' => [ + 'alt' => ':name avatárja', + ], + + 'logo' => [ + 'alt' => ':name logója', + ], + +]; diff --git a/lang/vendor/filament-panels/hu/pages/auth/edit-profile.php b/lang/vendor/filament-panels/hu/pages/auth/edit-profile.php new file mode 100644 index 00000000..6dcaa65d --- /dev/null +++ b/lang/vendor/filament-panels/hu/pages/auth/edit-profile.php @@ -0,0 +1,51 @@ + 'Profil', + + 'form' => [ + + 'email' => [ + 'label' => 'Email cím', + ], + + 'name' => [ + 'label' => 'Név', + ], + + 'password' => [ + 'label' => 'Új jelszó', + ], + + 'password_confirmation' => [ + 'label' => 'Új jelszó megerősítése', + ], + + 'actions' => [ + + 'save' => [ + 'label' => 'Mentés', + ], + + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'Mentve', + ], + + ], + + 'actions' => [ + + 'cancel' => [ + 'label' => 'Mégsem', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/hu/pages/auth/email-verification/email-verification-prompt.php b/lang/vendor/filament-panels/hu/pages/auth/email-verification/email-verification-prompt.php new file mode 100644 index 00000000..2b80f85d --- /dev/null +++ b/lang/vendor/filament-panels/hu/pages/auth/email-verification/email-verification-prompt.php @@ -0,0 +1,35 @@ + 'Erősítsd meg az email címed', + + 'heading' => 'Erősítsd meg az email címed', + + 'actions' => [ + + 'resend_notification' => [ + 'label' => 'Újraküldés', + ], + + ], + + 'messages' => [ + 'notification_not_received' => 'Nem kaptad meg az emailt?', + 'notification_sent' => 'Küldtünk egy emailt a(z) :email címre, amely tartalmazza az email címed ellenőrzésére vonatkozó utasításokat.', + ], + + 'notifications' => [ + + 'notification_resent' => [ + 'title' => 'Újra elküldtük az emailt.', + ], + + 'notification_resend_throttled' => [ + 'title' => 'Túl sok újraküldési kísérlet', + 'body' => 'Kérjük, hogy próbáld meg újra :seconds másodperc múlva.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/hu/pages/auth/login.php b/lang/vendor/filament-panels/hu/pages/auth/login.php new file mode 100644 index 00000000..6713c8bb --- /dev/null +++ b/lang/vendor/filament-panels/hu/pages/auth/login.php @@ -0,0 +1,61 @@ + 'Bejelentkezés', + + 'heading' => 'Jelentkezz be a fiókodba', + + 'actions' => [ + + 'register' => [ + 'before' => 'vagy', + 'label' => 'regisztrálj egy fiókot', + ], + + 'request_password_reset' => [ + 'label' => 'Elfelejtetted a jelszavad?', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'Email cím', + ], + + 'password' => [ + 'label' => 'Jelszó', + ], + + 'remember' => [ + 'label' => 'Emlékezz rám', + ], + + 'actions' => [ + + 'authenticate' => [ + 'label' => 'Bejelentkezés', + ], + + ], + + ], + + 'messages' => [ + + 'failed' => 'Hibás email cím vagy jelszó.', + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Túl sok bejelentkezési kísérlet', + 'body' => 'Kérjük, próbáld meg újra :seconds másodperc múlva.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/hu/pages/auth/password-reset/request-password-reset.php b/lang/vendor/filament-panels/hu/pages/auth/password-reset/request-password-reset.php new file mode 100644 index 00000000..f7ed9ba2 --- /dev/null +++ b/lang/vendor/filament-panels/hu/pages/auth/password-reset/request-password-reset.php @@ -0,0 +1,42 @@ + 'Jelszó visszaállítása', + + 'heading' => 'Elfelejtetted a jelszavad?', + + 'actions' => [ + + 'login' => [ + 'label' => 'vissza a bejelentkezéshez', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'Email cím', + ], + + 'actions' => [ + + 'request' => [ + 'label' => 'Email küldése', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Túl sok próbálkozás', + 'body' => 'Kérjük, próbáld meg újra :seconds másodperc múlva.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/hu/pages/auth/password-reset/reset-password.php b/lang/vendor/filament-panels/hu/pages/auth/password-reset/reset-password.php new file mode 100644 index 00000000..3b8ac998 --- /dev/null +++ b/lang/vendor/filament-panels/hu/pages/auth/password-reset/reset-password.php @@ -0,0 +1,43 @@ + 'Jelszó visszaállítás', + + 'heading' => 'Jelszó visszaállítás', + + 'form' => [ + + 'email' => [ + 'label' => 'Email cím', + ], + + 'password' => [ + 'label' => 'Jelszó', + 'validation_attribute' => 'jelszó', + ], + + 'password_confirmation' => [ + 'label' => 'Jelszó megerősítése', + ], + + 'actions' => [ + + 'reset' => [ + 'label' => 'Jelszó visszaállítása', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Túl sok visszaállítási kísérlet', + 'body' => 'Kérjük, próbáld meg újra :seconds másodperc múlva.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/hu/pages/auth/register.php b/lang/vendor/filament-panels/hu/pages/auth/register.php new file mode 100644 index 00000000..f37fbb2e --- /dev/null +++ b/lang/vendor/filament-panels/hu/pages/auth/register.php @@ -0,0 +1,56 @@ + 'Regisztráció', + + 'heading' => 'Regisztrálj új fiókot', + + 'actions' => [ + + 'login' => [ + 'before' => 'vagy', + 'label' => 'jelentkezz be a fiókodba', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'Email cím', + ], + + 'name' => [ + 'label' => 'Név', + ], + + 'password' => [ + 'label' => 'Jelszó', + 'validation_attribute' => 'jelszó', + ], + + 'password_confirmation' => [ + 'label' => 'Jelszó megerősítése', + ], + + 'actions' => [ + + 'register' => [ + 'label' => 'Regisztrálok', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Túl sok regisztrációs kísérlet', + 'body' => 'Kérjük, próbáld meg újra :seconds másodperc múlva.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/hu/pages/dashboard.php b/lang/vendor/filament-panels/hu/pages/dashboard.php new file mode 100644 index 00000000..ca27bff9 --- /dev/null +++ b/lang/vendor/filament-panels/hu/pages/dashboard.php @@ -0,0 +1,33 @@ + 'Vezérlőpult', + + 'actions' => [ + + 'filter' => [ + + 'label' => 'Szűrés', + + 'modal' => [ + + 'heading' => 'Szűrés', + + 'actions' => [ + + 'apply' => [ + + 'label' => 'Alkalmazás', + + ], + + ], + + ], + + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/hu/pages/tenancy/edit-tenant-profile.php b/lang/vendor/filament-panels/hu/pages/tenancy/edit-tenant-profile.php new file mode 100644 index 00000000..259011e5 --- /dev/null +++ b/lang/vendor/filament-panels/hu/pages/tenancy/edit-tenant-profile.php @@ -0,0 +1,25 @@ + [ + + 'actions' => [ + + 'save' => [ + 'label' => 'Változtatások mentése', + ], + + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'Mentve', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/hu/resources/pages/create-record.php b/lang/vendor/filament-panels/hu/resources/pages/create-record.php new file mode 100644 index 00000000..486b20ed --- /dev/null +++ b/lang/vendor/filament-panels/hu/resources/pages/create-record.php @@ -0,0 +1,37 @@ + 'Új :label', + + 'breadcrumb' => 'Létrehozás', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => 'Mégsem', + ], + + 'create' => [ + 'label' => 'Létrehozás', + ], + + 'create_another' => [ + 'label' => 'Mentés és új létrehozása', + ], + + ], + + ], + + 'notifications' => [ + + 'created' => [ + 'title' => 'Létrehozva', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/hu/resources/pages/edit-record.php b/lang/vendor/filament-panels/hu/resources/pages/edit-record.php new file mode 100644 index 00000000..0097444d --- /dev/null +++ b/lang/vendor/filament-panels/hu/resources/pages/edit-record.php @@ -0,0 +1,41 @@ + ':label szerkesztése', + + 'breadcrumb' => 'Szerkesztés', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => 'Mégsem', + ], + + 'save' => [ + 'label' => 'Mentés', + ], + + ], + + ], + + 'content' => [ + + 'tab' => [ + 'label' => 'Szerkesztés', + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'Mentve', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/hu/resources/pages/list-records.php b/lang/vendor/filament-panels/hu/resources/pages/list-records.php new file mode 100644 index 00000000..3af06606 --- /dev/null +++ b/lang/vendor/filament-panels/hu/resources/pages/list-records.php @@ -0,0 +1,7 @@ + 'Lista', + +]; diff --git a/lang/vendor/filament-panels/hu/resources/pages/view-record.php b/lang/vendor/filament-panels/hu/resources/pages/view-record.php new file mode 100644 index 00000000..950b1996 --- /dev/null +++ b/lang/vendor/filament-panels/hu/resources/pages/view-record.php @@ -0,0 +1,17 @@ + ':label megtekintése', + + 'breadcrumb' => 'Megtekintés', + + 'content' => [ + + 'tab' => [ + 'label' => 'Megtekintés', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/hu/unsaved-changes-alert.php b/lang/vendor/filament-panels/hu/unsaved-changes-alert.php new file mode 100644 index 00000000..ec7377e6 --- /dev/null +++ b/lang/vendor/filament-panels/hu/unsaved-changes-alert.php @@ -0,0 +1,7 @@ + 'Még nem történt meg a módosítások rögzítése. Biztos, hogy el akarod hagyni ezt az oldalt?', + +]; diff --git a/lang/vendor/filament-panels/hu/widgets/account-widget.php b/lang/vendor/filament-panels/hu/widgets/account-widget.php new file mode 100644 index 00000000..f7a69f6d --- /dev/null +++ b/lang/vendor/filament-panels/hu/widgets/account-widget.php @@ -0,0 +1,15 @@ + [ + + 'logout' => [ + 'label' => 'Kijelentkezés', + ], + + ], + + 'welcome' => 'Üdvözlünk', + +]; diff --git a/lang/vendor/filament-panels/hu/widgets/filament-info-widget.php b/lang/vendor/filament-panels/hu/widgets/filament-info-widget.php new file mode 100644 index 00000000..c91e3590 --- /dev/null +++ b/lang/vendor/filament-panels/hu/widgets/filament-info-widget.php @@ -0,0 +1,17 @@ + [ + + 'open_documentation' => [ + 'label' => 'Dokumentáció', + ], + + 'open_github' => [ + 'label' => 'GitHub', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/hy/global-search.php b/lang/vendor/filament-panels/hy/global-search.php new file mode 100644 index 00000000..0208714b --- /dev/null +++ b/lang/vendor/filament-panels/hy/global-search.php @@ -0,0 +1,12 @@ + [ + 'label' => 'Գլոբալ որոնում', + 'placeholder' => 'Որոնել', + ], + + 'no_results_message' => 'Որոնման արդյունքներ չեն գտնվել։', + +]; diff --git a/lang/vendor/filament-panels/hy/layout.php b/lang/vendor/filament-panels/hy/layout.php new file mode 100644 index 00000000..e068f31a --- /dev/null +++ b/lang/vendor/filament-panels/hy/layout.php @@ -0,0 +1,63 @@ + 'ltr', + + 'actions' => [ + + 'billing' => [ + 'label' => 'Բաժանորդագրության կառավարում', + ], + + 'logout' => [ + 'label' => 'Դուրս գալ', + ], + + 'open_database_notifications' => [ + 'label' => 'Բացել ծանուցումները', + ], + + 'open_user_menu' => [ + 'label' => 'Օգտագործողի ընտրացանկ', + ], + + 'sidebar' => [ + + 'collapse' => [ + 'label' => 'Նվազագույնի հասցնել կողային տողը', + ], + + 'expand' => [ + 'label' => 'Ընդլայնել կողային տողը', + ], + + ], + + 'theme_switcher' => [ + + 'dark' => [ + 'label' => 'Միացնել մութ թեման', + ], + + 'light' => [ + 'label' => 'Միացնել բաց թեման', + ], + + 'system' => [ + 'label' => 'Միացնել համակարգի թեման', + ], + + ], + + ], + + 'avatar' => [ + 'alt' => 'Անձնանշան :name', + ], + + 'logo' => [ + 'alt' => ':name լոգո', + ], + +]; diff --git a/lang/vendor/filament-panels/hy/pages/auth/edit-profile.php b/lang/vendor/filament-panels/hy/pages/auth/edit-profile.php new file mode 100644 index 00000000..24d65ea4 --- /dev/null +++ b/lang/vendor/filament-panels/hy/pages/auth/edit-profile.php @@ -0,0 +1,51 @@ + 'Պրոֆիլը', + + 'form' => [ + + 'email' => [ + 'label' => 'Էլ. փոստի հասցե', + ], + + 'name' => [ + 'label' => 'Անուն', + ], + + 'password' => [ + 'label' => 'Նոր գաղտնաբառ', + ], + + 'password_confirmation' => [ + 'label' => 'Հաստատեք նոր գաղտնաբառը', + ], + + 'actions' => [ + + 'save' => [ + 'label' => 'Պահպանել փոփոխությունները', + ], + + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'Պահպանված է', + ], + + ], + + 'actions' => [ + + 'cancel' => [ + 'label' => 'Չեղարկել', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/hy/pages/auth/email-verification/email-verification-prompt.php b/lang/vendor/filament-panels/hy/pages/auth/email-verification/email-verification-prompt.php new file mode 100644 index 00000000..0fabc458 --- /dev/null +++ b/lang/vendor/filament-panels/hy/pages/auth/email-verification/email-verification-prompt.php @@ -0,0 +1,35 @@ + 'Հաստատեք Ձեր էլ. փոստի հասցեն', + + 'heading' => 'Հաստատեք Ձեր էլ. փոստի հասցեն', + + 'actions' => [ + + 'resend_notification' => [ + 'label' => 'Նորից ուղարկել այն', + ], + + ], + + 'messages' => [ + 'notification_not_received' => 'Չե՞ք ստացել մեր ուղարկած էլ. նամակը', + 'notification_sent' => 'Մենք նամակ ենք ուղարկել :email էլ. փոստի հասցեին, որը պարունակում է հրահանգներ, թե ինչպես հաստատել Ձեր էլ. փոստը', + ], + + 'notifications' => [ + + 'notification_resent' => [ + 'title' => 'Կրկին էլ. նամակ ենք ուղարկել', + ], + + 'notification_resend_throttled' => [ + 'title' => 'Կրկին ուղարկելու չափազանց շատ փորձեր', + 'body' => 'Խնդրում ենք :seconds վայրկյան անց կրկին փորձել։', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/hy/pages/auth/login.php b/lang/vendor/filament-panels/hy/pages/auth/login.php new file mode 100644 index 00000000..1c353dd2 --- /dev/null +++ b/lang/vendor/filament-panels/hy/pages/auth/login.php @@ -0,0 +1,47 @@ + 'Մուտք', + + 'heading' => 'Մուտք գործեք ձեր հաշիվ', + + 'form' => [ + + 'email' => [ + 'label' => 'Էլ. փոստի հասցե', + ], + + 'password' => [ + 'label' => 'Գաղտնաբառ', + ], + + 'remember' => [ + 'label' => 'Հիշել', + ], + + 'actions' => [ + + 'authenticate' => [ + 'label' => 'Մուտք գործել', + ], + + ], + + ], + + 'messages' => [ + + 'failed' => 'Այս տվյալները չեն համապատասխանում մեր տվյալներին։', + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Չափից շատ մուտք գործելու փորձեր։ Խնդրում ենք նորից փորձեք :seconds վայրկյանից։', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/hy/pages/auth/password-reset/request-password-reset.php b/lang/vendor/filament-panels/hy/pages/auth/password-reset/request-password-reset.php new file mode 100644 index 00000000..5e65e3a2 --- /dev/null +++ b/lang/vendor/filament-panels/hy/pages/auth/password-reset/request-password-reset.php @@ -0,0 +1,42 @@ + 'Վերականգնել Ձեր գաղտնաբառը', + + 'heading' => 'Մոռացե՞լ եք գաղտնաբառը', + + 'actions' => [ + + 'login' => [ + 'label' => 'Վերադառնալ դեպի մուտք', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'Էլ. փոստի հասցե', + ], + + 'actions' => [ + + 'request' => [ + 'label' => 'Ուղարկել էլ. նամակ', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Չափից շատ հարցումներ', + 'body' => 'Խնդրում ենք :seconds վայրկյան անց կրկին փորձել։', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/hy/pages/auth/password-reset/reset-password.php b/lang/vendor/filament-panels/hy/pages/auth/password-reset/reset-password.php new file mode 100644 index 00000000..0f2aef80 --- /dev/null +++ b/lang/vendor/filament-panels/hy/pages/auth/password-reset/reset-password.php @@ -0,0 +1,43 @@ + 'Վերականգնել Ձեր գաղտնաբառը', + + 'heading' => 'Վերականգնել Ձեր գաղտնաբառը', + + 'form' => [ + + 'email' => [ + 'label' => 'Էլ. փոստի հասցե', + ], + + 'password' => [ + 'label' => 'Գաղտնաբառ', + 'validation_attribute' => 'Գաղտնաբառ', + ], + + 'password_confirmation' => [ + 'label' => 'Հաստատել գաղտնաբառը', + ], + + 'actions' => [ + + 'reset' => [ + 'label' => 'Գաղտնաբառի վերականգնում', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Վերականգնման չափազանց շատ փորձեր', + 'body' => 'Խնդրում ենք :seconds վայրկյան անց կրկին փորձել։', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/hy/pages/auth/register.php b/lang/vendor/filament-panels/hy/pages/auth/register.php new file mode 100644 index 00000000..085f9c9a --- /dev/null +++ b/lang/vendor/filament-panels/hy/pages/auth/register.php @@ -0,0 +1,56 @@ + 'Գրանցվել', + + 'heading' => 'Գրանցել նոր հաշիվ', + + 'actions' => [ + + 'login' => [ + 'before' => 'կամ', + 'label' => 'մուտք գործեք Ձեր հաշվով', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'Էլ. փոստի հասցե', + ], + + 'name' => [ + 'label' => 'Անուն', + ], + + 'password' => [ + 'label' => 'Գաղտնաբառ', + 'validation_attribute' => 'Գաղտնաբառ', + ], + + 'password_confirmation' => [ + 'label' => 'Հաստատեք գաղտնաբառը', + ], + + 'actions' => [ + + 'register' => [ + 'label' => 'Գրանցել նոր հաշիվ', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Գրանցման չափազանց շատ փորձեր', + 'body' => 'Խնդրում ենք :seconds վայրկյան անց կրկին փորձել։', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/hy/pages/dashboard.php b/lang/vendor/filament-panels/hy/pages/dashboard.php new file mode 100644 index 00000000..0fd8846b --- /dev/null +++ b/lang/vendor/filament-panels/hy/pages/dashboard.php @@ -0,0 +1,33 @@ + 'Վահանակ', + + 'actions' => [ + + 'filter' => [ + + 'label' => 'Ֆիլտր', + + 'modal' => [ + + 'heading' => 'Ֆիլտր', + + 'actions' => [ + + 'apply' => [ + + 'label' => 'Հաստատել', + + ], + + ], + + ], + + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/hy/pages/tenancy/edit-tenant-profile.php b/lang/vendor/filament-panels/hy/pages/tenancy/edit-tenant-profile.php new file mode 100644 index 00000000..c3003ad6 --- /dev/null +++ b/lang/vendor/filament-panels/hy/pages/tenancy/edit-tenant-profile.php @@ -0,0 +1,25 @@ + [ + + 'actions' => [ + + 'save' => [ + 'label' => 'Պահպանել փոփոխությունները', + ], + + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'Պահպանված է', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/hy/resources/pages/create-record.php b/lang/vendor/filament-panels/hy/resources/pages/create-record.php new file mode 100644 index 00000000..eab80351 --- /dev/null +++ b/lang/vendor/filament-panels/hy/resources/pages/create-record.php @@ -0,0 +1,37 @@ + 'Ստեղծել :label', + + 'breadcrumb' => 'Ստեղծել', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => 'Չեղարկել', + ], + + 'create' => [ + 'label' => 'Ստեղծել', + ], + + 'create_another' => [ + 'label' => 'Ստեղծել և ստեղծել մեկ այլ', + ], + + ], + + ], + + 'notifications' => [ + + 'created' => [ + 'title' => 'Ստեղծվել է', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/hy/resources/pages/edit-record.php b/lang/vendor/filament-panels/hy/resources/pages/edit-record.php new file mode 100644 index 00000000..27646c3f --- /dev/null +++ b/lang/vendor/filament-panels/hy/resources/pages/edit-record.php @@ -0,0 +1,41 @@ + 'Խմբագրել :label', + + 'breadcrumb' => 'Խմբագրել', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => 'Չեղարկել', + ], + + 'save' => [ + 'label' => 'Պահպանել', + ], + + ], + + ], + + 'content' => [ + + 'tab' => [ + 'label' => 'Խմբագրել', + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'Պահպանված է', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/hy/resources/pages/list-records.php b/lang/vendor/filament-panels/hy/resources/pages/list-records.php new file mode 100644 index 00000000..21f2919a --- /dev/null +++ b/lang/vendor/filament-panels/hy/resources/pages/list-records.php @@ -0,0 +1,7 @@ + 'Ցանկ', + +]; diff --git a/lang/vendor/filament-panels/hy/resources/pages/view-record.php b/lang/vendor/filament-panels/hy/resources/pages/view-record.php new file mode 100644 index 00000000..d7cc5e4c --- /dev/null +++ b/lang/vendor/filament-panels/hy/resources/pages/view-record.php @@ -0,0 +1,17 @@ + 'Դիտել :label', + + 'breadcrumb' => 'Դիտել', + + 'content' => [ + + 'tab' => [ + 'label' => 'Դիտել', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/hy/unsaved-changes-alert.php b/lang/vendor/filament-panels/hy/unsaved-changes-alert.php new file mode 100644 index 00000000..0d8cc97a --- /dev/null +++ b/lang/vendor/filament-panels/hy/unsaved-changes-alert.php @@ -0,0 +1,7 @@ + 'Դուք ունեք չպահված փոփոխություններ։ Վստա՞հ եք, որ ցանկանում եք լքել այս էջը։', + +]; diff --git a/lang/vendor/filament-panels/hy/widgets/account-widget.php b/lang/vendor/filament-panels/hy/widgets/account-widget.php new file mode 100644 index 00000000..a4ced00d --- /dev/null +++ b/lang/vendor/filament-panels/hy/widgets/account-widget.php @@ -0,0 +1,15 @@ + [ + + 'logout' => [ + 'label' => 'Դուրս գալ', + ], + + ], + + 'welcome' => 'Բարի գալուստ', + +]; diff --git a/lang/vendor/filament-panels/hy/widgets/filament-info-widget.php b/lang/vendor/filament-panels/hy/widgets/filament-info-widget.php new file mode 100644 index 00000000..b5d6daa9 --- /dev/null +++ b/lang/vendor/filament-panels/hy/widgets/filament-info-widget.php @@ -0,0 +1,17 @@ + [ + + 'open_documentation' => [ + 'label' => 'Փաստաթղթեր', + ], + + 'open_github' => [ + 'label' => 'GitHub', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/id/global-search.php b/lang/vendor/filament-panels/id/global-search.php new file mode 100644 index 00000000..0b1a9c10 --- /dev/null +++ b/lang/vendor/filament-panels/id/global-search.php @@ -0,0 +1,12 @@ + [ + 'label' => 'Pencarian global', + 'placeholder' => 'Cari', + ], + + 'no_results_message' => 'Pencarian tidak ditemukan.', + +]; diff --git a/lang/vendor/filament-panels/id/layout.php b/lang/vendor/filament-panels/id/layout.php new file mode 100644 index 00000000..4161ff7e --- /dev/null +++ b/lang/vendor/filament-panels/id/layout.php @@ -0,0 +1,63 @@ + 'ltr', + + 'actions' => [ + + 'billing' => [ + 'label' => 'Kelola langganan', + ], + + 'logout' => [ + 'label' => 'Keluar', + ], + + 'open_database_notifications' => [ + 'label' => 'Buka notifikasi', + ], + + 'open_user_menu' => [ + 'label' => 'Menu pengguna', + ], + + 'sidebar' => [ + + 'collapse' => [ + 'label' => 'Persempit menu', + ], + + 'expand' => [ + 'label' => 'Perluas menu', + ], + + ], + + 'theme_switcher' => [ + + 'dark' => [ + 'label' => 'Mode Gelap', + ], + + 'light' => [ + 'label' => 'Mode Terang', + ], + + 'system' => [ + 'label' => 'Sesuai tema perangkat', + ], + + ], + + ], + + 'avatar' => [ + 'alt' => 'Avatar :name', + ], + + 'logo' => [ + 'alt' => 'Logo :name', + ], + +]; diff --git a/lang/vendor/filament-panels/id/pages/auth/edit-profile.php b/lang/vendor/filament-panels/id/pages/auth/edit-profile.php new file mode 100644 index 00000000..50bea6cb --- /dev/null +++ b/lang/vendor/filament-panels/id/pages/auth/edit-profile.php @@ -0,0 +1,51 @@ + 'Profil', + + 'form' => [ + + 'email' => [ + 'label' => 'Alamat email', + ], + + 'name' => [ + 'label' => 'Nama', + ], + + 'password' => [ + 'label' => 'Kata sandi baru', + ], + + 'password_confirmation' => [ + 'label' => 'Konfirmasi kata sandi baru', + ], + + 'actions' => [ + + 'save' => [ + 'label' => 'Simpan', + ], + + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'Disimpan', + ], + + ], + + 'actions' => [ + + 'cancel' => [ + 'label' => 'Kembali', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/id/pages/auth/email-verification/email-verification-prompt.php b/lang/vendor/filament-panels/id/pages/auth/email-verification/email-verification-prompt.php new file mode 100644 index 00000000..e5a05c16 --- /dev/null +++ b/lang/vendor/filament-panels/id/pages/auth/email-verification/email-verification-prompt.php @@ -0,0 +1,35 @@ + 'Verifikasi alamat email Anda', + + 'heading' => 'Verifikasi alamat email Anda', + + 'actions' => [ + + 'resend_notification' => [ + 'label' => 'Kirim ulang', + ], + + ], + + 'messages' => [ + 'notification_not_received' => 'Belum menerima email?', + 'notification_sent' => 'Kami telah mengirimkan email ke :email yang berisikan instruksi cara verifikasi alamat email Anda.', + ], + + 'notifications' => [ + + 'notification_resent' => [ + 'title' => 'Email telah dikirim ulang.', + ], + + 'notification_resend_throttled' => [ + 'title' => 'Terlalu banyak permintaan', + 'body' => 'Silakan coba lagi dalam :seconds detik.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/id/pages/auth/login.php b/lang/vendor/filament-panels/id/pages/auth/login.php new file mode 100644 index 00000000..d804f41a --- /dev/null +++ b/lang/vendor/filament-panels/id/pages/auth/login.php @@ -0,0 +1,61 @@ + 'Masuk', + + 'heading' => 'Masuk ke akun Anda', + + 'actions' => [ + + 'register' => [ + 'before' => 'atau', + 'label' => 'buat akun baru', + ], + + 'request_password_reset' => [ + 'label' => 'Lupa kata sandi?', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'Alamat email', + ], + + 'password' => [ + 'label' => 'Kata sandi', + ], + + 'remember' => [ + 'label' => 'Ingat saya', + ], + + 'actions' => [ + + 'authenticate' => [ + 'label' => 'Masuk', + ], + + ], + + ], + + 'messages' => [ + + 'failed' => 'Kredensial yang diberikan tidak dapat ditemukan.', + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Terlalu banyak permintaan', + 'body' => 'Silakan coba lagi dalam :seconds detik.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/id/pages/auth/password-reset/request-password-reset.php b/lang/vendor/filament-panels/id/pages/auth/password-reset/request-password-reset.php new file mode 100644 index 00000000..7d77e7ab --- /dev/null +++ b/lang/vendor/filament-panels/id/pages/auth/password-reset/request-password-reset.php @@ -0,0 +1,46 @@ + 'Atur ulang kata sandi', + + 'heading' => 'Lupa kata sandi?', + + 'actions' => [ + + 'login' => [ + 'label' => 'Kembali ke halaman masuk', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'Alamat email', + ], + + 'actions' => [ + + 'request' => [ + 'label' => 'Kirim email', + ], + + ], + + ], + + 'notifications' => [ + + 'sent' => [ + 'body' => 'Jika akun Anda tidak ada, Anda tidak akan menerima email.', + ], + + 'throttled' => [ + 'title' => 'Terlalu banyak permintaan', + 'body' => 'Silakan coba lagi dalam :seconds detik.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/id/pages/auth/password-reset/reset-password.php b/lang/vendor/filament-panels/id/pages/auth/password-reset/reset-password.php new file mode 100644 index 00000000..8096d17b --- /dev/null +++ b/lang/vendor/filament-panels/id/pages/auth/password-reset/reset-password.php @@ -0,0 +1,43 @@ + 'Atur ulang kata sandi', + + 'heading' => 'Atur ulang kata sandi', + + 'form' => [ + + 'email' => [ + 'label' => 'Alamat email', + ], + + 'password' => [ + 'label' => 'Kata sandi baru', + 'validation_attribute' => 'kata sandi', + ], + + 'password_confirmation' => [ + 'label' => 'Konfirmasi kata sandi baru', + ], + + 'actions' => [ + + 'reset' => [ + 'label' => 'Atur ulang kata sandi', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Terlalu banyak permintaan', + 'body' => 'Silakan coba lagi dalam :seconds detik.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/id/pages/auth/register.php b/lang/vendor/filament-panels/id/pages/auth/register.php new file mode 100644 index 00000000..fd5fc084 --- /dev/null +++ b/lang/vendor/filament-panels/id/pages/auth/register.php @@ -0,0 +1,56 @@ + 'Daftar', + + 'heading' => 'Buat akun', + + 'actions' => [ + + 'login' => [ + 'before' => 'atau', + 'label' => 'masuk ke akun yang sudah ada', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'Alamat email', + ], + + 'name' => [ + 'label' => 'Nama', + ], + + 'password' => [ + 'label' => 'Kata sandi', + 'validation_attribute' => 'password', + ], + + 'password_confirmation' => [ + 'label' => 'Konfirmasi kata sandi', + ], + + 'actions' => [ + + 'register' => [ + 'label' => 'Buat akun', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Terlalu banyak permintaan', + 'body' => 'Silakan coba lagi dalam :seconds detik.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/id/pages/dashboard.php b/lang/vendor/filament-panels/id/pages/dashboard.php new file mode 100644 index 00000000..b4413122 --- /dev/null +++ b/lang/vendor/filament-panels/id/pages/dashboard.php @@ -0,0 +1,33 @@ + 'Dasbor', + + 'actions' => [ + + 'filter' => [ + + 'label' => 'Filter', + + 'modal' => [ + + 'heading' => 'Filter', + + 'actions' => [ + + 'apply' => [ + + 'label' => 'Terapkan', + + ], + + ], + + ], + + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/id/pages/tenancy/edit-tenant-profile.php b/lang/vendor/filament-panels/id/pages/tenancy/edit-tenant-profile.php new file mode 100644 index 00000000..ec31897e --- /dev/null +++ b/lang/vendor/filament-panels/id/pages/tenancy/edit-tenant-profile.php @@ -0,0 +1,25 @@ + [ + + 'actions' => [ + + 'save' => [ + 'label' => 'Simpan', + ], + + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'Disimpan', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/id/resources/pages/create-record.php b/lang/vendor/filament-panels/id/resources/pages/create-record.php new file mode 100644 index 00000000..9e1d6e58 --- /dev/null +++ b/lang/vendor/filament-panels/id/resources/pages/create-record.php @@ -0,0 +1,37 @@ + 'Buat :label', + + 'breadcrumb' => 'Buat', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => 'Batal', + ], + + 'create' => [ + 'label' => 'Buat', + ], + + 'create_another' => [ + 'label' => 'Buat & buat lainnya', + ], + + ], + + ], + + 'notifications' => [ + + 'created' => [ + 'title' => 'Data berhasil dibuat', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/id/resources/pages/edit-record.php b/lang/vendor/filament-panels/id/resources/pages/edit-record.php new file mode 100644 index 00000000..a04da933 --- /dev/null +++ b/lang/vendor/filament-panels/id/resources/pages/edit-record.php @@ -0,0 +1,41 @@ + 'Ubah :label', + + 'breadcrumb' => 'Ubah', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => 'Batal', + ], + + 'save' => [ + 'label' => 'Simpan', + ], + + ], + + ], + + 'content' => [ + + 'tab' => [ + 'label' => 'Ubah', + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'Data berhasil disimpan', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/id/resources/pages/list-records.php b/lang/vendor/filament-panels/id/resources/pages/list-records.php new file mode 100644 index 00000000..85aa2839 --- /dev/null +++ b/lang/vendor/filament-panels/id/resources/pages/list-records.php @@ -0,0 +1,7 @@ + 'Daftar', + +]; diff --git a/lang/vendor/filament-panels/id/resources/pages/view-record.php b/lang/vendor/filament-panels/id/resources/pages/view-record.php new file mode 100644 index 00000000..372b7d4a --- /dev/null +++ b/lang/vendor/filament-panels/id/resources/pages/view-record.php @@ -0,0 +1,17 @@ + 'Lihat :label', + + 'breadcrumb' => 'Lihat', + + 'content' => [ + + 'tab' => [ + 'label' => 'Lihat', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/id/unsaved-changes-alert.php b/lang/vendor/filament-panels/id/unsaved-changes-alert.php new file mode 100644 index 00000000..9b64dd72 --- /dev/null +++ b/lang/vendor/filament-panels/id/unsaved-changes-alert.php @@ -0,0 +1,7 @@ + 'Anda memiliki perubahan yang belum disimpan. Apakah Anda yakin ingin meninggalkan halaman ini?', + +]; diff --git a/lang/vendor/filament-panels/id/widgets/account-widget.php b/lang/vendor/filament-panels/id/widgets/account-widget.php new file mode 100644 index 00000000..02dc2d5a --- /dev/null +++ b/lang/vendor/filament-panels/id/widgets/account-widget.php @@ -0,0 +1,15 @@ + [ + + 'logout' => [ + 'label' => 'Keluar', + ], + + ], + + 'welcome' => 'Selamat Datang', + +]; diff --git a/lang/vendor/filament-panels/id/widgets/filament-info-widget.php b/lang/vendor/filament-panels/id/widgets/filament-info-widget.php new file mode 100644 index 00000000..85d41319 --- /dev/null +++ b/lang/vendor/filament-panels/id/widgets/filament-info-widget.php @@ -0,0 +1,17 @@ + [ + + 'open_documentation' => [ + 'label' => 'Dokumentasi', + ], + + 'open_github' => [ + 'label' => 'GitHub', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/it/global-search.php b/lang/vendor/filament-panels/it/global-search.php new file mode 100644 index 00000000..4c17fcfc --- /dev/null +++ b/lang/vendor/filament-panels/it/global-search.php @@ -0,0 +1,12 @@ + [ + 'label' => 'Ricerca globale', + 'placeholder' => 'Ricerca', + ], + + 'no_results_message' => 'Nessun risultato trovato per la ricerca.', + +]; diff --git a/lang/vendor/filament-panels/it/layout.php b/lang/vendor/filament-panels/it/layout.php new file mode 100644 index 00000000..9b54490a --- /dev/null +++ b/lang/vendor/filament-panels/it/layout.php @@ -0,0 +1,63 @@ + 'ltr', + + 'actions' => [ + + 'billing' => [ + 'label' => 'Gestisci abbonamento', + ], + + 'logout' => [ + 'label' => 'Disconnetti', + ], + + 'open_database_notifications' => [ + 'label' => 'Apri notifiche', + ], + + 'open_user_menu' => [ + 'label' => 'Menu utente', + ], + + 'sidebar' => [ + + 'collapse' => [ + 'label' => 'Comprimi sidebar', + ], + + 'expand' => [ + 'label' => 'Espandi sidebar', + ], + + ], + + 'theme_switcher' => [ + + 'dark' => [ + 'label' => 'Attiva tema scuro', + ], + + 'light' => [ + 'label' => 'Attiva tema chiaro', + ], + + 'system' => [ + 'label' => 'Attiva tema di sistema', + ], + + ], + + ], + + 'avatar' => [ + 'alt' => 'Avatar di :name', + ], + + 'logo' => [ + 'alt' => 'Logo di :name', + ], + +]; diff --git a/lang/vendor/filament-panels/it/pages/auth/edit-profile.php b/lang/vendor/filament-panels/it/pages/auth/edit-profile.php new file mode 100644 index 00000000..484cf68a --- /dev/null +++ b/lang/vendor/filament-panels/it/pages/auth/edit-profile.php @@ -0,0 +1,51 @@ + 'Profilo', + + 'form' => [ + + 'email' => [ + 'label' => 'Email', + ], + + 'name' => [ + 'label' => 'Nome', + ], + + 'password' => [ + 'label' => 'Nuova password', + ], + + 'password_confirmation' => [ + 'label' => 'Conferma nuova password', + ], + + 'actions' => [ + + 'save' => [ + 'label' => 'Salva modifiche', + ], + + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'Salvato', + ], + + ], + + 'actions' => [ + + 'cancel' => [ + 'label' => 'Indietro', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/it/pages/auth/email-verification/email-verification-prompt.php b/lang/vendor/filament-panels/it/pages/auth/email-verification/email-verification-prompt.php new file mode 100644 index 00000000..218d11bd --- /dev/null +++ b/lang/vendor/filament-panels/it/pages/auth/email-verification/email-verification-prompt.php @@ -0,0 +1,35 @@ + 'Verifica il tuo indirizzo email', + + 'heading' => 'Verifica il tuo indirizzo email', + + 'actions' => [ + + 'resend_notification' => [ + 'label' => 'Invia nuovamente', + ], + + ], + + 'messages' => [ + 'notification_not_received' => 'Non hai ricevuto la mail?', + 'notification_sent' => 'Abbiamo inviato una mail a :email contenente le istruzioni su come verificare il tuo indirizzo email.', + ], + + 'notifications' => [ + + 'notification_resent' => [ + 'title' => 'Abbiamo inviato nuovamente la mail.', + ], + + 'notification_resend_throttled' => [ + 'title' => 'Troppi tentativi di invio', + 'body' => 'Riprova tra :seconds secondi.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/it/pages/auth/login.php b/lang/vendor/filament-panels/it/pages/auth/login.php new file mode 100644 index 00000000..2cff3789 --- /dev/null +++ b/lang/vendor/filament-panels/it/pages/auth/login.php @@ -0,0 +1,61 @@ + 'Accesso', + + 'heading' => 'Accedi', + + 'actions' => [ + + 'register' => [ + 'before' => 'o', + 'label' => 'crea un account', + ], + + 'request_password_reset' => [ + 'label' => 'Hai smarrito la password?', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'Email', + ], + + 'password' => [ + 'label' => 'Password', + ], + + 'remember' => [ + 'label' => 'Ricordami', + ], + + 'actions' => [ + + 'authenticate' => [ + 'label' => 'Accedi', + ], + + ], + + ], + + 'messages' => [ + + 'failed' => 'I dati di accesso non sono corretti.', + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Troppi tentativi di accesso', + 'body' => 'Riprova tra :seconds secondi.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/it/pages/auth/password-reset/request-password-reset.php b/lang/vendor/filament-panels/it/pages/auth/password-reset/request-password-reset.php new file mode 100644 index 00000000..0b819a2c --- /dev/null +++ b/lang/vendor/filament-panels/it/pages/auth/password-reset/request-password-reset.php @@ -0,0 +1,42 @@ + 'Reimposta la tua password', + + 'heading' => 'Hai smarrito la password?', + + 'actions' => [ + + 'login' => [ + 'label' => 'torna al login', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'Email', + ], + + 'actions' => [ + + 'request' => [ + 'label' => 'Invia email', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Troppe richieste', + 'body' => 'Riprova tra :seconds secondi.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/it/pages/auth/password-reset/reset-password.php b/lang/vendor/filament-panels/it/pages/auth/password-reset/reset-password.php new file mode 100644 index 00000000..97c383f2 --- /dev/null +++ b/lang/vendor/filament-panels/it/pages/auth/password-reset/reset-password.php @@ -0,0 +1,43 @@ + 'Reimposta la tua password', + + 'heading' => 'Reimposta la tua password', + + 'form' => [ + + 'email' => [ + 'label' => 'Email', + ], + + 'password' => [ + 'label' => 'Password', + 'validation_attribute' => 'password', + ], + + 'password_confirmation' => [ + 'label' => 'Conferma password', + ], + + 'actions' => [ + + 'reset' => [ + 'label' => 'Reimposta password', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Troppi tentativi di reimpostazione', + 'body' => 'Riprova tra :seconds secondi.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/it/pages/auth/register.php b/lang/vendor/filament-panels/it/pages/auth/register.php new file mode 100644 index 00000000..c9530f30 --- /dev/null +++ b/lang/vendor/filament-panels/it/pages/auth/register.php @@ -0,0 +1,56 @@ + 'Registrazione', + + 'heading' => 'Registrati', + + 'actions' => [ + + 'login' => [ + 'before' => 'o', + 'label' => 'accedi al tuo account', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'Email', + ], + + 'name' => [ + 'label' => 'Nome', + ], + + 'password' => [ + 'label' => 'Password', + 'validation_attribute' => 'password', + ], + + 'password_confirmation' => [ + 'label' => 'Conferma password', + ], + + 'actions' => [ + + 'register' => [ + 'label' => 'Registrati', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Troppi tentativi di registrazione', + 'body' => 'Riprova tra :seconds secondi.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/it/pages/dashboard.php b/lang/vendor/filament-panels/it/pages/dashboard.php new file mode 100644 index 00000000..ffb63155 --- /dev/null +++ b/lang/vendor/filament-panels/it/pages/dashboard.php @@ -0,0 +1,33 @@ + 'Dashboard', + + 'actions' => [ + + 'filter' => [ + + 'label' => 'Filtro', + + 'modal' => [ + + 'heading' => 'Filtro', + + 'actions' => [ + + 'apply' => [ + + 'label' => 'Applica', + + ], + + ], + + ], + + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/it/pages/tenancy/edit-tenant-profile.php b/lang/vendor/filament-panels/it/pages/tenancy/edit-tenant-profile.php new file mode 100644 index 00000000..1b2b01b0 --- /dev/null +++ b/lang/vendor/filament-panels/it/pages/tenancy/edit-tenant-profile.php @@ -0,0 +1,25 @@ + [ + + 'actions' => [ + + 'save' => [ + 'label' => 'Salva modifiche', + ], + + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'Salvato', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/it/resources/pages/create-record.php b/lang/vendor/filament-panels/it/resources/pages/create-record.php new file mode 100644 index 00000000..ac0c1991 --- /dev/null +++ b/lang/vendor/filament-panels/it/resources/pages/create-record.php @@ -0,0 +1,37 @@ + 'Nuovo :label', + + 'breadcrumb' => 'Nuovo', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => 'Annulla', + ], + + 'create' => [ + 'label' => 'Salva', + ], + + 'create_another' => [ + 'label' => 'Salva & nuovo', + ], + + ], + + ], + + 'notifications' => [ + + 'created' => [ + 'title' => 'Salvato', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/it/resources/pages/edit-record.php b/lang/vendor/filament-panels/it/resources/pages/edit-record.php new file mode 100644 index 00000000..582a6fc7 --- /dev/null +++ b/lang/vendor/filament-panels/it/resources/pages/edit-record.php @@ -0,0 +1,41 @@ + 'Modifica :label', + + 'breadcrumb' => 'Modifica', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => 'Annulla', + ], + + 'save' => [ + 'label' => 'Salva', + ], + + ], + + ], + + 'content' => [ + + 'tab' => [ + 'label' => 'Modifica', + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'Salvato', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/it/resources/pages/list-records.php b/lang/vendor/filament-panels/it/resources/pages/list-records.php new file mode 100644 index 00000000..3af06606 --- /dev/null +++ b/lang/vendor/filament-panels/it/resources/pages/list-records.php @@ -0,0 +1,7 @@ + 'Lista', + +]; diff --git a/lang/vendor/filament-panels/it/resources/pages/view-record.php b/lang/vendor/filament-panels/it/resources/pages/view-record.php new file mode 100644 index 00000000..5a210279 --- /dev/null +++ b/lang/vendor/filament-panels/it/resources/pages/view-record.php @@ -0,0 +1,17 @@ + 'Visualizza :label', + + 'breadcrumb' => 'Visualizza', + + 'content' => [ + + 'tab' => [ + 'label' => 'Visualizza', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/it/unsaved-changes-alert.php b/lang/vendor/filament-panels/it/unsaved-changes-alert.php new file mode 100644 index 00000000..49560860 --- /dev/null +++ b/lang/vendor/filament-panels/it/unsaved-changes-alert.php @@ -0,0 +1,7 @@ + 'Hai delle modifiche non salvate. Vuoi davvero uscire da questa pagina?', + +]; diff --git a/lang/vendor/filament-panels/it/widgets/account-widget.php b/lang/vendor/filament-panels/it/widgets/account-widget.php new file mode 100644 index 00000000..2ab5ae34 --- /dev/null +++ b/lang/vendor/filament-panels/it/widgets/account-widget.php @@ -0,0 +1,15 @@ + [ + + 'logout' => [ + 'label' => 'Disconnetti', + ], + + ], + + 'welcome' => 'Benvenuto', + +]; diff --git a/lang/vendor/filament-panels/it/widgets/filament-info-widget.php b/lang/vendor/filament-panels/it/widgets/filament-info-widget.php new file mode 100644 index 00000000..9e48cca2 --- /dev/null +++ b/lang/vendor/filament-panels/it/widgets/filament-info-widget.php @@ -0,0 +1,17 @@ + [ + + 'open_documentation' => [ + 'label' => 'Documentazione', + ], + + 'open_github' => [ + 'label' => 'GitHub', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ja/global-search.php b/lang/vendor/filament-panels/ja/global-search.php new file mode 100644 index 00000000..25bb9058 --- /dev/null +++ b/lang/vendor/filament-panels/ja/global-search.php @@ -0,0 +1,12 @@ + [ + 'label' => 'グローバル検索', + 'placeholder' => '検索', + ], + + 'no_results_message' => '検索結果が見つかりませんでした。', + +]; diff --git a/lang/vendor/filament-panels/ja/layout.php b/lang/vendor/filament-panels/ja/layout.php new file mode 100644 index 00000000..a8559450 --- /dev/null +++ b/lang/vendor/filament-panels/ja/layout.php @@ -0,0 +1,63 @@ + 'ltr', + + 'actions' => [ + + 'billing' => [ + 'label' => 'サブスクリプションを管理', + ], + + 'logout' => [ + 'label' => 'ログアウト', + ], + + 'open_database_notifications' => [ + 'label' => 'お知らせを確認', + ], + + 'open_user_menu' => [ + 'label' => 'ユーザーメニュー', + ], + + 'sidebar' => [ + + 'collapse' => [ + 'label' => 'サイドバーを折り畳む', + ], + + 'expand' => [ + 'label' => 'サイドバーを展開する', + ], + + ], + + 'theme_switcher' => [ + + 'dark' => [ + 'label' => 'ダークモードに切り替える', + ], + + 'light' => [ + 'label' => 'ライトモードに切り替える', + ], + + 'system' => [ + 'label' => 'システムテーマを有効にする', + ], + + ], + + ], + + 'avatar' => [ + 'alt' => ':nameのアバター', + ], + + 'logo' => [ + 'alt' => ':nameロゴ', + ], + +]; diff --git a/lang/vendor/filament-panels/ja/pages/auth/edit-profile.php b/lang/vendor/filament-panels/ja/pages/auth/edit-profile.php new file mode 100644 index 00000000..e8c1b322 --- /dev/null +++ b/lang/vendor/filament-panels/ja/pages/auth/edit-profile.php @@ -0,0 +1,51 @@ + 'プロフィール', + + 'form' => [ + + 'email' => [ + 'label' => 'メールアドレス', + ], + + 'name' => [ + 'label' => '名前', + ], + + 'password' => [ + 'label' => '新しいパスワード', + ], + + 'password_confirmation' => [ + 'label' => '新しいパスワードの確認', + ], + + 'actions' => [ + + 'save' => [ + 'label' => '変更を保存', + ], + + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => '保存しました', + ], + + ], + + 'actions' => [ + + 'cancel' => [ + 'label' => 'キャンセル', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ja/pages/auth/email-verification/email-verification-prompt.php b/lang/vendor/filament-panels/ja/pages/auth/email-verification/email-verification-prompt.php new file mode 100644 index 00000000..013db7ab --- /dev/null +++ b/lang/vendor/filament-panels/ja/pages/auth/email-verification/email-verification-prompt.php @@ -0,0 +1,35 @@ + 'メールアドレスの確認', + + 'heading' => 'メールアドレスの確認', + + 'actions' => [ + + 'resend_notification' => [ + 'label' => '再送する', + ], + + ], + + 'messages' => [ + 'notification_not_received' => 'お送りしたメールが届いていませんか?', + 'notification_sent' => 'メールアドレスの確認方法を記載したメールを :email へ送信しました。', + ], + + 'notifications' => [ + + 'notification_resent' => [ + 'title' => 'メールを再送しました。', + ], + + 'notification_resend_throttled' => [ + 'title' => '再送が多すぎます', + 'body' => ':seconds 秒後に再試行してください。', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ja/pages/auth/login.php b/lang/vendor/filament-panels/ja/pages/auth/login.php new file mode 100644 index 00000000..a06dfec7 --- /dev/null +++ b/lang/vendor/filament-panels/ja/pages/auth/login.php @@ -0,0 +1,61 @@ + 'ログイン', + + 'heading' => 'アカウントにログイン', + + 'actions' => [ + + 'register' => [ + 'before' => 'または', + 'label' => 'アカウントを登録', + ], + + 'request_password_reset' => [ + 'label' => 'パスワードをお忘れですか?', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'メールアドレス', + ], + + 'password' => [ + 'label' => 'パスワード', + ], + + 'remember' => [ + 'label' => 'ログインしたままにする', + ], + + 'actions' => [ + + 'authenticate' => [ + 'label' => 'ログイン', + ], + + ], + + ], + + 'messages' => [ + + 'failed' => '認証に失敗しました。', + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'ログインの試行回数が多すぎます', + 'body' => ':seconds 秒後に再試行してください。', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ja/pages/auth/password-reset/request-password-reset.php b/lang/vendor/filament-panels/ja/pages/auth/password-reset/request-password-reset.php new file mode 100644 index 00000000..11f44ad2 --- /dev/null +++ b/lang/vendor/filament-panels/ja/pages/auth/password-reset/request-password-reset.php @@ -0,0 +1,42 @@ + 'パスワードリセット', + + 'heading' => 'パスワードをお忘れですか?', + + 'actions' => [ + + 'login' => [ + 'label' => 'ログインへ戻る', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'メールアドレス', + ], + + 'actions' => [ + + 'request' => [ + 'label' => 'メールを送信', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'リクエストが多すぎます', + 'body' => ':seconds 秒後に再試行してください。', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ja/pages/auth/password-reset/reset-password.php b/lang/vendor/filament-panels/ja/pages/auth/password-reset/reset-password.php new file mode 100644 index 00000000..fdcf93dc --- /dev/null +++ b/lang/vendor/filament-panels/ja/pages/auth/password-reset/reset-password.php @@ -0,0 +1,43 @@ + 'パスワードリセット', + + 'heading' => 'パスワードをリセット', + + 'form' => [ + + 'email' => [ + 'label' => 'メールアドレス', + ], + + 'password' => [ + 'label' => 'パスワード', + 'validation_attribute' => 'password', + ], + + 'password_confirmation' => [ + 'label' => 'パスワードの確認', + ], + + 'actions' => [ + + 'reset' => [ + 'label' => 'パスワードをリセット', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'リセットの試行回数が多すぎます', + 'body' => ':seconds 秒後に再試行してください。', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ja/pages/auth/register.php b/lang/vendor/filament-panels/ja/pages/auth/register.php new file mode 100644 index 00000000..8b1fee74 --- /dev/null +++ b/lang/vendor/filament-panels/ja/pages/auth/register.php @@ -0,0 +1,56 @@ + 'アカウント登録', + + 'heading' => 'アカウントを登録', + + 'actions' => [ + + 'login' => [ + 'before' => 'または', + 'label' => 'アカウントにログイン', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'メールアドレス', + ], + + 'name' => [ + 'label' => '名前', + ], + + 'password' => [ + 'label' => 'パスワード', + 'validation_attribute' => 'password', + ], + + 'password_confirmation' => [ + 'label' => 'パスワードの確認', + ], + + 'actions' => [ + + 'register' => [ + 'label' => '登録', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => '登録の試行回数が多すぎます', + 'body' => ':seconds 秒後に再試行してください。', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ja/pages/dashboard.php b/lang/vendor/filament-panels/ja/pages/dashboard.php new file mode 100644 index 00000000..c5facf86 --- /dev/null +++ b/lang/vendor/filament-panels/ja/pages/dashboard.php @@ -0,0 +1,33 @@ + 'ダッシュボード', + + 'actions' => [ + + 'filter' => [ + + 'label' => 'フィルタ', + + 'modal' => [ + + 'heading' => 'フィルタ', + + 'actions' => [ + + 'apply' => [ + + 'label' => '適用', + + ], + + ], + + ], + + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ja/pages/tenancy/edit-tenant-profile.php b/lang/vendor/filament-panels/ja/pages/tenancy/edit-tenant-profile.php new file mode 100644 index 00000000..c5548d5e --- /dev/null +++ b/lang/vendor/filament-panels/ja/pages/tenancy/edit-tenant-profile.php @@ -0,0 +1,25 @@ + [ + + 'actions' => [ + + 'save' => [ + 'label' => '変更を保存', + ], + + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => '保存しました', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ja/resources/pages/create-record.php b/lang/vendor/filament-panels/ja/resources/pages/create-record.php new file mode 100644 index 00000000..1ba1590a --- /dev/null +++ b/lang/vendor/filament-panels/ja/resources/pages/create-record.php @@ -0,0 +1,37 @@ + ':label 作成', + + 'breadcrumb' => '作成', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => 'キャンセル', + ], + + 'create' => [ + 'label' => '作成', + ], + + 'create_another' => [ + 'label' => '保存して、続けて作成', + ], + + ], + + ], + + 'notifications' => [ + + 'created' => [ + 'title' => '作成しました', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ja/resources/pages/edit-record.php b/lang/vendor/filament-panels/ja/resources/pages/edit-record.php new file mode 100644 index 00000000..5b5e4d01 --- /dev/null +++ b/lang/vendor/filament-panels/ja/resources/pages/edit-record.php @@ -0,0 +1,41 @@ + ':label 編集', + + 'breadcrumb' => '編集', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => 'キャンセル', + ], + + 'save' => [ + 'label' => '保存', + ], + + ], + + ], + + 'content' => [ + + 'tab' => [ + 'label' => '編集', + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => '保存しました', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ja/resources/pages/list-records.php b/lang/vendor/filament-panels/ja/resources/pages/list-records.php new file mode 100644 index 00000000..39a7736a --- /dev/null +++ b/lang/vendor/filament-panels/ja/resources/pages/list-records.php @@ -0,0 +1,7 @@ + '一覧', + +]; diff --git a/lang/vendor/filament-panels/ja/resources/pages/view-record.php b/lang/vendor/filament-panels/ja/resources/pages/view-record.php new file mode 100644 index 00000000..de14c57b --- /dev/null +++ b/lang/vendor/filament-panels/ja/resources/pages/view-record.php @@ -0,0 +1,17 @@ + ':label 詳細', + + 'breadcrumb' => '詳細', + + 'content' => [ + + 'tab' => [ + 'label' => '詳細', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ja/unsaved-changes-alert.php b/lang/vendor/filament-panels/ja/unsaved-changes-alert.php new file mode 100644 index 00000000..07ca0f0c --- /dev/null +++ b/lang/vendor/filament-panels/ja/unsaved-changes-alert.php @@ -0,0 +1,7 @@ + '未保存の変更があります。このページを離れてもよろしいですか?', + +]; diff --git a/lang/vendor/filament-panels/ja/widgets/account-widget.php b/lang/vendor/filament-panels/ja/widgets/account-widget.php new file mode 100644 index 00000000..c7fbe003 --- /dev/null +++ b/lang/vendor/filament-panels/ja/widgets/account-widget.php @@ -0,0 +1,15 @@ + [ + + 'logout' => [ + 'label' => 'ログアウト', + ], + + ], + + 'welcome' => 'ようこそ', + +]; diff --git a/lang/vendor/filament-panels/ja/widgets/filament-info-widget.php b/lang/vendor/filament-panels/ja/widgets/filament-info-widget.php new file mode 100644 index 00000000..f45d2683 --- /dev/null +++ b/lang/vendor/filament-panels/ja/widgets/filament-info-widget.php @@ -0,0 +1,17 @@ + [ + + 'open_documentation' => [ + 'label' => 'ドキュメント', + ], + + 'open_github' => [ + 'label' => 'GitHub', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ka/global-search.php b/lang/vendor/filament-panels/ka/global-search.php new file mode 100644 index 00000000..dfe842cd --- /dev/null +++ b/lang/vendor/filament-panels/ka/global-search.php @@ -0,0 +1,12 @@ + [ + 'label' => 'გლობალური ძიება', + 'placeholder' => 'ძიება', + ], + + 'no_results_message' => 'შედეგები ვერ მოიძებნა.', + +]; diff --git a/lang/vendor/filament-panels/ka/layout.php b/lang/vendor/filament-panels/ka/layout.php new file mode 100644 index 00000000..3208c5bd --- /dev/null +++ b/lang/vendor/filament-panels/ka/layout.php @@ -0,0 +1,63 @@ + 'ltr', + + 'actions' => [ + + 'billing' => [ + 'label' => 'გამოწერის მართვა', + ], + + 'logout' => [ + 'label' => 'გასვლა', + ], + + 'open_database_notifications' => [ + 'label' => 'გახსენი შეტყობინებები', + ], + + 'open_user_menu' => [ + 'label' => 'მომხმარებლის მენიუ', + ], + + 'sidebar' => [ + + 'collapse' => [ + 'label' => 'გვერდითი პანელის შეკუმშვა', + ], + + 'expand' => [ + 'label' => 'გვერდითი პანელის გახსნა', + ], + + ], + + 'theme_switcher' => [ + + 'dark' => [ + 'label' => 'მუქი თემის ჩართვა', + ], + + 'light' => [ + 'label' => 'ნათელი თემის ჩართვა', + ], + + 'system' => [ + 'label' => 'სისტემის თემის ჩართვა', + ], + + ], + + ], + + 'avatar' => [ + 'alt' => ':name-ის ავატარი', + ], + + 'logo' => [ + 'alt' => ':name-ის ლოგო', + ], + +]; diff --git a/lang/vendor/filament-panels/ka/pages/auth/edit-profile.php b/lang/vendor/filament-panels/ka/pages/auth/edit-profile.php new file mode 100644 index 00000000..7d03181c --- /dev/null +++ b/lang/vendor/filament-panels/ka/pages/auth/edit-profile.php @@ -0,0 +1,51 @@ + 'პროფილი', + + 'form' => [ + + 'email' => [ + 'label' => 'ელფოსტის მისამართი', + ], + + 'name' => [ + 'label' => 'სახელი', + ], + + 'password' => [ + 'label' => 'ახალი პაროლი', + ], + + 'password_confirmation' => [ + 'label' => 'დაადასტურეთ ახალი პაროლი', + ], + + 'actions' => [ + + 'save' => [ + 'label' => 'ცვლილებების შენახვა', + ], + + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'შენახულია', + ], + + ], + + 'actions' => [ + + 'cancel' => [ + 'label' => 'გაუქმება', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ka/pages/auth/email-verification/email-verification-prompt.php b/lang/vendor/filament-panels/ka/pages/auth/email-verification/email-verification-prompt.php new file mode 100644 index 00000000..99f519f1 --- /dev/null +++ b/lang/vendor/filament-panels/ka/pages/auth/email-verification/email-verification-prompt.php @@ -0,0 +1,35 @@ + 'დაადასტურეთ თქვენი ელფოსტა', + + 'heading' => 'დაადასტურეთ თქვენი ელფოსტა', + + 'actions' => [ + + 'resend_notification' => [ + 'label' => 'ხელახლა გაგზავნა', + ], + + ], + + 'messages' => [ + 'notification_not_received' => 'არ მიგიღიათ ჩვენ მიერ გამოგზავნილი ელფოსტა?', + 'notification_sent' => 'ჩვენ გამოვაგზავნეთ ელფოსტა მისამართზე :email, რომელშიც აღწერილია ელფოსტის ვერიფიცირების ინსტრუქცია.', + ], + + 'notifications' => [ + + 'notification_resent' => [ + 'title' => 'ჩვენ ხელახლა გავგზავნეთ ელფოსტა.', + ], + + 'notification_resend_throttled' => [ + 'title' => 'ზედმეტად ბევრი ხელახლა გაგზავნის მცდელობა', + 'body' => 'გთხოვთ სცადეთ კიდევ :seconds წამში.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ka/pages/auth/login.php b/lang/vendor/filament-panels/ka/pages/auth/login.php new file mode 100644 index 00000000..c8a51f09 --- /dev/null +++ b/lang/vendor/filament-panels/ka/pages/auth/login.php @@ -0,0 +1,61 @@ + 'ავტორიზაცია', + + 'heading' => 'ავტორიზაცია', + + 'actions' => [ + + 'register' => [ + 'before' => 'ან', + 'label' => 'დარეგისტრირდით ანგარიშისთვის', + ], + + 'request_password_reset' => [ + 'label' => 'დაგავიწყდა პაროლი?', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'ელფოსტის მისამართი', + ], + + 'password' => [ + 'label' => 'პაროლი', + ], + + 'remember' => [ + 'label' => 'დამიმახსოვრე', + ], + + 'actions' => [ + + 'authenticate' => [ + 'label' => 'ავტორიზაცია', + ], + + ], + + ], + + 'messages' => [ + + 'failed' => 'ეს მონაცემები არ ემთხვევა ჩვენს ჩანაწერებს.', + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'ზედმეტად ბევრი შესვლის მცდელობა', + 'body' => 'გთხოვთ, სცადეთ ხელახლა :seconds წამში.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ka/pages/auth/password-reset/request-password-reset.php b/lang/vendor/filament-panels/ka/pages/auth/password-reset/request-password-reset.php new file mode 100644 index 00000000..e958d601 --- /dev/null +++ b/lang/vendor/filament-panels/ka/pages/auth/password-reset/request-password-reset.php @@ -0,0 +1,42 @@ + 'პაროლის აღდგენა', + + 'heading' => 'დაგავიწყდა პაროლი?', + + 'actions' => [ + + 'login' => [ + 'label' => 'ავტორიზაციის გვერდზე გადასვლა', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'ელფოსტის მისამართი', + ], + + 'actions' => [ + + 'request' => [ + 'label' => 'გაგზავნეთ ელფოსტა', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'ზედმეტად ბევრი მოთხოვნა', + 'body' => 'გთხოვთ, სცადეთ ხელახლა :seconds წამში.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ka/pages/auth/password-reset/reset-password.php b/lang/vendor/filament-panels/ka/pages/auth/password-reset/reset-password.php new file mode 100644 index 00000000..582d5e7d --- /dev/null +++ b/lang/vendor/filament-panels/ka/pages/auth/password-reset/reset-password.php @@ -0,0 +1,43 @@ + 'პაროლის აღდგენა', + + 'heading' => 'პაროლის აღდგენა', + + 'form' => [ + + 'email' => [ + 'label' => 'ელფოსტა', + ], + + 'password' => [ + 'label' => 'პაროლი', + 'validation_attribute' => 'პაროლი', + ], + + 'password_confirmation' => [ + 'label' => 'დაადასტურეთ პაროლი', + ], + + 'actions' => [ + + 'reset' => [ + 'label' => 'პაროლის აღდგენა', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'ზედმეტად ბევრი აღდგენის მცდელობა', + 'body' => 'გთხოვთ, სცადეთ ხელახლა :seconds წამში.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ka/pages/auth/register.php b/lang/vendor/filament-panels/ka/pages/auth/register.php new file mode 100644 index 00000000..96a8d247 --- /dev/null +++ b/lang/vendor/filament-panels/ka/pages/auth/register.php @@ -0,0 +1,56 @@ + 'რეგისტრაცია', + + 'heading' => 'რეგისტრაცია', + + 'actions' => [ + + 'login' => [ + 'before' => 'ან', + 'label' => 'ავტორიზაცია თქვენს ანგარიშზე', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'ელფოსტის მისამართი', + ], + + 'name' => [ + 'label' => 'სახელი', + ], + + 'password' => [ + 'label' => 'პაროლი', + 'validation_attribute' => 'პაროლი', + ], + + 'password_confirmation' => [ + 'label' => 'დაადასტურეთ პაროლი', + ], + + 'actions' => [ + + 'register' => [ + 'label' => 'დარეგისტრირება', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'ზედმეტად ბევრი რეგისტრაციის მცდელობა', + 'body' => 'გთხოვთ, სცადეთ ხელახლა :seconds წამში.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ka/pages/dashboard.php b/lang/vendor/filament-panels/ka/pages/dashboard.php new file mode 100644 index 00000000..8eea0894 --- /dev/null +++ b/lang/vendor/filament-panels/ka/pages/dashboard.php @@ -0,0 +1,33 @@ + 'მიმოხილვა', + + 'actions' => [ + + 'filter' => [ + + 'label' => 'ფილტრი', + + 'modal' => [ + + 'heading' => 'ფილტრი', + + 'actions' => [ + + 'apply' => [ + + 'label' => 'შესრულება', + + ], + + ], + + ], + + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ka/pages/tenancy/edit-tenant-profile.php b/lang/vendor/filament-panels/ka/pages/tenancy/edit-tenant-profile.php new file mode 100644 index 00000000..04c18cf6 --- /dev/null +++ b/lang/vendor/filament-panels/ka/pages/tenancy/edit-tenant-profile.php @@ -0,0 +1,25 @@ + [ + + 'actions' => [ + + 'save' => [ + 'label' => 'ცვლილებების შენახვა', + ], + + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'შენახულია', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ka/resources/pages/create-record.php b/lang/vendor/filament-panels/ka/resources/pages/create-record.php new file mode 100644 index 00000000..b314b684 --- /dev/null +++ b/lang/vendor/filament-panels/ka/resources/pages/create-record.php @@ -0,0 +1,37 @@ + 'ქმნით :label', + + 'breadcrumb' => 'შექმნა', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => 'გაუქმება', + ], + + 'create' => [ + 'label' => 'შექმნა', + ], + + 'create_another' => [ + 'label' => 'შექმნა და ახლის შექმნა', + ], + + ], + + ], + + 'notifications' => [ + + 'created' => [ + 'title' => 'შექმნილია', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ka/resources/pages/edit-record.php b/lang/vendor/filament-panels/ka/resources/pages/edit-record.php new file mode 100644 index 00000000..69216b7b --- /dev/null +++ b/lang/vendor/filament-panels/ka/resources/pages/edit-record.php @@ -0,0 +1,41 @@ + 'არედაქტირებთ :label', + + 'breadcrumb' => 'რედაქტირება', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => 'გაუქმება', + ], + + 'save' => [ + 'label' => 'ცვლილებების შენახვა', + ], + + ], + + ], + + 'content' => [ + + 'tab' => [ + 'label' => 'რედაქტირება', + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'შენახულია', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ka/resources/pages/list-records.php b/lang/vendor/filament-panels/ka/resources/pages/list-records.php new file mode 100644 index 00000000..c640f97f --- /dev/null +++ b/lang/vendor/filament-panels/ka/resources/pages/list-records.php @@ -0,0 +1,7 @@ + 'სია', + +]; diff --git a/lang/vendor/filament-panels/ka/resources/pages/view-record.php b/lang/vendor/filament-panels/ka/resources/pages/view-record.php new file mode 100644 index 00000000..98c55a50 --- /dev/null +++ b/lang/vendor/filament-panels/ka/resources/pages/view-record.php @@ -0,0 +1,17 @@ + 'ათვალიერებთ :label', + + 'breadcrumb' => 'დათვალიერება', + + 'content' => [ + + 'tab' => [ + 'label' => 'დათვალიერება', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ka/unsaved-changes-alert.php b/lang/vendor/filament-panels/ka/unsaved-changes-alert.php new file mode 100644 index 00000000..6c6f2fac --- /dev/null +++ b/lang/vendor/filament-panels/ka/unsaved-changes-alert.php @@ -0,0 +1,7 @@ + 'ცვლილებები არ არის დამახსოვრებული. დარწმუნებული ხართ, რომ გსურთ ამ გვერდის დატოვება?', + +]; diff --git a/lang/vendor/filament-panels/ka/widgets/account-widget.php b/lang/vendor/filament-panels/ka/widgets/account-widget.php new file mode 100644 index 00000000..bcbacf1b --- /dev/null +++ b/lang/vendor/filament-panels/ka/widgets/account-widget.php @@ -0,0 +1,15 @@ + [ + + 'logout' => [ + 'label' => 'გასვლა', + ], + + ], + + 'welcome' => 'მოგესალმებით', + +]; diff --git a/lang/vendor/filament-panels/ka/widgets/filament-info-widget.php b/lang/vendor/filament-panels/ka/widgets/filament-info-widget.php new file mode 100644 index 00000000..80d35f7f --- /dev/null +++ b/lang/vendor/filament-panels/ka/widgets/filament-info-widget.php @@ -0,0 +1,17 @@ + [ + + 'open_documentation' => [ + 'label' => 'დოკუმენტაცია', + ], + + 'open_github' => [ + 'label' => 'GitHub', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/km/global-search.php b/lang/vendor/filament-panels/km/global-search.php new file mode 100644 index 00000000..4b6d22f7 --- /dev/null +++ b/lang/vendor/filament-panels/km/global-search.php @@ -0,0 +1,12 @@ + [ + 'label' => 'ការស្វែងរកក្នុងប្រព័ន្ធទូទៅ', + 'placeholder' => 'ស្វែងរក', + ], + + 'no_results_message' => 'រកមិនឃើញលទ្ធផលនៃការស្វែងរកទេ។', + +]; diff --git a/lang/vendor/filament-panels/km/layout.php b/lang/vendor/filament-panels/km/layout.php new file mode 100644 index 00000000..065584c5 --- /dev/null +++ b/lang/vendor/filament-panels/km/layout.php @@ -0,0 +1,63 @@ + 'ltr', + + 'actions' => [ + + 'billing' => [ + 'label' => 'គ្រប់គ្រងការជាវ', + ], + + 'logout' => [ + 'label' => 'ចាកចេញពីកម្មវិធីប្រព័ន្ធ', + ], + + 'open_database_notifications' => [ + 'label' => 'បើកការជូនដំណឹង', + ], + + 'open_user_menu' => [ + 'label' => 'ម៉ឺនុយអ្នកប្រើ', + ], + + 'sidebar' => [ + + 'collapse' => [ + 'label' => 'បង្រួមរបារចំហៀង', + ], + + 'expand' => [ + 'label' => 'ពង្រីករបារចំហៀង', + ], + + ], + + 'theme_switcher' => [ + + 'dark' => [ + 'label' => 'បើកដំណើរការរចនាបទងងឹត', + ], + + 'light' => [ + 'label' => 'បើករចនាបទពន្លឺ', + ], + + 'system' => [ + 'label' => 'បើករចនាបទប្រព័ន្ធ', + ], + + ], + + ], + + 'avatar' => [ + 'alt' => 'រូបតំណាង នៃ :name', + ], + + 'logo' => [ + 'alt' => ':name និមិត្តសញ្ញា', + ], + +]; diff --git a/lang/vendor/filament-panels/km/pages/auth/edit-profile.php b/lang/vendor/filament-panels/km/pages/auth/edit-profile.php new file mode 100644 index 00000000..2cbdc59a --- /dev/null +++ b/lang/vendor/filament-panels/km/pages/auth/edit-profile.php @@ -0,0 +1,51 @@ + 'ប្រវត្តិរូប', + + 'form' => [ + + 'email' => [ + 'label' => 'អាស័យដ្ធានអ៊ីម៉ែល', + ], + + 'name' => [ + 'label' => 'ឈ្មោះ', + ], + + 'password' => [ + 'label' => 'ពាក្យសម្ងាត់ថ្មី', + ], + + 'password_confirmation' => [ + 'label' => 'បញ្ជាក់ពាក្យសម្ងាត់ថ្មី', + ], + + 'actions' => [ + + 'save' => [ + 'label' => 'រក្សាទុកការផ្លាស់ប្តូរ', + ], + + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'បានរក្សាទុក', + ], + + ], + + 'actions' => [ + + 'cancel' => [ + 'label' => 'លុបចោល', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/km/pages/auth/email-verification/email-verification-prompt.php b/lang/vendor/filament-panels/km/pages/auth/email-verification/email-verification-prompt.php new file mode 100644 index 00000000..7c72a154 --- /dev/null +++ b/lang/vendor/filament-panels/km/pages/auth/email-verification/email-verification-prompt.php @@ -0,0 +1,35 @@ + 'ផ្ទៀងផ្ទាត់អាសយដ្ឋានអ៊ីមែលរបស់អ្នក', + + 'heading' => 'ផ្ទៀងផ្ទាត់អាសយដ្ឋានអ៊ីមែលរបស់អ្នក', + + 'actions' => [ + + 'resend_notification' => [ + 'label' => 'ផ្ញើឡើងវិញ', + ], + + ], + + 'messages' => [ + 'notification_not_received' => 'មិនបានទទួលអ៊ីមែលដែលយើងផ្ញើទេ?', + 'notification_sent' => 'យើងបានផ្ញើអ៊ីមែលទៅ​​ :email ដែលមានការណែនាំអំពីរបៀបផ្ទៀងផ្ទាត់អាសយដ្ឋានអ៊ីមែលរបស់អ្នក។.', + ], + + 'notifications' => [ + + 'notification_resent' => [ + 'title' => 'យើងបានផ្ញើអ៊ីមែលឡើងវិញ។.', + ], + + 'notification_resend_throttled' => [ + 'title' => 'ការព្យាយាមផ្ញើឡើងវិញច្រើនពេក', + 'body' => 'សូមព្យាយាមម្តងទៀតក្នុងរយៈពេល :seconds វិនាទី។.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/km/pages/auth/login.php b/lang/vendor/filament-panels/km/pages/auth/login.php new file mode 100644 index 00000000..ba1c5184 --- /dev/null +++ b/lang/vendor/filament-panels/km/pages/auth/login.php @@ -0,0 +1,61 @@ + 'ចូលក្នូងប្រព័ន្ធ', + + 'heading' => 'ចូលទៅក្នុងគណនីរបស់អ្នក', + + 'actions' => [ + + 'register' => [ + 'before' => '​ឬ', + 'label' => 'ចុះឈ្មោះសម្រាប់គណនី', + ], + + 'request_password_reset' => [ + 'label' => 'ភ្លេចពាក្យសម្ងាត់របស់អ្នក?', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'អាស័យ​ដ្ឋាន​អ៊ី​ម៉េ​ល', + ], + + 'password' => [ + 'label' => 'ពាក្យសម្ងាត់', + ], + + 'remember' => [ + 'label' => 'ចងចាំក្នុងប្រព័ន្ធនេះ', + ], + + 'actions' => [ + + 'authenticate' => [ + 'label' => 'ចុះឈ្មោះចូល', + ], + + ], + + ], + + 'messages' => [ + + 'failed' => 'លិខិតសម្គាល់ទាំងនេះមិនត្រូវគ្នានឹងកំណត់ត្រាក្នុងប្រព័ន្ធរបស់យើងទេ។', + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'ការព្យាយាមចូលប្រើប្រាស់ច្រើនដងពេក', + 'body' => 'សូមព្យាយាមម្តងទៀតក្នុងរយៈពេល :seconds វិនាទី។.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/km/pages/auth/password-reset/request-password-reset.php b/lang/vendor/filament-panels/km/pages/auth/password-reset/request-password-reset.php new file mode 100644 index 00000000..ce4d08ed --- /dev/null +++ b/lang/vendor/filament-panels/km/pages/auth/password-reset/request-password-reset.php @@ -0,0 +1,42 @@ + 'កំណត់ពាក្យសម្ងាត់របស់អ្នកឡើងវិញ', + + 'heading' => 'ភ្លេចពាក្យសម្ងាត់របស់អ្នក?', + + 'actions' => [ + + 'login' => [ + 'label' => 'ត្រលប់ទៅការចូលប្រើប្រាស់', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'អាស័យដ្ធានអ៊ីម៉ែល', + ], + + 'actions' => [ + + 'request' => [ + 'label' => 'ផ្ញើអ៊ីមែល', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'សំណើច្រើនពេក', + 'body' => 'សូមព្យាយាមម្តងទៀតក្នុងរយៈពេល :seconds វិនាទី។.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/km/pages/auth/password-reset/reset-password.php b/lang/vendor/filament-panels/km/pages/auth/password-reset/reset-password.php new file mode 100644 index 00000000..d73bb39d --- /dev/null +++ b/lang/vendor/filament-panels/km/pages/auth/password-reset/reset-password.php @@ -0,0 +1,43 @@ + 'កំណត់ពាក្យសម្ងាត់របស់អ្នកឡើងវិញ', + + 'heading' => 'កំណត់ពាក្យសម្ងាត់របស់អ្នកឡើងវិញ', + + 'form' => [ + + 'email' => [ + 'label' => 'អាស័យដ្ធានអ៊ីម៉ែល', + ], + + 'password' => [ + 'label' => 'ពាក្យសម្ងាត់', + 'validation_attribute' => 'ពាក្យសម្ងាត់', + ], + + 'password_confirmation' => [ + 'label' => 'បញ្ជាក់ពាក្យសម្ងាត់', + ], + + 'actions' => [ + + 'reset' => [ + 'label' => 'កំណត់ពាក្យសម្ងាត់ឡើងវិញ', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'ការព្យាយាមកំណត់ឡើងវិញច្រើនដងពេក', + 'body' => 'សូមព្យាយាមម្តងទៀតក្នុងរយៈពេល :seconds វិនាទី។.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/km/pages/auth/register.php b/lang/vendor/filament-panels/km/pages/auth/register.php new file mode 100644 index 00000000..0fc777c8 --- /dev/null +++ b/lang/vendor/filament-panels/km/pages/auth/register.php @@ -0,0 +1,56 @@ + 'ចុះឈ្មោះ', + + 'heading' => 'ចុះឈ្មោះ', + + 'actions' => [ + + 'login' => [ + 'before' => '​ឬ', + 'label' => 'ចូលគណនីរបស់អ្នក', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'អាស័យដ្ធានអ៊ីម៉ែល', + ], + + 'name' => [ + 'label' => 'ឈ្មោះ', + ], + + 'password' => [ + 'label' => 'ពាក្យសម្ងាត់', + 'validation_attribute' => 'ពាក្យសម្ងាត់', + ], + + 'password_confirmation' => [ + 'label' => 'បញ្ជាក់ពាក្យសម្ងាត់', + ], + + 'actions' => [ + + 'register' => [ + 'label' => 'ចុះឈ្មោះ', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'ការព្យាយាមចុះឈ្មោះច្រើនដងពេក', + 'body' => 'សូមព្យាយាមម្តងទៀតក្នុងរយៈពេល :seconds វិនាទី។.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/km/pages/dashboard.php b/lang/vendor/filament-panels/km/pages/dashboard.php new file mode 100644 index 00000000..f9ddabca --- /dev/null +++ b/lang/vendor/filament-panels/km/pages/dashboard.php @@ -0,0 +1,33 @@ + 'ផ្ទាំងគ្រប់គ្រងទូទៅ', + + 'actions' => [ + + 'filter' => [ + + 'label' => 'តម្រង', + + 'modal' => [ + + 'heading' => 'តម្រង', + + 'actions' => [ + + 'apply' => [ + + 'label' => 'អនុវត្ត', + + ], + + ], + + ], + + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/km/pages/tenancy/edit-tenant-profile.php b/lang/vendor/filament-panels/km/pages/tenancy/edit-tenant-profile.php new file mode 100644 index 00000000..7cef8aa7 --- /dev/null +++ b/lang/vendor/filament-panels/km/pages/tenancy/edit-tenant-profile.php @@ -0,0 +1,25 @@ + [ + + 'actions' => [ + + 'save' => [ + 'label' => 'រក្សាទុកការផ្លាស់ប្តូរ', + ], + + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'បានរក្សាទុក', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/km/resources/pages/create-record.php b/lang/vendor/filament-panels/km/resources/pages/create-record.php new file mode 100644 index 00000000..5514ab11 --- /dev/null +++ b/lang/vendor/filament-panels/km/resources/pages/create-record.php @@ -0,0 +1,37 @@ + 'បង្កើត :label', + + 'breadcrumb' => 'បង្កើត', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => 'ចាកចេញ', + ], + + 'create' => [ + 'label' => 'បង្កើត', + ], + + 'create_another' => [ + 'label' => 'បង្កើត & បង្កើតឡើងវិញ', + ], + + ], + + ], + + 'notifications' => [ + + 'created' => [ + 'title' => 'បានបង្កើត :label បានជោគជ័យ', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/km/resources/pages/edit-record.php b/lang/vendor/filament-panels/km/resources/pages/edit-record.php new file mode 100644 index 00000000..448f16e9 --- /dev/null +++ b/lang/vendor/filament-panels/km/resources/pages/edit-record.php @@ -0,0 +1,41 @@ + 'កែប្រែ :label', + + 'breadcrumb' => 'កែប្រែ', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => 'បោះបង់', + ], + + 'save' => [ + 'label' => 'រក្សាទុក', + ], + + ], + + ], + + 'content' => [ + + 'tab' => [ + 'label' => 'កែប្រែ', + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'បានរក្សាទុក', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/km/resources/pages/list-records.php b/lang/vendor/filament-panels/km/resources/pages/list-records.php new file mode 100644 index 00000000..b9ae8abe --- /dev/null +++ b/lang/vendor/filament-panels/km/resources/pages/list-records.php @@ -0,0 +1,7 @@ + 'បញ្ជី', + +]; diff --git a/lang/vendor/filament-panels/km/resources/pages/view-record.php b/lang/vendor/filament-panels/km/resources/pages/view-record.php new file mode 100644 index 00000000..23e68561 --- /dev/null +++ b/lang/vendor/filament-panels/km/resources/pages/view-record.php @@ -0,0 +1,17 @@ + 'ស្លាក​សញ្ញា :label', + + 'breadcrumb' => 'ស្លាក​សញ្ញា', + + 'content' => [ + + 'tab' => [ + 'label' => 'ស្លាក​សញ្ញា', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/km/unsaved-changes-alert.php b/lang/vendor/filament-panels/km/unsaved-changes-alert.php new file mode 100644 index 00000000..3fc7295f --- /dev/null +++ b/lang/vendor/filament-panels/km/unsaved-changes-alert.php @@ -0,0 +1,7 @@ + 'អ្នកមានការផ្លាស់ប្ដូរដែលមិនបានរក្សាទុក។ តើអ្នកប្រាកដថាចង់ចាកចេញពីទំព័រនេះទេ?', + +]; diff --git a/lang/vendor/filament-panels/km/widgets/account-widget.php b/lang/vendor/filament-panels/km/widgets/account-widget.php new file mode 100644 index 00000000..70be7bd5 --- /dev/null +++ b/lang/vendor/filament-panels/km/widgets/account-widget.php @@ -0,0 +1,15 @@ + [ + + 'logout' => [ + 'label' => 'ចាកចេញពីកម្មវិធីប្រព័ន្ធ', + ], + + ], + + 'welcome' => 'សូមស្វាគមន៍', + +]; diff --git a/lang/vendor/filament-panels/km/widgets/filament-info-widget.php b/lang/vendor/filament-panels/km/widgets/filament-info-widget.php new file mode 100644 index 00000000..2e6780a9 --- /dev/null +++ b/lang/vendor/filament-panels/km/widgets/filament-info-widget.php @@ -0,0 +1,17 @@ + [ + + 'open_documentation' => [ + 'label' => 'ចូលមើលឯកសារ', + ], + + 'open_github' => [ + 'label' => 'GitHub', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ko/global-search.php b/lang/vendor/filament-panels/ko/global-search.php new file mode 100644 index 00000000..abed9fb4 --- /dev/null +++ b/lang/vendor/filament-panels/ko/global-search.php @@ -0,0 +1,12 @@ + [ + 'label' => '전체 검색', + 'placeholder' => '검색', + ], + + 'no_results_message' => '검색 결과가 없습니다.', + +]; diff --git a/lang/vendor/filament-panels/ko/layout.php b/lang/vendor/filament-panels/ko/layout.php new file mode 100644 index 00000000..3604e3bc --- /dev/null +++ b/lang/vendor/filament-panels/ko/layout.php @@ -0,0 +1,63 @@ + 'ltr', + + 'actions' => [ + + 'billing' => [ + 'label' => '구독 관리', + ], + + 'logout' => [ + 'label' => '로그아웃', + ], + + 'open_database_notifications' => [ + 'label' => '알림 열기', + ], + + 'open_user_menu' => [ + 'label' => '사용자 메뉴', + ], + + 'sidebar' => [ + + 'collapse' => [ + 'label' => '사이드바 접기', + ], + + 'expand' => [ + 'label' => '사이드바 펼치기', + ], + + ], + + 'theme_switcher' => [ + + 'dark' => [ + 'label' => '다크 모드', + ], + + 'light' => [ + 'label' => '라이트 모드', + ], + + 'system' => [ + 'label' => '시스템 테마 사용', + ], + + ], + + ], + + 'avatar' => [ + 'alt' => ':name 아바타', + ], + + 'logo' => [ + 'alt' => ':name 로고', + ], + +]; diff --git a/lang/vendor/filament-panels/ko/pages/auth/edit-profile.php b/lang/vendor/filament-panels/ko/pages/auth/edit-profile.php new file mode 100644 index 00000000..620ee696 --- /dev/null +++ b/lang/vendor/filament-panels/ko/pages/auth/edit-profile.php @@ -0,0 +1,51 @@ + '프로필', + + 'form' => [ + + 'email' => [ + 'label' => '이메일', + ], + + 'name' => [ + 'label' => '이름', + ], + + 'password' => [ + 'label' => '새 비밀번호', + ], + + 'password_confirmation' => [ + 'label' => '새 비밀번호 확인', + ], + + 'actions' => [ + + 'save' => [ + 'label' => '변경 사항 저장', + ], + + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => '저장 완료', + ], + + ], + + 'actions' => [ + + 'cancel' => [ + 'label' => '취소', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ko/pages/auth/email-verification/email-verification-prompt.php b/lang/vendor/filament-panels/ko/pages/auth/email-verification/email-verification-prompt.php new file mode 100644 index 00000000..7088f1da --- /dev/null +++ b/lang/vendor/filament-panels/ko/pages/auth/email-verification/email-verification-prompt.php @@ -0,0 +1,35 @@ + '이메일 주소 확인', + + 'heading' => '이메일 주소 확인', + + 'actions' => [ + + 'resend_notification' => [ + 'label' => '재전송', + ], + + ], + + 'messages' => [ + 'notification_not_received' => '이메일을 받지 못하셨나요?', + 'notification_sent' => '이메일 인증에 대한 안내가 포함된 이메일을 :email로 보냈습니다.', + ], + + 'notifications' => [ + + 'notification_resent' => [ + 'title' => '이메일을 다시 보냈습니다.', + ], + + 'notification_resend_throttled' => [ + 'title' => '너무 많이 시도했습니다', + 'body' => ':seconds 초 후에 다시 시도해 주세요.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ko/pages/auth/login.php b/lang/vendor/filament-panels/ko/pages/auth/login.php new file mode 100644 index 00000000..d0ee441d --- /dev/null +++ b/lang/vendor/filament-panels/ko/pages/auth/login.php @@ -0,0 +1,61 @@ + '로그인', + + 'heading' => '로그인하세요', + + 'actions' => [ + + 'register' => [ + 'before' => '또는', + 'label' => '회원 가입', + ], + + 'request_password_reset' => [ + 'label' => '비밀번호를 잊어버리셨나요?', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => '이메일', + ], + + 'password' => [ + 'label' => '비밀번호', + ], + + 'remember' => [ + 'label' => '기억하기', + ], + + 'actions' => [ + + 'authenticate' => [ + 'label' => '로그인', + ], + + ], + + ], + + 'messages' => [ + + 'failed' => '일치하는 계정이 없습니다.', + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => '너무 많이 시도했습니다', + 'body' => ':seconds 초 후에 다시 시도해 주세요.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ko/pages/auth/password-reset/request-password-reset.php b/lang/vendor/filament-panels/ko/pages/auth/password-reset/request-password-reset.php new file mode 100644 index 00000000..d97a302f --- /dev/null +++ b/lang/vendor/filament-panels/ko/pages/auth/password-reset/request-password-reset.php @@ -0,0 +1,42 @@ + '비밀번호 재설정', + + 'heading' => '비밀번호를 잊어버리셨나요?', + + 'actions' => [ + + 'login' => [ + 'label' => '로그인으로 돌아가기', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => '이메일', + ], + + 'actions' => [ + + 'request' => [ + 'label' => '이메일 전송', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => '너무 많이 시도했습니다', + 'body' => ':seconds 초 후에 다시 시도해 주세요.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ko/pages/auth/password-reset/reset-password.php b/lang/vendor/filament-panels/ko/pages/auth/password-reset/reset-password.php new file mode 100644 index 00000000..6e34a7d6 --- /dev/null +++ b/lang/vendor/filament-panels/ko/pages/auth/password-reset/reset-password.php @@ -0,0 +1,43 @@ + '비밀번호 재설정', + + 'heading' => '비밀번호 재설정', + + 'form' => [ + + 'email' => [ + 'label' => '이메일', + ], + + 'password' => [ + 'label' => '비밀번호', + 'validation_attribute' => '비밀번호', + ], + + 'password_confirmation' => [ + 'label' => '비밀번호 확인', + ], + + 'actions' => [ + + 'reset' => [ + 'label' => '비밀번호 재설정', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => '너무 많이 시도했습니다', + 'body' => ':seconds 초 후에 다시 시도해 주세요.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ko/pages/auth/register.php b/lang/vendor/filament-panels/ko/pages/auth/register.php new file mode 100644 index 00000000..f6bb169f --- /dev/null +++ b/lang/vendor/filament-panels/ko/pages/auth/register.php @@ -0,0 +1,56 @@ + '회원가입', + + 'heading' => '회원가입', + + 'actions' => [ + + 'login' => [ + 'before' => '또는', + 'label' => '기존 계정으로 로그인', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => '이메일', + ], + + 'name' => [ + 'label' => '이름', + ], + + 'password' => [ + 'label' => '비밀번호', + 'validation_attribute' => '비밀번호', + ], + + 'password_confirmation' => [ + 'label' => '비밀번호 확인', + ], + + 'actions' => [ + + 'register' => [ + 'label' => '회원가입', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => '너무 많이 시도했습니다', + 'body' => ':seconds 초 후에 다시 시도해 주세요.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ko/pages/dashboard.php b/lang/vendor/filament-panels/ko/pages/dashboard.php new file mode 100644 index 00000000..29caec7f --- /dev/null +++ b/lang/vendor/filament-panels/ko/pages/dashboard.php @@ -0,0 +1,33 @@ + '대시보드', + + 'actions' => [ + + 'filter' => [ + + 'label' => '필터', + + 'modal' => [ + + 'heading' => '필터', + + 'actions' => [ + + 'apply' => [ + + 'label' => '적용', + + ], + + ], + + ], + + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ko/pages/tenancy/edit-tenant-profile.php b/lang/vendor/filament-panels/ko/pages/tenancy/edit-tenant-profile.php new file mode 100644 index 00000000..23ab2347 --- /dev/null +++ b/lang/vendor/filament-panels/ko/pages/tenancy/edit-tenant-profile.php @@ -0,0 +1,25 @@ + [ + + 'actions' => [ + + 'save' => [ + 'label' => '변경 사항 저장', + ], + + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => '저장 완료', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ko/resources/pages/create-record.php b/lang/vendor/filament-panels/ko/resources/pages/create-record.php new file mode 100644 index 00000000..130cc38a --- /dev/null +++ b/lang/vendor/filament-panels/ko/resources/pages/create-record.php @@ -0,0 +1,37 @@ + ':label 만들기', + + 'breadcrumb' => '만들기', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => '취소', + ], + + 'create' => [ + 'label' => '만들기', + ], + + 'create_another' => [ + 'label' => '계속 만들기', + ], + + ], + + ], + + 'notifications' => [ + + 'created' => [ + 'title' => '생성 완료', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ko/resources/pages/edit-record.php b/lang/vendor/filament-panels/ko/resources/pages/edit-record.php new file mode 100644 index 00000000..60dc615d --- /dev/null +++ b/lang/vendor/filament-panels/ko/resources/pages/edit-record.php @@ -0,0 +1,41 @@ + ':label 수정', + + 'breadcrumb' => '수정', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => '취소', + ], + + 'save' => [ + 'label' => '저장', + ], + + ], + + ], + + 'content' => [ + + 'tab' => [ + 'label' => '수정', + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => '저장 완료', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ko/resources/pages/list-records.php b/lang/vendor/filament-panels/ko/resources/pages/list-records.php new file mode 100644 index 00000000..bedf2e1e --- /dev/null +++ b/lang/vendor/filament-panels/ko/resources/pages/list-records.php @@ -0,0 +1,7 @@ + '목록', + +]; diff --git a/lang/vendor/filament-panels/ko/resources/pages/view-record.php b/lang/vendor/filament-panels/ko/resources/pages/view-record.php new file mode 100644 index 00000000..7c54bdd5 --- /dev/null +++ b/lang/vendor/filament-panels/ko/resources/pages/view-record.php @@ -0,0 +1,17 @@ + ':label 보기', + + 'breadcrumb' => '보기', + + 'content' => [ + + 'tab' => [ + 'label' => '보기', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ko/unsaved-changes-alert.php b/lang/vendor/filament-panels/ko/unsaved-changes-alert.php new file mode 100644 index 00000000..f3d85eee --- /dev/null +++ b/lang/vendor/filament-panels/ko/unsaved-changes-alert.php @@ -0,0 +1,7 @@ + '작업 내용이 저장되지 않았습니다. 정말로 이 페이지를 나가시겠습니까?', + +]; diff --git a/lang/vendor/filament-panels/ko/widgets/account-widget.php b/lang/vendor/filament-panels/ko/widgets/account-widget.php new file mode 100644 index 00000000..27fef145 --- /dev/null +++ b/lang/vendor/filament-panels/ko/widgets/account-widget.php @@ -0,0 +1,15 @@ + [ + + 'logout' => [ + 'label' => '로그아웃', + ], + + ], + + 'welcome' => '어서오세요', + +]; diff --git a/lang/vendor/filament-panels/ko/widgets/filament-info-widget.php b/lang/vendor/filament-panels/ko/widgets/filament-info-widget.php new file mode 100644 index 00000000..3d522dd7 --- /dev/null +++ b/lang/vendor/filament-panels/ko/widgets/filament-info-widget.php @@ -0,0 +1,17 @@ + [ + + 'open_documentation' => [ + 'label' => '도큐먼트', + ], + + 'open_github' => [ + 'label' => 'GitHub', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ku/global-search.php b/lang/vendor/filament-panels/ku/global-search.php new file mode 100644 index 00000000..b69f0f65 --- /dev/null +++ b/lang/vendor/filament-panels/ku/global-search.php @@ -0,0 +1,12 @@ + [ + 'label' => 'گەڕانی گشتی', + 'placeholder' => 'گەڕان', + ], + + 'no_results_message' => 'هیچ ئەنجامێک بۆ گەڕانەکەت نەدۆزرایەوە.', + +]; diff --git a/lang/vendor/filament-panels/ku/layout.php b/lang/vendor/filament-panels/ku/layout.php new file mode 100644 index 00000000..1ba52fa5 --- /dev/null +++ b/lang/vendor/filament-panels/ku/layout.php @@ -0,0 +1,55 @@ + 'rtl', + + 'actions' => [ + + 'billing' => [ + 'label' => 'بەشدارییەکان', + ], + + 'logout' => [ + 'label' => 'چوونەدەرەوە', + ], + + 'open_database_notifications' => [ + 'label' => 'کردنەوەی ئاگانامەکان', + ], + + 'open_user_menu' => [ + 'label' => 'مێنیوی بەکارهێنەر', + ], + + 'sidebar' => [ + + 'collapse' => [ + 'label' => 'بچووکردنەوەی شریتی گەڕان', + ], + + 'expand' => [ + 'label' => 'فراوانکردنی شریتی گەڕان', + ], + + ], + + 'theme_switcher' => [ + + 'dark' => [ + 'label' => 'گۆڕینی ڕوانگە بۆ تاریک', + ], + + 'light' => [ + 'label' => 'گۆڕینی ڕوانگە بۆ ڕووناک', + ], + + 'system' => [ + 'label' => 'داگرساندنی باری سیستەم', + ], + + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ku/pages/auth/edit-profile.php b/lang/vendor/filament-panels/ku/pages/auth/edit-profile.php new file mode 100644 index 00000000..ce4fa396 --- /dev/null +++ b/lang/vendor/filament-panels/ku/pages/auth/edit-profile.php @@ -0,0 +1,51 @@ + 'پڕۆفایل', + + 'form' => [ + + 'email' => [ + 'label' => 'ئیمەیڵ', + ], + + 'name' => [ + 'label' => 'ناو', + ], + + 'password' => [ + 'label' => 'وشەی نهێنی نوێ', + ], + + 'password_confirmation' => [ + 'label' => 'دڵنیابوونەوەی وشەی نهێنی نوێ', + ], + + 'actions' => [ + + 'save' => [ + 'label' => 'نوێکردنەوە', + ], + + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'نوێکرایەوە', + ], + + ], + + 'actions' => [ + + 'cancel' => [ + 'label' => 'گەڕانەوە', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ku/pages/auth/email-verification/email-verification-prompt.php b/lang/vendor/filament-panels/ku/pages/auth/email-verification/email-verification-prompt.php new file mode 100644 index 00000000..feba9133 --- /dev/null +++ b/lang/vendor/filament-panels/ku/pages/auth/email-verification/email-verification-prompt.php @@ -0,0 +1,35 @@ + 'چالاککردنی ئیمەیڵ', + + 'heading' => 'چالاککردنی ئیمەیڵ', + + 'actions' => [ + + 'resend_notification' => [ + 'label' => 'دووبارە چالاککردن بنێرە', + ], + + ], + + 'messages' => [ + 'notification_not_received' => 'ئیمەیڵەکەت پێ نەگەیشت بۆ چالاککردن؟', + 'notification_sent' => 'ئیمەیڵێکمان نارد بۆ :email کە ڕێنماییەکەنی تێدایە بۆ چالاککردنی هەژمارەکەت..', + ], + + 'notifications' => [ + + 'notification_resent' => [ + 'title' => 'چالاککردنی ئیمەیڵ دووبارە نێردرا.', + ], + + 'notification_resend_throttled' => [ + 'title' => 'هەوڵی دووبارە ناردنی چالاککردن زۆر نێردرا', + 'body' => 'تکایە هەوڵ بدەرەوە دوای :seconds چرکە.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ku/pages/auth/login.php b/lang/vendor/filament-panels/ku/pages/auth/login.php new file mode 100644 index 00000000..4997ba13 --- /dev/null +++ b/lang/vendor/filament-panels/ku/pages/auth/login.php @@ -0,0 +1,61 @@ + 'چوونەژوورەوە', + + 'heading' => 'چوونەژوورەوە', + + 'actions' => [ + + 'register' => [ + 'before' => 'یان', + 'label' => 'دروستکردنی هەژماری نوێ', + ], + + 'request_password_reset' => [ + 'label' => 'وشەی نهێنیت لەبیرکردووە؟', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'ئیمەیڵ', + ], + + 'password' => [ + 'label' => 'وشەی نهێنی', + ], + + 'remember' => [ + 'label' => 'لەبیرم مەکە', + ], + + 'actions' => [ + + 'authenticate' => [ + 'label' => 'چوونەژوورەوە', + ], + + ], + + ], + + 'messages' => [ + + 'failed' => 'هیچ هەژمارێک بەو تۆمارە بوونی نییە.', + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'هەوڵی داواکاری چونەژورەوە زۆر نێردرا', + 'body' => 'تکایە هەوڵ بدەرەوە دوای :seconds چرکە.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ku/pages/auth/password-reset/request-password-reset.php b/lang/vendor/filament-panels/ku/pages/auth/password-reset/request-password-reset.php new file mode 100644 index 00000000..1994e7e5 --- /dev/null +++ b/lang/vendor/filament-panels/ku/pages/auth/password-reset/request-password-reset.php @@ -0,0 +1,42 @@ + 'نوێکردنەوەی وشەی نهێنی', + + 'heading' => 'وشەی نهێنیت لەبیر کردووە؟?', + + 'actions' => [ + + 'login' => [ + 'label' => 'گەڕانەوە بۆ چوونەژوورەوە', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'ئیمەیڵ', + ], + + 'actions' => [ + + 'request' => [ + 'label' => 'ناردنی ئیمەیڵ', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'داواکاری زۆر نێردرا', + 'body' => 'تکایە هەوڵ بدەرەوە دوای :seconds چرکە.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ku/pages/auth/password-reset/reset-password.php b/lang/vendor/filament-panels/ku/pages/auth/password-reset/reset-password.php new file mode 100644 index 00000000..3cc2b3bb --- /dev/null +++ b/lang/vendor/filament-panels/ku/pages/auth/password-reset/reset-password.php @@ -0,0 +1,43 @@ + 'نوێکردنەوەی وشەی نهێنی', + + 'heading' => 'نوێکردنەوەی وشەی نهێنی', + + 'form' => [ + + 'email' => [ + 'label' => 'ئیمەیڵ', + ], + + 'password' => [ + 'label' => 'وشەی نهێنی', + 'validation_attribute' => 'وشەی نهێنی', + ], + + 'password_confirmation' => [ + 'label' => 'دڵنیابوونەوەی وشەی نهێنی', + ], + + 'actions' => [ + + 'reset' => [ + 'label' => 'نوێکردنەوەی وشەی نهێنی', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'هەوڵی نوێکردنەوەی وشەی نهێنی زۆر نێردرا', + 'body' => 'تکایە هەوڵ بدەرەوە دوای :seconds چرکە.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ku/pages/auth/register.php b/lang/vendor/filament-panels/ku/pages/auth/register.php new file mode 100644 index 00000000..87f6374e --- /dev/null +++ b/lang/vendor/filament-panels/ku/pages/auth/register.php @@ -0,0 +1,56 @@ + 'دروستکردنی هەژمار', + + 'heading' => 'دروستکردنی هەژمار', + + 'actions' => [ + + 'login' => [ + 'before' => 'یان', + 'label' => 'چوونەژوورەوە', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'ئیمەیڵ', + ], + + 'name' => [ + 'label' => 'ناو', + ], + + 'password' => [ + 'label' => 'وشەی نهێنی', + 'validation_attribute' => 'وشەی نهێنی', + ], + + 'password_confirmation' => [ + 'label' => 'دڵنیابوونەوەی وشەی نهێنی', + ], + + 'actions' => [ + + 'register' => [ + 'label' => 'دروستکردنی هەژمار', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'هەوڵی دروستکردنی هەژمار زۆر نێردرا', + 'body' => 'تکایە هەوڵ بدەرەوە دوای :seconds چرکە.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ku/pages/dashboard.php b/lang/vendor/filament-panels/ku/pages/dashboard.php new file mode 100644 index 00000000..89dea645 --- /dev/null +++ b/lang/vendor/filament-panels/ku/pages/dashboard.php @@ -0,0 +1,7 @@ + 'داشبۆرد', + +]; diff --git a/lang/vendor/filament-panels/ku/pages/tenancy/edit-tenant-profile.php b/lang/vendor/filament-panels/ku/pages/tenancy/edit-tenant-profile.php new file mode 100644 index 00000000..7348084a --- /dev/null +++ b/lang/vendor/filament-panels/ku/pages/tenancy/edit-tenant-profile.php @@ -0,0 +1,25 @@ + [ + + 'actions' => [ + + 'save' => [ + 'label' => 'نوێکردنەوە', + ], + + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'نوێکرایەوە', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ku/resources/pages/create-record.php b/lang/vendor/filament-panels/ku/resources/pages/create-record.php new file mode 100644 index 00000000..43ed6f39 --- /dev/null +++ b/lang/vendor/filament-panels/ku/resources/pages/create-record.php @@ -0,0 +1,37 @@ + 'دروستکردنی :label', + + 'breadcrumb' => 'دروستکردن', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => 'پاشگەزبوونەوە', + ], + + 'create' => [ + 'label' => 'دروستکردن', + ], + + 'create_another' => [ + 'label' => 'دروستکردن و تۆمارێکی تر', + ], + + ], + + ], + + 'notifications' => [ + + 'created' => [ + 'title' => 'دروستکرا', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ku/resources/pages/edit-record.php b/lang/vendor/filament-panels/ku/resources/pages/edit-record.php new file mode 100644 index 00000000..eaf46e52 --- /dev/null +++ b/lang/vendor/filament-panels/ku/resources/pages/edit-record.php @@ -0,0 +1,41 @@ + 'دەستکاریکردنی :label', + + 'breadcrumb' => 'دەستکاریکردن', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => 'پاشگەزبوونەوە', + ], + + 'save' => [ + 'label' => 'نوێکردنەوە', + ], + + ], + + ], + + 'content' => [ + + 'tab' => [ + 'label' => 'دەستکاریکردن', + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'نوێکرایەوە', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ku/resources/pages/list-records.php b/lang/vendor/filament-panels/ku/resources/pages/list-records.php new file mode 100644 index 00000000..3ecd89c8 --- /dev/null +++ b/lang/vendor/filament-panels/ku/resources/pages/list-records.php @@ -0,0 +1,7 @@ + 'تۆمارەکان', + +]; diff --git a/lang/vendor/filament-panels/ku/resources/pages/view-record.php b/lang/vendor/filament-panels/ku/resources/pages/view-record.php new file mode 100644 index 00000000..c3dd4f8e --- /dev/null +++ b/lang/vendor/filament-panels/ku/resources/pages/view-record.php @@ -0,0 +1,17 @@ + 'بینینی :label', + + 'breadcrumb' => 'بینین', + + 'content' => [ + + 'tab' => [ + 'label' => 'بینین', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ku/widgets/account-widget.php b/lang/vendor/filament-panels/ku/widgets/account-widget.php new file mode 100644 index 00000000..c923c562 --- /dev/null +++ b/lang/vendor/filament-panels/ku/widgets/account-widget.php @@ -0,0 +1,15 @@ + [ + + 'logout' => [ + 'label' => 'چوونەدەرەوە', + ], + + ], + + 'welcome' => 'بەخێربێیت', + +]; diff --git a/lang/vendor/filament-panels/ku/widgets/filament-info-widget.php b/lang/vendor/filament-panels/ku/widgets/filament-info-widget.php new file mode 100644 index 00000000..e5595044 --- /dev/null +++ b/lang/vendor/filament-panels/ku/widgets/filament-info-widget.php @@ -0,0 +1,17 @@ + [ + + 'open_documentation' => [ + 'label' => 'Documentation', + ], + + 'open_github' => [ + 'label' => 'GitHub', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/lt/global-search.php b/lang/vendor/filament-panels/lt/global-search.php new file mode 100644 index 00000000..6caeee91 --- /dev/null +++ b/lang/vendor/filament-panels/lt/global-search.php @@ -0,0 +1,12 @@ + [ + 'label' => 'Globali paieška', + 'placeholder' => 'Paieška', + ], + + 'no_results_message' => 'Paieškos rezultatų nėra.', + +]; diff --git a/lang/vendor/filament-panels/lt/layout.php b/lang/vendor/filament-panels/lt/layout.php new file mode 100644 index 00000000..76b6b483 --- /dev/null +++ b/lang/vendor/filament-panels/lt/layout.php @@ -0,0 +1,63 @@ + 'ltr', + + 'actions' => [ + + 'billing' => [ + 'label' => 'Tvarkyti prenumeratą', + ], + + 'logout' => [ + 'label' => 'Atsijungti', + ], + + 'open_database_notifications' => [ + 'label' => 'Atidaryti pranešimus', + ], + + 'open_user_menu' => [ + 'label' => 'Vartotojo meniu', + ], + + 'sidebar' => [ + + 'collapse' => [ + 'label' => 'Sutraukti šoninę juostą', + ], + + 'expand' => [ + 'label' => 'Išskleisti šoninę juostą', + ], + + ], + + 'theme_switcher' => [ + + 'dark' => [ + 'label' => 'Perjungti tamsos režimą', + ], + + 'light' => [ + 'label' => 'Perjungti šviesos režimą', + ], + + 'system' => [ + 'label' => 'Perjungti sistemos režimą', + ], + + ], + + ], + + 'avatar' => [ + 'alt' => ':name avataras', + ], + + 'logo' => [ + 'alt' => ':name logotipas', + ], + +]; diff --git a/lang/vendor/filament-panels/lt/pages/auth/edit-profile.php b/lang/vendor/filament-panels/lt/pages/auth/edit-profile.php new file mode 100644 index 00000000..293f6f38 --- /dev/null +++ b/lang/vendor/filament-panels/lt/pages/auth/edit-profile.php @@ -0,0 +1,51 @@ + 'Profilis', + + 'form' => [ + + 'email' => [ + 'label' => 'El. paštas', + ], + + 'name' => [ + 'label' => 'Vardas', + ], + + 'password' => [ + 'label' => 'Naujas slaptažodis', + ], + + 'password_confirmation' => [ + 'label' => 'Patvirtinkite naują slaptažodį', + ], + + 'actions' => [ + + 'save' => [ + 'label' => 'Išsaugoti', + ], + + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'Išsaugota', + ], + + ], + + 'actions' => [ + + 'cancel' => [ + 'label' => 'atgal', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/lt/pages/auth/email-verification/email-verification-prompt.php b/lang/vendor/filament-panels/lt/pages/auth/email-verification/email-verification-prompt.php new file mode 100644 index 00000000..bf707619 --- /dev/null +++ b/lang/vendor/filament-panels/lt/pages/auth/email-verification/email-verification-prompt.php @@ -0,0 +1,35 @@ + 'Patvirtinkite el. pašto adresą', + + 'heading' => 'Patvirtinkite el. pašto adresą', + + 'actions' => [ + + 'resend_notification' => [ + 'label' => 'Išsiųsti dar kartą', + ], + + ], + + 'messages' => [ + 'notification_not_received' => 'Negavote el. laiško?', + 'notification_sent' => 'Nusiuntėme instrukcijas į el. paštą :email kaip patvirtinti el. pašto adresą.', + ], + + 'notifications' => [ + + 'notification_resent' => [ + 'title' => 'Persiuntėme el. laišką dar karta.', + ], + + 'notification_resend_throttled' => [ + 'title' => 'Per daug bandymų išsiųsti dar karta', + 'body' => 'Bandykite dar kartą už :seconds sekundžių.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/lt/pages/auth/login.php b/lang/vendor/filament-panels/lt/pages/auth/login.php new file mode 100644 index 00000000..b1d98f2a --- /dev/null +++ b/lang/vendor/filament-panels/lt/pages/auth/login.php @@ -0,0 +1,61 @@ + 'Prisijungti', + + 'heading' => 'Prisijunkite prie savo paskyros', + + 'actions' => [ + + 'register' => [ + 'before' => 'arba', + 'label' => 'užsiregistruokite', + ], + + 'request_password_reset' => [ + 'label' => 'Pamiršote slaptažodį?', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'El. paštas', + ], + + 'password' => [ + 'label' => 'Slaptažodis', + ], + + 'remember' => [ + 'label' => 'Prisiminti mane', + ], + + 'actions' => [ + + 'authenticate' => [ + 'label' => 'Prisijungti', + ], + + ], + + ], + + 'messages' => [ + + 'failed' => 'Neteisingi prisijungimo duomenys.', + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Per daug bandymų prisijungti. Bandykite po :seconds sekundžių.', + 'body' => 'Pabandykite dar katą už :seconds sekundžių.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/lt/pages/auth/password-reset/request-password-reset.php b/lang/vendor/filament-panels/lt/pages/auth/password-reset/request-password-reset.php new file mode 100644 index 00000000..3e7f0c0f --- /dev/null +++ b/lang/vendor/filament-panels/lt/pages/auth/password-reset/request-password-reset.php @@ -0,0 +1,42 @@ + 'Atkurti slaptažodį', + + 'heading' => 'Pamiršote slaptažodį?', + + 'actions' => [ + + 'login' => [ + 'label' => 'grįžti į prisijungimą', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'El. paštas', + ], + + 'actions' => [ + + 'request' => [ + 'label' => 'Siųsti', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Per daug bandymų', + 'body' => 'Bandykite dar kartą už :seconds sekundžių.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/lt/pages/auth/password-reset/reset-password.php b/lang/vendor/filament-panels/lt/pages/auth/password-reset/reset-password.php new file mode 100644 index 00000000..ea0444f9 --- /dev/null +++ b/lang/vendor/filament-panels/lt/pages/auth/password-reset/reset-password.php @@ -0,0 +1,43 @@ + 'Atstatyti slaptažodį', + + 'heading' => 'Atstatyti slaptažodį', + + 'form' => [ + + 'email' => [ + 'label' => 'El. paštas', + ], + + 'password' => [ + 'label' => 'Slaptažodis', + 'validation_attribute' => 'slaptažodžio', + ], + + 'password_confirmation' => [ + 'label' => 'Patvirtinkite slaptažodį', + ], + + 'actions' => [ + + 'reset' => [ + 'label' => 'Atstatyti slaptažodį', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Per daug bandymų', + 'body' => 'Bandykite dar kartą už :seconds sekundžių.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/lt/pages/auth/register.php b/lang/vendor/filament-panels/lt/pages/auth/register.php new file mode 100644 index 00000000..cdc00a58 --- /dev/null +++ b/lang/vendor/filament-panels/lt/pages/auth/register.php @@ -0,0 +1,56 @@ + 'Registracija', + + 'heading' => 'Registracija', + + 'actions' => [ + + 'login' => [ + 'before' => 'arba', + 'label' => 'prisijunkite', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'El. paštas', + ], + + 'name' => [ + 'label' => 'Vardas', + ], + + 'password' => [ + 'label' => 'Slaptažodis', + 'validation_attribute' => 'slaptažodžio', + ], + + 'password_confirmation' => [ + 'label' => 'Patvirtinkite slaptažodį', + ], + + 'actions' => [ + + 'register' => [ + 'label' => 'Registruotis', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Per daug registracijos bandymų', + 'body' => 'Pabandykite dar kartą už :seconds sekundžių.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/lt/pages/dashboard.php b/lang/vendor/filament-panels/lt/pages/dashboard.php new file mode 100644 index 00000000..9588ea12 --- /dev/null +++ b/lang/vendor/filament-panels/lt/pages/dashboard.php @@ -0,0 +1,32 @@ + 'Pagrindinis puslapis', + + 'actions' => [ + + 'filter' => [ + + 'label' => 'Filtras', + + 'modal' => [ + + 'heading' => 'Filtras', + + 'actions' => [ + + 'apply' => [ + + 'label' => 'Taikyti', + + ], + + ], + + ], + + ], + + ], +]; diff --git a/lang/vendor/filament-panels/lt/pages/tenancy/edit-tenant-profile.php b/lang/vendor/filament-panels/lt/pages/tenancy/edit-tenant-profile.php new file mode 100644 index 00000000..6d25527e --- /dev/null +++ b/lang/vendor/filament-panels/lt/pages/tenancy/edit-tenant-profile.php @@ -0,0 +1,25 @@ + [ + + 'actions' => [ + + 'save' => [ + 'label' => 'Išsaugoti', + ], + + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'Išsaugota', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/lt/resources/pages/create-record.php b/lang/vendor/filament-panels/lt/resources/pages/create-record.php new file mode 100644 index 00000000..b2100525 --- /dev/null +++ b/lang/vendor/filament-panels/lt/resources/pages/create-record.php @@ -0,0 +1,37 @@ + 'Sukurti :label', + + 'breadcrumb' => 'Sukurti', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => 'Atšaukti', + ], + + 'create' => [ + 'label' => 'Sukurti', + ], + + 'create_another' => [ + 'label' => 'Sukurti ir sukurti kitą', + ], + + ], + + ], + + 'notifications' => [ + + 'created' => [ + 'title' => 'Sukurta', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/lt/resources/pages/edit-record.php b/lang/vendor/filament-panels/lt/resources/pages/edit-record.php new file mode 100644 index 00000000..932d1cee --- /dev/null +++ b/lang/vendor/filament-panels/lt/resources/pages/edit-record.php @@ -0,0 +1,41 @@ + 'Redaguoti :label', + + 'breadcrumb' => 'Redaguoti', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => 'Atšaukti', + ], + + 'save' => [ + 'label' => 'Išsaugoti pakeitimus', + ], + + ], + + ], + + 'content' => [ + + 'tab' => [ + 'label' => 'Redaguoti', + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'Išsaugota', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/lt/resources/pages/list-records.php b/lang/vendor/filament-panels/lt/resources/pages/list-records.php new file mode 100644 index 00000000..038bbd1f --- /dev/null +++ b/lang/vendor/filament-panels/lt/resources/pages/list-records.php @@ -0,0 +1,7 @@ + 'Sąrašas', + +]; diff --git a/lang/vendor/filament-panels/lt/resources/pages/view-record.php b/lang/vendor/filament-panels/lt/resources/pages/view-record.php new file mode 100644 index 00000000..f5b3037d --- /dev/null +++ b/lang/vendor/filament-panels/lt/resources/pages/view-record.php @@ -0,0 +1,17 @@ + 'Peržiūrėti :label', + + 'breadcrumb' => 'Peržiūrėti', + + 'content' => [ + + 'tab' => [ + 'label' => 'Peržiūrėti', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/lt/unsaved-changes-alert.php b/lang/vendor/filament-panels/lt/unsaved-changes-alert.php new file mode 100644 index 00000000..cb4cd06b --- /dev/null +++ b/lang/vendor/filament-panels/lt/unsaved-changes-alert.php @@ -0,0 +1,7 @@ + 'Jūs turite neišsaugotų pakeitimų. Ar tikrai norite išeiti iš šio puslapio?', + +]; diff --git a/lang/vendor/filament-panels/lt/widgets/account-widget.php b/lang/vendor/filament-panels/lt/widgets/account-widget.php new file mode 100644 index 00000000..510f1cb3 --- /dev/null +++ b/lang/vendor/filament-panels/lt/widgets/account-widget.php @@ -0,0 +1,15 @@ + [ + + 'logout' => [ + 'label' => 'Atsijungti', + ], + + ], + + 'welcome' => 'Sveiki atvykę', + +]; diff --git a/lang/vendor/filament-panels/lt/widgets/filament-info-widget.php b/lang/vendor/filament-panels/lt/widgets/filament-info-widget.php new file mode 100644 index 00000000..d770c7e3 --- /dev/null +++ b/lang/vendor/filament-panels/lt/widgets/filament-info-widget.php @@ -0,0 +1,17 @@ + [ + + 'open_documentation' => [ + 'label' => 'Dokumentacija', + ], + + 'open_github' => [ + 'label' => 'GitHub', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/lv/global-search.php b/lang/vendor/filament-panels/lv/global-search.php new file mode 100644 index 00000000..4f5fc54b --- /dev/null +++ b/lang/vendor/filament-panels/lv/global-search.php @@ -0,0 +1,12 @@ + [ + 'label' => 'Vispārēja meklēšana', + 'placeholder' => 'Meklēt', + ], + + 'no_results_message' => 'Meklēšanas rezultāti nav atrasti.', + +]; diff --git a/lang/vendor/filament-panels/lv/layout.php b/lang/vendor/filament-panels/lv/layout.php new file mode 100644 index 00000000..251ef0db --- /dev/null +++ b/lang/vendor/filament-panels/lv/layout.php @@ -0,0 +1,55 @@ + 'ltr', + + 'actions' => [ + + 'billing' => [ + 'label' => 'Pārvaldīt abonementu', + ], + + 'logout' => [ + 'label' => 'Iziet', + ], + + 'open_database_notifications' => [ + 'label' => 'Atvērt paziņojumus', + ], + + 'open_user_menu' => [ + 'label' => 'Lietotāja izvēlne', + ], + + 'sidebar' => [ + + 'collapse' => [ + 'label' => 'Sakļaut sānjoslu', + ], + + 'expand' => [ + 'label' => 'Izvērst sānjoslu', + ], + + ], + + 'theme_switcher' => [ + + 'dark' => [ + 'label' => 'Pārslēgt uz tumšo režīmu', + ], + + 'light' => [ + 'label' => 'Pārslēgt uz gaišo režīmu', + ], + + 'system' => [ + 'label' => 'Pārslēgt uz sistēmas režīmu', + ], + + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/lv/pages/auth/edit-profile.php b/lang/vendor/filament-panels/lv/pages/auth/edit-profile.php new file mode 100644 index 00000000..0501cae1 --- /dev/null +++ b/lang/vendor/filament-panels/lv/pages/auth/edit-profile.php @@ -0,0 +1,51 @@ + 'Profils', + + 'form' => [ + + 'email' => [ + 'label' => 'E-pasta adrese', + ], + + 'name' => [ + 'label' => 'Vārds', + ], + + 'password' => [ + 'label' => 'Jaunā parole', + ], + + 'password_confirmation' => [ + 'label' => 'Jaunās paroles apstiprinājums', + ], + + 'actions' => [ + + 'save' => [ + 'label' => 'Saglabāt izmaiņas', + ], + + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'Izmaiņas saglabātas', + ], + + ], + + 'actions' => [ + + 'cancel' => [ + 'label' => 'Atcelt', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/lv/pages/auth/email-verification/email-verification-prompt.php b/lang/vendor/filament-panels/lv/pages/auth/email-verification/email-verification-prompt.php new file mode 100644 index 00000000..2fdf14d2 --- /dev/null +++ b/lang/vendor/filament-panels/lv/pages/auth/email-verification/email-verification-prompt.php @@ -0,0 +1,35 @@ + 'Apstipriniet savu e-pasta adresi', + + 'heading' => 'Apstipriniet savu e-pasta adresi', + + 'actions' => [ + + 'resend_notification' => [ + 'label' => 'Nosūtīt vēlreiz', + ], + + ], + + 'messages' => [ + 'notification_not_received' => 'Nesaņēmāt mūsu nosūtīto e-pastu?', + 'notification_sent' => 'Uz adresi :email tika nosūtīts e-pasts ar norādēm, kā apstiprināt savu e-pasta adresi.', + ], + + 'notifications' => [ + + 'notification_resent' => [ + 'title' => 'E-pasts tika nosūtīts atkārtoti.', + ], + + 'notification_resend_throttled' => [ + 'title' => 'Pārāk daudz mēģinājumu', + 'body' => 'Lūdzu, mēģiniet vēlreiz pēc :seconds sekundēm.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/lv/pages/auth/login.php b/lang/vendor/filament-panels/lv/pages/auth/login.php new file mode 100644 index 00000000..f833260d --- /dev/null +++ b/lang/vendor/filament-panels/lv/pages/auth/login.php @@ -0,0 +1,61 @@ + 'Pieteikšanās', + + 'heading' => 'Pierakstīties savā kontā', + + 'actions' => [ + + 'register' => [ + 'before' => 'vai', + 'label' => 'reģistrēties', + ], + + 'request_password_reset' => [ + 'label' => 'Aizmirsāt paroli?', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'E-pasta adrese', + ], + + 'password' => [ + 'label' => 'Parole', + ], + + 'remember' => [ + 'label' => 'Atcerēties mani', + ], + + 'actions' => [ + + 'authenticate' => [ + 'label' => 'Pierakstīties', + ], + + ], + + ], + + 'messages' => [ + + 'failed' => 'Šie akreditācijas dati neatbilst mūsu ierakstiem.', + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Pārāk daudz pieteikšanās mēģinājumu.', + 'body' => 'Lūdzu, mēģiniet vēlreiz pēc :seconds sekundēm.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/lv/pages/auth/password-reset/request-password-reset.php b/lang/vendor/filament-panels/lv/pages/auth/password-reset/request-password-reset.php new file mode 100644 index 00000000..b34fbd8a --- /dev/null +++ b/lang/vendor/filament-panels/lv/pages/auth/password-reset/request-password-reset.php @@ -0,0 +1,42 @@ + 'Paroles maiņa', + + 'heading' => 'Aizmirsāt paroli?', + + 'actions' => [ + + 'login' => [ + 'label' => 'atpakaļ uz pieteikšanās lapu', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'E-pasta adrese', + ], + + 'actions' => [ + + 'request' => [ + 'label' => 'Sūtīt e-pastu', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Pārāk daudz mēģinājumu', + 'body' => 'Lūdzu, mēģiniet vēlreiz pēc :seconds sekundēm.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/lv/pages/auth/password-reset/reset-password.php b/lang/vendor/filament-panels/lv/pages/auth/password-reset/reset-password.php new file mode 100644 index 00000000..8fb32ae6 --- /dev/null +++ b/lang/vendor/filament-panels/lv/pages/auth/password-reset/reset-password.php @@ -0,0 +1,43 @@ + 'Paroles maiņa', + + 'heading' => 'Mainīt paroli', + + 'form' => [ + + 'email' => [ + 'label' => 'E-pasta adrese', + ], + + 'password' => [ + 'label' => 'Parole', + 'validation_attribute' => 'password', + ], + + 'password_confirmation' => [ + 'label' => 'Paroles apstiprinājums', + ], + + 'actions' => [ + + 'reset' => [ + 'label' => 'Mainīt paroli', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Pārāk daudz mēģinājumu', + 'body' => 'Lūdzu, mēģiniet vēlreiz pēc :seconds sekundēm.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/lv/pages/auth/register.php b/lang/vendor/filament-panels/lv/pages/auth/register.php new file mode 100644 index 00000000..e01657f7 --- /dev/null +++ b/lang/vendor/filament-panels/lv/pages/auth/register.php @@ -0,0 +1,56 @@ + 'Reģistrācija', + + 'heading' => 'Reģistrēties', + + 'actions' => [ + + 'login' => [ + 'before' => 'vai', + 'label' => 'pierakstīties savā kontā', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'E-pasta adrese', + ], + + 'name' => [ + 'label' => 'Vārds', + ], + + 'password' => [ + 'label' => 'Parole', + 'validation_attribute' => 'password', + ], + + 'password_confirmation' => [ + 'label' => 'Paroles apstiprinājums', + ], + + 'actions' => [ + + 'register' => [ + 'label' => 'Reģistrēties', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Pārāk daudz reģistrēšanās mēģinājumu', + 'body' => 'Lūdzu, mēģiniet vēlreiz pēc :seconds sekundēm.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/lv/pages/dashboard.php b/lang/vendor/filament-panels/lv/pages/dashboard.php new file mode 100644 index 00000000..cd4be613 --- /dev/null +++ b/lang/vendor/filament-panels/lv/pages/dashboard.php @@ -0,0 +1,7 @@ + 'Panelis', + +]; diff --git a/lang/vendor/filament-panels/lv/pages/tenancy/edit-tenant-profile.php b/lang/vendor/filament-panels/lv/pages/tenancy/edit-tenant-profile.php new file mode 100644 index 00000000..0759003c --- /dev/null +++ b/lang/vendor/filament-panels/lv/pages/tenancy/edit-tenant-profile.php @@ -0,0 +1,25 @@ + [ + + 'actions' => [ + + 'save' => [ + 'label' => 'Saglabāt izmaiņas', + ], + + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'Izmaiņas saglabātas', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/lv/resources/pages/create-record.php b/lang/vendor/filament-panels/lv/resources/pages/create-record.php new file mode 100644 index 00000000..ce12b204 --- /dev/null +++ b/lang/vendor/filament-panels/lv/resources/pages/create-record.php @@ -0,0 +1,37 @@ + 'Jauns :label', + + 'breadcrumb' => 'Jauns', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => 'Atcelt', + ], + + 'create' => [ + 'label' => 'Izveidot', + ], + + 'create_another' => [ + 'label' => 'Izveidot & izveidot citu', + ], + + ], + + ], + + 'notifications' => [ + + 'created' => [ + 'title' => 'Izveidots', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/lv/resources/pages/edit-record.php b/lang/vendor/filament-panels/lv/resources/pages/edit-record.php new file mode 100644 index 00000000..da552e94 --- /dev/null +++ b/lang/vendor/filament-panels/lv/resources/pages/edit-record.php @@ -0,0 +1,41 @@ + 'Rediģēt :label', + + 'breadcrumb' => 'Rediģēt', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => 'Atcelt', + ], + + 'save' => [ + 'label' => 'Saglabāt izmaiņas', + ], + + ], + + ], + + 'content' => [ + + 'tab' => [ + 'label' => 'Rediģēt', + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'Saglabāts', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/lv/resources/pages/list-records.php b/lang/vendor/filament-panels/lv/resources/pages/list-records.php new file mode 100644 index 00000000..c9f4d4a5 --- /dev/null +++ b/lang/vendor/filament-panels/lv/resources/pages/list-records.php @@ -0,0 +1,7 @@ + 'Saraksts', + +]; diff --git a/lang/vendor/filament-panels/lv/resources/pages/view-record.php b/lang/vendor/filament-panels/lv/resources/pages/view-record.php new file mode 100644 index 00000000..914a8685 --- /dev/null +++ b/lang/vendor/filament-panels/lv/resources/pages/view-record.php @@ -0,0 +1,17 @@ + 'Skatīt :label', + + 'breadcrumb' => 'Skatīt', + + 'content' => [ + + 'tab' => [ + 'label' => 'Skatīt', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/lv/widgets/account-widget.php b/lang/vendor/filament-panels/lv/widgets/account-widget.php new file mode 100644 index 00000000..d4b2c7aa --- /dev/null +++ b/lang/vendor/filament-panels/lv/widgets/account-widget.php @@ -0,0 +1,15 @@ + [ + + 'logout' => [ + 'label' => 'Iziet', + ], + + ], + + 'welcome' => 'Laipni lūdzam', + +]; diff --git a/lang/vendor/filament-panels/lv/widgets/filament-info-widget.php b/lang/vendor/filament-panels/lv/widgets/filament-info-widget.php new file mode 100644 index 00000000..e1e4b5e4 --- /dev/null +++ b/lang/vendor/filament-panels/lv/widgets/filament-info-widget.php @@ -0,0 +1,17 @@ + [ + + 'open_documentation' => [ + 'label' => 'Dokumentācija', + ], + + 'open_github' => [ + 'label' => 'GitHub', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/mn/global-search.php b/lang/vendor/filament-panels/mn/global-search.php new file mode 100644 index 00000000..a62edf82 --- /dev/null +++ b/lang/vendor/filament-panels/mn/global-search.php @@ -0,0 +1,12 @@ + [ + 'label' => 'Бүгдээс хайх', + 'placeholder' => 'Хайлт', + ], + + 'no_results_message' => 'Хайлтын үр дүн олдсонгүй.', + +]; diff --git a/lang/vendor/filament-panels/mn/layout.php b/lang/vendor/filament-panels/mn/layout.php new file mode 100644 index 00000000..d2283205 --- /dev/null +++ b/lang/vendor/filament-panels/mn/layout.php @@ -0,0 +1,63 @@ + 'ltr', + + 'actions' => [ + + 'billing' => [ + 'label' => 'Бүртгэлийг удирдах', + ], + + 'logout' => [ + 'label' => 'Гарах', + ], + + 'open_database_notifications' => [ + 'label' => 'Мэдэгдлүүдийг үзэх', + ], + + 'open_user_menu' => [ + 'label' => 'Хэрэглэгчийн цэс', + ], + + 'sidebar' => [ + + 'collapse' => [ + 'label' => 'Баганыг хураах', + ], + + 'expand' => [ + 'label' => 'Баганыг дэлгэх', + ], + + ], + + 'theme_switcher' => [ + + 'dark' => [ + 'label' => 'Бараан горимыг нээх', + ], + + 'light' => [ + 'label' => 'Гэгээтэй горимыг нээх', + ], + + 'system' => [ + 'label' => 'Үйлдлийн системийн тохиргоогоор', + ], + + ], + + ], + + 'avatar' => [ + 'alt' => ':name аватар', + ], + + 'logo' => [ + 'alt' => ':name лого', + ], + +]; diff --git a/lang/vendor/filament-panels/mn/pages/auth/edit-profile.php b/lang/vendor/filament-panels/mn/pages/auth/edit-profile.php new file mode 100644 index 00000000..12071f68 --- /dev/null +++ b/lang/vendor/filament-panels/mn/pages/auth/edit-profile.php @@ -0,0 +1,51 @@ + 'Хувийн мэдээлэл', + + 'form' => [ + + 'email' => [ + 'label' => 'Имэйл хаяг', + ], + + 'name' => [ + 'label' => 'Нэр', + ], + + 'password' => [ + 'label' => 'Шинэ нууц үг', + ], + + 'password_confirmation' => [ + 'label' => 'Шинэ нууц үгийг давтан оруулна уу', + ], + + 'actions' => [ + + 'save' => [ + 'label' => 'Өөрчлөлтийг хадгал', + ], + + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'Хадгалагдсан', + ], + + ], + + 'actions' => [ + + 'cancel' => [ + 'label' => 'Цуцлах', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/mn/pages/auth/email-verification/email-verification-prompt.php b/lang/vendor/filament-panels/mn/pages/auth/email-verification/email-verification-prompt.php new file mode 100644 index 00000000..ea174bdc --- /dev/null +++ b/lang/vendor/filament-panels/mn/pages/auth/email-verification/email-verification-prompt.php @@ -0,0 +1,35 @@ + 'Имэйл баталгаажуулах', + + 'heading' => 'Имэйл хаягаа баталгаажуулах', + + 'actions' => [ + + 'resend_notification' => [ + 'label' => 'Дахин илгээх', + ], + + ], + + 'messages' => [ + 'notification_not_received' => 'Бидний илгээсэн имэйлийг хүлээж аваагүй юу?', + 'notification_sent' => 'Бид :email хаяг руу имэйл хаягаа баталгаажуулах мэдээллийг илгээсэн.', + ], + + 'notifications' => [ + + 'notification_resent' => [ + 'title' => 'Имэйл илгээгдсэн.', + ], + + 'notification_resend_throttled' => [ + 'title' => 'Олон тооны илгээх оролдлого', + 'body' => ':seconds секундын дараа дахин оролдоно уу!', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/mn/pages/auth/login.php b/lang/vendor/filament-panels/mn/pages/auth/login.php new file mode 100644 index 00000000..467323a9 --- /dev/null +++ b/lang/vendor/filament-panels/mn/pages/auth/login.php @@ -0,0 +1,61 @@ + 'Нэвтрэх', + + 'heading' => 'Нэвтрэх', + + 'actions' => [ + + 'register' => [ + 'before' => 'эсвэл', + 'label' => 'бүртгүүлэх', + ], + + 'request_password_reset' => [ + 'label' => 'Нууц үгээ мартсан уу?', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'Имэйл хаяг', + ], + + 'password' => [ + 'label' => 'Нууц үг', + ], + + 'remember' => [ + 'label' => 'Намайг сануул', + ], + + 'actions' => [ + + 'authenticate' => [ + 'label' => 'Нэвтрэх', + ], + + ], + + ], + + 'messages' => [ + + 'failed' => 'Нэвтрэх мэдээлэл буруу байна!', + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Олон тооны нэвтрэх оролдлого', + 'body' => ':seconds секундын дараа дахин оролдоно уу!', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/mn/pages/auth/password-reset/request-password-reset.php b/lang/vendor/filament-panels/mn/pages/auth/password-reset/request-password-reset.php new file mode 100644 index 00000000..881480be --- /dev/null +++ b/lang/vendor/filament-panels/mn/pages/auth/password-reset/request-password-reset.php @@ -0,0 +1,42 @@ + 'Нууц үг сэргээх', + + 'heading' => 'Нууц үгээ мартсан уу?', + + 'actions' => [ + + 'login' => [ + 'label' => 'нэвтрэх хэсэг рүү буцах', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'Имэйл хаяг', + ], + + 'actions' => [ + + 'request' => [ + 'label' => 'Имэйл илгээх', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Олон тооны хүсэлт', + 'body' => ':seconds секундын дараа дахин оролдоно уу!', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/mn/pages/auth/password-reset/reset-password.php b/lang/vendor/filament-panels/mn/pages/auth/password-reset/reset-password.php new file mode 100644 index 00000000..8274c706 --- /dev/null +++ b/lang/vendor/filament-panels/mn/pages/auth/password-reset/reset-password.php @@ -0,0 +1,43 @@ + 'Нууц үг шинэчлэх', + + 'heading' => 'Нууц үг шинэчлэх', + + 'form' => [ + + 'email' => [ + 'label' => 'Имэйл хаяг', + ], + + 'password' => [ + 'label' => 'Нууц үг', + 'validation_attribute' => 'нууц үг', + ], + + 'password_confirmation' => [ + 'label' => 'Нууц үгийг давтах', + ], + + 'actions' => [ + + 'reset' => [ + 'label' => 'Нууц үгийг шинэчлэх', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Олон тооны шинэчлэх оролдлого', + 'body' => ':seconds секундын дараа дахин оролдоно уу!', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/mn/pages/auth/register.php b/lang/vendor/filament-panels/mn/pages/auth/register.php new file mode 100644 index 00000000..b71deb31 --- /dev/null +++ b/lang/vendor/filament-panels/mn/pages/auth/register.php @@ -0,0 +1,56 @@ + 'Бүртгүүлэх', + + 'heading' => 'Бүртгүүлэх', + + 'actions' => [ + + 'login' => [ + 'before' => 'эсвэл', + 'label' => 'өөрийн бүртгэлээр нэвтрэх', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'Имэйл хаяг', + ], + + 'name' => [ + 'label' => 'Нэр', + ], + + 'password' => [ + 'label' => 'Нууц үг', + 'validation_attribute' => 'нууц үг', + ], + + 'password_confirmation' => [ + 'label' => 'Нууц үгийг давтан оруулах', + ], + + 'actions' => [ + + 'register' => [ + 'label' => 'Бүртгүүлэх', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Олон тооны бүртгүүлэх оролдого', + 'body' => ':seconds секундын дараа дахин оролдоно уу.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/mn/pages/dashboard.php b/lang/vendor/filament-panels/mn/pages/dashboard.php new file mode 100644 index 00000000..559a9993 --- /dev/null +++ b/lang/vendor/filament-panels/mn/pages/dashboard.php @@ -0,0 +1,33 @@ + 'Хяналтын самбар', + + 'actions' => [ + + 'filter' => [ + + 'label' => 'Шүүлтүүр', + + 'modal' => [ + + 'heading' => 'Шүүлтүүр', + + 'actions' => [ + + 'apply' => [ + + 'label' => 'Батлах', + + ], + + ], + + ], + + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/mn/pages/tenancy/edit-tenant-profile.php b/lang/vendor/filament-panels/mn/pages/tenancy/edit-tenant-profile.php new file mode 100644 index 00000000..d0fcb6d7 --- /dev/null +++ b/lang/vendor/filament-panels/mn/pages/tenancy/edit-tenant-profile.php @@ -0,0 +1,25 @@ + [ + + 'actions' => [ + + 'save' => [ + 'label' => 'Өөрчлөлтийг хадгалах', + ], + + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'Хадгалагдсан', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/mn/resources/pages/create-record.php b/lang/vendor/filament-panels/mn/resources/pages/create-record.php new file mode 100644 index 00000000..2548ee3c --- /dev/null +++ b/lang/vendor/filament-panels/mn/resources/pages/create-record.php @@ -0,0 +1,37 @@ + 'Үүсгэх :label', + + 'breadcrumb' => 'Үүсгэх', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => 'Цуцлах', + ], + + 'create' => [ + 'label' => 'Үүсгэх', + ], + + 'create_another' => [ + 'label' => 'Үүсгээд & өөр шинийг үүсгэх', + ], + + ], + + ], + + 'notifications' => [ + + 'created' => [ + 'title' => 'Created', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/mn/resources/pages/edit-record.php b/lang/vendor/filament-panels/mn/resources/pages/edit-record.php new file mode 100644 index 00000000..c73ec0e5 --- /dev/null +++ b/lang/vendor/filament-panels/mn/resources/pages/edit-record.php @@ -0,0 +1,41 @@ + 'Засах :label', + + 'breadcrumb' => 'Засах', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => 'Цуцлах', + ], + + 'save' => [ + 'label' => 'Өөрчлөлтийг хадгалах', + ], + + ], + + ], + + 'content' => [ + + 'tab' => [ + 'label' => 'Засах', + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'Хадгалагдсан', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/mn/resources/pages/list-records.php b/lang/vendor/filament-panels/mn/resources/pages/list-records.php new file mode 100644 index 00000000..9448eebe --- /dev/null +++ b/lang/vendor/filament-panels/mn/resources/pages/list-records.php @@ -0,0 +1,7 @@ + 'Жагсаалт', + +]; diff --git a/lang/vendor/filament-panels/mn/resources/pages/view-record.php b/lang/vendor/filament-panels/mn/resources/pages/view-record.php new file mode 100644 index 00000000..19d52e66 --- /dev/null +++ b/lang/vendor/filament-panels/mn/resources/pages/view-record.php @@ -0,0 +1,17 @@ + 'Үзэх :label', + + 'breadcrumb' => 'Үзэх', + + 'content' => [ + + 'tab' => [ + 'label' => 'Үзэх', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/mn/unsaved-changes-alert.php b/lang/vendor/filament-panels/mn/unsaved-changes-alert.php new file mode 100644 index 00000000..82d5c433 --- /dev/null +++ b/lang/vendor/filament-panels/mn/unsaved-changes-alert.php @@ -0,0 +1,7 @@ + 'Танд хадгалаагүй мэдээллүүд байна. Та энэ хуудаснаас шилжих үү?', + +]; diff --git a/lang/vendor/filament-panels/mn/widgets/account-widget.php b/lang/vendor/filament-panels/mn/widgets/account-widget.php new file mode 100644 index 00000000..39561d91 --- /dev/null +++ b/lang/vendor/filament-panels/mn/widgets/account-widget.php @@ -0,0 +1,15 @@ + [ + + 'logout' => [ + 'label' => 'Гарах', + ], + + ], + + 'welcome' => 'Сайн байна уу?', + +]; diff --git a/lang/vendor/filament-panels/mn/widgets/filament-info-widget.php b/lang/vendor/filament-panels/mn/widgets/filament-info-widget.php new file mode 100644 index 00000000..2a67c142 --- /dev/null +++ b/lang/vendor/filament-panels/mn/widgets/filament-info-widget.php @@ -0,0 +1,17 @@ + [ + + 'open_documentation' => [ + 'label' => 'Гарын авлага', + ], + + 'open_github' => [ + 'label' => 'GitHub', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ms/global-search.php b/lang/vendor/filament-panels/ms/global-search.php new file mode 100644 index 00000000..8eec2929 --- /dev/null +++ b/lang/vendor/filament-panels/ms/global-search.php @@ -0,0 +1,12 @@ + [ + 'label' => 'Carian global', + 'placeholder' => 'Carian', + ], + + 'no_results_message' => 'Tiada hasil carian ditemui.', + +]; diff --git a/lang/vendor/filament-panels/ms/layout.php b/lang/vendor/filament-panels/ms/layout.php new file mode 100644 index 00000000..a7c34203 --- /dev/null +++ b/lang/vendor/filament-panels/ms/layout.php @@ -0,0 +1,63 @@ + 'ltr', + + 'actions' => [ + + 'billing' => [ + 'label' => 'Urus langganan', + ], + + 'logout' => [ + 'label' => 'Log keluar', + ], + + 'open_database_notifications' => [ + 'label' => 'Buka pemberitahuan', + ], + + 'open_user_menu' => [ + 'label' => 'Menu Pengguna', + ], + + 'sidebar' => [ + + 'collapse' => [ + 'label' => 'Runtuhkan bar sisi', + ], + + 'expand' => [ + 'label' => 'Kembangkan bar sisi', + ], + + ], + + 'theme_switcher' => [ + + 'dark' => [ + 'label' => 'Tukar mod gelap', + ], + + 'light' => [ + 'label' => 'Tukar mod terang', + ], + + 'system' => [ + 'label' => 'Dayakan tema sistem', + ], + + ], + + ], + + 'avatar' => [ + 'alt' => 'Avatar untuk :name', + ], + + 'logo' => [ + 'alt' => ':name logo', + ], + +]; diff --git a/lang/vendor/filament-panels/ms/pages/auth/edit-profile.php b/lang/vendor/filament-panels/ms/pages/auth/edit-profile.php new file mode 100644 index 00000000..111b5182 --- /dev/null +++ b/lang/vendor/filament-panels/ms/pages/auth/edit-profile.php @@ -0,0 +1,51 @@ + 'Profil', + + 'form' => [ + + 'email' => [ + 'label' => 'Alamat emel', + ], + + 'name' => [ + 'label' => 'Nama', + ], + + 'password' => [ + 'label' => 'Kata laluan baru', + ], + + 'password_confirmation' => [ + 'label' => 'Sahkan kata laluan baharu', + ], + + 'actions' => [ + + 'save' => [ + 'label' => 'Simpan perubahan', + ], + + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'Disimpan', + ], + + ], + + 'actions' => [ + + 'cancel' => [ + 'label' => 'ke belakang', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ms/pages/auth/email-verification/email-verification-prompt.php b/lang/vendor/filament-panels/ms/pages/auth/email-verification/email-verification-prompt.php new file mode 100644 index 00000000..a909b73b --- /dev/null +++ b/lang/vendor/filament-panels/ms/pages/auth/email-verification/email-verification-prompt.php @@ -0,0 +1,35 @@ + 'Mengesahkan alamat e-mel anda', + + 'heading' => 'Mengesahkan alamat e-mel anda', + + 'actions' => [ + + 'resend_notification' => [ + 'label' => 'Hantar semula', + ], + + ], + + 'messages' => [ + 'notification_not_received' => 'Tidak menerima e-mel yang kami hantar?', + 'notification_sent' => 'Kami telah menghantar e-mel kepada :email yang mengandungi arahan tentang cara untuk mengesahkan alamat e-mel anda.', + ], + + 'notifications' => [ + + 'notification_resent' => [ + 'title' => 'Kami telah menghantar e-mel.', + ], + + 'notification_resend_throttled' => [ + 'title' => 'Terlalu banyak percubaan menghantar semula', + 'body' => 'Sila cuba lagi dalam :second saat.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ms/pages/auth/login.php b/lang/vendor/filament-panels/ms/pages/auth/login.php new file mode 100644 index 00000000..6fbdd768 --- /dev/null +++ b/lang/vendor/filament-panels/ms/pages/auth/login.php @@ -0,0 +1,61 @@ + 'Log masuk', + + 'heading' => 'Log masuk ke akaun anda', + + 'actions' => [ + + 'register' => [ + 'before' => 'atau', + 'label' => 'mendaftar akaun', + ], + + 'request_password_reset' => [ + 'label' => 'Lupa kata laluan?', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'Emel', + ], + + 'password' => [ + 'label' => 'Kata laluan', + ], + + 'remember' => [ + 'label' => 'Ingat saya', + ], + + 'actions' => [ + + 'authenticate' => [ + 'label' => 'Log masuk', + ], + + ], + + ], + + 'messages' => [ + + 'failed' => 'Bukti kelayakan ini tidak sepadan dengan rekod kami.', + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Terlalu banyak percubaan log masuk. Sila cuba lagi dalam :seconds saat.', + 'body' => 'Sila cuba lagi dalam masa :seconds saat.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ms/pages/auth/password-reset/request-password-reset.php b/lang/vendor/filament-panels/ms/pages/auth/password-reset/request-password-reset.php new file mode 100644 index 00000000..e08ef636 --- /dev/null +++ b/lang/vendor/filament-panels/ms/pages/auth/password-reset/request-password-reset.php @@ -0,0 +1,42 @@ + 'Menetapkan semula kata laluan anda', + + 'heading' => 'Lupa kata laluan?', + + 'actions' => [ + + 'login' => [ + 'label' => 'kembali untuk log masuk', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'Alamat emel', + ], + + 'actions' => [ + + 'request' => [ + 'label' => 'Hantar emel', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Terlalu banyak permintaan', + 'body' => 'Sila cuba lagi dalam :second saat.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ms/pages/auth/password-reset/reset-password.php b/lang/vendor/filament-panels/ms/pages/auth/password-reset/reset-password.php new file mode 100644 index 00000000..fc9d18ae --- /dev/null +++ b/lang/vendor/filament-panels/ms/pages/auth/password-reset/reset-password.php @@ -0,0 +1,43 @@ + 'Reset your password', + + 'heading' => 'Reset your password', + + 'form' => [ + + 'email' => [ + 'label' => 'Email address', + ], + + 'password' => [ + 'label' => 'Password', + 'validation_attribute' => 'password', + ], + + 'password_confirmation' => [ + 'label' => 'Confirm password', + ], + + 'actions' => [ + + 'reset' => [ + 'label' => 'Reset password', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Too many reset attempts', + 'body' => 'Please try again in :seconds seconds.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ms/pages/auth/register.php b/lang/vendor/filament-panels/ms/pages/auth/register.php new file mode 100644 index 00000000..74443147 --- /dev/null +++ b/lang/vendor/filament-panels/ms/pages/auth/register.php @@ -0,0 +1,56 @@ + 'Daftar', + + 'heading' => 'Daftar', + + 'actions' => [ + + 'login' => [ + 'before' => 'atau', + 'label' => 'log masuk ke akaun anda', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'Alamat emel', + ], + + 'name' => [ + 'label' => 'Nama', + ], + + 'password' => [ + 'label' => 'Kata laluan', + 'validation_attribute' => 'password', + ], + + 'password_confirmation' => [ + 'label' => 'Sahkan kata laluan', + ], + + 'actions' => [ + + 'register' => [ + 'label' => 'Daftar', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Terlalu banyak percubaan pendaftaran', + 'body' => 'Sila cuba lagi dalam :second saat.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ms/pages/dashboard.php b/lang/vendor/filament-panels/ms/pages/dashboard.php new file mode 100644 index 00000000..247eadb3 --- /dev/null +++ b/lang/vendor/filament-panels/ms/pages/dashboard.php @@ -0,0 +1,33 @@ + 'Papan pemuka', + + 'actions' => [ + + 'filter' => [ + + 'label' => 'Penapis', + + 'modal' => [ + + 'heading' => 'Penapis', + + 'actions' => [ + + 'apply' => [ + + 'label' => 'Mohon', + + ], + + ], + + ], + + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ms/pages/tenancy/edit-tenant-profile.php b/lang/vendor/filament-panels/ms/pages/tenancy/edit-tenant-profile.php new file mode 100644 index 00000000..58485157 --- /dev/null +++ b/lang/vendor/filament-panels/ms/pages/tenancy/edit-tenant-profile.php @@ -0,0 +1,25 @@ + [ + + 'actions' => [ + + 'save' => [ + 'label' => 'Simpan perubahan', + ], + + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'Disimpan', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ms/resources/pages/create-record.php b/lang/vendor/filament-panels/ms/resources/pages/create-record.php new file mode 100644 index 00000000..a9038d37 --- /dev/null +++ b/lang/vendor/filament-panels/ms/resources/pages/create-record.php @@ -0,0 +1,37 @@ + 'Cipta :label', + + 'breadcrumb' => 'Cipta', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => 'Batal', + ], + + 'create' => [ + 'label' => 'Cipta', + ], + + 'create_another' => [ + 'label' => 'Cipta & cipta yang lain', + ], + + ], + + ], + + 'notifications' => [ + + 'created' => [ + 'title' => 'Diciptakan', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ms/resources/pages/edit-record.php b/lang/vendor/filament-panels/ms/resources/pages/edit-record.php new file mode 100644 index 00000000..c281ae6a --- /dev/null +++ b/lang/vendor/filament-panels/ms/resources/pages/edit-record.php @@ -0,0 +1,41 @@ + 'Sunting :label', + + 'breadcrumb' => 'Sunting', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => 'Batal', + ], + + 'save' => [ + 'label' => 'Simpan', + ], + + ], + + ], + + 'content' => [ + + 'tab' => [ + 'label' => 'Sunting', + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'Disimpan', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ms/resources/pages/list-records.php b/lang/vendor/filament-panels/ms/resources/pages/list-records.php new file mode 100644 index 00000000..fd84b575 --- /dev/null +++ b/lang/vendor/filament-panels/ms/resources/pages/list-records.php @@ -0,0 +1,7 @@ + 'Senarai', + +]; diff --git a/lang/vendor/filament-panels/ms/resources/pages/view-record.php b/lang/vendor/filament-panels/ms/resources/pages/view-record.php new file mode 100644 index 00000000..372b7d4a --- /dev/null +++ b/lang/vendor/filament-panels/ms/resources/pages/view-record.php @@ -0,0 +1,17 @@ + 'Lihat :label', + + 'breadcrumb' => 'Lihat', + + 'content' => [ + + 'tab' => [ + 'label' => 'Lihat', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ms/unsaved-changes-alert.php b/lang/vendor/filament-panels/ms/unsaved-changes-alert.php new file mode 100644 index 00000000..25176c69 --- /dev/null +++ b/lang/vendor/filament-panels/ms/unsaved-changes-alert.php @@ -0,0 +1,7 @@ + 'Anda mempunyai perubahan yang belum disimpan. Adakah anda pasti mahu meninggalkan halaman ini?', + +]; diff --git a/lang/vendor/filament-panels/ms/widgets/account-widget.php b/lang/vendor/filament-panels/ms/widgets/account-widget.php new file mode 100644 index 00000000..94b1603c --- /dev/null +++ b/lang/vendor/filament-panels/ms/widgets/account-widget.php @@ -0,0 +1,15 @@ + [ + + 'logout' => [ + 'label' => 'Log keluar', + ], + + ], + + 'welcome' => 'Selamat datang', + +]; diff --git a/lang/vendor/filament-panels/ms/widgets/filament-info-widget.php b/lang/vendor/filament-panels/ms/widgets/filament-info-widget.php new file mode 100644 index 00000000..85d41319 --- /dev/null +++ b/lang/vendor/filament-panels/ms/widgets/filament-info-widget.php @@ -0,0 +1,17 @@ + [ + + 'open_documentation' => [ + 'label' => 'Dokumentasi', + ], + + 'open_github' => [ + 'label' => 'GitHub', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/my/global-search.php b/lang/vendor/filament-panels/my/global-search.php new file mode 100644 index 00000000..58f1784b --- /dev/null +++ b/lang/vendor/filament-panels/my/global-search.php @@ -0,0 +1,12 @@ + [ + 'label' => 'ကမ္ဘာလုံးဆိုင်ရာ ရှာဖွေမှု', + 'placeholder' => 'ရှာမယ်', + ], + + 'no_results_message' => 'ရှာဖွေမှုရလဒ်များ မတွေ့ပါ', + +]; diff --git a/lang/vendor/filament-panels/my/layout.php b/lang/vendor/filament-panels/my/layout.php new file mode 100644 index 00000000..50378221 --- /dev/null +++ b/lang/vendor/filament-panels/my/layout.php @@ -0,0 +1,63 @@ + 'ltr', + + 'actions' => [ + + 'billing' => [ + 'label' => 'စာရင်းရှင်းရန်', + ], + + 'logout' => [ + 'label' => 'ထွက်ရန်', + ], + + 'open_database_notifications' => [ + 'label' => 'အကြောင်းကြားချက်များ ဖွင့်ရန်', + ], + + 'open_user_menu' => [ + 'label' => 'အသုံးပြုသူမီနူး', + ], + + 'sidebar' => [ + + 'collapse' => [ + 'label' => 'ဘေးတန်းကို ချုံ့ရန်', + ], + + 'expand' => [ + 'label' => 'ဘေးတန်းကို ချဲ့ရန်', + ], + + ], + + 'theme_switcher' => [ + + 'dark' => [ + 'label' => 'အနက်ရောင်သွင်ပြင် သုံးရန်', + ], + + 'light' => [ + 'label' => 'အဖြူရောင်သွင်ပြင် သုံးရန်', + ], + + 'system' => [ + 'label' => 'စနစ်သွင်ပြင် သုံးရန်', + ], + + ], + + ], + + 'avatar' => [ + 'alt' => ':name ၏ ပရိုဖိုင်ပုံ', + ], + + 'logo' => [ + 'alt' => ':name လိုဂို', + ], + +]; diff --git a/lang/vendor/filament-panels/my/pages/auth/edit-profile.php b/lang/vendor/filament-panels/my/pages/auth/edit-profile.php new file mode 100644 index 00000000..86f42270 --- /dev/null +++ b/lang/vendor/filament-panels/my/pages/auth/edit-profile.php @@ -0,0 +1,51 @@ + 'ပရိုဖိုင်း', + + 'form' => [ + + 'email' => [ + 'label' => 'အီးမေးလ်လိပ်စာ', + ], + + 'name' => [ + 'label' => 'အမည်', + ], + + 'password' => [ + 'label' => 'စကားဝှက်အသစ်', + ], + + 'password_confirmation' => [ + 'label' => 'စကားဝှက်အသစ်အတည်ပြုရန်', + ], + + 'actions' => [ + + 'save' => [ + 'label' => 'ပြောင်းလဲမှုများကို သိမ်းဆည်းပါ', + ], + + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'သိမ်းဆည်းပြီးပါပြီ', + ], + + ], + + 'actions' => [ + + 'cancel' => [ + 'label' => 'ပယ်ဖျက်ပါ', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/my/pages/auth/email-verification/email-verification-prompt.php b/lang/vendor/filament-panels/my/pages/auth/email-verification/email-verification-prompt.php new file mode 100644 index 00000000..a9c66262 --- /dev/null +++ b/lang/vendor/filament-panels/my/pages/auth/email-verification/email-verification-prompt.php @@ -0,0 +1,35 @@ + 'သင့်အီးမေးလ်လိပ်စာကို အတည်ပြုပါ', + + 'heading' => 'သင့်အီးမေးလ်လိပ်စာကို အတည်ပြုပါ', + + 'actions' => [ + + 'resend_notification' => [ + 'label' => 'ပြန်လည်ပို့ပေးပါ', + ], + + ], + + 'messages' => [ + 'notification_not_received' => 'ကျွန်ုပ်တို့ပို့လိုက်သော အီးမေးလ်ကို မရရှိပါသလား?', + 'notification_sent' => 'သင့်အီးမေးလ်လိပ်စာ အတည်ပြုရန်အတွက် လမ်းညွှန်ချက်များပါဝင်သော အီးမေးလ်ကို :email သို့ ပို့ပြီးဖြစ်ပါသည်။', + ], + + 'notifications' => [ + + 'notification_resent' => [ + 'title' => 'အီးမေးလ်အသစ် ပြန်လည်ပို့ပြီးပါပြီ။', + ], + + 'notification_resend_throttled' => [ + 'title' => 'ပြန်လည်ပို့ရန် ကြိုးပမ်းမှု များလွန်းနေပါသည်', + 'body' => 'ကျေးဇူးပြု၍ :seconds စက္ကန့် မှာ ထပ်မံကြိုးစားပါ။', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/my/pages/auth/login.php b/lang/vendor/filament-panels/my/pages/auth/login.php new file mode 100644 index 00000000..30c928d1 --- /dev/null +++ b/lang/vendor/filament-panels/my/pages/auth/login.php @@ -0,0 +1,61 @@ + 'အကောင့်ဝင်ရန်', + + 'heading' => 'အကောင့်ဝင်ပါ', + + 'actions' => [ + + 'register' => [ + 'before' => 'သို့မဟုတ်', + 'label' => 'အကောင့်အသစ်ဖွင့်ရန်', + ], + + 'request_password_reset' => [ + 'label' => 'စကားဝှက်မေ့နေပါသလား?', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'အီးမေးလ်လိပ်စာ', + ], + + 'password' => [ + 'label' => 'စကားဝှက်', + ], + + 'remember' => [ + 'label' => 'မှတ်ထားပါ', + ], + + 'actions' => [ + + 'authenticate' => [ + 'label' => 'ဝင်ရောက်မည်', + ], + + ], + + ], + + 'messages' => [ + + 'failed' => 'ဖြည့်သွင်းထားသော အချက်အလက်များ မှားယွင်းနေပါသည်။', + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'အကောင့်ဝင်ရန် ကြိုးပမ်းမှု များလွန်းနေပါသည်', + 'body' => 'ကျေးဇူးပြု၍ စက္ကန့် :seconds မှ ပြန်လည်ကြိုးစားပါ။', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/my/pages/auth/password-reset/request-password-reset.php b/lang/vendor/filament-panels/my/pages/auth/password-reset/request-password-reset.php new file mode 100644 index 00000000..2eea0eaa --- /dev/null +++ b/lang/vendor/filament-panels/my/pages/auth/password-reset/request-password-reset.php @@ -0,0 +1,42 @@ + 'စကားဝှက်ပြန်လည်သတ်မှတ်ရန်', + + 'heading' => 'စကားဝှက်မေ့နေပါသလား?', + + 'actions' => [ + + 'login' => [ + 'label' => 'အကောင့်ဝင်ရန် စာမျက်နှာသို့', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'အီးမေးလ်လိပ်စာ', + ], + + 'actions' => [ + + 'request' => [ + 'label' => 'အီးမေးလ်ပို့ပါ', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'တောင်းဆိုမှုများ များလွန်းနေပါသည်', + 'body' => 'ကျေးဇူးပြု၍ စက္ကန့် :seconds မှာ ထပ်မံကြိုးစားပါ။', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/my/pages/auth/password-reset/reset-password.php b/lang/vendor/filament-panels/my/pages/auth/password-reset/reset-password.php new file mode 100644 index 00000000..86e51a13 --- /dev/null +++ b/lang/vendor/filament-panels/my/pages/auth/password-reset/reset-password.php @@ -0,0 +1,43 @@ + 'စကားဝှက်ပြန်လည်သတ်မှတ်ရန်', + + 'heading' => 'စကားဝှက်ပြန်လည်သတ်မှတ်ရန်', + + 'form' => [ + + 'email' => [ + 'label' => 'အီးမေးလ်လိပ်စာ', + ], + + 'password' => [ + 'label' => 'စကားဝှက်', + 'validation_attribute' => 'စကားဝှက်', + ], + + 'password_confirmation' => [ + 'label' => 'စကားဝှက်အတည်ပြုရန်', + ], + + 'actions' => [ + + 'reset' => [ + 'label' => 'စကားဝှက်ပြန်လည်သတ်မှတ်ရန်', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'ပြန်လည်သတ်မှတ်ရန် ကြိုးပမ်းမှုများ များလွန်းနေပါသည်', + 'body' => 'ကျေးဇူးပြု၍ စက္ကန့် :seconds မှာ ထပ်မံကြိုးစားပါ။', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/my/pages/auth/register.php b/lang/vendor/filament-panels/my/pages/auth/register.php new file mode 100644 index 00000000..d54bf686 --- /dev/null +++ b/lang/vendor/filament-panels/my/pages/auth/register.php @@ -0,0 +1,56 @@ + 'အကောင့်အသစ်ဖွင့်ရန်', + + 'heading' => 'အကောင့်အသစ်ဖွင့်ပါ', + + 'actions' => [ + + 'login' => [ + 'before' => 'သို့မဟုတ်', + 'label' => 'အကောင့်ဝင်ရန်', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'အီးမေးလ်လိပ်စာ', + ], + + 'name' => [ + 'label' => 'အမည်', + ], + + 'password' => [ + 'label' => 'စကားဝှက်', + 'validation_attribute' => 'စကားဝှက်', + ], + + 'password_confirmation' => [ + 'label' => 'စကားဝှက်အတည်ပြုပါ', + ], + + 'actions' => [ + + 'register' => [ + 'label' => 'အကောင့်ဖွင့်မည်', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'အကောင့်ဖွင့်ရန် ကြိုးပမ်းမှု များလွန်းနေပါသည်', + 'body' => 'ကျေးဇူးပြု၍ စက္ကန့် :seconds မှ ပြန်လည်ကြိုးစားပါ။', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/my/pages/dashboard.php b/lang/vendor/filament-panels/my/pages/dashboard.php new file mode 100644 index 00000000..2da12512 --- /dev/null +++ b/lang/vendor/filament-panels/my/pages/dashboard.php @@ -0,0 +1,33 @@ + 'ဒက်ရှ်ဘုတ်', + + 'actions' => [ + + 'filter' => [ + + 'label' => 'စီစစ်ရန်', + + 'modal' => [ + + 'heading' => 'စီစစ်ရန်', + + 'actions' => [ + + 'apply' => [ + + 'label' => 'အတည်ပြုမည်', + + ], + + ], + + ], + + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/my/pages/tenancy/edit-tenant-profile.php b/lang/vendor/filament-panels/my/pages/tenancy/edit-tenant-profile.php new file mode 100644 index 00000000..30a343a9 --- /dev/null +++ b/lang/vendor/filament-panels/my/pages/tenancy/edit-tenant-profile.php @@ -0,0 +1,25 @@ + [ + + 'actions' => [ + + 'save' => [ + 'label' => 'ပြောင်းလဲမှုများကို သိမ်းဆည်းမည်', + ], + + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'သိမ်းဆည်းပြီးပါပြီ', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/my/resources/pages/create-record.php b/lang/vendor/filament-panels/my/resources/pages/create-record.php new file mode 100644 index 00000000..fd605f99 --- /dev/null +++ b/lang/vendor/filament-panels/my/resources/pages/create-record.php @@ -0,0 +1,37 @@ + ':label ဖန်တီးပါ', + + 'breadcrumb' => 'ဖန်တီးပါ', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => 'မလုပ်တော့ပါ', + ], + + 'create' => [ + 'label' => 'ဖန်တီးပါ', + ], + + 'create_another' => [ + 'label' => 'သိမ်းဆည်းပြီး နောက်တစ်ခုကို ဖန်တီးပါ', + ], + + ], + + ], + + 'notifications' => [ + + 'created' => [ + 'title' => 'သိမ်းဆည်းပြီး', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/my/resources/pages/edit-record.php b/lang/vendor/filament-panels/my/resources/pages/edit-record.php new file mode 100644 index 00000000..af9bba83 --- /dev/null +++ b/lang/vendor/filament-panels/my/resources/pages/edit-record.php @@ -0,0 +1,41 @@ + ':label ပြင်ဆင်ရန်', + + 'breadcrumb' => 'ပြင်ဆင်ရန်', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => 'ပယ်ဖျက်ရန်', + ], + + 'save' => [ + 'label' => 'သိမ်းဆည်းရန်', + ], + + ], + + ], + + 'content' => [ + + 'tab' => [ + 'label' => 'ပြင်ဆင်ရန်', + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'သိမ်းဆည်းပြီးပါပြီ', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/my/resources/pages/list-records.php b/lang/vendor/filament-panels/my/resources/pages/list-records.php new file mode 100644 index 00000000..87dfba03 --- /dev/null +++ b/lang/vendor/filament-panels/my/resources/pages/list-records.php @@ -0,0 +1,7 @@ + 'စာရင်း', + +]; diff --git a/lang/vendor/filament-panels/my/resources/pages/view-record.php b/lang/vendor/filament-panels/my/resources/pages/view-record.php new file mode 100644 index 00000000..b698b778 --- /dev/null +++ b/lang/vendor/filament-panels/my/resources/pages/view-record.php @@ -0,0 +1,17 @@ + ':label ကိုကြည့်ရန်', + + 'breadcrumb' => 'ကြည့်ရန်', + + 'content' => [ + + 'tab' => [ + 'label' => 'ကြည့်ရန်', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/my/unsaved-changes-alert.php b/lang/vendor/filament-panels/my/unsaved-changes-alert.php new file mode 100644 index 00000000..66d131aa --- /dev/null +++ b/lang/vendor/filament-panels/my/unsaved-changes-alert.php @@ -0,0 +1,7 @@ + 'မသိမ်းဆည်းရသေးသော ပြောင်းလဲမှုများ ရှိနေပါသည်။ ဤစာမျက်နှာမှ ထွက်ခွာမှာ သေချာပါသလား?', + +]; diff --git a/lang/vendor/filament-panels/my/widgets/account-widget.php b/lang/vendor/filament-panels/my/widgets/account-widget.php new file mode 100644 index 00000000..9960f6e1 --- /dev/null +++ b/lang/vendor/filament-panels/my/widgets/account-widget.php @@ -0,0 +1,15 @@ + [ + + 'logout' => [ + 'label' => 'ထွက်မည်', + ], + + ], + + 'welcome' => 'ကြိုဆိုပါတယ်', + +]; diff --git a/lang/vendor/filament-panels/my/widgets/filament-info-widget.php b/lang/vendor/filament-panels/my/widgets/filament-info-widget.php new file mode 100644 index 00000000..7be9f93b --- /dev/null +++ b/lang/vendor/filament-panels/my/widgets/filament-info-widget.php @@ -0,0 +1,17 @@ + [ + + 'open_documentation' => [ + 'label' => 'အညွန်း', + ], + + 'open_github' => [ + 'label' => 'GitHub', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/nl/global-search.php b/lang/vendor/filament-panels/nl/global-search.php new file mode 100644 index 00000000..07f5c23c --- /dev/null +++ b/lang/vendor/filament-panels/nl/global-search.php @@ -0,0 +1,12 @@ + [ + 'label' => 'Globaal zoeken', + 'placeholder' => 'Zoeken', + ], + + 'no_results_message' => 'Geen resultaten gevonden.', + +]; diff --git a/lang/vendor/filament-panels/nl/layout.php b/lang/vendor/filament-panels/nl/layout.php new file mode 100644 index 00000000..43a4e6b3 --- /dev/null +++ b/lang/vendor/filament-panels/nl/layout.php @@ -0,0 +1,63 @@ + 'ltr', + + 'actions' => [ + + 'billing' => [ + 'label' => 'Abonnement beheren', + ], + + 'logout' => [ + 'label' => 'Uitloggen', + ], + + 'open_database_notifications' => [ + 'label' => 'Meldingen openen', + ], + + 'open_user_menu' => [ + 'label' => 'Gebruikersmenu', + ], + + 'sidebar' => [ + + 'collapse' => [ + 'label' => 'Zijbalk inklappen', + ], + + 'expand' => [ + 'label' => 'Zijbalk uitklappen', + ], + + ], + + 'theme_switcher' => [ + + 'dark' => [ + 'label' => 'Donker thema inschakelen', + ], + + 'light' => [ + 'label' => 'Licht thema inschakelen', + ], + + 'system' => [ + 'label' => 'Systeemthema inschakelen', + ], + + ], + + ], + + 'avatar' => [ + 'alt' => 'Avatar van :name', + ], + + 'logo' => [ + 'alt' => ':name logo', + ], + +]; diff --git a/lang/vendor/filament-panels/nl/pages/auth/edit-profile.php b/lang/vendor/filament-panels/nl/pages/auth/edit-profile.php new file mode 100644 index 00000000..c072fde9 --- /dev/null +++ b/lang/vendor/filament-panels/nl/pages/auth/edit-profile.php @@ -0,0 +1,51 @@ + 'Profiel', + + 'form' => [ + + 'email' => [ + 'label' => 'E-mailadres', + ], + + 'name' => [ + 'label' => 'Naam', + ], + + 'password' => [ + 'label' => 'Nieuw wachtwoord', + ], + + 'password_confirmation' => [ + 'label' => 'Bevestig nieuw wachtwoord', + ], + + 'actions' => [ + + 'save' => [ + 'label' => 'Opslaan', + ], + + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'Opgeslagen', + ], + + ], + + 'actions' => [ + + 'cancel' => [ + 'label' => 'Terug', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/nl/pages/auth/email-verification/email-verification-prompt.php b/lang/vendor/filament-panels/nl/pages/auth/email-verification/email-verification-prompt.php new file mode 100644 index 00000000..37aab9cb --- /dev/null +++ b/lang/vendor/filament-panels/nl/pages/auth/email-verification/email-verification-prompt.php @@ -0,0 +1,36 @@ + 'E-mailadres verifiëren', + + 'heading' => 'E-mailadres verifiëren', + + 'actions' => [ + + 'resend_notification' => [ + 'label' => 'Opnieuw verzenden', + ], + + ], + + 'messages' => [ + 'notification_not_received' => 'Geen e-mail ontvangen?', + 'notification_sent' => 'We hebben een e-mail gestuurd naar :email met instructies om je e-mailadres te verifiëren.', + + ], + + 'notifications' => [ + + 'notification_resent' => [ + 'title' => 'E-mail opnieuw verzonden.', + ], + + 'notification_resend_throttled' => [ + 'title' => 'Te veel verzendpogingen', + 'body' => 'Probeer het opnieuw over :seconds seconden.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/nl/pages/auth/login.php b/lang/vendor/filament-panels/nl/pages/auth/login.php new file mode 100644 index 00000000..e8730837 --- /dev/null +++ b/lang/vendor/filament-panels/nl/pages/auth/login.php @@ -0,0 +1,61 @@ + 'Inloggen', + + 'heading' => 'Inloggen op je account', + + 'actions' => [ + + 'register' => [ + 'before' => 'of', + 'label' => 'maak een account aan', + ], + + 'request_password_reset' => [ + 'label' => 'Wachtwoord vergeten?', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'E-mailadres', + ], + + 'password' => [ + 'label' => 'Wachtwoord', + ], + + 'remember' => [ + 'label' => 'Onthoud mij', + ], + + 'actions' => [ + + 'authenticate' => [ + 'label' => 'Inloggen', + ], + + ], + + ], + + 'messages' => [ + + 'failed' => 'Onjuiste inloggegevens.', + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Te veel inlogpogingen', + 'body' => 'Probeer het opnieuw over :seconds seconden.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/nl/pages/auth/password-reset/request-password-reset.php b/lang/vendor/filament-panels/nl/pages/auth/password-reset/request-password-reset.php new file mode 100644 index 00000000..e9818d10 --- /dev/null +++ b/lang/vendor/filament-panels/nl/pages/auth/password-reset/request-password-reset.php @@ -0,0 +1,46 @@ + 'Wachtwoord opnieuw instellen', + + 'heading' => 'Wachtwoord vergeten?', + + 'actions' => [ + + 'login' => [ + 'label' => 'terug naar inloggen', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'E-mailadres', + ], + + 'actions' => [ + + 'request' => [ + 'label' => 'E-mail verzenden', + ], + + ], + + ], + + 'notifications' => [ + + 'sent' => [ + 'body' => 'Als uw account niet bestaat, ontvangt u de e-mail niet.', + ], + + 'throttled' => [ + 'title' => 'Te veel pogingen', + 'body' => 'Probeer het opnieuw over :seconds seconden.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/nl/pages/auth/password-reset/reset-password.php b/lang/vendor/filament-panels/nl/pages/auth/password-reset/reset-password.php new file mode 100644 index 00000000..baa5ea60 --- /dev/null +++ b/lang/vendor/filament-panels/nl/pages/auth/password-reset/reset-password.php @@ -0,0 +1,43 @@ + 'Wachtwoord opnieuw instellen', + + 'heading' => 'Wachtwoord opnieuw instellen', + + 'form' => [ + + 'email' => [ + 'label' => 'E-mailadres', + ], + + 'password' => [ + 'label' => 'Wachtwoord', + 'validation_attribute' => 'wachtwoord', + ], + + 'password_confirmation' => [ + 'label' => 'Wachtwoord bevestigen', + ], + + 'actions' => [ + + 'reset' => [ + 'label' => 'Wachtwoord opnieuw instellen', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Te veel resetpogingen', + 'body' => 'Probeer het opnieuw over :seconds seconden.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/nl/pages/auth/register.php b/lang/vendor/filament-panels/nl/pages/auth/register.php new file mode 100644 index 00000000..127e415b --- /dev/null +++ b/lang/vendor/filament-panels/nl/pages/auth/register.php @@ -0,0 +1,56 @@ + 'Registreren', + + 'heading' => 'Registreren', + + 'actions' => [ + + 'login' => [ + 'before' => 'of', + 'label' => 'inloggen op je account', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'E-mailadres', + ], + + 'name' => [ + 'label' => 'Naam', + ], + + 'password' => [ + 'label' => 'Wachtwoord', + 'validation_attribute' => 'wachtwoord', + ], + + 'password_confirmation' => [ + 'label' => 'Wachtwoord bevestigen', + ], + + 'actions' => [ + + 'register' => [ + 'label' => 'Registreren', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Te veel registratiepogingen', + 'body' => 'Probeer het opnieuw over :seconds seconden.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/nl/pages/dashboard.php b/lang/vendor/filament-panels/nl/pages/dashboard.php new file mode 100644 index 00000000..5e97b70f --- /dev/null +++ b/lang/vendor/filament-panels/nl/pages/dashboard.php @@ -0,0 +1,33 @@ + 'Dashboard', + + 'actions' => [ + + 'filter' => [ + + 'label' => 'Filteren', + + 'modal' => [ + + 'heading' => 'Filteren', + + 'actions' => [ + + 'apply' => [ + + 'label' => 'Toepassen', + + ], + + ], + + ], + + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/nl/pages/tenancy/edit-tenant-profile.php b/lang/vendor/filament-panels/nl/pages/tenancy/edit-tenant-profile.php new file mode 100644 index 00000000..6c6a5f5a --- /dev/null +++ b/lang/vendor/filament-panels/nl/pages/tenancy/edit-tenant-profile.php @@ -0,0 +1,25 @@ + [ + + 'actions' => [ + + 'save' => [ + 'label' => 'Wijzigingen opslaan', + ], + + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'Opgeslagen', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/nl/resources/pages/create-record.php b/lang/vendor/filament-panels/nl/resources/pages/create-record.php new file mode 100644 index 00000000..6e45d6e7 --- /dev/null +++ b/lang/vendor/filament-panels/nl/resources/pages/create-record.php @@ -0,0 +1,37 @@ + ':Label aanmaken', + + 'breadcrumb' => 'Aanmaken', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => 'Annuleren', + ], + + 'create' => [ + 'label' => 'Aanmaken', + ], + + 'create_another' => [ + 'label' => 'Aanmaken & nieuwe aanmaken', + ], + + ], + + ], + + 'notifications' => [ + + 'created' => [ + 'title' => 'Aangemaakt', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/nl/resources/pages/edit-record.php b/lang/vendor/filament-panels/nl/resources/pages/edit-record.php new file mode 100644 index 00000000..6f27ba7e --- /dev/null +++ b/lang/vendor/filament-panels/nl/resources/pages/edit-record.php @@ -0,0 +1,41 @@ + ':Label bewerken', + + 'breadcrumb' => 'Bewerken', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => 'Annuleren', + ], + + 'save' => [ + 'label' => 'Wijzigingen opslaan', + ], + + ], + + ], + + 'content' => [ + + 'tab' => [ + 'label' => 'Bewerken', + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'Opgeslagen', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/nl/resources/pages/list-records.php b/lang/vendor/filament-panels/nl/resources/pages/list-records.php new file mode 100644 index 00000000..6bbcf74e --- /dev/null +++ b/lang/vendor/filament-panels/nl/resources/pages/list-records.php @@ -0,0 +1,7 @@ + 'Lijst', + +]; diff --git a/lang/vendor/filament-panels/nl/resources/pages/view-record.php b/lang/vendor/filament-panels/nl/resources/pages/view-record.php new file mode 100644 index 00000000..93fb6f5b --- /dev/null +++ b/lang/vendor/filament-panels/nl/resources/pages/view-record.php @@ -0,0 +1,17 @@ + ':Label bekijken', + + 'breadcrumb' => 'Bekijken', + + 'content' => [ + + 'tab' => [ + 'label' => 'Bekijken', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/nl/unsaved-changes-alert.php b/lang/vendor/filament-panels/nl/unsaved-changes-alert.php new file mode 100644 index 00000000..e15ea076 --- /dev/null +++ b/lang/vendor/filament-panels/nl/unsaved-changes-alert.php @@ -0,0 +1,7 @@ + 'Je hebt niet-opgeslagen wijzigingen. Weet je zeker dat je deze pagina wilt verlaten?', + +]; diff --git a/lang/vendor/filament-panels/nl/widgets/account-widget.php b/lang/vendor/filament-panels/nl/widgets/account-widget.php new file mode 100644 index 00000000..4b907505 --- /dev/null +++ b/lang/vendor/filament-panels/nl/widgets/account-widget.php @@ -0,0 +1,15 @@ + [ + + 'logout' => [ + 'label' => 'Uitloggen', + ], + + ], + + 'welcome' => 'Welkom', + +]; diff --git a/lang/vendor/filament-panels/nl/widgets/filament-info-widget.php b/lang/vendor/filament-panels/nl/widgets/filament-info-widget.php new file mode 100644 index 00000000..69e56a58 --- /dev/null +++ b/lang/vendor/filament-panels/nl/widgets/filament-info-widget.php @@ -0,0 +1,17 @@ + [ + + 'open_documentation' => [ + 'label' => 'Documentatie', + ], + + 'open_github' => [ + 'label' => 'GitHub', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/no/global-search.php b/lang/vendor/filament-panels/no/global-search.php new file mode 100644 index 00000000..eef35358 --- /dev/null +++ b/lang/vendor/filament-panels/no/global-search.php @@ -0,0 +1,12 @@ + [ + 'label' => 'Globalt søk', + 'placeholder' => 'Søk', + ], + + 'no_results_message' => 'Ingen resultater.', + +]; diff --git a/lang/vendor/filament-panels/no/layout.php b/lang/vendor/filament-panels/no/layout.php new file mode 100644 index 00000000..002e3c4a --- /dev/null +++ b/lang/vendor/filament-panels/no/layout.php @@ -0,0 +1,63 @@ + 'ltr', + + 'actions' => [ + + 'billing' => [ + 'label' => 'Håndter abonnementer', + ], + + 'logout' => [ + 'label' => 'Logg ut', + ], + + 'open_database_notifications' => [ + 'label' => 'Åpne varsler', + ], + + 'open_user_menu' => [ + 'label' => 'Brukermeny', + ], + + 'sidebar' => [ + + 'collapse' => [ + 'label' => 'Skjul sidefeltet', + ], + + 'expand' => [ + 'label' => 'Vis sidefeltet', + ], + + ], + + 'theme_switcher' => [ + + 'dark' => [ + 'label' => 'Aktiver mørkt tema', + ], + + 'light' => [ + 'label' => 'Aktiver lyst tema', + ], + + 'system' => [ + 'label' => 'Aktiver system tema', + ], + + ], + + ], + + 'avatar' => [ + 'alt' => 'Avatar av :name', + ], + + 'logo' => [ + 'alt' => ':name logo', + ], + +]; diff --git a/lang/vendor/filament-panels/no/pages/auth/edit-profile.php b/lang/vendor/filament-panels/no/pages/auth/edit-profile.php new file mode 100644 index 00000000..ab1ee0c7 --- /dev/null +++ b/lang/vendor/filament-panels/no/pages/auth/edit-profile.php @@ -0,0 +1,51 @@ + 'Profil', + + 'form' => [ + + 'email' => [ + 'label' => 'E-postadresse', + ], + + 'name' => [ + 'label' => 'Navn', + ], + + 'password' => [ + 'label' => 'Nytt passord', + ], + + 'password_confirmation' => [ + 'label' => 'Bekreft nytt passord', + ], + + 'actions' => [ + + 'save' => [ + 'label' => 'Lagre endringer', + ], + + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'Lagret', + ], + + ], + + 'actions' => [ + + 'cancel' => [ + 'label' => 'tilbake', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/no/pages/auth/email-verification/email-verification-prompt.php b/lang/vendor/filament-panels/no/pages/auth/email-verification/email-verification-prompt.php new file mode 100644 index 00000000..7c03f5fa --- /dev/null +++ b/lang/vendor/filament-panels/no/pages/auth/email-verification/email-verification-prompt.php @@ -0,0 +1,35 @@ + 'Bekreft din e-postadresse', + + 'heading' => 'Bekreft din e-postadresse', + + 'actions' => [ + + 'resend_notification' => [ + 'label' => 'Send på nytt', + ], + + ], + + 'messages' => [ + 'notification_not_received' => 'Ikke mottatt e-posten vi sendte?', + 'notification_sent' => 'Vi har sendt e-post til :email med informasjon om hvordan du bekrefter din e-postadresse.', + ], + + 'notifications' => [ + + 'notification_resent' => [ + 'title' => 'Vi har sendt e-post på nytt.', + ], + + 'notification_resend_throttled' => [ + 'title' => 'For mange forsøk på nye sendinger', + 'body' => 'Vennligst prøv igjen om :seconds sekunder.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/no/pages/auth/login.php b/lang/vendor/filament-panels/no/pages/auth/login.php new file mode 100644 index 00000000..0b125be9 --- /dev/null +++ b/lang/vendor/filament-panels/no/pages/auth/login.php @@ -0,0 +1,61 @@ + 'Logg inn', + + 'heading' => 'Logg inn på konto', + + 'actions' => [ + + 'register' => [ + 'before' => 'eller', + 'label' => 'opprett ny konto', + ], + + 'request_password_reset' => [ + 'label' => 'Glemt passordet?', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'E-postadresse', + ], + + 'password' => [ + 'label' => 'Passord', + ], + + 'remember' => [ + 'label' => 'Husk meg', + ], + + 'actions' => [ + + 'authenticate' => [ + 'label' => 'Logg inn', + ], + + ], + + ], + + 'messages' => [ + + 'failed' => 'Påloggingsinformasjonen stemmer ikke med våre data', + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'For mange forsøk på innlogging.', + 'body' => 'Vennligst prøv igjen om :seconds sekunder.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/no/pages/auth/password-reset/request-password-reset.php b/lang/vendor/filament-panels/no/pages/auth/password-reset/request-password-reset.php new file mode 100644 index 00000000..1bd5ef89 --- /dev/null +++ b/lang/vendor/filament-panels/no/pages/auth/password-reset/request-password-reset.php @@ -0,0 +1,42 @@ + 'Tilbakestill ditt passord', + + 'heading' => 'Glemt passord?', + + 'actions' => [ + + 'login' => [ + 'label' => 'tilbake til logg inn', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'E-post adresse', + ], + + 'actions' => [ + + 'request' => [ + 'label' => 'Send e-post', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'For mange forsøk', + 'body' => 'Vennligst forsøk igjen om :seconds sekunder.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/no/pages/auth/password-reset/reset-password.php b/lang/vendor/filament-panels/no/pages/auth/password-reset/reset-password.php new file mode 100644 index 00000000..11141ec1 --- /dev/null +++ b/lang/vendor/filament-panels/no/pages/auth/password-reset/reset-password.php @@ -0,0 +1,43 @@ + 'Tilbakestill passord', + + 'heading' => 'Tilbakestill passord', + + 'form' => [ + + 'email' => [ + 'label' => 'E-postadresse', + ], + + 'password' => [ + 'label' => 'Passord', + 'validation_attribute' => 'passord', + ], + + 'password_confirmation' => [ + 'label' => 'Bekreft passord', + ], + + 'actions' => [ + + 'reset' => [ + 'label' => 'Tilbakestill passord', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'For mange forsøkt på tilbakestilling av passord', + 'body' => 'Vennligst forsøk igjen om :seconds sekunder.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/no/pages/auth/register.php b/lang/vendor/filament-panels/no/pages/auth/register.php new file mode 100644 index 00000000..63aaf99f --- /dev/null +++ b/lang/vendor/filament-panels/no/pages/auth/register.php @@ -0,0 +1,56 @@ + 'Registrering', + + 'heading' => 'Registrer', + + 'actions' => [ + + 'login' => [ + 'before' => 'eller', + 'label' => 'logg inn på konto', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'E-postadresse', + ], + + 'name' => [ + 'label' => 'Navn', + ], + + 'password' => [ + 'label' => 'Passord', + 'validation_attribute' => 'passord', + ], + + 'password_confirmation' => [ + 'label' => 'Bekreft passord', + ], + + 'actions' => [ + + 'register' => [ + 'label' => 'Registrer', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'For mange forsøk på registrering', + 'body' => 'Vennligst prøv igjen om :seconds sekunder.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/no/pages/dashboard.php b/lang/vendor/filament-panels/no/pages/dashboard.php new file mode 100644 index 00000000..e188fbad --- /dev/null +++ b/lang/vendor/filament-panels/no/pages/dashboard.php @@ -0,0 +1,33 @@ + 'Dashbord', + + 'actions' => [ + + 'filter' => [ + + 'label' => 'Filtrer', + + 'modal' => [ + + 'heading' => 'Filter', + + 'actions' => [ + + 'apply' => [ + + 'label' => 'Bruk', + + ], + + ], + + ], + + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/no/pages/tenancy/edit-tenant-profile.php b/lang/vendor/filament-panels/no/pages/tenancy/edit-tenant-profile.php new file mode 100644 index 00000000..d606ca64 --- /dev/null +++ b/lang/vendor/filament-panels/no/pages/tenancy/edit-tenant-profile.php @@ -0,0 +1,25 @@ + [ + + 'actions' => [ + + 'save' => [ + 'label' => 'Lagre endringer', + ], + + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'Lagret', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/no/resources/pages/create-record.php b/lang/vendor/filament-panels/no/resources/pages/create-record.php new file mode 100644 index 00000000..5ccc739a --- /dev/null +++ b/lang/vendor/filament-panels/no/resources/pages/create-record.php @@ -0,0 +1,37 @@ + 'Opprett :label', + + 'breadcrumb' => 'Opprett', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => 'Avbryt', + ], + + 'create' => [ + 'label' => 'Opprett', + ], + + 'create_another' => [ + 'label' => 'Opprett & opprett en til', + ], + + ], + + ], + + 'notifications' => [ + + 'created' => [ + 'title' => 'Opprettet', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/no/resources/pages/edit-record.php b/lang/vendor/filament-panels/no/resources/pages/edit-record.php new file mode 100644 index 00000000..41e55ef3 --- /dev/null +++ b/lang/vendor/filament-panels/no/resources/pages/edit-record.php @@ -0,0 +1,41 @@ + 'Endre :label', + + 'breadcrumb' => 'Endre', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => 'Avbryt', + ], + + 'save' => [ + 'label' => 'Lagre endringer', + ], + + ], + + ], + + 'content' => [ + + 'tab' => [ + 'label' => 'Endre', + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'Lagret', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/no/resources/pages/list-records.php b/lang/vendor/filament-panels/no/resources/pages/list-records.php new file mode 100644 index 00000000..51ebe1a5 --- /dev/null +++ b/lang/vendor/filament-panels/no/resources/pages/list-records.php @@ -0,0 +1,7 @@ + 'Liste', + +]; diff --git a/lang/vendor/filament-panels/no/resources/pages/view-record.php b/lang/vendor/filament-panels/no/resources/pages/view-record.php new file mode 100644 index 00000000..2b847c49 --- /dev/null +++ b/lang/vendor/filament-panels/no/resources/pages/view-record.php @@ -0,0 +1,17 @@ + 'Vis :label', + + 'breadcrumb' => 'Vis', + + 'content' => [ + + 'tab' => [ + 'label' => 'Vis', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/no/unsaved-changes-alert.php b/lang/vendor/filament-panels/no/unsaved-changes-alert.php new file mode 100644 index 00000000..531192c5 --- /dev/null +++ b/lang/vendor/filament-panels/no/unsaved-changes-alert.php @@ -0,0 +1,7 @@ + 'Du har endringer som ikke er lagret. Er du sikker på at du vil forlate siden?', + +]; diff --git a/lang/vendor/filament-panels/no/widgets/account-widget.php b/lang/vendor/filament-panels/no/widgets/account-widget.php new file mode 100644 index 00000000..4b53854f --- /dev/null +++ b/lang/vendor/filament-panels/no/widgets/account-widget.php @@ -0,0 +1,15 @@ + [ + + 'logout' => [ + 'label' => 'Logg ut', + ], + + ], + + 'welcome' => 'Velkommen', + +]; diff --git a/lang/vendor/filament-panels/no/widgets/filament-info-widget.php b/lang/vendor/filament-panels/no/widgets/filament-info-widget.php new file mode 100644 index 00000000..ffae5910 --- /dev/null +++ b/lang/vendor/filament-panels/no/widgets/filament-info-widget.php @@ -0,0 +1,17 @@ + [ + + 'open_documentation' => [ + 'label' => 'Dokumentasjon', + ], + + 'open_github' => [ + 'label' => 'GitHub', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/np/global-search.php b/lang/vendor/filament-panels/np/global-search.php new file mode 100644 index 00000000..c411d1b1 --- /dev/null +++ b/lang/vendor/filament-panels/np/global-search.php @@ -0,0 +1,12 @@ + [ + 'label' => 'सम्पूर्ण खोज', + 'placeholder' => 'खोज', + ], + + 'no_results_message' => 'कुनै खोज परिणाम फेला परेन।', + +]; diff --git a/lang/vendor/filament-panels/np/layout.php b/lang/vendor/filament-panels/np/layout.php new file mode 100644 index 00000000..58409f93 --- /dev/null +++ b/lang/vendor/filament-panels/np/layout.php @@ -0,0 +1,55 @@ + 'ltr', + + 'actions' => [ + + 'billing' => [ + 'label' => 'सदस्यता प्रबन्ध गर्नुहोस्', + ], + + 'logout' => [ + 'label' => 'साइन आउट गर्नुहोस्', + ], + + 'open_database_notifications' => [ + 'label' => 'सूचनाहरू खोल्नुहोस्', + ], + + 'open_user_menu' => [ + 'label' => 'प्रयोगकर्ता मेनु', + ], + + 'sidebar' => [ + + 'collapse' => [ + 'label' => 'साइडबार संक्षिप्त गर्नुहोस्', + ], + + 'expand' => [ + 'label' => 'साइडबार विस्तार गर्नुहोस्', + ], + + ], + + 'theme_switcher' => [ + + 'dark' => [ + 'label' => 'डार्क थेम प्रयोग गर्नुहोस्', + ], + + 'light' => [ + 'label' => 'उज्यालो थेम प्रयोग गर्नुहोस्', + ], + + 'system' => [ + 'label' => 'सिस्टम थेम प्रयोग गर्नुहोस्', + ], + + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/np/pages/auth/edit-profile.php b/lang/vendor/filament-panels/np/pages/auth/edit-profile.php new file mode 100644 index 00000000..ac50b73b --- /dev/null +++ b/lang/vendor/filament-panels/np/pages/auth/edit-profile.php @@ -0,0 +1,51 @@ + 'प्रोफाइल', + + 'form' => [ + + 'email' => [ + 'label' => 'इमेल ठेगाना', + ], + + 'name' => [ + 'label' => 'नाम', + ], + + 'password' => [ + 'label' => 'नया पासवर्ड', + ], + + 'password_confirmation' => [ + 'label' => 'नयाँ पासवर्ड पुष्टि गर्नुहोस्', + ], + + 'actions' => [ + + 'save' => [ + 'label' => 'परिवर्तनहरू सुरक्षित गर्नुहोस', + ], + + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'सुरक्षित गरियो', + ], + + ], + + 'actions' => [ + + 'cancel' => [ + 'label' => 'पछाडी', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/np/pages/auth/email-verification/email-verification-prompt.php b/lang/vendor/filament-panels/np/pages/auth/email-verification/email-verification-prompt.php new file mode 100644 index 00000000..af3e3d74 --- /dev/null +++ b/lang/vendor/filament-panels/np/pages/auth/email-verification/email-verification-prompt.php @@ -0,0 +1,35 @@ + 'आफ्नो इमेल ठेगाना प्रमाणित गर्नुहोस्', + + 'heading' => 'आफ्नो इमेल ठेगाना प्रमाणित गर्नुहोस्', + + 'actions' => [ + + 'resend_notification' => [ + 'label' => 'यसलाई फेरी पठाउनुहोस्', + ], + + ], + + 'messages' => [ + 'notification_not_received' => 'हामीले पठाएको इमेल प्राप्त भएन?', + 'notification_sent' => 'हामीले तपाईको इमेल ठेगाना कसरी प्रमाणित गर्ने भन्ने बारे निर्देशनहरू सहित :email मा इमेल पठाएका छौं।', + ], + + 'notifications' => [ + + 'notification_resent' => [ + 'title' => 'हामीले इमेल पुन पठाएका छौं।', + ], + + 'notification_resend_throttled' => [ + 'title' => 'धेरै धेरै पुन पठाउने प्रयासहरू', + 'body' => 'कृपया :seconds सेकेन्डमा पुन प्रयास गर्नुहोस्।', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/np/pages/auth/login.php b/lang/vendor/filament-panels/np/pages/auth/login.php new file mode 100644 index 00000000..1550a28e --- /dev/null +++ b/lang/vendor/filament-panels/np/pages/auth/login.php @@ -0,0 +1,61 @@ + 'लग-इन', + + 'heading' => 'साइन इन गर्नुहोस्', + + 'actions' => [ + + 'register' => [ + 'before' => 'वा', + 'label' => 'खाताको लागि साइन अप गर्नुहोस्', + ], + + 'request_password_reset' => [ + 'label' => 'तपाईँको पासवर्ड बिर्सनुभयो?', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'इमेल ठेगाना', + ], + + 'password' => [ + 'label' => 'पासवर्ड', + ], + + 'remember' => [ + 'label' => 'मलाई सम्झनुहोस्', + ], + + 'actions' => [ + + 'authenticate' => [ + 'label' => 'साइन इन गर्नुहोस्', + ], + + ], + + ], + + 'messages' => [ + + 'failed' => 'यी प्रमाणहरू हाम्रा रेकर्डहरूसँग मेल खाँदैनन्।', + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'धेरै लगइन प्रयासहरू', + 'body' => 'कृपया :seconds सेकेन्डमा पुन प्रयास गर्नुहोस्।', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/np/pages/auth/password-reset/request-password-reset.php b/lang/vendor/filament-panels/np/pages/auth/password-reset/request-password-reset.php new file mode 100644 index 00000000..ee0ef0d6 --- /dev/null +++ b/lang/vendor/filament-panels/np/pages/auth/password-reset/request-password-reset.php @@ -0,0 +1,42 @@ + 'आफ्नो पासवर्ड रिसेट गर्नुहोस्', + + 'heading' => 'तपाईँको पासवर्ड बिर्सनुभयो?', + + 'actions' => [ + + 'login' => [ + 'label' => 'लगइन पृष्ठमा फर्कनुहोस्', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'इमेल ठेगाना', + ], + + 'actions' => [ + + 'request' => [ + 'label' => 'इमेल पठाउनुहोस्', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'धेरै अनुरोधहरू', + 'body' => 'कृपया :seconds सेकेन्डमा पुन प्रयास गर्नुहोस्।', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/np/pages/auth/password-reset/reset-password.php b/lang/vendor/filament-panels/np/pages/auth/password-reset/reset-password.php new file mode 100644 index 00000000..b1fafe10 --- /dev/null +++ b/lang/vendor/filament-panels/np/pages/auth/password-reset/reset-password.php @@ -0,0 +1,43 @@ + 'आफ्नो पासवर्ड रिसेट गर्नुहोस्', + + 'heading' => 'आफ्नो पासवर्ड रिसेट गर्नुहोस्', + + 'form' => [ + + 'email' => [ + 'label' => 'इमेल ठेगाना', + ], + + 'password' => [ + 'label' => 'पासवर्ड', + 'validation_attribute' => 'पासवर्ड', + ], + + 'password_confirmation' => [ + 'label' => 'पासवर्ड सुनिश्चित गर्नुहोस', + ], + + 'actions' => [ + + 'reset' => [ + 'label' => 'पासवर्ड रिसेट', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'धेरै धेरै रिसेट प्रयासहरू', + 'body' => 'कृपया :seconds सेकेन्डमा पुन प्रयास गर्नुहोस्।', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/np/pages/auth/register.php b/lang/vendor/filament-panels/np/pages/auth/register.php new file mode 100644 index 00000000..c7a544e7 --- /dev/null +++ b/lang/vendor/filament-panels/np/pages/auth/register.php @@ -0,0 +1,56 @@ + 'दर्ता गर्नुहोस्', + + 'heading' => 'साइन अप', + + 'actions' => [ + + 'login' => [ + 'before' => 'वा', + 'label' => 'आफ्नो खातामा साइन इन गर्नुहोस्', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'इमेल ठेगाना', + ], + + 'name' => [ + 'label' => 'नाम', + ], + + 'password' => [ + 'label' => 'पासवर्ड', + 'validation_attribute' => 'पासवर्ड', + ], + + 'password_confirmation' => [ + 'label' => 'पासवर्ड सुनिश्चित गर्नुहोस', + ], + + 'actions' => [ + + 'register' => [ + 'label' => 'साइन अप', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'धेरै धेरै दर्ता प्रयासहरू', + 'body' => 'कृपया :seconds सेकेन्डमा पुन प्रयास गर्नुहोस्।', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/np/pages/dashboard.php b/lang/vendor/filament-panels/np/pages/dashboard.php new file mode 100644 index 00000000..a52d0709 --- /dev/null +++ b/lang/vendor/filament-panels/np/pages/dashboard.php @@ -0,0 +1,7 @@ + 'ड्यासबोर्ड', + +]; diff --git a/lang/vendor/filament-panels/np/pages/tenancy/edit-tenant-profile.php b/lang/vendor/filament-panels/np/pages/tenancy/edit-tenant-profile.php new file mode 100644 index 00000000..54205cd3 --- /dev/null +++ b/lang/vendor/filament-panels/np/pages/tenancy/edit-tenant-profile.php @@ -0,0 +1,25 @@ + [ + + 'actions' => [ + + 'save' => [ + 'label' => 'परिवर्तनहरू सुरक्षित गर्नुहोस', + ], + + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'सुरक्षित गरियो', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/np/resources/pages/create-record.php b/lang/vendor/filament-panels/np/resources/pages/create-record.php new file mode 100644 index 00000000..036c086f --- /dev/null +++ b/lang/vendor/filament-panels/np/resources/pages/create-record.php @@ -0,0 +1,37 @@ + ':label सिर्जना गर्नुहोस्', + + 'breadcrumb' => 'सिर्जना गर्नुहोस्', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => 'रद्द गर्नुहोस्', + ], + + 'create' => [ + 'label' => 'सिर्जना गर्नुहोस्', + ], + + 'create_another' => [ + 'label' => 'बनाउनुहोस् र अर्को सिर्जना गर्नुहोस्', + ], + + ], + + ], + + 'notifications' => [ + + 'created' => [ + 'title' => 'सिर्जना गरियो', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/np/resources/pages/edit-record.php b/lang/vendor/filament-panels/np/resources/pages/edit-record.php new file mode 100644 index 00000000..8bfb9a13 --- /dev/null +++ b/lang/vendor/filament-panels/np/resources/pages/edit-record.php @@ -0,0 +1,41 @@ + ':label सम्पादन गर्नुहोस्', + + 'breadcrumb' => 'सम्पादन गर्नुहोस्', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => 'रद्द गर्नुहोस्', + ], + + 'save' => [ + 'label' => 'परिवर्तनहरू सुरक्षित गर्नुहोस', + ], + + ], + + ], + + 'content' => [ + + 'tab' => [ + 'label' => 'सम्पादन गर्नुहोस्', + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'सुरक्षित गरियो', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/np/resources/pages/list-records.php b/lang/vendor/filament-panels/np/resources/pages/list-records.php new file mode 100644 index 00000000..6de1a4bc --- /dev/null +++ b/lang/vendor/filament-panels/np/resources/pages/list-records.php @@ -0,0 +1,7 @@ + 'सूची', + +]; diff --git a/lang/vendor/filament-panels/np/resources/pages/view-record.php b/lang/vendor/filament-panels/np/resources/pages/view-record.php new file mode 100644 index 00000000..92ee0a7a --- /dev/null +++ b/lang/vendor/filament-panels/np/resources/pages/view-record.php @@ -0,0 +1,17 @@ + ':label हेर्नुहोस्', + + 'breadcrumb' => 'हेर्नुहोस्', + + 'content' => [ + + 'tab' => [ + 'label' => 'हेर्नुहोस्', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/np/widgets/account-widget.php b/lang/vendor/filament-panels/np/widgets/account-widget.php new file mode 100644 index 00000000..1fccb723 --- /dev/null +++ b/lang/vendor/filament-panels/np/widgets/account-widget.php @@ -0,0 +1,15 @@ + [ + + 'logout' => [ + 'label' => 'साइन आउट गर्नुहोस्', + ], + + ], + + 'welcome' => 'स्वागतम्', + +]; diff --git a/lang/vendor/filament-panels/np/widgets/filament-info-widget.php b/lang/vendor/filament-panels/np/widgets/filament-info-widget.php new file mode 100644 index 00000000..358cdd37 --- /dev/null +++ b/lang/vendor/filament-panels/np/widgets/filament-info-widget.php @@ -0,0 +1,17 @@ + [ + + 'open_documentation' => [ + 'label' => 'कागजात', + ], + + 'open_github' => [ + 'label' => 'GitHub', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/pl/global-search.php b/lang/vendor/filament-panels/pl/global-search.php new file mode 100644 index 00000000..e8bbb82b --- /dev/null +++ b/lang/vendor/filament-panels/pl/global-search.php @@ -0,0 +1,12 @@ + [ + 'label' => 'Wyszukiwanie globalne', + 'placeholder' => 'Szukaj', + ], + + 'no_results_message' => 'Nie znaleziono wyników.', + +]; diff --git a/lang/vendor/filament-panels/pl/layout.php b/lang/vendor/filament-panels/pl/layout.php new file mode 100644 index 00000000..83e1ca6d --- /dev/null +++ b/lang/vendor/filament-panels/pl/layout.php @@ -0,0 +1,63 @@ + 'ltr', + + 'actions' => [ + + 'billing' => [ + 'label' => 'Zarządzaj subskrypcją', + ], + + 'logout' => [ + 'label' => 'Wyloguj się', + ], + + 'open_database_notifications' => [ + 'label' => 'Otwórz powiadomienia', + ], + + 'open_user_menu' => [ + 'label' => 'Menu użytkownika', + ], + + 'sidebar' => [ + + 'collapse' => [ + 'label' => 'Zwiń pasek boczny', + ], + + 'expand' => [ + 'label' => 'Rozwiń pasek boczny', + ], + + ], + + 'theme_switcher' => [ + + 'dark' => [ + 'label' => 'Tryb ciemny', + ], + + 'light' => [ + 'label' => 'Tryb jasny', + ], + + 'system' => [ + 'label' => 'Tryb systemowy', + ], + + ], + + ], + + 'avatar' => [ + 'alt' => 'Awatar :name', + ], + + 'logo' => [ + 'alt' => 'Logo :name', + ], + +]; diff --git a/lang/vendor/filament-panels/pl/pages/auth/edit-profile.php b/lang/vendor/filament-panels/pl/pages/auth/edit-profile.php new file mode 100644 index 00000000..5235d452 --- /dev/null +++ b/lang/vendor/filament-panels/pl/pages/auth/edit-profile.php @@ -0,0 +1,51 @@ + 'Profil', + + 'form' => [ + + 'email' => [ + 'label' => 'Adres e-mail', + ], + + 'name' => [ + 'label' => 'Nazwa', + ], + + 'password' => [ + 'label' => 'Nowe hasło', + ], + + 'password_confirmation' => [ + 'label' => 'Potwierdź nowe hasło', + ], + + 'actions' => [ + + 'save' => [ + 'label' => 'Zapisz zmiany', + ], + + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'Zapisano', + ], + + ], + + 'actions' => [ + + 'cancel' => [ + 'label' => 'wróć', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/pl/pages/auth/email-verification/email-verification-prompt.php b/lang/vendor/filament-panels/pl/pages/auth/email-verification/email-verification-prompt.php new file mode 100644 index 00000000..c6ae518c --- /dev/null +++ b/lang/vendor/filament-panels/pl/pages/auth/email-verification/email-verification-prompt.php @@ -0,0 +1,35 @@ + 'Zweryfikuj swój adres e-mail', + + 'heading' => 'Weryfikacja adresu e-mail', + + 'actions' => [ + + 'resend_notification' => [ + 'label' => 'Wyślij ponownie', + ], + + ], + + 'messages' => [ + 'notification_not_received' => 'Nie otrzymałeś wysłanej przez nas wiadomości?', + 'notification_sent' => 'Na adres :email wysłaliśmy instrukcję weryfikacji twojego adresu e-mail.', + ], + + 'notifications' => [ + + 'notification_resent' => [ + 'title' => 'Wysłaliśmy ponownie wiadomość e-mail.', + ], + + 'notification_resend_throttled' => [ + 'title' => 'Zbyt wiele prób ponownej wysyłki wiadomości', + 'body' => 'Spróbuj ponownie za :seconds sekund.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/pl/pages/auth/login.php b/lang/vendor/filament-panels/pl/pages/auth/login.php new file mode 100644 index 00000000..487e62e6 --- /dev/null +++ b/lang/vendor/filament-panels/pl/pages/auth/login.php @@ -0,0 +1,61 @@ + 'Logowanie', + + 'heading' => 'Zaloguj się', + + 'actions' => [ + + 'register' => [ + 'before' => 'lub', + 'label' => 'zarejestruj się', + ], + + 'request_password_reset' => [ + 'label' => 'Nie pamiętam hasła', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'Adres e-mail', + ], + + 'password' => [ + 'label' => 'Hasło', + ], + + 'remember' => [ + 'label' => 'Zapamiętaj mnie', + ], + + 'actions' => [ + + 'authenticate' => [ + 'label' => 'Zaloguj się', + ], + + ], + + ], + + 'messages' => [ + + 'failed' => 'Błędny login lub hasło.', + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Za dużo nieudanych prób logowania', + 'body' => 'Spróbuj ponownie za :seconds sekund.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/pl/pages/auth/password-reset/request-password-reset.php b/lang/vendor/filament-panels/pl/pages/auth/password-reset/request-password-reset.php new file mode 100644 index 00000000..929004a8 --- /dev/null +++ b/lang/vendor/filament-panels/pl/pages/auth/password-reset/request-password-reset.php @@ -0,0 +1,42 @@ + 'Zresetuj hasło', + + 'heading' => 'Zapomniałeś hasła?', + + 'actions' => [ + + 'login' => [ + 'label' => 'wróć do logowania', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'Adres e-mail', + ], + + 'actions' => [ + + 'request' => [ + 'label' => 'Wyślij e-mail', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Zbyt wiele żądań', + 'body' => 'Spróbuj ponownie za :seconds sekund.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/pl/pages/auth/password-reset/reset-password.php b/lang/vendor/filament-panels/pl/pages/auth/password-reset/reset-password.php new file mode 100644 index 00000000..51acede9 --- /dev/null +++ b/lang/vendor/filament-panels/pl/pages/auth/password-reset/reset-password.php @@ -0,0 +1,43 @@ + 'Zresetuj hasło', + + 'heading' => 'Resetowanie hasła', + + 'form' => [ + + 'email' => [ + 'label' => 'Adres e-mail', + ], + + 'password' => [ + 'label' => 'Hasło', + 'validation_attribute' => 'hasło', + ], + + 'password_confirmation' => [ + 'label' => 'Potwierdź hasło', + ], + + 'actions' => [ + + 'reset' => [ + 'label' => 'Zresetuj hasło', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Zbyt wiele prób resetowania', + 'body' => 'Spróbuj ponownie za :seconds sekund.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/pl/pages/auth/register.php b/lang/vendor/filament-panels/pl/pages/auth/register.php new file mode 100644 index 00000000..45ae1d14 --- /dev/null +++ b/lang/vendor/filament-panels/pl/pages/auth/register.php @@ -0,0 +1,56 @@ + 'Zarejestruj się', + + 'heading' => 'Rejestracja', + + 'actions' => [ + + 'login' => [ + 'before' => 'lub', + 'label' => 'zaloguj się na swoje konto', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'Adres e-mail', + ], + + 'name' => [ + 'label' => 'Nazwa', + ], + + 'password' => [ + 'label' => 'Hasło', + 'validation_attribute' => 'hasło', + ], + + 'password_confirmation' => [ + 'label' => 'Potwierdź hasło', + ], + + 'actions' => [ + + 'register' => [ + 'label' => 'Zarejestruj się', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Zbyt dużo prób rejestracji', + 'body' => 'Spróbuj ponownie za :seconds sekund.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/pl/pages/dashboard.php b/lang/vendor/filament-panels/pl/pages/dashboard.php new file mode 100644 index 00000000..01c1e0a7 --- /dev/null +++ b/lang/vendor/filament-panels/pl/pages/dashboard.php @@ -0,0 +1,33 @@ + 'Panel', + + 'actions' => [ + + 'filter' => [ + + 'label' => 'Filtruj', + + 'modal' => [ + + 'heading' => 'Filtruj', + + 'actions' => [ + + 'apply' => [ + + 'label' => 'Zastosuj', + + ], + + ], + + ], + + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/pl/pages/tenancy/edit-tenant-profile.php b/lang/vendor/filament-panels/pl/pages/tenancy/edit-tenant-profile.php new file mode 100644 index 00000000..9b1f6350 --- /dev/null +++ b/lang/vendor/filament-panels/pl/pages/tenancy/edit-tenant-profile.php @@ -0,0 +1,25 @@ + [ + + 'actions' => [ + + 'save' => [ + 'label' => 'Zapisz zmiany', + ], + + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'Zapisano', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/pl/resources/pages/create-record.php b/lang/vendor/filament-panels/pl/resources/pages/create-record.php new file mode 100644 index 00000000..aff9a5a8 --- /dev/null +++ b/lang/vendor/filament-panels/pl/resources/pages/create-record.php @@ -0,0 +1,37 @@ + 'Utwórz :label', + + 'breadcrumb' => 'Utwórz', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => 'Anuluj', + ], + + 'create' => [ + 'label' => 'Utwórz', + ], + + 'create_another' => [ + 'label' => 'Utwórz i utwórz kolejny', + ], + + ], + + ], + + 'notifications' => [ + + 'created' => [ + 'title' => 'Utworzono', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/pl/resources/pages/edit-record.php b/lang/vendor/filament-panels/pl/resources/pages/edit-record.php new file mode 100644 index 00000000..2519b2e7 --- /dev/null +++ b/lang/vendor/filament-panels/pl/resources/pages/edit-record.php @@ -0,0 +1,41 @@ + 'Edytuj :label', + + 'breadcrumb' => 'Edytuj', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => 'Anuluj', + ], + + 'save' => [ + 'label' => 'Zapisz', + ], + + ], + + ], + + 'content' => [ + + 'tab' => [ + 'label' => 'Edytuj', + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'Zapisano zmiany', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/pl/resources/pages/list-records.php b/lang/vendor/filament-panels/pl/resources/pages/list-records.php new file mode 100644 index 00000000..3af06606 --- /dev/null +++ b/lang/vendor/filament-panels/pl/resources/pages/list-records.php @@ -0,0 +1,7 @@ + 'Lista', + +]; diff --git a/lang/vendor/filament-panels/pl/resources/pages/view-record.php b/lang/vendor/filament-panels/pl/resources/pages/view-record.php new file mode 100644 index 00000000..3acbaae8 --- /dev/null +++ b/lang/vendor/filament-panels/pl/resources/pages/view-record.php @@ -0,0 +1,17 @@ + 'Podgląd :label', + + 'breadcrumb' => 'Podgląd', + + 'content' => [ + + 'tab' => [ + 'label' => 'Podgląd', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/pl/unsaved-changes-alert.php b/lang/vendor/filament-panels/pl/unsaved-changes-alert.php new file mode 100644 index 00000000..1082a1ff --- /dev/null +++ b/lang/vendor/filament-panels/pl/unsaved-changes-alert.php @@ -0,0 +1,7 @@ + 'Masz niezapisane zmiany. Czy na pewno chcesz opuścić tę stronę?', + +]; diff --git a/lang/vendor/filament-panels/pl/widgets/account-widget.php b/lang/vendor/filament-panels/pl/widgets/account-widget.php new file mode 100644 index 00000000..b33d786d --- /dev/null +++ b/lang/vendor/filament-panels/pl/widgets/account-widget.php @@ -0,0 +1,15 @@ + [ + + 'logout' => [ + 'label' => 'Wyloguj się', + ], + + ], + + 'welcome' => 'Witaj', + +]; diff --git a/lang/vendor/filament-panels/pl/widgets/filament-info-widget.php b/lang/vendor/filament-panels/pl/widgets/filament-info-widget.php new file mode 100644 index 00000000..cfb9bbd1 --- /dev/null +++ b/lang/vendor/filament-panels/pl/widgets/filament-info-widget.php @@ -0,0 +1,17 @@ + [ + + 'open_documentation' => [ + 'label' => 'Dokumentacja', + ], + + 'open_github' => [ + 'label' => 'GitHub', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/pt_BR/global-search.php b/lang/vendor/filament-panels/pt_BR/global-search.php new file mode 100644 index 00000000..d2d9da62 --- /dev/null +++ b/lang/vendor/filament-panels/pt_BR/global-search.php @@ -0,0 +1,12 @@ + [ + 'label' => 'Pesquisa global', + 'placeholder' => 'Pesquisar', + ], + + 'no_results_message' => 'Nenhum resultado encontrado.', + +]; diff --git a/lang/vendor/filament-panels/pt_BR/layout.php b/lang/vendor/filament-panels/pt_BR/layout.php new file mode 100644 index 00000000..147508fa --- /dev/null +++ b/lang/vendor/filament-panels/pt_BR/layout.php @@ -0,0 +1,63 @@ + 'ltr', + + 'actions' => [ + + 'billing' => [ + 'label' => 'Gerenciar assinatura', + ], + + 'logout' => [ + 'label' => 'Logout', + ], + + 'open_database_notifications' => [ + 'label' => 'Abrir notificações', + ], + + 'open_user_menu' => [ + 'label' => 'Menu do usuário', + ], + + 'sidebar' => [ + + 'collapse' => [ + 'label' => 'Recolher barra lateral', + ], + + 'expand' => [ + 'label' => 'Expandir barra lateral', + ], + + ], + + 'theme_switcher' => [ + + 'dark' => [ + 'label' => 'Mudar para tema escuro', + ], + + 'light' => [ + 'label' => 'Mudar para tema claro', + ], + + 'system' => [ + 'label' => 'Mudar para tema do sistema', + ], + + ], + + ], + + 'avatar' => [ + 'alt' => 'Avatar de :name', + ], + + 'logo' => [ + 'alt' => ':name (Logotipo)', + ], + +]; diff --git a/lang/vendor/filament-panels/pt_BR/pages/auth/edit-profile.php b/lang/vendor/filament-panels/pt_BR/pages/auth/edit-profile.php new file mode 100644 index 00000000..bb31dd97 --- /dev/null +++ b/lang/vendor/filament-panels/pt_BR/pages/auth/edit-profile.php @@ -0,0 +1,51 @@ + 'Perfil', + + 'form' => [ + + 'email' => [ + 'label' => 'E-mail', + ], + + 'name' => [ + 'label' => 'Nome', + ], + + 'password' => [ + 'label' => 'Nova senha', + ], + + 'password_confirmation' => [ + 'label' => 'Confirmar nova senha', + ], + + 'actions' => [ + + 'save' => [ + 'label' => 'Salvar alterações', + ], + + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'Salvo', + ], + + ], + + 'actions' => [ + + 'cancel' => [ + 'label' => 'Voltar', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/pt_BR/pages/auth/email-verification/email-verification-prompt.php b/lang/vendor/filament-panels/pt_BR/pages/auth/email-verification/email-verification-prompt.php new file mode 100644 index 00000000..f91061f3 --- /dev/null +++ b/lang/vendor/filament-panels/pt_BR/pages/auth/email-verification/email-verification-prompt.php @@ -0,0 +1,35 @@ + 'Verifique seu e-mail', + + 'heading' => 'Verifique seu e-mail', + + 'actions' => [ + + 'resend_notification' => [ + 'label' => 'Reenviar', + ], + + ], + + 'messages' => [ + 'notification_not_received' => 'Não recebeu o e-mail que enviamos?', + 'notification_sent' => 'Enviamos um e-mail para :email contendo instruções sobre como verificar seu e-mail.', + ], + + 'notifications' => [ + + 'notification_resent' => [ + 'title' => 'Reenviamos o e-mail.', + ], + + 'notification_resend_throttled' => [ + 'title' => 'Muitas tentativas de reenvio', + 'body' => 'Por favor tente novamente em :seconds segundos.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/pt_BR/pages/auth/login.php b/lang/vendor/filament-panels/pt_BR/pages/auth/login.php new file mode 100644 index 00000000..20c7ce52 --- /dev/null +++ b/lang/vendor/filament-panels/pt_BR/pages/auth/login.php @@ -0,0 +1,61 @@ + 'Login', + + 'heading' => 'Faça login', + + 'actions' => [ + + 'register' => [ + 'before' => 'ou', + 'label' => 'crie uma conta', + ], + + 'request_password_reset' => [ + 'label' => 'Esqueceu sua senha?', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'E-mail', + ], + + 'password' => [ + 'label' => 'Senha', + ], + + 'remember' => [ + 'label' => 'Lembre de mim', + ], + + 'actions' => [ + + 'authenticate' => [ + 'label' => 'Login', + ], + + ], + + ], + + 'messages' => [ + + 'failed' => 'Essas credenciais não correspondem aos nossos registros.', + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Muitas tentativas de login', + 'body' => 'Por favor tente novamente em :seconds segundos.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/pt_BR/pages/auth/password-reset/request-password-reset.php b/lang/vendor/filament-panels/pt_BR/pages/auth/password-reset/request-password-reset.php new file mode 100644 index 00000000..dff5cfcd --- /dev/null +++ b/lang/vendor/filament-panels/pt_BR/pages/auth/password-reset/request-password-reset.php @@ -0,0 +1,46 @@ + 'Redefina sua senha', + + 'heading' => 'Esqueceu sua senha?', + + 'actions' => [ + + 'login' => [ + 'label' => 'voltar ao login', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'E-mail', + ], + + 'actions' => [ + + 'request' => [ + 'label' => 'Enviar email', + ], + + ], + + ], + + 'notifications' => [ + + 'sent' => [ + 'body' => 'Se sua conta não existir, você não receberá o e-mail.', + ], + + 'throttled' => [ + 'title' => 'Muitas solicitações', + 'body' => 'Por favor tente novamente em :seconds segundos.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/pt_BR/pages/auth/password-reset/reset-password.php b/lang/vendor/filament-panels/pt_BR/pages/auth/password-reset/reset-password.php new file mode 100644 index 00000000..8e3f710f --- /dev/null +++ b/lang/vendor/filament-panels/pt_BR/pages/auth/password-reset/reset-password.php @@ -0,0 +1,43 @@ + 'Redefina sua senha', + + 'heading' => 'Redefina sua senha', + + 'form' => [ + + 'email' => [ + 'label' => 'E-mail', + ], + + 'password' => [ + 'label' => 'Senha', + 'validation_attribute' => 'senha', + ], + + 'password_confirmation' => [ + 'label' => 'Confirmar senha', + ], + + 'actions' => [ + + 'reset' => [ + 'label' => 'Redefinir senha', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Muitas tentativas de redefinição', + 'body' => 'Por favor tente novamente em :seconds segundos.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/pt_BR/pages/auth/register.php b/lang/vendor/filament-panels/pt_BR/pages/auth/register.php new file mode 100644 index 00000000..11313037 --- /dev/null +++ b/lang/vendor/filament-panels/pt_BR/pages/auth/register.php @@ -0,0 +1,56 @@ + 'Cadastrar', + + 'heading' => 'Inscrever-se', + + 'actions' => [ + + 'login' => [ + 'before' => 'ou', + 'label' => 'faça login em sua conta', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'E-mail', + ], + + 'name' => [ + 'label' => 'Nome', + ], + + 'password' => [ + 'label' => 'Senha', + 'validation_attribute' => 'senha', + ], + + 'password_confirmation' => [ + 'label' => 'Confirmar senha', + ], + + 'actions' => [ + + 'register' => [ + 'label' => 'Criar conta', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Muitas tentativas de cadastro', + 'body' => 'Por favor, tente novamente em :seconds segundos.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/pt_BR/pages/dashboard.php b/lang/vendor/filament-panels/pt_BR/pages/dashboard.php new file mode 100644 index 00000000..0c372d1a --- /dev/null +++ b/lang/vendor/filament-panels/pt_BR/pages/dashboard.php @@ -0,0 +1,33 @@ + 'Painel de Controle', + + 'actions' => [ + + 'filter' => [ + + 'label' => 'Filtros', + + 'modal' => [ + + 'heading' => 'Filtros', + + 'actions' => [ + + 'apply' => [ + + 'label' => 'Aplicar', + + ], + + ], + + ], + + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/pt_BR/pages/tenancy/edit-tenant-profile.php b/lang/vendor/filament-panels/pt_BR/pages/tenancy/edit-tenant-profile.php new file mode 100644 index 00000000..1feb69e8 --- /dev/null +++ b/lang/vendor/filament-panels/pt_BR/pages/tenancy/edit-tenant-profile.php @@ -0,0 +1,25 @@ + [ + + 'actions' => [ + + 'save' => [ + 'label' => 'Salvar alterações', + ], + + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'Salvo', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/pt_BR/resources/pages/create-record.php b/lang/vendor/filament-panels/pt_BR/resources/pages/create-record.php new file mode 100644 index 00000000..647cffaa --- /dev/null +++ b/lang/vendor/filament-panels/pt_BR/resources/pages/create-record.php @@ -0,0 +1,37 @@ + 'Criar :label', + + 'breadcrumb' => 'Criar', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => 'Cancelar', + ], + + 'create' => [ + 'label' => 'Criar', + ], + + 'create_another' => [ + 'label' => 'Salvar e criar outro', + ], + + ], + + ], + + 'notifications' => [ + + 'created' => [ + 'title' => 'Criado', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/pt_BR/resources/pages/edit-record.php b/lang/vendor/filament-panels/pt_BR/resources/pages/edit-record.php new file mode 100644 index 00000000..b666dd86 --- /dev/null +++ b/lang/vendor/filament-panels/pt_BR/resources/pages/edit-record.php @@ -0,0 +1,41 @@ + 'Editar :label', + + 'breadcrumb' => 'Editar', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => 'Cancelar', + ], + + 'save' => [ + 'label' => 'Salvar alterações', + ], + + ], + + ], + + 'content' => [ + + 'tab' => [ + 'label' => 'Editar', + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'Salvo', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/pt_BR/resources/pages/list-records.php b/lang/vendor/filament-panels/pt_BR/resources/pages/list-records.php new file mode 100644 index 00000000..e95007d2 --- /dev/null +++ b/lang/vendor/filament-panels/pt_BR/resources/pages/list-records.php @@ -0,0 +1,7 @@ + 'Listar', + +]; diff --git a/lang/vendor/filament-panels/pt_BR/resources/pages/view-record.php b/lang/vendor/filament-panels/pt_BR/resources/pages/view-record.php new file mode 100644 index 00000000..b8b9eded --- /dev/null +++ b/lang/vendor/filament-panels/pt_BR/resources/pages/view-record.php @@ -0,0 +1,17 @@ + 'Visualizar :label', + + 'breadcrumb' => 'Visualizar', + + 'content' => [ + + 'tab' => [ + 'label' => 'Visualizar', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/pt_BR/unsaved-changes-alert.php b/lang/vendor/filament-panels/pt_BR/unsaved-changes-alert.php new file mode 100644 index 00000000..e935b051 --- /dev/null +++ b/lang/vendor/filament-panels/pt_BR/unsaved-changes-alert.php @@ -0,0 +1,7 @@ + 'Você tem alterações não salvas. Tem certeza de que deseja sair desta página?', + +]; diff --git a/lang/vendor/filament-panels/pt_BR/widgets/account-widget.php b/lang/vendor/filament-panels/pt_BR/widgets/account-widget.php new file mode 100644 index 00000000..c6d07d01 --- /dev/null +++ b/lang/vendor/filament-panels/pt_BR/widgets/account-widget.php @@ -0,0 +1,15 @@ + [ + + 'logout' => [ + 'label' => 'Logout', + ], + + ], + + 'welcome' => 'Bem-vindo', + +]; diff --git a/lang/vendor/filament-panels/pt_BR/widgets/filament-info-widget.php b/lang/vendor/filament-panels/pt_BR/widgets/filament-info-widget.php new file mode 100644 index 00000000..ea6f414c --- /dev/null +++ b/lang/vendor/filament-panels/pt_BR/widgets/filament-info-widget.php @@ -0,0 +1,17 @@ + [ + + 'open_documentation' => [ + 'label' => 'Documentação', + ], + + 'open_github' => [ + 'label' => 'GitHub', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/pt_PT/global-search.php b/lang/vendor/filament-panels/pt_PT/global-search.php new file mode 100644 index 00000000..d2d9da62 --- /dev/null +++ b/lang/vendor/filament-panels/pt_PT/global-search.php @@ -0,0 +1,12 @@ + [ + 'label' => 'Pesquisa global', + 'placeholder' => 'Pesquisar', + ], + + 'no_results_message' => 'Nenhum resultado encontrado.', + +]; diff --git a/lang/vendor/filament-panels/pt_PT/layout.php b/lang/vendor/filament-panels/pt_PT/layout.php new file mode 100644 index 00000000..2c2e8797 --- /dev/null +++ b/lang/vendor/filament-panels/pt_PT/layout.php @@ -0,0 +1,63 @@ + 'ltr', + + 'actions' => [ + + 'billing' => [ + 'label' => 'Gerir assinatura', + ], + + 'logout' => [ + 'label' => 'Terminar Sessão', + ], + + 'open_database_notifications' => [ + 'label' => 'Abrir notificações', + ], + + 'open_user_menu' => [ + 'label' => 'Menu de utilizador', + ], + + 'sidebar' => [ + + 'collapse' => [ + 'label' => 'Recolher barra lateral', + ], + + 'expand' => [ + 'label' => 'Expandir barra lateral', + ], + + ], + + 'theme_switcher' => [ + + 'dark' => [ + 'label' => 'Activar o modo escuro', + ], + + 'light' => [ + 'label' => 'Activar o modo claro', + ], + + 'system' => [ + 'label' => 'Activar o modo de sistema', + ], + + ], + + ], + + 'avatar' => [ + 'alt' => 'Avatar de :name', + ], + + 'logo' => [ + 'alt' => 'Logótipo de :name', + ], + +]; diff --git a/lang/vendor/filament-panels/pt_PT/pages/auth/edit-profile.php b/lang/vendor/filament-panels/pt_PT/pages/auth/edit-profile.php new file mode 100644 index 00000000..a2de9a6d --- /dev/null +++ b/lang/vendor/filament-panels/pt_PT/pages/auth/edit-profile.php @@ -0,0 +1,51 @@ + 'Perfil', + + 'form' => [ + + 'email' => [ + 'label' => 'Endereço de e-mail', + ], + + 'name' => [ + 'label' => 'Nome', + ], + + 'password' => [ + 'label' => 'Nova palavra-passe', + ], + + 'password_confirmation' => [ + 'label' => 'Confirmar nova palavra-passe', + ], + + 'actions' => [ + + 'save' => [ + 'label' => 'Guardar alterações', + ], + + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'Guardado', + ], + + ], + + 'actions' => [ + + 'cancel' => [ + 'label' => 'Cancelar', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/pt_PT/pages/auth/email-verification/email-verification-prompt.php b/lang/vendor/filament-panels/pt_PT/pages/auth/email-verification/email-verification-prompt.php new file mode 100644 index 00000000..0fbeca36 --- /dev/null +++ b/lang/vendor/filament-panels/pt_PT/pages/auth/email-verification/email-verification-prompt.php @@ -0,0 +1,35 @@ + 'Verifique o seu endereço de e-mail', + + 'heading' => 'Verifique o seu endereço de e-mail', + + 'actions' => [ + + 'resend_notification' => [ + 'label' => 'Reenviar', + ], + + ], + + 'messages' => [ + 'notification_not_received' => 'Não recebeu o e-mail que enviámos?', + 'notification_sent' => 'Enviámos um e-mail para :email com as instruções sobre como verificar o seu endereço de e-mail.', + ], + + 'notifications' => [ + + 'notification_resent' => [ + 'title' => 'E-mail reenviado.', + ], + + 'notification_resend_throttled' => [ + 'title' => 'Muitas tentativas de reenvio', + 'body' => 'Por favor, tente novamente em :seconds segundos.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/pt_PT/pages/auth/login.php b/lang/vendor/filament-panels/pt_PT/pages/auth/login.php new file mode 100644 index 00000000..f509e0e2 --- /dev/null +++ b/lang/vendor/filament-panels/pt_PT/pages/auth/login.php @@ -0,0 +1,61 @@ + 'Iniciar sessão', + + 'heading' => 'Iniciar sessão', + + 'actions' => [ + + 'register' => [ + 'before' => 'ou', + 'label' => 'criar uma conta', + ], + + 'request_password_reset' => [ + 'label' => 'Esqueceu-se da palavra-passe?', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'Endereço de e-mail', + ], + + 'password' => [ + 'label' => 'Palavra-passe', + ], + + 'remember' => [ + 'label' => 'Manter sessão', + ], + + 'actions' => [ + + 'authenticate' => [ + 'label' => 'Iniciar sessão', + ], + + ], + + ], + + 'messages' => [ + + 'failed' => 'As credênciais não correspondem aos nossos registos.', + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Muitas tentativas de início de sessão.', + 'body' => 'Por favor, tente novamente em :seconds segundos.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/pt_PT/pages/auth/password-reset/request-password-reset.php b/lang/vendor/filament-panels/pt_PT/pages/auth/password-reset/request-password-reset.php new file mode 100644 index 00000000..4d422697 --- /dev/null +++ b/lang/vendor/filament-panels/pt_PT/pages/auth/password-reset/request-password-reset.php @@ -0,0 +1,46 @@ + 'Redefinir a sua palavra-passe', + + 'heading' => 'Esqueceu-se da palavra-passe?', + + 'actions' => [ + + 'login' => [ + 'label' => 'voltar ao início', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'Endereço de e-mail', + ], + + 'actions' => [ + + 'request' => [ + 'label' => 'Enviar e-mail', + ], + + ], + + ], + + 'notifications' => [ + + 'sent' => [ + 'body' => 'Se a sua conta não existir, não receberá o e-mail.', + ], + + 'throttled' => [ + 'title' => 'Muitas solicitações', + 'body' => 'Por favor, tente novamente em :seconds segundos.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/pt_PT/pages/auth/password-reset/reset-password.php b/lang/vendor/filament-panels/pt_PT/pages/auth/password-reset/reset-password.php new file mode 100644 index 00000000..1803fad3 --- /dev/null +++ b/lang/vendor/filament-panels/pt_PT/pages/auth/password-reset/reset-password.php @@ -0,0 +1,43 @@ + 'Redefinir a sua palavra-passe', + + 'heading' => 'Redefinir a sua palavra-passe', + + 'form' => [ + + 'email' => [ + 'label' => 'Endereço de e-mail', + ], + + 'password' => [ + 'label' => 'Palavra-passe', + 'validation_attribute' => 'palavra-passe', + ], + + 'password_confirmation' => [ + 'label' => 'Confirmar palavra-passe', + ], + + 'actions' => [ + + 'reset' => [ + 'label' => 'Redefinir palavra-passe', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Muitas tentativas de redefinição', + 'body' => 'Por favor, tente novamente em :seconds segundos.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/pt_PT/pages/auth/register.php b/lang/vendor/filament-panels/pt_PT/pages/auth/register.php new file mode 100644 index 00000000..de1aebac --- /dev/null +++ b/lang/vendor/filament-panels/pt_PT/pages/auth/register.php @@ -0,0 +1,56 @@ + 'Registar', + + 'heading' => 'Registe-se', + + 'actions' => [ + + 'login' => [ + 'before' => 'ou', + 'label' => 'iniciar sessão na sua conta', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'Endereço de e-mail', + ], + + 'name' => [ + 'label' => 'Nome', + ], + + 'password' => [ + 'label' => 'Palavra-passe', + 'validation_attribute' => 'palavra-passe', + ], + + 'password_confirmation' => [ + 'label' => 'Confirmar palavra-passe', + ], + + 'actions' => [ + + 'register' => [ + 'label' => 'Registar conta', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Muitas tentativas de registo', + 'body' => 'Por favor, tente novamente em :seconds segundos.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/pt_PT/pages/dashboard.php b/lang/vendor/filament-panels/pt_PT/pages/dashboard.php new file mode 100644 index 00000000..168ce6d4 --- /dev/null +++ b/lang/vendor/filament-panels/pt_PT/pages/dashboard.php @@ -0,0 +1,33 @@ + 'Painel de Controlo', + + 'actions' => [ + + 'filter' => [ + + 'label' => 'Filtro', + + 'modal' => [ + + 'heading' => 'Filtro', + + 'actions' => [ + + 'apply' => [ + + 'label' => 'Aplicar', + + ], + + ], + + ], + + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/pt_PT/pages/tenancy/edit-tenant-profile.php b/lang/vendor/filament-panels/pt_PT/pages/tenancy/edit-tenant-profile.php new file mode 100644 index 00000000..36829ace --- /dev/null +++ b/lang/vendor/filament-panels/pt_PT/pages/tenancy/edit-tenant-profile.php @@ -0,0 +1,25 @@ + [ + + 'actions' => [ + + 'save' => [ + 'label' => 'Guardar alterações', + ], + + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'Guardado', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/pt_PT/resources/pages/create-record.php b/lang/vendor/filament-panels/pt_PT/resources/pages/create-record.php new file mode 100644 index 00000000..495f426e --- /dev/null +++ b/lang/vendor/filament-panels/pt_PT/resources/pages/create-record.php @@ -0,0 +1,37 @@ + 'Criar :label', + + 'breadcrumb' => 'Criar', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => 'Cancelar', + ], + + 'create' => [ + 'label' => 'Criar', + ], + + 'create_another' => [ + 'label' => 'Criar e criar novo', + ], + + ], + + ], + + 'notifications' => [ + + 'created' => [ + 'title' => 'Criado', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/pt_PT/resources/pages/edit-record.php b/lang/vendor/filament-panels/pt_PT/resources/pages/edit-record.php new file mode 100644 index 00000000..af6386c4 --- /dev/null +++ b/lang/vendor/filament-panels/pt_PT/resources/pages/edit-record.php @@ -0,0 +1,41 @@ + 'Editar :label', + + 'breadcrumb' => 'Editar', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => 'Cancelar', + ], + + 'save' => [ + 'label' => 'Guardar alterações', + ], + + ], + + ], + + 'content' => [ + + 'tab' => [ + 'label' => 'Editar', + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'Guardado', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/pt_PT/resources/pages/list-records.php b/lang/vendor/filament-panels/pt_PT/resources/pages/list-records.php new file mode 100644 index 00000000..1bfaf665 --- /dev/null +++ b/lang/vendor/filament-panels/pt_PT/resources/pages/list-records.php @@ -0,0 +1,7 @@ + 'Listagem', + +]; diff --git a/lang/vendor/filament-panels/pt_PT/resources/pages/view-record.php b/lang/vendor/filament-panels/pt_PT/resources/pages/view-record.php new file mode 100644 index 00000000..b8b9eded --- /dev/null +++ b/lang/vendor/filament-panels/pt_PT/resources/pages/view-record.php @@ -0,0 +1,17 @@ + 'Visualizar :label', + + 'breadcrumb' => 'Visualizar', + + 'content' => [ + + 'tab' => [ + 'label' => 'Visualizar', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/pt_PT/unsaved-changes-alert.php b/lang/vendor/filament-panels/pt_PT/unsaved-changes-alert.php new file mode 100644 index 00000000..4a1d4a7c --- /dev/null +++ b/lang/vendor/filament-panels/pt_PT/unsaved-changes-alert.php @@ -0,0 +1,7 @@ + 'Existem alterações não guardadas. Tem a certeza que pretende sair desta página?', + +]; diff --git a/lang/vendor/filament-panels/pt_PT/widgets/account-widget.php b/lang/vendor/filament-panels/pt_PT/widgets/account-widget.php new file mode 100644 index 00000000..083ec0b6 --- /dev/null +++ b/lang/vendor/filament-panels/pt_PT/widgets/account-widget.php @@ -0,0 +1,15 @@ + [ + + 'logout' => [ + 'label' => 'Terminar Sessão', + ], + + ], + + 'welcome' => 'Bem-vindo', + +]; diff --git a/lang/vendor/filament-panels/pt_PT/widgets/filament-info-widget.php b/lang/vendor/filament-panels/pt_PT/widgets/filament-info-widget.php new file mode 100644 index 00000000..ea6f414c --- /dev/null +++ b/lang/vendor/filament-panels/pt_PT/widgets/filament-info-widget.php @@ -0,0 +1,17 @@ + [ + + 'open_documentation' => [ + 'label' => 'Documentação', + ], + + 'open_github' => [ + 'label' => 'GitHub', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ro/global-search.php b/lang/vendor/filament-panels/ro/global-search.php new file mode 100644 index 00000000..dffe86b0 --- /dev/null +++ b/lang/vendor/filament-panels/ro/global-search.php @@ -0,0 +1,12 @@ + [ + 'label' => 'Căutare globală', + 'placeholder' => 'Căutare', + ], + + 'no_results_message' => 'Nu s-au găsit rezultate', + +]; diff --git a/lang/vendor/filament-panels/ro/layout.php b/lang/vendor/filament-panels/ro/layout.php new file mode 100644 index 00000000..e814612f --- /dev/null +++ b/lang/vendor/filament-panels/ro/layout.php @@ -0,0 +1,55 @@ + 'ltr', + + 'actions' => [ + + 'billing' => [ + 'label' => 'Gestionați abonările', + ], + + 'logout' => [ + 'label' => 'Deconectare', + ], + + 'open_database_notifications' => [ + 'label' => 'Deschideți notificările', + ], + + 'open_user_menu' => [ + 'label' => 'Meniul utilizatorului', + ], + + 'sidebar' => [ + + 'collapse' => [ + 'label' => 'Restrânge bara laterală', + ], + + 'expand' => [ + 'label' => 'Extinde bara laterală', + ], + + ], + + 'theme_switcher' => [ + + 'dark' => [ + 'label' => 'Comutați modul întunecat', + ], + + 'light' => [ + 'label' => 'Comutați modul deschis', + ], + + 'system' => [ + 'label' => 'Activează modul de sistem', + ], + + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ro/pages/auth/edit-profile.php b/lang/vendor/filament-panels/ro/pages/auth/edit-profile.php new file mode 100644 index 00000000..0f94c695 --- /dev/null +++ b/lang/vendor/filament-panels/ro/pages/auth/edit-profile.php @@ -0,0 +1,51 @@ + 'Profil', + + 'form' => [ + + 'email' => [ + 'label' => 'Email', + ], + + 'name' => [ + 'label' => 'Nume', + ], + + 'password' => [ + 'label' => 'Parola noua', + ], + + 'password_confirmation' => [ + 'label' => 'Confirmă parola noua', + ], + + 'actions' => [ + + 'save' => [ + 'label' => 'Salvează modificările', + ], + + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'Salvat cu succes', + ], + + ], + + 'actions' => [ + + 'cancel' => [ + 'label' => 'înapoi', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ro/pages/auth/email-verification/email-verification-prompt.php b/lang/vendor/filament-panels/ro/pages/auth/email-verification/email-verification-prompt.php new file mode 100644 index 00000000..aa5c2b37 --- /dev/null +++ b/lang/vendor/filament-panels/ro/pages/auth/email-verification/email-verification-prompt.php @@ -0,0 +1,35 @@ + 'Confirmă adresa de email', + + 'heading' => 'Confirmă adresa de email', + + 'actions' => [ + + 'resend_notification' => [ + 'label' => 'Retrimite', + ], + + ], + + 'messages' => [ + 'notification_not_received' => 'Nu ai primit emailul de verificare?', + 'notification_sent' => 'S-a trimis un email la :email cu instrucțiuni pentru a confirma adresa de email.', + ], + + 'notifications' => [ + + 'notification_resent' => [ + 'title' => 'Am retrimis emailul.', + ], + + 'notification_resend_throttled' => [ + 'title' => 'Prea multe încercări consecutive de retrimitere', + 'body' => 'Încearcă te rog din nou peste :seconds secunde.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ro/pages/auth/login.php b/lang/vendor/filament-panels/ro/pages/auth/login.php new file mode 100644 index 00000000..e259544a --- /dev/null +++ b/lang/vendor/filament-panels/ro/pages/auth/login.php @@ -0,0 +1,61 @@ + 'Autentificare', + + 'heading' => 'Loghează-te în contul tau', + + 'actions' => [ + + 'register' => [ + 'before' => 'sau', + 'label' => 'creează cont', + ], + + 'request_password_reset' => [ + 'label' => 'Ai uitat parola?', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'Email', + ], + + 'password' => [ + 'label' => 'Parola', + ], + + 'remember' => [ + 'label' => 'Ține-mă minte', + ], + + 'actions' => [ + + 'authenticate' => [ + 'label' => 'Autentificare', + ], + + ], + + ], + + 'messages' => [ + + 'failed' => 'Emailul sau parola nu sunt corecte', + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Te rugăm să aștepți :seconds secunde înainte de a încerca din nou', + 'body' => 'Te rugăm sa reîncerci in :seconds secunde.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ro/pages/auth/password-reset/request-password-reset.php b/lang/vendor/filament-panels/ro/pages/auth/password-reset/request-password-reset.php new file mode 100644 index 00000000..13001190 --- /dev/null +++ b/lang/vendor/filament-panels/ro/pages/auth/password-reset/request-password-reset.php @@ -0,0 +1,42 @@ + 'Resetează parola', + + 'heading' => 'Ai uitat parola?', + + 'actions' => [ + + 'login' => [ + 'label' => 'înapoi la autentificare', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'Email', + ], + + 'actions' => [ + + 'request' => [ + 'label' => 'Trimite email', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Prea multe încercări consecutive', + 'body' => 'Încearcă te rog din nou peste :seconds secunde.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ro/pages/auth/password-reset/reset-password.php b/lang/vendor/filament-panels/ro/pages/auth/password-reset/reset-password.php new file mode 100644 index 00000000..a5475661 --- /dev/null +++ b/lang/vendor/filament-panels/ro/pages/auth/password-reset/reset-password.php @@ -0,0 +1,43 @@ + 'Resetează parola', + + 'heading' => 'Resetează parola', + + 'form' => [ + + 'email' => [ + 'label' => 'Email', + ], + + 'password' => [ + 'label' => 'Parola', + 'validation_attribute' => 'password', + ], + + 'password_confirmation' => [ + 'label' => 'Confirmă parola', + ], + + 'actions' => [ + + 'reset' => [ + 'label' => 'Resetează parola', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Prea multe încercări consecutive', + 'body' => 'Încearcă te rog din nou peste :seconds secunde.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ro/pages/auth/register.php b/lang/vendor/filament-panels/ro/pages/auth/register.php new file mode 100644 index 00000000..9353e338 --- /dev/null +++ b/lang/vendor/filament-panels/ro/pages/auth/register.php @@ -0,0 +1,56 @@ + 'Înregistrare', + + 'heading' => 'Creează cont', + + 'actions' => [ + + 'login' => [ + 'before' => 'sau', + 'label' => 'loghează-te în contul tau', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'Email', + ], + + 'name' => [ + 'label' => 'Nume', + ], + + 'password' => [ + 'label' => 'Parola', + 'validation_attribute' => 'password', + ], + + 'password_confirmation' => [ + 'label' => 'Confirma parola', + ], + + 'actions' => [ + + 'register' => [ + 'label' => 'Creează cont', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Prea multe încercări consecutive', + 'body' => 'Încearcă te rog din nou peste :seconds secunde.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ro/pages/dashboard.php b/lang/vendor/filament-panels/ro/pages/dashboard.php new file mode 100644 index 00000000..ab713049 --- /dev/null +++ b/lang/vendor/filament-panels/ro/pages/dashboard.php @@ -0,0 +1,33 @@ + 'Panoul de control', + + 'actions' => [ + + 'filter' => [ + + 'label' => 'Filtru', + + 'modal' => [ + + 'heading' => 'Filtru', + + 'actions' => [ + + 'apply' => [ + + 'label' => 'Aplică', + + ], + + ], + + ], + + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ro/pages/tenancy/edit-tenant-profile.php b/lang/vendor/filament-panels/ro/pages/tenancy/edit-tenant-profile.php new file mode 100644 index 00000000..e253d16c --- /dev/null +++ b/lang/vendor/filament-panels/ro/pages/tenancy/edit-tenant-profile.php @@ -0,0 +1,25 @@ + [ + + 'actions' => [ + + 'save' => [ + 'label' => 'Salvează modificările', + ], + + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'Salvat cu succes', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ro/resources/pages/create-record.php b/lang/vendor/filament-panels/ro/resources/pages/create-record.php new file mode 100644 index 00000000..502302e4 --- /dev/null +++ b/lang/vendor/filament-panels/ro/resources/pages/create-record.php @@ -0,0 +1,37 @@ + 'Creare :label', + + 'breadcrumb' => 'Creare', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => 'Anulare', + ], + + 'create' => [ + 'label' => 'Creare', + ], + + 'create_another' => [ + 'label' => 'Creați și creați altul', + ], + + ], + + ], + + 'notifications' => [ + + 'created' => [ + 'title' => 'Creat cu succes', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ro/resources/pages/edit-record.php b/lang/vendor/filament-panels/ro/resources/pages/edit-record.php new file mode 100644 index 00000000..d110c886 --- /dev/null +++ b/lang/vendor/filament-panels/ro/resources/pages/edit-record.php @@ -0,0 +1,41 @@ + 'Editare :label', + + 'breadcrumb' => 'Editare', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => 'Anulare', + ], + + 'save' => [ + 'label' => 'Salvare', + ], + + ], + + ], + + 'content' => [ + + 'tab' => [ + 'label' => 'Editare', + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'Salvat cu succes', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ro/resources/pages/list-records.php b/lang/vendor/filament-panels/ro/resources/pages/list-records.php new file mode 100644 index 00000000..8e9f61ac --- /dev/null +++ b/lang/vendor/filament-panels/ro/resources/pages/list-records.php @@ -0,0 +1,7 @@ + 'Listare', + +]; diff --git a/lang/vendor/filament-panels/ro/resources/pages/view-record.php b/lang/vendor/filament-panels/ro/resources/pages/view-record.php new file mode 100644 index 00000000..5c4e069d --- /dev/null +++ b/lang/vendor/filament-panels/ro/resources/pages/view-record.php @@ -0,0 +1,17 @@ + 'Vizualizare :label', + + 'breadcrumb' => 'Vizualizare', + + 'content' => [ + + 'tab' => [ + 'label' => 'Vizualizare', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ro/widgets/account-widget.php b/lang/vendor/filament-panels/ro/widgets/account-widget.php new file mode 100644 index 00000000..97caa505 --- /dev/null +++ b/lang/vendor/filament-panels/ro/widgets/account-widget.php @@ -0,0 +1,15 @@ + [ + + 'logout' => [ + 'label' => 'Deconectare', + ], + + ], + + 'welcome' => 'Bun venit', + +]; diff --git a/lang/vendor/filament-panels/ro/widgets/filament-info-widget.php b/lang/vendor/filament-panels/ro/widgets/filament-info-widget.php new file mode 100644 index 00000000..b2a3e448 --- /dev/null +++ b/lang/vendor/filament-panels/ro/widgets/filament-info-widget.php @@ -0,0 +1,17 @@ + [ + + 'open_documentation' => [ + 'label' => 'Documentație', + ], + + 'open_github' => [ + 'label' => 'GitHub', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ru/global-search.php b/lang/vendor/filament-panels/ru/global-search.php new file mode 100644 index 00000000..6c9fe0fe --- /dev/null +++ b/lang/vendor/filament-panels/ru/global-search.php @@ -0,0 +1,12 @@ + [ + 'label' => 'Глобальный поиск', + 'placeholder' => 'Поиск', + ], + + 'no_results_message' => 'Ничего не найдено.', + +]; diff --git a/lang/vendor/filament-panels/ru/layout.php b/lang/vendor/filament-panels/ru/layout.php new file mode 100644 index 00000000..d6f00788 --- /dev/null +++ b/lang/vendor/filament-panels/ru/layout.php @@ -0,0 +1,62 @@ + 'ltr', + + 'actions' => [ + + 'billing' => [ + 'label' => 'Управление подпиской', + ], + + 'logout' => [ + 'label' => 'Выйти', + ], + + 'open_database_notifications' => [ + 'label' => 'Открыть уведомления', + ], + + 'open_user_menu' => [ + 'label' => 'Меню пользователя', + ], + + 'sidebar' => [ + + 'collapse' => [ + 'label' => 'Свернуть боковую панель', + ], + + 'expand' => [ + 'label' => 'Раскрыть боковую панель', + ], + + ], + + 'theme_switcher' => [ + + 'dark' => [ + 'label' => 'Включить темный режим', + ], + + 'light' => [ + 'label' => 'Включить светлый режим', + ], + + 'system' => [ + 'label' => 'Включить системный режим', + ], + + ], + + ], + + 'avatar' => [ + 'alt' => 'Аватар :name', + ], + + 'logo' => [ + 'alt' => 'Логотип :name', + ], +]; diff --git a/lang/vendor/filament-panels/ru/pages/auth/edit-profile.php b/lang/vendor/filament-panels/ru/pages/auth/edit-profile.php new file mode 100644 index 00000000..a1123d56 --- /dev/null +++ b/lang/vendor/filament-panels/ru/pages/auth/edit-profile.php @@ -0,0 +1,51 @@ + 'Профиль', + + 'form' => [ + + 'email' => [ + 'label' => 'Адрес электронной почты', + ], + + 'name' => [ + 'label' => 'Имя', + ], + + 'password' => [ + 'label' => 'Новый пароль', + ], + + 'password_confirmation' => [ + 'label' => 'Подтвердите новый пароль', + ], + + 'actions' => [ + + 'save' => [ + 'label' => 'Сохранить изменения', + ], + + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'Сохранено', + ], + + ], + + 'actions' => [ + + 'cancel' => [ + 'label' => 'назад', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ru/pages/auth/email-verification/email-verification-prompt.php b/lang/vendor/filament-panels/ru/pages/auth/email-verification/email-verification-prompt.php new file mode 100644 index 00000000..9b006d29 --- /dev/null +++ b/lang/vendor/filament-panels/ru/pages/auth/email-verification/email-verification-prompt.php @@ -0,0 +1,35 @@ + 'Подтвердите свой адрес электронной почты', + + 'heading' => 'Подтвердите свой адрес электронной почты', + + 'actions' => [ + + 'resend_notification' => [ + 'label' => 'Отправить еще раз', + ], + + ], + + 'messages' => [ + 'notification_not_received' => 'Не получили письмо, которое мы отправили?', + 'notification_sent' => 'Мы отправили электронное письмо на адрес :email, содержащее инструкции о том, как подтвердить свой адрес электронной почты.', + ], + + 'notifications' => [ + + 'notification_resent' => [ + 'title' => 'Мы повторно отправили электронное письмо.', + ], + + 'notification_resend_throttled' => [ + 'title' => 'Слишком много попыток повторной отправки', + 'body' => 'Пожалуйста, попробуйте еще раз через :seconds секунд.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ru/pages/auth/login.php b/lang/vendor/filament-panels/ru/pages/auth/login.php new file mode 100644 index 00000000..cec74fcc --- /dev/null +++ b/lang/vendor/filament-panels/ru/pages/auth/login.php @@ -0,0 +1,61 @@ + 'Авторизоваться', + + 'heading' => 'Войдите в свой аккаунт', + + 'actions' => [ + + 'register' => [ + 'before' => 'или', + 'label' => 'зарегистрируйте учетную запись', + ], + + 'request_password_reset' => [ + 'label' => 'Забыли свой пароль?', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'Адрес электронной почты', + ], + + 'password' => [ + 'label' => 'Пароль', + ], + + 'remember' => [ + 'label' => 'Запомнить меня', + ], + + 'actions' => [ + + 'authenticate' => [ + 'label' => 'Войти', + ], + + ], + + ], + + 'messages' => [ + + 'failed' => 'Неверное имя пользователя или пароль.', + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Слишком много попыток входа', + 'body' => 'Пожалуйста, попробуйте еще раз через :seconds секунд.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ru/pages/auth/password-reset/request-password-reset.php b/lang/vendor/filament-panels/ru/pages/auth/password-reset/request-password-reset.php new file mode 100644 index 00000000..6da10f36 --- /dev/null +++ b/lang/vendor/filament-panels/ru/pages/auth/password-reset/request-password-reset.php @@ -0,0 +1,42 @@ + 'Сбросить пароль', + + 'heading' => 'Забыли свой пароль?', + + 'actions' => [ + + 'login' => [ + 'label' => 'назад на страницу входа', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'Адрес электронной почты', + ], + + 'actions' => [ + + 'request' => [ + 'label' => 'Отправить письмо', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Слишком много попыток', + 'body' => 'Пожалуйста, попробуйте еще раз через :seconds секунд.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ru/pages/auth/password-reset/reset-password.php b/lang/vendor/filament-panels/ru/pages/auth/password-reset/reset-password.php new file mode 100644 index 00000000..1dd041bf --- /dev/null +++ b/lang/vendor/filament-panels/ru/pages/auth/password-reset/reset-password.php @@ -0,0 +1,43 @@ + 'Сбросить пароль', + + 'heading' => 'Сбросить пароль', + + 'form' => [ + + 'email' => [ + 'label' => 'Адрес электронной почты', + ], + + 'password' => [ + 'label' => 'Пароль', + 'validation_attribute' => 'password', + ], + + 'password_confirmation' => [ + 'label' => 'Подтвердите пароль', + ], + + 'actions' => [ + + 'reset' => [ + 'label' => 'Сбросить пароль', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Слишком много попыток сброса', + 'body' => 'Пожалуйста, попробуйте еще раз через :seconds секунд.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ru/pages/auth/register.php b/lang/vendor/filament-panels/ru/pages/auth/register.php new file mode 100644 index 00000000..5bd6e028 --- /dev/null +++ b/lang/vendor/filament-panels/ru/pages/auth/register.php @@ -0,0 +1,56 @@ + 'Регистрация', + + 'heading' => 'Регистрация учетной записи', + + 'actions' => [ + + 'login' => [ + 'before' => 'или', + 'label' => 'войти в свой аккаунт', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'Адрес электронной почты', + ], + + 'name' => [ + 'label' => 'Имя', + ], + + 'password' => [ + 'label' => 'Пароль', + 'validation_attribute' => 'password', + ], + + 'password_confirmation' => [ + 'label' => 'Подтвердите пароль', + ], + + 'actions' => [ + + 'register' => [ + 'label' => 'Зарегистрироваться', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Слишком много попыток регистрации', + 'body' => 'Пожалуйста, попробуйте еще раз через :seconds секунд.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ru/pages/dashboard.php b/lang/vendor/filament-panels/ru/pages/dashboard.php new file mode 100644 index 00000000..2b7d0795 --- /dev/null +++ b/lang/vendor/filament-panels/ru/pages/dashboard.php @@ -0,0 +1,33 @@ + 'Инфопанель', + + 'actions' => [ + + 'filter' => [ + + 'label' => 'Фильтр', + + 'modal' => [ + + 'heading' => 'Фильтр', + + 'actions' => [ + + 'apply' => [ + + 'label' => 'Применить', + + ], + + ], + + ], + + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ru/pages/tenancy/edit-tenant-profile.php b/lang/vendor/filament-panels/ru/pages/tenancy/edit-tenant-profile.php new file mode 100644 index 00000000..1b315206 --- /dev/null +++ b/lang/vendor/filament-panels/ru/pages/tenancy/edit-tenant-profile.php @@ -0,0 +1,25 @@ + [ + + 'actions' => [ + + 'save' => [ + 'label' => 'Сохранить изменения', + ], + + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'Сохранено', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ru/resources/pages/create-record.php b/lang/vendor/filament-panels/ru/resources/pages/create-record.php new file mode 100644 index 00000000..4ca2b3df --- /dev/null +++ b/lang/vendor/filament-panels/ru/resources/pages/create-record.php @@ -0,0 +1,37 @@ + 'Создать :label', + + 'breadcrumb' => 'Создать', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => 'Отмена', + ], + + 'create' => [ + 'label' => 'Создать', + ], + + 'create_another' => [ + 'label' => 'Создать и Создать еще', + ], + + ], + + ], + + 'notifications' => [ + + 'created' => [ + 'title' => 'Создано', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ru/resources/pages/edit-record.php b/lang/vendor/filament-panels/ru/resources/pages/edit-record.php new file mode 100644 index 00000000..55f07dd5 --- /dev/null +++ b/lang/vendor/filament-panels/ru/resources/pages/edit-record.php @@ -0,0 +1,41 @@ + 'Редактирование :label', + + 'breadcrumb' => 'Редактирование', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => 'Отмена', + ], + + 'save' => [ + 'label' => 'Сохранить', + ], + + ], + + ], + + 'content' => [ + + 'tab' => [ + 'label' => 'Изменить', + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'Сохранено', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ru/resources/pages/list-records.php b/lang/vendor/filament-panels/ru/resources/pages/list-records.php new file mode 100644 index 00000000..7f56a69a --- /dev/null +++ b/lang/vendor/filament-panels/ru/resources/pages/list-records.php @@ -0,0 +1,7 @@ + 'Список', + +]; diff --git a/lang/vendor/filament-panels/ru/resources/pages/view-record.php b/lang/vendor/filament-panels/ru/resources/pages/view-record.php new file mode 100644 index 00000000..ffbe0233 --- /dev/null +++ b/lang/vendor/filament-panels/ru/resources/pages/view-record.php @@ -0,0 +1,17 @@ + 'Просмотр :label', + + 'breadcrumb' => 'Просмотр', + + 'content' => [ + + 'tab' => [ + 'label' => 'Просмотр', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/ru/unsaved-changes-alert.php b/lang/vendor/filament-panels/ru/unsaved-changes-alert.php new file mode 100644 index 00000000..8bd08a26 --- /dev/null +++ b/lang/vendor/filament-panels/ru/unsaved-changes-alert.php @@ -0,0 +1,7 @@ + 'У вас есть несохраненные изменения. Вы уверены, что хотите покинуть эту страницу?', + +]; diff --git a/lang/vendor/filament-panels/ru/widgets/account-widget.php b/lang/vendor/filament-panels/ru/widgets/account-widget.php new file mode 100644 index 00000000..56191610 --- /dev/null +++ b/lang/vendor/filament-panels/ru/widgets/account-widget.php @@ -0,0 +1,15 @@ + [ + + 'logout' => [ + 'label' => 'Выход', + ], + + ], + + 'welcome' => 'Добро пожаловать', + +]; diff --git a/lang/vendor/filament-panels/ru/widgets/filament-info-widget.php b/lang/vendor/filament-panels/ru/widgets/filament-info-widget.php new file mode 100644 index 00000000..1faf2da1 --- /dev/null +++ b/lang/vendor/filament-panels/ru/widgets/filament-info-widget.php @@ -0,0 +1,17 @@ + [ + + 'open_documentation' => [ + 'label' => 'Документация', + ], + + 'open_github' => [ + 'label' => 'GitHub', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/sk/global-search.php b/lang/vendor/filament-panels/sk/global-search.php new file mode 100644 index 00000000..9762a0c5 --- /dev/null +++ b/lang/vendor/filament-panels/sk/global-search.php @@ -0,0 +1,12 @@ + [ + 'label' => 'Vyhľadávanie', + 'placeholder' => 'Hľadať', + ], + + 'no_results_message' => 'Nenašli sa žiadne výsledky.', + +]; diff --git a/lang/vendor/filament-panels/sk/layout.php b/lang/vendor/filament-panels/sk/layout.php new file mode 100644 index 00000000..ff7f0b6f --- /dev/null +++ b/lang/vendor/filament-panels/sk/layout.php @@ -0,0 +1,63 @@ + 'ltr', + + 'actions' => [ + + 'billing' => [ + 'label' => 'Spravovať predplatné', + ], + + 'logout' => [ + 'label' => 'Odhlásiť sa', + ], + + 'open_database_notifications' => [ + 'label' => 'Zobraziť notifikácie', + ], + + 'open_user_menu' => [ + 'label' => 'Používateľské menu', + ], + + 'sidebar' => [ + + 'collapse' => [ + 'label' => 'Schovať bočný panel', + ], + + 'expand' => [ + 'label' => 'Otvoriť bočný panel', + ], + + ], + + 'theme_switcher' => [ + + 'dark' => [ + 'label' => 'Zapnúť tmavý režim', + ], + + 'light' => [ + 'label' => 'Zapnúť svetlý režim', + ], + + 'system' => [ + 'label' => 'Zapnúť systémový režim', + ], + + ], + + ], + + 'avatar' => [ + 'alt' => 'Profilový obrázok pre :name', + ], + + 'logo' => [ + 'alt' => ':name logo', + ], + +]; diff --git a/lang/vendor/filament-panels/sk/pages/auth/edit-profile.php b/lang/vendor/filament-panels/sk/pages/auth/edit-profile.php new file mode 100644 index 00000000..83218f8a --- /dev/null +++ b/lang/vendor/filament-panels/sk/pages/auth/edit-profile.php @@ -0,0 +1,51 @@ + 'Profil', + + 'form' => [ + + 'email' => [ + 'label' => 'Emailová adresa', + ], + + 'name' => [ + 'label' => 'Meno', + ], + + 'password' => [ + 'label' => 'Nové heslo', + ], + + 'password_confirmation' => [ + 'label' => 'Potvrdiť nové heslo', + ], + + 'actions' => [ + + 'save' => [ + 'label' => 'Uložiť zmeny', + ], + + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'Uložené', + ], + + ], + + 'actions' => [ + + 'cancel' => [ + 'label' => 'Zrušiť', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/sk/pages/auth/email-verification/email-verification-prompt.php b/lang/vendor/filament-panels/sk/pages/auth/email-verification/email-verification-prompt.php new file mode 100644 index 00000000..6fe56420 --- /dev/null +++ b/lang/vendor/filament-panels/sk/pages/auth/email-verification/email-verification-prompt.php @@ -0,0 +1,35 @@ + 'Potvrďte svoju emailovú adresu', + + 'heading' => 'Potvrďte svoju emailovú adresu', + + 'actions' => [ + + 'resend_notification' => [ + 'label' => 'Odoslať znovu', + ], + + ], + + 'messages' => [ + 'notification_not_received' => 'Nedostali ste email?', + 'notification_sent' => 'Poslali sme email na adresu :email s inštrukciami na overenie emailovej adresy.', + ], + + 'notifications' => [ + + 'notification_resent' => [ + 'title' => 'Znovu sme odoslali email.', + ], + + 'notification_resend_throttled' => [ + 'title' => 'Príliš veľa pokusov', + 'body' => 'Vyskúšajte to znovu o :seconds sekúnd.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/sk/pages/auth/login.php b/lang/vendor/filament-panels/sk/pages/auth/login.php new file mode 100644 index 00000000..d830a3a9 --- /dev/null +++ b/lang/vendor/filament-panels/sk/pages/auth/login.php @@ -0,0 +1,61 @@ + 'Prihlásenie', + + 'heading' => 'Prihláste sa', + + 'actions' => [ + + 'register' => [ + 'before' => 'alebo', + 'label' => 'si založte účet', + ], + + 'request_password_reset' => [ + 'label' => 'Zabudnuté heslo?', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'Emailová adresa', + ], + + 'password' => [ + 'label' => 'Heslo', + ], + + 'remember' => [ + 'label' => 'Zapamätať si prihlásenie', + ], + + 'actions' => [ + + 'authenticate' => [ + 'label' => 'Prihlásiť sa', + ], + + ], + + ], + + 'messages' => [ + + 'failed' => 'Zadané údaje sú nesprávne.', + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Príliš veľa pokusov o prihlásenie', + 'body' => 'Prosím počkajte :seconds sekúnd.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/sk/pages/auth/password-reset/request-password-reset.php b/lang/vendor/filament-panels/sk/pages/auth/password-reset/request-password-reset.php new file mode 100644 index 00000000..fa14ca28 --- /dev/null +++ b/lang/vendor/filament-panels/sk/pages/auth/password-reset/request-password-reset.php @@ -0,0 +1,42 @@ + 'Obnovte svoje heslo', + + 'heading' => 'Zabudli ste svoje heslo?', + + 'actions' => [ + + 'login' => [ + 'label' => 'späť na prihlásenie', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'Emailová adresa', + ], + + 'actions' => [ + + 'request' => [ + 'label' => 'Odoslať email', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Príliš veľa pokusov', + 'body' => 'Prosím skúste to znovu o :seconds sekúnd.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/sk/pages/auth/password-reset/reset-password.php b/lang/vendor/filament-panels/sk/pages/auth/password-reset/reset-password.php new file mode 100644 index 00000000..a1cbcb2c --- /dev/null +++ b/lang/vendor/filament-panels/sk/pages/auth/password-reset/reset-password.php @@ -0,0 +1,43 @@ + 'Obnovte svoje heslo', + + 'heading' => 'Obnovte svoje heslo', + + 'form' => [ + + 'email' => [ + 'label' => 'Emailová adresa', + ], + + 'password' => [ + 'label' => 'Heslo', + 'validation_attribute' => 'heslo', + ], + + 'password_confirmation' => [ + 'label' => 'Potvrdenie hesla', + ], + + 'actions' => [ + + 'reset' => [ + 'label' => 'Obnoviť heslo', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Príliš veľa pokusov', + 'body' => 'Prosím skúste to znovu o :seconds sekúnd.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/sk/pages/auth/register.php b/lang/vendor/filament-panels/sk/pages/auth/register.php new file mode 100644 index 00000000..a876c2d3 --- /dev/null +++ b/lang/vendor/filament-panels/sk/pages/auth/register.php @@ -0,0 +1,56 @@ + 'Registrácia', + + 'heading' => 'Registrujte sa', + + 'actions' => [ + + 'login' => [ + 'before' => 'alebo', + 'label' => 'sa prihláste do svojho účtu', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'Emailová adresa', + ], + + 'name' => [ + 'label' => 'Meno', + ], + + 'password' => [ + 'label' => 'Heslo', + 'validation_attribute' => 'heslo', + ], + + 'password_confirmation' => [ + 'label' => 'Potvrdenie hesla', + ], + + 'actions' => [ + + 'register' => [ + 'label' => 'Prihlásiť sa', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Príliš veľa pokusov o registráciu', + 'body' => 'Prosím vyskúšajte to o :seconds sekúnd.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/sk/pages/dashboard.php b/lang/vendor/filament-panels/sk/pages/dashboard.php new file mode 100644 index 00000000..15fdea46 --- /dev/null +++ b/lang/vendor/filament-panels/sk/pages/dashboard.php @@ -0,0 +1,33 @@ + 'Nástenka', + + 'actions' => [ + + 'filter' => [ + + 'label' => 'Filtre', + + 'modal' => [ + + 'heading' => 'Filtre', + + 'actions' => [ + + 'apply' => [ + + 'label' => 'Použiť', + + ], + + ], + + ], + + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/sk/pages/tenancy/edit-tenant-profile.php b/lang/vendor/filament-panels/sk/pages/tenancy/edit-tenant-profile.php new file mode 100644 index 00000000..de618240 --- /dev/null +++ b/lang/vendor/filament-panels/sk/pages/tenancy/edit-tenant-profile.php @@ -0,0 +1,25 @@ + [ + + 'actions' => [ + + 'save' => [ + 'label' => 'Uložiť zmeny', + ], + + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'Uložené', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/sk/resources/pages/create-record.php b/lang/vendor/filament-panels/sk/resources/pages/create-record.php new file mode 100644 index 00000000..d13d1eb0 --- /dev/null +++ b/lang/vendor/filament-panels/sk/resources/pages/create-record.php @@ -0,0 +1,37 @@ + 'Vytvoriť :label', + + 'breadcrumb' => 'Vytvoriť', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => 'Zrušiť', + ], + + 'create' => [ + 'label' => 'Vytvoriť', + ], + + 'create_another' => [ + 'label' => 'Vytvoriť & vytvoriť ďalší', + ], + + ], + + ], + + 'notifications' => [ + + 'created' => [ + 'title' => 'Vytvorené', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/sk/resources/pages/edit-record.php b/lang/vendor/filament-panels/sk/resources/pages/edit-record.php new file mode 100644 index 00000000..29296ec6 --- /dev/null +++ b/lang/vendor/filament-panels/sk/resources/pages/edit-record.php @@ -0,0 +1,41 @@ + 'Upraviť :label', + + 'breadcrumb' => 'Upraviť', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => 'Zrušiť', + ], + + 'save' => [ + 'label' => 'Uložiť', + ], + + ], + + ], + + 'content' => [ + + 'tab' => [ + 'label' => 'Upraviť', + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'Uložené', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/sk/resources/pages/list-records.php b/lang/vendor/filament-panels/sk/resources/pages/list-records.php new file mode 100644 index 00000000..9f779dbd --- /dev/null +++ b/lang/vendor/filament-panels/sk/resources/pages/list-records.php @@ -0,0 +1,7 @@ + 'Prehľad', + +]; diff --git a/lang/vendor/filament-panels/sk/resources/pages/view-record.php b/lang/vendor/filament-panels/sk/resources/pages/view-record.php new file mode 100644 index 00000000..d102ae9b --- /dev/null +++ b/lang/vendor/filament-panels/sk/resources/pages/view-record.php @@ -0,0 +1,17 @@ + 'Zobraziť :label', + + 'breadcrumb' => 'Detail', + + 'content' => [ + + 'tab' => [ + 'label' => 'Zobraziť', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/sk/unsaved-changes-alert.php b/lang/vendor/filament-panels/sk/unsaved-changes-alert.php new file mode 100644 index 00000000..3372c1dd --- /dev/null +++ b/lang/vendor/filament-panels/sk/unsaved-changes-alert.php @@ -0,0 +1,7 @@ + 'Máte neuložené zmeny. Naozaj chcete opustiť túto stránku?', + +]; diff --git a/lang/vendor/filament-panels/sk/widgets/account-widget.php b/lang/vendor/filament-panels/sk/widgets/account-widget.php new file mode 100644 index 00000000..b8eb34a9 --- /dev/null +++ b/lang/vendor/filament-panels/sk/widgets/account-widget.php @@ -0,0 +1,15 @@ + [ + + 'logout' => [ + 'label' => 'Odhlásiť sa', + ], + + ], + + 'welcome' => 'Vitajte', + +]; diff --git a/lang/vendor/filament-panels/sk/widgets/filament-info-widget.php b/lang/vendor/filament-panels/sk/widgets/filament-info-widget.php new file mode 100644 index 00000000..baea6982 --- /dev/null +++ b/lang/vendor/filament-panels/sk/widgets/filament-info-widget.php @@ -0,0 +1,17 @@ + [ + + 'open_documentation' => [ + 'label' => 'Dokumentácia', + ], + + 'open_github' => [ + 'label' => 'GitHub', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/sl/global-search.php b/lang/vendor/filament-panels/sl/global-search.php new file mode 100644 index 00000000..03ab0dc4 --- /dev/null +++ b/lang/vendor/filament-panels/sl/global-search.php @@ -0,0 +1,12 @@ + [ + 'label' => 'Globalno iskanje', + 'placeholder' => 'Iskanje', + ], + + 'no_results_message' => 'Ni rezultatov iskanja..', + +]; diff --git a/lang/vendor/filament-panels/sl/layout.php b/lang/vendor/filament-panels/sl/layout.php new file mode 100644 index 00000000..2672e70e --- /dev/null +++ b/lang/vendor/filament-panels/sl/layout.php @@ -0,0 +1,63 @@ + 'ltr', + + 'actions' => [ + + 'billing' => [ + 'label' => 'Upravljanje naročnine', + ], + + 'logout' => [ + 'label' => 'Odjava', + ], + + 'open_database_notifications' => [ + 'label' => 'Odpri obvestila', + ], + + 'open_user_menu' => [ + 'label' => 'Uporabniški meni', + ], + + 'sidebar' => [ + + 'collapse' => [ + 'label' => 'Strni stranski meni', + ], + + 'expand' => [ + 'label' => 'Razširi stranski meni', + ], + + ], + + 'theme_switcher' => [ + + 'dark' => [ + 'label' => 'Omogoči temno temo', + ], + + 'light' => [ + 'label' => 'Omogoči svetlo temo', + ], + + 'system' => [ + 'label' => 'Omogoči sistemsko temo', + ], + + ], + + ], + + 'avatar' => [ + 'alt' => 'Avatar uporabnika :name', + ], + + 'logo' => [ + 'alt' => 'Logotip :name', + ], + +]; diff --git a/lang/vendor/filament-panels/sl/pages/auth/edit-profile.php b/lang/vendor/filament-panels/sl/pages/auth/edit-profile.php new file mode 100644 index 00000000..1613f2f7 --- /dev/null +++ b/lang/vendor/filament-panels/sl/pages/auth/edit-profile.php @@ -0,0 +1,51 @@ + 'Profil', + + 'form' => [ + + 'email' => [ + 'label' => 'E-poštni naslov', + ], + + 'name' => [ + 'label' => 'Ime', + ], + + 'password' => [ + 'label' => 'Novo geslo', + ], + + 'password_confirmation' => [ + 'label' => 'Potrdite novo geslo', + ], + + 'actions' => [ + + 'save' => [ + 'label' => 'Shrani spremembe', + ], + + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'Shranjeno', + ], + + ], + + 'actions' => [ + + 'cancel' => [ + 'label' => 'Prekliči', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/sl/pages/auth/email-verification/email-verification-prompt.php b/lang/vendor/filament-panels/sl/pages/auth/email-verification/email-verification-prompt.php new file mode 100644 index 00000000..560e061b --- /dev/null +++ b/lang/vendor/filament-panels/sl/pages/auth/email-verification/email-verification-prompt.php @@ -0,0 +1,35 @@ + 'Potrdite svoj e-poštni naslov', + + 'heading' => 'Potrdite svoj e-poštni naslov', + + 'actions' => [ + + 'resend_notification' => [ + 'label' => 'Ponovno pošlji', + ], + + ], + + 'messages' => [ + 'notification_not_received' => 'Niste prejeli e-pošte, ki smo vam jo poslali?', + 'notification_sent' => 'Poslali smo e-poštno sporočilo na :email z navodili, kako potrditi svoj e-poštni naslov.', + ], + + 'notifications' => [ + + 'notification_resent' => [ + 'title' => 'Ponovno smo poslali e-poštno sporočilo.', + ], + + 'notification_resend_throttled' => [ + 'title' => 'Preveč poskusov ponovnega pošiljanja', + 'body' => 'Poskusite znova čez :seconds sekund.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/sl/pages/auth/login.php b/lang/vendor/filament-panels/sl/pages/auth/login.php new file mode 100644 index 00000000..71521b1b --- /dev/null +++ b/lang/vendor/filament-panels/sl/pages/auth/login.php @@ -0,0 +1,61 @@ + 'Prijava', + + 'heading' => 'Prijava', + + 'actions' => [ + + 'register' => [ + 'before' => 'ali', + 'label' => 'ustvarite račun', + ], + + 'request_password_reset' => [ + 'label' => 'Ste pozabili geslo?', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'E-poštni naslov', + ], + + 'password' => [ + 'label' => 'Geslo', + ], + + 'remember' => [ + 'label' => 'Zapomni si me', + ], + + 'actions' => [ + + 'authenticate' => [ + 'label' => 'Prijava', + ], + + ], + + ], + + 'messages' => [ + + 'failed' => 'Ti podatki se ne ujemajo z našimi.', + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Preveč poskusov prijave', + 'body' => 'Poskusite znova čez :seconds sekund.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/sl/pages/auth/password-reset/request-password-reset.php b/lang/vendor/filament-panels/sl/pages/auth/password-reset/request-password-reset.php new file mode 100644 index 00000000..3b5ca62e --- /dev/null +++ b/lang/vendor/filament-panels/sl/pages/auth/password-reset/request-password-reset.php @@ -0,0 +1,42 @@ + 'Ponastavite svoje geslo', + + 'heading' => 'Ste pozabili geslo?', + + 'actions' => [ + + 'login' => [ + 'label' => 'nazaj na prijavo', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'E-poštni naslov', + ], + + 'actions' => [ + + 'request' => [ + 'label' => 'Pošlji e-pošto', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Preveč zahtevkov', + 'body' => 'Prosimo, poskusite znova čez :seconds sekund.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/sl/pages/auth/password-reset/reset-password.php b/lang/vendor/filament-panels/sl/pages/auth/password-reset/reset-password.php new file mode 100644 index 00000000..367d5712 --- /dev/null +++ b/lang/vendor/filament-panels/sl/pages/auth/password-reset/reset-password.php @@ -0,0 +1,43 @@ + 'Ponastavite svoje geslo', + + 'heading' => 'Ponastavite svoje geslo', + + 'form' => [ + + 'email' => [ + 'label' => 'E-poštni naslov', + ], + + 'password' => [ + 'label' => 'Geslo', + 'validation_attribute' => 'geslo', + ], + + 'password_confirmation' => [ + 'label' => 'Potrdite geslo', + ], + + 'actions' => [ + + 'reset' => [ + 'label' => 'Ponastavi geslo', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Preveč poskusov ponastavitve', + 'body' => 'Poskusite znova čez :seconds sekund.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/sl/pages/auth/register.php b/lang/vendor/filament-panels/sl/pages/auth/register.php new file mode 100644 index 00000000..f69916a4 --- /dev/null +++ b/lang/vendor/filament-panels/sl/pages/auth/register.php @@ -0,0 +1,56 @@ + 'Registracija', + + 'heading' => 'Registracija', + + 'actions' => [ + + 'login' => [ + 'before' => 'ali', + 'label' => 'prijavite se v svoj račun', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'E-poštni naslov', + ], + + 'name' => [ + 'label' => 'Ime', + ], + + 'password' => [ + 'label' => 'Geslo', + 'validation_attribute' => 'geslo', + ], + + 'password_confirmation' => [ + 'label' => 'Potrdite geslo', + ], + + 'actions' => [ + + 'register' => [ + 'label' => 'Registracija', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Preveč poskusov registracije', + 'body' => 'Poskusite znova čez :seconds sekund.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/sl/pages/dashboard.php b/lang/vendor/filament-panels/sl/pages/dashboard.php new file mode 100644 index 00000000..fe2a1599 --- /dev/null +++ b/lang/vendor/filament-panels/sl/pages/dashboard.php @@ -0,0 +1,33 @@ + 'Nadzorna plošča', + + 'actions' => [ + + 'filter' => [ + + 'label' => 'Filter', + + 'modal' => [ + + 'heading' => 'Filter', + + 'actions' => [ + + 'apply' => [ + + 'label' => 'Uporabi', + + ], + + ], + + ], + + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/sl/pages/tenancy/edit-tenant-profile.php b/lang/vendor/filament-panels/sl/pages/tenancy/edit-tenant-profile.php new file mode 100644 index 00000000..119de287 --- /dev/null +++ b/lang/vendor/filament-panels/sl/pages/tenancy/edit-tenant-profile.php @@ -0,0 +1,25 @@ + [ + + 'actions' => [ + + 'save' => [ + 'label' => 'Shrani spremembe', + ], + + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'Shranjeno', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/sl/resources/pages/create-record.php b/lang/vendor/filament-panels/sl/resources/pages/create-record.php new file mode 100644 index 00000000..e00e4553 --- /dev/null +++ b/lang/vendor/filament-panels/sl/resources/pages/create-record.php @@ -0,0 +1,37 @@ + 'Ustvari :label', + + 'breadcrumb' => 'Ustvari', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => 'Prekliči', + ], + + 'create' => [ + 'label' => 'Ustvari', + ], + + 'create_another' => [ + 'label' => 'Ustvari in ustvari novega', + ], + + ], + + ], + + 'notifications' => [ + + 'created' => [ + 'title' => 'Ustvarjeno', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/sl/resources/pages/edit-record.php b/lang/vendor/filament-panels/sl/resources/pages/edit-record.php new file mode 100644 index 00000000..5e364984 --- /dev/null +++ b/lang/vendor/filament-panels/sl/resources/pages/edit-record.php @@ -0,0 +1,41 @@ + 'Uredi :label', + + 'breadcrumb' => 'Uredi', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => 'Prekliči', + ], + + 'save' => [ + 'label' => 'Shrani spremembe', + ], + + ], + + ], + + 'content' => [ + + 'tab' => [ + 'label' => 'Uredi', + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'Shranjeno', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/sl/resources/pages/list-records.php b/lang/vendor/filament-panels/sl/resources/pages/list-records.php new file mode 100644 index 00000000..bb0285a4 --- /dev/null +++ b/lang/vendor/filament-panels/sl/resources/pages/list-records.php @@ -0,0 +1,7 @@ + 'Seznam', + +]; diff --git a/lang/vendor/filament-panels/sl/resources/pages/view-record.php b/lang/vendor/filament-panels/sl/resources/pages/view-record.php new file mode 100644 index 00000000..09772afe --- /dev/null +++ b/lang/vendor/filament-panels/sl/resources/pages/view-record.php @@ -0,0 +1,17 @@ + 'Prikaži :label', + + 'breadcrumb' => 'Prikaži', + + 'content' => [ + + 'tab' => [ + 'label' => 'Prikaži', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/sl/unsaved-changes-alert.php b/lang/vendor/filament-panels/sl/unsaved-changes-alert.php new file mode 100644 index 00000000..10d7973e --- /dev/null +++ b/lang/vendor/filament-panels/sl/unsaved-changes-alert.php @@ -0,0 +1,7 @@ + 'Imate neshranjene spremembe. Ali ste prepričani, da želite zapustiti to stran?', + +]; diff --git a/lang/vendor/filament-panels/sl/widgets/account-widget.php b/lang/vendor/filament-panels/sl/widgets/account-widget.php new file mode 100644 index 00000000..d459dcca --- /dev/null +++ b/lang/vendor/filament-panels/sl/widgets/account-widget.php @@ -0,0 +1,15 @@ + [ + + 'logout' => [ + 'label' => 'Odjava', + ], + + ], + + 'welcome' => 'Dobrodošli', + +]; diff --git a/lang/vendor/filament-panels/sl/widgets/filament-info-widget.php b/lang/vendor/filament-panels/sl/widgets/filament-info-widget.php new file mode 100644 index 00000000..d770c7e3 --- /dev/null +++ b/lang/vendor/filament-panels/sl/widgets/filament-info-widget.php @@ -0,0 +1,17 @@ + [ + + 'open_documentation' => [ + 'label' => 'Dokumentacija', + ], + + 'open_github' => [ + 'label' => 'GitHub', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/sq/global-search.php b/lang/vendor/filament-panels/sq/global-search.php new file mode 100644 index 00000000..01c5db1d --- /dev/null +++ b/lang/vendor/filament-panels/sq/global-search.php @@ -0,0 +1,12 @@ + [ + 'label' => 'Kërkim global', + 'placeholder' => 'Kërko', + ], + + 'no_results_message' => 'Nuk u gjet asnjë result.', + +]; diff --git a/lang/vendor/filament-panels/sq/layout.php b/lang/vendor/filament-panels/sq/layout.php new file mode 100644 index 00000000..3878f300 --- /dev/null +++ b/lang/vendor/filament-panels/sq/layout.php @@ -0,0 +1,55 @@ + 'ltr', + + 'actions' => [ + + 'billing' => [ + 'label' => 'Menaxho abonimin', + ], + + 'logout' => [ + 'label' => 'Dil', + ], + + 'open_database_notifications' => [ + 'label' => 'Hap njoftimet', + ], + + 'open_user_menu' => [ + 'label' => 'Menuja e përdoruesit', + ], + + 'sidebar' => [ + + 'collapse' => [ + 'label' => 'Mbyll menunë', + ], + + 'expand' => [ + 'label' => 'Hap menunë', + ], + + ], + + 'theme_switcher' => [ + + 'dark' => [ + 'label' => 'Aktivizo template-in e errët', + ], + + 'light' => [ + 'label' => 'Aktivizo template-in e shndritshëm', + ], + + 'system' => [ + 'label' => 'Aktivizo template-in e sistemit', + ], + + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/sq/pages/auth/edit-profile.php b/lang/vendor/filament-panels/sq/pages/auth/edit-profile.php new file mode 100644 index 00000000..e218412e --- /dev/null +++ b/lang/vendor/filament-panels/sq/pages/auth/edit-profile.php @@ -0,0 +1,51 @@ + 'Profili', + + 'form' => [ + + 'email' => [ + 'label' => 'Emaili', + ], + + 'name' => [ + 'label' => 'Emri', + ], + + 'password' => [ + 'label' => 'Fjalëkalim i ri', + ], + + 'password_confirmation' => [ + 'label' => 'Konfirmo fjalëkalimin e ri', + ], + + 'actions' => [ + + 'save' => [ + 'label' => 'Ruaj ndryshimet', + ], + + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'U ruajt', + ], + + ], + + 'actions' => [ + + 'cancel' => [ + 'label' => 'Mbrapa', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/sq/pages/auth/email-verification/email-verification-prompt.php b/lang/vendor/filament-panels/sq/pages/auth/email-verification/email-verification-prompt.php new file mode 100644 index 00000000..0733eafe --- /dev/null +++ b/lang/vendor/filament-panels/sq/pages/auth/email-verification/email-verification-prompt.php @@ -0,0 +1,35 @@ + 'Verifikoni adresën tuaj të emailit', + + 'heading' => 'Verifikoni adresën tuaj të emailit', + + 'actions' => [ + + 'resend_notification' => [ + 'label' => 'Ridërgojeni', + ], + + ], + + 'messages' => [ + 'notification_not_received' => 'Nuk e morët emailin që dërguam?', + 'notification_sent' => 'Ne kemi dërguar një email në :email që përmban udhëzime se si të verifikoni adresën tuaj të emailit.', + ], + + 'notifications' => [ + + 'notification_resent' => [ + 'title' => 'Ne e kemi ridërguar emailin.', + ], + + 'notification_resend_throttled' => [ + 'title' => 'Shumë përpjekje për ridërgim', + 'body' => 'Ju lutemi provoni përsëri në :seconds sekonda.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/sq/pages/auth/login.php b/lang/vendor/filament-panels/sq/pages/auth/login.php new file mode 100644 index 00000000..395e7690 --- /dev/null +++ b/lang/vendor/filament-panels/sq/pages/auth/login.php @@ -0,0 +1,61 @@ + 'Hyr', + + 'heading' => 'Hyr', + + 'actions' => [ + + 'register' => [ + 'before' => 'ose', + 'label' => 'rregjistro një llogari të re', + ], + + 'request_password_reset' => [ + 'label' => 'Keni harruar fjalëkalimin?', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'Email', + ], + + 'password' => [ + 'label' => 'Fjalëkalimin', + ], + + 'remember' => [ + 'label' => 'Mbaj mend fjalëkalimin', + ], + + 'actions' => [ + + 'authenticate' => [ + 'label' => 'Hyr', + ], + + ], + + ], + + 'messages' => [ + + 'failed' => 'Këto kredenciale nuk përputhen me të dhënat tona.', + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Shumë përpjekje për hyrje', + 'body' => 'Ju lutemi provoni përsëri në :seconds sekonda.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/sq/pages/auth/password-reset/request-password-reset.php b/lang/vendor/filament-panels/sq/pages/auth/password-reset/request-password-reset.php new file mode 100644 index 00000000..ece3ba2c --- /dev/null +++ b/lang/vendor/filament-panels/sq/pages/auth/password-reset/request-password-reset.php @@ -0,0 +1,42 @@ + 'Rivendosni fjalëkalimin tuaj', + + 'heading' => 'Keni harruar fjalekalimin tuaj?', + + 'actions' => [ + + 'login' => [ + 'label' => 'kthehu te identifikohesh', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'Adresa e emailit', + ], + + 'actions' => [ + + 'request' => [ + 'label' => 'Dërgoni një email', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Shumë kërkesa', + 'body' => 'Ju lutemi provoni përsëri në :seconds sekonda.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/sq/pages/auth/password-reset/reset-password.php b/lang/vendor/filament-panels/sq/pages/auth/password-reset/reset-password.php new file mode 100644 index 00000000..f9e0c1d6 --- /dev/null +++ b/lang/vendor/filament-panels/sq/pages/auth/password-reset/reset-password.php @@ -0,0 +1,43 @@ + 'Rivendosni fjalëkalimin tuaj', + + 'heading' => 'Rivendosni fjalëkalimin tuaj', + + 'form' => [ + + 'email' => [ + 'label' => 'Adresa e emailit', + ], + + 'password' => [ + 'label' => 'Fjalëkalimi', + 'validation_attribute' => 'fjalëkalimi', + ], + + 'password_confirmation' => [ + 'label' => 'Konfirmo fjalëkalimin', + ], + + 'actions' => [ + + 'reset' => [ + 'label' => 'Rivendosni fjalëkalimin', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Shumë përpjekje për rivendosje', + 'body' => 'Ju lutemi provoni përsëri në :seconds sekonda.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/sq/pages/auth/register.php b/lang/vendor/filament-panels/sq/pages/auth/register.php new file mode 100644 index 00000000..7c633787 --- /dev/null +++ b/lang/vendor/filament-panels/sq/pages/auth/register.php @@ -0,0 +1,56 @@ + 'Regjistrohu', + + 'heading' => 'Regjistrohu', + + 'actions' => [ + + 'login' => [ + 'before' => 'ose', + 'label' => 'hyni në llogarinë tuaj', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'Adresa e emailit', + ], + + 'name' => [ + 'label' => 'Emri', + ], + + 'password' => [ + 'label' => 'Fjalëkalimi', + 'validation_attribute' => 'fjalëkalimi', + ], + + 'password_confirmation' => [ + 'label' => 'Konfirmo fjalëkalimin', + ], + + 'actions' => [ + + 'register' => [ + 'label' => 'Regjistrohu', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Too many registration attempts', + 'body' => 'Please try again in :seconds seconds.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/sq/pages/dashboard.php b/lang/vendor/filament-panels/sq/pages/dashboard.php new file mode 100644 index 00000000..ef79838d --- /dev/null +++ b/lang/vendor/filament-panels/sq/pages/dashboard.php @@ -0,0 +1,7 @@ + 'Faqja Kryesore', + +]; diff --git a/lang/vendor/filament-panels/sq/pages/tenancy/edit-tenant-profile.php b/lang/vendor/filament-panels/sq/pages/tenancy/edit-tenant-profile.php new file mode 100644 index 00000000..0350bcc5 --- /dev/null +++ b/lang/vendor/filament-panels/sq/pages/tenancy/edit-tenant-profile.php @@ -0,0 +1,25 @@ + [ + + 'actions' => [ + + 'save' => [ + 'label' => 'Ruaj ndryshimet', + ], + + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'Ruaj', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/sq/resources/pages/create-record.php b/lang/vendor/filament-panels/sq/resources/pages/create-record.php new file mode 100644 index 00000000..095e6120 --- /dev/null +++ b/lang/vendor/filament-panels/sq/resources/pages/create-record.php @@ -0,0 +1,37 @@ + 'Krijo :label', + + 'breadcrumb' => 'Krijo', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => 'Anulo', + ], + + 'create' => [ + 'label' => 'Krijo', + ], + + 'create_another' => [ + 'label' => 'Krijo & krijo një tjetër', + ], + + ], + + ], + + 'notifications' => [ + + 'created' => [ + 'title' => 'U krijua', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/sq/resources/pages/edit-record.php b/lang/vendor/filament-panels/sq/resources/pages/edit-record.php new file mode 100644 index 00000000..3fd46c2c --- /dev/null +++ b/lang/vendor/filament-panels/sq/resources/pages/edit-record.php @@ -0,0 +1,41 @@ + 'Modifiko :label', + + 'breadcrumb' => 'Modifiko', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => 'Anulo', + ], + + 'save' => [ + 'label' => 'Ruaj ndryshimet', + ], + + ], + + ], + + 'content' => [ + + 'tab' => [ + 'label' => 'Modifiko', + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'U ruajt', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/sq/resources/pages/list-records.php b/lang/vendor/filament-panels/sq/resources/pages/list-records.php new file mode 100644 index 00000000..aafc311f --- /dev/null +++ b/lang/vendor/filament-panels/sq/resources/pages/list-records.php @@ -0,0 +1,7 @@ + 'Listo', + +]; diff --git a/lang/vendor/filament-panels/sq/resources/pages/view-record.php b/lang/vendor/filament-panels/sq/resources/pages/view-record.php new file mode 100644 index 00000000..ed2b8e45 --- /dev/null +++ b/lang/vendor/filament-panels/sq/resources/pages/view-record.php @@ -0,0 +1,17 @@ + 'Pamje :label', + + 'breadcrumb' => 'Pamje', + + 'content' => [ + + 'tab' => [ + 'label' => 'Pamje', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/sq/widgets/account-widget.php b/lang/vendor/filament-panels/sq/widgets/account-widget.php new file mode 100644 index 00000000..c7ec310c --- /dev/null +++ b/lang/vendor/filament-panels/sq/widgets/account-widget.php @@ -0,0 +1,15 @@ + [ + + 'logout' => [ + 'label' => 'Dil', + ], + + ], + + 'welcome' => 'Mirë se vini', + +]; diff --git a/lang/vendor/filament-panels/sq/widgets/filament-info-widget.php b/lang/vendor/filament-panels/sq/widgets/filament-info-widget.php new file mode 100644 index 00000000..e5595044 --- /dev/null +++ b/lang/vendor/filament-panels/sq/widgets/filament-info-widget.php @@ -0,0 +1,17 @@ + [ + + 'open_documentation' => [ + 'label' => 'Documentation', + ], + + 'open_github' => [ + 'label' => 'GitHub', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/sv/global-search.php b/lang/vendor/filament-panels/sv/global-search.php new file mode 100644 index 00000000..c6aabbe7 --- /dev/null +++ b/lang/vendor/filament-panels/sv/global-search.php @@ -0,0 +1,12 @@ + [ + 'label' => 'Global sökning', + 'placeholder' => 'Sök', + ], + + 'no_results_message' => 'Inga sökresultat.', + +]; diff --git a/lang/vendor/filament-panels/sv/layout.php b/lang/vendor/filament-panels/sv/layout.php new file mode 100644 index 00000000..47ba167e --- /dev/null +++ b/lang/vendor/filament-panels/sv/layout.php @@ -0,0 +1,63 @@ + 'ltr', + + 'actions' => [ + + 'billing' => [ + 'label' => 'Hantera prenumeration', + ], + + 'logout' => [ + 'label' => 'Logga ut', + ], + + 'open_database_notifications' => [ + 'label' => 'Öppna notiser', + ], + + 'open_user_menu' => [ + 'label' => 'Användarmeny', + ], + + 'sidebar' => [ + + 'collapse' => [ + 'label' => 'Dölj sidopanel', + ], + + 'expand' => [ + 'label' => 'Visa sidopanel', + ], + + ], + + 'theme_switcher' => [ + + 'dark' => [ + 'label' => 'Använd mörkt tema', + ], + + 'light' => [ + 'label' => 'Använd ljust tema', + ], + + 'system' => [ + 'label' => 'Följ systemets tema', + ], + + ], + + ], + + 'avatar' => [ + 'alt' => 'Avatar för :name', + ], + + 'logo' => [ + 'alt' => ':name logotyp', + ], + +]; diff --git a/lang/vendor/filament-panels/sv/pages/auth/edit-profile.php b/lang/vendor/filament-panels/sv/pages/auth/edit-profile.php new file mode 100644 index 00000000..1e2f7de2 --- /dev/null +++ b/lang/vendor/filament-panels/sv/pages/auth/edit-profile.php @@ -0,0 +1,51 @@ + 'Profil', + + 'form' => [ + + 'email' => [ + 'label' => 'Mejladress', + ], + + 'name' => [ + 'label' => 'Namn', + ], + + 'password' => [ + 'label' => 'Nytt lösenord', + ], + + 'password_confirmation' => [ + 'label' => 'Bekräfta nytt lösenord', + ], + + 'actions' => [ + + 'save' => [ + 'label' => 'Spara ändringar', + ], + + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'Sparades', + ], + + ], + + 'actions' => [ + + 'cancel' => [ + 'label' => 'Avbryt', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/sv/pages/auth/email-verification/email-verification-prompt.php b/lang/vendor/filament-panels/sv/pages/auth/email-verification/email-verification-prompt.php new file mode 100644 index 00000000..02aa3bbb --- /dev/null +++ b/lang/vendor/filament-panels/sv/pages/auth/email-verification/email-verification-prompt.php @@ -0,0 +1,35 @@ + 'Verifiera din mejladress', + + 'heading' => 'Verifiera din mejladress', + + 'actions' => [ + + 'resend_notification' => [ + 'label' => 'Skicka igen', + ], + + ], + + 'messages' => [ + 'notification_not_received' => 'Inte fått meddelandet vi skickade?', + 'notification_sent' => 'Vi skickade ett meddelande till :email med instruktioner på hur du verifierar din mejladress.', + ], + + 'notifications' => [ + + 'notification_resent' => [ + 'title' => 'Vi skickade meddelandet igen.', + ], + + 'notification_resend_throttled' => [ + 'title' => 'För många försök att skicka igen', + 'body' => 'Vänligen försök igen om :seconds sekunder.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/sv/pages/auth/login.php b/lang/vendor/filament-panels/sv/pages/auth/login.php new file mode 100644 index 00000000..9ad87414 --- /dev/null +++ b/lang/vendor/filament-panels/sv/pages/auth/login.php @@ -0,0 +1,61 @@ + 'Logga in', + + 'heading' => 'Logga in', + + 'actions' => [ + + 'register' => [ + 'before' => 'eller', + 'label' => 'skapa ett konto', + ], + + 'request_password_reset' => [ + 'label' => 'Glömt ditt lösenord?', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'Mejladress', + ], + + 'password' => [ + 'label' => 'Lösenord', + ], + + 'remember' => [ + 'label' => 'Kom ihåg mig', + ], + + 'actions' => [ + + 'authenticate' => [ + 'label' => 'Logga in', + ], + + ], + + ], + + 'messages' => [ + + 'failed' => 'Inloggningsuppgifterna matchar inte våra register.', + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'För många inloggningsförsök', + 'body' => 'Vänligen försök igen om :seconds sekunder.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/sv/pages/auth/password-reset/request-password-reset.php b/lang/vendor/filament-panels/sv/pages/auth/password-reset/request-password-reset.php new file mode 100644 index 00000000..9599853a --- /dev/null +++ b/lang/vendor/filament-panels/sv/pages/auth/password-reset/request-password-reset.php @@ -0,0 +1,46 @@ + 'Återställ ditt lösenord', + + 'heading' => 'Glömt ditt lösenord?', + + 'actions' => [ + + 'login' => [ + 'label' => 'tillbaka till inloggningen', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'Mejladress', + ], + + 'actions' => [ + + 'request' => [ + 'label' => 'Skicka meddelande', + ], + + ], + + ], + + 'notifications' => [ + + 'sent' => [ + 'body' => 'Om ditt konto inte finns, kommer du inte att få något meddelande.', + ], + + 'throttled' => [ + 'title' => 'För många förfrågningar', + 'body' => 'Vänligen försök igen om :seconds sekunder.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/sv/pages/auth/password-reset/reset-password.php b/lang/vendor/filament-panels/sv/pages/auth/password-reset/reset-password.php new file mode 100644 index 00000000..07e8ae54 --- /dev/null +++ b/lang/vendor/filament-panels/sv/pages/auth/password-reset/reset-password.php @@ -0,0 +1,43 @@ + 'Återställ ditt lösenord', + + 'heading' => 'Återställ ditt lösenord', + + 'form' => [ + + 'email' => [ + 'label' => 'Mejladress', + ], + + 'password' => [ + 'label' => 'Lösenord', + 'validation_attribute' => 'lösenord', + ], + + 'password_confirmation' => [ + 'label' => 'Bekräfta lösenord', + ], + + 'actions' => [ + + 'reset' => [ + 'label' => 'Återställ lösenord', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'För många förfrågningar om återställning', + 'body' => 'Vänligen försök igen om :seconds sekunder.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/sv/pages/auth/register.php b/lang/vendor/filament-panels/sv/pages/auth/register.php new file mode 100644 index 00000000..08215637 --- /dev/null +++ b/lang/vendor/filament-panels/sv/pages/auth/register.php @@ -0,0 +1,56 @@ + 'Registrera', + + 'heading' => 'Skapa konto', + + 'actions' => [ + + 'login' => [ + 'before' => 'eller', + 'label' => 'logga in på ditt konto', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'Mejladress', + ], + + 'name' => [ + 'label' => 'Namn', + ], + + 'password' => [ + 'label' => 'Lösenord', + 'validation_attribute' => 'lösenord', + ], + + 'password_confirmation' => [ + 'label' => 'Bekräfta lösenord', + ], + + 'actions' => [ + + 'register' => [ + 'label' => 'Skapa konto', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'För många registreringsförsök', + 'body' => 'Vänligen försök igen om :seconds sekunder.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/sv/pages/dashboard.php b/lang/vendor/filament-panels/sv/pages/dashboard.php new file mode 100644 index 00000000..679ee510 --- /dev/null +++ b/lang/vendor/filament-panels/sv/pages/dashboard.php @@ -0,0 +1,33 @@ + 'Dashboard', + + 'actions' => [ + + 'filter' => [ + + 'label' => 'Filter', + + 'modal' => [ + + 'heading' => 'Filter', + + 'actions' => [ + + 'apply' => [ + + 'label' => 'Använd', + + ], + + ], + + ], + + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/sv/pages/tenancy/edit-tenant-profile.php b/lang/vendor/filament-panels/sv/pages/tenancy/edit-tenant-profile.php new file mode 100644 index 00000000..888acc56 --- /dev/null +++ b/lang/vendor/filament-panels/sv/pages/tenancy/edit-tenant-profile.php @@ -0,0 +1,25 @@ + [ + + 'actions' => [ + + 'save' => [ + 'label' => 'Spara ändringar', + ], + + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'Sparades', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/sv/resources/pages/create-record.php b/lang/vendor/filament-panels/sv/resources/pages/create-record.php new file mode 100644 index 00000000..af85a569 --- /dev/null +++ b/lang/vendor/filament-panels/sv/resources/pages/create-record.php @@ -0,0 +1,37 @@ + 'Skapa :label', + + 'breadcrumb' => 'Skapa', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => 'Avbryt', + ], + + 'create' => [ + 'label' => 'Skapa', + ], + + 'create_another' => [ + 'label' => 'Skapa & skapa en till', + ], + + ], + + ], + + 'notifications' => [ + + 'created' => [ + 'title' => 'Skapades', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/sv/resources/pages/edit-record.php b/lang/vendor/filament-panels/sv/resources/pages/edit-record.php new file mode 100644 index 00000000..e0922406 --- /dev/null +++ b/lang/vendor/filament-panels/sv/resources/pages/edit-record.php @@ -0,0 +1,41 @@ + 'Redigera :label', + + 'breadcrumb' => 'Redigera', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => 'Avbryt', + ], + + 'save' => [ + 'label' => 'Spara ändringar', + ], + + ], + + ], + + 'content' => [ + + 'tab' => [ + 'label' => 'Redigera', + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'Sparades', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/sv/resources/pages/list-records.php b/lang/vendor/filament-panels/sv/resources/pages/list-records.php new file mode 100644 index 00000000..3af06606 --- /dev/null +++ b/lang/vendor/filament-panels/sv/resources/pages/list-records.php @@ -0,0 +1,7 @@ + 'Lista', + +]; diff --git a/lang/vendor/filament-panels/sv/resources/pages/view-record.php b/lang/vendor/filament-panels/sv/resources/pages/view-record.php new file mode 100644 index 00000000..43abbac5 --- /dev/null +++ b/lang/vendor/filament-panels/sv/resources/pages/view-record.php @@ -0,0 +1,17 @@ + 'Visa :label', + + 'breadcrumb' => 'Visa', + + 'content' => [ + + 'tab' => [ + 'label' => 'Visa', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/sv/unsaved-changes-alert.php b/lang/vendor/filament-panels/sv/unsaved-changes-alert.php new file mode 100644 index 00000000..ec47ea62 --- /dev/null +++ b/lang/vendor/filament-panels/sv/unsaved-changes-alert.php @@ -0,0 +1,7 @@ + 'Du har osparade ändringar. Är du säker på att du vill lämna sidan?', + +]; diff --git a/lang/vendor/filament-panels/sv/widgets/account-widget.php b/lang/vendor/filament-panels/sv/widgets/account-widget.php new file mode 100644 index 00000000..df81ae94 --- /dev/null +++ b/lang/vendor/filament-panels/sv/widgets/account-widget.php @@ -0,0 +1,15 @@ + [ + + 'logout' => [ + 'label' => 'Logga ut', + ], + + ], + + 'welcome' => 'Välkommen', + +]; diff --git a/lang/vendor/filament-panels/sv/widgets/filament-info-widget.php b/lang/vendor/filament-panels/sv/widgets/filament-info-widget.php new file mode 100644 index 00000000..c989f1ac --- /dev/null +++ b/lang/vendor/filament-panels/sv/widgets/filament-info-widget.php @@ -0,0 +1,17 @@ + [ + + 'open_documentation' => [ + 'label' => 'Dokumentation', + ], + + 'open_github' => [ + 'label' => 'GitHub', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/sw/global-search.php b/lang/vendor/filament-panels/sw/global-search.php new file mode 100644 index 00000000..b8caef7c --- /dev/null +++ b/lang/vendor/filament-panels/sw/global-search.php @@ -0,0 +1,12 @@ + [ + 'label' => 'Tafuta kote', + 'placeholder' => 'Tafuta', + ], + + 'no_results_message' => 'Hakuna matokeo ya utafutaji yaliyopatikana.', + +]; diff --git a/lang/vendor/filament-panels/sw/layout.php b/lang/vendor/filament-panels/sw/layout.php new file mode 100644 index 00000000..17698260 --- /dev/null +++ b/lang/vendor/filament-panels/sw/layout.php @@ -0,0 +1,35 @@ + 'ltr', + + 'actions' => [ + + 'logout' => [ + 'label' => 'Toka', + ], + + 'open_database_notifications' => [ + 'label' => 'Fungua arifa', + ], + + 'open_user_menu' => [ + 'label' => 'Menyu ya Mtumiaji', + ], + + 'theme_switcher' => [ + + 'dark' => [ + 'label' => 'Geuza hali ya giza', + ], + + 'light' => [ + 'label' => 'Geuza hali ya mwanga', + ], + + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/sw/pages/auth/login.php b/lang/vendor/filament-panels/sw/pages/auth/login.php new file mode 100644 index 00000000..d2186510 --- /dev/null +++ b/lang/vendor/filament-panels/sw/pages/auth/login.php @@ -0,0 +1,47 @@ + 'Ingia', + + 'heading' => 'Ingia kwenye akaunti yako', + + 'form' => [ + + 'email' => [ + 'label' => 'Barua pepe', + ], + + 'password' => [ + 'label' => 'Nenosiri', + ], + + 'remember' => [ + 'label' => 'Nikumbuke', + ], + + 'actions' => [ + + 'authenticate' => [ + 'label' => 'Ingia', + ], + + ], + + ], + + 'messages' => [ + + 'failed' => 'Hati hizi hazilingani na rekodi zetu.', + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Majaribio mengi sana ya kuingia. Tafadhali jaribu tena ndani ya sekunde :seconds.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/sw/pages/dashboard.php b/lang/vendor/filament-panels/sw/pages/dashboard.php new file mode 100644 index 00000000..8ab9266a --- /dev/null +++ b/lang/vendor/filament-panels/sw/pages/dashboard.php @@ -0,0 +1,7 @@ + 'Dashibodi', + +]; diff --git a/lang/vendor/filament-panels/sw/resources/pages/create-record.php b/lang/vendor/filament-panels/sw/resources/pages/create-record.php new file mode 100644 index 00000000..ae8923a4 --- /dev/null +++ b/lang/vendor/filament-panels/sw/resources/pages/create-record.php @@ -0,0 +1,37 @@ + 'Tengeneza :label', + + 'breadcrumb' => 'Tengeneza', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => 'Ghairi', + ], + + 'create' => [ + 'label' => 'Tengeneza', + ], + + 'create_another' => [ + 'label' => 'Tengeneza na tengeneza tena', + ], + + ], + + ], + + 'notifications' => [ + + 'created' => [ + 'title' => 'Imeundwa', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/sw/resources/pages/edit-record.php b/lang/vendor/filament-panels/sw/resources/pages/edit-record.php new file mode 100644 index 00000000..95ab7ff4 --- /dev/null +++ b/lang/vendor/filament-panels/sw/resources/pages/edit-record.php @@ -0,0 +1,41 @@ + 'Hariri :label', + + 'breadcrumb' => 'Hariri', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => 'Ghairi', + ], + + 'save' => [ + 'label' => 'Hifadhi mabadiliko', + ], + + ], + + ], + + 'content' => [ + + 'tab' => [ + 'label' => 'Hariri', + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'Imehifadhiwa', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/sw/resources/pages/list-records.php b/lang/vendor/filament-panels/sw/resources/pages/list-records.php new file mode 100644 index 00000000..02c4fae3 --- /dev/null +++ b/lang/vendor/filament-panels/sw/resources/pages/list-records.php @@ -0,0 +1,7 @@ + 'Listi', + +]; diff --git a/lang/vendor/filament-panels/sw/resources/pages/view-record.php b/lang/vendor/filament-panels/sw/resources/pages/view-record.php new file mode 100644 index 00000000..2eb49ac2 --- /dev/null +++ b/lang/vendor/filament-panels/sw/resources/pages/view-record.php @@ -0,0 +1,17 @@ + 'Angalia :label', + + 'breadcrumb' => 'Angalia', + + 'content' => [ + + 'tab' => [ + 'label' => 'Angalia', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/sw/widgets/account-widget.php b/lang/vendor/filament-panels/sw/widgets/account-widget.php new file mode 100644 index 00000000..d54606dd --- /dev/null +++ b/lang/vendor/filament-panels/sw/widgets/account-widget.php @@ -0,0 +1,15 @@ + [ + + 'logout' => [ + 'label' => 'Toka', + ], + + ], + + 'welcome' => 'Karibu', + +]; diff --git a/lang/vendor/filament-panels/sw/widgets/filament-info-widget.php b/lang/vendor/filament-panels/sw/widgets/filament-info-widget.php new file mode 100644 index 00000000..91230184 --- /dev/null +++ b/lang/vendor/filament-panels/sw/widgets/filament-info-widget.php @@ -0,0 +1,17 @@ + [ + + 'open_documentation' => [ + 'label' => 'Nyaraka', + ], + + 'open_github' => [ + 'label' => 'GitHub', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/th/global-search.php b/lang/vendor/filament-panels/th/global-search.php new file mode 100644 index 00000000..4af0ead8 --- /dev/null +++ b/lang/vendor/filament-panels/th/global-search.php @@ -0,0 +1,12 @@ + [ + 'label' => 'ค้นหา', + 'placeholder' => 'ค้นหา...', + ], + + 'no_results_message' => 'ไม่มีผลลัพธ์', + +]; diff --git a/lang/vendor/filament-panels/th/layout.php b/lang/vendor/filament-panels/th/layout.php new file mode 100644 index 00000000..bfa60f19 --- /dev/null +++ b/lang/vendor/filament-panels/th/layout.php @@ -0,0 +1,63 @@ + 'ltr', + + 'actions' => [ + + 'billing' => [ + 'label' => 'จัดการการสมัครสมาชิก', + ], + + 'logout' => [ + 'label' => 'ออกจากระบบ', + ], + + 'open_database_notifications' => [ + 'label' => 'เปิดการแจ้งเตือน', + ], + + 'open_user_menu' => [ + 'label' => 'เมนูผู้ใช้', + ], + + 'sidebar' => [ + + 'collapse' => [ + 'label' => 'ยุบแถบด้านข้าง', + ], + + 'expand' => [ + 'label' => 'ขยายแถบด้านข้าง', + ], + + ], + + 'theme_switcher' => [ + + 'dark' => [ + 'label' => 'เปลี่ยนเป็นธีมกลางคืน', + ], + + 'light' => [ + 'label' => 'เปลี่ยนเป็นธีมกลางวัน', + ], + + 'system' => [ + 'label' => 'เปลี่ยนเป็นธีมตามระบบ', + ], + + ], + + ], + + 'avatar' => [ + 'alt' => 'รูปผู้ใช้ :name', + ], + + 'logo' => [ + 'alt' => 'โลโก้ :name', + ], + +]; diff --git a/lang/vendor/filament-panels/th/pages/auth/edit-profile.php b/lang/vendor/filament-panels/th/pages/auth/edit-profile.php new file mode 100644 index 00000000..3c89defb --- /dev/null +++ b/lang/vendor/filament-panels/th/pages/auth/edit-profile.php @@ -0,0 +1,51 @@ + 'โปรไฟล์', + + 'form' => [ + + 'email' => [ + 'label' => 'ที่อยู่อีเมล', + ], + + 'name' => [ + 'label' => 'ชื่อ', + ], + + 'password' => [ + 'label' => 'รหัสผ่านใหม่', + ], + + 'password_confirmation' => [ + 'label' => 'ยืนยันรหัสผ่านใหม่', + ], + + 'actions' => [ + + 'save' => [ + 'label' => 'บันทึก', + ], + + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'บันทึกข้อมูลเรียบร้อย', + ], + + ], + + 'actions' => [ + + 'cancel' => [ + 'label' => 'ยกเลิก', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/th/pages/auth/email-verification/email-verification-prompt.php b/lang/vendor/filament-panels/th/pages/auth/email-verification/email-verification-prompt.php new file mode 100644 index 00000000..9140a0a8 --- /dev/null +++ b/lang/vendor/filament-panels/th/pages/auth/email-verification/email-verification-prompt.php @@ -0,0 +1,35 @@ + 'ยืนยันที่อยู่อีเมล', + + 'heading' => 'ยืนยันที่อยู่อีเมล', + + 'actions' => [ + + 'resend_notification' => [ + 'label' => 'ส่งใหม่', + ], + + ], + + 'messages' => [ + 'notification_not_received' => 'ยังไม่ได้รับอีเมลที่เราส่งไหม?', + 'notification_sent' => 'เราได้ส่งอีเมลไปยัง :email พร้อมคำแนะนำในการยืนยันที่อยู่อีเมลของคุณไปแล้ว', + ], + + 'notifications' => [ + + 'notification_resent' => [ + 'title' => 'เราได้ส่งอีเมลอีกครั้งให้แล้ว', + ], + + 'notification_resend_throttled' => [ + 'title' => 'จำนวนครั้งในการส่งอีเมลได้ถึงขีดจำกัดแล้ว', + 'body' => 'กรุณาลองส่งใหม่อีก :seconds วินาที', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/th/pages/auth/login.php b/lang/vendor/filament-panels/th/pages/auth/login.php new file mode 100644 index 00000000..7aa948d2 --- /dev/null +++ b/lang/vendor/filament-panels/th/pages/auth/login.php @@ -0,0 +1,61 @@ + 'เข้าสู่ระบบ', + + 'heading' => 'เข้าสู่ระบบ', + + 'actions' => [ + + 'register' => [ + 'before' => 'หรือ', + 'label' => 'สมัครบัญชี', + ], + + 'request_password_reset' => [ + 'label' => 'ลืมรหัสผ่านไหม', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'ที่อยู่อีเมล', + ], + + 'password' => [ + 'label' => 'รหัสผ่าน', + ], + + 'remember' => [ + 'label' => 'จดจำฉัน', + ], + + 'actions' => [ + + 'authenticate' => [ + 'label' => 'เข้าสู่ระบบ', + ], + + ], + + ], + + 'messages' => [ + + 'failed' => 'ข้อมูลนี้ไม่ตรงกับบันทึกในระบบ', + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'จำนวนครั้งในการพยายามเข้าสู่ระบบได้ถึงขีดจำกัดแล้ว', + 'body' => 'กรุณาลองใหม่อีก :seconds วินาที', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/th/pages/auth/password-reset/request-password-reset.php b/lang/vendor/filament-panels/th/pages/auth/password-reset/request-password-reset.php new file mode 100644 index 00000000..523f9055 --- /dev/null +++ b/lang/vendor/filament-panels/th/pages/auth/password-reset/request-password-reset.php @@ -0,0 +1,42 @@ + 'รีเซ็ตรหัสผ่าน', + + 'heading' => 'ลืมรหัสผ่านไหม', + + 'actions' => [ + + 'login' => [ + 'label' => 'กลับไปยังหน้าเข้าสู่ระบบ', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'ที่อยู่อีเมล', + ], + + 'actions' => [ + + 'request' => [ + 'label' => 'ส่งอีเมล', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'จำนวนการขอได้ถึงขีดจำกัดแล้ว', + 'body' => 'กรุณาลองใหม่อีก :seconds วินาที', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/th/pages/auth/password-reset/reset-password.php b/lang/vendor/filament-panels/th/pages/auth/password-reset/reset-password.php new file mode 100644 index 00000000..f841d3f4 --- /dev/null +++ b/lang/vendor/filament-panels/th/pages/auth/password-reset/reset-password.php @@ -0,0 +1,43 @@ + 'รีเซ็ตรหัสผ่าน', + + 'heading' => 'รีเซ็ตรหัสผ่าน', + + 'form' => [ + + 'email' => [ + 'label' => 'ที่อยู่อีเมล', + ], + + 'password' => [ + 'label' => 'รหัสผ่าน', + 'validation_attribute' => 'password', + ], + + 'password_confirmation' => [ + 'label' => 'ยืนยันรหัสผ่าน', + ], + + 'actions' => [ + + 'reset' => [ + 'label' => 'รีเซ็ตรหัสผ่าน', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'จำนวนครั้งในการพยายามรีเซ็ตรหัสผ่านได้ถึงขีดจำกัดแล้ว', + 'body' => 'กรุณาลองใหม่อีก :seconds วินาที', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/th/pages/auth/register.php b/lang/vendor/filament-panels/th/pages/auth/register.php new file mode 100644 index 00000000..0613b1bd --- /dev/null +++ b/lang/vendor/filament-panels/th/pages/auth/register.php @@ -0,0 +1,56 @@ + 'ลงทะเบียน', + + 'heading' => 'ลงทะเบียน', + + 'actions' => [ + + 'login' => [ + 'before' => 'หรือ', + 'label' => 'เข้าสู่ระบบบัญชีของคุณ', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'ที่อยู่อีเมล', + ], + + 'name' => [ + 'label' => 'ชื่อ', + ], + + 'password' => [ + 'label' => 'รหัสผ่าน', + 'validation_attribute' => 'password', + ], + + 'password_confirmation' => [ + 'label' => 'ยืนยันรหัสผ่าน', + ], + + 'actions' => [ + + 'register' => [ + 'label' => 'ลงทะเบียน', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'จำนวนครั้งในการพยายามลงทะเบียนได้ถึงขีดจำกัดแล้ว', + 'body' => 'กรุณาลองใหม่อีก :seconds วินาที', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/th/pages/dashboard.php b/lang/vendor/filament-panels/th/pages/dashboard.php new file mode 100644 index 00000000..e3f7302d --- /dev/null +++ b/lang/vendor/filament-panels/th/pages/dashboard.php @@ -0,0 +1,33 @@ + 'แดชบอร์ด', + + 'actions' => [ + + 'filter' => [ + + 'label' => 'ตัวกรอง', + + 'modal' => [ + + 'heading' => 'ตัวกรอง', + + 'actions' => [ + + 'apply' => [ + + 'label' => 'ใช้ตัวกรอง', + + ], + + ], + + ], + + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/th/pages/tenancy/edit-tenant-profile.php b/lang/vendor/filament-panels/th/pages/tenancy/edit-tenant-profile.php new file mode 100644 index 00000000..aeca934b --- /dev/null +++ b/lang/vendor/filament-panels/th/pages/tenancy/edit-tenant-profile.php @@ -0,0 +1,25 @@ + [ + + 'actions' => [ + + 'save' => [ + 'label' => 'บันทึก', + ], + + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'บันทึกข้อมูลเรียบร้อย', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/th/resources/pages/create-record.php b/lang/vendor/filament-panels/th/resources/pages/create-record.php new file mode 100644 index 00000000..e531b6a5 --- /dev/null +++ b/lang/vendor/filament-panels/th/resources/pages/create-record.php @@ -0,0 +1,37 @@ + 'เพิ่ม:label', + + 'breadcrumb' => 'เพิ่ม', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => 'ยกเลิก', + ], + + 'create' => [ + 'label' => 'บันทึก', + ], + + 'create_another' => [ + 'label' => 'บันทึกและเพิ่มอีกรายการ', + ], + + ], + + ], + + 'notifications' => [ + + 'created' => [ + 'title' => 'บันทึกเรียบร้อย', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/th/resources/pages/edit-record.php b/lang/vendor/filament-panels/th/resources/pages/edit-record.php new file mode 100644 index 00000000..13d64aa0 --- /dev/null +++ b/lang/vendor/filament-panels/th/resources/pages/edit-record.php @@ -0,0 +1,41 @@ + 'แก้ไข:label', + + 'breadcrumb' => 'แก้ไข', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => 'ยกเลิก', + ], + + 'save' => [ + 'label' => 'บันทึก', + ], + + ], + + ], + + 'content' => [ + + 'tab' => [ + 'label' => 'แก้ไข', + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'บันทึกข้อมูลเรียบร้อย', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/th/resources/pages/list-records.php b/lang/vendor/filament-panels/th/resources/pages/list-records.php new file mode 100644 index 00000000..c5b1c010 --- /dev/null +++ b/lang/vendor/filament-panels/th/resources/pages/list-records.php @@ -0,0 +1,7 @@ + 'รายการ', + +]; diff --git a/lang/vendor/filament-panels/th/resources/pages/view-record.php b/lang/vendor/filament-panels/th/resources/pages/view-record.php new file mode 100644 index 00000000..4a86b33b --- /dev/null +++ b/lang/vendor/filament-panels/th/resources/pages/view-record.php @@ -0,0 +1,17 @@ + ':label', + + 'breadcrumb' => 'รายละเอียด', + + 'content' => [ + + 'tab' => [ + 'label' => 'รายละเอียด', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/th/widgets/account-widget.php b/lang/vendor/filament-panels/th/widgets/account-widget.php new file mode 100644 index 00000000..9b0c4579 --- /dev/null +++ b/lang/vendor/filament-panels/th/widgets/account-widget.php @@ -0,0 +1,15 @@ + [ + + 'logout' => [ + 'label' => 'ออกจากระบบ', + ], + + ], + + 'welcome' => 'ยินดีต้อนรับ', + +]; diff --git a/lang/vendor/filament-panels/th/widgets/filament-info-widget.php b/lang/vendor/filament-panels/th/widgets/filament-info-widget.php new file mode 100644 index 00000000..9079cc37 --- /dev/null +++ b/lang/vendor/filament-panels/th/widgets/filament-info-widget.php @@ -0,0 +1,17 @@ + [ + + 'open_documentation' => [ + 'label' => 'เอกสารคู่มือ', + ], + + 'open_github' => [ + 'label' => 'GitHub', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/tr/global-search.php b/lang/vendor/filament-panels/tr/global-search.php new file mode 100644 index 00000000..7f98a4cc --- /dev/null +++ b/lang/vendor/filament-panels/tr/global-search.php @@ -0,0 +1,12 @@ + [ + 'label' => 'Genel arama', + 'placeholder' => 'Ara', + ], + + 'no_results_message' => 'Sonuç bulunamadı.', + +]; diff --git a/lang/vendor/filament-panels/tr/layout.php b/lang/vendor/filament-panels/tr/layout.php new file mode 100644 index 00000000..61901101 --- /dev/null +++ b/lang/vendor/filament-panels/tr/layout.php @@ -0,0 +1,55 @@ + 'ltr', + + 'actions' => [ + + 'billing' => [ + 'label' => 'Aboneliği yönet', + ], + + 'logout' => [ + 'label' => 'Oturumu kapat', + ], + + 'open_database_notifications' => [ + 'label' => 'Bildirimleri aç', + ], + + 'open_user_menu' => [ + 'label' => 'Kullanıcı menüsü', + ], + + 'sidebar' => [ + + 'collapse' => [ + 'label' => 'Kenar çubuğunu daralt', + ], + + 'expand' => [ + 'label' => 'Kenar çubuğunu genişlet', + ], + + ], + + 'theme_switcher' => [ + + 'dark' => [ + 'label' => 'Koyu tema', + ], + + 'light' => [ + 'label' => 'Açık tema', + ], + + 'system' => [ + 'label' => 'Sistem varsayılanı', + ], + + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/tr/pages/auth/edit-profile.php b/lang/vendor/filament-panels/tr/pages/auth/edit-profile.php new file mode 100644 index 00000000..640704b9 --- /dev/null +++ b/lang/vendor/filament-panels/tr/pages/auth/edit-profile.php @@ -0,0 +1,51 @@ + 'Profil', + + 'form' => [ + + 'email' => [ + 'label' => 'E-posta adresi', + ], + + 'name' => [ + 'label' => 'Ad', + ], + + 'password' => [ + 'label' => 'Yeni şifre', + ], + + 'password_confirmation' => [ + 'label' => 'Yeni şifreyi onayla', + ], + + 'actions' => [ + + 'save' => [ + 'label' => 'Değişiklikleri Kaydet', + ], + + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'Kaydedildi', + ], + + ], + + 'actions' => [ + + 'cancel' => [ + 'label' => 'İptal', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/tr/pages/auth/email-verification/email-verification-prompt.php b/lang/vendor/filament-panels/tr/pages/auth/email-verification/email-verification-prompt.php new file mode 100644 index 00000000..6f37c066 --- /dev/null +++ b/lang/vendor/filament-panels/tr/pages/auth/email-verification/email-verification-prompt.php @@ -0,0 +1,35 @@ + 'E-posta adresinizi doğrulayın', + + 'heading' => 'E-posta adresinizi doğrulayın', + + 'actions' => [ + + 'resend_notification' => [ + 'label' => 'Yeniden Gönder', + ], + + ], + + 'messages' => [ + 'notification_not_received' => 'Gönderdiğimiz e-postayı almadınız mı?', + 'notification_sent' => ':email adresine, e-posta adresinizi nasıl doğrulayacağınıza ilişkin talimatları içeren bir e-posta gönderdik.', + ], + + 'notifications' => [ + + 'notification_resent' => [ + 'title' => 'E-posta yeniden gönderildi.', + ], + + 'notification_resend_throttled' => [ + 'title' => 'Çok fazla yeniden gönderme denemesi', + 'body' => 'Lütfen :seconds saniye sonra tekrar deneyin.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/tr/pages/auth/login.php b/lang/vendor/filament-panels/tr/pages/auth/login.php new file mode 100644 index 00000000..120e40fd --- /dev/null +++ b/lang/vendor/filament-panels/tr/pages/auth/login.php @@ -0,0 +1,61 @@ + 'Giriş Yap', + + 'heading' => 'Oturum Aç', + + 'actions' => [ + + 'register' => [ + 'before' => 'veya', + 'label' => 'bir hesap oluşturun', + ], + + 'request_password_reset' => [ + 'label' => 'Şifrenizi mi unuttunuz?', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'E-posta adresi', + ], + + 'password' => [ + 'label' => 'Şifre', + ], + + 'remember' => [ + 'label' => 'Beni hatırla', + ], + + 'actions' => [ + + 'authenticate' => [ + 'label' => 'Giriş yap', + ], + + ], + + ], + + 'messages' => [ + + 'failed' => 'Bu kimlik bilgileri kayıtlarımızla eşleşmiyor.', + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Çok fazla giriş denemesi', + 'body' => 'Lütfen :seconds saniye sonra tekrar deneyin.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/tr/pages/auth/password-reset/request-password-reset.php b/lang/vendor/filament-panels/tr/pages/auth/password-reset/request-password-reset.php new file mode 100644 index 00000000..acd66ec0 --- /dev/null +++ b/lang/vendor/filament-panels/tr/pages/auth/password-reset/request-password-reset.php @@ -0,0 +1,42 @@ + 'Şifrenizi sıfırlayın', + + 'heading' => 'Şifrenizi mi unuttunuz?', + + 'actions' => [ + + 'login' => [ + 'label' => 'girişe geri dön', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'E-posta adresi', + ], + + 'actions' => [ + + 'request' => [ + 'label' => 'E-posta gönder', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Çok fazla istek', + 'body' => 'Lütfen :seconds saniye sonra tekrar deneyin.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/tr/pages/auth/password-reset/reset-password.php b/lang/vendor/filament-panels/tr/pages/auth/password-reset/reset-password.php new file mode 100644 index 00000000..e5fadcd9 --- /dev/null +++ b/lang/vendor/filament-panels/tr/pages/auth/password-reset/reset-password.php @@ -0,0 +1,43 @@ + 'Şifrenizi sıfırlayın', + + 'heading' => 'Şifrenizi sıfırlayın', + + 'form' => [ + + 'email' => [ + 'label' => 'E-posta adresi', + ], + + 'password' => [ + 'label' => 'Şifre', + 'validation_attribute' => 'password', + ], + + 'password_confirmation' => [ + 'label' => 'Şifreyi onayla', + ], + + 'actions' => [ + + 'reset' => [ + 'label' => 'Şifreyi sıfırla', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Çok fazla sıfırlama denemesi', + 'body' => 'Lütfen :seconds saniye sonra tekrar deneyin.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/tr/pages/auth/register.php b/lang/vendor/filament-panels/tr/pages/auth/register.php new file mode 100644 index 00000000..f2fddea8 --- /dev/null +++ b/lang/vendor/filament-panels/tr/pages/auth/register.php @@ -0,0 +1,56 @@ + 'Kayıt Ol', + + 'heading' => 'Üye Ol', + + 'actions' => [ + + 'login' => [ + 'before' => 'veya', + 'label' => 'hesabınıza giriş yapın', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'E-posta adresi', + ], + + 'name' => [ + 'label' => 'Ad', + ], + + 'password' => [ + 'label' => 'Şifre', + 'validation_attribute' => 'password', + ], + + 'password_confirmation' => [ + 'label' => 'Şifreyi onayla', + ], + + 'actions' => [ + + 'register' => [ + 'label' => 'Üye ol', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Çok fazla kayıt denemesi', + 'body' => 'Lütfen :seconds saniye sonra tekrar deneyin.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/tr/pages/dashboard.php b/lang/vendor/filament-panels/tr/pages/dashboard.php new file mode 100644 index 00000000..e5086314 --- /dev/null +++ b/lang/vendor/filament-panels/tr/pages/dashboard.php @@ -0,0 +1,7 @@ + 'Genel Bakış', + +]; diff --git a/lang/vendor/filament-panels/tr/pages/tenancy/edit-tenant-profile.php b/lang/vendor/filament-panels/tr/pages/tenancy/edit-tenant-profile.php new file mode 100644 index 00000000..2fddce5c --- /dev/null +++ b/lang/vendor/filament-panels/tr/pages/tenancy/edit-tenant-profile.php @@ -0,0 +1,25 @@ + [ + + 'actions' => [ + + 'save' => [ + 'label' => 'Değişiklikleri kaydet', + ], + + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'Kaydedildi', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/tr/resources/pages/create-record.php b/lang/vendor/filament-panels/tr/resources/pages/create-record.php new file mode 100644 index 00000000..c8759f01 --- /dev/null +++ b/lang/vendor/filament-panels/tr/resources/pages/create-record.php @@ -0,0 +1,37 @@ + ':label oluştur', + + 'breadcrumb' => 'Oluştur', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => 'İptal', + ], + + 'create' => [ + 'label' => 'Oluştur', + ], + + 'create_another' => [ + 'label' => 'Oluştur & yeni oluştur', + ], + + ], + + ], + + 'notifications' => [ + + 'created' => [ + 'title' => 'Oluşturuldu', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/tr/resources/pages/edit-record.php b/lang/vendor/filament-panels/tr/resources/pages/edit-record.php new file mode 100644 index 00000000..6c6a81df --- /dev/null +++ b/lang/vendor/filament-panels/tr/resources/pages/edit-record.php @@ -0,0 +1,41 @@ + ':label düzenle', + + 'breadcrumb' => 'Düzenle', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => 'İptal', + ], + + 'save' => [ + 'label' => 'Değişiklikleri kaydet', + ], + + ], + + ], + + 'content' => [ + + 'tab' => [ + 'label' => 'Düzenle', + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'Kaydedildi', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/tr/resources/pages/list-records.php b/lang/vendor/filament-panels/tr/resources/pages/list-records.php new file mode 100644 index 00000000..51ebe1a5 --- /dev/null +++ b/lang/vendor/filament-panels/tr/resources/pages/list-records.php @@ -0,0 +1,7 @@ + 'Liste', + +]; diff --git a/lang/vendor/filament-panels/tr/resources/pages/view-record.php b/lang/vendor/filament-panels/tr/resources/pages/view-record.php new file mode 100644 index 00000000..7717ff77 --- /dev/null +++ b/lang/vendor/filament-panels/tr/resources/pages/view-record.php @@ -0,0 +1,17 @@ + ':label görüntüle', + + 'breadcrumb' => 'Görüntüle', + + 'content' => [ + + 'tab' => [ + 'label' => 'Görüntüle', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/tr/widgets/account-widget.php b/lang/vendor/filament-panels/tr/widgets/account-widget.php new file mode 100644 index 00000000..005087f8 --- /dev/null +++ b/lang/vendor/filament-panels/tr/widgets/account-widget.php @@ -0,0 +1,15 @@ + [ + + 'logout' => [ + 'label' => 'Oturumu kapat', + ], + + ], + + 'welcome' => 'Hoş geldin', + +]; diff --git a/lang/vendor/filament-panels/tr/widgets/filament-info-widget.php b/lang/vendor/filament-panels/tr/widgets/filament-info-widget.php new file mode 100644 index 00000000..a1d85199 --- /dev/null +++ b/lang/vendor/filament-panels/tr/widgets/filament-info-widget.php @@ -0,0 +1,17 @@ + [ + + 'open_documentation' => [ + 'label' => 'Dokümantasyon', + ], + + 'open_github' => [ + 'label' => 'GitHub', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/uk/global-search.php b/lang/vendor/filament-panels/uk/global-search.php new file mode 100644 index 00000000..7dd6af4b --- /dev/null +++ b/lang/vendor/filament-panels/uk/global-search.php @@ -0,0 +1,12 @@ + [ + 'label' => 'Глобальний пошук', + 'placeholder' => 'Пошук', + ], + + 'no_results_message' => 'Не знайдено жодних результатів пошуку.', + +]; diff --git a/lang/vendor/filament-panels/uk/layout.php b/lang/vendor/filament-panels/uk/layout.php new file mode 100644 index 00000000..92913a89 --- /dev/null +++ b/lang/vendor/filament-panels/uk/layout.php @@ -0,0 +1,63 @@ + 'ltr', + + 'actions' => [ + + 'billing' => [ + 'label' => 'Керувати підпискою', + ], + + 'logout' => [ + 'label' => 'Вийти', + ], + + 'open_database_notifications' => [ + 'label' => 'Відкрити сповіщення', + ], + + 'open_user_menu' => [ + 'label' => 'Меню користувача', + ], + + 'sidebar' => [ + + 'collapse' => [ + 'label' => 'Згорнути бокову панель', + ], + + 'expand' => [ + 'label' => 'Розгорнути бокову панель', + ], + + ], + + 'theme_switcher' => [ + + 'dark' => [ + 'label' => 'Увімкнути темний режим', + ], + + 'light' => [ + 'label' => 'Увімкнути світлий режим', + ], + + 'system' => [ + 'label' => 'Увімнути системний режим', + ], + + ], + + ], + + 'avatar' => [ + 'alt' => 'Аватар :name', + ], + + 'logo' => [ + 'alt' => ':name лого', + ], + +]; diff --git a/lang/vendor/filament-panels/uk/pages/auth/edit-profile.php b/lang/vendor/filament-panels/uk/pages/auth/edit-profile.php new file mode 100644 index 00000000..d325aa0f --- /dev/null +++ b/lang/vendor/filament-panels/uk/pages/auth/edit-profile.php @@ -0,0 +1,51 @@ + 'Профіль', + + 'form' => [ + + 'email' => [ + 'label' => 'Електронна пошта', + ], + + 'name' => [ + 'label' => 'Ім\'я', + ], + + 'password' => [ + 'label' => 'Новий пароль', + ], + + 'password_confirmation' => [ + 'label' => 'Введіть новий пароль ще раз', + ], + + 'actions' => [ + + 'save' => [ + 'label' => 'Зберегти зміни', + ], + + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'Збережено', + ], + + ], + + 'actions' => [ + + 'cancel' => [ + 'label' => 'Відмінити', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/uk/pages/auth/email-verification/email-verification-prompt.php b/lang/vendor/filament-panels/uk/pages/auth/email-verification/email-verification-prompt.php new file mode 100644 index 00000000..2a4be957 --- /dev/null +++ b/lang/vendor/filament-panels/uk/pages/auth/email-verification/email-verification-prompt.php @@ -0,0 +1,35 @@ + 'Підтвердіть електронну пошту', + + 'heading' => 'Підтвердіть електронну пошту', + + 'actions' => [ + + 'resend_notification' => [ + 'label' => 'Надіслати ще раз', + ], + + ], + + 'messages' => [ + 'notification_not_received' => 'Не отримали нашого листа?', + 'notification_sent' => 'Ми надіслали на пошту :email лист з поясненням, як підтвердити свою електронну пошту.', + ], + + 'notifications' => [ + + 'notification_resent' => [ + 'title' => 'Ми надіслали вам лист ще раз.', + ], + + 'notification_resend_throttled' => [ + 'title' => 'Забагато спроб повторно надіслати лист', + 'body' => 'Будь ласка, спробуйте ще раз через :seconds секунд.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/uk/pages/auth/login.php b/lang/vendor/filament-panels/uk/pages/auth/login.php new file mode 100644 index 00000000..75b16187 --- /dev/null +++ b/lang/vendor/filament-panels/uk/pages/auth/login.php @@ -0,0 +1,61 @@ + 'Логін', + + 'heading' => 'Увійдіть у свій акаунт', + + 'actions' => [ + + 'register' => [ + 'before' => 'або', + 'label' => 'зареєструйтеся', + ], + + 'request_password_reset' => [ + 'label' => 'Забули пароль?', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'Електронна пошта', + ], + + 'password' => [ + 'label' => 'Пароль', + ], + + 'remember' => [ + 'label' => 'Запам’ятай мене', + ], + + 'actions' => [ + + 'authenticate' => [ + 'label' => 'Увійти', + ], + + ], + + ], + + 'messages' => [ + + 'failed' => 'Ці дані не відповідають нашим записам.', + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Забагато спроб входу в систему', + 'body' => 'Будь ласка, спробуйте ще раз через :seconds секунд.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/uk/pages/auth/password-reset/request-password-reset.php b/lang/vendor/filament-panels/uk/pages/auth/password-reset/request-password-reset.php new file mode 100644 index 00000000..6577e875 --- /dev/null +++ b/lang/vendor/filament-panels/uk/pages/auth/password-reset/request-password-reset.php @@ -0,0 +1,42 @@ + 'Скинути пароль', + + 'heading' => 'Забули свій пароль?', + + 'actions' => [ + + 'login' => [ + 'label' => 'повернутись до сторінки входу', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'Електронна пошта', + ], + + 'actions' => [ + + 'request' => [ + 'label' => 'Надіслати лист', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Забагато запитів', + 'body' => 'Будь ласка, спробуйте ще раз через :seconds секунд.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/uk/pages/auth/password-reset/reset-password.php b/lang/vendor/filament-panels/uk/pages/auth/password-reset/reset-password.php new file mode 100644 index 00000000..8ca0806d --- /dev/null +++ b/lang/vendor/filament-panels/uk/pages/auth/password-reset/reset-password.php @@ -0,0 +1,43 @@ + 'Скинути пароль', + + 'heading' => 'Скинути пароль', + + 'form' => [ + + 'email' => [ + 'label' => 'Електронна пошта', + ], + + 'password' => [ + 'label' => 'Пароль', + 'validation_attribute' => 'пароль', + ], + + 'password_confirmation' => [ + 'label' => 'Введіть пароль ще раз', + ], + + 'actions' => [ + + 'reset' => [ + 'label' => 'Скинути пароль', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Забагато спроб скинути пароль', + 'body' => 'Будь ласка, спробуйте ще раз через :seconds секунд.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/uk/pages/auth/register.php b/lang/vendor/filament-panels/uk/pages/auth/register.php new file mode 100644 index 00000000..176954e8 --- /dev/null +++ b/lang/vendor/filament-panels/uk/pages/auth/register.php @@ -0,0 +1,56 @@ + 'Зареєструйтеся', + + 'heading' => 'Зареєструйтеся', + + 'actions' => [ + + 'login' => [ + 'before' => 'або', + 'label' => 'ввійдіть у свій акаунт', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'Електронна пошта', + ], + + 'name' => [ + 'label' => 'Ім\'я', + ], + + 'password' => [ + 'label' => 'Пароль', + 'validation_attribute' => 'пароль', + ], + + 'password_confirmation' => [ + 'label' => 'Введіть пароль ще раз', + ], + + 'actions' => [ + + 'register' => [ + 'label' => 'Зареєструватися', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Забагато спроб зареєструватися', + 'body' => 'Будь ласка, спробуйте ще раз через :seconds секунд.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/uk/pages/dashboard.php b/lang/vendor/filament-panels/uk/pages/dashboard.php new file mode 100644 index 00000000..f1d9f726 --- /dev/null +++ b/lang/vendor/filament-panels/uk/pages/dashboard.php @@ -0,0 +1,33 @@ + 'Інфопанель', + + 'actions' => [ + + 'filter' => [ + + 'label' => 'Фільтр', + + 'modal' => [ + + 'heading' => 'Фільтр', + + 'actions' => [ + + 'apply' => [ + + 'label' => 'Застосувати', + + ], + + ], + + ], + + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/uk/pages/tenancy/edit-tenant-profile.php b/lang/vendor/filament-panels/uk/pages/tenancy/edit-tenant-profile.php new file mode 100644 index 00000000..9f1f0332 --- /dev/null +++ b/lang/vendor/filament-panels/uk/pages/tenancy/edit-tenant-profile.php @@ -0,0 +1,25 @@ + [ + + 'actions' => [ + + 'save' => [ + 'label' => 'Зберегти зміни', + ], + + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'Збережено', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/uk/resources/pages/create-record.php b/lang/vendor/filament-panels/uk/resources/pages/create-record.php new file mode 100644 index 00000000..17f461db --- /dev/null +++ b/lang/vendor/filament-panels/uk/resources/pages/create-record.php @@ -0,0 +1,37 @@ + 'Створити :label', + + 'breadcrumb' => 'Створити', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => 'Скасувати', + ], + + 'create' => [ + 'label' => 'Створити', + ], + + 'create_another' => [ + 'label' => 'Створити та створити наступне', + ], + + ], + + ], + + 'notifications' => [ + + 'created' => [ + 'title' => 'Створено', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/uk/resources/pages/edit-record.php b/lang/vendor/filament-panels/uk/resources/pages/edit-record.php new file mode 100644 index 00000000..8dac50fb --- /dev/null +++ b/lang/vendor/filament-panels/uk/resources/pages/edit-record.php @@ -0,0 +1,41 @@ + 'Змінити :label', + + 'breadcrumb' => 'Змінити', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => 'Скасувати', + ], + + 'save' => [ + 'label' => 'Зберегти', + ], + + ], + + ], + + 'content' => [ + + 'tab' => [ + 'label' => 'Змінити', + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'Збережено', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/uk/resources/pages/list-records.php b/lang/vendor/filament-panels/uk/resources/pages/list-records.php new file mode 100644 index 00000000..e5815490 --- /dev/null +++ b/lang/vendor/filament-panels/uk/resources/pages/list-records.php @@ -0,0 +1,7 @@ + 'Перегляд', + +]; diff --git a/lang/vendor/filament-panels/uk/resources/pages/view-record.php b/lang/vendor/filament-panels/uk/resources/pages/view-record.php new file mode 100644 index 00000000..25d7cd71 --- /dev/null +++ b/lang/vendor/filament-panels/uk/resources/pages/view-record.php @@ -0,0 +1,17 @@ + 'Перегляд :label', + + 'breadcrumb' => 'Перегляд', + + 'content' => [ + + 'tab' => [ + 'label' => 'Перегляд', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/uk/unsaved-changes-alert.php b/lang/vendor/filament-panels/uk/unsaved-changes-alert.php new file mode 100644 index 00000000..f54041d8 --- /dev/null +++ b/lang/vendor/filament-panels/uk/unsaved-changes-alert.php @@ -0,0 +1,7 @@ + 'У вас є незбережені дані. Ви впевнені, що хочете залишити цю сторінку?', + +]; diff --git a/lang/vendor/filament-panels/uk/widgets/account-widget.php b/lang/vendor/filament-panels/uk/widgets/account-widget.php new file mode 100644 index 00000000..3816de59 --- /dev/null +++ b/lang/vendor/filament-panels/uk/widgets/account-widget.php @@ -0,0 +1,15 @@ + [ + + 'logout' => [ + 'label' => 'Вийти', + ], + + ], + + 'welcome' => 'Вітаємо', + +]; diff --git a/lang/vendor/filament-panels/uk/widgets/filament-info-widget.php b/lang/vendor/filament-panels/uk/widgets/filament-info-widget.php new file mode 100644 index 00000000..83d11e7f --- /dev/null +++ b/lang/vendor/filament-panels/uk/widgets/filament-info-widget.php @@ -0,0 +1,17 @@ + [ + + 'open_documentation' => [ + 'label' => 'Документація', + ], + + 'open_github' => [ + 'label' => 'GitHub', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/uz/global-search.php b/lang/vendor/filament-panels/uz/global-search.php new file mode 100644 index 00000000..49941abe --- /dev/null +++ b/lang/vendor/filament-panels/uz/global-search.php @@ -0,0 +1,12 @@ + [ + 'label' => 'Global qidiruv', + 'placeholder' => 'Qidirish', + ], + + 'no_results_message' => 'Hech narsa topilmadi.', + +]; diff --git a/lang/vendor/filament-panels/uz/layout.php b/lang/vendor/filament-panels/uz/layout.php new file mode 100644 index 00000000..aa6661cd --- /dev/null +++ b/lang/vendor/filament-panels/uz/layout.php @@ -0,0 +1,55 @@ + 'ltr', + + 'actions' => [ + + 'billing' => [ + 'label' => 'Obuna boshqaruvi', + ], + + 'logout' => [ + 'label' => 'Chiqish', + ], + + 'open_database_notifications' => [ + 'label' => 'Bildirishnomalarni ochish', + ], + + 'open_user_menu' => [ + 'label' => 'Foydalanuvchi menyusi', + ], + + 'sidebar' => [ + + 'collapse' => [ + 'label' => 'Yon panelni yig\'ish', + ], + + 'expand' => [ + 'label' => 'Yon panelni yoyish', + ], + + ], + + 'theme_switcher' => [ + + 'dark' => [ + 'label' => 'To\'q rejimni ishlatish', + ], + + 'light' => [ + 'label' => 'Yorqin rejimni ishlatish', + ], + + 'system' => [ + 'label' => 'Tizim rejimidan foydalanish', + ], + + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/uz/pages/auth/edit-profile.php b/lang/vendor/filament-panels/uz/pages/auth/edit-profile.php new file mode 100644 index 00000000..1e96a261 --- /dev/null +++ b/lang/vendor/filament-panels/uz/pages/auth/edit-profile.php @@ -0,0 +1,51 @@ + 'Hisob qaydnomasi', + + 'form' => [ + + 'email' => [ + 'label' => 'Elektron pochta manzili', + ], + + 'name' => [ + 'label' => 'Ism', + ], + + 'password' => [ + 'label' => 'Yangi parol', + ], + + 'password_confirmation' => [ + 'label' => 'Yangi parolni tasdiqlang', + ], + + 'actions' => [ + + 'save' => [ + 'label' => 'O\'zgarishlarni saqlash', + ], + + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'Saqlandi', + ], + + ], + + 'actions' => [ + + 'cancel' => [ + 'label' => 'Qaytish', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/uz/pages/auth/email-verification/email-verification-prompt.php b/lang/vendor/filament-panels/uz/pages/auth/email-verification/email-verification-prompt.php new file mode 100644 index 00000000..0b36baba --- /dev/null +++ b/lang/vendor/filament-panels/uz/pages/auth/email-verification/email-verification-prompt.php @@ -0,0 +1,35 @@ + 'Elektron pochta manzilingizni tasdiqlang', + + 'heading' => 'Hurmatli foydalanuvchi elektron pochta manzilingizni tasdiqlang', + + 'actions' => [ + + 'resend_notification' => [ + 'label' => 'Yana bir bor yuborish', + ], + + ], + + 'messages' => [ + 'notification_not_received' => 'Biz yuborgan xatni olmadingizmi?', + 'notification_sent' => 'Biz :email manziliga elektron pochta manzilingizni tekshirish bo\'yicha ko\'rsatmalar bilan xat yubordik. Elektron pochtangizni tekshiring', + ], + + 'notifications' => [ + + 'notification_resent' => [ + 'title' => 'Biz elektron pochta xabarini qayta yubordik.', + ], + + 'notification_resend_throttled' => [ + 'title' => 'Qayta yuborishlar soni juda koʻp', + 'body' => 'Iltimos, :seconds soniyadan keyin qayta urinib ko\'ring.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/uz/pages/auth/login.php b/lang/vendor/filament-panels/uz/pages/auth/login.php new file mode 100644 index 00000000..b008bf4f --- /dev/null +++ b/lang/vendor/filament-panels/uz/pages/auth/login.php @@ -0,0 +1,61 @@ + 'Tizimga kirish', + + 'heading' => 'Hisobingizga kiring', + + 'actions' => [ + + 'register' => [ + 'before' => 'yoki', + 'label' => 'hisob qaydnomasini ro\'yxatdan o\'tkazing', + ], + + 'request_password_reset' => [ + 'label' => 'Parolni unutdingizmi?', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'Elektron pochta manzili', + ], + + 'password' => [ + 'label' => 'Parol', + ], + + 'remember' => [ + 'label' => 'Meni eslab qol', + ], + + 'actions' => [ + + 'authenticate' => [ + 'label' => 'Hisob qaydnomasiga kirish', + ], + + ], + + ], + + 'messages' => [ + + 'failed' => 'Siz kiritgan foydalanuvchi nomi yoki parol noto\'g\'ri.', + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Kirish uchun urinishlar soni juda koʻp', + 'body' => 'Iltimos, :seconds soniyadan keyin qayta urinib ko\'ring.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/uz/pages/auth/password-reset/request-password-reset.php b/lang/vendor/filament-panels/uz/pages/auth/password-reset/request-password-reset.php new file mode 100644 index 00000000..eb5210f2 --- /dev/null +++ b/lang/vendor/filament-panels/uz/pages/auth/password-reset/request-password-reset.php @@ -0,0 +1,42 @@ + 'Parolni qayta o\'rnatish', + + 'heading' => 'Parolni unutdingizmi?', + + 'actions' => [ + + 'login' => [ + 'label' => 'Kirish sahifasiga qaytish', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'Elektron pochta manzili', + ], + + 'actions' => [ + + 'request' => [ + 'label' => 'Xabar yuborish', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Urinishlar soni juda ko\'p', + 'body' => 'Iltimos, :seconds soniyadan keyin qayta urinib ko\'ring.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/uz/pages/auth/password-reset/reset-password.php b/lang/vendor/filament-panels/uz/pages/auth/password-reset/reset-password.php new file mode 100644 index 00000000..579092a0 --- /dev/null +++ b/lang/vendor/filament-panels/uz/pages/auth/password-reset/reset-password.php @@ -0,0 +1,43 @@ + 'Parolni qayta o\'rnatish', + + 'heading' => 'Parolni qayta o\'rnatish', + + 'form' => [ + + 'email' => [ + 'label' => 'Elektron pochta manzili', + ], + + 'password' => [ + 'label' => 'Parol', + 'validation_attribute' => 'password', + ], + + 'password_confirmation' => [ + 'label' => 'Parolni tasdiqlash', + ], + + 'actions' => [ + + 'reset' => [ + 'label' => 'Parolni qayta o\'rnatish', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Urinishlar juda ko\'p', + 'body' => 'Iltimos, :seconds soniyadan so\'ng qayta urinib ko\'ring.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/uz/pages/auth/register.php b/lang/vendor/filament-panels/uz/pages/auth/register.php new file mode 100644 index 00000000..a14c7d3c --- /dev/null +++ b/lang/vendor/filament-panels/uz/pages/auth/register.php @@ -0,0 +1,56 @@ + 'Ro\'yxatdan o\'tish', + + 'heading' => 'Hisob qaydnomasini ro\'yxatdan o\'tkazing', + + 'actions' => [ + + 'login' => [ + 'before' => 'yoki', + 'label' => 'o\'z hisob qaydnomangiz orqali kiring', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'Elektron pochta manzili', + ], + + 'name' => [ + 'label' => 'Ism', + ], + + 'password' => [ + 'label' => 'Parol', + 'validation_attribute' => 'password', + ], + + 'password_confirmation' => [ + 'label' => 'Parolni tasdiqlash', + ], + + 'actions' => [ + + 'register' => [ + 'label' => 'Roʻyxatdan oʻtish', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Roʻyxatdan oʻtishga urinishlar juda koʻp', + 'body' => 'Iltimos, :seconds soniyadan keyin qayta urinib ko\'ring.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/uz/pages/dashboard.php b/lang/vendor/filament-panels/uz/pages/dashboard.php new file mode 100644 index 00000000..c4a4760b --- /dev/null +++ b/lang/vendor/filament-panels/uz/pages/dashboard.php @@ -0,0 +1,33 @@ + 'Asosiy panel', + + 'actions' => [ + + 'filter' => [ + + 'label' => 'Filtr', + + 'modal' => [ + + 'heading' => 'Filtr', + + 'actions' => [ + + 'apply' => [ + + 'label' => 'Murojaat qilish', + + ], + + ], + + ], + + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/uz/pages/tenancy/edit-tenant-profile.php b/lang/vendor/filament-panels/uz/pages/tenancy/edit-tenant-profile.php new file mode 100644 index 00000000..bfc2ab3f --- /dev/null +++ b/lang/vendor/filament-panels/uz/pages/tenancy/edit-tenant-profile.php @@ -0,0 +1,25 @@ + [ + + 'actions' => [ + + 'save' => [ + 'label' => 'O\'zgarishlarni saqlash', + ], + + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'Saqlandi', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/uz/resources/pages/create-record.php b/lang/vendor/filament-panels/uz/resources/pages/create-record.php new file mode 100644 index 00000000..31205916 --- /dev/null +++ b/lang/vendor/filament-panels/uz/resources/pages/create-record.php @@ -0,0 +1,37 @@ + 'Yangi :label yaratish', + + 'breadcrumb' => 'Yaratish', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => 'Bekor qilish', + ], + + 'create' => [ + 'label' => 'Yaratish', + ], + + 'create_another' => [ + 'label' => 'Yaratish va yana boshqa yaratish', + ], + + ], + + ], + + 'notifications' => [ + + 'created' => [ + 'title' => 'Yaratildi', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/uz/resources/pages/edit-record.php b/lang/vendor/filament-panels/uz/resources/pages/edit-record.php new file mode 100644 index 00000000..3cfbc0e1 --- /dev/null +++ b/lang/vendor/filament-panels/uz/resources/pages/edit-record.php @@ -0,0 +1,41 @@ + ':labelni tahrirlash', + + 'breadcrumb' => 'Tahrirlash', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => 'Bekor qilish', + ], + + 'save' => [ + 'label' => 'Saqlash', + ], + + ], + + ], + + 'content' => [ + + 'tab' => [ + 'label' => 'Tahrirlash', + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'Saqlandi', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/uz/resources/pages/list-records.php b/lang/vendor/filament-panels/uz/resources/pages/list-records.php new file mode 100644 index 00000000..af234f31 --- /dev/null +++ b/lang/vendor/filament-panels/uz/resources/pages/list-records.php @@ -0,0 +1,7 @@ + 'Ro\'yxat', + +]; diff --git a/lang/vendor/filament-panels/uz/resources/pages/view-record.php b/lang/vendor/filament-panels/uz/resources/pages/view-record.php new file mode 100644 index 00000000..ce843617 --- /dev/null +++ b/lang/vendor/filament-panels/uz/resources/pages/view-record.php @@ -0,0 +1,17 @@ + ':labelni ko\'rish', + + 'breadcrumb' => 'Ko\'rish', + + 'content' => [ + + 'tab' => [ + 'label' => 'Ko\'rish', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/uz/widgets/account-widget.php b/lang/vendor/filament-panels/uz/widgets/account-widget.php new file mode 100644 index 00000000..c35d38b7 --- /dev/null +++ b/lang/vendor/filament-panels/uz/widgets/account-widget.php @@ -0,0 +1,15 @@ + [ + + 'logout' => [ + 'label' => 'Chiqish', + ], + + ], + + 'welcome' => 'Hush kelibsiz', + +]; diff --git a/lang/vendor/filament-panels/uz/widgets/filament-info-widget.php b/lang/vendor/filament-panels/uz/widgets/filament-info-widget.php new file mode 100644 index 00000000..bcedd2d5 --- /dev/null +++ b/lang/vendor/filament-panels/uz/widgets/filament-info-widget.php @@ -0,0 +1,17 @@ + [ + + 'open_documentation' => [ + 'label' => 'Hujjat', + ], + + 'open_github' => [ + 'label' => 'GitHub', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/vi/global-search.php b/lang/vendor/filament-panels/vi/global-search.php new file mode 100644 index 00000000..7a5c2e25 --- /dev/null +++ b/lang/vendor/filament-panels/vi/global-search.php @@ -0,0 +1,12 @@ + [ + 'label' => 'Tìm kiếm toàn hệ thống', + 'placeholder' => 'Tìm kiếm', + ], + + 'no_results_message' => 'Không tìm thấy kết quả nào.', + +]; diff --git a/lang/vendor/filament-panels/vi/layout.php b/lang/vendor/filament-panels/vi/layout.php new file mode 100644 index 00000000..43b21184 --- /dev/null +++ b/lang/vendor/filament-panels/vi/layout.php @@ -0,0 +1,63 @@ + 'ltr', + + 'actions' => [ + + 'billing' => [ + 'label' => 'Quản lý gói đăng ký', + ], + + 'logout' => [ + 'label' => 'Đăng xuất', + ], + + 'open_database_notifications' => [ + 'label' => 'Mở thông báo', + ], + + 'open_user_menu' => [ + 'label' => 'Menu người dùng', + ], + + 'sidebar' => [ + + 'collapse' => [ + 'label' => 'Thu gọn thanh bên', + ], + + 'expand' => [ + 'label' => 'Mở rộng thanh bên', + ], + + ], + + 'theme_switcher' => [ + + 'dark' => [ + 'label' => 'Bật chế độ tối', + ], + + 'light' => [ + 'label' => 'Bật chế độ sáng', + ], + + 'system' => [ + 'label' => 'Bật chế độ hệ thống', + ], + + ], + + ], + + 'avatar' => [ + 'alt' => 'Ảnh đại diện của :name', + ], + + 'logo' => [ + 'alt' => 'Logo :name', + ], + +]; diff --git a/lang/vendor/filament-panels/vi/pages/auth/edit-profile.php b/lang/vendor/filament-panels/vi/pages/auth/edit-profile.php new file mode 100644 index 00000000..8450b199 --- /dev/null +++ b/lang/vendor/filament-panels/vi/pages/auth/edit-profile.php @@ -0,0 +1,51 @@ + 'Hồ sơ', + + 'form' => [ + + 'email' => [ + 'label' => 'Địa chỉ email', + ], + + 'name' => [ + 'label' => 'Họ tên', + ], + + 'password' => [ + 'label' => 'Mật khẩu mới', + ], + + 'password_confirmation' => [ + 'label' => 'Xác nhận mật khẩu mới', + ], + + 'actions' => [ + + 'save' => [ + 'label' => 'Lưu thay đổi', + ], + + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'Đã lưu', + ], + + ], + + 'actions' => [ + + 'cancel' => [ + 'label' => 'quay lại', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/vi/pages/auth/email-verification/email-verification-prompt.php b/lang/vendor/filament-panels/vi/pages/auth/email-verification/email-verification-prompt.php new file mode 100644 index 00000000..f76c0d50 --- /dev/null +++ b/lang/vendor/filament-panels/vi/pages/auth/email-verification/email-verification-prompt.php @@ -0,0 +1,35 @@ + 'Xác minh địa chỉ email', + + 'heading' => 'Xác minh địa chỉ email', + + 'actions' => [ + + 'resend_notification' => [ + 'label' => 'Gửi lại', + ], + + ], + + 'messages' => [ + 'notification_not_received' => 'Chưa nhận được email?', + 'notification_sent' => 'Chúng tôi đã gửi một email đến :email chứa hướng dẫn về cách xác minh địa chỉ email của bạn.', + ], + + 'notifications' => [ + + 'notification_resent' => [ + 'title' => 'Chúng tôi đã gửi lại email.', + ], + + 'notification_resend_throttled' => [ + 'title' => 'Quá nhiều lần gửi lại', + 'body' => 'Vui lòng thử lại sau :seconds giây.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/vi/pages/auth/login.php b/lang/vendor/filament-panels/vi/pages/auth/login.php new file mode 100644 index 00000000..fd4e8d87 --- /dev/null +++ b/lang/vendor/filament-panels/vi/pages/auth/login.php @@ -0,0 +1,61 @@ + 'Đăng nhập', + + 'heading' => 'Đăng nhập', + + 'actions' => [ + + 'register' => [ + 'before' => 'hoặc', + 'label' => 'đăng ký tài khoản', + ], + + 'request_password_reset' => [ + 'label' => 'Quên mật khẩu?', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'Địa chỉ email', + ], + + 'password' => [ + 'label' => 'Mật khẩu', + ], + + 'remember' => [ + 'label' => 'Ghi nhớ đăng nhập', + ], + + 'actions' => [ + + 'authenticate' => [ + 'label' => 'Đăng nhập', + ], + + ], + + ], + + 'messages' => [ + + 'failed' => 'Thông tin đăng nhập không chính xác.', + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Quá nhiều lần đăng nhập thất bại', + 'body' => 'Vui lòng thử lại sau :seconds giây.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/vi/pages/auth/password-reset/request-password-reset.php b/lang/vendor/filament-panels/vi/pages/auth/password-reset/request-password-reset.php new file mode 100644 index 00000000..5343751c --- /dev/null +++ b/lang/vendor/filament-panels/vi/pages/auth/password-reset/request-password-reset.php @@ -0,0 +1,46 @@ + 'Đặt lại mật khẩu', + + 'heading' => 'Quên mật khẩu?', + + 'actions' => [ + + 'login' => [ + 'label' => 'quay lại đăng nhập', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => 'Địa chỉ email', + ], + + 'actions' => [ + + 'request' => [ + 'label' => 'Gửi email', + ], + + ], + + ], + + 'notifications' => [ + + 'sent' => [ + 'body' => 'Nếu tài khoản của bạn không tồn tại, bạn sẽ không nhận được email.', + ], + + 'throttled' => [ + 'title' => 'Quá nhiều yêu cầu', + 'body' => 'Vui lòng thử lại sau :seconds giây.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/vi/pages/auth/password-reset/reset-password.php b/lang/vendor/filament-panels/vi/pages/auth/password-reset/reset-password.php new file mode 100644 index 00000000..43846b08 --- /dev/null +++ b/lang/vendor/filament-panels/vi/pages/auth/password-reset/reset-password.php @@ -0,0 +1,43 @@ + 'Đặt lại mật khẩu', + + 'heading' => 'Đặt lại mật khẩu', + + 'form' => [ + + 'email' => [ + 'label' => 'Địa chỉ email', + ], + + 'password' => [ + 'label' => 'Mật khẩu', + 'validation_attribute' => 'mật khẩu', + ], + + 'password_confirmation' => [ + 'label' => 'Xác nhận mật khẩu', + ], + + 'actions' => [ + + 'reset' => [ + 'label' => 'Đặt lại mật khẩu', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Quá nhiều yêu cầu đặt lại mật khẩu', + 'body' => 'Vui lòng thử lại sau :seconds giây.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/vi/pages/auth/register.php b/lang/vendor/filament-panels/vi/pages/auth/register.php new file mode 100644 index 00000000..25e66e58 --- /dev/null +++ b/lang/vendor/filament-panels/vi/pages/auth/register.php @@ -0,0 +1,55 @@ + 'Đăng ký', + + 'heading' => 'Đăng ký tài khoản', + + 'actions' => [ + + 'login' => [ + 'before' => 'hoặc', + 'label' => 'đăng nhập tài khoản', + ], + ], + + 'form' => [ + + 'email' => [ + 'label' => 'Địa chỉ email', + ], + + 'name' => [ + 'label' => 'Họ tên', + ], + + 'password' => [ + 'label' => 'Mật khẩu', + 'validation_attribute' => 'mật khẩu', + ], + + 'password_confirmation' => [ + 'label' => 'Xác nhận mật khẩu', + ], + + 'actions' => [ + + 'register' => [ + 'label' => 'Đăng ký', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => 'Quá nhiều lần thử đăng ký.', + 'body' => 'Vui lòng thử lại sau :seconds giây.', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/vi/pages/dashboard.php b/lang/vendor/filament-panels/vi/pages/dashboard.php new file mode 100644 index 00000000..424fd287 --- /dev/null +++ b/lang/vendor/filament-panels/vi/pages/dashboard.php @@ -0,0 +1,32 @@ + 'Bảng điều khiển', + + 'actions' => [ + + 'filter' => [ + + 'label' => 'Bộ lọc', + + 'modal' => [ + + 'heading' => 'Bộ lọc', + + 'actions' => [ + + 'apply' => [ + + 'label' => 'Áp dụng', + + ], + + ], + + ], + + ], + + ], +]; diff --git a/lang/vendor/filament-panels/vi/pages/tenancy/edit-tenant-profile.php b/lang/vendor/filament-panels/vi/pages/tenancy/edit-tenant-profile.php new file mode 100644 index 00000000..2f13b100 --- /dev/null +++ b/lang/vendor/filament-panels/vi/pages/tenancy/edit-tenant-profile.php @@ -0,0 +1,25 @@ + [ + + 'actions' => [ + + 'save' => [ + 'label' => 'Lưu thay đổi', + ], + + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'Đã lưu', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/vi/resources/pages/create-record.php b/lang/vendor/filament-panels/vi/resources/pages/create-record.php new file mode 100644 index 00000000..04ca2a72 --- /dev/null +++ b/lang/vendor/filament-panels/vi/resources/pages/create-record.php @@ -0,0 +1,37 @@ + 'Tạo :label', + + 'breadcrumb' => 'Tạo', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => 'Quay lại', + ], + + 'create' => [ + 'label' => 'Tạo', + ], + + 'create_another' => [ + 'label' => 'Tạo & tạo thêm', + ], + + ], + + ], + + 'notifications' => [ + + 'created' => [ + 'title' => 'Đã tạo', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/vi/resources/pages/edit-record.php b/lang/vendor/filament-panels/vi/resources/pages/edit-record.php new file mode 100644 index 00000000..5adaaf3b --- /dev/null +++ b/lang/vendor/filament-panels/vi/resources/pages/edit-record.php @@ -0,0 +1,41 @@ + 'Chỉnh sửa :label', + + 'breadcrumb' => 'Chỉnh sửa', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => 'Quay lại', + ], + + 'save' => [ + 'label' => 'Lưu thay đổi', + ], + + ], + + ], + + 'content' => [ + + 'tab' => [ + 'label' => 'Chỉnh sửa', + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => 'Đã lưu', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/vi/resources/pages/list-records.php b/lang/vendor/filament-panels/vi/resources/pages/list-records.php new file mode 100644 index 00000000..3a2c3491 --- /dev/null +++ b/lang/vendor/filament-panels/vi/resources/pages/list-records.php @@ -0,0 +1,7 @@ + 'Danh sách', + +]; diff --git a/lang/vendor/filament-panels/vi/resources/pages/view-record.php b/lang/vendor/filament-panels/vi/resources/pages/view-record.php new file mode 100644 index 00000000..ab616ed0 --- /dev/null +++ b/lang/vendor/filament-panels/vi/resources/pages/view-record.php @@ -0,0 +1,17 @@ + 'Xem :label', + + 'breadcrumb' => 'Xem', + + 'content' => [ + + 'tab' => [ + 'label' => 'Xem', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/vi/unsaved-changes-alert.php b/lang/vendor/filament-panels/vi/unsaved-changes-alert.php new file mode 100644 index 00000000..43786dcf --- /dev/null +++ b/lang/vendor/filament-panels/vi/unsaved-changes-alert.php @@ -0,0 +1,7 @@ + 'Bạn có thay đổi chưa lưu. Bạn có chắc chắn muốn rời khỏi trang này không?', + +]; diff --git a/lang/vendor/filament-panels/vi/widgets/account-widget.php b/lang/vendor/filament-panels/vi/widgets/account-widget.php new file mode 100644 index 00000000..7a2774ce --- /dev/null +++ b/lang/vendor/filament-panels/vi/widgets/account-widget.php @@ -0,0 +1,15 @@ + [ + + 'logout' => [ + 'label' => 'Đăng xuất', + ], + + ], + + 'welcome' => 'Xin chào', + +]; diff --git a/lang/vendor/filament-panels/vi/widgets/filament-info-widget.php b/lang/vendor/filament-panels/vi/widgets/filament-info-widget.php new file mode 100644 index 00000000..ac6adcb4 --- /dev/null +++ b/lang/vendor/filament-panels/vi/widgets/filament-info-widget.php @@ -0,0 +1,17 @@ + [ + + 'open_documentation' => [ + 'label' => 'Tài liệu', + ], + + 'open_github' => [ + 'label' => 'GitHub', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/zh_CN/global-search.php b/lang/vendor/filament-panels/zh_CN/global-search.php new file mode 100644 index 00000000..18668b14 --- /dev/null +++ b/lang/vendor/filament-panels/zh_CN/global-search.php @@ -0,0 +1,12 @@ + [ + 'label' => '全局搜索', + 'placeholder' => '搜索', + ], + + 'no_results_message' => '未找到搜索结果。', + +]; diff --git a/lang/vendor/filament-panels/zh_CN/layout.php b/lang/vendor/filament-panels/zh_CN/layout.php new file mode 100644 index 00000000..c66d1a43 --- /dev/null +++ b/lang/vendor/filament-panels/zh_CN/layout.php @@ -0,0 +1,55 @@ + 'ltr', + + 'actions' => [ + + 'billing' => [ + 'label' => '管理订阅', + ], + + 'logout' => [ + 'label' => '退出登录', + ], + + 'open_database_notifications' => [ + 'label' => '打开通知', + ], + + 'open_user_menu' => [ + 'label' => '用户菜单', + ], + + 'sidebar' => [ + + 'collapse' => [ + 'label' => '折叠侧边栏', + ], + + 'expand' => [ + 'label' => '展开侧边栏', + ], + + ], + + 'theme_switcher' => [ + + 'dark' => [ + 'label' => '切换至深色主题', + ], + + 'light' => [ + 'label' => '切换至浅色主题', + ], + + 'system' => [ + 'label' => '按照系统主题切换', + ], + + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/zh_CN/pages/auth/edit-profile.php b/lang/vendor/filament-panels/zh_CN/pages/auth/edit-profile.php new file mode 100644 index 00000000..0bf0ea99 --- /dev/null +++ b/lang/vendor/filament-panels/zh_CN/pages/auth/edit-profile.php @@ -0,0 +1,51 @@ + '个人资料', + + 'form' => [ + + 'email' => [ + 'label' => '邮箱地址', + ], + + 'name' => [ + 'label' => '姓名', + ], + + 'password' => [ + 'label' => '新密码', + ], + + 'password_confirmation' => [ + 'label' => '确认新密码', + ], + + 'actions' => [ + + 'save' => [ + 'label' => '保存', + ], + + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => '已保存', + ], + + ], + + 'actions' => [ + + 'cancel' => [ + 'label' => '取消', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/zh_CN/pages/auth/email-verification/email-verification-prompt.php b/lang/vendor/filament-panels/zh_CN/pages/auth/email-verification/email-verification-prompt.php new file mode 100644 index 00000000..3474a548 --- /dev/null +++ b/lang/vendor/filament-panels/zh_CN/pages/auth/email-verification/email-verification-prompt.php @@ -0,0 +1,35 @@ + '验证邮箱地址', + + 'heading' => '验证邮箱地址', + + 'actions' => [ + + 'resend_notification' => [ + 'label' => '已重新发送', + ], + + ], + + 'messages' => [ + 'notification_not_received' => '没有收到我们的邮件?', + 'notification_sent' => '我们已经向 :email 发送了一封验证邮件。', + ], + + 'notifications' => [ + + 'notification_resent' => [ + 'title' => '我们已经重新发送了邮件。', + ], + + 'notification_resend_throttled' => [ + 'title' => '发送邮件次数过多', + 'body' => '请在 :seconds 秒后重试。', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/zh_CN/pages/auth/login.php b/lang/vendor/filament-panels/zh_CN/pages/auth/login.php new file mode 100644 index 00000000..a64d6076 --- /dev/null +++ b/lang/vendor/filament-panels/zh_CN/pages/auth/login.php @@ -0,0 +1,61 @@ + '登录', + + 'heading' => '登录', + + 'actions' => [ + + 'register' => [ + 'before' => '或者', + 'label' => '注册账号', + ], + + 'request_password_reset' => [ + 'label' => '忘记了密码?', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => '邮箱地址', + ], + + 'password' => [ + 'label' => '密码', + ], + + 'remember' => [ + 'label' => '保持登录状态', + ], + + 'actions' => [ + + 'authenticate' => [ + 'label' => '登录', + ], + + ], + + ], + + 'messages' => [ + + 'failed' => '登录信息有误。', + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => '尝试登录次数过多', + 'body' => '请在 :seconds 秒后重试。', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/zh_CN/pages/auth/password-reset/request-password-reset.php b/lang/vendor/filament-panels/zh_CN/pages/auth/password-reset/request-password-reset.php new file mode 100644 index 00000000..c3e848cd --- /dev/null +++ b/lang/vendor/filament-panels/zh_CN/pages/auth/password-reset/request-password-reset.php @@ -0,0 +1,42 @@ + '重置密码', + + 'heading' => '忘记密码?', + + 'actions' => [ + + 'login' => [ + 'label' => '返回登录页面', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => '邮箱地址', + ], + + 'actions' => [ + + 'request' => [ + 'label' => '发送邮件', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => '尝试次数过多', + 'body' => '请在 :seconds 秒后重试。', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/zh_CN/pages/auth/password-reset/reset-password.php b/lang/vendor/filament-panels/zh_CN/pages/auth/password-reset/reset-password.php new file mode 100644 index 00000000..3ee4cc11 --- /dev/null +++ b/lang/vendor/filament-panels/zh_CN/pages/auth/password-reset/reset-password.php @@ -0,0 +1,43 @@ + '重置密码', + + 'heading' => '重置密码', + + 'form' => [ + + 'email' => [ + 'label' => '邮箱地址', + ], + + 'password' => [ + 'label' => '密码', + 'validation_attribute' => '密码', + ], + + 'password_confirmation' => [ + 'label' => '确认密码', + ], + + 'actions' => [ + + 'reset' => [ + 'label' => '重置密码', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => '尝试次数过多', + 'body' => '请在 :seconds 秒后重试。', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/zh_CN/pages/auth/register.php b/lang/vendor/filament-panels/zh_CN/pages/auth/register.php new file mode 100644 index 00000000..aefa138a --- /dev/null +++ b/lang/vendor/filament-panels/zh_CN/pages/auth/register.php @@ -0,0 +1,56 @@ + '注册', + + 'heading' => '注册', + + 'actions' => [ + + 'login' => [ + 'before' => '或者', + 'label' => '登录你的账号', + ], + + ], + + 'form' => [ + + 'email' => [ + 'label' => '邮箱地址', + ], + + 'name' => [ + 'label' => '姓名', + ], + + 'password' => [ + 'label' => '密码', + 'validation_attribute' => '密码', + ], + + 'password_confirmation' => [ + 'label' => '确认密码', + ], + + 'actions' => [ + + 'register' => [ + 'label' => '提交注册', + ], + + ], + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => '尝试注册次数过多', + 'body' => '请在 :seconds 秒后重试。', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/zh_CN/pages/dashboard.php b/lang/vendor/filament-panels/zh_CN/pages/dashboard.php new file mode 100644 index 00000000..0d07e745 --- /dev/null +++ b/lang/vendor/filament-panels/zh_CN/pages/dashboard.php @@ -0,0 +1,7 @@ + '仪表板', + +]; diff --git a/lang/vendor/filament-panels/zh_CN/pages/tenancy/edit-tenant-profile.php b/lang/vendor/filament-panels/zh_CN/pages/tenancy/edit-tenant-profile.php new file mode 100644 index 00000000..427fa064 --- /dev/null +++ b/lang/vendor/filament-panels/zh_CN/pages/tenancy/edit-tenant-profile.php @@ -0,0 +1,25 @@ + [ + + 'actions' => [ + + 'save' => [ + 'label' => '保存', + ], + + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => '已保存', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/zh_CN/resources/pages/create-record.php b/lang/vendor/filament-panels/zh_CN/resources/pages/create-record.php new file mode 100644 index 00000000..318915b8 --- /dev/null +++ b/lang/vendor/filament-panels/zh_CN/resources/pages/create-record.php @@ -0,0 +1,37 @@ + '创建 :label', + + 'breadcrumb' => '创建', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => '取消', + ], + + 'create' => [ + 'label' => '保存', + ], + + 'create_another' => [ + 'label' => '保存并创建另一个', + ], + + ], + + ], + + 'notifications' => [ + + 'created' => [ + 'title' => '已创建', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/zh_CN/resources/pages/edit-record.php b/lang/vendor/filament-panels/zh_CN/resources/pages/edit-record.php new file mode 100644 index 00000000..b9acf24d --- /dev/null +++ b/lang/vendor/filament-panels/zh_CN/resources/pages/edit-record.php @@ -0,0 +1,41 @@ + '编辑 :label', + + 'breadcrumb' => '编辑', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => '取消', + ], + + 'save' => [ + 'label' => '保存', + ], + + ], + + ], + + 'content' => [ + + 'tab' => [ + 'label' => '编辑', + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => '已保存', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/zh_CN/resources/pages/list-records.php b/lang/vendor/filament-panels/zh_CN/resources/pages/list-records.php new file mode 100644 index 00000000..dc7342ba --- /dev/null +++ b/lang/vendor/filament-panels/zh_CN/resources/pages/list-records.php @@ -0,0 +1,7 @@ + '列表', + +]; diff --git a/lang/vendor/filament-panels/zh_CN/resources/pages/view-record.php b/lang/vendor/filament-panels/zh_CN/resources/pages/view-record.php new file mode 100644 index 00000000..2587cfe3 --- /dev/null +++ b/lang/vendor/filament-panels/zh_CN/resources/pages/view-record.php @@ -0,0 +1,17 @@ + ':label 详情', + + 'breadcrumb' => '详情', + + 'content' => [ + + 'tab' => [ + 'label' => '详情', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/zh_CN/widgets/account-widget.php b/lang/vendor/filament-panels/zh_CN/widgets/account-widget.php new file mode 100644 index 00000000..0e9d04c0 --- /dev/null +++ b/lang/vendor/filament-panels/zh_CN/widgets/account-widget.php @@ -0,0 +1,15 @@ + [ + + 'logout' => [ + 'label' => '退出登录', + ], + + ], + + 'welcome' => '欢迎', + +]; diff --git a/lang/vendor/filament-panels/zh_CN/widgets/filament-info-widget.php b/lang/vendor/filament-panels/zh_CN/widgets/filament-info-widget.php new file mode 100644 index 00000000..90aa3a07 --- /dev/null +++ b/lang/vendor/filament-panels/zh_CN/widgets/filament-info-widget.php @@ -0,0 +1,17 @@ + [ + + 'open_documentation' => [ + 'label' => '文档', + ], + + 'open_github' => [ + 'label' => 'GitHub', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/zh_TW/global-search.php b/lang/vendor/filament-panels/zh_TW/global-search.php new file mode 100644 index 00000000..3bee89d7 --- /dev/null +++ b/lang/vendor/filament-panels/zh_TW/global-search.php @@ -0,0 +1,12 @@ + [ + 'label' => '全域搜尋', + 'placeholder' => '搜尋', + ], + + 'no_results_message' => '無搜尋結果。', + +]; diff --git a/lang/vendor/filament-panels/zh_TW/layout.php b/lang/vendor/filament-panels/zh_TW/layout.php new file mode 100644 index 00000000..20d167bb --- /dev/null +++ b/lang/vendor/filament-panels/zh_TW/layout.php @@ -0,0 +1,31 @@ + 'ltr', + + 'actions' => [ + + 'logout' => [ + 'label' => '登出', + ], + + 'open_user_menu' => [ + 'label' => '用戶菜單', + ], + + 'theme_switcher' => [ + + 'dark' => [ + 'label' => '切換至暗色模式', + ], + + 'light' => [ + 'label' => '切換至亮色模式', + ], + + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/zh_TW/pages/auth/login.php b/lang/vendor/filament-panels/zh_TW/pages/auth/login.php new file mode 100644 index 00000000..708ab861 --- /dev/null +++ b/lang/vendor/filament-panels/zh_TW/pages/auth/login.php @@ -0,0 +1,47 @@ + '登入', + + 'heading' => '登入帳號', + + 'form' => [ + + 'email' => [ + 'label' => 'E-Mail 位址', + ], + + 'password' => [ + 'label' => '密碼', + ], + + 'remember' => [ + 'label' => '記住我', + ], + + 'actions' => [ + + 'authenticate' => [ + 'label' => '登入', + ], + + ], + + ], + + 'messages' => [ + + 'failed' => '所提供的帳號密碼與資料庫中的記錄不相符。', + + ], + + 'notifications' => [ + + 'throttled' => [ + 'title' => '嘗試登入次數過多。請在 :seconds 秒後重試。', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/zh_TW/pages/dashboard.php b/lang/vendor/filament-panels/zh_TW/pages/dashboard.php new file mode 100644 index 00000000..b5e19770 --- /dev/null +++ b/lang/vendor/filament-panels/zh_TW/pages/dashboard.php @@ -0,0 +1,7 @@ + '主控台', + +]; diff --git a/lang/vendor/filament-panels/zh_TW/resources/pages/create-record.php b/lang/vendor/filament-panels/zh_TW/resources/pages/create-record.php new file mode 100644 index 00000000..39f034c1 --- /dev/null +++ b/lang/vendor/filament-panels/zh_TW/resources/pages/create-record.php @@ -0,0 +1,37 @@ + '建立 :label', + + 'breadcrumb' => '建立', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => '取消', + ], + + 'create' => [ + 'label' => '建立', + ], + + 'create_another' => [ + 'label' => '建立後再建立另一個', + ], + + ], + + ], + + 'notifications' => [ + + 'created' => [ + 'title' => '已建立', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/zh_TW/resources/pages/edit-record.php b/lang/vendor/filament-panels/zh_TW/resources/pages/edit-record.php new file mode 100644 index 00000000..51f04876 --- /dev/null +++ b/lang/vendor/filament-panels/zh_TW/resources/pages/edit-record.php @@ -0,0 +1,33 @@ + '編輯 :label', + + 'breadcrumb' => '編輯', + + 'form' => [ + + 'actions' => [ + + 'cancel' => [ + 'label' => '取消', + ], + + 'save' => [ + 'label' => '保存', + ], + + ], + + ], + + 'notifications' => [ + + 'saved' => [ + 'title' => '已保存', + ], + + ], + +]; diff --git a/lang/vendor/filament-panels/zh_TW/resources/pages/list-records.php b/lang/vendor/filament-panels/zh_TW/resources/pages/list-records.php new file mode 100644 index 00000000..22664ccd --- /dev/null +++ b/lang/vendor/filament-panels/zh_TW/resources/pages/list-records.php @@ -0,0 +1,7 @@ + '清單', + +]; diff --git a/lang/vendor/filament-panels/zh_TW/resources/pages/view-record.php b/lang/vendor/filament-panels/zh_TW/resources/pages/view-record.php new file mode 100644 index 00000000..e47f3a9f --- /dev/null +++ b/lang/vendor/filament-panels/zh_TW/resources/pages/view-record.php @@ -0,0 +1,9 @@ + '檢視 :label', + + 'breadcrumb' => '檢視', + +]; diff --git a/lang/vendor/filament-panels/zh_TW/widgets/account-widget.php b/lang/vendor/filament-panels/zh_TW/widgets/account-widget.php new file mode 100644 index 00000000..4fc55fee --- /dev/null +++ b/lang/vendor/filament-panels/zh_TW/widgets/account-widget.php @@ -0,0 +1,15 @@ + [ + + 'logout' => [ + 'label' => '登出', + ], + + ], + + 'welcome' => '歡迎', + +]; diff --git a/lang/vendor/filament-panels/zh_TW/widgets/filament-info-widget.php b/lang/vendor/filament-panels/zh_TW/widgets/filament-info-widget.php new file mode 100644 index 00000000..ba74da93 --- /dev/null +++ b/lang/vendor/filament-panels/zh_TW/widgets/filament-info-widget.php @@ -0,0 +1,17 @@ + [ + + 'open_documentation' => [ + 'label' => '說明文件', + ], + + 'open_github' => [ + 'label' => 'GitHub', + ], + + ], + +]; diff --git a/resources/css/app.scss b/resources/css/app.scss index 6315e790..07f49718 100644 --- a/resources/css/app.scss +++ b/resources/css/app.scss @@ -1,7 +1,5 @@ @use 'media-queries' as *; -@import '../../vendor/filament/forms/dist/module.esm.css'; - @tailwind base; @tailwind components; @tailwind utilities; diff --git a/resources/js/app.js b/resources/js/app.js index dfc3adc1..47fb9feb 100644 --- a/resources/js/app.js +++ b/resources/js/app.js @@ -16,14 +16,9 @@ import 'magnific-popup/dist/magnific-popup.css'; import 'magnific-popup/dist/jquery.magnific-popup.min'; import Alpine from 'alpinejs' -import FormsAlpinePlugin from './../../vendor/filament/forms/dist/module.esm' -import NotificationsAlpinePlugin from './../../vendor/filament/notifications/dist/module.esm' window.$ = jQuery; -Alpine.plugin(FormsAlpinePlugin) -Alpine.plugin(NotificationsAlpinePlugin) - window.Alpine = Alpine Alpine.start() diff --git a/resources/views/components/base-layout.blade.php b/resources/views/components/base-layout.blade.php index f11b11fd..2caa8179 100644 --- a/resources/views/components/base-layout.blade.php +++ b/resources/views/components/base-layout.blade.php @@ -11,9 +11,6 @@ @vite(['resources/css/app.scss', 'resources/js/app.js']) - @livewireStyles - @livewireScripts - diff --git a/resources/views/vendor/filament-panels/components/avatar/tenant.blade.php b/resources/views/vendor/filament-panels/components/avatar/tenant.blade.php new file mode 100644 index 00000000..841ad606 --- /dev/null +++ b/resources/views/vendor/filament-panels/components/avatar/tenant.blade.php @@ -0,0 +1,13 @@ +@props([ + 'tenant' => filament()->getTenant(), +]) + + diff --git a/resources/views/vendor/filament-panels/components/avatar/user.blade.php b/resources/views/vendor/filament-panels/components/avatar/user.blade.php new file mode 100644 index 00000000..bd32eba0 --- /dev/null +++ b/resources/views/vendor/filament-panels/components/avatar/user.blade.php @@ -0,0 +1,12 @@ +@props([ + 'user' => filament()->auth()->user(), +]) + + diff --git a/resources/views/vendor/filament-panels/components/form/actions.blade.php b/resources/views/vendor/filament-panels/components/form/actions.blade.php new file mode 100644 index 00000000..d1031c0f --- /dev/null +++ b/resources/views/vendor/filament-panels/components/form/actions.blade.php @@ -0,0 +1,34 @@ +@props([ + 'actions', + 'alignment' => null, + 'fullWidth' => false, +]) + +@if (count($actions)) +

areFormActionsSticky()) + x-data="{ + isSticky: false, + + evaluatePageScrollPosition: function () { + this.isSticky = + document.body.scrollHeight >= + window.scrollY + window.innerHeight * 2 + }, + }" + x-init="evaluatePageScrollPosition" + x-on:scroll.window="evaluatePageScrollPosition" + x-bind:class="{ + 'fi-sticky sticky bottom-0 -mx-4 transform bg-white p-4 shadow-lg ring-1 ring-gray-950/5 transition dark:bg-gray-900 dark:ring-white/10 md:bottom-4 md:rounded-xl': + isSticky, + }" + @endif + class="fi-form-actions" + > + +
+@endif diff --git a/resources/views/vendor/filament-panels/components/form/index.blade.php b/resources/views/vendor/filament-panels/components/form/index.blade.php new file mode 100644 index 00000000..82940675 --- /dev/null +++ b/resources/views/vendor/filament-panels/components/form/index.blade.php @@ -0,0 +1,14 @@ +@props([ + 'method' => 'post', +]) + +
class(['fi-form grid gap-y-6']) }} +> + {{ $slot }} +
diff --git a/resources/views/vendor/filament-panels/components/global-search/actions.blade.php b/resources/views/vendor/filament-panels/components/global-search/actions.blade.php new file mode 100644 index 00000000..7e5f0225 --- /dev/null +++ b/resources/views/vendor/filament-panels/components/global-search/actions.blade.php @@ -0,0 +1,13 @@ +@props([ + 'actions', +]) + +
class('fi-global-search-result-actions mt-3 flex gap-x-3 px-4 pb-4') }} +> + @foreach ($actions as $action) + @if ($action->isVisible()) + {{ $action }} + @endif + @endforeach +
diff --git a/resources/views/vendor/filament-panels/components/global-search/field.blade.php b/resources/views/vendor/filament-panels/components/global-search/field.blade.php new file mode 100644 index 00000000..25ac5c95 --- /dev/null +++ b/resources/views/vendor/filament-panels/components/global-search/field.blade.php @@ -0,0 +1,43 @@ +@php + $debounce = filament()->getGlobalSearchDebounce(); + $keyBindings = filament()->getGlobalSearchKeyBindings(); + $suffix = filament()->getGlobalSearchFieldSuffix(); +@endphp + +
class(['fi-global-search-field']) }} +> + + + + + +
diff --git a/resources/views/vendor/filament-panels/components/global-search/index.blade.php b/resources/views/vendor/filament-panels/components/global-search/index.blade.php new file mode 100644 index 00000000..bec9e2e1 --- /dev/null +++ b/resources/views/vendor/filament-panels/components/global-search/index.blade.php @@ -0,0 +1,19 @@ + diff --git a/resources/views/vendor/filament-panels/components/global-search/no-results-message.blade.php b/resources/views/vendor/filament-panels/components/global-search/no-results-message.blade.php new file mode 100644 index 00000000..e39c9f23 --- /dev/null +++ b/resources/views/vendor/filament-panels/components/global-search/no-results-message.blade.php @@ -0,0 +1,5 @@ +

class(['fi-global-search-no-results-message px-4 py-4 text-sm text-gray-500 dark:text-gray-400']) }} +> + {{ __('filament-panels::global-search.no_results_message') }} +

diff --git a/resources/views/vendor/filament-panels/components/global-search/result-group.blade.php b/resources/views/vendor/filament-panels/components/global-search/result-group.blade.php new file mode 100644 index 00000000..703d75bb --- /dev/null +++ b/resources/views/vendor/filament-panels/components/global-search/result-group.blade.php @@ -0,0 +1,29 @@ +@props([ + 'label', + 'results', +]) + +
  • class(['fi-global-search-result-group']) }} +> +
    +

    + {{ $label }} +

    +
    + + +
  • diff --git a/resources/views/vendor/filament-panels/components/global-search/result.blade.php b/resources/views/vendor/filament-panels/components/global-search/result.blade.php new file mode 100644 index 00000000..38ff705c --- /dev/null +++ b/resources/views/vendor/filament-panels/components/global-search/result.blade.php @@ -0,0 +1,42 @@ +@props([ + 'actions' => [], + 'details' => [], + 'title', + 'url', +]) + +
  • class(['fi-global-search-result scroll-mt-9 transition duration-75 focus-within:bg-gray-50 hover:bg-gray-50 dark:focus-within:bg-white/5 dark:hover:bg-white/5']) }} +> + $actions, + 'p-4' => ! $actions, + ]) + > +

    + {{ $title }} +

    + + @if ($details) +
    + @foreach ($details as $label => $value) +
    + @if ($isAssoc ??= \Illuminate\Support\Arr::isAssoc($details)) +
    {{ $label }}:
    + @endif + +
    {{ $value }}
    +
    + @endforeach +
    + @endif +
    + + @if ($actions) + + @endif +
  • diff --git a/resources/views/vendor/filament-panels/components/global-search/results-container.blade.php b/resources/views/vendor/filament-panels/components/global-search/results-container.blade.php new file mode 100644 index 00000000..8dbfeaa2 --- /dev/null +++ b/resources/views/vendor/filament-panels/components/global-search/results-container.blade.php @@ -0,0 +1,50 @@ +@props([ + 'results', +]) + +
    class([ + 'fi-global-search-results-ctn absolute inset-x-4 z-10 mt-2 max-h-96 overflow-auto rounded-lg bg-white shadow-lg ring-1 ring-gray-950/5 transition dark:bg-gray-900 dark:ring-white/10 sm:inset-x-auto sm:end-0 sm:w-screen sm:max-w-sm', + // This zero translation along the z-axis fixes a Safari bug + // where the results container is incorrectly placed in the stacking context + // due to the overflow-x value of clip on the topbar element. + // + // https://github.com/filamentphp/filament/issues/8215 + '[transform:translateZ(0)]', + ]) + }} +> + @if ($results->getCategories()->isEmpty()) + + @else + + @endif +
    diff --git a/resources/views/vendor/filament-panels/components/header/index.blade.php b/resources/views/vendor/filament-panels/components/header/index.blade.php new file mode 100644 index 00000000..f922bde5 --- /dev/null +++ b/resources/views/vendor/filament-panels/components/header/index.blade.php @@ -0,0 +1,48 @@ +@props([ + 'actions' => [], + 'breadcrumbs' => [], + 'heading', + 'subheading' => null, +]) + +
    class(['fi-header flex flex-col gap-4 sm:flex-row sm:items-center sm:justify-between']) }} +> +
    + @if ($breadcrumbs) +
    + +
    $breadcrumbs, + ]) + > + {{ \Filament\Support\Facades\FilamentView::renderHook(\Filament\View\PanelsRenderHook::PAGE_HEADER_ACTIONS_BEFORE, scopes: $this->getRenderHookScopes()) }} + + @if ($actions) + + @endif + + {{ \Filament\Support\Facades\FilamentView::renderHook(\Filament\View\PanelsRenderHook::PAGE_HEADER_ACTIONS_AFTER, scopes: $this->getRenderHookScopes()) }} +
    +
    diff --git a/resources/views/vendor/filament-panels/components/header/simple.blade.php b/resources/views/vendor/filament-panels/components/header/simple.blade.php new file mode 100644 index 00000000..adf03f6c --- /dev/null +++ b/resources/views/vendor/filament-panels/components/header/simple.blade.php @@ -0,0 +1,27 @@ +@props([ + 'heading' => null, + 'logo' => true, + 'subheading' => null, +]) + +
    + @if ($logo) + + @endif + + @if (filled($heading)) +

    + {{ $heading }} +

    + @endif + + @if (filled($subheading)) +

    + {{ $subheading }} +

    + @endif +
    diff --git a/resources/views/vendor/filament-panels/components/layout/base.blade.php b/resources/views/vendor/filament-panels/components/layout/base.blade.php new file mode 100644 index 00000000..b70551b3 --- /dev/null +++ b/resources/views/vendor/filament-panels/components/layout/base.blade.php @@ -0,0 +1,145 @@ +@props([ + 'livewire' => null, +]) + + + filament()->hasDarkModeForced(), + ]) +> + + {{ \Filament\Support\Facades\FilamentView::renderHook(\Filament\View\PanelsRenderHook::HEAD_START, scopes: $livewire?->getRenderHookScopes()) }} + + + + + + @if ($favicon = filament()->getFavicon()) + + @endif + + @php + $title = trim(strip_tags(($livewire ?? null)?->getTitle() ?? '')); + $brandName = trim(strip_tags(filament()->getBrandName())); + @endphp + + + {{ filled($title) ? "{$title} - " : null }} {{ $brandName }} + + + {{ \Filament\Support\Facades\FilamentView::renderHook(\Filament\View\PanelsRenderHook::STYLES_BEFORE, scopes: $livewire?->getRenderHookScopes()) }} + + + + @filamentStyles + + {{ filament()->getTheme()->getHtml() }} + {{ filament()->getFontHtml() }} + + + + @stack('styles') + + {{ \Filament\Support\Facades\FilamentView::renderHook(\Filament\View\PanelsRenderHook::STYLES_AFTER, scopes: $livewire?->getRenderHookScopes()) }} + + @if (! filament()->hasDarkMode()) + + @elseif (filament()->hasDarkModeForced()) + + @else + + @endif + + {{ \Filament\Support\Facades\FilamentView::renderHook(\Filament\View\PanelsRenderHook::HEAD_END, scopes: $livewire?->getRenderHookScopes()) }} + + + merge(($livewire ?? null)?->getExtraBodyAttributes() ?? [], escape: false) + ->class([ + 'fi-body', + 'fi-panel-' . filament()->getId(), + 'min-h-screen bg-gray-50 font-normal text-gray-950 antialiased dark:bg-gray-950 dark:text-white', + ]) }} + > + {{ \Filament\Support\Facades\FilamentView::renderHook(\Filament\View\PanelsRenderHook::BODY_START, scopes: $livewire?->getRenderHookScopes()) }} + + {{ $slot }} + + @livewire(Filament\Livewire\Notifications::class) + + {{ \Filament\Support\Facades\FilamentView::renderHook(\Filament\View\PanelsRenderHook::SCRIPTS_BEFORE, scopes: $livewire?->getRenderHookScopes()) }} + + @filamentScripts(withCore: true) + + @if (filament()->hasBroadcasting() && config('filament.broadcasting.echo')) + + @endif + + @if (filament()->hasDarkMode() && (! filament()->hasDarkModeForced())) + + @endif + + @stack('scripts') + + {{ \Filament\Support\Facades\FilamentView::renderHook(\Filament\View\PanelsRenderHook::SCRIPTS_AFTER, scopes: $livewire?->getRenderHookScopes()) }} + + {{ \Filament\Support\Facades\FilamentView::renderHook(\Filament\View\PanelsRenderHook::BODY_END, scopes: $livewire?->getRenderHookScopes()) }} + + diff --git a/resources/views/vendor/filament-panels/components/layout/index.blade.php b/resources/views/vendor/filament-panels/components/layout/index.blade.php new file mode 100644 index 00000000..1afb777a --- /dev/null +++ b/resources/views/vendor/filament-panels/components/layout/index.blade.php @@ -0,0 +1,144 @@ +@php + use Filament\Support\Enums\MaxWidth; + + $navigation = filament()->getNavigation(); + $livewire ??= null; +@endphp + + + {{-- The sidebar is after the page content in the markup to fix issues with page content overlapping dropdown content from the sidebar. --}} +
    +
    isSidebarCollapsibleOnDesktop()) + x-data="{}" + x-bind:class="{ + 'fi-main-ctn-sidebar-open': $store.sidebar.isOpen, + }" + x-bind:style="'display: flex; opacity:1;'" {{-- Mimics `x-cloak`, as using `x-cloak` causes visual issues with chart widgets --}} + @elseif (filament()->isSidebarFullyCollapsibleOnDesktop()) + x-data="{}" + x-bind:class="{ + 'fi-main-ctn-sidebar-open': $store.sidebar.isOpen, + }" + x-bind:style="'display: flex; opacity:1;'" {{-- Mimics `x-cloak`, as using `x-cloak` causes visual issues with chart widgets --}} + @elseif (! (filament()->isSidebarCollapsibleOnDesktop() || filament()->isSidebarFullyCollapsibleOnDesktop() || filament()->hasTopNavigation() || (! filament()->hasNavigation()))) + x-data="{}" + x-bind:style="'display: flex; opacity:1;'" {{-- Mimics `x-cloak`, as using `x-cloak` causes visual issues with chart widgets --}} + @endif + @class([ + 'fi-main-ctn w-screen flex-1 flex-col', + 'h-full opacity-0 transition-all' => filament()->isSidebarCollapsibleOnDesktop() || filament()->isSidebarFullyCollapsibleOnDesktop(), + 'opacity-0' => ! (filament()->isSidebarCollapsibleOnDesktop() || filament()->isSidebarFullyCollapsibleOnDesktop() || filament()->hasTopNavigation() || (! filament()->hasNavigation())), + 'flex' => filament()->hasTopNavigation() || (! filament()->hasNavigation()), + ]) + > + @if (filament()->hasTopbar()) + {{ \Filament\Support\Facades\FilamentView::renderHook(\Filament\View\PanelsRenderHook::TOPBAR_BEFORE, scopes: $livewire?->getRenderHookScopes()) }} + + + + {{ \Filament\Support\Facades\FilamentView::renderHook(\Filament\View\PanelsRenderHook::TOPBAR_AFTER, scopes: $livewire?->getRenderHookScopes()) }} + @endif + + {{ \Filament\Support\Facades\FilamentView::renderHook(\Filament\View\PanelsRenderHook::CONTENT_BEFORE, scopes: $livewire?->getRenderHookScopes()) }} + +
    getMaxContentWidth() ?? MaxWidth::SevenExtraLarge)) { + MaxWidth::ExtraSmall, 'xs' => 'max-w-xs', + MaxWidth::Small, 'sm' => 'max-w-sm', + MaxWidth::Medium, 'md' => 'max-w-md', + MaxWidth::Large, 'lg' => 'max-w-lg', + MaxWidth::ExtraLarge, 'xl' => 'max-w-xl', + MaxWidth::TwoExtraLarge, '2xl' => 'max-w-2xl', + MaxWidth::ThreeExtraLarge, '3xl' => 'max-w-3xl', + MaxWidth::FourExtraLarge, '4xl' => 'max-w-4xl', + MaxWidth::FiveExtraLarge, '5xl' => 'max-w-5xl', + MaxWidth::SixExtraLarge, '6xl' => 'max-w-6xl', + MaxWidth::SevenExtraLarge, '7xl' => 'max-w-7xl', + MaxWidth::Full, 'full' => 'max-w-full', + MaxWidth::MinContent, 'min' => 'max-w-min', + MaxWidth::MaxContent, 'max' => 'max-w-max', + MaxWidth::FitContent, 'fit' => 'max-w-fit', + MaxWidth::Prose, 'prose' => 'max-w-prose', + MaxWidth::ScreenSmall, 'screen-sm' => 'max-w-screen-sm', + MaxWidth::ScreenMedium, 'screen-md' => 'max-w-screen-md', + MaxWidth::ScreenLarge, 'screen-lg' => 'max-w-screen-lg', + MaxWidth::ScreenExtraLarge, 'screen-xl' => 'max-w-screen-xl', + MaxWidth::ScreenTwoExtraLarge, 'screen-2xl' => 'max-w-screen-2xl', + default => $maxContentWidth, + }, + ]) + > + {{ \Filament\Support\Facades\FilamentView::renderHook(\Filament\View\PanelsRenderHook::CONTENT_START, scopes: $livewire?->getRenderHookScopes()) }} + + {{ $slot }} + + {{ \Filament\Support\Facades\FilamentView::renderHook(\Filament\View\PanelsRenderHook::CONTENT_END, scopes: $livewire?->getRenderHookScopes()) }} +
    + + {{ \Filament\Support\Facades\FilamentView::renderHook(\Filament\View\PanelsRenderHook::CONTENT_AFTER, scopes: $livewire?->getRenderHookScopes()) }} + + {{ \Filament\Support\Facades\FilamentView::renderHook(\Filament\View\PanelsRenderHook::FOOTER, scopes: $livewire?->getRenderHookScopes()) }} +
    + + @if (filament()->hasNavigation()) +
    + + + + + @endif +
    +
    diff --git a/resources/views/vendor/filament-panels/components/layout/simple.blade.php b/resources/views/vendor/filament-panels/components/layout/simple.blade.php new file mode 100644 index 00000000..47e44067 --- /dev/null +++ b/resources/views/vendor/filament-panels/components/layout/simple.blade.php @@ -0,0 +1,67 @@ +@php + use Filament\Support\Enums\MaxWidth; + + $livewire ??= null; +@endphp + + + @props([ + 'after' => null, + 'heading' => null, + 'subheading' => null, + ]) + +
    + @if (($hasTopbar ?? true) && filament()->auth()->check()) +
    + @if (filament()->hasDatabaseNotifications()) + @livewire(Filament\Livewire\DatabaseNotifications::class, [ + 'lazy' => filament()->hasLazyLoadedDatabaseNotifications() + ]) + @endif + + +
    + @endif + +
    +
    getSimplePageMaxContentWidth() ?? MaxWidth::Large)) { + MaxWidth::ExtraSmall, 'xs' => 'max-w-xs', + MaxWidth::Small, 'sm' => 'max-w-sm', + MaxWidth::Medium, 'md' => 'max-w-md', + MaxWidth::Large, 'lg' => 'max-w-lg', + MaxWidth::ExtraLarge, 'xl' => 'max-w-xl', + MaxWidth::TwoExtraLarge, '2xl' => 'max-w-2xl', + MaxWidth::ThreeExtraLarge, '3xl' => 'max-w-3xl', + MaxWidth::FourExtraLarge, '4xl' => 'max-w-4xl', + MaxWidth::FiveExtraLarge, '5xl' => 'max-w-5xl', + MaxWidth::SixExtraLarge, '6xl' => 'max-w-6xl', + MaxWidth::SevenExtraLarge, '7xl' => 'max-w-7xl', + MaxWidth::Full, 'full' => 'max-w-full', + MaxWidth::MinContent, 'min' => 'max-w-min', + MaxWidth::MaxContent, 'max' => 'max-w-max', + MaxWidth::FitContent, 'fit' => 'max-w-fit', + MaxWidth::Prose, 'prose' => 'max-w-prose', + MaxWidth::ScreenSmall, 'screen-sm' => 'max-w-screen-sm', + MaxWidth::ScreenMedium, 'screen-md' => 'max-w-screen-md', + MaxWidth::ScreenLarge, 'screen-lg' => 'max-w-screen-lg', + MaxWidth::ScreenExtraLarge, 'screen-xl' => 'max-w-screen-xl', + MaxWidth::ScreenTwoExtraLarge, 'screen-2xl' => 'max-w-screen-2xl', + default => $maxWidth, + }, + ]) + > + {{ $slot }} +
    +
    + + {{ \Filament\Support\Facades\FilamentView::renderHook(\Filament\View\PanelsRenderHook::FOOTER, scopes: $livewire?->getRenderHookScopes()) }} +
    +
    diff --git a/resources/views/vendor/filament-panels/components/logo.blade.php b/resources/views/vendor/filament-panels/components/logo.blade.php new file mode 100644 index 00000000..770c6055 --- /dev/null +++ b/resources/views/vendor/filament-panels/components/logo.blade.php @@ -0,0 +1,57 @@ +@php + $brandName = filament()->getBrandName(); + $brandLogo = filament()->getBrandLogo(); + $brandLogoHeight = filament()->getBrandLogoHeight() ?? '1.5rem'; + $darkModeBrandLogo = filament()->getDarkModeBrandLogo(); + $hasDarkModeBrandLogo = filled($darkModeBrandLogo); + + $getLogoClasses = fn (bool $isDarkMode): string => \Illuminate\Support\Arr::toCssClasses([ + 'fi-logo', + 'flex' => ! $hasDarkModeBrandLogo, + 'flex dark:hidden' => $hasDarkModeBrandLogo && (! $isDarkMode), + 'hidden dark:flex' => $hasDarkModeBrandLogo && $isDarkMode, + ]); + + $logoStyles = "height: {$brandLogoHeight}"; +@endphp + +@capture($content, $logo, $isDarkMode = false) + @if ($logo instanceof \Illuminate\Contracts\Support\Htmlable) +
    class([$getLogoClasses($isDarkMode)]) + ->style([$logoStyles]) + }} + > + {{ $logo }} +
    + @elseif (filled($logo)) + {{ __('filament-panels::layout.logo.alt', ['name' => $brandName]) }}class([$getLogoClasses($isDarkMode)]) + ->style([$logoStyles]) + }} + /> + @else +
    class([ + $getLogoClasses($isDarkMode), + 'text-xl font-bold leading-5 tracking-tight text-gray-950 dark:text-white', + ]) + }} + > + {{ $brandName }} +
    + @endif +@endcapture + +{{ $content($brandLogo) }} + +@if ($hasDarkModeBrandLogo) + {{ $content($darkModeBrandLogo, isDarkMode: true) }} +@endif diff --git a/resources/views/vendor/filament-panels/components/page/index.blade.php b/resources/views/vendor/filament-panels/components/page/index.blade.php new file mode 100644 index 00000000..3f9f2a92 --- /dev/null +++ b/resources/views/vendor/filament-panels/components/page/index.blade.php @@ -0,0 +1,168 @@ +@props([ + 'fullHeight' => false, +]) + +@php + use Filament\Pages\SubNavigationPosition; + + $subNavigation = $this->getCachedSubNavigation(); + $subNavigationPosition = $this->getSubNavigationPosition(); + $widgetData = $this->getWidgetData(); +@endphp + +
    class([ + 'fi-page', + 'h-full' => $fullHeight, + ]) + }} +> + {{ \Filament\Support\Facades\FilamentView::renderHook(\Filament\View\PanelsRenderHook::PAGE_START, scopes: $this->getRenderHookScopes()) }} + +
    $fullHeight, + ]) + > + @if ($header = $this->getHeader()) + {{ $header }} + @elseif ($heading = $this->getHeading()) + @php + $subheading = $this->getSubheading(); + @endphp + + + @if ($heading instanceof \Illuminate\Contracts\Support\Htmlable) + + {{ $heading }} + + @endif + + @if ($subheading instanceof \Illuminate\Contracts\Support\Htmlable) + + {{ $subheading }} + + @endif + + @endif + +
    $subNavigation, + match ($subNavigationPosition) { + SubNavigationPosition::Start, SubNavigationPosition::End => 'md:flex-row md:items-start', + default => null, + } => $subNavigation, + 'h-full' => $fullHeight, + ]) + > + @if ($subNavigation) +
    + {{ \Filament\Support\Facades\FilamentView::renderHook(\Filament\View\PanelsRenderHook::PAGE_SUB_NAVIGATION_SELECT_BEFORE, scopes: $this->getRenderHookScopes()) }} +
    + + + +
    + {{ \Filament\Support\Facades\FilamentView::renderHook(\Filament\View\PanelsRenderHook::PAGE_SUB_NAVIGATION_SELECT_AFTER, scopes: $this->getRenderHookScopes()) }} +
    + + @if ($subNavigationPosition === SubNavigationPosition::Start) + {{ \Filament\Support\Facades\FilamentView::renderHook(\Filament\View\PanelsRenderHook::PAGE_SUB_NAVIGATION_START_BEFORE, scopes: $this->getRenderHookScopes()) }} + + + + {{ \Filament\Support\Facades\FilamentView::renderHook(\Filament\View\PanelsRenderHook::PAGE_SUB_NAVIGATION_START_AFTER, scopes: $this->getRenderHookScopes()) }} + @endif + + @if ($subNavigationPosition === SubNavigationPosition::Top) + {{ \Filament\Support\Facades\FilamentView::renderHook(\Filament\View\PanelsRenderHook::PAGE_SUB_NAVIGATION_TOP_BEFORE, scopes: $this->getRenderHookScopes()) }} + + + + {{ \Filament\Support\Facades\FilamentView::renderHook(\Filament\View\PanelsRenderHook::PAGE_SUB_NAVIGATION_TOP_AFTER, scopes: $this->getRenderHookScopes()) }} + @endif + @endif + +
    $fullHeight, + ]) + > + {{ \Filament\Support\Facades\FilamentView::renderHook(\Filament\View\PanelsRenderHook::PAGE_HEADER_WIDGETS_BEFORE, scopes: $this->getRenderHookScopes()) }} + + @if ($headerWidgets = $this->getVisibleHeaderWidgets()) + + @endif + + {{ \Filament\Support\Facades\FilamentView::renderHook(\Filament\View\PanelsRenderHook::PAGE_HEADER_WIDGETS_AFTER, scopes: $this->getRenderHookScopes()) }} + + {{ $slot }} + + {{ \Filament\Support\Facades\FilamentView::renderHook(\Filament\View\PanelsRenderHook::PAGE_FOOTER_WIDGETS_BEFORE, scopes: $this->getRenderHookScopes()) }} + + @if ($footerWidgets = $this->getVisibleFooterWidgets()) + + @endif + + {{ \Filament\Support\Facades\FilamentView::renderHook(\Filament\View\PanelsRenderHook::PAGE_FOOTER_WIDGETS_AFTER, scopes: $this->getRenderHookScopes()) }} +
    + + @if ($subNavigation && $subNavigationPosition === SubNavigationPosition::End) + {{ \Filament\Support\Facades\FilamentView::renderHook(\Filament\View\PanelsRenderHook::PAGE_SUB_NAVIGATION_END_BEFORE, scopes: $this->getRenderHookScopes()) }} + + + + {{ \Filament\Support\Facades\FilamentView::renderHook(\Filament\View\PanelsRenderHook::PAGE_SUB_NAVIGATION_END_AFTER, scopes: $this->getRenderHookScopes()) }} + @endif +
    + + @if ($footer = $this->getFooter()) + {{ $footer }} + @endif +
    + + @if (! ($this instanceof \Filament\Tables\Contracts\HasTable)) + + @elseif ($this->isTableLoaded() && filled($this->defaultTableAction)) +
    + @endif + + @if (filled($this->defaultAction)) +
    + @endif + + {{ \Filament\Support\Facades\FilamentView::renderHook(\Filament\View\PanelsRenderHook::PAGE_END, scopes: $this->getRenderHookScopes()) }} + + +
    diff --git a/resources/views/vendor/filament-panels/components/page/simple.blade.php b/resources/views/vendor/filament-panels/components/page/simple.blade.php new file mode 100644 index 00000000..2e4c2a10 --- /dev/null +++ b/resources/views/vendor/filament-panels/components/page/simple.blade.php @@ -0,0 +1,24 @@ +@props([ + 'heading' => null, + 'subheading' => null, +]) + +
    class(['fi-simple-page']) }}> + {{ \Filament\Support\Facades\FilamentView::renderHook(\Filament\View\PanelsRenderHook::SIMPLE_PAGE_START, scopes: $this->getRenderHookScopes()) }} + +
    + + + {{ $slot }} +
    + + @if (! $this instanceof \Filament\Tables\Contracts\HasTable) + + @endif + + {{ \Filament\Support\Facades\FilamentView::renderHook(\Filament\View\PanelsRenderHook::SIMPLE_PAGE_END, scopes: $this->getRenderHookScopes()) }} +
    diff --git a/resources/views/vendor/filament-panels/components/page/sub-navigation/select.blade.php b/resources/views/vendor/filament-panels/components/page/sub-navigation/select.blade.php new file mode 100644 index 00000000..a40b94fe --- /dev/null +++ b/resources/views/vendor/filament-panels/components/page/sub-navigation/select.blade.php @@ -0,0 +1,43 @@ +@props([ + 'navigation', +]) + + + + @foreach ($navigation as $navigationGroup) + @capture($options) + @foreach ($navigationGroup->getItems() as $navigationItem) + @foreach ([$navigationItem, ...$navigationItem->getChildItems()] as $navigationItemChild) + + @endforeach + @endforeach + @endcapture + + @if (filled($navigationGroupLabel = $navigationGroup->getLabel())) + + {{ $options() }} + + @else + {{ $options() }} + @endif + @endforeach + + diff --git a/resources/views/vendor/filament-panels/components/page/sub-navigation/sidebar.blade.php b/resources/views/vendor/filament-panels/components/page/sub-navigation/sidebar.blade.php new file mode 100644 index 00000000..51c65e44 --- /dev/null +++ b/resources/views/vendor/filament-panels/components/page/sub-navigation/sidebar.blade.php @@ -0,0 +1,29 @@ +@props([ + 'navigation', +]) + +
    class(['fi-page-sub-navigation-sidebar-ctn hidden w-72 flex-col md:flex']) }} +> + {{ \Filament\Support\Facades\FilamentView::renderHook(\Filament\View\PanelsRenderHook::PAGE_SUB_NAVIGATION_SIDEBAR_BEFORE, scopes: $this->getRenderHookScopes()) }} + + + + {{ \Filament\Support\Facades\FilamentView::renderHook(\Filament\View\PanelsRenderHook::PAGE_SUB_NAVIGATION_SIDEBAR_AFTER, scopes: $this->getRenderHookScopes()) }} +
    diff --git a/resources/views/vendor/filament-panels/components/page/sub-navigation/tabs.blade.php b/resources/views/vendor/filament-panels/components/page/sub-navigation/tabs.blade.php new file mode 100644 index 00000000..1b252863 --- /dev/null +++ b/resources/views/vendor/filament-panels/components/page/sub-navigation/tabs.blade.php @@ -0,0 +1,77 @@ +@props([ + 'navigation', +]) + + + @foreach ($navigation as $navigationGroup) + @if ($navigationGroupLabel = $navigationGroup->getLabel()) + + + + {{ $navigationGroupLabel }} + + + + + @foreach ($navigationGroup->getItems() as $navigationItem) + @php + $navigationItemIcon = $navigationItem->getIcon(); + $navigationItemIcon = $navigationItem->isActive() ? ($navigationItem->getActiveIcon() ?? $navigationItemIcon) : $navigationItemIcon; + @endphp + + + {{ $navigationItem->getLabel() }} + + @if ($navigationItemIcon instanceof \Illuminate\Contracts\Support\Htmlable) + + {{ $navigationItemIcon }} + + @endif + + @endforeach + + + @else + @foreach ($navigationGroup->getItems() as $navigationItem) + @php + $navigationItemIcon = $navigationItem->getIcon(); + $navigationItemIcon = $navigationItem->isActive() ? ($navigationItem->getActiveIcon() ?? $navigationItemIcon) : $navigationItemIcon; + @endphp + + + {{ $navigationItem->getLabel() }} + + @if ($navigationItemIcon instanceof \Illuminate\Contracts\Support\Htmlable) + + {{ $navigationItemIcon }} + + @endif + + @endforeach + @endif + @endforeach + diff --git a/resources/views/vendor/filament-panels/components/page/unsaved-data-changes-alert.blade.php b/resources/views/vendor/filament-panels/components/page/unsaved-data-changes-alert.blade.php new file mode 100644 index 00000000..e8f82fc0 --- /dev/null +++ b/resources/views/vendor/filament-panels/components/page/unsaved-data-changes-alert.blade.php @@ -0,0 +1,68 @@ +@php + use Filament\Support\Facades\FilamentView; +@endphp + +@if ($this->hasUnsavedDataChangesAlert()) + @if (FilamentView::hasSpaMode()) + @script + + @endscript + @else + @script + + @endscript + @endif +@endif diff --git a/resources/views/vendor/filament-panels/components/resources/relation-managers.blade.php b/resources/views/vendor/filament-panels/components/resources/relation-managers.blade.php new file mode 100644 index 00000000..e47e9fe2 --- /dev/null +++ b/resources/views/vendor/filament-panels/components/resources/relation-managers.blade.php @@ -0,0 +1,115 @@ +@props([ + 'activeLocale' => null, + 'activeManager', + 'content' => null, + 'contentTabLabel' => null, + 'contentTabIcon' => null, + 'contentTabPosition' => null, + 'managers', + 'ownerRecord', + 'pageClass', +]) + +
    + @php + $activeManager = strval($activeManager); + $normalizeRelationManagerClass = function (string | Filament\Resources\RelationManagers\RelationManagerConfiguration $manager): string { + if ($manager instanceof \Filament\Resources\RelationManagers\RelationManagerConfiguration) { + return $manager->relationManager; + } + + return $manager; + }; + @endphp + + @if ((count($managers) > 1) || $content) + + @php + $tabs = $managers; + + if ($content) { + match ($contentTabPosition) { + \Filament\Resources\Pages\ContentTabPosition::After => $tabs = array_merge($tabs, [null => null]), + default => $tabs = array_replace([null => null], $tabs), + }; + } + @endphp + + @foreach ($tabs as $tabKey => $manager) + @php + $tabKey = strval($tabKey); + $isGroup = $manager instanceof \Filament\Resources\RelationManagers\RelationGroup; + + if ($isGroup) { + $manager->ownerRecord($ownerRecord); + $manager->pageClass($pageClass); + } elseif (filled($tabKey)) { + $manager = $normalizeRelationManagerClass($manager); + } + @endphp + + + @if (filled($tabKey)) + {{ $isGroup ? $manager->getLabel() : $manager::getTitle($ownerRecord, $pageClass) }} + @elseif ($content) + {{ $contentTabLabel }} + @endif + + @endforeach + + @endif + + @if (filled($activeManager) && isset($managers[$activeManager])) +
    1) + id="relationManager{{ ucfirst($activeManager) }}" + role="tabpanel" + @endif + wire:key="{{ $this->getId() }}.relation-managers.active" + class="flex flex-col gap-y-4" + > + @php + $managerLivewireProperties = ['ownerRecord' => $ownerRecord, 'pageClass' => $pageClass]; + + if (filled($activeLocale)) { + $managerLivewireProperties['activeLocale'] = $activeLocale; + } + @endphp + + @if ($managers[$activeManager] instanceof \Filament\Resources\RelationManagers\RelationGroup) + @foreach ($managers[$activeManager]->ownerRecord($ownerRecord)->pageClass($pageClass)->getManagers() as $groupedManagerKey => $groupedManager) + @php + $normalizedGroupedManagerClass = $normalizeRelationManagerClass($groupedManager); + @endphp + + @livewire( + $normalizedGroupedManagerClass, + [...$managerLivewireProperties, ...(($groupedManager instanceof \Filament\Resources\RelationManagers\RelationManagerConfiguration) ? [...$groupedManager->relationManager::getDefaultProperties(), ...$groupedManager->getProperties()] : $groupedManager::getDefaultProperties())], + key("{$normalizedGroupedManagerClass}-{$groupedManagerKey}"), + ) + @endforeach + @else + @php + $manager = $managers[$activeManager]; + $normalizedManagerClass = $normalizeRelationManagerClass($manager); + @endphp + + @livewire( + $normalizedManagerClass, + [...$managerLivewireProperties, ...(($manager instanceof \Filament\Resources\RelationManagers\RelationManagerConfiguration) ? [...$manager->relationManager::getDefaultProperties(), ...$manager->getProperties()] : $manager::getDefaultProperties())], + key($normalizedManagerClass), + ) + @endif +
    + @elseif ($content) + {{ $content }} + @endif +
    diff --git a/resources/views/vendor/filament-panels/components/resources/tabs.blade.php b/resources/views/vendor/filament-panels/components/resources/tabs.blade.php new file mode 100644 index 00000000..c37bb73a --- /dev/null +++ b/resources/views/vendor/filament-panels/components/resources/tabs.blade.php @@ -0,0 +1,34 @@ +@if (count($tabs = $this->getCachedTabs())) + @php + $activeTab = strval($this->activeTab); + $renderHookScopes = $this->getRenderHookScopes(); + @endphp + + + {{ \Filament\Support\Facades\FilamentView::renderHook(\Filament\View\PanelsRenderHook::RESOURCE_TABS_START, scopes: $renderHookScopes) }} + {{ \Filament\Support\Facades\FilamentView::renderHook(\Filament\View\PanelsRenderHook::RESOURCE_PAGES_LIST_RECORDS_TABS_START, scopes: $renderHookScopes) }} + + @foreach ($tabs as $tabKey => $tab) + @php + $tabKey = strval($tabKey); + @endphp + + + {{ $tab->getLabel() ?? $this->generateTabLabel($tabKey) }} + + @endforeach + + {{ \Filament\Support\Facades\FilamentView::renderHook(\Filament\View\PanelsRenderHook::RESOURCE_TABS_END, scopes: $renderHookScopes) }} + {{ \Filament\Support\Facades\FilamentView::renderHook(\Filament\View\PanelsRenderHook::RESOURCE_PAGES_LIST_RECORDS_TABS_END, scopes: $renderHookScopes) }} + +@endif diff --git a/resources/views/vendor/filament-panels/components/sidebar/group.blade.php b/resources/views/vendor/filament-panels/components/sidebar/group.blade.php new file mode 100644 index 00000000..de8ba676 --- /dev/null +++ b/resources/views/vendor/filament-panels/components/sidebar/group.blade.php @@ -0,0 +1,224 @@ +@props([ + 'active' => false, + 'collapsible' => true, + 'icon' => null, + 'items' => [], + 'label' => null, + 'sidebarCollapsible' => true, + 'subNavigation' => false, +]) + +@php + $sidebarCollapsible = $sidebarCollapsible && filament()->isSidebarCollapsibleOnDesktop(); + $hasDropdown = filled($label) && filled($icon) && $sidebarCollapsible; +@endphp + +
  • class([ + 'fi-sidebar-group flex flex-col gap-y-1', + 'fi-active' => $active, + ]) + }} +> + @if ($label) +
    $collapsible, + ]) + > + @if ($icon) + + @endif + + + {{ $label }} + + + @if ($collapsible) + + @endif +
    + @endif + + @if ($hasDropdown) + + + + + + @php + $lists = []; + + foreach ($items as $item) { + if ($childItems = $item->getChildItems()) { + $lists[] = [ + $item, + ...$childItems, + ]; + $lists[] = []; + + continue; + } + + if (empty($lists)) { + $lists[] = [$item]; + + continue; + } + + $lists[count($lists) - 1][] = $item; + } + + if (empty($lists[count($lists) - 1])) { + array_pop($lists); + } + @endphp + + @if (filled($label)) + + {{ $label }} + + @endif + + @foreach ($lists as $list) + + @foreach ($list as $item) + @php + $itemIsActive = $item->isActive(); + @endphp + + + {{ $item->getLabel() }} + + @endforeach + + @endforeach + + @endif + + +
  • diff --git a/resources/views/vendor/filament-panels/components/sidebar/index.blade.php b/resources/views/vendor/filament-panels/components/sidebar/index.blade.php new file mode 100644 index 00000000..587b4452 --- /dev/null +++ b/resources/views/vendor/filament-panels/components/sidebar/index.blade.php @@ -0,0 +1,179 @@ +@props([ + 'navigation', +]) + +@php + $openSidebarClasses = 'fi-sidebar-open w-[--sidebar-width] translate-x-0 shadow-xl ring-1 ring-gray-950/5 dark:ring-white/10 rtl:-translate-x-0'; + $isRtl = __('filament-panels::layout.direction') === 'rtl'; +@endphp + +{{-- format-ignore-start --}} + +{{-- format-ignore-end --}} diff --git a/resources/views/vendor/filament-panels/components/sidebar/item.blade.php b/resources/views/vendor/filament-panels/components/sidebar/item.blade.php new file mode 100644 index 00000000..7e4e7122 --- /dev/null +++ b/resources/views/vendor/filament-panels/components/sidebar/item.blade.php @@ -0,0 +1,154 @@ +@props([ + 'active' => false, + 'activeChildItems' => false, + 'activeIcon' => null, + 'badge' => null, + 'badgeColor' => null, + 'badgeTooltip' => null, + 'childItems' => [], + 'first' => false, + 'grouped' => false, + 'icon' => null, + 'last' => false, + 'shouldOpenUrlInNewTab' => false, + 'sidebarCollapsible' => true, + 'subGrouped' => false, + 'url', +]) + +@php + $sidebarCollapsible = $sidebarCollapsible && filament()->isSidebarCollapsibleOnDesktop(); +@endphp + +
  • class([ + 'fi-sidebar-item', + // @deprecated `fi-sidebar-item-active` has been replaced by `fi-active`. + 'fi-active fi-sidebar-item-active' => $active, + 'flex flex-col gap-y-1' => $active || $activeChildItems, + ]) + }} +> + filled($url), + 'bg-gray-100 dark:bg-white/5' => $active, + ]) + > + @if (filled($icon) && ((! $subGrouped) || $sidebarCollapsible)) + ! $active, + 'text-primary-600 dark:text-primary-400' => $active, + ]) + /> + @endif + + @if ((blank($icon) && $grouped) || $subGrouped) +
    + @if (! $first) +
    + @endif + + @if (! $last) +
    + @endif + +
    ! $active, + 'bg-primary-600 dark:bg-primary-400' => $active, + ]) + >
    +
    + @endif + + ! $active, + 'text-primary-600 dark:text-primary-400' => $active, + ]) + > + {{ $slot }} + + + @if (filled($badge)) + + + {{ $badge }} + + + @endif +
    + + @if (($active || $activeChildItems) && $childItems) + + @endif +
  • diff --git a/resources/views/vendor/filament-panels/components/tenant-menu.blade.php b/resources/views/vendor/filament-panels/components/tenant-menu.blade.php new file mode 100644 index 00000000..e7bbb57e --- /dev/null +++ b/resources/views/vendor/filament-panels/components/tenant-menu.blade.php @@ -0,0 +1,168 @@ +@php + $currentTenant = filament()->getTenant(); + $currentTenantName = filament()->getTenantName($currentTenant); + $items = filament()->getTenantMenuItems(); + + $billingItem = $items['billing'] ?? null; + $billingItemUrl = $billingItem?->getUrl(); + $isBillingItemVisible = $billingItem?->isVisible() ?? true; + $hasBillingItem = (filament()->hasTenantBilling() || filled($billingItemUrl)) && $isBillingItemVisible; + + $registrationItem = $items['register'] ?? null; + $registrationItemUrl = $registrationItem?->getUrl(); + $isRegistrationItemVisible = $registrationItem?->isVisible() ?? true; + $hasRegistrationItem = ((filament()->hasTenantRegistration() && filament()->getTenantRegistrationPage()::canView()) || filled($registrationItemUrl)) && $isRegistrationItemVisible; + + $profileItem = $items['profile'] ?? null; + $profileItemUrl = $profileItem?->getUrl(); + $isProfileItemVisible = $profileItem?->isVisible() ?? true; + $hasProfileItem = ((filament()->hasTenantProfile() && filament()->getTenantProfilePage()::canView($currentTenant)) || filled($profileItemUrl)) && $isProfileItemVisible; + + $canSwitchTenants = count($tenants = array_filter( + filament()->getUserTenants(filament()->auth()->user()), + fn (\Illuminate\Database\Eloquent\Model $tenant): bool => ! $tenant->is($currentTenant), + )); + + $items = \Illuminate\Support\Arr::except($items, ['billing', 'profile', 'register']); +@endphp + +{{ \Filament\Support\Facades\FilamentView::renderHook(\Filament\View\PanelsRenderHook::TENANT_MENU_BEFORE) }} + + + + + + + @if ($hasProfileItem || $hasBillingItem) + + @if ($hasProfileItem) + + {{ $profileItem?->getLabel() ?? filament()->getTenantProfilePage()::getLabel() }} + + @endif + + @if ($hasBillingItem) + + {{ $billingItem?->getLabel() ?? __('filament-panels::layout.actions.billing.label') }} + + @endif + + @endif + + @if (count($items)) + + @foreach ($items as $item) + @php + $itemPostAction = $item->getPostAction(); + @endphp + + + {{ $item->getLabel() }} + + @endforeach + + @endif + + @if ($canSwitchTenants) + + @foreach ($tenants as $tenant) + + {{ filament()->getTenantName($tenant) }} + + @endforeach + + @endif + + @if ($hasRegistrationItem) + + + {{ $registrationItem?->getLabel() ?? filament()->getTenantRegistrationPage()::getLabel() }} + + + @endif + + +{{ \Filament\Support\Facades\FilamentView::renderHook(\Filament\View\PanelsRenderHook::TENANT_MENU_AFTER) }} diff --git a/resources/views/vendor/filament-panels/components/theme-switcher/button.blade.php b/resources/views/vendor/filament-panels/components/theme-switcher/button.blade.php new file mode 100644 index 00000000..6b9349d9 --- /dev/null +++ b/resources/views/vendor/filament-panels/components/theme-switcher/button.blade.php @@ -0,0 +1,30 @@ +@props([ + 'icon', + 'theme', +]) + +@php + $label = __("filament-panels::layout.actions.theme_switcher.{$theme}.label"); +@endphp + + diff --git a/resources/views/vendor/filament-panels/components/theme-switcher/index.blade.php b/resources/views/vendor/filament-panels/components/theme-switcher/index.blade.php new file mode 100644 index 00000000..c547c801 --- /dev/null +++ b/resources/views/vendor/filament-panels/components/theme-switcher/index.blade.php @@ -0,0 +1,26 @@ +
    + + + + + +
    diff --git a/resources/views/vendor/filament-panels/components/topbar/database-notifications-trigger.blade.php b/resources/views/vendor/filament-panels/components/topbar/database-notifications-trigger.blade.php new file mode 100644 index 00000000..cb59382d --- /dev/null +++ b/resources/views/vendor/filament-panels/components/topbar/database-notifications-trigger.blade.php @@ -0,0 +1,9 @@ + diff --git a/resources/views/vendor/filament-panels/components/topbar/index.blade.php b/resources/views/vendor/filament-panels/components/topbar/index.blade.php new file mode 100644 index 00000000..6262bf11 --- /dev/null +++ b/resources/views/vendor/filament-panels/components/topbar/index.blade.php @@ -0,0 +1,183 @@ +@props([ + 'navigation', +]) + +
    class([ + 'fi-topbar sticky top-0 z-20 overflow-x-clip', + 'fi-topbar-with-navigation' => filament()->hasTopNavigation(), + ]) + }} +> + +
    diff --git a/resources/views/vendor/filament-panels/components/topbar/item.blade.php b/resources/views/vendor/filament-panels/components/topbar/item.blade.php new file mode 100644 index 00000000..54d3eb28 --- /dev/null +++ b/resources/views/vendor/filament-panels/components/topbar/item.blade.php @@ -0,0 +1,77 @@ +@props([ + 'active' => false, + 'activeIcon' => null, + 'badge' => null, + 'badgeColor' => null, + 'badgeTooltip' => null, + 'icon' => null, + 'shouldOpenUrlInNewTab' => false, + 'url' => null, +]) + +@php + $tag = $url ? 'a' : 'button'; +@endphp + +
  • $active, + ]) +> + <{{ $tag }} + @if ($url) + {{ \Filament\Support\generate_href_html($url, $shouldOpenUrlInNewTab) }} + @else + type="button" + @endif + @class([ + 'fi-topbar-item-button flex items-center justify-center gap-x-2 rounded-lg px-3 py-2 outline-none transition duration-75 hover:bg-gray-50 focus-visible:bg-gray-50 dark:hover:bg-white/5 dark:focus-visible:bg-white/5', + 'bg-gray-50 dark:bg-white/5' => $active, + ]) + > + @if ($icon || $activeIcon) + ! $active, + 'text-primary-600 dark:text-primary-400' => $active, + ]) + /> + @endif + + ! $active, + 'text-primary-600 dark:text-primary-400' => $active, + ]) + > + {{ $slot }} + + + @if (filled($badge)) + + {{ $badge }} + + @endif + + @if (! $url) + ! $active, + 'text-primary-600 dark:text-primary-400' => $active, + ]) + /> + @endif + +
  • diff --git a/resources/views/vendor/filament-panels/components/unsaved-action-changes-alert.blade.php b/resources/views/vendor/filament-panels/components/unsaved-action-changes-alert.blade.php new file mode 100644 index 00000000..60ac8901 --- /dev/null +++ b/resources/views/vendor/filament-panels/components/unsaved-action-changes-alert.blade.php @@ -0,0 +1,37 @@ +@if (filament()->hasUnsavedChangesAlerts()) + @script + + @endscript +@endif diff --git a/resources/views/vendor/filament-panels/components/user-menu.blade.php b/resources/views/vendor/filament-panels/components/user-menu.blade.php new file mode 100644 index 00000000..a1445612 --- /dev/null +++ b/resources/views/vendor/filament-panels/components/user-menu.blade.php @@ -0,0 +1,99 @@ +@php + $user = filament()->auth()->user(); + $items = filament()->getUserMenuItems(); + + $profileItem = $items['profile'] ?? $items['account'] ?? null; + $profileItemUrl = $profileItem?->getUrl(); + $profilePage = filament()->getProfilePage(); + $hasProfileItem = filament()->hasProfile() || filled($profileItemUrl); + + $logoutItem = $items['logout'] ?? null; + + $items = \Illuminate\Support\Arr::except($items, ['account', 'logout', 'profile']); +@endphp + +{{ \Filament\Support\Facades\FilamentView::renderHook(\Filament\View\PanelsRenderHook::USER_MENU_BEFORE) }} + + + + + + + @if ($profileItem?->isVisible() ?? true) + {{ \Filament\Support\Facades\FilamentView::renderHook(\Filament\View\PanelsRenderHook::USER_MENU_PROFILE_BEFORE) }} + + @if ($hasProfileItem) + + + {{ $profileItem?->getLabel() ?? ($profilePage ? $profilePage::getLabel() : null) ?? filament()->getUserName($user) }} + + + @else + + {{ $profileItem?->getLabel() ?? filament()->getUserName($user) }} + + @endif + + {{ \Filament\Support\Facades\FilamentView::renderHook(\Filament\View\PanelsRenderHook::USER_MENU_PROFILE_AFTER) }} + @endif + + @if (filament()->hasDarkMode() && (! filament()->hasDarkModeForced())) + + + + @endif + + + @foreach ($items as $key => $item) + @php + $itemPostAction = $item->getPostAction(); + @endphp + + + {{ $item->getLabel() }} + + @endforeach + + + {{ $logoutItem?->getLabel() ?? __('filament-panels::layout.actions.logout.label') }} + + + + +{{ \Filament\Support\Facades\FilamentView::renderHook(\Filament\View\PanelsRenderHook::USER_MENU_AFTER) }} diff --git a/resources/views/vendor/filament-panels/pages/auth/edit-profile.blade.php b/resources/views/vendor/filament-panels/pages/auth/edit-profile.blade.php new file mode 100644 index 00000000..c441cf54 --- /dev/null +++ b/resources/views/vendor/filament-panels/pages/auth/edit-profile.blade.php @@ -0,0 +1,12 @@ + + + {{ $this->form }} + + + + diff --git a/resources/views/vendor/filament-panels/pages/auth/email-verification/email-verification-prompt.blade.php b/resources/views/vendor/filament-panels/pages/auth/email-verification/email-verification-prompt.blade.php new file mode 100644 index 00000000..f5d938bb --- /dev/null +++ b/resources/views/vendor/filament-panels/pages/auth/email-verification/email-verification-prompt.blade.php @@ -0,0 +1,15 @@ + +

    + {{ + __('filament-panels::pages/auth/email-verification/email-verification-prompt.messages.notification_sent', [ + 'email' => filament()->auth()->user()->getEmailForVerification(), + ]) + }} +

    + +

    + {{ __('filament-panels::pages/auth/email-verification/email-verification-prompt.messages.notification_not_received') }} + + {{ $this->resendNotificationAction }} +

    +
    diff --git a/resources/views/vendor/filament-panels/pages/auth/login.blade.php b/resources/views/vendor/filament-panels/pages/auth/login.blade.php new file mode 100644 index 00000000..eed63263 --- /dev/null +++ b/resources/views/vendor/filament-panels/pages/auth/login.blade.php @@ -0,0 +1,22 @@ + + @if (filament()->hasRegistration()) + + {{ __('filament-panels::pages/auth/login.actions.register.before') }} + + {{ $this->registerAction }} + + @endif + + {{ \Filament\Support\Facades\FilamentView::renderHook(\Filament\View\PanelsRenderHook::AUTH_LOGIN_FORM_BEFORE, scopes: $this->getRenderHookScopes()) }} + + + {{ $this->form }} + + + + + {{ \Filament\Support\Facades\FilamentView::renderHook(\Filament\View\PanelsRenderHook::AUTH_LOGIN_FORM_AFTER, scopes: $this->getRenderHookScopes()) }} + diff --git a/resources/views/vendor/filament-panels/pages/auth/password-reset/request-password-reset.blade.php b/resources/views/vendor/filament-panels/pages/auth/password-reset/request-password-reset.blade.php new file mode 100644 index 00000000..6b2bc696 --- /dev/null +++ b/resources/views/vendor/filament-panels/pages/auth/password-reset/request-password-reset.blade.php @@ -0,0 +1,20 @@ + + @if (filament()->hasLogin()) + + {{ $this->loginAction }} + + @endif + + {{ \Filament\Support\Facades\FilamentView::renderHook(\Filament\View\PanelsRenderHook::AUTH_PASSWORD_RESET_REQUEST_FORM_BEFORE, scopes: $this->getRenderHookScopes()) }} + + + {{ $this->form }} + + + + + {{ \Filament\Support\Facades\FilamentView::renderHook(\Filament\View\PanelsRenderHook::AUTH_PASSWORD_RESET_REQUEST_FORM_AFTER, scopes: $this->getRenderHookScopes()) }} + diff --git a/resources/views/vendor/filament-panels/pages/auth/password-reset/reset-password.blade.php b/resources/views/vendor/filament-panels/pages/auth/password-reset/reset-password.blade.php new file mode 100644 index 00000000..746a6aa8 --- /dev/null +++ b/resources/views/vendor/filament-panels/pages/auth/password-reset/reset-password.blade.php @@ -0,0 +1,14 @@ + + {{ \Filament\Support\Facades\FilamentView::renderHook(\Filament\View\PanelsRenderHook::AUTH_PASSWORD_RESET_RESET_FORM_BEFORE, scopes: $this->getRenderHookScopes()) }} + + + {{ $this->form }} + + + + + {{ \Filament\Support\Facades\FilamentView::renderHook(\Filament\View\PanelsRenderHook::AUTH_PASSWORD_RESET_RESET_FORM_AFTER, scopes: $this->getRenderHookScopes()) }} + diff --git a/resources/views/vendor/filament-panels/pages/auth/register.blade.php b/resources/views/vendor/filament-panels/pages/auth/register.blade.php new file mode 100644 index 00000000..1d1a3b38 --- /dev/null +++ b/resources/views/vendor/filament-panels/pages/auth/register.blade.php @@ -0,0 +1,22 @@ + + @if (filament()->hasLogin()) + + {{ __('filament-panels::pages/auth/register.actions.login.before') }} + + {{ $this->loginAction }} + + @endif + + {{ \Filament\Support\Facades\FilamentView::renderHook(\Filament\View\PanelsRenderHook::AUTH_REGISTER_FORM_BEFORE, scopes: $this->getRenderHookScopes()) }} + + + {{ $this->form }} + + + + + {{ \Filament\Support\Facades\FilamentView::renderHook(\Filament\View\PanelsRenderHook::AUTH_REGISTER_FORM_AFTER, scopes: $this->getRenderHookScopes()) }} + diff --git a/resources/views/vendor/filament-panels/pages/dashboard.blade.php b/resources/views/vendor/filament-panels/pages/dashboard.blade.php new file mode 100644 index 00000000..9ef16826 --- /dev/null +++ b/resources/views/vendor/filament-panels/pages/dashboard.blade.php @@ -0,0 +1,16 @@ + + @if (method_exists($this, 'filtersForm')) + {{ $this->filtersForm }} + @endif + + + diff --git a/resources/views/vendor/filament-panels/pages/tenancy/edit-tenant-profile.blade.php b/resources/views/vendor/filament-panels/pages/tenancy/edit-tenant-profile.blade.php new file mode 100644 index 00000000..5b3e8641 --- /dev/null +++ b/resources/views/vendor/filament-panels/pages/tenancy/edit-tenant-profile.blade.php @@ -0,0 +1,10 @@ + + + {{ $this->form }} + + + + diff --git a/resources/views/vendor/filament-panels/pages/tenancy/register-tenant.blade.php b/resources/views/vendor/filament-panels/pages/tenancy/register-tenant.blade.php new file mode 100644 index 00000000..ee8e166e --- /dev/null +++ b/resources/views/vendor/filament-panels/pages/tenancy/register-tenant.blade.php @@ -0,0 +1,10 @@ + + + {{ $this->form }} + + + + diff --git a/resources/views/vendor/filament-panels/resources/pages/create-record.blade.php b/resources/views/vendor/filament-panels/resources/pages/create-record.blade.php new file mode 100644 index 00000000..12887727 --- /dev/null +++ b/resources/views/vendor/filament-panels/resources/pages/create-record.blade.php @@ -0,0 +1,21 @@ +getResource()::getSlug()), + ]) +> + + {{ $this->form }} + + + + + + diff --git a/resources/views/vendor/filament-panels/resources/pages/edit-record.blade.php b/resources/views/vendor/filament-panels/resources/pages/edit-record.blade.php new file mode 100644 index 00000000..f5b0d98c --- /dev/null +++ b/resources/views/vendor/filament-panels/resources/pages/edit-record.blade.php @@ -0,0 +1,52 @@ +getResource()::getSlug()), + 'fi-resource-record-' . $record->getKey(), + ]) +> + @capture($form) + + {{ $this->form }} + + + + @endcapture + + @php + $relationManagers = $this->getRelationManagers(); + $hasCombinedRelationManagerTabsWithContent = $this->hasCombinedRelationManagerTabsWithContent(); + @endphp + + @if ((! $hasCombinedRelationManagerTabsWithContent) || (! count($relationManagers))) + {{ $form() }} + @endif + + @if (count($relationManagers)) + + @if ($hasCombinedRelationManagerTabsWithContent) + + {{ $form() }} + + @endif + + @endif + + + diff --git a/resources/views/vendor/filament-panels/resources/pages/list-records.blade.php b/resources/views/vendor/filament-panels/resources/pages/list-records.blade.php new file mode 100644 index 00000000..9ab2cf38 --- /dev/null +++ b/resources/views/vendor/filament-panels/resources/pages/list-records.blade.php @@ -0,0 +1,16 @@ +getResource()::getSlug()), + ]) +> +
    + + + {{ \Filament\Support\Facades\FilamentView::renderHook(\Filament\View\PanelsRenderHook::RESOURCE_PAGES_LIST_RECORDS_TABLE_BEFORE, scopes: $this->getRenderHookScopes()) }} + + {{ $this->table }} + + {{ \Filament\Support\Facades\FilamentView::renderHook(\Filament\View\PanelsRenderHook::RESOURCE_PAGES_LIST_RECORDS_TABLE_AFTER, scopes: $this->getRenderHookScopes()) }} +
    +
    diff --git a/resources/views/vendor/filament-panels/resources/pages/manage-related-records.blade.php b/resources/views/vendor/filament-panels/resources/pages/manage-related-records.blade.php new file mode 100644 index 00000000..8b16ff6e --- /dev/null +++ b/resources/views/vendor/filament-panels/resources/pages/manage-related-records.blade.php @@ -0,0 +1,28 @@ +getResource()::getSlug()), + ]) +> + @if ($this->table->getColumns()) +
    + + + {{ \Filament\Support\Facades\FilamentView::renderHook(\Filament\View\PanelsRenderHook::RESOURCE_PAGES_MANAGE_RELATED_RECORDS_TABLE_BEFORE, scopes: $this->getRenderHookScopes()) }} + + {{ $this->table }} + + {{ \Filament\Support\Facades\FilamentView::renderHook(\Filament\View\PanelsRenderHook::RESOURCE_PAGES_MANAGE_RELATED_RECORDS_TABLE_AFTER, scopes: $this->getRenderHookScopes()) }} +
    + @endif + + @if (count($relationManagers = $this->getRelationManagers())) + + @endif +
    diff --git a/resources/views/vendor/filament-panels/resources/pages/view-record.blade.php b/resources/views/vendor/filament-panels/resources/pages/view-record.blade.php new file mode 100644 index 00000000..49d59e93 --- /dev/null +++ b/resources/views/vendor/filament-panels/resources/pages/view-record.blade.php @@ -0,0 +1,47 @@ +getResource()::getSlug()), + 'fi-resource-record-' . $record->getKey(), + ]) +> + @php + $relationManagers = $this->getRelationManagers(); + $hasCombinedRelationManagerTabsWithContent = $this->hasCombinedRelationManagerTabsWithContent(); + @endphp + + @if ((! $hasCombinedRelationManagerTabsWithContent) || (! count($relationManagers))) + @if ($this->hasInfolist()) + {{ $this->infolist }} + @else +
    + {{ $this->form }} +
    + @endif + @endif + + @if (count($relationManagers)) + + @if ($hasCombinedRelationManagerTabsWithContent) + + @if ($this->hasInfolist()) + {{ $this->infolist }} + @else + {{ $this->form }} + @endif + + @endif + + @endif +
    diff --git a/resources/views/vendor/filament-panels/resources/relation-manager.blade.php b/resources/views/vendor/filament-panels/resources/relation-manager.blade.php new file mode 100644 index 00000000..f413272f --- /dev/null +++ b/resources/views/vendor/filament-panels/resources/relation-manager.blade.php @@ -0,0 +1,11 @@ +
    + + + {{ \Filament\Support\Facades\FilamentView::renderHook(\Filament\View\PanelsRenderHook::RESOURCE_RELATION_MANAGER_BEFORE, scopes: $this->getRenderHookScopes()) }} + + {{ $this->table }} + + {{ \Filament\Support\Facades\FilamentView::renderHook(\Filament\View\PanelsRenderHook::RESOURCE_RELATION_MANAGER_AFTER, scopes: $this->getRenderHookScopes()) }} + + +
    diff --git a/resources/views/vendor/filament-panels/widgets/account-widget.blade.php b/resources/views/vendor/filament-panels/widgets/account-widget.blade.php new file mode 100644 index 00000000..96be48cb --- /dev/null +++ b/resources/views/vendor/filament-panels/widgets/account-widget.blade.php @@ -0,0 +1,42 @@ +@php + $user = filament()->auth()->user(); +@endphp + + + +
    + + +
    +

    + {{ __('filament-panels::widgets/account-widget.welcome', ['app' => config('app.name')]) }} +

    + +

    + {{ filament()->getUserName($user) }} +

    +
    + +
    + @csrf + + + {{ __('filament-panels::widgets/account-widget.actions.logout.label') }} + +
    +
    +
    +
    diff --git a/resources/views/vendor/filament-panels/widgets/filament-info-widget.blade.php b/resources/views/vendor/filament-panels/widgets/filament-info-widget.blade.php new file mode 100644 index 00000000..747f9f67 --- /dev/null +++ b/resources/views/vendor/filament-panels/widgets/filament-info-widget.blade.php @@ -0,0 +1,70 @@ + + +
    +
    + + + + + + + +

    + {{ \Composer\InstalledVersions::getPrettyVersion('filament/filament') }} +

    +
    + +
    + + {{ __('filament-panels::widgets/filament-info-widget.actions.open_documentation.label') }} + + + + + + + + + + {{ __('filament-panels::widgets/filament-info-widget.actions.open_github.label') }} + +
    +
    +
    +
    diff --git a/stubs/filament/Cluster.stub b/stubs/filament/Cluster.stub new file mode 100644 index 00000000..37a8ea21 --- /dev/null +++ b/stubs/filament/Cluster.stub @@ -0,0 +1,10 @@ + + + diff --git a/stubs/filament/RelationManager.stub b/stubs/filament/RelationManager.stub new file mode 100644 index 00000000..41e190aa --- /dev/null +++ b/stubs/filament/RelationManager.stub @@ -0,0 +1,49 @@ +schema([ + Forms\Components\TextInput::make('{{ recordTitleAttribute }}') + ->required() + ->maxLength(255), + ]); + } + + public function table(Table $table): Table + { + return $table + ->recordTitleAttribute('{{ recordTitleAttribute }}') + ->columns([ + Tables\Columns\TextColumn::make('{{ recordTitleAttribute }}'), + ]) + ->filters([ +{{ tableFilters }} + ]) + ->headerActions([ +{{ tableHeaderActions }} + ]) + ->actions([ +{{ tableActions }} + ]) + ->bulkActions([ + Tables\Actions\BulkActionGroup::make([ +{{ tableBulkActions }} + ]), + ]){{ modifyQueryUsing }}; + } +} diff --git a/stubs/filament/Resource.stub b/stubs/filament/Resource.stub new file mode 100644 index 00000000..2fce2705 --- /dev/null +++ b/stubs/filament/Resource.stub @@ -0,0 +1,55 @@ +schema([ +{{ formSchema }} + ]); + } + + public static function table(Table $table): Table + { + return $table + ->columns([ +{{ tableColumns }} + ]) + ->filters([ +{{ tableFilters }} + ]) + ->actions([ +{{ tableActions }} + ]) + ->bulkActions([ + Tables\Actions\BulkActionGroup::make([ +{{ tableBulkActions }} + ]), + ]); + } +{{ relations }} + public static function getPages(): array + { + return [ +{{ pages }} + ]; + }{{ eloquentQuery }} +} diff --git a/stubs/filament/ResourceEditPage.stub b/stubs/filament/ResourceEditPage.stub new file mode 100644 index 00000000..76b6c008 --- /dev/null +++ b/stubs/filament/ResourceEditPage.stub @@ -0,0 +1,19 @@ +schema([ + Forms\Components\TextInput::make('{{ recordTitleAttribute }}') + ->required() + ->maxLength(255), + ]); + } + + public function table(Table $table): Table + { + return $table + ->recordTitleAttribute('{{ recordTitleAttribute }}') + ->columns([ + Tables\Columns\TextColumn::make('{{ recordTitleAttribute }}'), + ]) + ->filters([ +{{ tableFilters }} + ]) + ->headerActions([ +{{ tableHeaderActions }} + ]) + ->actions([ +{{ tableActions }} + ]) + ->bulkActions([ + Tables\Actions\BulkActionGroup::make([ +{{ tableBulkActions }} + ]), + ]){{ modifyQueryUsing }}; + } +} diff --git a/stubs/filament/ResourcePage.stub b/stubs/filament/ResourcePage.stub new file mode 100644 index 00000000..163b4296 --- /dev/null +++ b/stubs/filament/ResourcePage.stub @@ -0,0 +1,12 @@ +