Skip to content

Commit

Permalink
Add Polish translation
Browse files Browse the repository at this point in the history
  • Loading branch information
sheilagomes committed Nov 5, 2024
1 parent 5a0f385 commit ff76a63
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
"eslint.validate": [
"javascript",
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Added
- Polish translation.

## [0.5.0] - 2023-03-27

### Added
Expand Down
16 changes: 16 additions & 0 deletions messages/pl.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"store/seller-list.pending": "Wpisz kod pocztowy, aby obliczyć",
"store/seller-list.shipping-label": "Oblicz wysyłkę",
"store/seller-link.linkText": "Wyświetl {sellerQuantity, plural, one {1 sprzedawcę więcej} few {# sprzedawców więcej} many {# sprzedawców więcej} other {# sprzedawcy więcej}}",
"store/seller-list.shipping-estimate": "{name} {price} {estimate}",
"admin/editor.seller-selector.title": "Wybór sprzedawcy",
"admin/editor.seller-selector.head-cell": "Komórka nagłówka",
"admin/editor.seller-selector.head-cell-text": "Tekst komórki nagłówka",
"admin/editor.seller-selector.limitShippingInformation-title": "Ile ofert wysyłki ma zostać wyświetlonych?",
"admin/editor.seller-selector.limitShippingInformation-description": "Skonfiguruj liczbę wyświetlonych ofert wysyłki; ta konfiguracja zostanie zastosowana do wszystkich sprzedawców na tej stronie",
"admin/editor.seller-selector.add-to-cart": "Dodaj do koszyka",
"admin/editor.seller-selector.oneClickBuy-title": "Przekieruj do kasy",
"admin/editor.seller-link.title": "Łącze sprzedawcy",
"admin/editor.seller-link.textLinkTitle": "Tekst łącza",
"admin/editor.seller-link.textLinkDescription": "Wartości dostępne do interpolacji: „{sellerQuantity}”"
}

0 comments on commit ff76a63

Please sign in to comment.