[PR #1820] [CLOSED] updated german translation #7598

Closed
opened 2025-11-11 17:31:12 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/1820
Author: @Maximilian-Pichler
Created: 4/28/2024
Status: Closed

Base: devHead: german-locale


📝 Commits (8)

  • 236ec28 Update translation.json
  • 9130428 Update translation.json
  • 19843e3 Added more german translations + added more i18n keys
  • 93d4f98 Merge pull request #1 from jannikstdl/german-locale
  • afc78b0 ran i18n parser to add the new translation keys
  • cfc9cc8 Merge pull request #2 from jannikstdl/german-locale
  • 4cafea0 Merge branch 'dev' into german-locale
  • 2e4bba2 Update translation.json

📊 Changes

37 files changed (+2291 additions, -390 deletions)

View changed files

📝 src/lib/components/admin/UserChatsModal.svelte (+3 -3)
📝 src/lib/components/chat/Messages/ResponseMessage.svelte (+8 -8)
📝 src/lib/components/chat/Messages/UserMessage.svelte (+3 -3)
📝 src/lib/components/chat/ModelSelector.svelte (+1 -1)
📝 src/lib/components/chat/ModelSelector/Selector.svelte (+1 -1)
📝 src/lib/components/common/Tags.svelte (+4 -1)
📝 src/lib/components/layout/Navbar.svelte (+2 -2)
📝 src/lib/components/layout/Navbar/Menu.svelte (+8 -5)
📝 src/lib/components/layout/Sidebar.svelte (+1 -1)
📝 src/lib/components/layout/Sidebar/ChatMenu.svelte (+4 -1)
📝 src/lib/i18n/locales/bg-BG/translation.json (+81 -10)
📝 src/lib/i18n/locales/bn-BD/translation.json (+74 -14)
📝 src/lib/i18n/locales/ca-ES/translation.json (+78 -8)
📝 src/lib/i18n/locales/de-DE/translation.json (+140 -66)
📝 src/lib/i18n/locales/en-GB/translation.json (+433 -62)
📝 src/lib/i18n/locales/en-US/translation.json (+74 -14)
📝 src/lib/i18n/locales/es-ES/translation.json (+47 -6)
📝 src/lib/i18n/locales/fa-IR/translation.json (+78 -8)
📝 src/lib/i18n/locales/fr-CA/translation.json (+78 -8)
📝 src/lib/i18n/locales/fr-FR/translation.json (+78 -8)

...and 17 more files

📄 Description

Pull Request Checklist

  • Description: Briefly describe the changes in this pull request.
  • Changelog: Ensure a changelog entry following the format of Keep a Changelog is added at the bottom of the PR description.
  • Documentation: not necessary
  • Dependencies: no dependencies
  • Testing: no testing
  • Code Review: no coding

Description

This pull request updates the German localization file with the following enhancements:

  • Adds several missing translations for new features added lately.
  • Corrects typographical and grammatical errors in existing translations.
  • Adjusts certain translations to ensure a more coherent and consistent style across the application.

Changelog Entry

Added

  • missing german translations

Changed

  • some errors in translations
  • improved translations.
  • updated tooltips text with i18next variables for translation
  • ran i18next-parser to add additional translations

🔄 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/open-webui/open-webui/pull/1820 **Author:** [@Maximilian-Pichler](https://github.com/Maximilian-Pichler) **Created:** 4/28/2024 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `german-locale` --- ### 📝 Commits (8) - [`236ec28`](https://github.com/open-webui/open-webui/commit/236ec284910297942c400eebeeee65c13434cd53) Update translation.json - [`9130428`](https://github.com/open-webui/open-webui/commit/9130428a555fbb11f160658cea547312908f4d99) Update translation.json - [`19843e3`](https://github.com/open-webui/open-webui/commit/19843e39fd679fbf609713e614e41e5b7a63f7c3) Added more german translations + added more i18n keys - [`93d4f98`](https://github.com/open-webui/open-webui/commit/93d4f987e7f23224399ccc904dc1e716a0a7f1e8) Merge pull request #1 from jannikstdl/german-locale - [`afc78b0`](https://github.com/open-webui/open-webui/commit/afc78b0277b33eb937de19f6b55aa89c84031c85) ran i18n parser to add the new translation keys - [`cfc9cc8`](https://github.com/open-webui/open-webui/commit/cfc9cc8a10c834a932b0c52cda8c704745af9254) Merge pull request #2 from jannikstdl/german-locale - [`4cafea0`](https://github.com/open-webui/open-webui/commit/4cafea0b97af0fce4d8f6a09de8dcce9e5b5a514) Merge branch 'dev' into german-locale - [`2e4bba2`](https://github.com/open-webui/open-webui/commit/2e4bba23746042eb4e51cfda4b588f7230232f1d) Update translation.json ### 📊 Changes **37 files changed** (+2291 additions, -390 deletions) <details> <summary>View changed files</summary> 📝 `src/lib/components/admin/UserChatsModal.svelte` (+3 -3) 📝 `src/lib/components/chat/Messages/ResponseMessage.svelte` (+8 -8) 📝 `src/lib/components/chat/Messages/UserMessage.svelte` (+3 -3) 📝 `src/lib/components/chat/ModelSelector.svelte` (+1 -1) 📝 `src/lib/components/chat/ModelSelector/Selector.svelte` (+1 -1) 📝 `src/lib/components/common/Tags.svelte` (+4 -1) 📝 `src/lib/components/layout/Navbar.svelte` (+2 -2) 📝 `src/lib/components/layout/Navbar/Menu.svelte` (+8 -5) 📝 `src/lib/components/layout/Sidebar.svelte` (+1 -1) 📝 `src/lib/components/layout/Sidebar/ChatMenu.svelte` (+4 -1) 📝 `src/lib/i18n/locales/bg-BG/translation.json` (+81 -10) 📝 `src/lib/i18n/locales/bn-BD/translation.json` (+74 -14) 📝 `src/lib/i18n/locales/ca-ES/translation.json` (+78 -8) 📝 `src/lib/i18n/locales/de-DE/translation.json` (+140 -66) 📝 `src/lib/i18n/locales/en-GB/translation.json` (+433 -62) 📝 `src/lib/i18n/locales/en-US/translation.json` (+74 -14) 📝 `src/lib/i18n/locales/es-ES/translation.json` (+47 -6) 📝 `src/lib/i18n/locales/fa-IR/translation.json` (+78 -8) 📝 `src/lib/i18n/locales/fr-CA/translation.json` (+78 -8) 📝 `src/lib/i18n/locales/fr-FR/translation.json` (+78 -8) _...and 17 more files_ </details> ### 📄 Description ## Pull Request Checklist - [x] **Description:** Briefly describe the changes in this pull request. - [x] **Changelog:** Ensure a changelog entry following the format of [Keep a Changelog](https://keepachangelog.com/) is added at the bottom of the PR description. - [x] **Documentation:** not necessary - [x] **Dependencies:** no dependencies - [x] **Testing:** no testing - [x] **Code Review:** no coding --- ## Description This pull request updates the German localization file with the following enhancements: - Adds several missing translations for new features added lately. - Corrects typographical and grammatical errors in existing translations. - Adjusts certain translations to ensure a more coherent and consistent style across the application. ## Changelog Entry ### Added - missing german translations ### Changed - some errors in translations - improved translations. - updated tooltips text with i18next variables for translation - ran [i18next-parser](https://github.com/i18next/i18next-parser) to add additional translations --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-11 17:31:12 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#7598