[PR #182] [CLOSED] More Translation and a few changes #627

Closed
opened 2026-02-05 17:49:37 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/182
Author: @Poseidon281
Created: 5/6/2024
Status: Closed

Base: mainHead: Translation-6


📝 Commits (10+)

📊 Changes

18 files changed (+220 additions, -105 deletions)

View changed files

📝 app/Console/Commands/Environment/AppSettingsCommand.php (+7 -7)
📝 app/Console/Commands/Node/NodeConfigurationCommand.php (+2 -2)
📝 app/Console/Commands/Overrides/KeyGenerateCommand.php (+3 -3)
📝 app/Console/Commands/Schedule/ProcessRunnableCommand.php (+2 -2)
📝 app/Console/Commands/UpgradeCommand.php (+13 -11)
📝 app/Filament/Resources/ServerResource/Pages/CreateServer.php (+21 -22)
📝 app/Filament/Resources/ServerResource/Pages/EditServer.php (+31 -31)
📝 app/Filament/Resources/ServerResource/Pages/ListServers.php (+6 -5)
📝 app/Filament/Resources/UserResource/Pages/CreateUser.php (+8 -7)
📝 app/Filament/Resources/UserResource/Pages/EditProfile.php (+2 -2)
📝 app/Filament/Resources/UserResource/Pages/EditUser.php (+11 -9)
📝 app/Filament/Resources/UserResource/Pages/ListUsers.php (+5 -2)
📝 lang/en/admin/server.php (+15 -0)
📝 lang/en/admin/user.php (+1 -1)
lang/en/commands.php (+71 -0)
📝 lang/en/server/users.php (+1 -0)
📝 lang/en/strings.php (+21 -0)
resources/scripts/assets/images/pterodactyl.svg (+0 -1)

📄 Description

What i will be translating this PR:

app/Filament/Resources

Now Translated:

app/Filament/Resources/UserResource/Pages

Currently Working on:

app/Filament/Resources/ServerResource/Pages

Sorry for the 3 PR's, but there was something weird going on with the first 2 which caused them to have commits that i did not add as you can see

#180
#181

This one does not have those commits only the ones i did


🔄 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/182 **Author:** [@Poseidon281](https://github.com/Poseidon281) **Created:** 5/6/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `Translation-6` --- ### 📝 Commits (10+) - [`7ca3e6b`](https://github.com/pelican-dev/panel/commit/7ca3e6ba8d128af304d53dcaacd0c57d9805db6e) Created Translation file for commands - [`b32e6e9`](https://github.com/pelican-dev/panel/commit/b32e6e9e6f5d2f20ebcb79a93069bb17190479d7) Update 2 - [`109fd0d`](https://github.com/pelican-dev/panel/commit/109fd0d3120c07e4a31ddf87a62ded555ab66aa0) Added make_node translations to command.php - [`13a43e9`](https://github.com/pelican-dev/panel/commit/13a43e900aebb532edeb2424063349b2364173f8) Merge branch 'main' into Command-Translations - [`5e9abfe`](https://github.com/pelican-dev/panel/commit/5e9abfed6e2365271234c3027db14a1cf9cfbcae) Last update - [`317da7c`](https://github.com/pelican-dev/panel/commit/317da7ca8cb4a8a2f329367bfc7ae1586cd87a6c) Deleted Pterodactyl Logo - [`541b732`](https://github.com/pelican-dev/panel/commit/541b732d81ddd4558efdd49b0c96d889448f8778) Merge branch 'command' into main - [`0283960`](https://github.com/pelican-dev/panel/commit/0283960f58de40b5938dccf50d6e4dd147d9a416) Update 1 - [`d284bb9`](https://github.com/pelican-dev/panel/commit/d284bb90bee52cbeb1821b95d445fe5d2b635827) Update 2 - [`5f7c41d`](https://github.com/pelican-dev/panel/commit/5f7c41d0962afa7b87b5682e12b0f0d5de716cc8) Update 3 ### 📊 Changes **18 files changed** (+220 additions, -105 deletions) <details> <summary>View changed files</summary> 📝 `app/Console/Commands/Environment/AppSettingsCommand.php` (+7 -7) 📝 `app/Console/Commands/Node/NodeConfigurationCommand.php` (+2 -2) 📝 `app/Console/Commands/Overrides/KeyGenerateCommand.php` (+3 -3) 📝 `app/Console/Commands/Schedule/ProcessRunnableCommand.php` (+2 -2) 📝 `app/Console/Commands/UpgradeCommand.php` (+13 -11) 📝 `app/Filament/Resources/ServerResource/Pages/CreateServer.php` (+21 -22) 📝 `app/Filament/Resources/ServerResource/Pages/EditServer.php` (+31 -31) 📝 `app/Filament/Resources/ServerResource/Pages/ListServers.php` (+6 -5) 📝 `app/Filament/Resources/UserResource/Pages/CreateUser.php` (+8 -7) 📝 `app/Filament/Resources/UserResource/Pages/EditProfile.php` (+2 -2) 📝 `app/Filament/Resources/UserResource/Pages/EditUser.php` (+11 -9) 📝 `app/Filament/Resources/UserResource/Pages/ListUsers.php` (+5 -2) 📝 `lang/en/admin/server.php` (+15 -0) 📝 `lang/en/admin/user.php` (+1 -1) ➕ `lang/en/commands.php` (+71 -0) 📝 `lang/en/server/users.php` (+1 -0) 📝 `lang/en/strings.php` (+21 -0) ➖ `resources/scripts/assets/images/pterodactyl.svg` (+0 -1) </details> ### 📄 Description What i will be translating this PR: app/Filament/Resources Now Translated: app/Filament/Resources/UserResource/Pages Currently Working on: app/Filament/Resources/ServerResource/Pages Sorry for the 3 PR's, but there was something weird going on with the first 2 which caused them to have commits that i did not add as you can see #180 #181 This one does not have those commits only the ones i did --- <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-05 17:49:37 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel-pelican-dev#627