[PR #7] [MERGED] Add Spanish Translations #571

Closed
opened 2026-02-05 17:47:38 +03:00 by OVERLORD · 0 comments
Owner

📋 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.xHead: 3.x


📝 Commits (10+)

  • a61c07a Create validation.php (Spanish)
  • 9b29ba8 Create strings.php (Spanish)
  • 79e8842 Create passwords.php (Spanish)
  • f805219 Create pagination.php (Spanish)
  • 2225d50 Create exceptions.php (Spanish)
  • 9120e81 Create auth.php (Spanish)
  • 20875d8 Create activity.php (Spanish)
  • 4c4ec54 Create users.php (Spanish)
  • 43a250a Create index.php (Spanish)
  • c328f5c Create 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.

## 📋 Pull Request Information **Original PR:** https://github.com/pelican-dev/panel/pull/7 **Author:** [@Huguitis](https://github.com/Huguitis) **Created:** 4/3/2024 **Status:** ✅ Merged **Merged:** 4/11/2024 **Merged by:** [@lancepioch](https://github.com/lancepioch) **Base:** `3.x` ← **Head:** `3.x` --- ### 📝 Commits (10+) - [`a61c07a`](https://github.com/pelican-dev/panel/commit/a61c07a04ccaac475bfef5d415e27518551f98a8) Create validation.php (Spanish) - [`9b29ba8`](https://github.com/pelican-dev/panel/commit/9b29ba8e3056fec9108d74a4e8bf05e1574199a7) Create strings.php (Spanish) - [`79e8842`](https://github.com/pelican-dev/panel/commit/79e8842228425c4d80c4027ca6c5219f48928f47) Create passwords.php (Spanish) - [`f805219`](https://github.com/pelican-dev/panel/commit/f805219ddcf1ae41db3a3215691b084da8318b6f) Create pagination.php (Spanish) - [`2225d50`](https://github.com/pelican-dev/panel/commit/2225d50b9a1ba4f90aee8264acac33fe0e403748) Create exceptions.php (Spanish) - [`9120e81`](https://github.com/pelican-dev/panel/commit/9120e81514a52d1aa44a92143723d45a1ba1fb4a) Create auth.php (Spanish) - [`20875d8`](https://github.com/pelican-dev/panel/commit/20875d8d3fec9302753b91a328d7c34c44aa6b15) Create activity.php (Spanish) - [`4c4ec54`](https://github.com/pelican-dev/panel/commit/4c4ec549815e6d754f40db84513605467416d893) Create users.php (Spanish) - [`43a250a`](https://github.com/pelican-dev/panel/commit/43a250ac31526fd4e2f4b4a56ac6d9a1f12b314d) Create index.php (Spanish) - [`c328f5c`](https://github.com/pelican-dev/panel/commit/c328f5cd9bef85fee84534bab8e2ffcbac464b0e) Create account.php (Spanish) ### 📊 Changes **15 files changed** (+650 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `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) </details> ### 📄 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. ;) --- <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 17:47:38 +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#571