mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
[PR #994] [MERGED] Fix Translations
#1104
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/994
Author: @rmartinoscar
Created: 2/10/2025
Status: ✅ Merged
Merged: 2/12/2025
Merged by: @rmartinoscar
Base:
main← Head:fix/Translations📝 Commits (8)
c948c3eFix copy paste AllocationsRelationManagere156ee4We shouldn't let the user know if the user is correct but the password isn't4c8f396Add missingtrans()EditServer617cec7Add missingtrans()UserServersRelationManager26cc442Replace every__()withtrans()helperc30df07FixexceptionsUserModel677b33bReplaceTranslator->get()withtrans()helperd68b1e8Revert "We shouldn't let the user know if the user is correct but the password isn't"📊 Changes
16 files changed (+62 additions, -78 deletions)
View changed files
📝
app/Console/Commands/Environment/DatabaseSettingsCommand.php(+10 -10)📝
app/Console/Commands/Node/MakeNodeCommand.php(+19 -19)📝
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(+10 -10)📝
app/Filament/Admin/Resources/NodeResource/RelationManagers/AllocationsRelationManager.php(+1 -1)📝
app/Filament/Admin/Resources/ServerResource/Pages/EditServer.php(+1 -1)📝
app/Filament/Admin/Resources/UserResource/RelationManagers/ServersRelationManager.php(+1 -1)📝
app/Filament/Pages/Auth/Login.php(+1 -1)📝
app/Filament/Server/Resources/ActivityResource/Pages/ListActivities.php(+1 -1)📝
app/Http/Controllers/Api/Application/Mounts/MountController.php(+1 -11)📝
app/Models/User.php(+2 -2)📝
app/Services/Nodes/NodeDeletionService.php(+1 -9)📝
app/Traits/Commands/RequestRedisSettingsTrait.php(+5 -5)📝
lang/en/exceptions.php(+2 -0)📄 Description
Translations: When you think you are done its just the beginning
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.