[PR #965] [MERGED] Admin Area Translations #1083

Closed
opened 2026-02-04 19:16:00 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/965
Author: @notAreYouScared
Created: 1/31/2025
Status: Merged
Merged: 2/9/2025
Merged by: @notAreYouScared

Base: mainHead: charles/translations


📝 Commits (10+)

📊 Changes

594 files changed (+2080 additions, -23292 deletions)

View changed files

app/Checks/CacheCheck.php (+58 -0)
app/Checks/DatabaseCheck.php (+42 -0)
app/Checks/DebugModeCheck.php (+44 -0)
app/Checks/EnvironmentCheck.php (+38 -0)
📝 app/Checks/NodeVersionsCheck.php (+6 -4)
📝 app/Checks/PanelVersionCheck.php (+6 -3)
app/Checks/ScheduleCheck.php (+78 -0)
📝 app/Filament/Admin/Pages/Dashboard.php (+12 -9)
📝 app/Filament/Admin/Pages/Health.php (+18 -4)
📝 app/Filament/Admin/Pages/Settings.php (+113 -102)
📝 app/Filament/Admin/Resources/ApiKeyResource.php (+18 -6)
📝 app/Filament/Admin/Resources/ApiKeyResource/Pages/CreateApiKey.php (+9 -12)
📝 app/Filament/Admin/Resources/ApiKeyResource/Pages/ListApiKeys.php (+9 -8)
📝 app/Filament/Admin/Resources/DatabaseHostResource.php (+20 -2)
📝 app/Filament/Admin/Resources/DatabaseHostResource/Pages/CreateDatabaseHost.php (+18 -15)
📝 app/Filament/Admin/Resources/DatabaseHostResource/Pages/EditDatabaseHost.php (+16 -12)
📝 app/Filament/Admin/Resources/DatabaseHostResource/Pages/ListDatabaseHosts.php (+9 -7)
📝 app/Filament/Admin/Resources/DatabaseHostResource/RelationManagers/DatabasesRelationManager.php (+16 -8)
📝 app/Filament/Admin/Resources/EggResource.php (+20 -2)
📝 app/Filament/Admin/Resources/EggResource/Pages/CreateEgg.php (+51 -46)

...and 80 more files

📄 Description

  • Dashboard
  • Profile
  • Settings
  • Servers
  • Eggs
  • Users
  • Roles
  • Nodes
  • Mounts
  • Database Hosts
  • Webhooks
  • Health
  • API Keys

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/pelican-dev/panel/pull/965 **Author:** [@notAreYouScared](https://github.com/notAreYouScared) **Created:** 1/31/2025 **Status:** ✅ Merged **Merged:** 2/9/2025 **Merged by:** [@notAreYouScared](https://github.com/notAreYouScared) **Base:** `main` ← **Head:** `charles/translations` --- ### 📝 Commits (10+) - [`b345769`](https://github.com/pelican-dev/panel/commit/b345769dc36218f21133bf23ec0233d46c6612dc) Init - [`86ffe8e`](https://github.com/pelican-dev/panel/commit/86ffe8e6632004f374b5b53381abff605655004c) Health Page - [`064e3ea`](https://github.com/pelican-dev/panel/commit/064e3eac59aa535e69c16ceb92a3b481f87130f6) Admin API Keys - [`e951d11`](https://github.com/pelican-dev/panel/commit/e951d11102bd3c7f8471cbef8bdc0ebac8c095df) Update API Keys - [`706e923`](https://github.com/pelican-dev/panel/commit/706e92369611a1fbc367d822f9252a432a29002e) Database Hosts - [`2c11fe7`](https://github.com/pelican-dev/panel/commit/2c11fe718c9d6ba6403ed5228144a3f4754ccfe7) Mounts - [`aa1f10a`](https://github.com/pelican-dev/panel/commit/aa1f10aa68beea2beb33a0a7674c01ff452c1796) remove `s` - [`a099489`](https://github.com/pelican-dev/panel/commit/a099489cc474efe8d93529fb89c287321edd7df8) Users - [`3362e96`](https://github.com/pelican-dev/panel/commit/3362e969e8b917df6aea9b8a96fce6b92a8e0820) Webhooks - [`a902c13`](https://github.com/pelican-dev/panel/commit/a902c13f946b04c0b51b194e2f18c2cfbd663b0d) Server ### 📊 Changes **594 files changed** (+2080 additions, -23292 deletions) <details> <summary>View changed files</summary> ➕ `app/Checks/CacheCheck.php` (+58 -0) ➕ `app/Checks/DatabaseCheck.php` (+42 -0) ➕ `app/Checks/DebugModeCheck.php` (+44 -0) ➕ `app/Checks/EnvironmentCheck.php` (+38 -0) 📝 `app/Checks/NodeVersionsCheck.php` (+6 -4) 📝 `app/Checks/PanelVersionCheck.php` (+6 -3) ➕ `app/Checks/ScheduleCheck.php` (+78 -0) 📝 `app/Filament/Admin/Pages/Dashboard.php` (+12 -9) 📝 `app/Filament/Admin/Pages/Health.php` (+18 -4) 📝 `app/Filament/Admin/Pages/Settings.php` (+113 -102) 📝 `app/Filament/Admin/Resources/ApiKeyResource.php` (+18 -6) 📝 `app/Filament/Admin/Resources/ApiKeyResource/Pages/CreateApiKey.php` (+9 -12) 📝 `app/Filament/Admin/Resources/ApiKeyResource/Pages/ListApiKeys.php` (+9 -8) 📝 `app/Filament/Admin/Resources/DatabaseHostResource.php` (+20 -2) 📝 `app/Filament/Admin/Resources/DatabaseHostResource/Pages/CreateDatabaseHost.php` (+18 -15) 📝 `app/Filament/Admin/Resources/DatabaseHostResource/Pages/EditDatabaseHost.php` (+16 -12) 📝 `app/Filament/Admin/Resources/DatabaseHostResource/Pages/ListDatabaseHosts.php` (+9 -7) 📝 `app/Filament/Admin/Resources/DatabaseHostResource/RelationManagers/DatabasesRelationManager.php` (+16 -8) 📝 `app/Filament/Admin/Resources/EggResource.php` (+20 -2) 📝 `app/Filament/Admin/Resources/EggResource/Pages/CreateEgg.php` (+51 -46) _...and 80 more files_ </details> ### 📄 Description - [x] Dashboard - [x] Profile - [x] Settings - [x] Servers - [x] Eggs - [x] Users - [x] Roles - [x] Nodes - [x] Mounts - [x] Database Hosts - [x] Webhooks - [x] Health - [x] API Keys --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-04 19:16:00 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#1083