From 405d787c203dbc02d5dd43e32ab06280f25a90e1 Mon Sep 17 00:00:00 2001 From: dongyoungKo Date: Tue, 10 Jun 2025 16:45:01 +0900 Subject: [PATCH] =?UTF-8?q?[SHOPTIME-4008]=20HotPics=20=EB=9E=9C=EB=94=A9?= =?UTF-8?q?=20=ED=99=88=EB=B0=B0=EB=84=88=20=EC=A7=84=EC=9E=85=20/=20Hot?= =?UTF-8?q?=20Pics=20=EC=83=81=ED=92=88=20[Shop=20by=20Mobile]=20/=20SMS?= =?UTF-8?q?=20=EB=AC=B8=EA=B5=AC=20=EC=A0=84=EC=86=A1=20=EC=8B=9C=20?= =?UTF-8?q?=EC=98=A4=EB=A5=98=20=EC=95=8C=EB=9F=BF=20=EB=85=B8=EC=B6=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [수정사항] 에러가 발상할때 노출되는 텍스트가 번역 처리가 되어있지 않아 미국을 제외한 다른 국가에서도 영어로 노출되는 현상 번역본에 해당 텍스트 추가 요청 --- com.twin.app.shoptime/resources/de/strings.json | 3 ++- com.twin.app.shoptime/resources/en/strings.json | 5 +++-- com.twin.app.shoptime/resources/gb/strings.json | 5 +++-- com.twin.app.shoptime/resources/ru/strings.json | 3 ++- 4 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 58c9c3b0..233b941c 100644 --- a/com.twin.app.shoptime/resources/de/strings.json +++ b/com.twin.app.shoptime/resources/de/strings.json @@ -230,5 +230,6 @@ "SHOPTIME": "EXKLUSIVES", "EXCLUSIVE": "ANGEBOT", "OPTION": "(need for transfer)OPTION", - "There are no themes available": "Es sind keine Artikel verfügbar" + "There are no themes available": "Es sind keine Artikel verfügbar", + "The event information has not been registered": "(need for transfer) The event information has not been registered" } diff --git a/com.twin.app.shoptime/resources/en/strings.json b/com.twin.app.shoptime/resources/en/strings.json index 82edf2cd..a5bf34fd 100644 --- a/com.twin.app.shoptime/resources/en/strings.json +++ b/com.twin.app.shoptime/resources/en/strings.json @@ -230,5 +230,6 @@ "SHOPTIME": "SHOPTIME", "EXCLUSIVE": "EXCLUSIVE", "OPTION": "OPTION", - "There are no themes available": "There are no themes available" -} \ No newline at end of file + "There are no themes available": "There are no themes available", + "The event information has not been registered": "The event information has not been registered" +} diff --git a/com.twin.app.shoptime/resources/gb/strings.json b/com.twin.app.shoptime/resources/gb/strings.json index 70a4dcd5..83dcade2 100644 --- a/com.twin.app.shoptime/resources/gb/strings.json +++ b/com.twin.app.shoptime/resources/gb/strings.json @@ -230,5 +230,6 @@ "SHOPTIME": "SHOPTIME", "EXCLUSIVE": "EXCLUSIVE", "OPTION": "OPTION", - "There are no themes available": "There are no themes available" -} \ No newline at end of file + "There are no themes available": "There are no themes available", + "The event information has not been registered": "The event information has not been registered" +} diff --git a/com.twin.app.shoptime/resources/ru/strings.json b/com.twin.app.shoptime/resources/ru/strings.json index f808f2af..ad8f4913 100644 --- a/com.twin.app.shoptime/resources/ru/strings.json +++ b/com.twin.app.shoptime/resources/ru/strings.json @@ -230,5 +230,6 @@ "SHOPTIME": "SHOPTIME", "EXCLUSIVE": "EXCLUSIVE", "OPTION": "(need for transfer)OPTION", - "There are no themes available": "Нет доступных товаров" + "There are no themes available": "Нет доступных товаров", + "The event information has not been registered": "(need for transfer) The event information has not been registered" }