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
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 https://github.com/rappasoft/laravel-livewire-tables/pull/1925

## [v3.4.17] - 2024-09-01
### New Features
- Add hide table option by @lrljoe in https://github.com/rappasoft/laravel-livewire-tables/pull/1914
Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) |
Expand Down
33 changes: 33 additions & 0 deletions resources/lang/pl.json
Original file line number Diff line number Diff line change
@@ -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"
}
Loading