-
Notifications
You must be signed in to change notification settings - Fork 175
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
International application based on laravel
- Loading branch information
Showing
17 changed files
with
296 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
<?php | ||
|
||
return [ | ||
'slow-requests' => [ | ||
'name' => 'Slow Requests', | ||
], | ||
|
||
'usage' => [ | ||
'name' => [ | ||
'requests' => 'Top 10 Users Making Requests', | ||
'slow_requests' => 'Top 10 Users Experiencing Slow Endpoints', | ||
'jobs' => 'Top 10 Users Dispatching Jobs', | ||
'default' => 'Application Usage', | ||
], | ||
], | ||
|
||
'slow-queries' => [ | ||
'name' => 'Slow Queries', | ||
], | ||
|
||
'slow-outgoing-requests' => [ | ||
'name' => 'Slow Outgoing Requests', | ||
], | ||
|
||
'slow-jobs' => [ | ||
'name' => 'Slow Jobs', | ||
], | ||
|
||
'servers' => [ | ||
'memory' => 'Memory', | ||
'cpu' => 'CPU', | ||
'storage' => 'Storage', | ||
], | ||
|
||
'queues' => [ | ||
'name' => 'Queues', | ||
], | ||
|
||
'period-selector' => [ | ||
'1h' => '1h', | ||
'6h' => '6h', | ||
'24h' => '24h', | ||
'7d' => '7d', | ||
], | ||
|
||
'exceptions' => [ | ||
'name' => 'Exceptions', | ||
], | ||
|
||
'cache' => [ | ||
'name' => 'Cache', | ||
], | ||
|
||
'no-results' => 'No results', | ||
|
||
'theme' => [ | ||
'dark' => 'Dark', | ||
'light' => 'Light', | ||
'system' => 'System', | ||
], | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
<?php | ||
|
||
return [ | ||
'slow-requests' => [ | ||
'name' => '低效请求', | ||
], | ||
|
||
'usage' => [ | ||
'name' => [ | ||
'requests' => 'Top 10 用户请求', | ||
'slow_requests' => 'Top 10 请求缓慢的用户', | ||
'jobs' => 'Top 10 用户调度作业', | ||
'default' => '应用程序使用', | ||
], | ||
], | ||
|
||
'slow-queries' => [ | ||
'name' => '低效查询', | ||
], | ||
|
||
'slow-outgoing-requests' => [ | ||
'name' => '请求超时', | ||
], | ||
|
||
'slow-jobs' => [ | ||
'name' => '低效调度作业', | ||
], | ||
|
||
'servers' => [ | ||
'memory' => '内存', | ||
'cpu' => 'CPU', | ||
'storage' => '磁盘', | ||
], | ||
|
||
'queues' => [ | ||
'name' => '队列', | ||
], | ||
|
||
'period-selector' => [ | ||
'1h' => '1小时', | ||
'6h' => '6小时', | ||
'24h' => '24小时', | ||
'7d' => '7天', | ||
], | ||
|
||
'exceptions' => [ | ||
'name' => '异常', | ||
], | ||
|
||
'cache' => [ | ||
'name' => '缓存', | ||
], | ||
|
||
'no-results' => '无结果', | ||
|
||
'theme' => [ | ||
'dark' => '暗色', | ||
'light' => '亮色', | ||
'system' => '跟随', | ||
], | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
<?php | ||
|
||
return [ | ||
'slow-requests' => [ | ||
'name' => '低效請求', | ||
], | ||
|
||
'usage' => [ | ||
'name' => [ | ||
'requests' => 'Top 10 用戶請求', | ||
'slow_requests' => 'Top 10 請求緩慢的用戶', | ||
'jobs' => 'Top 10 用戶調度作業', | ||
'default' => '應用程式使用', | ||
], | ||
], | ||
|
||
'slow-queries' => [ | ||
'name' => '低效查詢', | ||
], | ||
|
||
'slow-outgoing-requests' => [ | ||
'name' => '請求超時', | ||
], | ||
|
||
'slow-jobs' => [ | ||
'name' => '低效調度作業', | ||
], | ||
|
||
'servers' => [ | ||
'memory' => '记忆体', | ||
'cpu' => 'CPU', | ||
'storage' => '硬碟', | ||
], | ||
|
||
'queues' => [ | ||
'name' => '伫列', | ||
], | ||
|
||
'period-selector' => [ | ||
'1h' => '1小時', | ||
'6h' => '6小時', | ||
'24h' => '24小時', | ||
'7d' => '7天', | ||
], | ||
|
||
'exceptions' => [ | ||
'name' => '例外', | ||
], | ||
|
||
'cache' => [ | ||
'name' => '快取', | ||
], | ||
|
||
'no-results' => '無結果', | ||
|
||
'theme' => [ | ||
'dark' => '暗色', | ||
'light' => '亮色', | ||
'system' => '跟隨', | ||
], | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<div {{ $attributes->merge(['class' => 'h-full flex flex-col items-center justify-center p-4']) }}> | ||
<x-pulse::icons.no-pulse class="h-8 w-8 stroke-gray-300 dark:stroke-gray-700" /> | ||
<p class="mt-2 text-sm text-gray-400 dark:text-gray-600"> | ||
No results | ||
{{ __('pulse.no-results') }} | ||
</p> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.