From e2a0c11d43221ef4f9fddc5f7273a1e534cb524b Mon Sep 17 00:00:00 2001 From: vishnuraghavb Date: Tue, 8 Jun 2021 21:49:33 +0530 Subject: [PATCH] updated strings --- app/i18n/en-GB.default.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/app/i18n/en-GB.default.json b/app/i18n/en-GB.default.json index 7063b5b4..3e6c911d 100644 --- a/app/i18n/en-GB.default.json +++ b/app/i18n/en-GB.default.json @@ -320,5 +320,21 @@ "texp": "%s timers expired", "dismiss": "Dismiss", "dismissAll": "Dismiss all timers", - "ttv": "Tap to view" + "ttv": "Tap to view", + "oAP": "%1$s ongoing, %2$s paused", + "calVM": "Calendar view mode", + "mnthly": "Monthly", + "wkly": "Weekly", + "dly": "Daily", + "sun": "Sunday", + "mon": "Monday", + "tue": "Tuesday", + "wed": "Wednesday", + "thu": "Thursday", + "fri": "Friday", + "sat": "Saturday", + "cpy": "copy", + "tdy": "Today", + "tmrw": "Tomorrow", + "ystr": "Yesterday" }