[다국어] 일괄 수정
This commit is contained in:
@@ -131,7 +131,8 @@
|
||||
"view order details": "Mehr Details sehen",
|
||||
"You have not any recently viewed pages": "Sie haben keine kürzlich angesehene Seiten.",
|
||||
"No Alerts Yet": "Keine Benachrichtigungen vorhanden",
|
||||
"Reminder Notification turned 'OFF'": "Erinnerung-Benachrichtigung ist ausgeschaltet.",
|
||||
"Reminder Notification turned OFF": "Erinnerung-Benachrichtigung ist ausgeschaltet. \n Wählen Sie Ja aus, um Erinnerungen einzuschalten.",
|
||||
"Reminder Notification turned ON": "Erinnerung-Benachrichtigung ist {onoff}",
|
||||
"Phone": "Telefon",
|
||||
"Email": "Email",
|
||||
"URL": "URL",
|
||||
@@ -150,6 +151,7 @@
|
||||
"Shows": "SHOWS",
|
||||
"SHOWS": "SHOWS",
|
||||
"Items": "Artikel",
|
||||
"ITEMS": "Artikel",
|
||||
"Theme Menu": "(need for transfer) Theme Menu",
|
||||
"Your coupon download is complete.": "(need for transfer) Your coupon download is complete.",
|
||||
"Puschase over": "Kaufen Sie über",
|
||||
|
||||
@@ -131,7 +131,8 @@
|
||||
"view order details": "view order details",
|
||||
"You have not any recently viewed pages": "You have not any recently viewed pages",
|
||||
"No Alerts Yet": "No Alerts Yet",
|
||||
"Reminder Notification turned 'OFF'": "Reminder Notification turned 'OFF'",
|
||||
"Reminder Notification turned OFF": "Reminder Notification turned \"OFF\"",
|
||||
"Reminder Notification turned ON": "Reminder Notification turned \"ON\"",
|
||||
"Phone": "Phone",
|
||||
"Email": "Email",
|
||||
"URL": "URL",
|
||||
@@ -150,6 +151,7 @@
|
||||
"Shows": "Shows",
|
||||
"SHOWS": "SHOWS",
|
||||
"Items": "Items",
|
||||
"ITEMS": "ITEMS",
|
||||
"Theme Menu": "Theme Menu",
|
||||
"Your coupon download is complete.": "Your coupon download is complete.",
|
||||
"Puschase over": "Puschase over",
|
||||
|
||||
@@ -131,7 +131,9 @@
|
||||
"view order details": "Смотреть детали",
|
||||
"You have not any recently viewed pages": "Нет информации в категории История просмотров",
|
||||
"No Alerts Yet": "Нет установленных напоминаний",
|
||||
"Reminder Notification turned 'OFF'": "Функция Напоминания выключена. Нажмите клавишу Да для включения функции.",
|
||||
"Reminder Notification turned OFF": "Функция Напоминания выключена. Нажмите клавишу Да для включения функции.",
|
||||
"Reminder Notification turned ON": "Напоминания {onoff}",
|
||||
"Reminder Notification turned 'OFF'": "",
|
||||
"Phone": "Телефон",
|
||||
"Email": "Имейл-адрес",
|
||||
"URL": "Сайт",
|
||||
@@ -150,6 +152,7 @@
|
||||
"Shows": "ШОУ",
|
||||
"SHOWS": "ШОУ",
|
||||
"Items": "Товар",
|
||||
"ITEMS": "Товар",
|
||||
"Theme Menu": "(need for transfer) Theme Menu",
|
||||
"Your coupon download is complete.": "(need for transfer) Your coupon download is complete.",
|
||||
"Puschase over": "Покупка на сумму свыше",
|
||||
|
||||
@@ -9,6 +9,7 @@ import { Marquee, MarqueeController } from "@enact/ui/Marquee";
|
||||
import IcProfile from "../../../assets/images/icons/ic-profile@3x.png";
|
||||
import CustomImage from "../CustomImage/CustomImage";
|
||||
import css from "./TButton.module.less";
|
||||
import { $L } from "../../utils/helperMethods";
|
||||
|
||||
const SIZES = {
|
||||
small: "small",
|
||||
@@ -114,7 +115,7 @@ function TButtonBase({
|
||||
>
|
||||
{withMarquee ? (
|
||||
<Marquee className={css.marquee} marqueeOn="focus">
|
||||
{children}
|
||||
{$L(children)}
|
||||
</Marquee>
|
||||
) : (
|
||||
<div className={css.text}>
|
||||
@@ -125,7 +126,7 @@ function TButtonBase({
|
||||
fallbackSrc={IcProfile}
|
||||
/>
|
||||
)}
|
||||
{children}
|
||||
{$L(children)}
|
||||
</div>
|
||||
)}
|
||||
</SpottableComponent>
|
||||
|
||||
@@ -7,6 +7,7 @@ import SpotlightContainerDecorator from "@enact/spotlight/SpotlightContainerDeco
|
||||
import useScrollReset from "../../hooks/useScrollReset";
|
||||
import css from "./TButtonTab.module.less";
|
||||
import TButtonTabItem from "./TButtonTabItem";
|
||||
import { $L } from "../../utils/helperMethods";
|
||||
|
||||
const Container = SpotlightContainerDecorator(
|
||||
{ enterTo: "last-focused" },
|
||||
@@ -79,7 +80,7 @@ export default function TButtonTab({
|
||||
onFocus={handleScrollReset}
|
||||
onBlur={handleStopScrolling}
|
||||
>
|
||||
{item}
|
||||
{$L(item)}
|
||||
</TButtonTabItem>
|
||||
);
|
||||
})}
|
||||
|
||||
@@ -9,6 +9,7 @@ import SpotlightContainerDecorator, {
|
||||
import Spottable from "@enact/spotlight/Spottable";
|
||||
|
||||
import css from "./THeader.module.less";
|
||||
import { $L } from "../../utils/helperMethods";
|
||||
|
||||
const Container = SpotlightContainerDecorator(
|
||||
{ enterTo: "last-focused" },
|
||||
@@ -63,7 +64,7 @@ export default function THeader({
|
||||
className={css.title}
|
||||
marqueeDisabled={marqueeDisabled}
|
||||
>
|
||||
{title}
|
||||
{$L(title)}
|
||||
</Marquee>
|
||||
{children}
|
||||
</Container>
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
.elip(@clamp: 1);
|
||||
padding-left: 12px !important;
|
||||
text-transform: none !important;
|
||||
letter-spacing: 0 !important;
|
||||
}
|
||||
display: flex;
|
||||
width: 100%;
|
||||
|
||||
@@ -31,9 +31,11 @@
|
||||
|
||||
.button {
|
||||
.flex();
|
||||
.size(@w: 324px,@h: 78px);
|
||||
min-width: 324px;
|
||||
height: 78px;
|
||||
font-weight: bold;
|
||||
font-size: 30px;
|
||||
padding: 0 30px;
|
||||
.position(@position: absolute, @top: -41px, @left: 60px);
|
||||
|
||||
border-radius: 12px;
|
||||
|
||||
@@ -15,12 +15,16 @@
|
||||
.ProductBadge {
|
||||
margin-left: auto;
|
||||
height: 42px;
|
||||
> span {
|
||||
height: 42px;
|
||||
line-height: 42px;
|
||||
padding: 0 10px;
|
||||
}
|
||||
|
||||
.flex(@justifyCenter:flex-start);
|
||||
.specialValue {
|
||||
.tag-default(@backgroundColor:@PRIMARY_COLOR_RED, @fontColor:@COLOR_WHITE);
|
||||
.size(@w: 66px, @h: 42px);
|
||||
line-height: 42px;
|
||||
}
|
||||
|
||||
.freeShipping {
|
||||
@@ -30,33 +34,26 @@
|
||||
background-color: rgba(199, 8, 80, 0.1);
|
||||
color: @PRIMARY_COLOR_RED;
|
||||
text-align: center;
|
||||
line-height: 42px;
|
||||
font-weight: bold;
|
||||
font-size: 24px;
|
||||
.size(@w: 120px, @h: 42px);
|
||||
}
|
||||
|
||||
.bigSale {
|
||||
.tag-default(@backgroundColor:@COLOR_WHITE, @fontColor:@PRIMARY_COLOR_RED);
|
||||
.size(@w: 110px, @h: 42px);
|
||||
.border-solid(@size:3px,@color:@PRIMARY_COLOR_RED);
|
||||
line-height: 36px;
|
||||
}
|
||||
|
||||
.shoptimePrice {
|
||||
.tag-default(@backgroundColor:#4f172c, @fontColor:@COLOR_WHITE);
|
||||
.size(@w: 200px, @h: 42px);
|
||||
line-height: 42px;
|
||||
}
|
||||
|
||||
.coupon {
|
||||
background: #7a808d;
|
||||
border-radius: 4px;
|
||||
.size(@w: 120px, @h: 42px);
|
||||
color: @COLOR_WHITE;
|
||||
margin-left: 6px;
|
||||
text-align: center;
|
||||
line-height: 42px;
|
||||
font-weight: bold;
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
@@ -78,6 +78,8 @@
|
||||
top: 0;
|
||||
right: 0;
|
||||
font-size: 24px;
|
||||
max-width: none;
|
||||
margin-right: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -28,9 +28,9 @@ export default function CouponTab() {
|
||||
<h2 className={css.title}>
|
||||
{$L("COUPON")}
|
||||
{couponDatas && couponDatas.length > 0 && (
|
||||
<span
|
||||
className={css.total}
|
||||
>{`(${couponDatas[0].total} items)`}</span>
|
||||
<span className={css.total}>
|
||||
{`(${couponDatas[0].total})`} {$L("ITEMS")}
|
||||
</span>
|
||||
)}
|
||||
</h2>
|
||||
|
||||
|
||||
@@ -346,12 +346,7 @@ export default function Reminders({ title, cbScrollTo }) {
|
||||
hasButton
|
||||
button1Text={$L("OK")}
|
||||
hasText
|
||||
text={
|
||||
<div>
|
||||
{$L("Reminder Notification turned ")}
|
||||
<strong>'{$L("OFF")}'</strong>
|
||||
</div>
|
||||
}
|
||||
text={<div>{$L("Reminder Notification turned OFF")}</div>}
|
||||
onClose={handleCancel}
|
||||
/>
|
||||
)}
|
||||
@@ -363,12 +358,7 @@ export default function Reminders({ title, cbScrollTo }) {
|
||||
hasButton
|
||||
button1Text={$L("OK")}
|
||||
hasText
|
||||
text={
|
||||
<div>
|
||||
{$L("Reminder Notification turned ")}
|
||||
<strong>'{$L("ON")}'</strong>
|
||||
</div>
|
||||
}
|
||||
text={<div>{$L("Reminder Notification turned ON")}</div>}
|
||||
onClose={handleCancel}
|
||||
/>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user