[PR #1391] [CLOSED] M alpha #1370

Closed
opened 2026-02-04 19:40:41 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/1391
Author: @flimanda
Created: 5/20/2025
Status: Closed

Base: mainHead: m-alpha


📝 Commits (10+)

  • f527930 Update readme.md
  • 37269a4 feat: Deutsche Übersetzung der Admin-Dateien hinzugefügt
  • df636d3 Create test.php
  • 8d1c81e Add files via upload
  • 6f39874 Delete lang/de/test.php
  • c5e4a3a Create placeholder.php
  • 51b7e43 Create placeholder.php
  • 80f5ba8 Create placeholder.php
  • 9f5c29f Delete lang/de/server/placeholder.php
  • 2012c0d Delete lang/de/command/placeholder.php

📊 Changes

24 files changed (+1339 additions, -40 deletions)

View changed files

germando-panel (+1 -0)
lang/de/activity.php (+122 -0)
lang/de/admin/apikey.php (+27 -0)
lang/de/admin/dashboard.php (+44 -0)
lang/de/admin/databasehost.php (+74 -0)
lang/de/admin/egg.php (+88 -0)
lang/de/admin/health.php (+60 -0)
lang/de/admin/mount.php (+30 -0)
lang/de/admin/node.php (+108 -0)
lang/de/admin/placeholder.php (+1 -0)
lang/de/admin/role.php (+17 -0)
lang/de/admin/server.php (+136 -0)
lang/de/admin/setting.php (+150 -0)
lang/de/admin/user.php (+18 -0)
lang/de/admin/webhook.php (+15 -0)
lang/de/auth.php (+24 -0)
lang/de/command/messages.php (+57 -0)
lang/de/commands.php (+72 -0)
lang/de/exceptions.php (+64 -0)
lang/de/profile.php (+54 -0)

...and 4 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/1391 **Author:** [@flimanda](https://github.com/flimanda) **Created:** 5/20/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `m-alpha` --- ### 📝 Commits (10+) - [`f527930`](https://github.com/pelican-dev/panel/commit/f527930139806d48a48d850d723ca4df330a9ef2) Update readme.md - [`37269a4`](https://github.com/pelican-dev/panel/commit/37269a4b1a39c4a2c91be19b4e7fbbd4477f3aa3) feat: Deutsche Übersetzung der Admin-Dateien hinzugefügt - [`df636d3`](https://github.com/pelican-dev/panel/commit/df636d3664f2c0abf66c52669d9a3c7ca6373f84) Create test.php - [`8d1c81e`](https://github.com/pelican-dev/panel/commit/8d1c81e4315382fa6c1c41b509474b80b5af39ee) Add files via upload - [`6f39874`](https://github.com/pelican-dev/panel/commit/6f3987453182e19080bb730853cbc41e461eb980) Delete lang/de/test.php - [`c5e4a3a`](https://github.com/pelican-dev/panel/commit/c5e4a3a225c71c83a532f09283ac64c679c19da7) Create placeholder.php - [`51b7e43`](https://github.com/pelican-dev/panel/commit/51b7e438e75b6f62b4e2c8f2dae3afdfb675a108) Create placeholder.php - [`80f5ba8`](https://github.com/pelican-dev/panel/commit/80f5ba8e858d9a7ced13fc3149b37a567576158c) Create placeholder.php - [`9f5c29f`](https://github.com/pelican-dev/panel/commit/9f5c29f63aa036e5f1b69e4f506922a27da2e5d5) Delete lang/de/server/placeholder.php - [`2012c0d`](https://github.com/pelican-dev/panel/commit/2012c0dba77ea81b2182eebc2e1807b6ef41b347) Delete lang/de/command/placeholder.php ### 📊 Changes **24 files changed** (+1339 additions, -40 deletions) <details> <summary>View changed files</summary> ➕ `germando-panel` (+1 -0) ➕ `lang/de/activity.php` (+122 -0) ➕ `lang/de/admin/apikey.php` (+27 -0) ➕ `lang/de/admin/dashboard.php` (+44 -0) ➕ `lang/de/admin/databasehost.php` (+74 -0) ➕ `lang/de/admin/egg.php` (+88 -0) ➕ `lang/de/admin/health.php` (+60 -0) ➕ `lang/de/admin/mount.php` (+30 -0) ➕ `lang/de/admin/node.php` (+108 -0) ➕ `lang/de/admin/placeholder.php` (+1 -0) ➕ `lang/de/admin/role.php` (+17 -0) ➕ `lang/de/admin/server.php` (+136 -0) ➕ `lang/de/admin/setting.php` (+150 -0) ➕ `lang/de/admin/user.php` (+18 -0) ➕ `lang/de/admin/webhook.php` (+15 -0) ➕ `lang/de/auth.php` (+24 -0) ➕ `lang/de/command/messages.php` (+57 -0) ➕ `lang/de/commands.php` (+72 -0) ➕ `lang/de/exceptions.php` (+64 -0) ➕ `lang/de/profile.php` (+54 -0) _...and 4 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-04 19:40:41 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#1370