mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
[PR #182] [CLOSED] More Translation and a few changes #627
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/pelican-dev/panel/pull/182
Author: @Poseidon281
Created: 5/6/2024
Status: ❌ Closed
Base:
main← Head:Translation-6📝 Commits (10+)
7ca3e6bCreated Translation file for commandsb32e6e9Update 2109fd0dAdded make_node translations to command.php13a43e9Merge branch 'main' into Command-Translations5e9abfeLast update317da7cDeleted Pterodactyl Logo541b732Merge branch 'command' into main0283960Update 1d284bb9Update 25f7c41dUpdate 3📊 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.