From 9d58f242018b3614fd7cd58e9102795390367899 Mon Sep 17 00:00:00 2001 From: "Torsten Schulz (local)" Date: Tue, 28 Apr 2026 16:57:57 +0200 Subject: [PATCH] feat(i18n): add 'billing' translation to multiple languages - Added translations for the 'billing' navigation item in various localization files, including German, English, Spanish, French, Italian, Japanese, Polish, Thai, Filipino, and Chinese. - Ensured consistent user experience across different locales by updating the relevant JSON files. --- frontend/src/i18n/locales/de-CH.json | 1 + frontend/src/i18n/locales/de-extended.json | 1 + frontend/src/i18n/locales/en-AU.json | 1 + frontend/src/i18n/locales/en-GB.json | 1 + frontend/src/i18n/locales/en-US.json | 1 + frontend/src/i18n/locales/es.json | 1 + frontend/src/i18n/locales/fil.json | 1 + frontend/src/i18n/locales/fr.json | 1 + frontend/src/i18n/locales/it.json | 1 + frontend/src/i18n/locales/ja.json | 1 + frontend/src/i18n/locales/pl.json | 1 + frontend/src/i18n/locales/th.json | 1 + frontend/src/i18n/locales/tl.json | 1 + frontend/src/i18n/locales/zh.json | 1 + 14 files changed, 14 insertions(+) diff --git a/frontend/src/i18n/locales/de-CH.json b/frontend/src/i18n/locales/de-CH.json index 3f88b7e3..695eaa0f 100644 --- a/frontend/src/i18n/locales/de-CH.json +++ b/frontend/src/i18n/locales/de-CH.json @@ -66,6 +66,7 @@ "navigation": { "home": "Startseite", "members": "Mitglider", + "billing": "Abrechnig", "orders": "Bestellige", "diary": "Tagebuech", "approvals": "Freigabe", diff --git a/frontend/src/i18n/locales/de-extended.json b/frontend/src/i18n/locales/de-extended.json index b1969178..53d6acbb 100644 --- a/frontend/src/i18n/locales/de-extended.json +++ b/frontend/src/i18n/locales/de-extended.json @@ -66,6 +66,7 @@ "navigation": { "home": "Startseite", "members": "Mitglieder", + "billing": "Abrechnung", "orders": "Bestellungen", "diary": "Tagebuch", "approvals": "Freigaben", diff --git a/frontend/src/i18n/locales/en-AU.json b/frontend/src/i18n/locales/en-AU.json index 336cb0c3..a643c17b 100644 --- a/frontend/src/i18n/locales/en-AU.json +++ b/frontend/src/i18n/locales/en-AU.json @@ -65,6 +65,7 @@ "navigation": { "home": "Home", "members": "Members", + "billing": "Billing", "orders": "Orders", "diary": "Diary", "approvals": "Approvals", diff --git a/frontend/src/i18n/locales/en-GB.json b/frontend/src/i18n/locales/en-GB.json index c0041c77..4ea7073a 100644 --- a/frontend/src/i18n/locales/en-GB.json +++ b/frontend/src/i18n/locales/en-GB.json @@ -65,6 +65,7 @@ "navigation": { "home": "Home", "members": "Members", + "billing": "Billing", "orders": "Orders", "diary": "Diary", "approvals": "Approvals", diff --git a/frontend/src/i18n/locales/en-US.json b/frontend/src/i18n/locales/en-US.json index cf19818e..60a1e446 100644 --- a/frontend/src/i18n/locales/en-US.json +++ b/frontend/src/i18n/locales/en-US.json @@ -65,6 +65,7 @@ "navigation": { "home": "Home", "members": "Members", + "billing": "Billing", "orders": "Orders", "diary": "Diary", "approvals": "Approvals", diff --git a/frontend/src/i18n/locales/es.json b/frontend/src/i18n/locales/es.json index c4b99dc8..d43b4f90 100644 --- a/frontend/src/i18n/locales/es.json +++ b/frontend/src/i18n/locales/es.json @@ -65,6 +65,7 @@ "navigation": { "home": "Inicio", "members": "Miembros", + "billing": "Facturación", "orders": "Pedidos", "diary": "Diario", "approvals": "Aprobaciones", diff --git a/frontend/src/i18n/locales/fil.json b/frontend/src/i18n/locales/fil.json index 5fe0a305..5a33e101 100644 --- a/frontend/src/i18n/locales/fil.json +++ b/frontend/src/i18n/locales/fil.json @@ -65,6 +65,7 @@ "navigation": { "home": "Home", "members": "Mga miyembro", + "billing": "Pagsingil", "orders": "Mga order", "diary": "Talaarawan", "approvals": "Mga pag-apruba", diff --git a/frontend/src/i18n/locales/fr.json b/frontend/src/i18n/locales/fr.json index 215441c7..28e0913f 100644 --- a/frontend/src/i18n/locales/fr.json +++ b/frontend/src/i18n/locales/fr.json @@ -65,6 +65,7 @@ "navigation": { "home": "Accueil", "members": "Membres", + "billing": "Facturation", "orders": "Commandes", "diary": "Journal", "approvals": "Approbations", diff --git a/frontend/src/i18n/locales/it.json b/frontend/src/i18n/locales/it.json index ed1267cf..e135a736 100644 --- a/frontend/src/i18n/locales/it.json +++ b/frontend/src/i18n/locales/it.json @@ -65,6 +65,7 @@ "navigation": { "home": "Home", "members": "Membri", + "billing": "Fatturazione", "orders": "Ordini", "diary": "Diario", "approvals": "Approvazioni", diff --git a/frontend/src/i18n/locales/ja.json b/frontend/src/i18n/locales/ja.json index 251e3ffc..012dccc3 100644 --- a/frontend/src/i18n/locales/ja.json +++ b/frontend/src/i18n/locales/ja.json @@ -65,6 +65,7 @@ "navigation": { "home": "ホーム", "members": "メンバー", + "billing": "請求", "orders": "注文", "diary": "日記", "approvals": "承認", diff --git a/frontend/src/i18n/locales/pl.json b/frontend/src/i18n/locales/pl.json index d47fe619..e14dc5f7 100644 --- a/frontend/src/i18n/locales/pl.json +++ b/frontend/src/i18n/locales/pl.json @@ -65,6 +65,7 @@ "navigation": { "home": "Strona główna", "members": "Członkowie", + "billing": "Rozliczenia", "orders": "Zamówienia", "diary": "Dziennik", "approvals": "Zatwierdzenia", diff --git a/frontend/src/i18n/locales/th.json b/frontend/src/i18n/locales/th.json index 87f42b19..8410d022 100644 --- a/frontend/src/i18n/locales/th.json +++ b/frontend/src/i18n/locales/th.json @@ -65,6 +65,7 @@ "navigation": { "home": "หน้าแรก", "members": "สมาชิก", + "billing": "การเรียกเก็บเงิน", "orders": "คำสั่งซื้อ", "diary": "ไดอารี่", "approvals": "การอนุมัติ", diff --git a/frontend/src/i18n/locales/tl.json b/frontend/src/i18n/locales/tl.json index 38c2286f..586fac10 100644 --- a/frontend/src/i18n/locales/tl.json +++ b/frontend/src/i18n/locales/tl.json @@ -65,6 +65,7 @@ "navigation": { "home": "Home", "members": "Mga miyembro", + "billing": "Pagsingil", "orders": "Mga order", "diary": "Talaarawan", "approvals": "Mga pag-apruba", diff --git a/frontend/src/i18n/locales/zh.json b/frontend/src/i18n/locales/zh.json index 778a18ee..caf549d1 100644 --- a/frontend/src/i18n/locales/zh.json +++ b/frontend/src/i18n/locales/zh.json @@ -65,6 +65,7 @@ "navigation": { "home": "首页", "members": "成员", + "billing": "账单", "orders": "订单", "diary": "日记", "approvals": "审批",