[PR #688] [MERGED] chore(translations): update translations via Crowdin #663

Closed
opened 2025-10-07 00:20:14 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pocket-id/pocket-id/pull/688
Author: @stonith404
Created: 6/28/2025
Status: Merged
Merged: 6/28/2025
Merged by: @stonith404

Base: mainHead: i18n_crowdin


📝 Commits (10+)

  • a4dc314 feat: improve initial admin creation workflow
  • ff78bed New translations en.json (Chinese Simplified)
  • d520f67 New translations en.json (Spanish)
  • 3640263 New translations en.json (Danish)
  • ffdf6eb New translations en.json (Chinese Traditional)
  • 62fecd1 New translations en.json (French)
  • ef4264f New translations en.json (Czech)
  • 1a9b4a7 New translations en.json (German)
  • 1875141 New translations en.json (Italian)
  • effca10 New translations en.json (Dutch)

📊 Changes

32 files changed (+228 additions, -144 deletions)

View changed files

📝 backend/internal/controller/e2etest_controller.go (+6 -3)
📝 backend/internal/controller/user_controller.go (+16 -7)
📝 backend/internal/service/user_service.go (+8 -14)
📝 frontend/messages/cs.json (+4 -3)
📝 frontend/messages/da.json (+4 -3)
📝 frontend/messages/de.json (+4 -3)
📝 frontend/messages/en.json (+4 -3)
📝 frontend/messages/es.json (+4 -3)
📝 frontend/messages/fr.json (+4 -3)
📝 frontend/messages/it.json (+4 -3)
📝 frontend/messages/nl.json (+4 -3)
📝 frontend/messages/pl.json (+4 -3)
📝 frontend/messages/pt-BR.json (+4 -3)
📝 frontend/messages/ru.json (+4 -3)
📝 frontend/messages/zh-CN.json (+4 -3)
📝 frontend/messages/zh-TW.json (+4 -3)
📝 frontend/src/lib/services/user-service.ts (+5 -0)
📝 frontend/src/lib/utils/redirection-util.ts (+1 -1)
frontend/src/routes/login/setup/+page.svelte (+0 -49)
frontend/src/routes/setup/+page.ts (+5 -0)

...and 12 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/pocket-id/pocket-id/pull/688 **Author:** [@stonith404](https://github.com/stonith404) **Created:** 6/28/2025 **Status:** ✅ Merged **Merged:** 6/28/2025 **Merged by:** [@stonith404](https://github.com/stonith404) **Base:** `main` ← **Head:** `i18n_crowdin` --- ### 📝 Commits (10+) - [`a4dc314`](https://github.com/pocket-id/pocket-id/commit/a4dc314e509dc286a67b2ec67f5016bc2af31cf3) feat: improve initial admin creation workflow - [`ff78bed`](https://github.com/pocket-id/pocket-id/commit/ff78bedf5d64228d5b4491e2dd6918d389b54963) New translations en.json (Chinese Simplified) - [`d520f67`](https://github.com/pocket-id/pocket-id/commit/d520f67ffb8e6a7263ff8225616e802458ec78dc) New translations en.json (Spanish) - [`3640263`](https://github.com/pocket-id/pocket-id/commit/364026351dd3687e1cbf40b742e5269b15e663ac) New translations en.json (Danish) - [`ffdf6eb`](https://github.com/pocket-id/pocket-id/commit/ffdf6eba57b6ca11160267cf04211be3b1c328b3) New translations en.json (Chinese Traditional) - [`62fecd1`](https://github.com/pocket-id/pocket-id/commit/62fecd1b31bd6d5de469f48f8bacde30c11c312e) New translations en.json (French) - [`ef4264f`](https://github.com/pocket-id/pocket-id/commit/ef4264fd1000f7125c7dbbd707b908ab135af4f9) New translations en.json (Czech) - [`1a9b4a7`](https://github.com/pocket-id/pocket-id/commit/1a9b4a72d5fc5da51c3edd3fb8f321b069aaa614) New translations en.json (German) - [`1875141`](https://github.com/pocket-id/pocket-id/commit/187514107cb7d232b5c9b9bd0923ca0e4115bf6f) New translations en.json (Italian) - [`effca10`](https://github.com/pocket-id/pocket-id/commit/effca108c4a3349172c52f5ce0818e0b77535adf) New translations en.json (Dutch) ### 📊 Changes **32 files changed** (+228 additions, -144 deletions) <details> <summary>View changed files</summary> 📝 `backend/internal/controller/e2etest_controller.go` (+6 -3) 📝 `backend/internal/controller/user_controller.go` (+16 -7) 📝 `backend/internal/service/user_service.go` (+8 -14) 📝 `frontend/messages/cs.json` (+4 -3) 📝 `frontend/messages/da.json` (+4 -3) 📝 `frontend/messages/de.json` (+4 -3) 📝 `frontend/messages/en.json` (+4 -3) 📝 `frontend/messages/es.json` (+4 -3) 📝 `frontend/messages/fr.json` (+4 -3) 📝 `frontend/messages/it.json` (+4 -3) 📝 `frontend/messages/nl.json` (+4 -3) 📝 `frontend/messages/pl.json` (+4 -3) 📝 `frontend/messages/pt-BR.json` (+4 -3) 📝 `frontend/messages/ru.json` (+4 -3) 📝 `frontend/messages/zh-CN.json` (+4 -3) 📝 `frontend/messages/zh-TW.json` (+4 -3) 📝 `frontend/src/lib/services/user-service.ts` (+5 -0) 📝 `frontend/src/lib/utils/redirection-util.ts` (+1 -1) ➖ `frontend/src/routes/login/setup/+page.svelte` (+0 -49) ➕ `frontend/src/routes/setup/+page.ts` (+5 -0) _...and 12 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 2025-10-07 00:20:14 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/pocket-id#663