@bigbinary/neeto-api-keys-frontend 1.0.8 → 1.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,64 @@
1
+ {
2
+ "neetoApiKeys": {
3
+ "common": {
4
+ "apiKey_one": "API key",
5
+ "apiKey_other": "API keys",
6
+ "never": "Never"
7
+ },
8
+ "headers": {
9
+ "createApiKey": "Create API key",
10
+ "updateApiKey": "Update API key"
11
+ },
12
+ "noData": {
13
+ "title": "There are no API Keys"
14
+ },
15
+ "alert": {
16
+ "titles": {
17
+ "deleteApiKey": "Delete API key?"
18
+ },
19
+ "descriptions": {
20
+ "deleteApiKey": "You are deleting the API key named <strong>{{name}}</strong>. This cannot be undone."
21
+ }
22
+ },
23
+ "buttons": {
24
+ "delete": "Delete",
25
+ "addApiKey": "Add API key",
26
+ "edit": "Edit",
27
+ "submit": "Submit",
28
+ "cancel": "Cancel"
29
+ },
30
+ "placeholders": {
31
+ "search": "Search API keys",
32
+ "selectExpiryDate": "Select an expiry date",
33
+ "label": "Add a label for the API key"
34
+ },
35
+ "notifications": {
36
+ "copiedToClipboard": "API key has been copied to clipboard"
37
+ },
38
+ "tooltips": {
39
+ "copyToClipboard": "Copy to clipboard"
40
+ },
41
+ "table": {
42
+ "headers": {
43
+ "label": "Label",
44
+ "token": "Token",
45
+ "expiresAt": "Expires at",
46
+ "createdAt": "Created at",
47
+ "status": "Status"
48
+ }
49
+ },
50
+ "fields": {
51
+ "label": "Label",
52
+ "expiryDate": "Expiry date",
53
+ "neverExpire": "Never expire"
54
+ },
55
+ "validations": {
56
+ "expiry": "$t(neetoApiKeys.fields.expiryDate) should be at least {{date}}",
57
+ "required": "{{entity}} is required"
58
+ },
59
+ "tags": {
60
+ "expired": "Expired",
61
+ "active": "Active"
62
+ }
63
+ }
64
+ }
@@ -0,0 +1,3 @@
1
+ import en from "./en.json";
2
+
3
+ export { en };