[PR #1006] [MERGED] Small translation fixes #1110

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

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/1006
Author: @Boy132
Created: 2/13/2025
Status: Merged
Merged: 2/13/2025
Merged by: @Boy132

Base: mainHead: boy132/small-translation-fixes


📝 Commits (4)

  • 257b94d display_name_help: replace location with node
  • 70b444e cpu_helper: 100% is one thread, not core
  • 7d796f9 remove unnecessary "create_action" translation
  • 769c193 nobody saw anything

📊 Changes

18 files changed (+6 additions, -31 deletions)

View changed files

📝 app/Filament/Admin/Resources/ApiKeyResource/Pages/ListApiKeys.php (+0 -2)
📝 app/Filament/Admin/Resources/DatabaseHostResource/Pages/ListDatabaseHosts.php (+0 -2)
📝 app/Filament/Admin/Resources/EggResource/Pages/ListEggs.php (+2 -4)
📝 app/Filament/Admin/Resources/MountResource/Pages/ListMounts.php (+0 -2)
📝 app/Filament/Admin/Resources/NodeResource/Pages/ListNodes.php (+0 -2)
📝 app/Filament/Admin/Resources/RoleResource/Pages/ListRoles.php (+1 -2)
📝 app/Filament/Admin/Resources/ServerResource/Pages/ListServers.php (+0 -2)
📝 app/Filament/Admin/Resources/UserResource/Pages/ListUsers.php (+1 -2)
📝 app/Filament/Admin/Resources/WebhookResource/Pages/ListWebhookConfigurations.php (+0 -2)
📝 lang/en/admin/apikey.php (+0 -1)
📝 lang/en/admin/databasehost.php (+1 -2)
📝 lang/en/admin/egg.php (+0 -1)
📝 lang/en/admin/mount.php (+0 -1)
📝 lang/en/admin/node.php (+0 -1)
📝 lang/en/admin/role.php (+0 -1)
📝 lang/en/admin/server.php (+1 -2)
📝 lang/en/admin/user.php (+0 -1)
📝 lang/en/admin/webhook.php (+0 -1)

📄 Description

  • Database Host, display_name_help: replace location with host
  • Node, cpu_helper: 100% is one thread, not core
  • Remove unnecessary create_action translation. Filament translates the create action for us.

🔄 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/1006 **Author:** [@Boy132](https://github.com/Boy132) **Created:** 2/13/2025 **Status:** ✅ Merged **Merged:** 2/13/2025 **Merged by:** [@Boy132](https://github.com/Boy132) **Base:** `main` ← **Head:** `boy132/small-translation-fixes` --- ### 📝 Commits (4) - [`257b94d`](https://github.com/pelican-dev/panel/commit/257b94dacba9ef10a1f846b546a0b279b2ebf9b0) display_name_help: replace location with node - [`70b444e`](https://github.com/pelican-dev/panel/commit/70b444e0dc0a8713951055c165767c249890cc5f) cpu_helper: 100% is one thread, not core - [`7d796f9`](https://github.com/pelican-dev/panel/commit/7d796f9a03f4c839ed3c82e71ba993730cff6e58) remove unnecessary "create_action" translation - [`769c193`](https://github.com/pelican-dev/panel/commit/769c193b6e8a8eb722374f7125386e72f74d9a32) nobody saw anything ### 📊 Changes **18 files changed** (+6 additions, -31 deletions) <details> <summary>View changed files</summary> 📝 `app/Filament/Admin/Resources/ApiKeyResource/Pages/ListApiKeys.php` (+0 -2) 📝 `app/Filament/Admin/Resources/DatabaseHostResource/Pages/ListDatabaseHosts.php` (+0 -2) 📝 `app/Filament/Admin/Resources/EggResource/Pages/ListEggs.php` (+2 -4) 📝 `app/Filament/Admin/Resources/MountResource/Pages/ListMounts.php` (+0 -2) 📝 `app/Filament/Admin/Resources/NodeResource/Pages/ListNodes.php` (+0 -2) 📝 `app/Filament/Admin/Resources/RoleResource/Pages/ListRoles.php` (+1 -2) 📝 `app/Filament/Admin/Resources/ServerResource/Pages/ListServers.php` (+0 -2) 📝 `app/Filament/Admin/Resources/UserResource/Pages/ListUsers.php` (+1 -2) 📝 `app/Filament/Admin/Resources/WebhookResource/Pages/ListWebhookConfigurations.php` (+0 -2) 📝 `lang/en/admin/apikey.php` (+0 -1) 📝 `lang/en/admin/databasehost.php` (+1 -2) 📝 `lang/en/admin/egg.php` (+0 -1) 📝 `lang/en/admin/mount.php` (+0 -1) 📝 `lang/en/admin/node.php` (+0 -1) 📝 `lang/en/admin/role.php` (+0 -1) 📝 `lang/en/admin/server.php` (+1 -2) 📝 `lang/en/admin/user.php` (+0 -1) 📝 `lang/en/admin/webhook.php` (+0 -1) </details> ### 📄 Description - Database Host, `display_name_help`: replace `location` with `host` - Node, `cpu_helper`: 100% is one _thread_, not core - Remove unnecessary `create_action` translation. Filament translates the create action for us. --- <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 18:04:05 +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#1110