@bigbinary/neeto-api-keys-frontend 3.0.9 → 3.0.10
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,76 @@
|
|
|
1
|
+
{
|
|
2
|
+
"neetoApiKeys": {
|
|
3
|
+
"common": {
|
|
4
|
+
"apiKey_one": "API kulcs",
|
|
5
|
+
"apiKey_other": "API kulcsok",
|
|
6
|
+
"never": "Soha",
|
|
7
|
+
"general": "Általános",
|
|
8
|
+
"zapier": "Zapier",
|
|
9
|
+
"type": "Típus",
|
|
10
|
+
"apiKeyCount_one": "{{count}} API kulcs",
|
|
11
|
+
"apiKeyCount_other": "{{count}} API kulcsok"
|
|
12
|
+
},
|
|
13
|
+
"headers": {
|
|
14
|
+
"createApiKey": "Új API kulcs hozzáadása",
|
|
15
|
+
"updateApiKey": "API kulcs szerkesztése"
|
|
16
|
+
},
|
|
17
|
+
"noData": {
|
|
18
|
+
"title": "Nincsenek megjeleníthető API kulcsok.",
|
|
19
|
+
"helpText": "Íme, hogyan <helpLink>hozz létre egy API kulcsot</helpLink>."
|
|
20
|
+
},
|
|
21
|
+
"alert": {
|
|
22
|
+
"titles": {
|
|
23
|
+
"deleteApiKey": "API kulcs törlése?"
|
|
24
|
+
},
|
|
25
|
+
"descriptions": {
|
|
26
|
+
"deleteApiKey": "Örökre törlöd a <strong>{{name}}</strong> nevű API kulcsot. Ezt nem lehet visszavonni.",
|
|
27
|
+
"deleteZapierApiKey": "Örökre törlöd a <strong>{{name}}</strong> nevű API kulcsot. Az összes kapcsolódó Zap ezzel az API kulccsal le lesz tiltva. Ezt nem lehet visszavonni."
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
"buttons": {
|
|
31
|
+
"delete": "Törlés",
|
|
32
|
+
"addApiKey": "API kulcs hozzáadása",
|
|
33
|
+
"edit": "Szerkesztés",
|
|
34
|
+
"submit": "Beküldés",
|
|
35
|
+
"cancel": "Mégse",
|
|
36
|
+
"saveChanges": "Változások mentése"
|
|
37
|
+
},
|
|
38
|
+
"placeholders": {
|
|
39
|
+
"search": "API kulcsok keresése",
|
|
40
|
+
"selectExpiryDate": "Válassz egy lejárati dátumot",
|
|
41
|
+
"label": "Adj egy címet az API kulcshoz"
|
|
42
|
+
},
|
|
43
|
+
"notifications": {
|
|
44
|
+
"copiedToClipboard": "API kulcs a vágólapra másolva"
|
|
45
|
+
},
|
|
46
|
+
"tooltips": {
|
|
47
|
+
"apiKeys": "API kulcsok",
|
|
48
|
+
"apiKeysDescription": "API kulcsokat hozhatsz létre a nyilvános API-k használatához",
|
|
49
|
+
"copyToClipboard": "Másolás a vágólapra"
|
|
50
|
+
},
|
|
51
|
+
"table": {
|
|
52
|
+
"headers": {
|
|
53
|
+
"label": "Címke",
|
|
54
|
+
"token": "API kulcs",
|
|
55
|
+
"expiresAt": "Lejárat ideje",
|
|
56
|
+
"createdAt": "Létrehozva",
|
|
57
|
+
"status": "Státusz",
|
|
58
|
+
"type": "Típus"
|
|
59
|
+
}
|
|
60
|
+
},
|
|
61
|
+
"fields": {
|
|
62
|
+
"label": "Címke",
|
|
63
|
+
"expiryDate": "Lejárati dátum",
|
|
64
|
+
"neverExpire": "Soha nem jár le"
|
|
65
|
+
},
|
|
66
|
+
"validations": {
|
|
67
|
+
"expiry": "$t(neetoApiKeys.fields.expiryDate) legalább {{date}} kell legyen",
|
|
68
|
+
"required": "{{entity}} kötelező",
|
|
69
|
+
"maxLength": "{{entity}} legfeljebb {{max}} karakterből állhat"
|
|
70
|
+
},
|
|
71
|
+
"tags": {
|
|
72
|
+
"expired": "Lejárt",
|
|
73
|
+
"active": "Aktív"
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-api-keys-frontend",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.10",
|
|
4
4
|
"description": "A repo acts as the source of truth for the new nano's structure, configs, data etc.",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"homepage": "https://github.com/bigbinary/neeto-api-keys-nano",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"@bigbinary/babel-preset-neeto": "^1.0.3",
|
|
64
64
|
"@bigbinary/eslint-plugin-neeto": "1.8.1",
|
|
65
65
|
"@bigbinary/neeto-cist": "1.0.17",
|
|
66
|
-
"@bigbinary/neeto-commons-frontend": "4.13.
|
|
66
|
+
"@bigbinary/neeto-commons-frontend": "4.13.105",
|
|
67
67
|
"@bigbinary/neeto-filters-frontend": "4.3.31",
|
|
68
68
|
"@bigbinary/neeto-icons": "1.20.80",
|
|
69
69
|
"@bigbinary/neeto-molecules": "4.1.10",
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
"prettier": "3",
|
|
140
140
|
"prettier-plugin-tailwindcss": "^0.6.14",
|
|
141
141
|
"process": "0.11.10",
|
|
142
|
-
"qs": "6.
|
|
142
|
+
"qs": "6.15.0",
|
|
143
143
|
"ramda": "0.29.0",
|
|
144
144
|
"react": "18.3.1",
|
|
145
145
|
"react-dom": "18.3.1",
|
|
@@ -176,7 +176,7 @@
|
|
|
176
176
|
"peerDependencies": {
|
|
177
177
|
"@babel/runtime": "7.26.10",
|
|
178
178
|
"@bigbinary/neeto-cist": "1.0.17",
|
|
179
|
-
"@bigbinary/neeto-commons-frontend": "4.13.
|
|
179
|
+
"@bigbinary/neeto-commons-frontend": "4.13.105",
|
|
180
180
|
"@bigbinary/neeto-filters-frontend": "4.3.31",
|
|
181
181
|
"@bigbinary/neeto-icons": "1.20.80",
|
|
182
182
|
"@bigbinary/neeto-molecules": "4.1.10",
|
|
@@ -200,7 +200,7 @@
|
|
|
200
200
|
"mixpanel-browser": "^2.45.0",
|
|
201
201
|
"os-browserify": "0.3.0",
|
|
202
202
|
"path-browserify": "^1.0.1",
|
|
203
|
-
"qs": "6.
|
|
203
|
+
"qs": "6.15.0",
|
|
204
204
|
"ramda": "0.29.0",
|
|
205
205
|
"react": "18.3.1",
|
|
206
206
|
"react-dom": "18.3.1",
|