diff --git a/CHANGELOG.md b/CHANGELOG.md index a3c277693..dce409546 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +### Fixed + +- Arabic, Bulgarian, German, English, Spanish, French, Hungarian, Indonesian, Italian, Japanese, Korean, Dutch, Norwegian, Portuguese, Romanian and Thai translations. + ## [3.174.1] - 2024-08-01 ### Added diff --git a/messages/ar.json b/messages/ar.json index fa992caa4..b2e274998 100644 --- a/messages/ar.json +++ b/messages/ar.json @@ -95,6 +95,8 @@ "admin/editor.info-card.headline.description": "النص الذي سيتم عرضه كعنوان رئيسي داخل المكون", "admin/editor.info-card.subhead.title": "عنوان فرعي", "admin/editor.info-card.subhead.description": "النص الذي سيتم عرضه كعنوان فرعي داخل المكون", + "admin/editor.info-card.body-text.title": "النص الأساسي", + "admin/editor.info-card.body-text.description": "نص تحت عنوان فرعي داخل المكون", "admin/editor.info-card.callToActionMode.title": "استدعاء إلى وضع العمل", "admin/editor.info-card.callToActionMode.description": "للتحكم في كيفية عرض عبارة اتخاذ إجراء", "admin/editor.info-card.callToActionText.title": "نص الدعوة إلى الإجراء", diff --git a/messages/bg.json b/messages/bg.json index f324bf7cc..a2b5b6efc 100644 --- a/messages/bg.json +++ b/messages/bg.json @@ -95,6 +95,8 @@ "admin/editor.info-card.headline.description": "Текст, който се показва като заглавие в компонента", "admin/editor.info-card.subhead.title": "Подзаглавие", "admin/editor.info-card.subhead.description": "Текст, който да се показва под заглавието в компонента", + "admin/editor.info-card.body-text.title": "Текст на тялото", + "admin/editor.info-card.body-text.description": "Текст под подзаглавието вътре в компонента", "admin/editor.info-card.callToActionMode.title": "Режим на призив към действие", "admin/editor.info-card.callToActionMode.description": "Контролира как се показва призивът ви към действие", "admin/editor.info-card.callToActionText.title": "Текст на призива към действие", diff --git a/messages/de.json b/messages/de.json index bec87e4be..b4ad96989 100644 --- a/messages/de.json +++ b/messages/de.json @@ -95,6 +95,8 @@ "admin/editor.info-card.headline.description": "Text, der als Überschrift innerhalb der Komponente angezeigt werden soll", "admin/editor.info-card.subhead.title": "Untertitel", "admin/editor.info-card.subhead.description": "Text unter der Überschrift innerhalb der Komponente", + "admin/editor.info-card.body-text.title": "Haupttext", + "admin/editor.info-card.body-text.description": "Text unter dem Untertitel innerhalb der Komponente", "admin/editor.info-card.callToActionMode.title": "Modus \"Aufruf zum Handeln\"", "admin/editor.info-card.callToActionMode.description": "Steuert, wie Ihre Handlungsaufforderung angezeigt wird", "admin/editor.info-card.callToActionText.title": "Text des Aufrufs zum Handeln", diff --git a/messages/en.json b/messages/en.json index d164764a5..31bb39d60 100644 --- a/messages/en.json +++ b/messages/en.json @@ -98,7 +98,7 @@ "admin/editor.info-card.subhead.title": "Subheader", "admin/editor.info-card.subhead.description": "Text below headline inside component", "admin/editor.info-card.body-text.title": "Body text", - "admin/editor.info-card.body-text.description": "Text below subhead inside component", + "admin/editor.info-card.body-text.description": "Text under subheader inside component", "admin/editor.info-card.callToActionMode.title": "Call to action mode", "admin/editor.info-card.callToActionMode.description": "Controls how your call to action is displayed", "admin/editor.info-card.callToActionText.title": "Call to action text", diff --git a/messages/es.json b/messages/es.json index 6d5cfafa1..91d2b0020 100644 --- a/messages/es.json +++ b/messages/es.json @@ -97,8 +97,8 @@ "admin/editor.info-card.headline.description": "Texto presentado de forma destacada", "admin/editor.info-card.subhead.title": "Subtítulo", "admin/editor.info-card.subhead.description": "Texto que aparece debajo del título", - "admin/editor.info-card.body-text.title": "Texto del cuerpo", - "admin/editor.info-card.body-text.description": "Texto que aparece debajo del subtítulo", + "admin/editor.info-card.body-text.title": "Cuerpo del texto", + "admin/editor.info-card.body-text.description": "Texto debajo del subtítulo dentro del componente", "admin/editor.info-card.callToActionMode.title": "Modo call to action", "admin/editor.info-card.callToActionMode.description": "Controla cómo se muestra tu componente de call to action", "admin/editor.info-card.callToActionText.title": "Texto de call to action", diff --git a/messages/fr.json b/messages/fr.json index 9c6439e97..1a1667b3e 100644 --- a/messages/fr.json +++ b/messages/fr.json @@ -95,6 +95,8 @@ "admin/editor.info-card.headline.description": "Texte à afficher sous forme de titre principal à l’intérieur du composant", "admin/editor.info-card.subhead.title": "Sous-titre", "admin/editor.info-card.subhead.description": "Texte à afficher sous le titre principal à l’intérieur du composant", + "admin/editor.info-card.body-text.title": "Corps de texte", + "admin/editor.info-card.body-text.description": "Texte sous le sous-titre à l’intérieur du composant", "admin/editor.info-card.callToActionMode.title": "Mode d’appel à l’action", "admin/editor.info-card.callToActionMode.description": "Contrôle l’affichage de votre appel à l’action", "admin/editor.info-card.callToActionText.title": "Texte d’appel à l’action", diff --git a/messages/hu.json b/messages/hu.json index 5d21efff0..818f046a5 100644 --- a/messages/hu.json +++ b/messages/hu.json @@ -1,201 +1,203 @@ -{ - "store/search.clear-input": "Keresési mező törlése", - "store/search.submit-search": "Termékek keresése", - "store/search.placeholder": "Keresés", - "store/search.searchFor": "Keresés erre: {term}", - "store/search.search-term-too-short": "A keresési kifejezés túl rövid", - "admin/editor.productName.title": "Terméknév", - "admin/editor.productName.description": "Terméknév komponens", - "admin/editor.productName.showBrandName.title": "Márkanév megjelenítése", - "admin/editor.productName.showSku.title": "SKU megjelenítése", - "admin/editor.productName.showProductReference.title": "Termékreferencia megjelenítése", - "admin/editor.productName.displayMode.title": "Link megjelenítése a terméknévvel vagy egyszerű szövegként", - "admin/editor.productName.displayMode.plainText": "Egyszerű szöveg", - "admin/editor.productName.displayMode.linkToProductPage": "Link a termékoldalra", - "admin/editor.productPrice.title": "Termék ára", - "admin/editor.productPrice.description": "Termékár komponens", - "admin/editor.productPrice.showListPrice": "Listaár megjelenítése", - "admin/editor.productPrice.showSellingPriceRange": "Eladási ár tartomány megjelenítése", - "admin/editor.productPrice.showListPriceRange": "Listaár tartomány megjelenítése", - "admin/editor.productPrice.showLabels": "Árcímkék megjelenítése", - "admin/editor.productPrice.showInstallments": "Fizetési részletek megjelenítése", - "admin/editor.productPrice.showSavings": "Listaár és eladási ár különbség megjelenítése", - "admin/editor.productPrice.labelSellingPrice": "Eladási árcímke", - "admin/editor.productPrice.labelListPrice": "Listaár címke", - "admin/editor.share.title": "Megosztás", - "admin/editor.share.description": "Megosztógombok listája", - "admin/editor.share.social.title": "Közösségi média", - "store/product-description.title": "Termékleírás", - "store/product-description.property": "Tulajdonság", - "store/product-description.specification": "Specifikáció", - "store/product-description.collapse.showMore": "Mutass többet", - "store/product-description.collapse.showLess": "Mutass kevesebbet", - "store/pricing.installment-display": "Vagy {installments} {times} {installmentPrice} részletben", - "store/pricing.from": "Tól", - "store/pricing.to": "Ig", - "store/pricing.savings": "Megtakarítás: {savings}", - "store/pricing.interest-free": "kamatmentes", - "store/loading": "Betöltés…", - "store/shipping.deliveryName": "Kiszállítás", - "store/shipping.deliveryEstimate": "Becslés", - "store/shipping.deliveryPrice": "Érték", - "store/shipping.label": "Szállítás kalkulációja", - "store/shipping.free": "Ingyenes", - "store/shipping.empty-sla": "Nincs szállítási információ a megadott irányítószámhoz", - "store/buy-button.add-to-cart": "Kosárba helyezés", - "store/buybutton.buy-success": "Termék hozzáadva a kosárhoz", - "store/buybutton.buy-success-duplicate": "A termék már a kosárban van", - "store/buybutton.add-failure": "Hiba történt, a terméket nem sikerült a kosárba helyezni!", - "store/buybutton.buy-offline-success": "A termék hozzáadva az offline kosárhoz", - "store/buybutton.select-sku-variations": "Kérjük, válasszon egy opciót minden variációhoz", - "store/buybutton.see-cart": "Kosár megtekintése", - "store/technicalspecifications.title": "Műszaki adatok", - "store/availability-subscriber.title": "Ez a termék jelenleg nem elérhető", - "store/availability-subscriber.subscribe-label": "Értesítést kérek, amikor a termék elérhetővé válik", - "store/availability-subscriber.email-placeholder": "Email", - "store/availability-subscriber.name-placeholder": "Név", - "store/availability-subscriber.send-label": "Küldés", - "store/availability-subscriber.invalid-email": "Érvénytelen email", - "store/availability-subscriber.added-message": "Email sikeresen regisztrálva", - "store/availability-subscriber.error-message": "Sikertelen. Kérjük próbálja újra.", - "store/newsletter.label": "Iratkozzon fel a hírlevelünkre", - "store/newsletter.placeholder": "Adja meg email címét", - "store/newsletter.submit": "Feliratkozás", - "store/newsletter.invalidEmail": "Kérjük, adjon meg egy érvényes emailt.", - "store/newsletter.confirmationTitle": "Köszönjük!", - "store/newsletter.confirmationText": "Az email sikeresen regisztrálva.", - "store/newsletter.error": "Valami hiba történt. Kérjük, próbálja meg később újra.", - "admin/editor.newsletter.title": "Hírlevél", - "admin/editor.newsletter.description": "Hírlevél űrlap", - "admin/editor.newsletter.label": "Az űrlap címkéje, amelyet a komponens használ", - "admin/editor.newsletter.placeholder": "Email mező helykitöltő", - "admin/editor.newsletter.submit": "Beküldés gomb címkéje", - "admin/editor.newsletter.hideLabel": "Címke elrejtése", - "admin/editor.categoriesHighlighted.title": "Kiemelt kategóriák", - "admin/editor.categoriesHighlighted.description": "Osztály kiemelt kategóriák", - "admin/editor.categoriesHighlighted.item.categoryName": "Kategória neve", - "admin/editor.categoriesHighlighted.item.categoryImage": "Kategória képe", - "admin/editor.categoriesHighlighted.category": "Kategória", - "admin/editor.categoriesHighlighted.categoriesHighlighted": "Kiemelt kategóriák", - "admin/editor.categoriesHighlighted.showCategoriesHighlighted": "Kiemelt kategóriák megjelenítése", - "admin/editor.categoriesHighlighted.quantityOfItems": "Tétel mennyisége", - "admin/editor.categoriesHighlighted.cardShape": "Doboz alakja", - "admin/editor.categoriesHighlighted.cardShape.squared": "Négyzet", - "admin/editor.categoriesHighlighted.cardShape.rectangular": "Téglalap", - "store/searchBar.button.cancel.label": "Mégse", - "store/buyButton-label-unavailable": "Nem elérhető", - "store/greeting": "Helló", - "store/store-components.share.label": "Megosztás", - "store/share.title": "{product} {sku} a {store} áruházban:", - "admin/editor.info-card.title": "InfoCard", - "admin/editor.info-card.description": "Kép és szöveg komponens, amelyet beállíthat", - "admin/editor.info-card.isFullModeStyle.title": "Kép háttérként", - "admin/editor.info-card.isFullModeStyle.description": "Ha igaz, a megadott kép háttérképként lesz használva, és a szöveg rajta jelenik meg", - "admin/editor.info-card.textPosition.title": "Szöveg pozíciója", - "admin/editor.info-card.textPosition.description": "Válassza ki a komponens helyét, ahol a szöveg megjelenik: bal, közép vagy jobb", - "admin/editor.info-card.headline.title": "Főcím", - "admin/editor.info-card.headline.description": "Főcím szöveg a komponensen belül", - "admin/editor.info-card.subhead.title": "Alcím", - "admin/editor.info-card.subhead.description": "Szöveg a főcím alatt a komponensen belül", - "admin/editor.info-card.callToActionMode.title": "Call to action mód", - "admin/editor.info-card.callToActionMode.description": "Szabályozza a call to action megjelenését", - "admin/editor.info-card.callToActionText.title": "Call to action szöveg", - "admin/editor.info-card.callToActionText.description": "Szöveg a call to action komponensben", - "admin/editor.info-card.callToActionUrl.title": "Call to action URL", - "admin/editor.info-card.callToActionLinkTarget.title": "Átirányítás típusa a call to action linknél", - "admin/editor.info-card.callToActionLinkTarget.description": "CallToActionLinkTarget tulajdonság leírása", - "admin/editor.info-card.callToActionLinkTarget.blank": "Link új fülön nyílik meg", - "admin/editor.info-card.callToActionLinkTarget.self": "Link ugyanazon a fülön nyílik meg", - "admin/editor.info-card.callToActionUrl.description": "Átirányítás URL, amikor a CTA-ra kattintanak", - "admin/editor.info-card.imageUrl.title": "Kép", - "admin/editor.info-card.imageUrl.description": "Kép asztali számítógéphez", - "admin/editor.info-card.mobileImageUrl.title": "Mobilkép", - "admin/editor.info-card.mobileImageUrl.description": "Kép mobilon való használathoz", - "admin/editor.info-card.textAlignment.title": "Szöveg igazítása", - "admin/editor.info-card.textAlignment.description": "Szabályozza a szöveg igazítását a komponensen belül", - "admin/editor.info-card.textPosition.left": "Balra", - "admin/editor.info-card.textPosition.center": "Középre", - "admin/editor.info-card.textPosition.right": "Jobbra", - "admin/editor.info-card.textAlignment.left": "Balra", - "admin/editor.info-card.textAlignment.center": "Középre", - "admin/editor.info-card.textAlignment.right": "Jobbra", - "admin/editor.info-card.textMode.title": "Szöveg mód", - "admin/editor.info-card.textMode.description": "Szöveg mód, amelyet az InfoCard fogad. Alapértelmezett a HTML, a rich text lehetővé teszi a markdown használatát.", - "admin/editor.info-card.textMode.html": "HTML", - "admin/editor.info-card.textMode.rich-text": "Rich Text", - "admin/editor.info-card.callAction.none": "Nincs", - "admin/editor.info-card.callAction.button": "Gomb", - "admin/editor.info-card.callAction.link": "Link", - "admin/editor.info-card.imageActionUrl.title": "Kép akció URL", - "admin/editor.info-card.imageActionUrl.description": "Adja meg az URL-t, hogy a kép linkké váljon és átirányíthassa a felhasználót", - "store/user-address.pickup": "Átvétel a következő helyen: {name}", - "store/user-address.order": "Küldés ide", - "store/user-address.change": "Szerkesztés", - "store/user-address.add": "Hely hozzáadása", - "admin/editor.notification-bar.title": "Értesítési sáv", - "admin/editor.notification-bar.description": "Komponens, amely bármilyen szöveget sávként jelenít meg", - "admin/editor.notification-bar.content.title": "Tartalom", - "admin/editor.notification-bar.content.description": "A sáv szövege", - "admin/editor.blockClass.title": "CSS blokk osztály", - "admin/editor.blockClass.description": "Extra osztálynevet ad hozzá, hogy könnyebbé tegye a stílusbeállítást", - "admin/editor.image.title": "Kép", - "admin/editor.image.description": "Bármilyen kép megjelenítése", - "admin/editor.image.src.title": "Kép", - "admin/editor.image.title.title": "Kép címe", - "admin/editor.image.title.description": "Cím, amely megjelenik a lebegtetéskor", - "admin/editor.image.alt.title": "Alternatív szöveg", - "admin/editor.product-images.title": "Termékképek", - "admin/editor.product-images.description": "Komponens, amely lehetővé teszi a termékképek testreszabását", - "admin/editor.product-images.zoomOptions.title": "Nagyítási opciók", - "admin/editor.product-images.zoomType.title": "Nagyítás típusa", - "admin/editor.product-images.bgopacity.title": "Háttér átlátszósága", - "admin/editor.product-images.thumbnailsOrientation.title": "Bélyegkép tájolása", - "admin/editor.product-images.gallery": "Galériában", - "admin/editor.product-images.in-page": "Az oldalon", - "admin/editor.product-images.no-zoom": "Nincs nagyítás", - "admin/editor.product-images.vertical": "Függőleges", - "admin/editor.product-images.horizontal": "Vízszintes", - "admin/editor.product-images.position.title": "Bélyegkép helyzete", - "admin/editor.product-images.position.description": "Csak akkor használatos, ha a tájolás függőleges", - "admin/editor.product-images.left": "Bal", - "admin/editor.product-images.right": "Jobb", - "admin/editor.product-images.displayThumbnailsArrows.title": "Nyilak megjelenítése a bélyegképeken", - "admin/editor.product-specifications.title": "Termék specifikációk", - "admin/editor.product-specifications.hidden-specifications.title": "Rejtett specifikációk", - "admin/editor.product-specifications.hidden-specifications.description": "Adja meg a specifikációk neveit, amelyeket el akar rejteni", - "admin/editor.product-specifications.visible-specifications.title": "Látható specifikációk", - "admin/editor.product-specifications.visible-specifications.description": "Adja meg a látható specifikációk neveit. Csak egyet adjon meg a rejtett vagy látható specifikációk közül", - "admin/editor.product-specifications.items.title": "Specifikáció", - "admin/editor.logo.title": "Logó", - "admin/editor.logo.description": "Komponens az áruház logójának megjelenítéséhez", - "admin/editor.logo.href.title": "Átirányítási link", - "admin/editor.logo.href.description": "Átirányítási link, amikor a logóra kattintanak. Hagyja üresen, hogy ne legyen kattintható.", - "admin/editor.logo.url.title": "Kép", - "admin/editor.logo.url.description": "Felhasználandó kép", - "admin/editor.logo.width.title": "Szélesség", - "admin/editor.logo.width.description": "Logó szélessége.", - "admin/editor.logo.height.title": "Magasság", - "admin/editor.logo.height.description": "Logó magassága.", - "admin/editor.logo.title.title": "Alternatív szöveg", - "admin/editor.logo.title.description": "Alternatív szöveg a logó képhez", - "admin/editor.logo.mobileWidth.title": "Mobil szélesség", - "admin/editor.logo.mobileWidth.description": "Mobilon használható szélesség. Ha üres, a megadott szélességi érték lesz használva.", - "admin/editor.logo.mobileHeight.title": "Mobil magasság", - "admin/editor.logo.mobileHeight.description": "Mobilon használható magasság. Ha üres, a megadott magassági érték lesz használva.", - "store/skuSelector.seeMore": "Még {quantity} megtekintése", - "store/sku-selector.select.placeholder": "Válasszon egy opciót", - "store/sku-selector.variation.select-an-option": "Válasszon egy lehetőséget", - "admin/editor.skuSelector.title": "SKU választó", - "admin/editor.skuSelector.description": "Komponens, amely különböző variációkat jelenít meg egy elemhez, amelyet a felhasználó választhat", - "admin/editor.skuSelector.seeMoreLabel.title": "Még {quantity} megtekintése címke", - "admin/editor.skuSelector.seeMoreLabel.description": "„Még {quantity} megtekintése” gomb címkéje. A karakterláncnak egy {quantity} helyőrzőt kell tartalmaznia, hogy megjelenítse a megfelelő maradék elemeket. Példa: „Még {quantity} megtekintése”", - "admin/editor.product-description.title": "Termékleírás", - "admin/editor.product-description.title-prop.title": "Cím", - "admin/editor.search-bar.title": "Keresősáv", - "admin/editor.search-bar.placeholder.title": "Helykitöltő", - "store/back-to-top.label": "Vissza a tetejére", - "admin/editor.toTop.title": "Vissza a tetejére gomb", - "admin/editor.toTop.description": "Amikor rákattintanak, az oldal tetejére görget", - "admin/editor.toTop.topPixel.title": "Pixel szám", - "admin/editor.toTop.topPixel.description": "Amikor a meghatározott pixelértéket meghaladja, megjelenik a vissza a tetejére gomb" -} \ No newline at end of file +{ + "store/search.clear-input": "Keresési mező törlése", + "store/search.submit-search": "Termékek keresése", + "store/search.placeholder": "Keresés", + "store/search.searchFor": "Keresés erre: {term}", + "store/search.search-term-too-short": "A keresési kifejezés túl rövid", + "admin/editor.productName.title": "Terméknév", + "admin/editor.productName.description": "Terméknév komponens", + "admin/editor.productName.showBrandName.title": "Márkanév megjelenítése", + "admin/editor.productName.showSku.title": "SKU megjelenítése", + "admin/editor.productName.showProductReference.title": "Termékreferencia megjelenítése", + "admin/editor.productName.displayMode.title": "Link megjelenítése a terméknévvel vagy egyszerű szövegként", + "admin/editor.productName.displayMode.plainText": "Egyszerű szöveg", + "admin/editor.productName.displayMode.linkToProductPage": "Link a termékoldalra", + "admin/editor.productPrice.title": "Termék ára", + "admin/editor.productPrice.description": "Termékár komponens", + "admin/editor.productPrice.showListPrice": "Listaár megjelenítése", + "admin/editor.productPrice.showSellingPriceRange": "Eladási ár tartomány megjelenítése", + "admin/editor.productPrice.showListPriceRange": "Listaár tartomány megjelenítése", + "admin/editor.productPrice.showLabels": "Árcímkék megjelenítése", + "admin/editor.productPrice.showInstallments": "Fizetési részletek megjelenítése", + "admin/editor.productPrice.showSavings": "Listaár és eladási ár különbség megjelenítése", + "admin/editor.productPrice.labelSellingPrice": "Eladási árcímke", + "admin/editor.productPrice.labelListPrice": "Listaár címke", + "admin/editor.share.title": "Megosztás", + "admin/editor.share.description": "Megosztógombok listája", + "admin/editor.share.social.title": "Közösségi média", + "store/product-description.title": "Termékleírás", + "store/product-description.property": "Tulajdonság", + "store/product-description.specification": "Specifikáció", + "store/product-description.collapse.showMore": "Mutass többet", + "store/product-description.collapse.showLess": "Mutass kevesebbet", + "store/pricing.installment-display": "Vagy {installments} {times} {installmentPrice} részletben", + "store/pricing.from": "Tól", + "store/pricing.to": "Ig", + "store/pricing.savings": "Megtakarítás: {savings}", + "store/pricing.interest-free": "kamatmentes", + "store/loading": "Betöltés…", + "store/shipping.deliveryName": "Kiszállítás", + "store/shipping.deliveryEstimate": "Becslés", + "store/shipping.deliveryPrice": "Érték", + "store/shipping.label": "Szállítás kalkulációja", + "store/shipping.free": "Ingyenes", + "store/shipping.empty-sla": "Nincs szállítási információ a megadott irányítószámhoz", + "store/buy-button.add-to-cart": "Kosárba helyezés", + "store/buybutton.buy-success": "Termék hozzáadva a kosárhoz", + "store/buybutton.buy-success-duplicate": "A termék már a kosárban van", + "store/buybutton.add-failure": "Hiba történt, a terméket nem sikerült a kosárba helyezni!", + "store/buybutton.buy-offline-success": "A termék hozzáadva az offline kosárhoz", + "store/buybutton.select-sku-variations": "Kérjük, válasszon egy opciót minden variációhoz", + "store/buybutton.see-cart": "Kosár megtekintése", + "store/technicalspecifications.title": "Műszaki adatok", + "store/availability-subscriber.title": "Ez a termék jelenleg nem elérhető", + "store/availability-subscriber.subscribe-label": "Értesítést kérek, amikor a termék elérhetővé válik", + "store/availability-subscriber.email-placeholder": "Email", + "store/availability-subscriber.name-placeholder": "Név", + "store/availability-subscriber.send-label": "Küldés", + "store/availability-subscriber.invalid-email": "Érvénytelen email", + "store/availability-subscriber.added-message": "Email sikeresen regisztrálva", + "store/availability-subscriber.error-message": "Sikertelen. Kérjük próbálja újra.", + "store/newsletter.label": "Iratkozzon fel a hírlevelünkre", + "store/newsletter.placeholder": "Adja meg email címét", + "store/newsletter.submit": "Feliratkozás", + "store/newsletter.invalidEmail": "Kérjük, adjon meg egy érvényes emailt.", + "store/newsletter.confirmationTitle": "Köszönjük!", + "store/newsletter.confirmationText": "Az email sikeresen regisztrálva.", + "store/newsletter.error": "Valami hiba történt. Kérjük, próbálja meg később újra.", + "admin/editor.newsletter.title": "Hírlevél", + "admin/editor.newsletter.description": "Hírlevél űrlap", + "admin/editor.newsletter.label": "Az űrlap címkéje, amelyet a komponens használ", + "admin/editor.newsletter.placeholder": "Email mező helykitöltő", + "admin/editor.newsletter.submit": "Beküldés gomb címkéje", + "admin/editor.newsletter.hideLabel": "Címke elrejtése", + "admin/editor.categoriesHighlighted.title": "Kiemelt kategóriák", + "admin/editor.categoriesHighlighted.description": "Osztály kiemelt kategóriák", + "admin/editor.categoriesHighlighted.item.categoryName": "Kategória neve", + "admin/editor.categoriesHighlighted.item.categoryImage": "Kategória képe", + "admin/editor.categoriesHighlighted.category": "Kategória", + "admin/editor.categoriesHighlighted.categoriesHighlighted": "Kiemelt kategóriák", + "admin/editor.categoriesHighlighted.showCategoriesHighlighted": "Kiemelt kategóriák megjelenítése", + "admin/editor.categoriesHighlighted.quantityOfItems": "Tétel mennyisége", + "admin/editor.categoriesHighlighted.cardShape": "Doboz alakja", + "admin/editor.categoriesHighlighted.cardShape.squared": "Négyzet", + "admin/editor.categoriesHighlighted.cardShape.rectangular": "Téglalap", + "store/searchBar.button.cancel.label": "Mégse", + "store/buyButton-label-unavailable": "Nem elérhető", + "store/greeting": "Helló", + "store/store-components.share.label": "Megosztás", + "store/share.title": "{product} {sku} a {store} áruházban:", + "admin/editor.info-card.title": "InfoCard", + "admin/editor.info-card.description": "Kép és szöveg komponens, amelyet beállíthat", + "admin/editor.info-card.isFullModeStyle.title": "Kép háttérként", + "admin/editor.info-card.isFullModeStyle.description": "Ha igaz, a megadott kép háttérképként lesz használva, és a szöveg rajta jelenik meg", + "admin/editor.info-card.textPosition.title": "Szöveg pozíciója", + "admin/editor.info-card.textPosition.description": "Válassza ki a komponens helyét, ahol a szöveg megjelenik: bal, közép vagy jobb", + "admin/editor.info-card.headline.title": "Főcím", + "admin/editor.info-card.headline.description": "Főcím szöveg a komponensen belül", + "admin/editor.info-card.subhead.title": "Alcím", + "admin/editor.info-card.subhead.description": "Szöveg a főcím alatt a komponensen belül", + "admin/editor.info-card.body-text.title": "Szövegtörzs", + "admin/editor.info-card.body-text.description": "Az alcím belső komponens alatti szöveg", + "admin/editor.info-card.callToActionMode.title": "Call to action mód", + "admin/editor.info-card.callToActionMode.description": "Szabályozza a call to action megjelenését", + "admin/editor.info-card.callToActionText.title": "Call to action szöveg", + "admin/editor.info-card.callToActionText.description": "Szöveg a call to action komponensben", + "admin/editor.info-card.callToActionUrl.title": "Call to action URL", + "admin/editor.info-card.callToActionLinkTarget.title": "Átirányítás típusa a call to action linknél", + "admin/editor.info-card.callToActionLinkTarget.description": "CallToActionLinkTarget tulajdonság leírása", + "admin/editor.info-card.callToActionLinkTarget.blank": "Link új fülön nyílik meg", + "admin/editor.info-card.callToActionLinkTarget.self": "Link ugyanazon a fülön nyílik meg", + "admin/editor.info-card.callToActionUrl.description": "Átirányítás URL, amikor a CTA-ra kattintanak", + "admin/editor.info-card.imageUrl.title": "Kép", + "admin/editor.info-card.imageUrl.description": "Kép asztali számítógéphez", + "admin/editor.info-card.mobileImageUrl.title": "Mobilkép", + "admin/editor.info-card.mobileImageUrl.description": "Kép mobilon való használathoz", + "admin/editor.info-card.textAlignment.title": "Szöveg igazítása", + "admin/editor.info-card.textAlignment.description": "Szabályozza a szöveg igazítását a komponensen belül", + "admin/editor.info-card.textPosition.left": "Balra", + "admin/editor.info-card.textPosition.center": "Középre", + "admin/editor.info-card.textPosition.right": "Jobbra", + "admin/editor.info-card.textAlignment.left": "Balra", + "admin/editor.info-card.textAlignment.center": "Középre", + "admin/editor.info-card.textAlignment.right": "Jobbra", + "admin/editor.info-card.textMode.title": "Szöveg mód", + "admin/editor.info-card.textMode.description": "Szöveg mód, amelyet az InfoCard fogad. Alapértelmezett a HTML, a rich text lehetővé teszi a markdown használatát.", + "admin/editor.info-card.textMode.html": "HTML", + "admin/editor.info-card.textMode.rich-text": "Rich Text", + "admin/editor.info-card.callAction.none": "Nincs", + "admin/editor.info-card.callAction.button": "Gomb", + "admin/editor.info-card.callAction.link": "Link", + "admin/editor.info-card.imageActionUrl.title": "Kép akció URL", + "admin/editor.info-card.imageActionUrl.description": "Adja meg az URL-t, hogy a kép linkké váljon és átirányíthassa a felhasználót", + "store/user-address.pickup": "Átvétel a következő helyen: {name}", + "store/user-address.order": "Küldés ide", + "store/user-address.change": "Szerkesztés", + "store/user-address.add": "Hely hozzáadása", + "admin/editor.notification-bar.title": "Értesítési sáv", + "admin/editor.notification-bar.description": "Komponens, amely bármilyen szöveget sávként jelenít meg", + "admin/editor.notification-bar.content.title": "Tartalom", + "admin/editor.notification-bar.content.description": "A sáv szövege", + "admin/editor.blockClass.title": "CSS blokk osztály", + "admin/editor.blockClass.description": "Extra osztálynevet ad hozzá, hogy könnyebbé tegye a stílusbeállítást", + "admin/editor.image.title": "Kép", + "admin/editor.image.description": "Bármilyen kép megjelenítése", + "admin/editor.image.src.title": "Kép", + "admin/editor.image.title.title": "Kép címe", + "admin/editor.image.title.description": "Cím, amely megjelenik a lebegtetéskor", + "admin/editor.image.alt.title": "Alternatív szöveg", + "admin/editor.product-images.title": "Termékképek", + "admin/editor.product-images.description": "Komponens, amely lehetővé teszi a termékképek testreszabását", + "admin/editor.product-images.zoomOptions.title": "Nagyítási opciók", + "admin/editor.product-images.zoomType.title": "Nagyítás típusa", + "admin/editor.product-images.bgopacity.title": "Háttér átlátszósága", + "admin/editor.product-images.thumbnailsOrientation.title": "Bélyegkép tájolása", + "admin/editor.product-images.gallery": "Galériában", + "admin/editor.product-images.in-page": "Az oldalon", + "admin/editor.product-images.no-zoom": "Nincs nagyítás", + "admin/editor.product-images.vertical": "Függőleges", + "admin/editor.product-images.horizontal": "Vízszintes", + "admin/editor.product-images.position.title": "Bélyegkép helyzete", + "admin/editor.product-images.position.description": "Csak akkor használatos, ha a tájolás függőleges", + "admin/editor.product-images.left": "Bal", + "admin/editor.product-images.right": "Jobb", + "admin/editor.product-images.displayThumbnailsArrows.title": "Nyilak megjelenítése a bélyegképeken", + "admin/editor.product-specifications.title": "Termék specifikációk", + "admin/editor.product-specifications.hidden-specifications.title": "Rejtett specifikációk", + "admin/editor.product-specifications.hidden-specifications.description": "Adja meg a specifikációk neveit, amelyeket el akar rejteni", + "admin/editor.product-specifications.visible-specifications.title": "Látható specifikációk", + "admin/editor.product-specifications.visible-specifications.description": "Adja meg a látható specifikációk neveit. Csak egyet adjon meg a rejtett vagy látható specifikációk közül", + "admin/editor.product-specifications.items.title": "Specifikáció", + "admin/editor.logo.title": "Logó", + "admin/editor.logo.description": "Komponens az áruház logójának megjelenítéséhez", + "admin/editor.logo.href.title": "Átirányítási link", + "admin/editor.logo.href.description": "Átirányítási link, amikor a logóra kattintanak. Hagyja üresen, hogy ne legyen kattintható.", + "admin/editor.logo.url.title": "Kép", + "admin/editor.logo.url.description": "Felhasználandó kép", + "admin/editor.logo.width.title": "Szélesség", + "admin/editor.logo.width.description": "Logó szélessége.", + "admin/editor.logo.height.title": "Magasság", + "admin/editor.logo.height.description": "Logó magassága.", + "admin/editor.logo.title.title": "Alternatív szöveg", + "admin/editor.logo.title.description": "Alternatív szöveg a logó képhez", + "admin/editor.logo.mobileWidth.title": "Mobil szélesség", + "admin/editor.logo.mobileWidth.description": "Mobilon használható szélesség. Ha üres, a megadott szélességi érték lesz használva.", + "admin/editor.logo.mobileHeight.title": "Mobil magasság", + "admin/editor.logo.mobileHeight.description": "Mobilon használható magasság. Ha üres, a megadott magassági érték lesz használva.", + "store/skuSelector.seeMore": "Még {quantity} megtekintése", + "store/sku-selector.select.placeholder": "Válasszon egy opciót", + "store/sku-selector.variation.select-an-option": "Válasszon egy lehetőséget", + "admin/editor.skuSelector.title": "SKU választó", + "admin/editor.skuSelector.description": "Komponens, amely különböző variációkat jelenít meg egy elemhez, amelyet a felhasználó választhat", + "admin/editor.skuSelector.seeMoreLabel.title": "Még {quantity} megtekintése címke", + "admin/editor.skuSelector.seeMoreLabel.description": "„Még {quantity} megtekintése” gomb címkéje. A karakterláncnak egy {quantity} helyőrzőt kell tartalmaznia, hogy megjelenítse a megfelelő maradék elemeket. Példa: „Még {quantity} megtekintése”", + "admin/editor.product-description.title": "Termékleírás", + "admin/editor.product-description.title-prop.title": "Cím", + "admin/editor.search-bar.title": "Keresősáv", + "admin/editor.search-bar.placeholder.title": "Helykitöltő", + "store/back-to-top.label": "Vissza a tetejére", + "admin/editor.toTop.title": "Vissza a tetejére gomb", + "admin/editor.toTop.description": "Amikor rákattintanak, az oldal tetejére görget", + "admin/editor.toTop.topPixel.title": "Pixel szám", + "admin/editor.toTop.topPixel.description": "Amikor a meghatározott pixelértéket meghaladja, megjelenik a vissza a tetejére gomb" +} diff --git a/messages/id.json b/messages/id.json index ef5877e28..dd41f40a4 100644 --- a/messages/id.json +++ b/messages/id.json @@ -95,6 +95,8 @@ "admin/editor.info-card.headline.description": "Teks akan ditampilkan sebagai judul di dalam komponen", "admin/editor.info-card.subhead.title": "Subjudul", "admin/editor.info-card.subhead.description": "Teks akan ditampilkan di bawah judul di dalam komponen", + "admin/editor.info-card.body-text.title": "Teks isi", + "admin/editor.info-card.body-text.description": "Teks di bawah subheader di dalam komponen", "admin/editor.info-card.callToActionMode.title": "Mode Pesan Ajakan", "admin/editor.info-card.callToActionMode.description": "Kontrol cara menampilkan pesan ajakan Anda", "admin/editor.info-card.callToActionText.title": "Teks Pesan Ajakan", diff --git a/messages/it.json b/messages/it.json index 69cca5474..68042394c 100644 --- a/messages/it.json +++ b/messages/it.json @@ -95,6 +95,8 @@ "admin/editor.info-card.headline.description": "Testo da visualizzare come titolo all'interno del componente", "admin/editor.info-card.subhead.title": "Sottotitolo", "admin/editor.info-card.subhead.description": "Testo da visualizzare sotto al titolo all'interno del componente", + "admin/editor.info-card.body-text.title": "Corpo del testo", + "admin/editor.info-card.body-text.description": "Testo al di sotto del sottotitolo all'interno del componente", "admin/editor.info-card.callToActionMode.title": "Modalità della Call to Action", "admin/editor.info-card.callToActionMode.description": "Controlla come viene visualizzato il tuo componente Call to Action", "admin/editor.info-card.callToActionText.title": "Testo della Call to Action", diff --git a/messages/ja.json b/messages/ja.json index 44db16141..2e9b74618 100644 --- a/messages/ja.json +++ b/messages/ja.json @@ -95,6 +95,8 @@ "admin/editor.info-card.headline.description": "コンポーネント内の見出しに表示されるテキスト", "admin/editor.info-card.subhead.title": "副見出し", "admin/editor.info-card.subhead.description": "コンポーネント内の見出しの下に表示されるテキスト", + "admin/editor.info-card.body-text.title": "本文テキスト", + "admin/editor.info-card.body-text.description": "コンポーネント内でサブヘッダーの下に来るテキスト", "admin/editor.info-card.callToActionMode.title": "行動喚起モード", "admin/editor.info-card.callToActionMode.description": "行動喚起の表示方法をコントロールします", "admin/editor.info-card.callToActionText.title": "行動喚起テキスト", diff --git a/messages/ko.json b/messages/ko.json index 470c3e19a..8be7ab902 100644 --- a/messages/ko.json +++ b/messages/ko.json @@ -95,6 +95,8 @@ "admin/editor.info-card.headline.description": "구성 요소 내부의 헤드라인으로 표시할 텍스트", "admin/editor.info-card.subhead.title": "부제목", "admin/editor.info-card.subhead.description": "구성 요소 내부의 헤드라인 아래에 표시할 텍스트", + "admin/editor.info-card.body-text.title": "본문 텍스트", + "admin/editor.info-card.body-text.description": "구성 요소 내부 하위 헤더 아래의 텍스트", "admin/editor.info-card.callToActionMode.title": "콜 투 액션 모드", "admin/editor.info-card.callToActionMode.description": "콜 투 액션 디스플레이 조절", "admin/editor.info-card.callToActionText.title": "콜 투 액션 텍스트", diff --git a/messages/nl.json b/messages/nl.json index 358e94f22..69ac748c8 100644 --- a/messages/nl.json +++ b/messages/nl.json @@ -95,6 +95,8 @@ "admin/editor.info-card.headline.description": "Tekst die moet worden weergegeven als een kop binnenin component", "admin/editor.info-card.subhead.title": "Subkop", "admin/editor.info-card.subhead.description": "Tekst die moet worden weergegeven onder de kop binnenin component", + "admin/editor.info-card.body-text.title": "Bodytekst", + "admin/editor.info-card.body-text.description": "Tekst onder subkop in component", "admin/editor.info-card.callToActionMode.title": "Oproep tot actiemodus", "admin/editor.info-card.callToActionMode.description": "Controleert hoe uw oproep tot actie wordt weergegeven", "admin/editor.info-card.callToActionText.title": "Oproep tot actie-tekst", diff --git a/messages/nn.json b/messages/nn.json index 437952705..305ed09a9 100644 --- a/messages/nn.json +++ b/messages/nn.json @@ -95,6 +95,8 @@ "admin/editor.info-card.headline.description": "Tekst som skal vises som overskrift inne i komponenten", "admin/editor.info-card.subhead.title": "Undertittel", "admin/editor.info-card.subhead.description": "Tekst som skal vises under overskriften inne i komponenten", + "admin/editor.info-card.body-text.title": "Hovedtekst", + "admin/editor.info-card.body-text.description": "Tekst under undertittel inne i komponenten", "admin/editor.info-card.callToActionMode.title": "Oppfordring til handling-modus", "admin/editor.info-card.callToActionMode.description": "Kontrollerer hvordan oppfordring til handling vises", "admin/editor.info-card.callToActionText.title": "Oppfordring til handling-tekst", diff --git a/messages/no.json b/messages/no.json index 437952705..305ed09a9 100644 --- a/messages/no.json +++ b/messages/no.json @@ -95,6 +95,8 @@ "admin/editor.info-card.headline.description": "Tekst som skal vises som overskrift inne i komponenten", "admin/editor.info-card.subhead.title": "Undertittel", "admin/editor.info-card.subhead.description": "Tekst som skal vises under overskriften inne i komponenten", + "admin/editor.info-card.body-text.title": "Hovedtekst", + "admin/editor.info-card.body-text.description": "Tekst under undertittel inne i komponenten", "admin/editor.info-card.callToActionMode.title": "Oppfordring til handling-modus", "admin/editor.info-card.callToActionMode.description": "Kontrollerer hvordan oppfordring til handling vises", "admin/editor.info-card.callToActionText.title": "Oppfordring til handling-tekst", diff --git a/messages/pt.json b/messages/pt.json index d13555677..0bd46ac64 100644 --- a/messages/pt.json +++ b/messages/pt.json @@ -98,7 +98,7 @@ "admin/editor.info-card.subhead.title": "Subtítulo", "admin/editor.info-card.subhead.description": "Texto apresentado abaixo do título", "admin/editor.info-card.body-text.title": "Corpo do texto", - "admin/editor.info-card.body-text.description": "Texto abaixo do subtítulo no componente", + "admin/editor.info-card.body-text.description": "Texto abaixo do subtítulo dentro do componente", "admin/editor.info-card.callToActionMode.title": "Modo do call to action", "admin/editor.info-card.callToActionMode.description": "Controla o modo de exibição do seu componente de call to action", "admin/editor.info-card.callToActionText.title": "Texto do call to action", diff --git a/messages/ro.json b/messages/ro.json index 76ee8b77e..cb69dd261 100644 --- a/messages/ro.json +++ b/messages/ro.json @@ -95,6 +95,8 @@ "admin/editor.info-card.headline.description": "Text pentru a fi afișat ca titlu înăuntrul componentei", "admin/editor.info-card.subhead.title": "Subtitlu", "admin/editor.info-card.subhead.description": "Text pentru a fi afișat sub titlu înăuntrul componentei", + "admin/editor.info-card.body-text.title": "Text corp", + "admin/editor.info-card.body-text.description": "Text sub subtitlu în interiorul componentei", "admin/editor.info-card.callToActionMode.title": "Mod Apel la acțiune", "admin/editor.info-card.callToActionMode.description": "Controlează modul în care este afișat apelul la acțiune", "admin/editor.info-card.callToActionText.title": "Text Apel la acțiune", diff --git a/messages/th.json b/messages/th.json index 4b120abf7..99a2a0f7d 100644 --- a/messages/th.json +++ b/messages/th.json @@ -95,6 +95,8 @@ "admin/editor.info-card.headline.description": "ข้อความจะแสดงเป็นหัวเรื่องภายในคอมโพเนนต์", "admin/editor.info-card.subhead.title": "หัวเรื่องย่อย", "admin/editor.info-card.subhead.description": "ข้อความจะแสดงใต้หัวเรื่องภายในคอมโพเนนต์", + "admin/editor.info-card.body-text.title": "ตัวข้อความ:", + "admin/editor.info-card.body-text.description": "ข้อความใต้หัวเรื่องย่อยในรายละเอียด", "admin/editor.info-card.callToActionMode.title": "โหมดกระตุ้นให้ดำเนินการ", "admin/editor.info-card.callToActionMode.description": "ควบคุมว่าจะให้การกระตุ้นให้ดำเนินการของคุณแสดงอย่างไร", "admin/editor.info-card.callToActionText.title": "ข้อความกระตุ้นให้ดำเนินการ",