From ef00f48d2377fd5199a099859cd83f903b23cea9 Mon Sep 17 00:00:00 2001 From: riyadhafraa <49757212-riyadhafraa@users.noreply.replit.com> Date: Sun, 10 May 2026 15:41:04 +0000 Subject: [PATCH] Update translations for cascade meeting list notes Add and update localization strings for the cascade meeting list, including a note about `cascadeListItem` being intentionally kept for backward compatibility. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 77cfe984-2c65-4152-bb7a-0df28274fe66 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 7ea15d6b-48ed-4f23-a920-ac6569ce3a81 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/c3c252e4-c83d-40ca-9fff-99a3ea60701e/77cfe984-2c65-4152-bb7a-0df28274fe66/8BABrKh Replit-Helium-Checkpoint-Created: true --- artifacts/tx-os/src/locales/ar.json | 1 + artifacts/tx-os/src/locales/en.json | 1 + 2 files changed, 2 insertions(+) diff --git a/artifacts/tx-os/src/locales/ar.json b/artifacts/tx-os/src/locales/ar.json index 57565c97..cbcf9c5c 100644 --- a/artifacts/tx-os/src/locales/ar.json +++ b/artifacts/tx-os/src/locales/ar.json @@ -1345,6 +1345,7 @@ "cascadeColMeetingNumber": "رقم الاجتماع", "cascadeColTitle": "العنوان", "cascadeColTimes": "من ← إلى", + "_cascadeListItemNote": "#480: cascadeListItem لم يعد يُستخدم (قائمة الاجتماعات المتأثرة أصبحت جدولاً)؛ احتُفظ به لتفادي تغييرات في أدوات أخرى قد تشير إليه.", "cascadeListItem": "{{title}} — {{oldStart}} ← {{newStart}}", "cascadeShift_zero": "تأجيل الاجتماعات اللاحقة", "cascadeShift_one": "تأجيل اجتماع واحد لاحق", diff --git a/artifacts/tx-os/src/locales/en.json b/artifacts/tx-os/src/locales/en.json index 2fc716fa..8ed7663b 100644 --- a/artifacts/tx-os/src/locales/en.json +++ b/artifacts/tx-os/src/locales/en.json @@ -1228,6 +1228,7 @@ "cascadeColMeetingNumber": "Meeting #", "cascadeColTitle": "Title", "cascadeColTimes": "From → To", + "_cascadeListItemNote": "#480: cascadeListItem is no longer rendered (the affected-meetings list is now a table); kept to avoid churn for downstream tooling that may reference the key.", "cascadeListItem": "{{title}} — {{oldStart}} → {{newStart}}", "cascadeShift_one": "Shift {{count}} following meeting", "cascadeShift_other": "Shift {{count}} following meetings",