diff --git a/com.twin.app.shoptime/resources/de/strings.json b/com.twin.app.shoptime/resources/de/strings.json index 673e558c..236a46b0 100644 --- a/com.twin.app.shoptime/resources/de/strings.json +++ b/com.twin.app.shoptime/resources/de/strings.json @@ -179,5 +179,19 @@ "You have no {title}": "(need for transfer) You have no {title}", "Hi, {userId}": "Hi, {userId}", "There is No Registered {type}": "(need for transfer) There is No Registered {type}", - "Coming Soon": "Demnächst" + "Coming Soon": "Demnächst", + "THERE IS NO ORDER HISTORY": "(need for transfer) THERE IS NO ORDER HISTORY", + "Use search above to find past orders.": "(need for transfer) Use search above to find past orders.", + "ORDER NUMBER": "Bestellnummer", + "payment method": "BEZAHLVERFAHREN", + "order date": "AUFTRAGSDATUM", + "item total": "Artikel insgesamt", + "tax": "Steuer", + "order total": "AUFTRAGSDATUM", + "Qty": "(need for transfer) Qty", + "VIEW CANCELLATION DETAILS": "STORNIERUNGSDETAILS ANZEIGEN", + "BUY IT AGAIN": "NOCHMAL KAUFEN", + "CANCEL ITEM": "ARTIKEL ABBRECHEN", + "RETURN ITEM": "ARTIKEL ZURÜCKGEBEN", + "EXCHANGE ITEM": "ARTIKEL UMTAUSCHEN" } diff --git a/com.twin.app.shoptime/resources/en/GB/strings.json b/com.twin.app.shoptime/resources/en/GB/strings.json index 1c11fcbd..7886fdf1 100644 --- a/com.twin.app.shoptime/resources/en/GB/strings.json +++ b/com.twin.app.shoptime/resources/en/GB/strings.json @@ -179,5 +179,19 @@ "You have no {title}": "You have no {title}", "Hi, {userId}": "Hi, {userId}", "There is No Registered {type}": "There is No Registered {type}", - "Coming Soon": "Coming Soon" + "Coming Soon": "Coming Soon", + "THERE IS NO ORDER HISTORY": "THERE IS NO ORDER HISTORY", + "Use search above to find past orders.": "Use search above to find past orders.", + "ORDER NUMBER": "ORDER NUMBER", + "payment method": "payment method", + "order date": "order date", + "item total": "item total", + "tax": "tax", + "order total": "order total", + "Qty": "Qty", + "VIEW CANCELLATION DETAILS": "VIEW CANCELLATION DETAILS", + "BUY IT AGAIN": "BUY IT AGAIN", + "CANCEL ITEM": "CANCEL ITEM", + "RETURN ITEM": "RETURN ITEM", + "EXCHANGE ITEM": "EXCHANGE ITEM" } diff --git a/com.twin.app.shoptime/resources/ru/strings.json b/com.twin.app.shoptime/resources/ru/strings.json index 89b65a02..d4fa5686 100644 --- a/com.twin.app.shoptime/resources/ru/strings.json +++ b/com.twin.app.shoptime/resources/ru/strings.json @@ -179,5 +179,19 @@ "You have no {title}": "(need for transfer) You have no {title}", "Hi, {userId}": "Приветствую, {userId}", "There is No Registered {type}": "(need for transfer) There is No Registered {type}", - "Coming Soon": "Скоро в эфире" + "Coming Soon": "Скоро в эфире", + "THERE IS NO ORDER HISTORY": "(need for transfer) THERE IS NO ORDER HISTORY", + "Use search above to find past orders.": "(need for transfer) Use search above to find past orders.", + "ORDER NUMBER": "Номер заказа", + "payment method": "СПОСОБ ОПЛАТЫ", + "order date": "ДАТА ЗАКАЗА", + "item total": "Общая Сумма Товаров", + "tax": "Налоги", + "order total": "(need for transfer) order total", + "Qty": "(need for transfer) Qty", + "VIEW CANCELLATION DETAILS": "ПРОСМОТР ДЕТАЛЕЙ ОТМЕНЫ ЗАКАЗА", + "BUY IT AGAIN": "КУПИТЬ ЕЩЕ РАЗ", + "CANCEL ITEM": "ОТМЕНИТЬ ЗАКАЗ", + "RETURN ITEM": "ВЕРНУТЬ ЗАКАЗ", + "EXCHANGE ITEM": "ОБМЕНЯТЬ ЗАКАЗ" }