From 9473e8d70679fe4e7688d2314583ef535cfb4972 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B3=A0=EB=8F=99=EC=98=81?= Date: Tue, 29 Oct 2024 10:54:53 +0900 Subject: [PATCH] =?UTF-8?q?[SHOPTIME-3785][=EC=83=81=ED=92=88=EC=83=81?= =?UTF-8?q?=EC=84=B8=5F=EA=B2=B0=EC=A0=9C=EA=B0=80=EB=8A=A5=EC=83=81?= =?UTF-8?q?=ED=92=88]=20=EC=98=B5=EC=85=98=ED=95=AD=EB=AA=A9=20=ED=91=9C?= =?UTF-8?q?=EC=8B=9C=EB=AA=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [수정파일] resources/de/strings.json resources/en/strings.json resources/gb/strings.json resources/ru/strings.json src/views/DetailPanel/SingleProduct/SingleOption.jsx [수정내용] OPTIONS TOTALS -> OPTION 으로 text 변경 [원인] 기획 변경 [대책] --- com.twin.app.shoptime/resources/de/strings.json | 3 ++- com.twin.app.shoptime/resources/en/strings.json | 3 ++- com.twin.app.shoptime/resources/gb/strings.json | 3 ++- com.twin.app.shoptime/resources/ru/strings.json | 3 ++- .../src/views/DetailPanel/SingleProduct/SingleOption.jsx | 4 ++-- 5 files changed, 10 insertions(+), 6 deletions(-) diff --git a/com.twin.app.shoptime/resources/de/strings.json b/com.twin.app.shoptime/resources/de/strings.json index 4573efc5..50013a23 100644 --- a/com.twin.app.shoptime/resources/de/strings.json +++ b/com.twin.app.shoptime/resources/de/strings.json @@ -228,5 +228,6 @@ "No shows or items recently viewed.": "Keine kürzlich angesehenen Sendungen oder Artikel.", "The ShopTime service will no longer be available on your current TV starting September 1st. To continue using the service, please access ShopTime on 2018 and later TV models (webOS 4.0 or higher).": "Der ShopTime-Dienst wird ab dem 1. September auf Ihrem aktuellen TV nicht mehr verfügbar sein.
Um den Dienst weiterhin zu nutzen, greifen Sie auf TV-Modellen (webOS4.0 oder höher) ab 2018 auf ShopTime zu.", "SHOPTIME": "EXKLUSIVES", - "EXCLUSIVE": "ANGEBOT" + "EXCLUSIVE": "ANGEBOT", + "OPTION": "(need for transfer)OPTION" } diff --git a/com.twin.app.shoptime/resources/en/strings.json b/com.twin.app.shoptime/resources/en/strings.json index 06378b1b..b2df9cf1 100644 --- a/com.twin.app.shoptime/resources/en/strings.json +++ b/com.twin.app.shoptime/resources/en/strings.json @@ -228,5 +228,6 @@ "No shows or items recently viewed.": "No shows or items recently viewed.", "The ShopTime service will no longer be available on your current TV starting September 1st. To continue using the service, please access ShopTime on 2018 and later TV models (webOS 4.0 or higher).": "The ShopTime service will no longer be available on your current TV starting September 1st.
To continue using the service, please access ShopTime on 2018 and later TV models (webOS 4.0 or higher).", "SHOPTIME": "SHOPTIME", - "EXCLUSIVE": "EXCLUSIVE" + "EXCLUSIVE": "EXCLUSIVE", + "OPTION": "OPTION" } diff --git a/com.twin.app.shoptime/resources/gb/strings.json b/com.twin.app.shoptime/resources/gb/strings.json index a006a9ab..1a76d0e9 100644 --- a/com.twin.app.shoptime/resources/gb/strings.json +++ b/com.twin.app.shoptime/resources/gb/strings.json @@ -228,5 +228,6 @@ "No shows or items recently viewed.": "No shows or items recently viewed.", "The ShopTime service will no longer be available on your current TV starting September 1st. To continue using the service, please access ShopTime on 2018 and later TV models (webOS 4.0 or higher).": "The ShopTime service will no longer be available on your current TV starting September 1st.
To continue using the service, please access ShopTime on 2018 and later TV models (webOS 4.0 or higher).", "SHOPTIME": "SHOPTIME", - "EXCLUSIVE": "EXCLUSIVE" + "EXCLUSIVE": "EXCLUSIVE", + "OPTION": "OPTION" } diff --git a/com.twin.app.shoptime/resources/ru/strings.json b/com.twin.app.shoptime/resources/ru/strings.json index a58fc715..416a3999 100644 --- a/com.twin.app.shoptime/resources/ru/strings.json +++ b/com.twin.app.shoptime/resources/ru/strings.json @@ -228,5 +228,6 @@ "No shows or items recently viewed.": "Нет недавно просмотренных шоу или товаров.", "The ShopTime service will no longer be available on your current TV starting September 1st. To continue using the service, please access ShopTime on 2018 and later TV models (webOS 4.0 or higher).": "С 1 сентября услуга ShopTime больше не будет доступна на модели вашего телевизора.
Продолжить пользоваться сервисом ShopTime можно на телевизорах 2018 года и более поздних моделей (webOS 4.0 или выше).", "SHOPTIME": "SHOPTIME", - "EXCLUSIVE": "EXCLUSIVE" + "EXCLUSIVE": "EXCLUSIVE", + "OPTION": "(need for transfer)OPTION" } diff --git a/com.twin.app.shoptime/src/views/DetailPanel/SingleProduct/SingleOption.jsx b/com.twin.app.shoptime/src/views/DetailPanel/SingleProduct/SingleOption.jsx index fb91e45d..dae5c491 100644 --- a/com.twin.app.shoptime/src/views/DetailPanel/SingleProduct/SingleOption.jsx +++ b/com.twin.app.shoptime/src/views/DetailPanel/SingleProduct/SingleOption.jsx @@ -673,7 +673,7 @@ export default function SingleOption({ {productOptionInfos.length !== 1 && (
{/* OPTION 1 */} - {$L("OPTIONS TOTAL")} + {$L("OPTION")} {/* OPTION 2 */} - {$L("OPTIONS TOTAL")} + {$L("OPTION")}