[PR #991] [MERGED] Fix Admin Area translations #1098

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

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/991
Author: @rmartinoscar
Created: 2/10/2025
Status: Merged
Merged: 2/10/2025
Merged by: @notAreYouScared

Base: mainHead: fix/Translations


📝 Commits (10+)

📊 Changes

14 files changed (+21 additions, -17 deletions)

View changed files

📝 app/Checks/NodeVersionsCheck.php (+1 -1)
📝 app/Console/Commands/User/DisableTwoFactorCommand.php (+1 -1)
📝 app/Filament/Admin/Resources/NodeResource/RelationManagers/AllocationsRelationManager.php (+1 -1)
📝 app/Filament/Admin/Resources/ServerResource/Pages/CreateServer.php (+3 -3)
📝 app/Filament/Admin/Resources/ServerResource/RelationManagers/AllocationsRelationManager.php (+2 -2)
📝 app/Filament/Admin/Resources/WebhookResource/Pages/CreateWebhookConfiguration.php (+3 -3)
📝 app/Filament/Pages/Auth/EditProfile.php (+1 -1)
📝 app/Filament/Server/Resources/UserResource.php (+1 -1)
📝 app/Filament/Server/Resources/UserResource/Pages/ListUsers.php (+1 -1)
📝 app/Services/Servers/ToggleInstallService.php (+1 -1)
📝 lang/en/admin/databasehost.php (+1 -1)
📝 lang/en/admin/node.php (+1 -1)
📝 lang/en/admin/server.php (+1 -0)
📝 lang/en/exceptions.php (+3 -0)

📄 Description

image
All those were broken.

I really need to switch to phpStorm im fed up with VSCode's terminal glitchs causing garbage commit names


🔄 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/991 **Author:** [@rmartinoscar](https://github.com/rmartinoscar) **Created:** 2/10/2025 **Status:** ✅ Merged **Merged:** 2/10/2025 **Merged by:** [@notAreYouScared](https://github.com/notAreYouScared) **Base:** `main` ← **Head:** `fix/Translations` --- ### 📝 Commits (10+) - [`ba07371`](https://github.com/pelican-dev/panel/commit/ba07371635f5be1dc5c24f8cb8adf9906b88da33) Fix button - [`26ad7b3`](https://github.com/pelican-dev/panel/commit/26ad7b3e49af6b99f0372f6d0843a1e6e9753a23) Replace array with index - [`2bf13b9`](https://github.com/pelican-dev/panel/commit/2bf13b906085e31621a0c27666c026fa14ee3097) Fix Server ToggleInstallService - [`072d8f7`](https://github.com/pelican-dev/panel/commit/072d8f7611209aed7f21446d78a268ad60d2fd8c) FiNodeVersionsCheck - [`f960811`](https://github.com/pelican-dev/panel/commit/f960811904bc1d788e277309437586133b00c0ba) Fix CreateWebhookConfiguration - [`5d531e4`](https://github.com/pelican-dev/panel/commit/5d531e40617582c42b2b2882a4141c6e280b0043) Fixdatabasehost post_help > port_help - [`5555f17`](https://github.com/pelican-dev/panel/commit/5555f17a331421b3f1b788e4b84b1a7cfd6ce993) Fix User CreateServer - [`bb76e05`](https://github.com/pelican-dev/panel/commit/bb76e057b51e78ef3ffb28b2a105abe2d4ba0d5b) Fix Profile language_help - [`d46bee3`](https://github.com/pelican-dev/panel/commit/d46bee3eeb357e5c3fb61210fcae2436eff7486d) Fix Role permission UserResource - [`8a850d1`](https://github.com/pelican-dev/panel/commit/8a850d1eaf100d74d03e93d7fbaea18569b61f49) Remove debug & Pint ### 📊 Changes **14 files changed** (+21 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `app/Checks/NodeVersionsCheck.php` (+1 -1) 📝 `app/Console/Commands/User/DisableTwoFactorCommand.php` (+1 -1) 📝 `app/Filament/Admin/Resources/NodeResource/RelationManagers/AllocationsRelationManager.php` (+1 -1) 📝 `app/Filament/Admin/Resources/ServerResource/Pages/CreateServer.php` (+3 -3) 📝 `app/Filament/Admin/Resources/ServerResource/RelationManagers/AllocationsRelationManager.php` (+2 -2) 📝 `app/Filament/Admin/Resources/WebhookResource/Pages/CreateWebhookConfiguration.php` (+3 -3) 📝 `app/Filament/Pages/Auth/EditProfile.php` (+1 -1) 📝 `app/Filament/Server/Resources/UserResource.php` (+1 -1) 📝 `app/Filament/Server/Resources/UserResource/Pages/ListUsers.php` (+1 -1) 📝 `app/Services/Servers/ToggleInstallService.php` (+1 -1) 📝 `lang/en/admin/databasehost.php` (+1 -1) 📝 `lang/en/admin/node.php` (+1 -1) 📝 `lang/en/admin/server.php` (+1 -0) 📝 `lang/en/exceptions.php` (+3 -0) </details> ### 📄 Description ![image](https://github.com/user-attachments/assets/8109d316-f45d-4b77-82aa-b3f7bb6d9e42) All those were broken. _I really need to switch to phpStorm im fed up with VSCode's terminal glitchs causing garbage commit names_ --- <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:17:21 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#1098