From 64e66ae31e4db6f1d24c2b331e0229e80b7fb3cb Mon Sep 17 00:00:00 2001 From: JoseRFelix Date: Tue, 9 Jan 2024 04:08:17 +0000 Subject: [PATCH] Apply automatic changes --- cms/top-announcement-banner.json | 74 ++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) diff --git a/cms/top-announcement-banner.json b/cms/top-announcement-banner.json index ccf9d5f..98c9461 100644 --- a/cms/top-announcement-banner.json +++ b/cms/top-announcement-banner.json @@ -11,5 +11,79 @@ "localStorageKey": "top-announcement-banner-test", "startDate": "2024-01-08T00:00:00.000Z", "endDate": "2024-02-01T00:00:00.000Z" + }, + "localization": { + "en": { + "top-announcement-banner": { + "title": "Testing!", + "linkLearnMore": "Click here to learn more." + } + }, + "es": { + "top-announcement-banner": { + "title": "¡Pruebas!", + "linkLearnMore": "Clic aquí para saber más." + } + }, + "fa": { + "top-announcement-banner": { + "title": "آزمایش کردن!", + "linkLearnMore": "برای اطلاعات بیشتر اینجا کلیک کنید." + } + }, + "fr": { + "top-announcement-banner": { + "title": "Essai!", + "linkLearnMore": "Cliquez ici pour en savoir plus." + } + }, + "ko": { + "top-announcement-banner": { + "title": "테스트!", + "linkLearnMore": "자세한 내용을 보려면 여기를 클릭하세요." + } + }, + "pl": { + "top-announcement-banner": { + "title": "Testowanie!", + "linkLearnMore": "Kliknij tutaj, aby dowiedzieć się więcej." + } + }, + "pt-br": { + "top-announcement-banner": { + "title": "Testando!", + "linkLearnMore": "Clique aqui para saber mais." + } + }, + "ro": { + "top-announcement-banner": { + "title": "Testare!", + "linkLearnMore": "Apasa aici pentru a afla mai multe." + } + }, + "tr": { + "top-announcement-banner": { + "title": "Test yapmak!", + "linkLearnMore": "Daha fazlasını öğrenmek için buraya tıklayın." + } + }, + "zh-cn": { + "top-announcement-banner": { + "title": "测试!", + "linkLearnMore": "点击这里了解更多。" + } + }, + "zh-hk": { + "top-announcement-banner": { + "title": "測試!", + "linkLearnMore": "點這裡了解更多。" + } + }, + "zh-tw": { + "top-announcement-banner": { + "title": "測試!", + "linkLearnMore": "點這裡了解更多。" + } + } } }