Skip to content

Commit

Permalink
Add Indonesian and fix old translations (#358)
Browse files Browse the repository at this point in the history
Add Indonesian and fix Portuguese, English, Spanish and Thai translations. Tracked by task [LOC-9012](https://vtex-dev.atlassian.net/browse/LOC-9012).
  • Loading branch information
camilavcoutinho authored Jan 2, 2023
1 parent 1ed054a commit f813123
Show file tree
Hide file tree
Showing 7 changed files with 175 additions and 95 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Added
- Indonesian translation.

### Fixed
- Portuguese, English, Spanish, and Thai translations.

## [2.80.1] - 2022-07-11

### Fixed
Expand Down
54 changes: 27 additions & 27 deletions messages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,49 +3,49 @@
"store/pricing.to": "To",
"store/button-label": "Buy",
"admin/editor.productSummary.title": "Product Summary",
"admin/editor.productSummary.description": "The product summary showing the main product information",
"admin/editor.productSummary.isOneClickBuy.title": "Should redirect to checkout after clicking on buy",
"admin/editor.productSummary.showBadge.title": "Show the discount badge",
"admin/editor.productSummary.badgeText.title": "Badge's text",
"admin/editor.productSummary.buyButtonText.title": "Custom buy button's text",
"admin/editor.productSummary.description": "Product summary showing the main product information",
"admin/editor.productSummary.isOneClickBuy.title": "Redirect to checkout after clicking buy",
"admin/editor.productSummary.showBadge.title": "Show discount badge",
"admin/editor.productSummary.badgeText.title": "Badge text",
"admin/editor.productSummary.buyButtonText.title": "Text for the custom purchase button",
"admin/editor.productSummary.hideBuyButton.title": "Hides the buy button completely",
"admin/editor.productSummary.showCollections.title": "Show the collections badges",
"admin/editor.productSummary.showCollections.title": "Show the collection badges",
"admin/editor.productSummary.displayBuyButton.title": "Buy button display mode",
"admin/editor.productSummary.displayBuyButton.option.none": "Never show",
"admin/editor.productSummary.displayBuyButton.option.always": "Always show",
"admin/editor.productSummary.displayBuyButton.option.none": "Never Show",
"admin/editor.productSummary.displayBuyButton.option.always": "Always Show",
"admin/editor.productSummary.displayBuyButton.option.hover": "Show on hover (web)",
"store/productSummary.quantity-error": "It wasn't possible to select the specified amount",
"store/productSummary.quantity-error": "Could not select the specified amount",
"store/productSummary.unit": "Unit",
"store/productSummary.attachmentName": "{sign} {quantity}x {name}",
"store/productSummary.missingOptionName": "No {name}",
"admin/editor.productSummaryPrice.title": "Product Summary Price",
"admin/editor.productSummaryPrice.description": "Component that shows product price inside the product summary",
"admin/editor.productSummaryPrice.showListPrice.title": "Show list price",
"admin/editor.productSummaryPrice.showSellingPriceRange.title": "Show selling price range",
"admin/editor.productSummaryPrice.showListPriceRange.title": "Show list price range",
"admin/editor.productSummaryPrice.showListPriceRange.title": "Show list-price range",
"admin/editor.productSummaryPrice.showInstallments.title": "Show installments",
"admin/editor.productSummaryPrice.showDiscountValue.title": "Show discount value",
"admin/editor.productSummaryPrice.showDiscountValue.title": "Show discount",
"admin/editor.productSummaryPrice.showLabels.title": "Show labels",
"admin/editor.productSummaryPrice.labelSellingPrice.title": "Label for selling price",
"admin/editor.productSummaryPrice.labelListPrice.title": "Label for list price",
"admin/editor.productSummaryPrice.labelSellingPrice.title": "Selling price label",
"admin/editor.productSummaryPrice.labelListPrice.title": "List price label",
"admin/editor.productSummaryPrice.showBorders.title": "Show borders",
"admin/editor.productSummaryImage.title": "Product Summary Image",
"admin/editor.productSummaryImage.description": "The component that shows the product image",
"admin/editor.productSummaryImage.hoverImageLabel.title": "Hover Image Label",
"admin/editor.productSummaryImage.hoverImageLabel.description": "This property is deprecated. Use the criteria property instead",
"admin/editor.productSummaryImage.description": "Component that displays the product image",
"admin/editor.productSummaryImage.hoverImageLabel.title": "Hover image label",
"admin/editor.productSummaryImage.hoverImageLabel.description": "This property is deprecated. Please use the criteria property instead",
"admin/editor.productSummaryImage.hoverImage.criteria.title": "Criteria for hover image selection",
"admin/editor.productSummaryImage.hoverImage.criteria.label": "Hover Image Label",
"admin/editor.productSummaryImage.hoverImage.criteria.matchCriteria": "Hover image label search criteria (exact: finds the image that is an exact match with the name filled in the 'Hover Image Label' field | contains: finds the first image that contains the text filled in 'Hover Image Label' field)",
"admin/editor.productSummaryImage.hoverImage.criteria.label": "Hover image label",
"admin/editor.productSummaryImage.hoverImage.criteria.matchCriteria": "Hover image label search criteria (exact: finds the image that is an exact match of the name in the 'Hover image label' field | contains: finds the first image that contains the text in the 'Hover image label' field).",
"admin/editor.productSummaryImage.hoverImage.criteria.index": "Hover Image Index",
"admin/editor.productSummaryBuyButton.title": "Product Summary Buy Button",
"admin/editor.productSummaryName.title": "Product Summary Name",
"admin/editor.product-summary-specification-badges.title": "Product Summary Specification Badges",
"admin/editor.productSummaryList.title": "Product List",
"admin/editor.productSummaryList.description": "A product list featuring a collection",
"admin/editor.productSummaryList.category.title": "Category Id",
"admin/editor.productSummaryList.category.description": "For sub-categories, use \"/\" (e.g. 1/2/3)",
"admin/editor.productSummaryList.description": "Product list from a collection",
"admin/editor.productSummaryList.category.title": "Category ID",
"admin/editor.productSummaryList.category.description": "For subcategories, use \"/\" (e.g.: 1/2/3)",
"admin/editor.productSummaryList.collection.title": "Collection",
"admin/editor.productSummaryList.orderBy.title": "List Sorting",
"admin/editor.productSummaryList.orderBy.title": "List Order",
"admin/editor.productSummaryList.hideUnavailableItems": "Hide unavailable items",
"admin/editor.productSummaryList.maxItems.title": "Max Items",
"admin/editor.productSummaryList.specificationFilters.title": "Specification Filters",
Expand All @@ -57,18 +57,18 @@
"admin/editor.productSummaryList.orderType.priceAsc": "Price, ascending",
"admin/editor.productSummaryList.orderType.nameAsc": "Name, ascending",
"admin/editor.productSummaryList.orderType.nameDesc": "Name, descending",
"admin/editor.productSummaryList.orderType.releaseDate": "Release Date",
"admin/editor.productSummaryList.orderType.releaseDate": "Release date",
"admin/editor.productSummaryList.orderType.discount": "Discount",
"admin/editor.productSummaryList.orderType.relevance": "Relevance",
"admin/editor.productSummaryList.skusFilter.title": "SKUs Filter",
"admin/editor.productSummaryList.skusFilter.description": "Setting the first available filter might make your query much faster!",
"admin/editor.productSummaryList.skusFilter.title": "SKU Filter",
"admin/editor.productSummaryList.skusFilter.description": "Setting the \"First available\" filter might make your query much faster!",
"admin/editor.productSummaryList.skusFilter.none": "None",
"admin/editor.productSummaryList.skusFilter.first-available": "First available",
"admin/editor.productSummaryList.skusFilter.all-available": "All available",
"admin/editor.productSummaryList.installmentCriteria.title": "Displayed installments",
"admin/editor.productSummaryList.installmentCriteria.description": "Choose what type of installments to be showed (e.g.: maximum without interest or with interest).",
"admin/editor.productSummaryList.installmentCriteria.description": "Choose the installment type to be shown (e.g.: maximum without interest or with interest).",
"admin/editor.productSummaryList.installmentCriteria.max-without-interest": "Maximum without interest",
"admin/editor.productSummaryList.installmentCriteria.max-with-interest": "Maximum",
"admin/editor.productSummaryList.analyticsListName.title": "List name in Analytics",
"admin/editor.productSummary.trackListName.title": "Should track list name"
"admin/editor.productSummary.trackListName.title": "Track list name"
}
6 changes: 3 additions & 3 deletions messages/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"store/button-label": "Comprar",
"admin/editor.productSummary.title": "Resumen del producto",
"admin/editor.productSummary.description": "El resumen del producto que muestra la información principal del producto",
"admin/editor.productSummary.isOneClickBuy.title": "Debe redirigir al checkout después de hacer clic en comprar",
"admin/editor.productSummary.isOneClickBuy.title": "Redirigir al checkout después de hacer clic en comprar",
"admin/editor.productSummary.showBadge.title": "Mostrar la insignia de descuento",
"admin/editor.productSummary.badgeText.title": "Texto de la insignia",
"admin/editor.productSummary.buyButtonText.title": "Texto del botón de compra personalizado",
Expand Down Expand Up @@ -32,7 +32,7 @@
"admin/editor.productSummaryImage.title": "Imagen del resumen del producto",
"admin/editor.productSummaryImage.description": "El componente que muestra la imagen del producto",
"admin/editor.productSummaryImage.hoverImageLabel.title": "Etiqueta de la imagen activable",
"admin/editor.productSummaryImage.hoverImageLabel.description": "Esta propiedad está obsoleta. Utilice la propiedad de criterios",
"admin/editor.productSummaryImage.hoverImageLabel.description": "Esta propiedad está en desuso. Por favor, utiliza la propiedad de criterios.",
"admin/editor.productSummaryImage.hoverImage.criteria.title": "Criterio para selección de imágenes activables",
"admin/editor.productSummaryImage.hoverImage.criteria.label": "Etiqueta de la imagen activable",
"admin/editor.productSummaryImage.hoverImage.criteria.matchCriteria": "Criterios de búsqueda de la etiqueta de la imagen activable (exact: busca la imagen que sea un resultado exacto para el nombre ingresado en el campo 'Etiqueta de la imagen activable' | contains: busca la primera imagen que contenga el texto ingresado en el campo 'Etiqueta de la imagen activable')",
Expand Down Expand Up @@ -70,5 +70,5 @@
"admin/editor.productSummaryList.installmentCriteria.max-without-interest": "Máximo sin interés",
"admin/editor.productSummaryList.installmentCriteria.max-with-interest": "Máximo",
"admin/editor.productSummaryList.analyticsListName.title": "Nombre de la lista en Analytics",
"admin/editor.productSummary.trackListName.title": "Debe rastrear el nombre de la lista"
"admin/editor.productSummary.trackListName.title": "Rastrear el nombre de la lista"
}
74 changes: 74 additions & 0 deletions messages/id-ID.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
{
"store/pricing.from": "Dari",
"store/pricing.to": "Ke",
"store/button-label": "Beli",
"admin/editor.productSummary.title": "Ringkasan Produk",
"admin/editor.productSummary.description": "Ringkasan produk menampilkan informasi produk utama",
"admin/editor.productSummary.isOneClickBuy.title": "Seharusnya dialihkan ke checkout setelah mengklik beli",
"admin/editor.productSummary.showBadge.title": "Tampilkan badge diskon",
"admin/editor.productSummary.badgeText.title": "Teks badge",
"admin/editor.productSummary.buyButtonText.title": "Teks tombol beli kustom",
"admin/editor.productSummary.hideBuyButton.title": "Sembunyikan tombol beli sepenuhnya",
"admin/editor.productSummary.showCollections.title": "Tampilkan badge koleksi",
"admin/editor.productSummary.displayBuyButton.title": "Mode tampilan tombol beli",
"admin/editor.productSummary.displayBuyButton.option.none": "Jangan pernah tampilkan",
"admin/editor.productSummary.displayBuyButton.option.always": "Selalu tampilkan",
"admin/editor.productSummary.displayBuyButton.option.hover": "Tampilkan sesuai gerakan kursor (web)",
"store/productSummary.quantity-error": "Tidak dapat memilih jumlah yang ditetapkan",
"store/productSummary.unit": "Unit",
"store/productSummary.attachmentName": "{sign} {quantity}x {name}",
"store/productSummary.missingOptionName": "Tidak ada {name}",
"admin/editor.productSummaryPrice.title": "Harga Ringkasan Produk",
"admin/editor.productSummaryPrice.description": "Komponen yang menampilkan harga produk di dalam ringkasan produk",
"admin/editor.productSummaryPrice.showListPrice.title": "Tampilkan harga eceran",
"admin/editor.productSummaryPrice.showSellingPriceRange.title": "Tampilkan rentang harga jual",
"admin/editor.productSummaryPrice.showListPriceRange.title": "Tampilkan rentang harga eceran",
"admin/editor.productSummaryPrice.showInstallments.title": "Tampilkan cicilan",
"admin/editor.productSummaryPrice.showDiscountValue.title": "Tampilkan nilai diskon",
"admin/editor.productSummaryPrice.showLabels.title": "Tampilkan label",
"admin/editor.productSummaryPrice.labelSellingPrice.title": "Label untuk harga jual",
"admin/editor.productSummaryPrice.labelListPrice.title": "Label untuk harga eceran",
"admin/editor.productSummaryPrice.showBorders.title": "Tampilkan batas",
"admin/editor.productSummaryImage.title": "Gambar Ringkasan Produk",
"admin/editor.productSummaryImage.description": "Komponen yang menampilkan gambar produk",
"admin/editor.productSummaryImage.hoverImageLabel.title": "Label Gambar Mengambang",
"admin/editor.productSummaryImage.hoverImageLabel.description": "Properti ini tidak digunakan lagi. Gunakan properti kriteria saja",
"admin/editor.productSummaryImage.hoverImage.criteria.title": "Kriteria untuk pemilihan gambar mengambang",
"admin/editor.productSummaryImage.hoverImage.criteria.label": "Label Gambar Mengambang",
"admin/editor.productSummaryImage.hoverImage.criteria.matchCriteria": "Kriteria pencarian label gambar mengambang (persis: temukan gambar yang sama persis dengan nama yang terisi di bidang 'Label Gambar Mengambang’| berisi: temukan gambar pertama yang berisi teks yang terisi di bidang 'Label Gambar Mengambang')",
"admin/editor.productSummaryImage.hoverImage.criteria.index": "Indeks Gambar Mengambang",
"admin/editor.productSummaryBuyButton.title": "Tombol Beli Ringkasan Produk",
"admin/editor.productSummaryName.title": "Nama Ringkasan Produk",
"admin/editor.product-summary-specification-badges.title": "Badge Spesifikasi Ringkasan Produk",
"admin/editor.productSummaryList.title": "Daftar Produk",
"admin/editor.productSummaryList.description": "Daftar produk yang menampilkan koleksi",
"admin/editor.productSummaryList.category.title": "Id Kategori",
"admin/editor.productSummaryList.category.description": "Untuk sub-kategori, gunakan \"/\" (mis. 1/2/3)",
"admin/editor.productSummaryList.collection.title": "Koleksi",
"admin/editor.productSummaryList.orderBy.title": "Penyortiran Daftar",
"admin/editor.productSummaryList.hideUnavailableItems": "Sembunyikan item yang tidak tersedia",
"admin/editor.productSummaryList.maxItems.title": "Maks Item",
"admin/editor.productSummaryList.specificationFilters.title": "Filter Spesifikasi",
"admin/editor.productSummaryList.specificationFilters.item.title": "Item Filter Spesifikasi",
"admin/editor.productSummaryList.specificationFilters.item.id.title": "ID Filter Spesifikasi",
"admin/editor.productSummaryList.specificationFilters.item.value.title": "Nilai Filter Spesifikasi",
"admin/editor.productSummaryList.orderType.sales": "Penjualan",
"admin/editor.productSummaryList.orderType.priceDesc": "Harga, rendah ke tinggi",
"admin/editor.productSummaryList.orderType.priceAsc": "Harga, tinggi ke rendah",
"admin/editor.productSummaryList.orderType.nameAsc": "Nama, A ke Z",
"admin/editor.productSummaryList.orderType.nameDesc": "Nama, Z ke A",
"admin/editor.productSummaryList.orderType.releaseDate": "Tanggal Rilis",
"admin/editor.productSummaryList.orderType.discount": "Diskon",
"admin/editor.productSummaryList.orderType.relevance": "Relevansi",
"admin/editor.productSummaryList.skusFilter.title": "Filter SKU",
"admin/editor.productSummaryList.skusFilter.description": "Mengatur filter pertama yang tersedia mungkin mempercepat kueri Anda!",
"admin/editor.productSummaryList.skusFilter.none": "Tidak ada",
"admin/editor.productSummaryList.skusFilter.first-available": "Tersedia pertama",
"admin/editor.productSummaryList.skusFilter.all-available": "Semua yang tersedia",
"admin/editor.productSummaryList.installmentCriteria.title": "Cicilan yang ditampilkan",
"admin/editor.productSummaryList.installmentCriteria.description": "Pilih jenis cicilan apa yang akan ditampilkan (mis.: maksimum tanpa bunga atau dengan bunga).",
"admin/editor.productSummaryList.installmentCriteria.max-without-interest": "Maksimum tanpa bunga",
"admin/editor.productSummaryList.installmentCriteria.max-with-interest": "Maksimum",
"admin/editor.productSummaryList.analyticsListName.title": "Nama daftar dalam Analitika",
"admin/editor.productSummary.trackListName.title": "Harus melacak nama daftar"
}
Loading

0 comments on commit f813123

Please sign in to comment.