From ffe8fcb9a0309ddb4469b28128973f495cc6a46c Mon Sep 17 00:00:00 2001 From: Joe <104938042+lrljoe@users.noreply.github.com> Date: Wed, 4 Sep 2024 00:57:49 +0100 Subject: [PATCH 1/2] Add Polish translation by @meavric --- CHANGELOG.md | 5 +++++ CONTRIBUTORS.md | 1 + resources/lang/pl.json | 33 +++++++++++++++++++++++++++++++++ 3 files changed, 39 insertions(+) create mode 100644 resources/lang/pl.json diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b412b286..a0112582a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to `laravel-livewire-tables` will be documented in this file +## UNRELEASED + +### New Features +- Added translation to Polish by @meavric in + ## [v3.4.17] - 2024-09-01 ### New Features - Add hide table option by @lrljoe in https://github.com/rappasoft/laravel-livewire-tables/pull/1914 diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index ffd644706..ad1b2a7cb 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -18,6 +18,7 @@ | Indonesian (ID) | None | | Italian (IT) | Core Team | | Malay (MS) | [wanadri](https://github.com/wanadri) | +| Polish (PL) | [meavric](https://github.com/meavric) | | Portugese (PT) | None | | Russian (RU) | None | | Spanish (ES) | [CristhoferMF](https://github.com/CristhoferMF) | diff --git a/resources/lang/pl.json b/resources/lang/pl.json new file mode 100644 index 000000000..70e99e7f3 --- /dev/null +++ b/resources/lang/pl.json @@ -0,0 +1,33 @@ +{ + "All": "Wszystko", + "All Columns": "Wszystkie kolumny", + "Applied Filters": "Użyte filtry", + "Applied Sorting": "Użyte sortowanie", + "Bulk Actions": "Akcje zbiorowe", + "Bulk Actions Confirm": "Czy zastosować ?", + "Clear": "Wyczyść", + "Columns": "Kolumny", + "Debugging Values": "Wartości debugowania", + "Deselect All": "Odznacz wszystko", + "Done Reordering": "Done Reordering", + "Filters": "Filtry", + "No": "Nie", + "No items found. Try to broaden your search.": "Brak rezultatów do wyświetlenia.", + "of": "z", + "Remove filter option": "Usuń opcję filtra", + "Remove sort option": "Usuń opcję sortowania", + "Reorder": "Zmień kolejność", + "results": "wyniki", + "row": "wiersz", + "rows": "wiersze", + "rows, do you want to select all": "czy chcesz zaznaczyć wszystkie wiersze", + "Search": "Szukaj", + "Select All": "Zaznacz wszystko", + "Select All On Page": "Zaznacz wszystko na stronie", + "Showing": "Pokazywanie", + "to": "do", + "Yes": "Tak", + "You are currently selecting all": "Aktualnie masz wszystko zaznaczone", + "You are not connected to the internet.": "Brak połączenia z internetem.", + "You have selected": "Masz wybrane" +} \ No newline at end of file From 2118261656231f1abe00abc402d242a6291532da Mon Sep 17 00:00:00 2001 From: Joe <104938042+lrljoe@users.noreply.github.com> Date: Wed, 4 Sep 2024 01:03:40 +0100 Subject: [PATCH 2/2] Update ChangeLog to reflect translation --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0112582a..b25610957 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to `laravel-livewire-tables` will be documented in this file ## UNRELEASED ### New Features -- Added translation to Polish by @meavric in +- Added translation to Polish by @meavric in https://github.com/rappasoft/laravel-livewire-tables/pull/1925 ## [v3.4.17] - 2024-09-01 ### New Features