@bigbinary/neetoui 8.3.75 → 8.3.76

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.
@@ -0,0 +1,51 @@
1
+ {
2
+ "neetoui": {
3
+ "common": {
4
+ "timezone": "Időzóna",
5
+ "description": "Leírás"
6
+ },
7
+ "blockNavigation": {
8
+ "alertMessage": "Az oldal elhagyása esetén a nem mentett adatok elvesznek. Ezt a műveletet nem lehet visszavonni.",
9
+ "submitButtonLabel": "Maradj ezen az oldalon",
10
+ "cancelButtonLabel": "Elvetés és az oldal elhagyása",
11
+ "alertTitle": "Nem mentett változtatások vannak"
12
+ },
13
+ "actionBlock": {
14
+ "cancel": "Mégse",
15
+ "saveChanges": "Változások mentése"
16
+ },
17
+ "colorPicker": {
18
+ "recentlyUsed": "Legutóbb használt"
19
+ },
20
+ "datePicker": {
21
+ "today": "Ma"
22
+ },
23
+ "table": {
24
+ "moveColumnLeft": "Oszlop mozgatása balra",
25
+ "moveColumnRight": "Oszlop mozgatása jobbra",
26
+ "insertColRight": "Oszlop beszúrása jobbra",
27
+ "insertColLeft": "Oszlop beszúrása balra",
28
+ "columnInfo": "Oszlop információ",
29
+ "hideColumn": "Oszlop elrejtése",
30
+ "deleteColumn": "Oszlop törlése",
31
+ "ascending": "Növekvő",
32
+ "descending": "Csökkenő",
33
+ "freezeColumn": "Oszlop rögzítése",
34
+ "unFreezeColumn": "Oszlop feloldása",
35
+ "allRowsSelected": "Az összes sor ki van jelölve",
36
+ "addColumnInfo": "Oszlop információ hozzáadása",
37
+ "editColumnInfo": "Oszlop információ szerkesztése",
38
+ "clearSelection": "Kiválasztás törlése",
39
+ "info": "Táblázat információ",
40
+ "columnName": "Oszlop név"
41
+ },
42
+ "timePicker": {
43
+ "hours": "Órák",
44
+ "minutes": "Perc",
45
+ "seconds": "Másodpercek"
46
+ },
47
+ "treeSelect": {
48
+ "noOptions": "Nincsenek lehetőségek."
49
+ }
50
+ }
51
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neetoui",
3
- "version": "8.3.75",
3
+ "version": "8.3.76",
4
4
  "author": "BigBinary",
5
5
  "license": "MIT",
6
6
  "description": "neetoUI drives the experience at all neeto products",