Skip to content

Commit 2fd6014

Browse files
authored
Add Polish translation by @meavric (rappasoft#1925)
* Add Polish translation by @meavric * Update ChangeLog to reflect translation
1 parent a63fb44 commit 2fd6014

File tree

3 files changed

+39
-0
lines changed

3 files changed

+39
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
All notable changes to `laravel-livewire-tables` will be documented in this file
44

5+
## UNRELEASED
6+
7+
### New Features
8+
- Added translation to Polish by @meavric in https://github.com/rappasoft/laravel-livewire-tables/pull/1925
9+
510
## [v3.4.17] - 2024-09-01
611
### New Features
712
- Add hide table option by @lrljoe in https://github.com/rappasoft/laravel-livewire-tables/pull/1914

CONTRIBUTORS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
| Indonesian (ID) | None |
1919
| Italian (IT) | Core Team |
2020
| Malay (MS) | [wanadri](https://github.com/wanadri) |
21+
| Polish (PL) | [meavric](https://github.com/meavric) |
2122
| Portugese (PT) | None |
2223
| Russian (RU) | None |
2324
| Spanish (ES) | [CristhoferMF](https://github.com/CristhoferMF) |

resources/lang/pl.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"All": "Wszystko",
3+
"All Columns": "Wszystkie kolumny",
4+
"Applied Filters": "Użyte filtry",
5+
"Applied Sorting": "Użyte sortowanie",
6+
"Bulk Actions": "Akcje zbiorowe",
7+
"Bulk Actions Confirm": "Czy zastosować ?",
8+
"Clear": "Wyczyść",
9+
"Columns": "Kolumny",
10+
"Debugging Values": "Wartości debugowania",
11+
"Deselect All": "Odznacz wszystko",
12+
"Done Reordering": "Done Reordering",
13+
"Filters": "Filtry",
14+
"No": "Nie",
15+
"No items found. Try to broaden your search.": "Brak rezultatów do wyświetlenia.",
16+
"of": "z",
17+
"Remove filter option": "Usuń opcję filtra",
18+
"Remove sort option": "Usuń opcję sortowania",
19+
"Reorder": "Zmień kolejność",
20+
"results": "wyniki",
21+
"row": "wiersz",
22+
"rows": "wiersze",
23+
"rows, do you want to select all": "czy chcesz zaznaczyć wszystkie wiersze",
24+
"Search": "Szukaj",
25+
"Select All": "Zaznacz wszystko",
26+
"Select All On Page": "Zaznacz wszystko na stronie",
27+
"Showing": "Pokazywanie",
28+
"to": "do",
29+
"Yes": "Tak",
30+
"You are currently selecting all": "Aktualnie masz wszystko zaznaczone",
31+
"You are not connected to the internet.": "Brak połączenia z internetem.",
32+
"You have selected": "Masz wybrane"
33+
}

0 commit comments

Comments
 (0)