Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lang/es-419.json
Original file line number Diff line number Diff line change
Expand Up @@ -800,8 +800,8 @@
"choose_an_option": "Elige una opción",
"select_one": "Selecciona una",
"description": "Descripción",
"price_with_tax": "(Inc. {tax_label})",
"price_without_tax": "(Por ejemplo, {tax_label})",
"price_with_tax": "(Con {tax_label})",
"price_without_tax": "(Sin {tax_label})",
"including_tax": "Incluye impuestos",
"excluding_tax": "Excluyendo impuestos",
"weight": "Peso:",
Expand Down
4 changes: 2 additions & 2 deletions lang/es-AR.json
Original file line number Diff line number Diff line change
Expand Up @@ -800,8 +800,8 @@
"choose_an_option": "Elige una opción",
"select_one": "Selecciona una",
"description": "Descripción",
"price_with_tax": "(Inc. {tax_label})",
"price_without_tax": "(Por ejemplo, {tax_label})",
"price_with_tax": "(Con {tax_label})",
"price_without_tax": "(Sin {tax_label})",
"including_tax": "Incluye impuestos",
"excluding_tax": "Excluyendo impuestos",
"weight": "Peso:",
Expand Down
4 changes: 2 additions & 2 deletions lang/es-CL.json
Original file line number Diff line number Diff line change
Expand Up @@ -800,8 +800,8 @@
"choose_an_option": "Elige una opción",
"select_one": "Selecciona una",
"description": "Descripción",
"price_with_tax": "(Inc. {tax_label})",
"price_without_tax": "(Por ejemplo, {tax_label})",
"price_with_tax": "(Con {tax_label})",
"price_without_tax": "(Sin {tax_label})",
"including_tax": "Incluye impuestos",
"excluding_tax": "Excluyendo impuestos",
"weight": "Peso:",
Expand Down
4 changes: 2 additions & 2 deletions lang/es-CO.json
Original file line number Diff line number Diff line change
Expand Up @@ -800,8 +800,8 @@
"choose_an_option": "Elige una opción",
"select_one": "Selecciona una",
"description": "Descripción",
"price_with_tax": "(Inc. {tax_label})",
"price_without_tax": "(Por ejemplo, {tax_label})",
"price_with_tax": "(Con {tax_label})",
"price_without_tax": "(Sin {tax_label})",
"including_tax": "Incluye impuestos",
"excluding_tax": "Excluyendo impuestos",
"weight": "Peso:",
Expand Down
4 changes: 2 additions & 2 deletions lang/es-LA.json
Original file line number Diff line number Diff line change
Expand Up @@ -800,8 +800,8 @@
"choose_an_option": "Elige una opción",
"select_one": "Selecciona una",
"description": "Descripción",
"price_with_tax": "(Inc. {tax_label})",
"price_without_tax": "(Por ejemplo, {tax_label})",
"price_with_tax": "(Con {tax_label})",
"price_without_tax": "(Sin {tax_label})",
"including_tax": "Incluye impuestos",
"excluding_tax": "Excluyendo impuestos",
"weight": "Peso:",
Expand Down
4 changes: 2 additions & 2 deletions lang/es-MX.json
Original file line number Diff line number Diff line change
Expand Up @@ -800,8 +800,8 @@
"choose_an_option": "Elige una opción",
"select_one": "Selecciona una",
"description": "Descripción",
"price_with_tax": "(Inc. {tax_label})",
"price_without_tax": "(Por ejemplo, {tax_label})",
"price_with_tax": "(Con {tax_label})",
"price_without_tax": "(Sin {tax_label})",
"including_tax": "Incluye impuestos",
"excluding_tax": "Excluyendo impuestos",
"weight": "Peso:",
Expand Down
4 changes: 2 additions & 2 deletions lang/es-PE.json
Original file line number Diff line number Diff line change
Expand Up @@ -800,8 +800,8 @@
"choose_an_option": "Elige una opción",
"select_one": "Selecciona una",
"description": "Descripción",
"price_with_tax": "(Inc. {tax_label})",
"price_without_tax": "(Por ejemplo, {tax_label})",
"price_with_tax": "(Con {tax_label})",
"price_without_tax": "(Sin {tax_label})",
"including_tax": "Incluye impuestos",
"excluding_tax": "Excluyendo impuestos",
"weight": "Peso:",
Expand Down
12 changes: 6 additions & 6 deletions schemaTranslations.json
Original file line number Diff line number Diff line change
Expand Up @@ -2097,16 +2097,16 @@
"de": "„©“, aktuelles Jahr und Shopname anzeigen",
"es": "Mostrar «©», año actual y nombre de la tienda",
"nl": "'©', huidig jaar en naam store weergeven",
"pt": "Exibir \"©\", ano atual e nome da loja",
"pt-BR": "Exibir \"©\", ano atual e nome da loja",
"pt": "Show \"©\", current year and store name",
"pt-BR": "Show \"©\", current year and store name",
"sv": "Visa ”©”, aktuellt år och butiksnamn",
"es-MX": "Mostrar \"©\", el año actual y el nombre de la tienda",
"es-419": "Mostrar \"©\", el año actual y el nombre de la tienda",
"da": "Vis \"©\", nuværende årstal og butiksnavn",
"no": "Vis «{0};», gjeldende år og butikkens navn",
"ko": "\"©\", 현재 연도 및 스토어 이름 표시",
"pl": "Pokaż \"©\", bieżący rok i nazwę sklepu",
"ja": "コピーライト(©) + 現在の年度 + ストア名を表示"
"no": "Vis «©», gjeldende år og butikkens navn",
"ko": "\"© \" , 현재 연도 및 스토어 이름 표시",
"pl": "Show \"©\", current year and store name",
"ja": "「 © 」、現在の年、店舗名を表示します。"
},
"i18n.PaymentIcons": {
"default": "Payment icons",
Expand Down
Loading