[PR #55] [CLOSED] Added Crowdin Translations #573

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

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/55
Author: @Poseidon281
Created: 4/13/2024
Status: Closed

Base: feature/filamentHead: Translations


📝 Commits (10+)

  • 039c669 Customize the domain
  • 06f6602 Whoops, add this in real quick before anybody notices!
  • 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)

📊 Changes

49 files changed (+1593 additions, -42 deletions)

View changed files

📝 .env.example (+2 -2)
📝 app/Console/Commands/Environment/AppSettingsCommand.php (+9 -9)
📝 app/Console/Commands/UpgradeCommand.php (+2 -2)
📝 app/Http/Middleware/VerifyReCaptcha.php (+4 -0)
📝 app/Models/Egg.php (+1 -0)
📝 composer.json (+0 -1)
📝 composer.lock (+1 -2)
📝 config/panel.php (+1 -1)
📝 database/migrations/2024_03_12_154408_remove_nests_table.php (+20 -0)
📝 database/migrations/2024_03_14_055537_remove_locations_table.php (+25 -6)
lang/Contributing.md (+18 -0)
lang/de/activity.php (+130 -0)
lang/de/admin/eggs.php (+19 -0)
lang/de/admin/node.php (+15 -0)
lang/de/admin/server.php (+27 -0)
lang/de/admin/user.php (+12 -0)
lang/de/auth.php (+27 -0)
lang/de/command/messages.php (+59 -0)
lang/de/dashboard/account.php (+28 -0)
lang/de/dashboard/index.php (+8 -0)

...and 29 more files

📄 Description

No description provided


🔄 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/55 **Author:** [@Poseidon281](https://github.com/Poseidon281) **Created:** 4/13/2024 **Status:** ❌ Closed **Base:** `feature/filament` ← **Head:** `Translations` --- ### 📝 Commits (10+) - [`039c669`](https://github.com/pelican-dev/panel/commit/039c669fc7e16e8a72f1030d2bd816051dccb9c9) Customize the domain - [`06f6602`](https://github.com/pelican-dev/panel/commit/06f66027dd1f7b8f8e665bfd41cab4464d283775) Whoops, add this in real quick before anybody notices! - [`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) ### 📊 Changes **49 files changed** (+1593 additions, -42 deletions) <details> <summary>View changed files</summary> 📝 `.env.example` (+2 -2) 📝 `app/Console/Commands/Environment/AppSettingsCommand.php` (+9 -9) 📝 `app/Console/Commands/UpgradeCommand.php` (+2 -2) 📝 `app/Http/Middleware/VerifyReCaptcha.php` (+4 -0) 📝 `app/Models/Egg.php` (+1 -0) 📝 `composer.json` (+0 -1) 📝 `composer.lock` (+1 -2) 📝 `config/panel.php` (+1 -1) 📝 `database/migrations/2024_03_12_154408_remove_nests_table.php` (+20 -0) 📝 `database/migrations/2024_03_14_055537_remove_locations_table.php` (+25 -6) ➕ `lang/Contributing.md` (+18 -0) ➕ `lang/de/activity.php` (+130 -0) ➕ `lang/de/admin/eggs.php` (+19 -0) ➕ `lang/de/admin/node.php` (+15 -0) ➕ `lang/de/admin/server.php` (+27 -0) ➕ `lang/de/admin/user.php` (+12 -0) ➕ `lang/de/auth.php` (+27 -0) ➕ `lang/de/command/messages.php` (+59 -0) ➕ `lang/de/dashboard/account.php` (+28 -0) ➕ `lang/de/dashboard/index.php` (+8 -0) _...and 29 more files_ </details> ### 📄 Description _No description provided_ --- <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:42 +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#573