@bigbinary/neetoui 8.3.44 → 8.3.45

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (56) hide show
  1. package/dist/ColorPicker.js +49 -40
  2. package/dist/ColorPicker.js.map +1 -1
  3. package/dist/DatePicker.js +2 -2
  4. package/dist/Table.js +1 -1
  5. package/dist/TimePicker.js +2 -2
  6. package/dist/TranslationProvider.js +60 -24
  7. package/dist/TranslationProvider.js.map +1 -1
  8. package/dist/cjs/ColorPicker.js +49 -40
  9. package/dist/cjs/ColorPicker.js.map +1 -1
  10. package/dist/cjs/DatePicker.js +2 -2
  11. package/dist/cjs/Table.js +1 -1
  12. package/dist/cjs/TimePicker.js +2 -2
  13. package/dist/cjs/TranslationProvider.js +60 -24
  14. package/dist/cjs/TranslationProvider.js.map +1 -1
  15. package/dist/cjs/{index-i_QMY9OC.js → index-DruCXsxo.js} +2 -2
  16. package/dist/cjs/{index-i_QMY9OC.js.map → index-DruCXsxo.js.map} +1 -1
  17. package/dist/cjs/index.js +2 -2
  18. package/dist/{index-cQSKx75O.js → index-BRcfDAre.js} +2 -2
  19. package/dist/{index-cQSKx75O.js.map → index-BRcfDAre.js.map} +1 -1
  20. package/dist/index.js +2 -2
  21. package/dist/src/translations/ar.json +10 -4
  22. package/dist/src/translations/bg.json +10 -4
  23. package/dist/src/translations/ca.json +10 -4
  24. package/dist/src/translations/cs.json +10 -4
  25. package/dist/src/translations/da.json +10 -4
  26. package/dist/src/translations/de.json +10 -4
  27. package/dist/src/translations/es-MX.json +10 -4
  28. package/dist/src/translations/es.json +10 -4
  29. package/dist/src/translations/et.json +10 -4
  30. package/dist/src/translations/fi.json +10 -4
  31. package/dist/src/translations/fil.json +10 -4
  32. package/dist/src/translations/fr.json +10 -4
  33. package/dist/src/translations/he.json +50 -0
  34. package/dist/src/translations/hi.json +10 -4
  35. package/dist/src/translations/hr.json +10 -4
  36. package/dist/src/translations/id.json +10 -4
  37. package/dist/src/translations/it.json +10 -4
  38. package/dist/src/translations/ja.json +10 -4
  39. package/dist/src/translations/ko.json +10 -4
  40. package/dist/src/translations/nl.json +10 -4
  41. package/dist/src/translations/pl.json +10 -4
  42. package/dist/src/translations/pt-BR.json +10 -4
  43. package/dist/src/translations/pt.json +10 -4
  44. package/dist/src/translations/ro.json +10 -4
  45. package/dist/src/translations/ru.json +10 -4
  46. package/dist/src/translations/sk.json +10 -4
  47. package/dist/src/translations/sl.json +10 -4
  48. package/dist/src/translations/sv.json +10 -4
  49. package/dist/src/translations/th.json +10 -4
  50. package/dist/src/translations/tr.json +10 -4
  51. package/dist/src/translations/uk.json +10 -4
  52. package/dist/src/translations/vi.json +10 -4
  53. package/dist/src/translations/zh-CN.json +10 -4
  54. package/dist/src/translations/zh-TW.json +10 -4
  55. package/package.json +1 -1
  56. package/types/ColorPicker.d.ts +1 -0
@@ -22,12 +22,17 @@
22
22
  "columnInfo": "Información de la columna",
23
23
  "hideColumn": "Ocultar columna",
24
24
  "deleteColumn": "Eliminar columna",
25
- "ascending": "Ordenar ascendente",
26
- "descending": "Ordenar descendente",
25
+ "ascending": "Ascendente",
26
+ "descending": "Descendente",
27
27
  "freezeColumn": "Congelar columna",
28
28
  "unFreezeColumn": "Descongelar columna",
29
29
  "allRowsSelected": "Se han seleccionado todas las filas",
30
- "clearSelection": "Limpiar selección"
30
+ "clearSelection": "Limpiar selección",
31
+ "moveColumnLeft": "Mover columna a la izquierda",
32
+ "moveColumnRight": "Mover columna a la derecha",
33
+ "addColumnInfo": "Agregar información de columna",
34
+ "editColumnInfo": "Editar información de columna",
35
+ "info": "Información de la tabla"
31
36
  },
32
37
  "timePicker": {
33
38
  "hours": "Horas",
@@ -38,7 +43,8 @@
38
43
  "noOptions": "No hay opciones."
39
44
  },
40
45
  "common": {
41
- "timezone": "Zona horaria"
46
+ "timezone": "Zona horaria",
47
+ "description": "Descripción"
42
48
  }
43
49
  }
44
50
  }
@@ -22,12 +22,17 @@
22
22
  "columnInfo": "Información de la columna",
23
23
  "hideColumn": "Ocultar columna",
24
24
  "deleteColumn": "Eliminar columna",
25
- "ascending": "Ordenar ascendente",
26
- "descending": "Ordenar descendente",
25
+ "ascending": "Ascendente",
26
+ "descending": "Descendente",
27
27
  "allRowsSelected": "Todas las filas están seleccionadas",
28
28
  "clearSelection": "Borrar selección",
29
29
  "freezeColumn": "Congelar columna",
30
- "unFreezeColumn": "Descongelar columna"
30
+ "unFreezeColumn": "Descongelar columna",
31
+ "moveColumnLeft": "Mover columna a la izquierda",
32
+ "moveColumnRight": "Mover columna a la derecha",
33
+ "addColumnInfo": "Agregar información de columna",
34
+ "editColumnInfo": "Editar información de columna",
35
+ "info": "Información de la tabla"
31
36
  },
32
37
  "timePicker": {
33
38
  "hours": "Horas",
@@ -38,7 +43,8 @@
38
43
  "noOptions": "No hay opciones."
39
44
  },
40
45
  "common": {
41
- "timezone": "Zona horaria"
46
+ "timezone": "Zona horaria",
47
+ "description": "Descripción"
42
48
  }
43
49
  }
44
50
  }
@@ -22,12 +22,17 @@
22
22
  "columnInfo": "Veeru info",
23
23
  "hideColumn": "Peida veerg",
24
24
  "deleteColumn": "Kustuta veerg",
25
- "ascending": "Sorteeri kasvavalt",
26
- "descending": "Sorteeri kahanevalt",
25
+ "ascending": "Tõusvas järjekorras",
26
+ "descending": "Languses järjekorras",
27
27
  "freezeColumn": "Külmutage veerg",
28
28
  "unFreezeColumn": "Vabasta veerg",
29
29
  "allRowsSelected": "Kõik read on valitud",
30
- "clearSelection": "Tühjenda valik"
30
+ "clearSelection": "Tühjenda valik",
31
+ "moveColumnLeft": "Liiguta veerg vasakule",
32
+ "moveColumnRight": "Liiguta veerg paremale",
33
+ "addColumnInfo": "Lisa veeru teave",
34
+ "editColumnInfo": "Muuda veeru teavet",
35
+ "info": "Tabeli teave"
31
36
  },
32
37
  "timePicker": {
33
38
  "hours": "Tunnid",
@@ -38,7 +43,8 @@
38
43
  "noOptions": "Ei ole valikuid."
39
44
  },
40
45
  "common": {
41
- "timezone": "Ajavöönd"
46
+ "timezone": "Ajavöönd",
47
+ "description": "Kirjeldus"
42
48
  }
43
49
  }
44
50
  }
@@ -22,12 +22,17 @@
22
22
  "columnInfo": "Saraketiedot",
23
23
  "hideColumn": "Piilota sarake",
24
24
  "deleteColumn": "Poista sarake",
25
- "ascending": "Lajittele nousevasti",
26
- "descending": "Lajittele laskevasti",
25
+ "ascending": "Nouseva",
26
+ "descending": "Laskeva",
27
27
  "freezeColumn": "Jäädytä sarake",
28
28
  "unFreezeColumn": "Poista sarakkeen jäädytys",
29
29
  "allRowsSelected": "Kaikki rivit on valittu",
30
- "clearSelection": "Tyhjennä valinta"
30
+ "clearSelection": "Tyhjennä valinta",
31
+ "moveColumnLeft": "Siirrä sarake vasemmalle",
32
+ "moveColumnRight": "Siirrä sarake oikealle",
33
+ "addColumnInfo": "Lisää saraketietoa",
34
+ "editColumnInfo": "Muokkaa saraketietoa",
35
+ "info": "Taulukkotieto"
31
36
  },
32
37
  "timePicker": {
33
38
  "hours": "Tunnit",
@@ -38,7 +43,8 @@
38
43
  "noOptions": "Ei vaihtoehtoja."
39
44
  },
40
45
  "common": {
41
- "timezone": " aikavyöhyke"
46
+ "timezone": " aikavyöhyke",
47
+ "description": "Kuvaus"
42
48
  }
43
49
  }
44
50
  }
@@ -22,12 +22,17 @@
22
22
  "columnInfo": "Impormasyon ng kolum",
23
23
  "hideColumn": "Itago ang kolum",
24
24
  "deleteColumn": "Burahin ang kolum",
25
- "ascending": "I-sort pataas",
26
- "descending": "I-sort pababa",
25
+ "ascending": "Tumataas",
26
+ "descending": "Bumababa",
27
27
  "freezeColumn": "I-freeze ang kolum",
28
28
  "unFreezeColumn": "I-unfreeze ang kolum",
29
29
  "allRowsSelected": "Lahat ng row ay napili",
30
- "clearSelection": "I-clear ang pagpili"
30
+ "clearSelection": "I-clear ang pagpili",
31
+ "moveColumnLeft": "Ilipat ang column sa kaliwa",
32
+ "moveColumnRight": "Ilipat ang column sa kanan",
33
+ "addColumnInfo": "Magdagdag ng impormasyon sa column",
34
+ "editColumnInfo": "I-edit ang impormasyon sa column",
35
+ "info": "Impormasyon ng talahanayan"
31
36
  },
32
37
  "timePicker": {
33
38
  "hours": "Oras",
@@ -38,7 +43,8 @@
38
43
  "noOptions": "Walang mga pagpipilian."
39
44
  },
40
45
  "common": {
41
- "timezone": "Oras"
46
+ "timezone": "Oras",
47
+ "description": "Deskripsyon"
42
48
  }
43
49
  }
44
50
  }
@@ -22,12 +22,17 @@
22
22
  "columnInfo": "Informations sur la colonne",
23
23
  "hideColumn": "Masquer la colonne",
24
24
  "deleteColumn": "Supprimer la colonne",
25
- "ascending": "Trier par ordre croissant",
26
- "descending": "Trier par ordre décroissant",
25
+ "ascending": "Ascendant",
26
+ "descending": "Descendant",
27
27
  "allRowsSelected": "Toutes les lignes sont sélectionnées",
28
28
  "clearSelection": "Effacer la sélection",
29
29
  "freezeColumn": "Geler la colonne",
30
- "unFreezeColumn": "Dégeler la colonne"
30
+ "unFreezeColumn": "Dégeler la colonne",
31
+ "moveColumnLeft": "Déplacer la colonne vers la gauche",
32
+ "moveColumnRight": "Déplacer la colonne vers la droite",
33
+ "addColumnInfo": "Ajouter des informations sur la colonne",
34
+ "editColumnInfo": "Modifier les informations sur la colonne",
35
+ "info": "Informations sur la table"
31
36
  },
32
37
  "timePicker": {
33
38
  "hours": "Heures",
@@ -38,7 +43,8 @@
38
43
  "noOptions": "Pas d'options."
39
44
  },
40
45
  "common": {
41
- "timezone": "Fuseau horaire"
46
+ "timezone": "Fuseau horaire",
47
+ "description": "Description"
42
48
  }
43
49
  }
44
50
  }
@@ -0,0 +1,50 @@
1
+ {
2
+ "neetoui": {
3
+ "common": {
4
+ "timezone": "אזור זמן",
5
+ "description": "תיאור"
6
+ },
7
+ "blockNavigation": {
8
+ "alertMessage": "עזיבת העמוד הזה תגרום לאובדן הנתונים שלא נשמרו. פעולה זו אינה ניתנת לביטול.",
9
+ "submitButtonLabel": "השאר בעמוד הזה",
10
+ "cancelButtonLabel": "מחק ועזוב את העמוד הזה",
11
+ "alertTitle": "יש לך שינויים שלא נשמרו"
12
+ },
13
+ "actionBlock": {
14
+ "cancel": "ביטול",
15
+ "saveChanges": "שמור שינויים"
16
+ },
17
+ "colorPicker": {
18
+ "recentlyUsed": "כבר בשימוש"
19
+ },
20
+ "datePicker": {
21
+ "today": "היום"
22
+ },
23
+ "table": {
24
+ "moveColumnLeft": "זוז עמודה שמאלה",
25
+ "moveColumnRight": "זוז עמודה ימינה",
26
+ "insertColRight": "הוסף עמודה מימין",
27
+ "insertColLeft": "הוסף עמודה משמאל",
28
+ "columnInfo": "מידע על העמודה",
29
+ "hideColumn": "הסתיר עמודה",
30
+ "deleteColumn": "מחק עמודה",
31
+ "ascending": "סדר עולה",
32
+ "descending": "סדר יורד",
33
+ "freezeColumn": "לקבע עמודה",
34
+ "unFreezeColumn": "שחרר עמודה",
35
+ "allRowsSelected": "כל השורות נבחרו",
36
+ "addColumnInfo": "הוסף מידע על העמודה",
37
+ "editColumnInfo": "ערוך מידע על העמודה",
38
+ "clearSelection": "נקה בחירה",
39
+ "info": "מידע על הטבלה"
40
+ },
41
+ "timePicker": {
42
+ "hours": "שעות",
43
+ "minutes": "דקות",
44
+ "seconds": "שניות"
45
+ },
46
+ "treeSelect": {
47
+ "noOptions": "אין אפשרויות."
48
+ }
49
+ }
50
+ }
@@ -22,12 +22,17 @@
22
22
  "columnInfo": "कॉलम जानकारी",
23
23
  "hideColumn": "कॉलम छिपाएँ",
24
24
  "deleteColumn": "कॉलम हटाएँ",
25
- "ascending": "आरोही क्रम में क्रमबद्ध करें",
26
- "descending": "अवरोही क्रम में क्रमबद्ध करें",
25
+ "ascending": "चढ़ाव",
26
+ "descending": "उतराव",
27
27
  "freezeColumn": "कॉलम फ्रीज करें",
28
28
  "unFreezeColumn": "कॉलम अनफ्रीज़ करें",
29
29
  "allRowsSelected": "सभी पंक्तियाँ चुनी गई हैं",
30
- "clearSelection": "चयन साफ करें"
30
+ "clearSelection": "चयन साफ करें",
31
+ "moveColumnLeft": "स्तंभ को बाएं ले जाएं",
32
+ "moveColumnRight": "स्तंभ को दाएं ले जाएं",
33
+ "addColumnInfo": "स्तंभ जानकारी जोड़ें",
34
+ "editColumnInfo": "स्तंभ जानकारी संपादित करें",
35
+ "info": "टेबल जानकारी"
31
36
  },
32
37
  "timePicker": {
33
38
  "hours": "घंटे",
@@ -38,7 +43,8 @@
38
43
  "noOptions": "कोई विकल्प नहीं।"
39
44
  },
40
45
  "common": {
41
- "timezone": "टाइम ज़ोन"
46
+ "timezone": "टाइम ज़ोन",
47
+ "description": "विवरण"
42
48
  }
43
49
  }
44
50
  }
@@ -22,12 +22,17 @@
22
22
  "columnInfo": "Informacije o koloni",
23
23
  "hideColumn": "Sakrij kolonu",
24
24
  "deleteColumn": "Izbriši kolonu",
25
- "ascending": "Sortiraj uzlazno",
26
- "descending": "Sortiraj silazno",
25
+ "ascending": "Uzlazno",
26
+ "descending": "Silazno",
27
27
  "freezeColumn": "Smrzni kolonu",
28
28
  "unFreezeColumn": "Otpusti kolonu",
29
29
  "allRowsSelected": "Sve retke su odabrane",
30
- "clearSelection": "Očisti odabir"
30
+ "clearSelection": "Očisti odabir",
31
+ "moveColumnLeft": "Premjesti kolonu lijevo",
32
+ "moveColumnRight": "Premjesti kolonu desno",
33
+ "addColumnInfo": "Dodaj informacije o koloni",
34
+ "editColumnInfo": "Uredi informacije o koloni",
35
+ "info": "Informacije o tablici"
31
36
  },
32
37
  "timePicker": {
33
38
  "hours": "Sati",
@@ -38,7 +43,8 @@
38
43
  "noOptions": "Nema opcija."
39
44
  },
40
45
  "common": {
41
- "timezone": "Vremenska zona"
46
+ "timezone": "Vremenska zona",
47
+ "description": "Opis"
42
48
  }
43
49
  }
44
50
  }
@@ -22,12 +22,17 @@
22
22
  "columnInfo": "Info kolom",
23
23
  "hideColumn": "Sembunyikan kolom",
24
24
  "deleteColumn": "Hapus kolom",
25
- "ascending": "Urutkan naik",
26
- "descending": "Urutkan turun",
25
+ "ascending": "Ascending",
26
+ "descending": "Descending",
27
27
  "freezeColumn": "Bekukan kolom",
28
28
  "unFreezeColumn": "Bebaskan kolom",
29
29
  "allRowsSelected": "Semua baris terpilih",
30
- "clearSelection": "Bersihkan pilihan"
30
+ "clearSelection": "Bersihkan pilihan",
31
+ "moveColumnLeft": "Pindahkan kolom ke kiri",
32
+ "moveColumnRight": "Pindahkan kolom ke kanan",
33
+ "addColumnInfo": "Tambahkan informasi kolom",
34
+ "editColumnInfo": "Edit informasi kolom",
35
+ "info": "Informasi tabel"
31
36
  },
32
37
  "timePicker": {
33
38
  "hours": "Jam",
@@ -38,7 +43,8 @@
38
43
  "noOptions": "Tidak ada opsi."
39
44
  },
40
45
  "common": {
41
- "timezone": "Zona Waktu"
46
+ "timezone": "Zona Waktu",
47
+ "description": "Deskripsi"
42
48
  }
43
49
  }
44
50
  }
@@ -22,12 +22,17 @@
22
22
  "columnInfo": "Informazioni sulla colonna",
23
23
  "hideColumn": "Nascondi colonna",
24
24
  "deleteColumn": "Elimina colonna",
25
- "ascending": "Ordina in modo crescente",
26
- "descending": "Ordina in modo decrescente",
25
+ "ascending": "Ascendente",
26
+ "descending": "Discendente",
27
27
  "freezeColumn": "Blocca colonna",
28
28
  "unFreezeColumn": "Sblocca colonna",
29
29
  "allRowsSelected": "Tutte le righe sono selezionate",
30
- "clearSelection": "Cancella selezione"
30
+ "clearSelection": "Cancella selezione",
31
+ "moveColumnLeft": "Sposta colonna a sinistra",
32
+ "moveColumnRight": "Sposta colonna a destra",
33
+ "addColumnInfo": "Aggiungi informazioni sulla colonna",
34
+ "editColumnInfo": "Modifica informazioni sulla colonna",
35
+ "info": "Informazioni sulla tabella"
31
36
  },
32
37
  "timePicker": {
33
38
  "hours": "Ore",
@@ -38,7 +43,8 @@
38
43
  "noOptions": "Nessuna opzione."
39
44
  },
40
45
  "common": {
41
- "timezone": "Fuso orario"
46
+ "timezone": "Fuso orario",
47
+ "description": "Descrizione"
42
48
  }
43
49
  }
44
50
  }
@@ -22,12 +22,17 @@
22
22
  "columnInfo": "列の情報",
23
23
  "hideColumn": "列を非表示",
24
24
  "deleteColumn": "列を削除",
25
- "ascending": "昇順に並べ替え",
26
- "descending": "降順に並べ替え",
25
+ "ascending": "昇順",
26
+ "descending": "降順",
27
27
  "freezeColumn": "列を固定",
28
28
  "unFreezeColumn": "列の固定を解除",
29
29
  "allRowsSelected": "すべての行が選択されています",
30
- "clearSelection": "選択をクリア"
30
+ "clearSelection": "選択をクリア",
31
+ "moveColumnLeft": "列を左に移動",
32
+ "moveColumnRight": "列を右に移動",
33
+ "addColumnInfo": "列情報を追加",
34
+ "editColumnInfo": "列情報を編集",
35
+ "info": "テーブル情報"
31
36
  },
32
37
  "timePicker": {
33
38
  "hours": "時間",
@@ -38,7 +43,8 @@
38
43
  "noOptions": "オプションはありません。"
39
44
  },
40
45
  "common": {
41
- "timezone": "タイムゾーン"
46
+ "timezone": "タイムゾーン",
47
+ "description": "説明"
42
48
  }
43
49
  }
44
50
  }
@@ -22,12 +22,17 @@
22
22
  "columnInfo": "열 정보",
23
23
  "hideColumn": "열 숨기기",
24
24
  "deleteColumn": "열 삭제",
25
- "ascending": "오름차순 정렬",
26
- "descending": "내림차순 정렬",
25
+ "ascending": "오름차순",
26
+ "descending": "내림차순",
27
27
  "freezeColumn": "열 고정",
28
28
  "unFreezeColumn": "열 고정 해제",
29
29
  "allRowsSelected": "모든 행이 선택되었습니다",
30
- "clearSelection": "선택 지우기"
30
+ "clearSelection": "선택 지우기",
31
+ "moveColumnLeft": "열을 왼쪽으로 이동",
32
+ "moveColumnRight": "열을 오른쪽으로 이동",
33
+ "addColumnInfo": "열 정보 추가",
34
+ "editColumnInfo": "열 정보 편집",
35
+ "info": "테이블 정보"
31
36
  },
32
37
  "timePicker": {
33
38
  "hours": "시간",
@@ -38,7 +43,8 @@
38
43
  "noOptions": "옵션이 없습니다."
39
44
  },
40
45
  "common": {
41
- "timezone": "시간대"
46
+ "timezone": "시간대",
47
+ "description": "설명"
42
48
  }
43
49
  }
44
50
  }
@@ -22,12 +22,17 @@
22
22
  "columnInfo": "Kolominformatie",
23
23
  "hideColumn": "Kolom verbergen",
24
24
  "deleteColumn": "Kolom verwijderen",
25
- "ascending": "Sorteer oplopend",
26
- "descending": "Sorteer aflopend",
25
+ "ascending": "Oplopend",
26
+ "descending": "Aflopend",
27
27
  "allRowsSelected": "Alle rijen zijn geselecteerd",
28
28
  "clearSelection": "Duidelijke selectie",
29
29
  "freezeColumn": "Kolom vastzetten",
30
- "unFreezeColumn": "Kolom ontgrendelen"
30
+ "unFreezeColumn": "Kolom ontgrendelen",
31
+ "moveColumnLeft": "Verplaats kolom naar links",
32
+ "moveColumnRight": "Verplaats kolom naar rechts",
33
+ "addColumnInfo": "Voeg kolominformatie toe",
34
+ "editColumnInfo": "Bewerk kolominformatie",
35
+ "info": "Tabel informatie"
31
36
  },
32
37
  "timePicker": {
33
38
  "hours": "Uur",
@@ -38,7 +43,8 @@
38
43
  "noOptions": "Geen opties."
39
44
  },
40
45
  "common": {
41
- "timezone": "Tijdszone"
46
+ "timezone": "Tijdszone",
47
+ "description": "Beschrijving"
42
48
  }
43
49
  }
44
50
  }
@@ -22,12 +22,17 @@
22
22
  "columnInfo": "Informacje o kolumnie",
23
23
  "hideColumn": "Ukryj kolumnę",
24
24
  "deleteColumn": "Usuń kolumnę",
25
- "ascending": "Sortuj rosnąco",
26
- "descending": "Sortuj malejąco",
25
+ "ascending": "Rosnąco",
26
+ "descending": "Malejąco",
27
27
  "allRowsSelected": "Wszystkie wiersze są zaznaczone",
28
28
  "clearSelection": "Wyczyść wybór",
29
29
  "freezeColumn": "Zablokuj kolumnę",
30
- "unFreezeColumn": "Odblokuj kolumnę"
30
+ "unFreezeColumn": "Odblokuj kolumnę",
31
+ "moveColumnLeft": "Przenieś kolumnę w lewo",
32
+ "moveColumnRight": "Przenieś kolumnę w prawo",
33
+ "addColumnInfo": "Dodaj informacje o kolumnie",
34
+ "editColumnInfo": "Edytuj informacje o kolumnie",
35
+ "info": "Informacje o tabeli"
31
36
  },
32
37
  "timePicker": {
33
38
  "hours": "godziny",
@@ -38,7 +43,8 @@
38
43
  "noOptions": "Brak opcji."
39
44
  },
40
45
  "common": {
41
- "timezone": "Strefa czasowa"
46
+ "timezone": "Strefa czasowa",
47
+ "description": "Opis"
42
48
  }
43
49
  }
44
50
  }
@@ -22,12 +22,17 @@
22
22
  "columnInfo": "Informações da coluna",
23
23
  "hideColumn": "Ocultar coluna",
24
24
  "deleteColumn": "Excluir coluna",
25
- "ascending": "Classificar de forma ascendente",
26
- "descending": "Classificar de forma descendente",
25
+ "ascending": "Crescente",
26
+ "descending": "Decrescente",
27
27
  "freezeColumn": "Congelar coluna",
28
28
  "unFreezeColumn": "Descongelar coluna",
29
29
  "allRowsSelected": "Todas as linhas estão selecionadas",
30
- "clearSelection": "Limpar seleção"
30
+ "clearSelection": "Limpar seleção",
31
+ "moveColumnLeft": "Mover coluna para a esquerda",
32
+ "moveColumnRight": "Mover coluna para a direita",
33
+ "addColumnInfo": "Adicionar informações da coluna",
34
+ "editColumnInfo": "Editar informações da coluna",
35
+ "info": "Informações da tabela"
31
36
  },
32
37
  "timePicker": {
33
38
  "hours": "Horas",
@@ -38,7 +43,8 @@
38
43
  "noOptions": "Sem opções."
39
44
  },
40
45
  "common": {
41
- "timezone": "Fuso horário"
46
+ "timezone": "Fuso horário",
47
+ "description": "Descrição"
42
48
  }
43
49
  }
44
50
  }
@@ -22,12 +22,17 @@
22
22
  "columnInfo": "Informações da coluna",
23
23
  "hideColumn": "Ocultar coluna",
24
24
  "deleteColumn": "Excluir coluna",
25
- "ascending": "Ordenar de forma ascendente",
26
- "descending": "Ordenar de forma descendente",
25
+ "ascending": "Ascendente",
26
+ "descending": "Descendente",
27
27
  "allRowsSelected": "Todas as linhas estão selecionadas",
28
28
  "clearSelection": "Limpar seleção",
29
29
  "freezeColumn": "Congelar coluna",
30
- "unFreezeColumn": "Descongelar coluna"
30
+ "unFreezeColumn": "Descongelar coluna",
31
+ "moveColumnLeft": "Mover coluna para a esquerda",
32
+ "moveColumnRight": "Mover coluna para a direita",
33
+ "addColumnInfo": "Adicionar informações da coluna",
34
+ "editColumnInfo": "Editar informações da coluna",
35
+ "info": "Informações da tabela"
31
36
  },
32
37
  "timePicker": {
33
38
  "hours": "Horas",
@@ -38,7 +43,8 @@
38
43
  "noOptions": "Sem opções."
39
44
  },
40
45
  "common": {
41
- "timezone": "Fuso horário"
46
+ "timezone": "Fuso horário",
47
+ "description": "Descrição"
42
48
  }
43
49
  }
44
50
  }
@@ -22,12 +22,17 @@
22
22
  "columnInfo": "Informații despre coloană",
23
23
  "hideColumn": "Ascunde coloană",
24
24
  "deleteColumn": "Șterge coloană",
25
- "ascending": "Ordonează crescător",
26
- "descending": "Ordonează descrescător",
25
+ "ascending": "Ascendent",
26
+ "descending": "Descendent",
27
27
  "freezeColumn": "Îngheață coloană",
28
28
  "unFreezeColumn": "Dezgheață coloană",
29
29
  "allRowsSelected": "Toate rândurile sunt selectate",
30
- "clearSelection": "Șterge selecția"
30
+ "clearSelection": "Șterge selecția",
31
+ "moveColumnLeft": "Mută coloana la stânga",
32
+ "moveColumnRight": "Mută coloana la dreapta",
33
+ "addColumnInfo": "Adaugă informații despre coloană",
34
+ "editColumnInfo": "Editează informațiile despre coloană",
35
+ "info": "Informații despre tabel"
31
36
  },
32
37
  "timePicker": {
33
38
  "hours": "Ore",
@@ -38,7 +43,8 @@
38
43
  "noOptions": "Nicio opțiune."
39
44
  },
40
45
  "common": {
41
- "timezone": "Fus orar"
46
+ "timezone": "Fus orar",
47
+ "description": "Descriere"
42
48
  }
43
49
  }
44
50
  }
@@ -22,12 +22,17 @@
22
22
  "columnInfo": "Информация о колонке",
23
23
  "hideColumn": "Скрыть колонку",
24
24
  "deleteColumn": "Удалить колонку",
25
- "ascending": "Сортировать по возрастанию",
26
- "descending": "Сортировать по убыванию",
25
+ "ascending": "По возрастанию",
26
+ "descending": "По убыванию",
27
27
  "freezeColumn": "Закрепить колонку",
28
28
  "unFreezeColumn": "Снять закрепление с колонки",
29
29
  "allRowsSelected": "Все строки выбраны",
30
- "clearSelection": "Очистить выбор"
30
+ "clearSelection": "Очистить выбор",
31
+ "moveColumnLeft": "Переместить столбец влево",
32
+ "moveColumnRight": "Переместить столбец вправо",
33
+ "addColumnInfo": "Добавить информацию о столбце",
34
+ "editColumnInfo": "Редактировать информацию о столбце",
35
+ "info": "Информация о таблице"
31
36
  },
32
37
  "timePicker": {
33
38
  "hours": "Часы",
@@ -38,7 +43,8 @@
38
43
  "noOptions": "Нет вариантов."
39
44
  },
40
45
  "common": {
41
- "timezone": "Часовой пояс"
46
+ "timezone": "Часовой пояс",
47
+ "description": "Описание"
42
48
  }
43
49
  }
44
50
  }
@@ -22,12 +22,17 @@
22
22
  "columnInfo": "Informácie o stĺpci",
23
23
  "hideColumn": "Skryť stĺpec",
24
24
  "deleteColumn": "Odstrániť stĺpec",
25
- "ascending": "Triediť vzostupne",
26
- "descending": "Triediť zostupne",
25
+ "ascending": "Vzostupne",
26
+ "descending": "Zostupne",
27
27
  "freezeColumn": "Zamknúť stĺpec",
28
28
  "unFreezeColumn": "Odomknúť stĺpec",
29
29
  "allRowsSelected": "Všetky riadky sú vybrané",
30
- "clearSelection": "Vymazať výber"
30
+ "clearSelection": "Vymazať výber",
31
+ "moveColumnLeft": "Presunúť stĺpec doľava",
32
+ "moveColumnRight": "Presunúť stĺpec doprava",
33
+ "addColumnInfo": "Pridať informácie o stĺpci",
34
+ "editColumnInfo": "Upraviť informácie o stĺpci",
35
+ "info": "Informácie o tabuľke"
31
36
  },
32
37
  "timePicker": {
33
38
  "hours": "Hodiny",
@@ -38,7 +43,8 @@
38
43
  "noOptions": "Žiadne možnosti."
39
44
  },
40
45
  "common": {
41
- "timezone": "Časové pásmo"
46
+ "timezone": "Časové pásmo",
47
+ "description": "Popis"
42
48
  }
43
49
  }
44
50
  }