[PR #112] [CLOSED] Add translations for czech language #116

Closed
opened 2026-05-07 00:18:11 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/plugins/pull/112
Author: @Hampap
Created: 2/22/2026
Status: Closed

Base: mainHead: czech-language


📝 Commits (2)

  • 3f7da44 modified: README.md
  • e127670 Change Czech translation of "Node" to "Uzel"

📊 Changes

40 files changed (+2311 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)
czech-language/README.md (+26 -0)
czech-language/lang/cs/activity.php (+125 -0)
czech-language/lang/cs/admin/apikey.php (+29 -0)
czech-language/lang/cs/admin/dashboard.php (+45 -0)
czech-language/lang/cs/admin/databasehost.php (+74 -0)
czech-language/lang/cs/admin/egg.php (+126 -0)
czech-language/lang/cs/admin/health.php (+60 -0)
czech-language/lang/cs/admin/log.php (+26 -0)
czech-language/lang/cs/admin/mount.php (+30 -0)
czech-language/lang/cs/admin/node.php (+152 -0)
czech-language/lang/cs/admin/plugin.php (+61 -0)
czech-language/lang/cs/admin/role.php (+17 -0)
czech-language/lang/cs/admin/server.php (+154 -0)
czech-language/lang/cs/admin/setting.php (+157 -0)
czech-language/lang/cs/admin/user.php (+24 -0)
czech-language/lang/cs/admin/webhook.php (+62 -0)
czech-language/lang/cs/auth.php (+24 -0)
czech-language/lang/cs/command/messages.php (+54 -0)
czech-language/lang/cs/commands.php (+60 -0)

...and 20 more files

📄 Description

Adding czech translations for Pelicans interface

Summary by CodeRabbit

Czech Language Support Added

New Features

  • Added comprehensive Czech language support to the panel, enabling users to interact with the entire interface in Czech
  • Includes complete translations for administrative interfaces, server management, authentication, user profiles, email communications, and system notifications
  • Supports Czech translations for validation messages, error handling, command outputs, and system-wide notifications
  • Covers dashboard, settings, logs, databases, and user management areas

🔄 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/plugins/pull/112 **Author:** [@Hampap](https://github.com/Hampap) **Created:** 2/22/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `czech-language` --- ### 📝 Commits (2) - [`3f7da44`](https://github.com/pelican-dev/plugins/commit/3f7da4406c0cb6ff42ed89ccdfad52fda74429b2) modified: README.md - [`e127670`](https://github.com/pelican-dev/plugins/commit/e1276700fba7af02617208859db36aaf1d90b618) Change Czech translation of "Node" to "Uzel" ### 📊 Changes **40 files changed** (+2311 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) ➕ `czech-language/README.md` (+26 -0) ➕ `czech-language/lang/cs/activity.php` (+125 -0) ➕ `czech-language/lang/cs/admin/apikey.php` (+29 -0) ➕ `czech-language/lang/cs/admin/dashboard.php` (+45 -0) ➕ `czech-language/lang/cs/admin/databasehost.php` (+74 -0) ➕ `czech-language/lang/cs/admin/egg.php` (+126 -0) ➕ `czech-language/lang/cs/admin/health.php` (+60 -0) ➕ `czech-language/lang/cs/admin/log.php` (+26 -0) ➕ `czech-language/lang/cs/admin/mount.php` (+30 -0) ➕ `czech-language/lang/cs/admin/node.php` (+152 -0) ➕ `czech-language/lang/cs/admin/plugin.php` (+61 -0) ➕ `czech-language/lang/cs/admin/role.php` (+17 -0) ➕ `czech-language/lang/cs/admin/server.php` (+154 -0) ➕ `czech-language/lang/cs/admin/setting.php` (+157 -0) ➕ `czech-language/lang/cs/admin/user.php` (+24 -0) ➕ `czech-language/lang/cs/admin/webhook.php` (+62 -0) ➕ `czech-language/lang/cs/auth.php` (+24 -0) ➕ `czech-language/lang/cs/command/messages.php` (+54 -0) ➕ `czech-language/lang/cs/commands.php` (+60 -0) _...and 20 more files_ </details> ### 📄 Description Adding czech translations for Pelicans interface <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit ## Czech Language Support Added **New Features** - Added comprehensive Czech language support to the panel, enabling users to interact with the entire interface in Czech - Includes complete translations for administrative interfaces, server management, authentication, user profiles, email communications, and system notifications - Supports Czech translations for validation messages, error handling, command outputs, and system-wide notifications - Covers dashboard, settings, logs, databases, and user management areas <!-- end of auto-generated comment: release notes by coderabbit.ai --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-07 00:18:11 +02:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/plugins#116
No description provided.