Commit 20b62f59 by halweg

feat : 西语翻译

parent f9299937
...@@ -56,13 +56,13 @@ $imagesBlock = $helper->getReviewImagesBlock(15, $block->getProductId()); ...@@ -56,13 +56,13 @@ $imagesBlock = $helper->getReviewImagesBlock(15, $block->getProductId());
<div class="joshine-review-container joshine-clearfix joshine-hidden-md joshine-hidden-sm joshine-hidden-xs"> <div class="joshine-review-container joshine-clearfix joshine-hidden-md joshine-hidden-sm joshine-hidden-xs">
<h1 class="joshine-review-title"> <h1 class="joshine-review-title">
Customer Reviews <?= __("Customer Reviews") ?>
</h1> </h1>
<div class="joshine-review"> <div class="joshine-review">
<div class="joshine-review-averate joshine-bg-silver"> <div class="joshine-review-averate joshine-bg-silver">
<div class="joshine-review-item joshine-review-rating-box"> <div class="joshine-review-item joshine-review-rating-box">
<div class="name"> <div class="name">
Average Rating <?= __("Average Rating") ?>
</div> </div>
<div class="ave-rate"> <div class="ave-rate">
<div class="joshine-rating-container"> <div class="joshine-rating-container">
...@@ -73,7 +73,7 @@ $imagesBlock = $helper->getReviewImagesBlock(15, $block->getProductId()); ...@@ -73,7 +73,7 @@ $imagesBlock = $helper->getReviewImagesBlock(15, $block->getProductId());
</div> </div>
<div class="joshine-review-item"> <div class="joshine-review-item">
<div class="name"> <div class="name">
Did the item fit well? <?= __("Did the item fit well?") ?>
</div> </div>
<?php foreach ($block->getDetailedSummary() as $key => $detail) : ?> <?php foreach ($block->getDetailedSummary() as $key => $detail) : ?>
...@@ -89,7 +89,7 @@ $imagesBlock = $helper->getReviewImagesBlock(15, $block->getProductId()); ...@@ -89,7 +89,7 @@ $imagesBlock = $helper->getReviewImagesBlock(15, $block->getProductId());
</div> </div>
<div class="joshine-review-item add-new-box"> <div class="joshine-review-item add-new-box">
<a href="#review-form" title="Write a review" class="add-new-button joshine-btn joshine-btn-dark joshine-review-add-btn"> <a href="#review-form" title="Write a review" class="add-new-button joshine-btn joshine-btn-dark joshine-review-add-btn">
Write a review <?= __("Write a review") ?>
</a> </a>
</div> </div>
</div> </div>
...@@ -129,7 +129,7 @@ $imagesBlock = $helper->getReviewImagesBlock(15, $block->getProductId()); ...@@ -129,7 +129,7 @@ $imagesBlock = $helper->getReviewImagesBlock(15, $block->getProductId());
<div class="joshine-foot-mark rate-fit"> <div class="joshine-foot-mark rate-fit">
<div class="rate-fit-item"> <div class="rate-fit-item">
<?php $fitsValue = $review->getSizeFits(); ?> <?php $fitsValue = $review->getSizeFits(); ?>
<span><strong class="joshine-font-w-bolder">Size Fits:</strong> <?= $helper->translateSizeFits($fitsValue); ?></span> <span><strong class="joshine-font-w-bolder"><?= __("Size Fits") ?> :</strong> <?= $helper->translateSizeFits($fitsValue); ?></span>
</div> </div>
</div> </div>
</div> </div>
...@@ -139,7 +139,7 @@ $imagesBlock = $helper->getReviewImagesBlock(15, $block->getProductId()); ...@@ -139,7 +139,7 @@ $imagesBlock = $helper->getReviewImagesBlock(15, $block->getProductId());
</div> </div>
<div class="joshine-review-list-item-right"> <div class="joshine-review-list-item-right">
<div class="joshine-review-helpful joshine-font-c-darkgray joshine-font-text"> <div class="joshine-review-helpful joshine-font-c-darkgray joshine-font-text">
<span>helpful</span> <span> <?= __('helpful') ?> </span>
<span class="joshine-like <?= $block->getPlusVotedClass($review->getId()); ?>" data-review-id="<?= $review->getId(); ?>"> <span class="joshine-like <?= $block->getPlusVotedClass($review->getId()); ?>" data-review-id="<?= $review->getId(); ?>">
<input name="form_key" type="hidden" value="<?= /* @noEscape */ $block->getFormKey(); ?>" /> <input name="form_key" type="hidden" value="<?= /* @noEscape */ $block->getFormKey(); ?>" />
</span> </span>
...@@ -160,13 +160,13 @@ $imagesBlock = $helper->getReviewImagesBlock(15, $block->getProductId()); ...@@ -160,13 +160,13 @@ $imagesBlock = $helper->getReviewImagesBlock(15, $block->getProductId());
<div class="joshine-review-container-mobile joshine-hidden-lg"> <div class="joshine-review-container-mobile joshine-hidden-lg">
<h4 class="joshine-review-title joshine-font-w-bolder"> <h4 class="joshine-review-title joshine-font-w-bolder">
Customer Reviews <?= __("Customer Reviews") ?>
</h4> </h4>
<div class="joshine-review"> <div class="joshine-review">
<div class="joshine-review-averate joshine-bg-silver joshine-clearfix"> <div class="joshine-review-averate joshine-bg-silver joshine-clearfix">
<div class="joshine-review-item joshine-review-rating-box"> <div class="joshine-review-item joshine-review-rating-box">
<div class="name"> <div class="name">
Average Rating <?= __("Average Rating") ?>
</div> </div>
<div class="ave-rate row"> <div class="ave-rate row">
<div class="joshine-rating-container joshine-col-xs-8"> <div class="joshine-rating-container joshine-col-xs-8">
...@@ -177,7 +177,7 @@ $imagesBlock = $helper->getReviewImagesBlock(15, $block->getProductId()); ...@@ -177,7 +177,7 @@ $imagesBlock = $helper->getReviewImagesBlock(15, $block->getProductId());
</div> </div>
<div class="joshine-review-item"> <div class="joshine-review-item">
<div class="name"> <div class="name">
Did the item fit well? <?= __("Did the item fit well?") ?>
</div> </div>
<?php foreach ($block->getDetailedSummary() as $key => $detail) : ?> <?php foreach ($block->getDetailedSummary() as $key => $detail) : ?>
<div class="fit-item"> <div class="fit-item">
...@@ -194,7 +194,7 @@ $imagesBlock = $helper->getReviewImagesBlock(15, $block->getProductId()); ...@@ -194,7 +194,7 @@ $imagesBlock = $helper->getReviewImagesBlock(15, $block->getProductId());
<div class="joshine-review-item add-new-box"> <div class="joshine-review-item add-new-box">
<a href="#review-form" title="Write a review" class="add-new-button joshine-btn joshine-btn-dark joshine-review-add-btn"> <a href="#review-form" title="Write a review" class="add-new-button joshine-btn joshine-btn-dark joshine-review-add-btn">
Write a review <?= __("Write a review") ?>
</a> </a>
</div> </div>
...@@ -231,7 +231,7 @@ $imagesBlock = $helper->getReviewImagesBlock(15, $block->getProductId()); ...@@ -231,7 +231,7 @@ $imagesBlock = $helper->getReviewImagesBlock(15, $block->getProductId());
<div class="row joshine-foot-mark"> <div class="row joshine-foot-mark">
<?php $fitsValue = $review->getSizeFits(); ?> <?php $fitsValue = $review->getSizeFits(); ?>
<span><strong class="joshine-font-w-bolder">Size Fits:</strong> <?= $helper->translateSizeFits($fitsValue); ?></span> <span><strong class="joshine-font-w-bolder"><?= __("Size Fits") ?>:</strong> <?= $helper->translateSizeFits($fitsValue); ?></span>
</div> </div>
<div class="row joshine-font-w-bolder" style="font-size: .9em;"> <div class="row joshine-font-w-bolder" style="font-size: .9em;">
...@@ -653,7 +653,7 @@ $imagesBlock = $helper->getReviewImagesBlock(15, $block->getProductId()); ...@@ -653,7 +653,7 @@ $imagesBlock = $helper->getReviewImagesBlock(15, $block->getProductId());
<div class="joshine-foot-mark rate-fit"> <div class="joshine-foot-mark rate-fit">
<div class="rate-fit-item"> <div class="rate-fit-item">
<span><strong class="joshine-font-w-bolder">Size Fits:</strong> <span data-review-js="fits"></span></span> <span><strong class="joshine-font-w-bolder"><?= __("Size Fits") ?>>:</strong> <span data-review-js="fits"></span></span>
</div> </div>
</div> </div>
</div> </div>
......
<div class="joshine-review-filter joshine-clearfix"> <div class="joshine-review-filter joshine-clearfix">
<div class="joshine-review-tab joshine-review-tab-container"> <div class="joshine-review-tab joshine-review-tab-container">
<span class="tab active joshine-inline-block joshine-font-c-deepin review-js-with-image">All Reviews</span> <span class="tab active joshine-inline-block joshine-font-c-deepin review-js-with-image"><?= __("All Reviews")?> </span>
<span class="tab review-with-image joshine-inline-block review-js-with-image joshine-hidden">With Image</span> <span class="tab review-with-image joshine-inline-block review-js-with-image joshine-hidden">With Image</span>
</div> </div>
<div class="joshine-review-select-wrap joshine-hidden"> <div class="joshine-review-select-wrap joshine-hidden">
......
...@@ -60,17 +60,17 @@ ...@@ -60,17 +60,17 @@
<div style="width: 100%" class="product-view-freeshipping"> <div style="width: 100%" class="product-view-freeshipping">
<div class="product-intro__freeshipping product-intro__bg-none"> <div class="product-intro__freeshipping product-intro__bg-none">
<div class="product-intro__freeshipping-abt action" id="freeshipping-button"> <div class="product-intro__freeshipping-abt action" id="freeshipping-button">
<div class="product-intro__freeshipping-icon shipping " ><i class="svgicon svgicon-gd-shipping"></i> <p>Fast Delivery</p> <span class="svgicon svgicon-gd-more-grey product-intro__freeshipping-more" ></span> <div class="product-intro__freeshipping-icon shipping " ><i class="svgicon svgicon-gd-shipping"></i> <p><?=__("Fast Delivery"); ?></p> <span class="svgicon svgicon-gd-more-grey product-intro__freeshipping-more" ></span>
</div> </div>
<div class="free-wrapper"> <div class="free-wrapper">
<p> Estimated to be delivered on <span id="deliveredTime">11/25/2021 - 12/03/2021</span>.</p> </div> <p> <?= __("Estimated to be delivered on") ?> <span id="deliveredTime">11/25/2021 - 12/03/2021</span>.</p> </div>
</div> </div>
<div class="product-intro__freeshipping-item full-line paddingTop-0 paddingBottom-0 action" id="free-return-button" > <div class="product-intro__freeshipping-item full-line paddingTop-0 paddingBottom-0 action" id="free-return-button" >
<div class="product-intro__freeshipping-icon"> <div class="product-intro__freeshipping-icon">
<i class="svgicon svgicon-gd-freereturn"></i><p>Free Return &amp; Exchange</p> <span class="svgicon svgicon-gd-more-grey product-intro__freeshipping-more" ></span> </div> <div class="product-intro__freeshipping-desc"> <i class="svgicon svgicon-gd-freereturn"></i><p><?= __("Free Return & Exchange") ?>:</p> <span class="svgicon svgicon-gd-more-grey product-intro__freeshipping-more" ></span> </div> <div class="product-intro__freeshipping-desc">
Learn More <?= __("Learn More") ?>
</div> </div>
</div> </div>
</div> </div>
...@@ -232,7 +232,7 @@ if ($description) : ...@@ -232,7 +232,7 @@ if ($description) :
}}'> }}'>
<div data-role="collapsible"> <div data-role="collapsible">
<div data-role="trigger" class="description-button"> <div data-role="trigger" class="description-button">
<a class="desction-left description info-desc" href="#">Description</a> <a class="desction-left description info-desc" href="#"><?= __("Description") ?> </a>
<a class="desction-right description info-desc" href="#">-</a> <a class="desction-right description info-desc" href="#">-</a>
</div> </div>
</div> </div>
...@@ -257,7 +257,7 @@ if ($short_description) : ...@@ -257,7 +257,7 @@ if ($short_description) :
}}'> }}'>
<div data-role="collapsible"> <div data-role="collapsible">
<div data-role="trigger" class="short_description-button"> <div data-role="trigger" class="short_description-button">
<a class="desction-left short_description info-desc" href="#">Material</a> <a class="desction-left short_description info-desc" href="#"><?= __("Material") ?></a>
<a class="desction-right short_description info-desc" href="#">-</a> <a class="desction-right short_description info-desc" href="#">-</a>
</div> </div>
</div> </div>
......
...@@ -75,24 +75,24 @@ ...@@ -75,24 +75,24 @@
</div> </div>
</div> </div>
<div class="field size-fits"> <div class="field size-fits">
<label class="label"><?php echo 'Size Fits' ?>:</label> <label class="label"><?= __('Size Fits') ?>:</label>
<div class="options-list"> <div class="options-list">
<div class="field choice"> <div class="field choice">
<input type="radio" class="radio" id="size-fits-1" data-validate="{'validate-one-required-by-name':true}" name="size_fits" value="1" > <input type="radio" class="radio" id="size-fits-1" data-validate="{'validate-one-required-by-name':true}" name="size_fits" value="1" >
<label class="label" for="size-fits-1"> <label class="label" for="size-fits-1">
Small <?= __('Small') ?>
</label> </label>
</div> </div>
<div class="field choice"> <div class="field choice">
<input type="radio" class="radio" id="size-fits-2" data-validate="{'validate-one-required-by-name':true}" name="size_fits" value="2" > <input type="radio" class="radio" id="size-fits-2" data-validate="{'validate-one-required-by-name':true}" name="size_fits" value="2" >
<label class="label" for="size-fits-2"> <label class="label" for="size-fits-2">
True to Size <?= __('True to Size') ?>
</label> </label>
</div> </div>
<div class="field choice"> <div class="field choice">
<input type="radio" class="radio" id="size-fits-3" data-validate="{'validate-one-required-by-name':true}" name="size_fits" value="3" > <input type="radio" class="radio" id="size-fits-3" data-validate="{'validate-one-required-by-name':true}" name="size_fits" value="3" >
<label class="label" for="size-fits-3"> <label class="label" for="size-fits-3">
Large <?= __('Large') ?>
</label> </label>
</div> </div>
</div> </div>
......
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment