@bigbinary/neeto-api-keys-frontend 2.3.10 → 2.3.12
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.
- package/app/javascript/src/translations/ar.json +74 -0
- package/app/javascript/src/translations/bg.json +74 -0
- package/app/javascript/src/translations/ca.json +74 -0
- package/app/javascript/src/translations/cs.json +74 -0
- package/app/javascript/src/translations/da.json +74 -0
- package/app/javascript/src/translations/de.json +74 -0
- package/app/javascript/src/translations/es-MX.json +74 -0
- package/app/javascript/src/translations/es.json +74 -0
- package/app/javascript/src/translations/et.json +74 -0
- package/app/javascript/src/translations/fi.json +74 -0
- package/app/javascript/src/translations/fil.json +74 -0
- package/app/javascript/src/translations/fr.json +74 -0
- package/app/javascript/src/translations/hi.json +74 -0
- package/app/javascript/src/translations/hr.json +74 -0
- package/app/javascript/src/translations/id.json +74 -0
- package/app/javascript/src/translations/it.json +74 -0
- package/app/javascript/src/translations/ja.json +74 -0
- package/app/javascript/src/translations/ko.json +74 -0
- package/app/javascript/src/translations/nl.json +74 -0
- package/app/javascript/src/translations/pl.json +74 -0
- package/app/javascript/src/translations/pt-BR.json +74 -0
- package/app/javascript/src/translations/pt.json +74 -0
- package/app/javascript/src/translations/ro.json +74 -0
- package/app/javascript/src/translations/ru.json +74 -0
- package/app/javascript/src/translations/sk.json +74 -0
- package/app/javascript/src/translations/sl.json +74 -0
- package/app/javascript/src/translations/sv.json +74 -0
- package/app/javascript/src/translations/th.json +74 -0
- package/app/javascript/src/translations/tr.json +74 -0
- package/app/javascript/src/translations/uk.json +74 -0
- package/app/javascript/src/translations/vi.json +74 -0
- package/app/javascript/src/translations/zh-CN.json +74 -0
- package/app/javascript/src/translations/zh-TW.json +74 -0
- package/package.json +13 -13
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
{
|
|
2
|
+
"neetoApiKeys": {
|
|
3
|
+
"common": {
|
|
4
|
+
"apiKey_one": "API-sleutel",
|
|
5
|
+
"apiKey_other": "API-sleutels",
|
|
6
|
+
"never": "Nooit",
|
|
7
|
+
"general": "Algemeen",
|
|
8
|
+
"zapier": "Zapier",
|
|
9
|
+
"type": "Type"
|
|
10
|
+
},
|
|
11
|
+
"headers": {
|
|
12
|
+
"createApiKey": "Voeg nieuwe API-sleutel toe",
|
|
13
|
+
"updateApiKey": "Bewerk API-sleutel"
|
|
14
|
+
},
|
|
15
|
+
"noData": {
|
|
16
|
+
"title": "Er zijn geen API-sleutels om te tonen.",
|
|
17
|
+
"helpText": "Hier is hoe je een <helpLink>API-sleutel kunt maken</helpLink>."
|
|
18
|
+
},
|
|
19
|
+
"alert": {
|
|
20
|
+
"titles": {
|
|
21
|
+
"deleteApiKey": "API-sleutel verwijderen?"
|
|
22
|
+
},
|
|
23
|
+
"descriptions": {
|
|
24
|
+
"deleteApiKey": "Je verwijdert permanent de API-sleutel genaamd <strong>{{name}}</strong>. Dit kan niet ongedaan worden gemaakt.",
|
|
25
|
+
"deleteZapierApiKey": "Je verwijdert permanent de API-sleutel <strong>{{name}}</strong>. Alle bijbehorende Zaps met deze API-sleutel worden uitgeschakeld. Dit kan niet ongedaan worden gemaakt."
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
"buttons": {
|
|
29
|
+
"delete": "Verwijderen",
|
|
30
|
+
"addApiKey": "API-sleutel toevoegen",
|
|
31
|
+
"edit": "Bewerken",
|
|
32
|
+
"submit": "Indienen",
|
|
33
|
+
"cancel": "Annuleren",
|
|
34
|
+
"saveChanges": "Wijzigingen opslaan"
|
|
35
|
+
},
|
|
36
|
+
"placeholders": {
|
|
37
|
+
"search": "Zoek API-sleutels",
|
|
38
|
+
"selectExpiryDate": "Selecteer een vervaldatum",
|
|
39
|
+
"label": "Voeg een label toe voor de API-sleutel"
|
|
40
|
+
},
|
|
41
|
+
"notifications": {
|
|
42
|
+
"copiedToClipboard": "API-sleutel is gekopieerd naar het klembord"
|
|
43
|
+
},
|
|
44
|
+
"tooltips": {
|
|
45
|
+
"apiKeys": "API-sleutels",
|
|
46
|
+
"apiKeysDescription": "Maak API-sleutels aan om gebruik te maken van publieke API's",
|
|
47
|
+
"copyToClipboard": "Kopieren naar klembord"
|
|
48
|
+
},
|
|
49
|
+
"table": {
|
|
50
|
+
"headers": {
|
|
51
|
+
"label": "Label",
|
|
52
|
+
"token": "API-sleutel",
|
|
53
|
+
"expiresAt": "Verloopt op",
|
|
54
|
+
"createdAt": "Aangemaakt op",
|
|
55
|
+
"status": "Status",
|
|
56
|
+
"type": "Type"
|
|
57
|
+
}
|
|
58
|
+
},
|
|
59
|
+
"fields": {
|
|
60
|
+
"label": "Label",
|
|
61
|
+
"expiryDate": "Vervaldatum",
|
|
62
|
+
"neverExpire": "Verloopt nooit"
|
|
63
|
+
},
|
|
64
|
+
"validations": {
|
|
65
|
+
"expiry": "$t(neetoApiKeys.fields.expiryDate) moet ten minste {{date}} zijn",
|
|
66
|
+
"required": "{{entity}} is vereist",
|
|
67
|
+
"maxLength": "{{entity}} moet maximaal {{max}} tekens zijn"
|
|
68
|
+
},
|
|
69
|
+
"tags": {
|
|
70
|
+
"expired": "Verlopen",
|
|
71
|
+
"active": "Actief"
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
}
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
{
|
|
2
|
+
"neetoApiKeys": {
|
|
3
|
+
"common": {
|
|
4
|
+
"apiKey_one": "Klucz API",
|
|
5
|
+
"apiKey_other": "Klucze API",
|
|
6
|
+
"never": "Nigdy",
|
|
7
|
+
"general": "Ogólne",
|
|
8
|
+
"zapier": "Zapier",
|
|
9
|
+
"type": "Typ"
|
|
10
|
+
},
|
|
11
|
+
"headers": {
|
|
12
|
+
"createApiKey": "Dodaj nowy klucz API",
|
|
13
|
+
"updateApiKey": "Edytuj klucz API"
|
|
14
|
+
},
|
|
15
|
+
"noData": {
|
|
16
|
+
"title": "Brak kluczy API do wyświetlenia.",
|
|
17
|
+
"helpText": "Oto jak możesz <helpLink>utworzyć klucz API</helpLink>."
|
|
18
|
+
},
|
|
19
|
+
"alert": {
|
|
20
|
+
"titles": {
|
|
21
|
+
"deleteApiKey": "Usunąć klucz API?"
|
|
22
|
+
},
|
|
23
|
+
"descriptions": {
|
|
24
|
+
"deleteApiKey": "Trwale usuwasz klucz API o nazwie <strong>{{name}}</strong>. Nie można tego cofnąć.",
|
|
25
|
+
"deleteZapierApiKey": "Trwale usuwasz klucz API <strong>{{name}}</strong>. Wszystkie powiązane Zap'y z tym kluczem API zostaną wyłączone. Nie można tego cofnąć."
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
"buttons": {
|
|
29
|
+
"delete": "Usuń",
|
|
30
|
+
"addApiKey": "Dodaj klucz API",
|
|
31
|
+
"edit": "Edytuj",
|
|
32
|
+
"submit": "Wyślij",
|
|
33
|
+
"cancel": "Anuluj",
|
|
34
|
+
"saveChanges": "Zapisz zmiany"
|
|
35
|
+
},
|
|
36
|
+
"placeholders": {
|
|
37
|
+
"search": "Szukaj kluczy API",
|
|
38
|
+
"selectExpiryDate": "Wybierz datę wygaśnięcia",
|
|
39
|
+
"label": "Dodaj etykietę dla klucza API"
|
|
40
|
+
},
|
|
41
|
+
"notifications": {
|
|
42
|
+
"copiedToClipboard": "Klucz API został skopiowany do schowka"
|
|
43
|
+
},
|
|
44
|
+
"tooltips": {
|
|
45
|
+
"apiKeys": "Klucze API",
|
|
46
|
+
"apiKeysDescription": "Utwórz klucze API, aby skorzystać z publicznych API",
|
|
47
|
+
"copyToClipboard": "Skopiuj do schowka"
|
|
48
|
+
},
|
|
49
|
+
"table": {
|
|
50
|
+
"headers": {
|
|
51
|
+
"label": "Etykieta",
|
|
52
|
+
"token": "Klucz API",
|
|
53
|
+
"expiresAt": "Wygasa o",
|
|
54
|
+
"createdAt": "Utworzono o",
|
|
55
|
+
"status": "Status",
|
|
56
|
+
"type": "Typ"
|
|
57
|
+
}
|
|
58
|
+
},
|
|
59
|
+
"fields": {
|
|
60
|
+
"label": "Etykieta",
|
|
61
|
+
"expiryDate": "Data wygaśnięcia",
|
|
62
|
+
"neverExpire": "Nigdy nie wygasa"
|
|
63
|
+
},
|
|
64
|
+
"validations": {
|
|
65
|
+
"expiry": "$t(neetoApiKeys.fields.expiryDate) musi być co najmniej {{date}}",
|
|
66
|
+
"required": "{{entity}} jest wymagany",
|
|
67
|
+
"maxLength": "{{entity}} musi mieć maksymalnie {{max}} znaków"
|
|
68
|
+
},
|
|
69
|
+
"tags": {
|
|
70
|
+
"expired": "Wygasł",
|
|
71
|
+
"active": "Aktywny"
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
}
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
{
|
|
2
|
+
"neetoApiKeys": {
|
|
3
|
+
"common": {
|
|
4
|
+
"apiKey_one": "Chave de API",
|
|
5
|
+
"apiKey_other": "Chaves de API",
|
|
6
|
+
"never": "Nunca",
|
|
7
|
+
"general": "Geral",
|
|
8
|
+
"zapier": "Zapier",
|
|
9
|
+
"type": "Tipo"
|
|
10
|
+
},
|
|
11
|
+
"headers": {
|
|
12
|
+
"createApiKey": "Adicionar nova chave de API",
|
|
13
|
+
"updateApiKey": "Editar chave de API"
|
|
14
|
+
},
|
|
15
|
+
"noData": {
|
|
16
|
+
"title": "Não há chaves de API para mostrar.",
|
|
17
|
+
"helpText": "Aqui está como você pode <helpLink>criar uma chave de API</helpLink>."
|
|
18
|
+
},
|
|
19
|
+
"alert": {
|
|
20
|
+
"titles": {
|
|
21
|
+
"deleteApiKey": "Excluir chave de API?"
|
|
22
|
+
},
|
|
23
|
+
"descriptions": {
|
|
24
|
+
"deleteApiKey": "Você está excluindo permanentemente a chave de API chamada <strong>{{name}}</strong>. Isso não pode ser desfeito.",
|
|
25
|
+
"deleteZapierApiKey": "Você está excluindo permanentemente a chave de API <strong>{{name}}</strong>. Todos os Zaps associados a esta chave de API serão desligados. Isso não pode ser desfeito."
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
"buttons": {
|
|
29
|
+
"delete": "Excluir",
|
|
30
|
+
"addApiKey": "Adicionar chave de API",
|
|
31
|
+
"edit": "Editar",
|
|
32
|
+
"submit": "Enviar",
|
|
33
|
+
"cancel": "Cancelar",
|
|
34
|
+
"saveChanges": "Salvar alterações"
|
|
35
|
+
},
|
|
36
|
+
"placeholders": {
|
|
37
|
+
"search": "Buscar chaves de API",
|
|
38
|
+
"selectExpiryDate": "Selecionar uma data de expiração",
|
|
39
|
+
"label": "Adicionar um rótulo para a chave de API"
|
|
40
|
+
},
|
|
41
|
+
"notifications": {
|
|
42
|
+
"copiedToClipboard": "Chave de API copiada para a área de transferência"
|
|
43
|
+
},
|
|
44
|
+
"tooltips": {
|
|
45
|
+
"apiKeys": "Chaves de API",
|
|
46
|
+
"apiKeysDescription": "Crie chaves de API para usar APIs públicas",
|
|
47
|
+
"copyToClipboard": "Copiar para a área de transferência"
|
|
48
|
+
},
|
|
49
|
+
"table": {
|
|
50
|
+
"headers": {
|
|
51
|
+
"label": "Rótulo",
|
|
52
|
+
"token": "Chave de API",
|
|
53
|
+
"expiresAt": "Expira em",
|
|
54
|
+
"createdAt": "Criado em",
|
|
55
|
+
"status": "Status",
|
|
56
|
+
"type": "Tipo"
|
|
57
|
+
}
|
|
58
|
+
},
|
|
59
|
+
"fields": {
|
|
60
|
+
"label": "Rótulo",
|
|
61
|
+
"expiryDate": "Data de expiração",
|
|
62
|
+
"neverExpire": "Nunca expira"
|
|
63
|
+
},
|
|
64
|
+
"validations": {
|
|
65
|
+
"expiry": "$t(neetoApiKeys.fields.expiryDate) deve ser pelo menos {{date}}",
|
|
66
|
+
"required": "{{entity}} é obrigatório",
|
|
67
|
+
"maxLength": "{{entity}} deve ter no máximo {{max}} caracteres"
|
|
68
|
+
},
|
|
69
|
+
"tags": {
|
|
70
|
+
"expired": "Expirado",
|
|
71
|
+
"active": "Ativo"
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
}
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
{
|
|
2
|
+
"neetoApiKeys": {
|
|
3
|
+
"common": {
|
|
4
|
+
"apiKey_one": "Chave de API",
|
|
5
|
+
"apiKey_other": "Chaves de API",
|
|
6
|
+
"never": "Nunca",
|
|
7
|
+
"general": "Geral",
|
|
8
|
+
"zapier": "Zapier",
|
|
9
|
+
"type": "Tipo"
|
|
10
|
+
},
|
|
11
|
+
"headers": {
|
|
12
|
+
"createApiKey": "Adicionar nova chave de API",
|
|
13
|
+
"updateApiKey": "Editar chave de API"
|
|
14
|
+
},
|
|
15
|
+
"noData": {
|
|
16
|
+
"title": "Não há chaves de API para mostrar.",
|
|
17
|
+
"helpText": "Aqui está como você pode <helpLink>criar uma chave de API</helpLink>."
|
|
18
|
+
},
|
|
19
|
+
"alert": {
|
|
20
|
+
"titles": {
|
|
21
|
+
"deleteApiKey": "Excluir chave de API?"
|
|
22
|
+
},
|
|
23
|
+
"descriptions": {
|
|
24
|
+
"deleteApiKey": "Você está excluindo permanentemente a chave de API chamada <strong>{{name}}</strong>. Isso não pode ser desfeito.",
|
|
25
|
+
"deleteZapierApiKey": "Você está excluindo permanentemente a chave de API <strong>{{name}}</strong>. Todos os Zaps associados a esta chave de API serão desativados. Isso não pode ser desfeito."
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
"buttons": {
|
|
29
|
+
"delete": "Excluir",
|
|
30
|
+
"addApiKey": "Adicionar chave de API",
|
|
31
|
+
"edit": "Editar",
|
|
32
|
+
"submit": "Enviar",
|
|
33
|
+
"cancel": "Cancelar",
|
|
34
|
+
"saveChanges": "Salvar alterações"
|
|
35
|
+
},
|
|
36
|
+
"placeholders": {
|
|
37
|
+
"search": "Pesquisar chaves de API",
|
|
38
|
+
"selectExpiryDate": "Selecionar uma data de expiração",
|
|
39
|
+
"label": "Adicionar um rótulo para a chave de API"
|
|
40
|
+
},
|
|
41
|
+
"notifications": {
|
|
42
|
+
"copiedToClipboard": "Chave de API copiada para a área de transferência"
|
|
43
|
+
},
|
|
44
|
+
"tooltips": {
|
|
45
|
+
"apiKeys": "Chaves de API",
|
|
46
|
+
"apiKeysDescription": "Crie chaves de API para aproveitar as APIs públicas",
|
|
47
|
+
"copyToClipboard": "Copiar para a área de transferência"
|
|
48
|
+
},
|
|
49
|
+
"table": {
|
|
50
|
+
"headers": {
|
|
51
|
+
"label": "Rótulo",
|
|
52
|
+
"token": "Chave de API",
|
|
53
|
+
"expiresAt": "Vence em",
|
|
54
|
+
"createdAt": "Criado em",
|
|
55
|
+
"status": "Status",
|
|
56
|
+
"type": "Tipo"
|
|
57
|
+
}
|
|
58
|
+
},
|
|
59
|
+
"fields": {
|
|
60
|
+
"label": "Rótulo",
|
|
61
|
+
"expiryDate": "Data de expiração",
|
|
62
|
+
"neverExpire": "Nunca expira"
|
|
63
|
+
},
|
|
64
|
+
"validations": {
|
|
65
|
+
"expiry": "$t(neetoApiKeys.fields.expiryDate) deve ser pelo menos {{date}}",
|
|
66
|
+
"required": "{{entity}} é obrigatório",
|
|
67
|
+
"maxLength": "{{entity}} deve ter no máximo {{max}} caracteres"
|
|
68
|
+
},
|
|
69
|
+
"tags": {
|
|
70
|
+
"expired": "Expirado",
|
|
71
|
+
"active": "Ativo"
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
}
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
{
|
|
2
|
+
"neetoApiKeys": {
|
|
3
|
+
"common": {
|
|
4
|
+
"apiKey_one": "Cheia API",
|
|
5
|
+
"apiKey_other": "Chei API",
|
|
6
|
+
"never": "Niciodată",
|
|
7
|
+
"general": "General",
|
|
8
|
+
"zapier": "Zapier",
|
|
9
|
+
"type": "Tip"
|
|
10
|
+
},
|
|
11
|
+
"headers": {
|
|
12
|
+
"createApiKey": "Adaugă o nouă cheie API",
|
|
13
|
+
"updateApiKey": "Editează cheia API"
|
|
14
|
+
},
|
|
15
|
+
"noData": {
|
|
16
|
+
"title": "Nu există chei API de afișat.",
|
|
17
|
+
"helpText": "Iată cum poți <helpLink>crea o cheie API</helpLink>."
|
|
18
|
+
},
|
|
19
|
+
"alert": {
|
|
20
|
+
"titles": {
|
|
21
|
+
"deleteApiKey": "Ștergi cheia API?"
|
|
22
|
+
},
|
|
23
|
+
"descriptions": {
|
|
24
|
+
"deleteApiKey": "Ștergi permanent cheia API numită <strong>{{name}}</strong>. Aceasta nu poate fi anulată.",
|
|
25
|
+
"deleteZapierApiKey": "Ștergi permanent cheia API <strong>{{name}}</strong>. Toate Zaps asociate cu această cheie API vor fi dezactivate. Aceasta nu poate fi anulată."
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
"buttons": {
|
|
29
|
+
"delete": "Șterge",
|
|
30
|
+
"addApiKey": "Adaugă cheie API",
|
|
31
|
+
"edit": "Editează",
|
|
32
|
+
"submit": "Trimite",
|
|
33
|
+
"cancel": "Anulează",
|
|
34
|
+
"saveChanges": "Salvează modificările"
|
|
35
|
+
},
|
|
36
|
+
"placeholders": {
|
|
37
|
+
"search": "Caută chei API",
|
|
38
|
+
"selectExpiryDate": "Selectează o dată de expirare",
|
|
39
|
+
"label": "Adaugă un eticheta pentru cheia API"
|
|
40
|
+
},
|
|
41
|
+
"notifications": {
|
|
42
|
+
"copiedToClipboard": "Cheia API a fost copiată în clipboard"
|
|
43
|
+
},
|
|
44
|
+
"tooltips": {
|
|
45
|
+
"apiKeys": "Chei API",
|
|
46
|
+
"apiKeysDescription": "Creează chei API pentru a utiliza API-uri publice",
|
|
47
|
+
"copyToClipboard": "Copiază în clipboard"
|
|
48
|
+
},
|
|
49
|
+
"table": {
|
|
50
|
+
"headers": {
|
|
51
|
+
"label": "Etichetă",
|
|
52
|
+
"token": "Cheie API",
|
|
53
|
+
"expiresAt": "Expiră la",
|
|
54
|
+
"createdAt": "Creat la",
|
|
55
|
+
"status": "Status",
|
|
56
|
+
"type": "Tip"
|
|
57
|
+
}
|
|
58
|
+
},
|
|
59
|
+
"fields": {
|
|
60
|
+
"label": "Etichetă",
|
|
61
|
+
"expiryDate": "Data expirării",
|
|
62
|
+
"neverExpire": "Nu expiră niciodată"
|
|
63
|
+
},
|
|
64
|
+
"validations": {
|
|
65
|
+
"expiry": "$t(neetoApiKeys.fields.expiryDate) trebuie să fie cel puțin {{date}}",
|
|
66
|
+
"required": "{{entity}} este necesară",
|
|
67
|
+
"maxLength": "{{entity}} trebuie să aibă cel mult {{max}} caractere"
|
|
68
|
+
},
|
|
69
|
+
"tags": {
|
|
70
|
+
"expired": "Expirată",
|
|
71
|
+
"active": "Activ"
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
}
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
{
|
|
2
|
+
"neetoApiKeys": {
|
|
3
|
+
"common": {
|
|
4
|
+
"apiKey_one": "API ключ",
|
|
5
|
+
"apiKey_other": "API ключи",
|
|
6
|
+
"never": "Никогда",
|
|
7
|
+
"general": "Общее",
|
|
8
|
+
"zapier": "Zapier",
|
|
9
|
+
"type": "Тип"
|
|
10
|
+
},
|
|
11
|
+
"headers": {
|
|
12
|
+
"createApiKey": "Добавить новый API ключ",
|
|
13
|
+
"updateApiKey": "Редактировать API ключ"
|
|
14
|
+
},
|
|
15
|
+
"noData": {
|
|
16
|
+
"title": "Нет доступных API ключей для отображения.",
|
|
17
|
+
"helpText": "Вот как вы можете <helpLink>создать API ключ</helpLink>."
|
|
18
|
+
},
|
|
19
|
+
"alert": {
|
|
20
|
+
"titles": {
|
|
21
|
+
"deleteApiKey": "Удалить API ключ?"
|
|
22
|
+
},
|
|
23
|
+
"descriptions": {
|
|
24
|
+
"deleteApiKey": "Вы навсегда удаляете API ключ с именем <strong>{{name}}</strong>. Это нельзя будет отменить.",
|
|
25
|
+
"deleteZapierApiKey": "Вы навсегда удаляете API ключ <strong>{{name}}</strong>. Все связанные Zaps с этим API ключом будут отключены. Это нельзя будет отменить."
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
"buttons": {
|
|
29
|
+
"delete": "Удалить",
|
|
30
|
+
"addApiKey": "Добавить API ключ",
|
|
31
|
+
"edit": "Редактировать",
|
|
32
|
+
"submit": "Отправить",
|
|
33
|
+
"cancel": "Отменить",
|
|
34
|
+
"saveChanges": "Сохранить изменения"
|
|
35
|
+
},
|
|
36
|
+
"placeholders": {
|
|
37
|
+
"search": "Поиск API ключей",
|
|
38
|
+
"selectExpiryDate": "Выберите дату окончания",
|
|
39
|
+
"label": "Добавьте метку для API ключа"
|
|
40
|
+
},
|
|
41
|
+
"notifications": {
|
|
42
|
+
"copiedToClipboard": "API ключ скопирован в буфер обмена"
|
|
43
|
+
},
|
|
44
|
+
"tooltips": {
|
|
45
|
+
"apiKeys": "API ключи",
|
|
46
|
+
"apiKeysDescription": "Создайте API ключи для использования публичных API",
|
|
47
|
+
"copyToClipboard": "Скопировать в буфер обмена"
|
|
48
|
+
},
|
|
49
|
+
"table": {
|
|
50
|
+
"headers": {
|
|
51
|
+
"label": "Метка",
|
|
52
|
+
"token": "API ключ",
|
|
53
|
+
"expiresAt": "Истекает",
|
|
54
|
+
"createdAt": "Создано",
|
|
55
|
+
"status": "Статус",
|
|
56
|
+
"type": "Тип"
|
|
57
|
+
}
|
|
58
|
+
},
|
|
59
|
+
"fields": {
|
|
60
|
+
"label": "Метка",
|
|
61
|
+
"expiryDate": "Дата окончания",
|
|
62
|
+
"neverExpire": "Никогда не истекает"
|
|
63
|
+
},
|
|
64
|
+
"validations": {
|
|
65
|
+
"expiry": "$t(neetoApiKeys.fields.expiryDate) должно быть не менее {{date}}",
|
|
66
|
+
"required": "{{entity}} обязательно",
|
|
67
|
+
"maxLength": "{{entity}} должен содержать не более {{max}} символов"
|
|
68
|
+
},
|
|
69
|
+
"tags": {
|
|
70
|
+
"expired": "Истек",
|
|
71
|
+
"active": "Активный"
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
}
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
{
|
|
2
|
+
"neetoApiKeys": {
|
|
3
|
+
"common": {
|
|
4
|
+
"apiKey_one": "API kľúč",
|
|
5
|
+
"apiKey_other": "API kľúče",
|
|
6
|
+
"never": "Nikdy",
|
|
7
|
+
"general": "Všeobecné",
|
|
8
|
+
"zapier": "Zapier",
|
|
9
|
+
"type": "Typ"
|
|
10
|
+
},
|
|
11
|
+
"headers": {
|
|
12
|
+
"createApiKey": "Pridať nový API kľúč",
|
|
13
|
+
"updateApiKey": "Upraviť API kľúč"
|
|
14
|
+
},
|
|
15
|
+
"noData": {
|
|
16
|
+
"title": "Nie sú žiadne API kľúče na zobrazenie.",
|
|
17
|
+
"helpText": "Tu je návod, ako <helpLink>vytvoriť API kľúč</helpLink>."
|
|
18
|
+
},
|
|
19
|
+
"alert": {
|
|
20
|
+
"titles": {
|
|
21
|
+
"deleteApiKey": "Vymazať API kľúč?"
|
|
22
|
+
},
|
|
23
|
+
"descriptions": {
|
|
24
|
+
"deleteApiKey": "Natrvalo vymazávate API kľúč s názvom <strong>{{name}}</strong>. Toto sa nedá vziať späť.",
|
|
25
|
+
"deleteZapierApiKey": "Natrvalo vymazávate API kľúč <strong>{{name}}</strong>. Všetky priradené Zaps s týmto API kľúčom budú vypnuté. Toto sa nedá vziať späť."
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
"buttons": {
|
|
29
|
+
"delete": "Vymazať",
|
|
30
|
+
"addApiKey": "Pridať API kľúč",
|
|
31
|
+
"edit": "Upraviť",
|
|
32
|
+
"submit": "Odoslať",
|
|
33
|
+
"cancel": "Zrušiť",
|
|
34
|
+
"saveChanges": "Uložiť zmeny"
|
|
35
|
+
},
|
|
36
|
+
"placeholders": {
|
|
37
|
+
"search": "Hľadať API kľúče",
|
|
38
|
+
"selectExpiryDate": "Vyberte dátum vypršania platnosti",
|
|
39
|
+
"label": "Pridať popisku pre API kľúč"
|
|
40
|
+
},
|
|
41
|
+
"notifications": {
|
|
42
|
+
"copiedToClipboard": "API kľúč bol skopírovaný do schránky"
|
|
43
|
+
},
|
|
44
|
+
"tooltips": {
|
|
45
|
+
"apiKeys": "API kľúče",
|
|
46
|
+
"apiKeysDescription": "Vytvorte API kľúče na využívanie verejných API",
|
|
47
|
+
"copyToClipboard": "Skopírovať do schránky"
|
|
48
|
+
},
|
|
49
|
+
"table": {
|
|
50
|
+
"headers": {
|
|
51
|
+
"label": "Popisok",
|
|
52
|
+
"token": "API kľúč",
|
|
53
|
+
"expiresAt": "Platný do",
|
|
54
|
+
"createdAt": "Vytvorené dňa",
|
|
55
|
+
"status": "Štát",
|
|
56
|
+
"type": "Typ"
|
|
57
|
+
}
|
|
58
|
+
},
|
|
59
|
+
"fields": {
|
|
60
|
+
"label": "Popisok",
|
|
61
|
+
"expiryDate": "Dátum vypršania platnosti",
|
|
62
|
+
"neverExpire": "Nikdy nevyprší"
|
|
63
|
+
},
|
|
64
|
+
"validations": {
|
|
65
|
+
"expiry": "$t(neetoApiKeys.fields.expiryDate) by mal byť aspoň {{date}}",
|
|
66
|
+
"required": "{{entity}} je povinný údaj",
|
|
67
|
+
"maxLength": "{{entity}} musí mať maximálne {{max}} znakov"
|
|
68
|
+
},
|
|
69
|
+
"tags": {
|
|
70
|
+
"expired": "Expirované",
|
|
71
|
+
"active": "Aktívne"
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
}
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
{
|
|
2
|
+
"neetoApiKeys": {
|
|
3
|
+
"common": {
|
|
4
|
+
"apiKey_one": "API ključ",
|
|
5
|
+
"apiKey_other": "API ključi",
|
|
6
|
+
"never": "Nikoli",
|
|
7
|
+
"general": "Splošno",
|
|
8
|
+
"zapier": "Zapier",
|
|
9
|
+
"type": "Vrsta"
|
|
10
|
+
},
|
|
11
|
+
"headers": {
|
|
12
|
+
"createApiKey": "Dodaj nov API ključ",
|
|
13
|
+
"updateApiKey": "Uredi API ključ"
|
|
14
|
+
},
|
|
15
|
+
"noData": {
|
|
16
|
+
"title": "Ni API ključev za prikaz.",
|
|
17
|
+
"helpText": "Tukaj je, kako lahko <helpLink>ustvarite API ključ</helpLink>."
|
|
18
|
+
},
|
|
19
|
+
"alert": {
|
|
20
|
+
"titles": {
|
|
21
|
+
"deleteApiKey": "Izbriši API ključ?"
|
|
22
|
+
},
|
|
23
|
+
"descriptions": {
|
|
24
|
+
"deleteApiKey": "Trajno brišete API ključ z imenom <strong>{{name}}</strong>. To ni mogoče razveljaviti.",
|
|
25
|
+
"deleteZapierApiKey": "Trajno brišete API ključ <strong>{{name}}</strong>. Vsi povezani Zaps s tem API ključem bodo izklopljeni. To ni mogoče razveljaviti."
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
"buttons": {
|
|
29
|
+
"delete": "Izbriši",
|
|
30
|
+
"addApiKey": "Dodaj API ključ",
|
|
31
|
+
"edit": "Uredi",
|
|
32
|
+
"submit": "Pošlji",
|
|
33
|
+
"cancel": "Prekliči",
|
|
34
|
+
"saveChanges": "Shrani spremembe"
|
|
35
|
+
},
|
|
36
|
+
"placeholders": {
|
|
37
|
+
"search": "Išči API ključe",
|
|
38
|
+
"selectExpiryDate": "Izberite datum poteka",
|
|
39
|
+
"label": "Dodajte oznako za API ključ"
|
|
40
|
+
},
|
|
41
|
+
"notifications": {
|
|
42
|
+
"copiedToClipboard": "API ključ je bil kopiran v odložišče"
|
|
43
|
+
},
|
|
44
|
+
"tooltips": {
|
|
45
|
+
"apiKeys": "API ključi",
|
|
46
|
+
"apiKeysDescription": "Ustvarite API ključe za uporabo javnih API-jev",
|
|
47
|
+
"copyToClipboard": "Kopiraj v odložišče"
|
|
48
|
+
},
|
|
49
|
+
"table": {
|
|
50
|
+
"headers": {
|
|
51
|
+
"label": "Oznaka",
|
|
52
|
+
"token": "API ključ",
|
|
53
|
+
"expiresAt": "Poteče ob",
|
|
54
|
+
"createdAt": "Ustvarjeno ob",
|
|
55
|
+
"status": "Status",
|
|
56
|
+
"type": "Vrsta"
|
|
57
|
+
}
|
|
58
|
+
},
|
|
59
|
+
"fields": {
|
|
60
|
+
"label": "Oznaka",
|
|
61
|
+
"expiryDate": "Datum poteka",
|
|
62
|
+
"neverExpire": "Nikoli ne poteče"
|
|
63
|
+
},
|
|
64
|
+
"validations": {
|
|
65
|
+
"expiry": "$t(neetoApiKeys.fields.expiryDate) mora biti vsaj {{date}}",
|
|
66
|
+
"required": "{{entity}} je obvezno",
|
|
67
|
+
"maxLength": "{{entity}} mora imeti največ {{max}} znakov"
|
|
68
|
+
},
|
|
69
|
+
"tags": {
|
|
70
|
+
"expired": "Pretečeno",
|
|
71
|
+
"active": "Aktivno"
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
}
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
{
|
|
2
|
+
"neetoApiKeys": {
|
|
3
|
+
"common": {
|
|
4
|
+
"apiKey_one": "API-nyckel",
|
|
5
|
+
"apiKey_other": "API-nycklar",
|
|
6
|
+
"never": "Aldrig",
|
|
7
|
+
"general": "Allmän",
|
|
8
|
+
"zapier": "Zapier",
|
|
9
|
+
"type": "Typ"
|
|
10
|
+
},
|
|
11
|
+
"headers": {
|
|
12
|
+
"createApiKey": "Lägg till ny API-nyckel",
|
|
13
|
+
"updateApiKey": "Redigera API-nyckel"
|
|
14
|
+
},
|
|
15
|
+
"noData": {
|
|
16
|
+
"title": "Det finns inga API-nycklar att visa.",
|
|
17
|
+
"helpText": "Här är hur du kan <helpLink>skapa en API-nyckel</helpLink>."
|
|
18
|
+
},
|
|
19
|
+
"alert": {
|
|
20
|
+
"titles": {
|
|
21
|
+
"deleteApiKey": "Ta bort API-nyckel?"
|
|
22
|
+
},
|
|
23
|
+
"descriptions": {
|
|
24
|
+
"deleteApiKey": "Du tar permanent bort API-nyckeln med namnet <strong>{{name}}</strong>. Detta kan inte ångras.",
|
|
25
|
+
"deleteZapierApiKey": "Du tar permanent bort API-nyckeln <strong>{{name}}</strong>. Alla associerade Zaps med denna API-nyckel kommer att stängas av. Detta kan inte ångras."
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
"buttons": {
|
|
29
|
+
"delete": "Ta bort",
|
|
30
|
+
"addApiKey": "Lägg till API-nyckel",
|
|
31
|
+
"edit": "Redigera",
|
|
32
|
+
"submit": "Skicka",
|
|
33
|
+
"cancel": "Avbryt",
|
|
34
|
+
"saveChanges": "Spara ändringar"
|
|
35
|
+
},
|
|
36
|
+
"placeholders": {
|
|
37
|
+
"search": "Sök API-nycklar",
|
|
38
|
+
"selectExpiryDate": "Välj ett utgångsdatum",
|
|
39
|
+
"label": "Lägg till en etikett för API-nyckeln"
|
|
40
|
+
},
|
|
41
|
+
"notifications": {
|
|
42
|
+
"copiedToClipboard": "API-nyckeln har kopierats till urklipp"
|
|
43
|
+
},
|
|
44
|
+
"tooltips": {
|
|
45
|
+
"apiKeys": "API-nycklar",
|
|
46
|
+
"apiKeysDescription": "Skapa API-nycklar för att använda publika API:er",
|
|
47
|
+
"copyToClipboard": "Kopiera till urklipp"
|
|
48
|
+
},
|
|
49
|
+
"table": {
|
|
50
|
+
"headers": {
|
|
51
|
+
"label": "Etikett",
|
|
52
|
+
"token": "API-nyckel",
|
|
53
|
+
"expiresAt": "Går ut den",
|
|
54
|
+
"createdAt": "Skapad den",
|
|
55
|
+
"status": "Status",
|
|
56
|
+
"type": "Typ"
|
|
57
|
+
}
|
|
58
|
+
},
|
|
59
|
+
"fields": {
|
|
60
|
+
"label": "Etikett",
|
|
61
|
+
"expiryDate": "Utgångsdatum",
|
|
62
|
+
"neverExpire": "Går aldrig ut"
|
|
63
|
+
},
|
|
64
|
+
"validations": {
|
|
65
|
+
"expiry": "$t(neetoApiKeys.fields.expiryDate) bör vara minst {{date}}",
|
|
66
|
+
"required": "{{entity}} behövs",
|
|
67
|
+
"maxLength": "{{entity}} får max vara {{max}} tecken"
|
|
68
|
+
},
|
|
69
|
+
"tags": {
|
|
70
|
+
"expired": "Utgånget",
|
|
71
|
+
"active": "Aktiv"
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
}
|