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")}