KoolReport's Forum

Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines

DataTable and DataRangePicker language pl file #2700

Open 50Grosh opened this topic on on May 28, 2022 - 2 comments

50Grosh commented on May 28, 2022

DataTables.pl.json

{
    "sEmptyTable":      "Brak danych w tabeli",
    "sInfo":            "_START_ do _END_ z _TOTAL_ wpisów",
    "sInfoEmpty":       "0 do 0 z 0 wpisów",
    "sInfoFiltered":    "(odfiltrowane z _MAX_ wpisów)",
    "sInfoPostFix":     "",
    "sInfoThousands":   "",
    "sLengthMenu":      "_MENU_ Pokaż pozycje",
    "sLoadingRecords":  "Ładowanie...",
    "sProcessing":      "Proszę czekać...",
    "sSearch":          "Szukaj",
    "sZeroRecords":     "Brak dostępnych wpisów.",
    "oPaginate": {
        "sFirst":       "Pierwszy",
        "sPrevious":    "Poprzedni",
        "sNext":        "Następny",
        "sLast":        "Ostatni"
    },
    "oAria": {
        "sSortAscending":  ": włącz sortowanie kolumn w kolejności rosnącej",
        "sSortDescending": ": włącz sortowanie kolumn w kolejności malejącej"
    },
    "select": {
            "rows": {
                "_": "%d wybrane wiersze",
                "0": "Kliknij wiersz, aby go wybrać",
                "1": "1 wybrany wiersz"
            }
    }
}

DataRangePicker.pl.json

{
    "format":"DD/MM/YYYY",
    "separator": " - ",
    "applyLabel": "Zastosuj",
    "cancelLabel": "Anuluj",
    "fromLabel": "Od",
    "toLabel": "Do",
    "customRangeLabel": "Niestandardowe",
    "weekLabel": "T",
    "daysOfWeek": [
        "Niedz",
        "Pon",
        "Wt",
        "Śr",
        "Czw",
        "Pt",
        "Sob"
    ],
    "monthNames": [
        "Styczeń",
        "Luty",
        "Marzec",
        "Kwiecień",
        "Maj",
        "Czerwiec",
        "Lipiec",
        "Sierpień",
        "Wrzesień",
        "Październik",
        "Listopad",
        "Grudzień"
    ],
    "firstDay": 1
}

50Grosh commented on May 28, 2022

I thought it might be useful to someone

Sebastian Morales commented on May 31, 2022

Thank you. These would be helpful for other users as well!

Build Your Excellent Data Report

Let KoolReport help you to make great reports. It's free & open-source released under MIT license.

Download KoolReport View demo
suggestion

None