50 lines
1.4 KiB
JavaScript
50 lines
1.4 KiB
JavaScript
this.recline = this.recline || {};
|
|
this.recline.View = this.recline.View || {};
|
|
this.recline.View.translations = this.recline.View.translations || {};
|
|
|
|
this.recline.View.translations['pl'] = {
|
|
'Grid': 'Tabela',
|
|
'Graph': 'Wykres',
|
|
'Map': 'Mapa',
|
|
'Timeline': 'Oś czasu',
|
|
'Search_data': 'Wyszukaj w danych',
|
|
'Go': 'Szukaj',
|
|
'Add': 'Dodaj',
|
|
'Add_row': 'Dodaj wiersz',
|
|
'Delete_row': 'Usuń wiersz',
|
|
'Update': 'Zaktualizuj',
|
|
'Cancel': 'Anuluj',
|
|
'Filters': 'Filtry',
|
|
'Add_filter': 'Dodaj filtr',
|
|
'Remove_this_filter': 'Usuń filtr',
|
|
'Fields': 'Kolumny',
|
|
'Field': 'Kolumna',
|
|
'Filter_type': 'Typ filtra',
|
|
'Value': 'Wartość',
|
|
'Range': 'Zakres',
|
|
'Geo_distance': 'Odległość',
|
|
'From': 'Od',
|
|
'To': 'Do',
|
|
'Longitude': 'Długość geograficzna',
|
|
'Latitude': 'Szerokość geograficzna',
|
|
'Distance_km': 'Odległość (km)',
|
|
'backend_error': 'Wystąpił błąd połączenia z serwerem',
|
|
'Unknown': '???',
|
|
'Edit_this_cell': 'Edytuj komórkę',
|
|
'date_required': "Data jest wymagana: sprawdź kolumnę field-date-format",
|
|
'Show_field': 'Pokaż kolumnę',
|
|
'Force_fit_columns': 'Dopasuj kolumny do zawartości',
|
|
'Expand_and_collapse': 'Rozwiń i zwiń',
|
|
|
|
'num_records': '<span class="doc-count">{recordCount}</span> rekordów'
|
|
}
|
|
|
|
//
|
|
//(function(v) {
|
|
// "use strict";
|
|
//
|
|
//
|
|
//
|
|
//})(recline.t);
|
|
//
|