mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
[PR #7] [MERGED] Add Spanish Translations #571
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/7
Author: @Huguitis
Created: 4/3/2024
Status: ✅ Merged
Merged: 4/11/2024
Merged by: @lancepioch
Base:
3.x← Head:3.x📝 Commits (10+)
a61c07aCreate validation.php (Spanish)9b29ba8Create strings.php (Spanish)79e8842Create passwords.php (Spanish)f805219Create pagination.php (Spanish)2225d50Create exceptions.php (Spanish)9120e81Create auth.php (Spanish)20875d8Create activity.php (Spanish)4c4ec54Create users.php (Spanish)43a250aCreate index.php (Spanish)c328f5cCreate account.php (Spanish)📊 Changes
15 files changed (+650 additions, -0 deletions)
View changed files
➕
lang/es/activity.php(+130 -0)➕
lang/es/admin/eggs.php(+19 -0)➕
lang/es/admin/node.php(+15 -0)➕
lang/es/admin/server.php(+27 -0)➕
lang/es/admin/user.php(+12 -0)➕
lang/es/auth.php(+27 -0)➕
lang/es/command/messages.php(+59 -0)➕
lang/es/dashboard/account.php(+28 -0)➕
lang/es/dashboard/index.php(+8 -0)➕
lang/es/exceptions.php(+55 -0)➕
lang/es/pagination.php(+17 -0)➕
lang/es/passwords.php(+19 -0)➕
lang/es/server/users.php(+33 -0)➕
lang/es/strings.php(+95 -0)➕
lang/es/validation.php(+106 -0)📄 Description
I have translated all messages into Spanish, ensuring accuracy and appropriateness. As a native Spanish speaker, I have verified the formal integrity of the translations.
Please don't hesitate to write me for any inquiries or issues. ;)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.