|
5 | 5 | angular.module('ui.grid').config(['$provide', function($provide) {
|
6 | 6 | $provide.decorator('i18nService', ['$delegate', function($delegate) {
|
7 | 7 | $delegate.add('sk', {
|
8 |
| - aggregate: { |
9 |
| - label: 'items' |
| 8 | + headerCell: { |
| 9 | + aria: { |
| 10 | + defaultFilterLabel: 'Filter pre stĺpec', |
| 11 | + removeFilter: 'Odstrániť filter', |
| 12 | + columnMenuButtonLabel: 'Menu pre stĺpec', |
| 13 | + column: 'Stĺpec' |
| 14 | + }, |
| 15 | + priority: 'Priorita:', |
| 16 | + filterLabel: "Filter pre stĺpec: " |
| 17 | + }, |
| 18 | + aggregate: { |
| 19 | + label: 'položky' |
10 | 20 | },
|
11 | 21 | groupPanel: {
|
12 | 22 | description: 'Pretiahni sem názov stĺpca pre zoskupenie podľa toho stĺpca.'
|
13 | 23 | },
|
14 | 24 | search: {
|
| 25 | + aria: { |
| 26 | + selected: 'Označený riadok', |
| 27 | + notSelected: 'Neoznačený riadok' |
| 28 | + }, |
15 | 29 | placeholder: 'Hľadaj...',
|
16 | 30 | showingItems: 'Zobrazujem položky:',
|
17 | 31 | selectedItems: 'Vybraté položky:',
|
|
28 | 42 | sort: {
|
29 | 43 | ascending: 'Zotriediť vzostupne',
|
30 | 44 | descending: 'Zotriediť zostupne',
|
| 45 | + none: 'Nezotriediť', |
31 | 46 | remove: 'Vymazať triedenie'
|
32 | 47 | },
|
| 48 | + column: { |
| 49 | + hide: 'Skryť stĺpec' |
| 50 | + }, |
33 | 51 | aggregation: {
|
34 |
| - count: 'total rows: ', |
35 |
| - sum: 'total: ', |
| 52 | + count: 'počet riadkov: ', |
| 53 | + sum: 'spolu: ', |
36 | 54 | avg: 'avg: ',
|
37 | 55 | min: 'min: ',
|
38 | 56 | max: 'max: '
|
39 | 57 | },
|
| 58 | + pinning: { |
| 59 | + pinLeft: 'Pripnúť vľavo', |
| 60 | + pinRight: 'Pripnúť vpravo', |
| 61 | + unpin: 'Odopnúť' |
| 62 | + }, |
| 63 | + columnMenu: { |
| 64 | + close: 'Zavrieť' |
| 65 | + }, |
40 | 66 | gridMenu: {
|
41 |
| - columns: 'Columns:', |
42 |
| - importerTitle: 'Import file', |
43 |
| - exporterAllAsCsv: 'Export all data as csv', |
44 |
| - exporterVisibleAsCsv: 'Export visible data as csv', |
45 |
| - exporterSelectedAsCsv: 'Export selected data as csv', |
46 |
| - exporterAllAsPdf: 'Export all data as pdf', |
47 |
| - exporterVisibleAsPdf: 'Export visible data as pdf', |
48 |
| - exporterSelectedAsPdf: 'Export selected data as pdf', |
49 |
| - exporterAllAsExcel: 'Export all data as excel', |
50 |
| - exporterVisibleAsExcel: 'Export visible data as excel', |
51 |
| - exporterSelectedAsExcel: 'Export selected data as excel', |
52 |
| - clearAllFilters: 'Clear all filters' |
| 67 | + aria: { |
| 68 | + buttonLabel: 'Grid Menu' |
| 69 | + }, |
| 70 | + columns: 'Stĺpce:', |
| 71 | + importerTitle: 'Importovať súbor', |
| 72 | + exporterAllAsCsv: 'Exportovať všetky údaje ako CSV', |
| 73 | + exporterVisibleAsCsv: 'Exportovť viditeľné údaje ako CSV', |
| 74 | + exporterSelectedAsCsv: 'Exportovať označené údaje ako CSV', |
| 75 | + exporterAllAsPdf: 'Exportovať všetky údaje ako pdf', |
| 76 | + exporterVisibleAsPdf: 'Exportovať viditeľné údaje ako pdf', |
| 77 | + exporterSelectedAsPdf: 'Exportovať označené údaje ako pdf', |
| 78 | + exporterAllAsExcel: 'Exportovať všetky údaje ako excel', |
| 79 | + exporterVisibleAsExcel: 'Exportovať viditeľné údaje ako excel', |
| 80 | + exporterSelectedAsExcel: 'Exportovať označené údaje ako excel', |
| 81 | + clearAllFilters: 'Zrušiť všetky filtre' |
53 | 82 | },
|
54 | 83 | importer: {
|
55 |
| - noHeaders: 'Column names were unable to be derived, does the file have a header?', |
56 |
| - noObjects: 'Objects were not able to be derived, was there data in the file other than headers?', |
57 |
| - invalidCsv: 'File was unable to be processed, is it valid CSV?', |
58 |
| - invalidJson: 'File was unable to be processed, is it valid Json?', |
59 |
| - jsonNotArray: 'Imported json file must contain an array, aborting.' |
| 84 | + noHeaders: 'Názvy stĺpcov sa nedali odvodiť, má súbor hlavičku?', |
| 85 | + noObjects: 'Objekty nebolo možné odvodiť, existovali iné údaje v súbore ako hlavičky?', |
| 86 | + invalidCsv: 'Súbor sa nepodarilo spracovať, je to platný súbor CSV?', |
| 87 | + invalidJson: 'Súbor nebolo možné spracovať, je to platný súbor typu Json?', |
| 88 | + jsonNotArray: 'Importovaný súbor json musí obsahovať pole, ukončujem.' |
| 89 | + }, |
| 90 | + pagination: { |
| 91 | + aria: { |
| 92 | + pageToFirst: 'Strana na začiatok', |
| 93 | + pageBack: 'Strana dozadu', |
| 94 | + pageSelected: 'Označená strana', |
| 95 | + pageForward: 'Strana dopredu', |
| 96 | + pageToLast: 'Strana na koniec' |
| 97 | + }, |
| 98 | + sizes: 'položky na stranu', |
| 99 | + totalItems: 'položky spolu', |
| 100 | + through: 'do konca', |
| 101 | + of: 'z' |
60 | 102 | },
|
61 | 103 | grouping: {
|
62 |
| - group: 'Group', |
63 |
| - ungroup: 'Ungroup', |
64 |
| - aggregate_count: 'Agg: Count', |
65 |
| - aggregate_sum: 'Agg: Sum', |
| 104 | + group: 'Zoskupiť', |
| 105 | + ungroup: 'Zrušiť zoskupenie', |
| 106 | + aggregate_count: 'Agg: Počet', |
| 107 | + |
| 108 | + aggregate_sum: 'Agg: Suma', |
66 | 109 | aggregate_max: 'Agg: Max',
|
67 | 110 | aggregate_min: 'Agg: Min',
|
68 | 111 | aggregate_avg: 'Agg: Avg',
|
69 |
| - aggregate_remove: 'Agg: Remove' |
| 112 | + aggregate_remove: 'Agg: Zrušiť' |
| 113 | + }, |
| 114 | + validate: { |
| 115 | + error: 'Chyba:', |
| 116 | + minLength: 'Hodnota by mala mať aspoň THRESHOLD znakov dlhá.', |
| 117 | + maxLength: 'Hodnota by mala byť maximálne THRESHOLD znakov dlhá.', |
| 118 | + required: 'Vyžaduje sa hodnota.' |
70 | 119 | }
|
| 120 | + |
71 | 121 | });
|
72 | 122 | return $delegate;
|
73 | 123 | }]);
|
|
0 commit comments