@bigbinary/neeto-api-keys-frontend 2.3.9 → 2.3.11
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,74 @@
|
|
|
1
|
+
{
|
|
2
|
+
"neetoApiKeys": {
|
|
3
|
+
"common": {
|
|
4
|
+
"apiKey_one": "API-Schlüssel",
|
|
5
|
+
"apiKey_other": "API-Schlüssel",
|
|
6
|
+
"never": "Nie",
|
|
7
|
+
"general": "Allgemein",
|
|
8
|
+
"zapier": "Zapier",
|
|
9
|
+
"type": "Typ"
|
|
10
|
+
},
|
|
11
|
+
"headers": {
|
|
12
|
+
"createApiKey": "Neuen API-Schlüssel hinzufügen",
|
|
13
|
+
"updateApiKey": "API-Schlüssel bearbeiten"
|
|
14
|
+
},
|
|
15
|
+
"noData": {
|
|
16
|
+
"title": "Es gibt keine API-Schlüssel anzuzeigen.",
|
|
17
|
+
"helpText": "So können Sie <helpLink> einen API-Schlüssel erstellen </helpLink>."
|
|
18
|
+
},
|
|
19
|
+
"alert": {
|
|
20
|
+
"titles": {
|
|
21
|
+
"deleteApiKey": "API-Schlüssel löschen?"
|
|
22
|
+
},
|
|
23
|
+
"descriptions": {
|
|
24
|
+
"deleteApiKey": "Sie löschen den API-Schlüssel mit dem Namen <strong>{{name}}</strong> dauerhaft. Dies kann nicht rückgängig gemacht werden.",
|
|
25
|
+
"deleteZapierApiKey": "Sie löschen den API-Schlüssel <strong>{{name}}</strong> dauerhaft. Alle zugehörigen Zaps mit diesem API-Schlüssel werden deaktiviert. Dies kann nicht rückgängig gemacht werden."
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
"buttons": {
|
|
29
|
+
"delete": "Löschen",
|
|
30
|
+
"addApiKey": "API-Schlüssel hinzufügen",
|
|
31
|
+
"edit": "Bearbeiten",
|
|
32
|
+
"submit": "Einreichen",
|
|
33
|
+
"cancel": "Abbrechen",
|
|
34
|
+
"saveChanges": "Änderungen speichern"
|
|
35
|
+
},
|
|
36
|
+
"placeholders": {
|
|
37
|
+
"search": "API-Schlüssel suchen",
|
|
38
|
+
"selectExpiryDate": "Wählen Sie ein Ablaufdatum",
|
|
39
|
+
"label": "Fügen Sie ein Etikett für den API-Schlüssel hinzu"
|
|
40
|
+
},
|
|
41
|
+
"notifications": {
|
|
42
|
+
"copiedToClipboard": "API-Schlüssel wurde in die Zwischenablage kopiert"
|
|
43
|
+
},
|
|
44
|
+
"tooltips": {
|
|
45
|
+
"apiKeys": "API-Schlüssel",
|
|
46
|
+
"apiKeysDescription": "Erstellen Sie API-Schlüssel, um öffentliche APIs zu nutzen",
|
|
47
|
+
"copyToClipboard": "In die Zwischenablage kopieren"
|
|
48
|
+
},
|
|
49
|
+
"table": {
|
|
50
|
+
"headers": {
|
|
51
|
+
"label": "Etikett",
|
|
52
|
+
"token": "API-Schlüssel",
|
|
53
|
+
"expiresAt": "Läuft ab am",
|
|
54
|
+
"createdAt": "Erstellt am",
|
|
55
|
+
"status": "Status",
|
|
56
|
+
"type": "Typ"
|
|
57
|
+
}
|
|
58
|
+
},
|
|
59
|
+
"fields": {
|
|
60
|
+
"label": "Etikett",
|
|
61
|
+
"expiryDate": "Ablaufdatum",
|
|
62
|
+
"neverExpire": "Läuft nie ab"
|
|
63
|
+
},
|
|
64
|
+
"validations": {
|
|
65
|
+
"expiry": "$t(neetoApiKeys.fields.expiryDate) sollte mindestens {{date}} sein",
|
|
66
|
+
"required": "{{entity}} ist erforderlich",
|
|
67
|
+
"maxLength": "{{entity}} darf höchstens {{max}} Zeichen lang sein"
|
|
68
|
+
},
|
|
69
|
+
"tags": {
|
|
70
|
+
"expired": "Abgelaufen",
|
|
71
|
+
"active": "Aktiv"
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
}
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
{
|
|
2
|
+
"neetoApiKeys": {
|
|
3
|
+
"common": {
|
|
4
|
+
"apiKey_one": "Clave de API",
|
|
5
|
+
"apiKey_other": "Claves de API",
|
|
6
|
+
"never": "Nunca",
|
|
7
|
+
"general": "General",
|
|
8
|
+
"zapier": "Zapier",
|
|
9
|
+
"type": "Tipo"
|
|
10
|
+
},
|
|
11
|
+
"headers": {
|
|
12
|
+
"createApiKey": "Agregar nueva clave de API",
|
|
13
|
+
"updateApiKey": "Editar clave de API"
|
|
14
|
+
},
|
|
15
|
+
"noData": {
|
|
16
|
+
"title": "No hay claves de API para mostrar.",
|
|
17
|
+
"helpText": "Aquí tienes cómo puedes <helpLink>crear una clave de API</helpLink>."
|
|
18
|
+
},
|
|
19
|
+
"alert": {
|
|
20
|
+
"titles": {
|
|
21
|
+
"deleteApiKey": "¿Eliminar clave de API?"
|
|
22
|
+
},
|
|
23
|
+
"descriptions": {
|
|
24
|
+
"deleteApiKey": "Estás eliminando permanentemente la clave de API llamada <strong>{{name}}</strong>. Esto no se puede deshacer.",
|
|
25
|
+
"deleteZapierApiKey": "Estás eliminando permanentemente la clave de API <strong>{{name}}</strong>. Todos los Zaps asociados a esta clave de API se desactivarán. Esto no se puede deshacer."
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
"buttons": {
|
|
29
|
+
"delete": "Eliminar",
|
|
30
|
+
"addApiKey": "Agregar clave de API",
|
|
31
|
+
"edit": "Editar",
|
|
32
|
+
"submit": "Enviar",
|
|
33
|
+
"cancel": "Cancelar",
|
|
34
|
+
"saveChanges": "Guardar cambios"
|
|
35
|
+
},
|
|
36
|
+
"placeholders": {
|
|
37
|
+
"search": "Buscar claves de API",
|
|
38
|
+
"selectExpiryDate": "Seleccionar una fecha de expiración",
|
|
39
|
+
"label": "Agregar una etiqueta para la clave de API"
|
|
40
|
+
},
|
|
41
|
+
"notifications": {
|
|
42
|
+
"copiedToClipboard": "La clave de API ha sido copiada al portapapeles"
|
|
43
|
+
},
|
|
44
|
+
"tooltips": {
|
|
45
|
+
"apiKeys": "Claves de API",
|
|
46
|
+
"apiKeysDescription": "Crea claves de API para hacer uso de APIs públicas",
|
|
47
|
+
"copyToClipboard": "Copiar al portapapeles"
|
|
48
|
+
},
|
|
49
|
+
"table": {
|
|
50
|
+
"headers": {
|
|
51
|
+
"label": "Etiqueta",
|
|
52
|
+
"token": "Clave de API",
|
|
53
|
+
"expiresAt": "Expira el",
|
|
54
|
+
"createdAt": "Creado el",
|
|
55
|
+
"status": "Estado",
|
|
56
|
+
"type": "Tipo"
|
|
57
|
+
}
|
|
58
|
+
},
|
|
59
|
+
"fields": {
|
|
60
|
+
"label": "Etiqueta",
|
|
61
|
+
"expiryDate": "Fecha de expiración",
|
|
62
|
+
"neverExpire": "Nunca expira"
|
|
63
|
+
},
|
|
64
|
+
"validations": {
|
|
65
|
+
"expiry": "$t(neetoApiKeys.fields.expiryDate) debe ser al menos {{date}}",
|
|
66
|
+
"required": "{{entity}} es requerido",
|
|
67
|
+
"maxLength": "{{entity}} debe tener como máximo {{max}} caracteres"
|
|
68
|
+
},
|
|
69
|
+
"tags": {
|
|
70
|
+
"expired": "Expirado",
|
|
71
|
+
"active": "Activo"
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
}
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
{
|
|
2
|
+
"neetoApiKeys": {
|
|
3
|
+
"common": {
|
|
4
|
+
"apiKey_one": "Clé API",
|
|
5
|
+
"apiKey_other": "Clés API",
|
|
6
|
+
"never": "Jamais",
|
|
7
|
+
"general": "Général",
|
|
8
|
+
"zapier": "Zapier",
|
|
9
|
+
"type": "Type"
|
|
10
|
+
},
|
|
11
|
+
"headers": {
|
|
12
|
+
"createApiKey": "Ajouter une nouvelle clé API",
|
|
13
|
+
"updateApiKey": "Modifier la clé API"
|
|
14
|
+
},
|
|
15
|
+
"noData": {
|
|
16
|
+
"title": "Il n'y a aucune clé API à afficher.",
|
|
17
|
+
"helpText": "Voici comment vous pouvez <helpLink>créer une clé API</helpLink>."
|
|
18
|
+
},
|
|
19
|
+
"alert": {
|
|
20
|
+
"titles": {
|
|
21
|
+
"deleteApiKey": "Supprimer la clé API ?"
|
|
22
|
+
},
|
|
23
|
+
"descriptions": {
|
|
24
|
+
"deleteApiKey": "Vous supprimez définitivement la clé API nommée <strong>{{name}}</strong>. Cela ne peut pas être annulé.",
|
|
25
|
+
"deleteZapierApiKey": "Vous supprimez définitivement la clé API <strong>{{name}}</strong>. Tous les Zaps associés à cette clé API seront désactivés. Cela ne peut pas être annulé."
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
"buttons": {
|
|
29
|
+
"delete": "Supprimer",
|
|
30
|
+
"addApiKey": "Ajouter une clé API",
|
|
31
|
+
"edit": "Modifier",
|
|
32
|
+
"submit": "Soumettre",
|
|
33
|
+
"cancel": "Annuler",
|
|
34
|
+
"saveChanges": "Enregistrer les modifications"
|
|
35
|
+
},
|
|
36
|
+
"placeholders": {
|
|
37
|
+
"search": "Rechercher des clés API",
|
|
38
|
+
"selectExpiryDate": "Sélectionner une date d'expiration",
|
|
39
|
+
"label": "Ajouter une étiquette pour la clé API"
|
|
40
|
+
},
|
|
41
|
+
"notifications": {
|
|
42
|
+
"copiedToClipboard": "La clé API a été copiée dans le presse-papiers"
|
|
43
|
+
},
|
|
44
|
+
"tooltips": {
|
|
45
|
+
"apiKeys": "Clés API",
|
|
46
|
+
"apiKeysDescription": "Créer des clés API pour utiliser des API publiques",
|
|
47
|
+
"copyToClipboard": "Copier dans le presse-papiers"
|
|
48
|
+
},
|
|
49
|
+
"table": {
|
|
50
|
+
"headers": {
|
|
51
|
+
"label": "Étiquette",
|
|
52
|
+
"token": "Clé API",
|
|
53
|
+
"expiresAt": "Expire le",
|
|
54
|
+
"createdAt": "Créé le",
|
|
55
|
+
"status": "Statut",
|
|
56
|
+
"type": "Type"
|
|
57
|
+
}
|
|
58
|
+
},
|
|
59
|
+
"fields": {
|
|
60
|
+
"label": "Étiquette",
|
|
61
|
+
"expiryDate": "Date d'expiration",
|
|
62
|
+
"neverExpire": "N'expire jamais"
|
|
63
|
+
},
|
|
64
|
+
"validations": {
|
|
65
|
+
"expiry": "$t(neetoApiKeys.fields.expiryDate) doit être au moins {{date}}",
|
|
66
|
+
"required": "{{entity}} est requis",
|
|
67
|
+
"maxLength": "{{entity}} doit faire au maximum {{max}} caractères"
|
|
68
|
+
},
|
|
69
|
+
"tags": {
|
|
70
|
+
"expired": "Expiré",
|
|
71
|
+
"active": "Actif"
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-api-keys-frontend",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.11",
|
|
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",
|
|
@@ -61,13 +61,13 @@
|
|
|
61
61
|
"@babel/preset-typescript": "7.26.0",
|
|
62
62
|
"@babel/runtime": "7.26.10",
|
|
63
63
|
"@bigbinary/babel-preset-neeto": "^1.0.3",
|
|
64
|
-
"@bigbinary/eslint-plugin-neeto": "1.6.
|
|
64
|
+
"@bigbinary/eslint-plugin-neeto": "1.6.4",
|
|
65
65
|
"@bigbinary/neeto-cist": "1.0.17",
|
|
66
|
-
"@bigbinary/neeto-commons-frontend": "4.13.
|
|
67
|
-
"@bigbinary/neeto-filters-frontend": "4.3.
|
|
68
|
-
"@bigbinary/neeto-icons": "1.20.
|
|
69
|
-
"@bigbinary/neeto-molecules": "3.16.
|
|
70
|
-
"@bigbinary/neetoui": "8.3.
|
|
66
|
+
"@bigbinary/neeto-commons-frontend": "4.13.45",
|
|
67
|
+
"@bigbinary/neeto-filters-frontend": "4.3.22",
|
|
68
|
+
"@bigbinary/neeto-icons": "1.20.53",
|
|
69
|
+
"@bigbinary/neeto-molecules": "3.16.81",
|
|
70
|
+
"@bigbinary/neetoui": "8.3.13",
|
|
71
71
|
"@emotion/is-prop-valid": "1.2.0",
|
|
72
72
|
"@faker-js/faker": "8.2.0",
|
|
73
73
|
"@honeybadger-io/js": "6.10.1",
|
|
@@ -175,11 +175,11 @@
|
|
|
175
175
|
"peerDependencies": {
|
|
176
176
|
"@babel/runtime": "7.26.10",
|
|
177
177
|
"@bigbinary/neeto-cist": "1.0.17",
|
|
178
|
-
"@bigbinary/neeto-commons-frontend": "4.13.
|
|
179
|
-
"@bigbinary/neeto-filters-frontend": "4.3.
|
|
180
|
-
"@bigbinary/neeto-icons": "1.20.
|
|
181
|
-
"@bigbinary/neeto-molecules": "3.16.
|
|
182
|
-
"@bigbinary/neetoui": "8.3.
|
|
178
|
+
"@bigbinary/neeto-commons-frontend": "4.13.45",
|
|
179
|
+
"@bigbinary/neeto-filters-frontend": "4.3.22",
|
|
180
|
+
"@bigbinary/neeto-icons": "1.20.53",
|
|
181
|
+
"@bigbinary/neeto-molecules": "3.16.81",
|
|
182
|
+
"@bigbinary/neetoui": "8.3.13",
|
|
183
183
|
"@honeybadger-io/js": "6.10.1",
|
|
184
184
|
"@honeybadger-io/react": "6.1.25",
|
|
185
185
|
"@tailwindcss/container-queries": "^0.1.1",
|