From a75b57357ea72c6e8206c55be4912e10686d44be Mon Sep 17 00:00:00 2001 From: Camila Coutinho Date: Tue, 29 Oct 2024 20:47:14 -0300 Subject: [PATCH] add polish translation --- CHANGELOG.md | 3 +++ messages/pl.json | 10 ++++++++++ 2 files changed, 13 insertions(+) create mode 100644 messages/pl.json diff --git a/CHANGELOG.md b/CHANGELOG.md index 558ef00b..78237503 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +### Added +- Polish translation + ## [2.137.3] - 2024-10-08 ### Changed diff --git a/messages/pl.json b/messages/pl.json new file mode 100644 index 00000000..07155ced --- /dev/null +++ b/messages/pl.json @@ -0,0 +1,10 @@ +{ + "admin/editor.product-search.title": "Kontekst wyszukiwania produktu", + "admin/editor.product-search.maxItemsPerPage": "Maksymalna liczba pozycji na stronę", + "admin/editor.product-search.hideUnavailableItems": "Ukryj niedostępne pozycje", + "store/store.network-status.offline": "Brak połączenia z Internetem.", + "admin/actions.enable-binding": "Włącz konfigurację przez powiązanie", + "admin/actions.binding-configurations": "Konfiguracje powiązań", + "admin/actions.binding-id": "Identyfikator powiązania", + "admin/actions.binding-description": "Wpisz identyfikator powiązania" +} \ No newline at end of file