File tree Expand file tree Collapse file tree 4 files changed +103
-7
lines changed
Expand file tree Collapse file tree 4 files changed +103
-7
lines changed Original file line number Diff line number Diff line change 1+ export default {
2+ filterModes : {
3+ label : 'Mode' ,
4+ options : {
5+ like : 'Like' ,
6+ equals : 'Equals' ,
7+ list : 'List'
8+ }
9+ } ,
10+ noItemsSelected : "No items selected" ,
11+ confirm : "Are you sure?" ,
12+ fields : {
13+ action : "Action" ,
14+ status : 'Status'
15+ } ,
16+ status : {
17+ title : "Statuses" ,
18+ active : "Active" ,
19+ inactive : "Inactive"
20+ } ,
21+ searchByColumns : 'Search by fields' ,
22+ search : "Search" ,
23+ noMatchingResults : "No matching records found" ,
24+ noDataAvailable : "No data available" ,
25+ rowsPerPageText : "Rows per page:" ,
26+ records : "Records" ,
27+ page : 'Page' ,
28+ from : "from" ,
29+ add : "Add" ,
30+ all : "All" ,
31+ buttons : {
32+ edit : "Edit" ,
33+ suspend : "Suspend" ,
34+ restore : "Restore" ,
35+ delete : "Delete" ,
36+ editSelected : 'Edit selected' ,
37+ suspendSelected : "Suspend selected" ,
38+ restoreSelected : "Restore selected" ,
39+ deleteSelected : "Delete selected" ,
40+ download : "Download" ,
41+ show : "Show" ,
42+ refreshTable : "Refresh table" ,
43+ copyToExcel : 'Copy to Excel' ,
44+ }
45+ }
46+
Original file line number Diff line number Diff line change 11import alerts from './alerts.js'
22import routes from './routes.js'
33import login from './login.js'
4+ import datatable from './datatable.js'
45
56export default {
67 global : {
7- alerts : alerts ,
8- routes : routes ,
9- login : login
8+ alerts,
9+ routes,
10+ login,
11+ datatable
1012 } ,
1113 buttons : {
12- goToItem : 'Details' ,
14+ goToItem : "Szczegóły" ,
1315 } ,
1416}
Original file line number Diff line number Diff line change 1+ export default {
2+ filterModes : {
3+ label : 'Tryb' ,
4+ options : {
5+ like : 'Zawiera' ,
6+ equals : 'Jest równe' ,
7+ list : 'Lista'
8+ }
9+ } ,
10+ noItemsSelected : "Nie wybrano żadnego elementu" ,
11+ confirm : "Czy na pewno chcesz to zrobić?" ,
12+ fields : {
13+ action : "Akcja" ,
14+ status : 'Status'
15+ } ,
16+ status : {
17+ title : "Statusy" ,
18+ active : "Aktywne" ,
19+ inactive : "Nieaktywne"
20+ } ,
21+ searchByColumns : 'Szukaj w wybranych kolumnach' ,
22+ search : "Szukaj" ,
23+ noMatchingResults : "Nie znaleziono pasujących rekordów" ,
24+ noDataAvailable : "Brak danych" ,
25+ rowsPerPageText : "Rekordów na stronę:" ,
26+ records : "Rekordy" ,
27+ page : 'Strona' ,
28+ from : "z" ,
29+ add : "Dodaj" ,
30+ all : "Wszystko" ,
31+ buttons : {
32+ edit : "Edytuj" ,
33+ suspend : "Zawieś" ,
34+ restore : "Przywróć" ,
35+ delete : "Usuń" ,
36+ editSelected : 'Edytuj zaznaczone' ,
37+ suspendSelected : "Zawieś zaznaczone" ,
38+ restoreSelected : "Przywróć zaznaczone" ,
39+ deleteSelected : "Usuń zaznaczone" ,
40+ download : "Pobierz" ,
41+ show : "Pokaż" ,
42+ refreshTable : "Odswież tabelę" ,
43+ copyToExcel : 'Kopiuj do Excela' ,
44+ }
45+ }
46+
Original file line number Diff line number Diff line change 11import alerts from './alerts.js'
22import routes from './routes.js'
33import login from './login.js'
4+ import datatable from './datatable.js'
45
56export default {
67 global : {
7- alerts : alerts ,
8- routes : routes ,
9- login : login
8+ alerts,
9+ routes,
10+ login,
11+ datatable
1012 } ,
1113 buttons : {
1214 goToItem : "Szczegóły" ,
You can’t perform that action at this time.
0 commit comments