mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-24 19:08:53 +03:00
[PR #1214] [CLOSED] Spanish translations #1251
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/1214
Author: @bvironn
Created: 4/4/2025
Status: ❌ Closed
Base:
main← Head:main📝 Commits (1)
712f8fbAgregar archivos de traducción en español para búsqueda, webhooks, roles, usuarios, autenticación, claves API, montajes, perfil, panel y salud.📊 Changes
21 files changed (+1283 additions, -0 deletions)
View changed files
➕
lang/es/activity.php(+122 -0)➕
lang/es/admin/apikey.php(+28 -0)➕
lang/es/admin/dashboard.php(+47 -0)➕
lang/es/admin/databasehost.php(+48 -0)➕
lang/es/admin/egg.php(+88 -0)➕
lang/es/admin/health.php(+60 -0)➕
lang/es/admin/mount.php(+31 -0)➕
lang/es/admin/node.php(+108 -0)➕
lang/es/admin/role.php(+16 -0)➕
lang/es/admin/server.php(+132 -0)➕
lang/es/admin/setting.php(+146 -0)➕
lang/es/admin/user.php(+19 -0)➕
lang/es/admin/webhook.php(+15 -0)➕
lang/es/auth.php(+22 -0)➕
lang/es/command/messages.php(+57 -0)➕
lang/es/commands.php(+73 -0)➕
lang/es/exceptions.php(+63 -0)➕
lang/es/profile.php(+41 -0)➕
lang/es/search.php(+9 -0)➕
lang/es/server/users.php(+57 -0)...and 1 more files
📄 Description
This pull request adds Spanish translations for various administrative and user-facing components of the application. The most important changes include translations for activity logs, API keys, the admin dashboard, database hosts, and eggs.
Translations for activity logs:
lang/es/activity.php: Added Spanish translations for different activity log events, such as authentication attempts, user account changes, server actions, and more.Translations for API keys:
lang/es/admin/apikey.php: Added Spanish translations for API key management, including descriptions, permissions, and table headings.Translations for the admin dashboard:
lang/es/admin/dashboard.php: Added Spanish translations for the admin dashboard, including sections for developer information, updates, node configuration, support, and help.Translations for database hosts:
lang/es/admin/databasehost.php: Added Spanish translations for database host management, including fields for host details, connection settings, and error messages.Translations for eggs:
lang/es/admin/egg.php: Added Spanish translations for egg management, including configuration tabs, import options, server settings, and environment variables.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.