[PR #4408] [MERGED] 📚 Translation batch #1 #5365

Closed
opened 2026-02-28 21:11:16 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/4408
Author: @lelemm
Created: 2/19/2025
Status: Merged
Merged: 2/19/2025
Merged by: @jfdoming

Base: masterHead: translate/more_components


📝 Commits (5)

📊 Changes

19 files changed (+166 additions, -80 deletions)

View changed files

📝 packages/desktop-client/src/components/accounts/Account.tsx (+1 -1)
📝 packages/desktop-client/src/components/budget/SidebarCategory.tsx (+3 -3)
📝 packages/desktop-client/src/components/budget/envelope/budgetsummary/TotalsList.tsx (+16 -4)
📝 packages/desktop-client/src/components/mobile/MobileNavTabs.tsx (+10 -8)
📝 packages/desktop-client/src/components/mobile/accounts/AccountTransactions.tsx (+3 -1)
📝 packages/desktop-client/src/components/mobile/accounts/Accounts.tsx (+2 -2)
📝 packages/desktop-client/src/components/mobile/budget/BudgetTable.jsx (+8 -1)
📝 packages/desktop-client/src/components/mobile/transactions/TransactionEdit.jsx (+5 -5)
📝 packages/desktop-client/src/components/mobile/transactions/TransactionList.tsx (+4 -2)
📝 packages/desktop-client/src/components/mobile/transactions/TransactionListItem.tsx (+3 -1)
📝 packages/desktop-client/src/components/modals/CategoryMenuModal.tsx (+5 -3)
📝 packages/desktop-client/src/components/modals/CreateLocalAccountModal.tsx (+2 -2)
📝 packages/desktop-client/src/components/modals/manager/ImportModal.tsx (+4 -2)
📝 packages/desktop-client/src/components/reports/ReportSidebar.tsx (+30 -23)
📝 packages/desktop-client/src/components/reports/reports/CustomReport.tsx (+3 -1)
📝 packages/desktop-client/src/components/reports/reports/Spending.tsx (+47 -10)
📝 packages/desktop-client/src/components/settings/Export.tsx (+11 -8)
📝 packages/desktop-client/src/components/transactions/TransactionsTable.jsx (+3 -3)
upcoming-release-notes/4408.md (+6 -0)

📄 Description

More translations.
I'm dedicating some time to zero out all "old" strings that are not translated yet.

As far as I saw, I will do this in three batches.
This PR
The next one will focus on rules and schedules
The last will focus on dates (the one I started already)


🔄 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/actualbudget/actual/pull/4408 **Author:** [@lelemm](https://github.com/lelemm) **Created:** 2/19/2025 **Status:** ✅ Merged **Merged:** 2/19/2025 **Merged by:** [@jfdoming](https://github.com/jfdoming) **Base:** `master` ← **Head:** `translate/more_components` --- ### 📝 Commits (5) - [`631ed78`](https://github.com/actualbudget/actual/commit/631ed78df4ea0e594402916ca69a3a347e60e19a) Translation batch - [`e1b8cc8`](https://github.com/actualbudget/actual/commit/e1b8cc8867cfc96ea9860ac2f918c05a369cb317) md - [`dccbcdb`](https://github.com/actualbudget/actual/commit/dccbcdb73a27a8ecd82591945ac686252572205e) Update packages/desktop-client/src/components/settings/Export.tsx - [`6feeff5`](https://github.com/actualbudget/actual/commit/6feeff5337e26f5514402a23e2e47f642ad84ef9) fix code review from coderabbit - [`f5925a4`](https://github.com/actualbudget/actual/commit/f5925a465074074966981cfc9000d49931dfec56) code review ### 📊 Changes **19 files changed** (+166 additions, -80 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/accounts/Account.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/budget/SidebarCategory.tsx` (+3 -3) 📝 `packages/desktop-client/src/components/budget/envelope/budgetsummary/TotalsList.tsx` (+16 -4) 📝 `packages/desktop-client/src/components/mobile/MobileNavTabs.tsx` (+10 -8) 📝 `packages/desktop-client/src/components/mobile/accounts/AccountTransactions.tsx` (+3 -1) 📝 `packages/desktop-client/src/components/mobile/accounts/Accounts.tsx` (+2 -2) 📝 `packages/desktop-client/src/components/mobile/budget/BudgetTable.jsx` (+8 -1) 📝 `packages/desktop-client/src/components/mobile/transactions/TransactionEdit.jsx` (+5 -5) 📝 `packages/desktop-client/src/components/mobile/transactions/TransactionList.tsx` (+4 -2) 📝 `packages/desktop-client/src/components/mobile/transactions/TransactionListItem.tsx` (+3 -1) 📝 `packages/desktop-client/src/components/modals/CategoryMenuModal.tsx` (+5 -3) 📝 `packages/desktop-client/src/components/modals/CreateLocalAccountModal.tsx` (+2 -2) 📝 `packages/desktop-client/src/components/modals/manager/ImportModal.tsx` (+4 -2) 📝 `packages/desktop-client/src/components/reports/ReportSidebar.tsx` (+30 -23) 📝 `packages/desktop-client/src/components/reports/reports/CustomReport.tsx` (+3 -1) 📝 `packages/desktop-client/src/components/reports/reports/Spending.tsx` (+47 -10) 📝 `packages/desktop-client/src/components/settings/Export.tsx` (+11 -8) 📝 `packages/desktop-client/src/components/transactions/TransactionsTable.jsx` (+3 -3) ➕ `upcoming-release-notes/4408.md` (+6 -0) </details> ### 📄 Description More translations. I'm dedicating some time to zero out all "old" strings that are not translated yet. As far as I saw, I will do this in three batches. This PR The next one will focus on rules and schedules The last will focus on dates (the one I started already) --- <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 2026-02-28 21:11:16 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#5365