[PR #744] [CLOSED] web/i18n: added complete brazilian portuguese translations #1252

Closed
opened 2025-11-09 10:09:07 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/imputnet/cobalt/pull/744
Author: @ruizlenato
Created: 9/12/2024
Status: Closed

Base: mainHead: main


📝 Commits (1)

  • 9221f33 web/i18n: added complete brazilian portuguese translations

📊 Changes

19 files changed (+356 additions, -2 deletions)

View changed files

📝 web/i18n/languages.json (+3 -2)
web/i18n/pt-BR/a11y/dialog.json (+5 -0)
web/i18n/pt-BR/a11y/donate.json (+4 -0)
web/i18n/pt-BR/a11y/general.json (+3 -0)
web/i18n/pt-BR/a11y/save.json (+12 -0)
web/i18n/pt-BR/a11y/tabs.json (+3 -0)
web/i18n/pt-BR/about.json (+16 -0)
web/i18n/pt-BR/button.json (+19 -0)
web/i18n/pt-BR/dialog.json (+25 -0)
web/i18n/pt-BR/donate.json (+36 -0)
web/i18n/pt-BR/error.json (+52 -0)
web/i18n/pt-BR/general.json (+7 -0)
web/i18n/pt-BR/notification.json (+4 -0)
web/i18n/pt-BR/receiver.json (+5 -0)
web/i18n/pt-BR/remux.json (+3 -0)
web/i18n/pt-BR/save.json (+23 -0)
web/i18n/pt-BR/settings.json (+124 -0)
web/i18n/pt-BR/tabs.json (+8 -0)
web/i18n/pt-BR/updates.json (+4 -0)

📄 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/imputnet/cobalt/pull/744 **Author:** [@ruizlenato](https://github.com/ruizlenato) **Created:** 9/12/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`9221f33`](https://github.com/imputnet/cobalt/commit/9221f333b43f1b440d30b35c8b45cc368b67ed2b) web/i18n: added complete brazilian portuguese translations ### 📊 Changes **19 files changed** (+356 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `web/i18n/languages.json` (+3 -2) ➕ `web/i18n/pt-BR/a11y/dialog.json` (+5 -0) ➕ `web/i18n/pt-BR/a11y/donate.json` (+4 -0) ➕ `web/i18n/pt-BR/a11y/general.json` (+3 -0) ➕ `web/i18n/pt-BR/a11y/save.json` (+12 -0) ➕ `web/i18n/pt-BR/a11y/tabs.json` (+3 -0) ➕ `web/i18n/pt-BR/about.json` (+16 -0) ➕ `web/i18n/pt-BR/button.json` (+19 -0) ➕ `web/i18n/pt-BR/dialog.json` (+25 -0) ➕ `web/i18n/pt-BR/donate.json` (+36 -0) ➕ `web/i18n/pt-BR/error.json` (+52 -0) ➕ `web/i18n/pt-BR/general.json` (+7 -0) ➕ `web/i18n/pt-BR/notification.json` (+4 -0) ➕ `web/i18n/pt-BR/receiver.json` (+5 -0) ➕ `web/i18n/pt-BR/remux.json` (+3 -0) ➕ `web/i18n/pt-BR/save.json` (+23 -0) ➕ `web/i18n/pt-BR/settings.json` (+124 -0) ➕ `web/i18n/pt-BR/tabs.json` (+8 -0) ➕ `web/i18n/pt-BR/updates.json` (+4 -0) </details> ### 📄 Description _No description provided_ --- <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-09 10:09:07 -06:00
Sign in to join this conversation.