@bigbinary/neeto-webhooks-frontend 2.2.17 → 2.2.19

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.
Files changed (35) hide show
  1. package/app/javascript/src/translations/ar.json +112 -0
  2. package/app/javascript/src/translations/bg.json +112 -0
  3. package/app/javascript/src/translations/ca.json +112 -0
  4. package/app/javascript/src/translations/cs.json +112 -0
  5. package/app/javascript/src/translations/da.json +112 -0
  6. package/app/javascript/src/translations/es-MX.json +112 -0
  7. package/app/javascript/src/translations/et.json +112 -0
  8. package/app/javascript/src/translations/fi.json +112 -0
  9. package/app/javascript/src/translations/fil.json +112 -0
  10. package/app/javascript/src/translations/hi.json +112 -0
  11. package/app/javascript/src/translations/hr.json +112 -0
  12. package/app/javascript/src/translations/id.json +112 -0
  13. package/app/javascript/src/translations/it.json +112 -0
  14. package/app/javascript/src/translations/ja.json +112 -0
  15. package/app/javascript/src/translations/ko.json +112 -0
  16. package/app/javascript/src/translations/nl.json +112 -0
  17. package/app/javascript/src/translations/pl.json +112 -0
  18. package/app/javascript/src/translations/pt-BR.json +112 -0
  19. package/app/javascript/src/translations/pt.json +112 -0
  20. package/app/javascript/src/translations/ro.json +112 -0
  21. package/app/javascript/src/translations/ru.json +112 -0
  22. package/app/javascript/src/translations/sk.json +112 -0
  23. package/app/javascript/src/translations/sl.json +112 -0
  24. package/app/javascript/src/translations/sv.json +112 -0
  25. package/app/javascript/src/translations/th.json +112 -0
  26. package/app/javascript/src/translations/tr.json +112 -0
  27. package/app/javascript/src/translations/uk.json +112 -0
  28. package/app/javascript/src/translations/vi.json +112 -0
  29. package/app/javascript/src/translations/zh-CN.json +112 -0
  30. package/app/javascript/src/translations/zh-TW.json +112 -0
  31. package/dist/NeetoWebhooks.js +7 -1
  32. package/dist/NeetoWebhooks.js.map +1 -1
  33. package/dist/cjs/NeetoWebhooks.js +7 -1
  34. package/dist/cjs/NeetoWebhooks.js.map +1 -1
  35. package/package.json +12 -12
@@ -0,0 +1,112 @@
1
+ {
2
+ "neetoWebhooks": {
3
+ "common": {
4
+ "event_one": "Događaj",
5
+ "event_other": "Događaji",
6
+ "endpoint": "Kraj",
7
+ "responseStatus": "Status odgovora",
8
+ "webhookWithCount": "{{count}} Webhook",
9
+ "webhookWithCount_other": "{{count}} Webhooka"
10
+ },
11
+ "entity": {
12
+ "webhook": "webhook",
13
+ "configure": "Konfigurirati"
14
+ },
15
+ "buttons": {
16
+ "save": "Spremi",
17
+ "saveChanges": "Spremi promjene",
18
+ "cancel": "Odustani",
19
+ "delete": "Izbriši",
20
+ "edit": "Uredi",
21
+ "viewDetails": "Pogledajte pojedinosti",
22
+ "regenerate": "Ponovno generiraj",
23
+ "generateSecretKey": "Generiraj tajni ključ"
24
+ },
25
+ "errors": {
26
+ "webhook": {
27
+ "required": "Molimo unesite URL vašeg kraja",
28
+ "invalidUrl": "Molimo unesite valjani URL",
29
+ "invalidUrlProtocol": "Molimo unesite valjani URL. URL mora početi s http ili https",
30
+ "urlNotUnique": "URL kraja mora biti jedinstven",
31
+ "events": {
32
+ "required": "Molimo odaberite najmanje jedan webhook događaj"
33
+ }
34
+ }
35
+ },
36
+ "delivery": {
37
+ "title": "Dostave",
38
+ "redeliver": "Ponovno dostavi",
39
+ "redelivery": "ponovna dostava",
40
+ "request": "Zahtjev",
41
+ "response": "Odgovor",
42
+ "header": "Zaglavlje",
43
+ "body": "Tijelo",
44
+ "payload": "Teret",
45
+ "deliveryId": "ID dostave",
46
+ "sid": "ID",
47
+ "helpDescription": "Detalji vezani uz odgovor koji je primljen kada se proizvod interagira s krajem navedenim u webhook-u.",
48
+ "empty": {
49
+ "title": "Nema dostava za prikaz.",
50
+ "description": "Nema događaja koji su poslani ovom webhooku"
51
+ }
52
+ },
53
+ "webhook": {
54
+ "title": "Webhooks",
55
+ "description": "Svi detalji novih akcijskih događaja će biti poslani na konfigurirane URL-ove webhook-a",
56
+ "helpDescription": "Primite webhook kada se navedeni događaji dogode.",
57
+ "empty": "Nema webhookova za prikaz.",
58
+ "emptyHelpText": "Što su webhookovi?",
59
+ "add": "Dodaj novi webhook",
60
+ "endpoint": "Kraj",
61
+ "event_one": "Događaj",
62
+ "event_other": "Događaji",
63
+ "endpointPlaceholder": "Unesite URL kraja",
64
+ "eventPlaceholder": "Odaberite webhook događaje",
65
+ "secret": "Tajni ključ (opcionalno)",
66
+ "secretkeyHelpTitle": "Osiguranje webhook zahtjeva",
67
+ "secretkeyHelpDescription": "Dodavanje tajnog ključa pomoći će vam da verifikujete da je webhook zahtjev ih zaista poslao neeto.",
68
+ "secretPlaceholder": "Unesite tajni ključ",
69
+ "edit": "Uredi webhook",
70
+ "active": "Aktivan",
71
+ "activeStatuses": {
72
+ "active": "Aktivan",
73
+ "inactive": "Neaktivan"
74
+ },
75
+ "statusActiveHelpDescription": "Webhook je trenutno aktivan. Prebacite da biste ga učinili neaktivnim.",
76
+ "statusInactiveHelpDescription": "Webhook je trenutno neaktivan. Prebacite da biste ga učinili aktivnim.",
77
+ "version": "Verzija",
78
+ "versionStatus": {
79
+ "expired": {
80
+ "title": "Webhook istekao",
81
+ "message": "Ova verzija webhooka je istekla i ne može se urediti. Samo je brisanje dopušteno."
82
+ },
83
+ "deprecated": {
84
+ "title": "Webhook zastario",
85
+ "message": "Ova verzija webhooka je zastarjela i ne može se urediti. Samo je brisanje dopušteno."
86
+ },
87
+ "expiresIn": {
88
+ "days": "Isteći će za {{count}} dan",
89
+ "days_other": "Isteći će za {{count}} dana",
90
+ "hoursAndMinutes": "Isteći će za {{hours}} sat{{hoursPlural}} i {{minutes}} minute{{minutesPlural}}"
91
+ },
92
+ "expiredOn": "Isteklo {{date}}",
93
+ "moreDetails": "Više detalja."
94
+ }
95
+ },
96
+ "operation": {
97
+ "edit": "Uredi",
98
+ "delete": "Izbriši"
99
+ },
100
+ "alert": {
101
+ "delete": {
102
+ "title": "Izbriši {{entity}}?",
103
+ "message": "Trajno brišete {{entity}}. Ovo se ne može poništiti."
104
+ }
105
+ },
106
+ "tableHeaders": {
107
+ "active": "Aktivan",
108
+ "details": "Detalji",
109
+ "createdAt": "Stvoreno"
110
+ }
111
+ }
112
+ }
@@ -0,0 +1,112 @@
1
+ {
2
+ "neetoWebhooks": {
3
+ "common": {
4
+ "event_one": "Acara",
5
+ "event_other": "Acara",
6
+ "endpoint": "Akhir",
7
+ "responseStatus": "Status respons",
8
+ "webhookWithCount": "{{count}} Webhook",
9
+ "webhookWithCount_other": "{{count}} Webhooks"
10
+ },
11
+ "entity": {
12
+ "webhook": "webhook",
13
+ "configure": "Konfigurasi"
14
+ },
15
+ "buttons": {
16
+ "save": "Simpan",
17
+ "saveChanges": "Simpan perubahan",
18
+ "cancel": "Batal",
19
+ "delete": "Hapus",
20
+ "edit": "Edit",
21
+ "viewDetails": "Lihat detail",
22
+ "regenerate": "Regenerasi",
23
+ "generateSecretKey": "Buat kunci rahasia"
24
+ },
25
+ "errors": {
26
+ "webhook": {
27
+ "required": "Silakan masukkan URL akhir Anda",
28
+ "invalidUrl": "Silakan masukkan URL yang valid",
29
+ "invalidUrlProtocol": "Silakan masukkan URL yang valid. URL harus diawali dengan http atau https",
30
+ "urlNotUnique": "URL akhir harus unik",
31
+ "events": {
32
+ "required": "Silakan pilih setidaknya satu acara webhook"
33
+ }
34
+ }
35
+ },
36
+ "delivery": {
37
+ "title": "Pengiriman",
38
+ "redeliver": "Kirim ulang",
39
+ "redelivery": "pengiriman ulang",
40
+ "request": "Permintaan",
41
+ "response": "Respons",
42
+ "header": "Kepala",
43
+ "body": "Isi",
44
+ "payload": "Beban",
45
+ "deliveryId": "ID Pengiriman",
46
+ "sid": "ID",
47
+ "helpDescription": "Rincian terkait respons yang diterima saat produk berinteraksi dengan akhir yang ditentukan dalam webhook.",
48
+ "empty": {
49
+ "title": "Tidak ada pengiriman untuk ditampilkan.",
50
+ "description": "Tidak ada acara yang telah dikirim ke webhook ini"
51
+ }
52
+ },
53
+ "webhook": {
54
+ "title": "Webhook",
55
+ "description": "Semua rincian acara tindakan baru akan dikirim ke URL webhook yang dikonfigurasi",
56
+ "helpDescription": "Terima webhook ketika acara yang ditentukan terjadi.",
57
+ "empty": "Tidak ada webhook untuk ditampilkan.",
58
+ "emptyHelpText": "Apa itu webhook?",
59
+ "add": "Tambahkan webhook baru",
60
+ "endpoint": "Akhir",
61
+ "event_one": "Acara",
62
+ "event_other": "Acara",
63
+ "endpointPlaceholder": "Masukkan URL akhir",
64
+ "eventPlaceholder": "Pilih acara webhook",
65
+ "secret": "Kunci rahasia (opsional)",
66
+ "secretkeyHelpTitle": "Mengamankan permintaan webhook",
67
+ "secretkeyHelpDescription": "Menambahkan kunci rahasia akan membantu Anda untuk memverifikasi bahwa permintaan webhook sebenarnya dikirim dari neeto.",
68
+ "secretPlaceholder": "Masukkan kunci rahasia",
69
+ "edit": "Edit Webhook",
70
+ "active": "Aktif",
71
+ "activeStatuses": {
72
+ "active": "Aktif",
73
+ "inactive": "Tidak aktif"
74
+ },
75
+ "statusActiveHelpDescription": "Webhook saat ini aktif. Alihkan untuk membuatnya tidak aktif.",
76
+ "statusInactiveHelpDescription": "Webhook saat ini tidak aktif. Alihkan untuk membuatnya aktif.",
77
+ "version": "Versi",
78
+ "versionStatus": {
79
+ "expired": {
80
+ "title": "Webhook Kedaluwarsa",
81
+ "message": "Versi webhook ini telah kedaluwarsa dan tidak dapat diedit. Hanya penghapusan yang diizinkan."
82
+ },
83
+ "deprecated": {
84
+ "title": "Webhook Usang",
85
+ "message": "Versi webhook ini tidak lagi digunakan dan tidak dapat diedit. Hanya penghapusan yang diizinkan."
86
+ },
87
+ "expiresIn": {
88
+ "days": "Kedaluwarsa dalam {{count}} hari",
89
+ "days_other": "Kedaluwarsa dalam {{count}} hari",
90
+ "hoursAndMinutes": "Kedaluwarsa dalam {{hours}} jam{{hoursPlural}} dan {{minutes}} menit{{minutesPlural}}"
91
+ },
92
+ "expiredOn": "Kedaluwarsa pada {{date}}",
93
+ "moreDetails": "Lebih banyak detail."
94
+ }
95
+ },
96
+ "operation": {
97
+ "edit": "Edit",
98
+ "delete": "Hapus"
99
+ },
100
+ "alert": {
101
+ "delete": {
102
+ "title": "Hapus {{entity}}?",
103
+ "message": "Anda akan secara permanen menghapus {{entity}}. Ini tidak dapat diulang."
104
+ }
105
+ },
106
+ "tableHeaders": {
107
+ "active": "Aktif",
108
+ "details": "Detail",
109
+ "createdAt": "Dibuat pada"
110
+ }
111
+ }
112
+ }
@@ -0,0 +1,112 @@
1
+ {
2
+ "neetoWebhooks": {
3
+ "common": {
4
+ "event_one": "Evento",
5
+ "event_other": "Eventi",
6
+ "endpoint": "Endpoint",
7
+ "responseStatus": "Stato della risposta",
8
+ "webhookWithCount": "{{count}} Webhook",
9
+ "webhookWithCount_other": "{{count}} Webhook"
10
+ },
11
+ "entity": {
12
+ "webhook": "webhook",
13
+ "configure": "Configura"
14
+ },
15
+ "buttons": {
16
+ "save": "Salva",
17
+ "saveChanges": "Salva modifiche",
18
+ "cancel": "Annulla",
19
+ "delete": "Elimina",
20
+ "edit": "Modifica",
21
+ "viewDetails": "Visualizza dettagli",
22
+ "regenerate": "Rigenera",
23
+ "generateSecretKey": "Genera chiave segreta"
24
+ },
25
+ "errors": {
26
+ "webhook": {
27
+ "required": "Inserisci l'URL del tuo endpoint",
28
+ "invalidUrl": "Inserisci un URL valido",
29
+ "invalidUrlProtocol": "Inserisci un URL valido. L'URL deve iniziare con http o https",
30
+ "urlNotUnique": "L'URL dell'endpoint deve essere unico",
31
+ "events": {
32
+ "required": "Seleziona almeno un evento webhook"
33
+ }
34
+ }
35
+ },
36
+ "delivery": {
37
+ "title": "Consegne",
38
+ "redeliver": "Reinvia",
39
+ "redelivery": "reinvio",
40
+ "request": "Richiesta",
41
+ "response": "Risposta",
42
+ "header": "Intestazione",
43
+ "body": "Corpo",
44
+ "payload": "Payload",
45
+ "deliveryId": "ID Consegna",
46
+ "sid": "ID",
47
+ "helpDescription": "Dettagli relativi alla risposta ricevuta quando il prodotto interagisce con l'endpoint specificato nel webhook.",
48
+ "empty": {
49
+ "title": "Non ci sono consegne da mostrare.",
50
+ "description": "Nessun evento è stato inviato a questo webhook"
51
+ }
52
+ },
53
+ "webhook": {
54
+ "title": "Webhooks",
55
+ "description": "Tutti i dettagli dei nuovi eventi saranno inviati agli URL dei webhook configurati",
56
+ "helpDescription": "Ricevi un webhook quando si verificano gli eventi specificati.",
57
+ "empty": "Non ci sono webhook da mostrare.",
58
+ "emptyHelpText": "Cosa sono i webhook?",
59
+ "add": "Aggiungi nuovo webhook",
60
+ "endpoint": "Endpoint",
61
+ "event_one": "Evento",
62
+ "event_other": "Eventi",
63
+ "endpointPlaceholder": "Inserisci l'URL dell'endpoint",
64
+ "eventPlaceholder": "Seleziona eventi webhook",
65
+ "secret": "Chiave segreta (opzionale)",
66
+ "secretkeyHelpTitle": "Sicurezza delle richieste webhook",
67
+ "secretkeyHelpDescription": "Aggiungere una chiave segreta ti aiuterà a verificare che la richiesta webhook sia stata realmente inviata da neeto.",
68
+ "secretPlaceholder": "Inserisci la chiave segreta",
69
+ "edit": "Modifica Webhook",
70
+ "active": "Attivo",
71
+ "activeStatuses": {
72
+ "active": "Attivo",
73
+ "inactive": "Inattivo"
74
+ },
75
+ "statusActiveHelpDescription": "Il webhook è attualmente attivo. Disattiva per renderlo inattivo.",
76
+ "statusInactiveHelpDescription": "Il webhook è attualmente inattivo. Attiva per renderlo attivo.",
77
+ "version": "Versione",
78
+ "versionStatus": {
79
+ "expired": {
80
+ "title": "Webhook Scaduto",
81
+ "message": "Questa versione del webhook è scaduta e non può essere modificata. È consentita solo l'eliminazione."
82
+ },
83
+ "deprecated": {
84
+ "title": "Webhook Deprecato",
85
+ "message": "Questa versione del webhook è deprecata e non può essere modificata. È consentita solo l'eliminazione."
86
+ },
87
+ "expiresIn": {
88
+ "days": "Scade in {{count}} giorno",
89
+ "days_other": "Scade in {{count}} giorni",
90
+ "hoursAndMinutes": "Scade in {{hours}} ora{{hoursPlural}} e {{minutes}} minuto{{minutesPlural}}"
91
+ },
92
+ "expiredOn": "Scaduto il {{date}}",
93
+ "moreDetails": "Ulteriori dettagli."
94
+ }
95
+ },
96
+ "operation": {
97
+ "edit": "Modifica",
98
+ "delete": "Elimina"
99
+ },
100
+ "alert": {
101
+ "delete": {
102
+ "title": "Eliminare {{entity}}?",
103
+ "message": "Stai eliminando permanentemente il {{entity}}. Questa operazione non può essere annullata."
104
+ }
105
+ },
106
+ "tableHeaders": {
107
+ "active": "Attivo",
108
+ "details": "Dettagli",
109
+ "createdAt": "Creato il"
110
+ }
111
+ }
112
+ }
@@ -0,0 +1,112 @@
1
+ {
2
+ "neetoWebhooks": {
3
+ "common": {
4
+ "event_one": "イベント",
5
+ "event_other": "イベント",
6
+ "endpoint": "エンドポイント",
7
+ "responseStatus": "レスポンスステータス",
8
+ "webhookWithCount": "{{count}} ウェブフック",
9
+ "webhookWithCount_other": "{{count}} ウェブフック"
10
+ },
11
+ "entity": {
12
+ "webhook": "ウェブフック",
13
+ "configure": "設定"
14
+ },
15
+ "buttons": {
16
+ "save": "保存",
17
+ "saveChanges": "変更を保存",
18
+ "cancel": "キャンセル",
19
+ "delete": "削除",
20
+ "edit": "編集",
21
+ "viewDetails": "詳細を表示",
22
+ "regenerate": "再生成",
23
+ "generateSecretKey": "秘密鍵を生成"
24
+ },
25
+ "errors": {
26
+ "webhook": {
27
+ "required": "エンドポイントURLを入力してください",
28
+ "invalidUrl": "有効なURLを入力してください",
29
+ "invalidUrlProtocol": "有効なURLを入力してください。URLはhttpまたはhttpsで始まる必要があります",
30
+ "urlNotUnique": "エンドポイントURLは一意である必要があります",
31
+ "events": {
32
+ "required": "少なくとも1つのウェブフックイベントを選択してください"
33
+ }
34
+ }
35
+ },
36
+ "delivery": {
37
+ "title": "配信",
38
+ "redeliver": "再配信",
39
+ "redelivery": "再配信",
40
+ "request": "リクエスト",
41
+ "response": "レスポンス",
42
+ "header": "ヘッダー",
43
+ "body": "ボディ",
44
+ "payload": "ペイロード",
45
+ "deliveryId": "配信ID",
46
+ "sid": "ID",
47
+ "helpDescription": "ウェブフックで指定されたエンドポイントとやりとりした際に受信したレスポンスに関する詳細。",
48
+ "empty": {
49
+ "title": "表示する配信はありません。",
50
+ "description": "このウェブフックに送信されたイベントはありません"
51
+ }
52
+ },
53
+ "webhook": {
54
+ "title": "ウェブフック",
55
+ "description": "すべての新しいアクションイベントの詳細が設定されたウェブフックURLに投稿されます",
56
+ "helpDescription": "指定されたイベントが発生したときにウェブフックを受け取ります。",
57
+ "empty": "表示するウェブフックはありません。",
58
+ "emptyHelpText": "ウェブフックとは何ですか?",
59
+ "add": "新しいウェブフックを追加",
60
+ "endpoint": "エンドポイント",
61
+ "event_one": "イベント",
62
+ "event_other": "イベント",
63
+ "endpointPlaceholder": "エンドポイントURLを入力",
64
+ "eventPlaceholder": "ウェブフックイベントを選択",
65
+ "secret": "秘密鍵(任意)",
66
+ "secretkeyHelpTitle": "ウェブフックリクエストの保護",
67
+ "secretkeyHelpDescription": "秘密鍵を追加することで、ウェブフックリクエストが実際にneetoから送信されたものであることを確認できます。",
68
+ "secretPlaceholder": "秘密鍵を入力",
69
+ "edit": "ウェブフックを編集",
70
+ "active": "アクティブ",
71
+ "activeStatuses": {
72
+ "active": "アクティブ",
73
+ "inactive": "非アクティブ"
74
+ },
75
+ "statusActiveHelpDescription": "このウェブフックは現在アクティブです。非アクティブにするには切り替えます。",
76
+ "statusInactiveHelpDescription": "このウェブフックは現在非アクティブです。アクティブにするには切り替えます。",
77
+ "version": "バージョン",
78
+ "versionStatus": {
79
+ "expired": {
80
+ "title": "ウェブフックは期限切れです",
81
+ "message": "このウェブフックバージョンは期限切れで編集できません。削除のみが許可されます。"
82
+ },
83
+ "deprecated": {
84
+ "title": "ウェブフックは非推奨",
85
+ "message": "このウェブフックバージョンは非推奨で編集できません。削除のみが許可されます。"
86
+ },
87
+ "expiresIn": {
88
+ "days": "{{count}} 日以内に期限切れ",
89
+ "days_other": "{{count}} 日以内に期限切れ",
90
+ "hoursAndMinutes": "{{hours}} 時間{{hoursPlural}} と {{minutes}} 分{{minutesPlural}} 内に期限切れ"
91
+ },
92
+ "expiredOn": "{{date}} に期限切れ",
93
+ "moreDetails": "詳細"
94
+ }
95
+ },
96
+ "operation": {
97
+ "edit": "編集",
98
+ "delete": "削除"
99
+ },
100
+ "alert": {
101
+ "delete": {
102
+ "title": "{{entity}} を削除しますか?",
103
+ "message": "{{entity}} を永久に削除します。元に戻すことはできません。"
104
+ }
105
+ },
106
+ "tableHeaders": {
107
+ "active": "アクティブ",
108
+ "details": "詳細",
109
+ "createdAt": "作成日時"
110
+ }
111
+ }
112
+ }
@@ -0,0 +1,112 @@
1
+ {
2
+ "neetoWebhooks": {
3
+ "common": {
4
+ "event_one": "이벤트",
5
+ "event_other": "이벤트들",
6
+ "endpoint": "엔드포인트",
7
+ "responseStatus": "응답 상태",
8
+ "webhookWithCount": "{{count}} 웹훅",
9
+ "webhookWithCount_other": "{{count}} 웹훅들"
10
+ },
11
+ "entity": {
12
+ "webhook": "웹훅",
13
+ "configure": "구성"
14
+ },
15
+ "buttons": {
16
+ "save": "저장",
17
+ "saveChanges": "변경 사항 저장",
18
+ "cancel": "취소",
19
+ "delete": "삭제",
20
+ "edit": "편집",
21
+ "viewDetails": "세부 정보 보기",
22
+ "regenerate": "재생성",
23
+ "generateSecretKey": "비밀 키 생성"
24
+ },
25
+ "errors": {
26
+ "webhook": {
27
+ "required": "엔드포인트 URL을 입력하세요",
28
+ "invalidUrl": "유효한 URL을 입력하세요",
29
+ "invalidUrlProtocol": "유효한 URL을 입력하세요. URL은 http 또는 https로 시작해야 합니다",
30
+ "urlNotUnique": "엔드포인트 URL은 고유해야 합니다",
31
+ "events": {
32
+ "required": "최소한 하나의 웹훅 이벤트를 선택하세요"
33
+ }
34
+ }
35
+ },
36
+ "delivery": {
37
+ "title": "전송",
38
+ "redeliver": "재전송",
39
+ "redelivery": "재전송",
40
+ "request": "요청",
41
+ "response": "응답",
42
+ "header": "헤더",
43
+ "body": "본문",
44
+ "payload": "페이로드",
45
+ "deliveryId": "전송 ID",
46
+ "sid": "ID",
47
+ "helpDescription": "웹훅에 지정된 엔드포인트와 상호작용할 때 수신한 응답에 대한 세부정보입니다.",
48
+ "empty": {
49
+ "title": "표시할 전송이 없습니다.",
50
+ "description": "이 웹훅으로 전송된 이벤트가 없습니다."
51
+ }
52
+ },
53
+ "webhook": {
54
+ "title": "웹훅",
55
+ "description": "모든 새로운 액션 이벤트 세부정보가 구성된 웹훅 URL에 게시됩니다.",
56
+ "helpDescription": "지정된 이벤트가 발생할 때 웹훅을 수신합니다.",
57
+ "empty": "표시할 웹훅이 없습니다.",
58
+ "emptyHelpText": "웹훅이란?",
59
+ "add": "새 웹훅 추가",
60
+ "endpoint": "엔드포인트",
61
+ "event_one": "이벤트",
62
+ "event_other": "이벤트들",
63
+ "endpointPlaceholder": "엔드포인트 URL 입력",
64
+ "eventPlaceholder": "웹훅 이벤트 선택",
65
+ "secret": "비밀 키 (선택 사항)",
66
+ "secretkeyHelpTitle": "웹훅 요청 보안",
67
+ "secretkeyHelpDescription": "비밀 키를 추가하면 웹훅 요청이 실제로 neeto에서 전송되었는지 확인할 수 있습니다.",
68
+ "secretPlaceholder": "비밀 키 입력",
69
+ "edit": "웹훅 편집",
70
+ "active": "활성",
71
+ "activeStatuses": {
72
+ "active": "활성",
73
+ "inactive": "비활성"
74
+ },
75
+ "statusActiveHelpDescription": "웹훅이 현재 활성 상태입니다. 비활성화하려면 전환하세요.",
76
+ "statusInactiveHelpDescription": "웹훅이 현재 비활성 상태입니다. 활성화하려면 전환하세요.",
77
+ "version": "버전",
78
+ "versionStatus": {
79
+ "expired": {
80
+ "title": "웹훅 만료",
81
+ "message": "이 웹훅 버전은 만료되어 편집할 수 없습니다. 삭제만 가능합니다."
82
+ },
83
+ "deprecated": {
84
+ "title": "웹훅 사용 중단",
85
+ "message": "이 웹훅 버전은 사용 중단되어 편집할 수 없습니다. 삭제만 가능합니다."
86
+ },
87
+ "expiresIn": {
88
+ "days": "{{count}} 일 후 만료",
89
+ "days_other": "{{count}} 일 후 만료",
90
+ "hoursAndMinutes": "{{hours}} 시간{{hoursPlural}} 및 {{minutes}} 분{{minutesPlural}} 후 만료"
91
+ },
92
+ "expiredOn": "{{date}}에 만료됨",
93
+ "moreDetails": "자세한 정보."
94
+ }
95
+ },
96
+ "operation": {
97
+ "edit": "편집",
98
+ "delete": "삭제"
99
+ },
100
+ "alert": {
101
+ "delete": {
102
+ "title": "{{entity}}를 삭제하시겠습니까?",
103
+ "message": "이 {{entity}}를 영구적으로 삭제합니다. 이 작업은 취소할 수 없습니다."
104
+ }
105
+ },
106
+ "tableHeaders": {
107
+ "active": "활성",
108
+ "details": "세부정보",
109
+ "createdAt": "생성일"
110
+ }
111
+ }
112
+ }
@@ -0,0 +1,112 @@
1
+ {
2
+ "neetoWebhooks": {
3
+ "common": {
4
+ "event_one": "Evenement",
5
+ "event_other": "Evenementen",
6
+ "endpoint": "Eindpunt",
7
+ "responseStatus": "Antwoordstatus",
8
+ "webhookWithCount": "{{count}} Webhook",
9
+ "webhookWithCount_other": "{{count}} Webhooks"
10
+ },
11
+ "entity": {
12
+ "webhook": "webhook",
13
+ "configure": "Configureren"
14
+ },
15
+ "buttons": {
16
+ "save": "Opslaan",
17
+ "saveChanges": "Wijzigingen opslaan",
18
+ "cancel": "Annuleren",
19
+ "delete": "Verwijderen",
20
+ "edit": "Bewerken",
21
+ "viewDetails": "Bekijk details",
22
+ "regenerate": "Regenereren",
23
+ "generateSecretKey": "Genereer geheime sleutel"
24
+ },
25
+ "errors": {
26
+ "webhook": {
27
+ "required": "Voer uw eindpunt-URL in",
28
+ "invalidUrl": "Voer een geldige URL in",
29
+ "invalidUrlProtocol": "Voer een geldige URL in. URL moet beginnen met http of https",
30
+ "urlNotUnique": "Eindpunt-URL moet uniek zijn",
31
+ "events": {
32
+ "required": "Selecteer ten minste één webhook evenement"
33
+ }
34
+ }
35
+ },
36
+ "delivery": {
37
+ "title": "Leveringen",
38
+ "redeliver": "Opnieuw leveren",
39
+ "redelivery": "herlevering",
40
+ "request": "Verzoek",
41
+ "response": "Antwoord",
42
+ "header": "Kop",
43
+ "body": "Lichaam",
44
+ "payload": "Payload",
45
+ "deliveryId": "Leverings-ID",
46
+ "sid": "ID",
47
+ "helpDescription": "Gegevens met betrekking tot het ontvangen antwoord wanneer het product interactie heeft met het opgegeven eindpunt in de webhook.",
48
+ "empty": {
49
+ "title": "Er zijn geen leveringen om weer te geven.",
50
+ "description": "Er zijn geen evenementen naar deze webhook verzonden"
51
+ }
52
+ },
53
+ "webhook": {
54
+ "title": "Webhooks",
55
+ "description": "Alle nieuwe actie-evenementdetails worden gepost naar de geconfigureerde webhook-URL's",
56
+ "helpDescription": "Ontvang een webhook wanneer de opgegeven evenementen plaatsvinden.",
57
+ "empty": "Er zijn geen webhooks om weer te geven.",
58
+ "emptyHelpText": "Wat zijn webhooks?",
59
+ "add": "Voeg nieuwe webhook toe",
60
+ "endpoint": "Eindpunt",
61
+ "event_one": "Evenement",
62
+ "event_other": "Evenementen",
63
+ "endpointPlaceholder": "Voer eindpunt-URL in",
64
+ "eventPlaceholder": "Selecteer webhook evenementen",
65
+ "secret": "Geheime sleutel (optioneel)",
66
+ "secretkeyHelpTitle": "Beveiliging van webhook-verzoeken",
67
+ "secretkeyHelpDescription": "Een geheime sleutel toevoegen helpt u te verifiëren dat het webhook-verzoek daadwerkelijk van neeto werd verzonden.",
68
+ "secretPlaceholder": "Voer geheime sleutel in",
69
+ "edit": "Bewerk Webhook",
70
+ "active": "Actief",
71
+ "activeStatuses": {
72
+ "active": "Actief",
73
+ "inactive": "Inactief"
74
+ },
75
+ "statusActiveHelpDescription": "De webhook is momenteel actief. Schakel om deze inactief te maken.",
76
+ "statusInactiveHelpDescription": "De webhook is momenteel inactief. Schakel om deze actief te maken.",
77
+ "version": "Versie",
78
+ "versionStatus": {
79
+ "expired": {
80
+ "title": "Webhook Verlopen",
81
+ "message": "Deze webhookversie is verlopen en kan niet worden bewerkt. Alleen verwijdering is toegestaan."
82
+ },
83
+ "deprecated": {
84
+ "title": "Webhook Gedeprecieerd",
85
+ "message": "Deze webhookversie is gedeprecieerd en kan niet worden bewerkt. Alleen verwijdering is toegestaan."
86
+ },
87
+ "expiresIn": {
88
+ "days": "Verloopt over {{count}} dag",
89
+ "days_other": "Verloopt over {{count}} dagen",
90
+ "hoursAndMinutes": "Verloopt over {{hours}} uur{{hoursPlural}} en {{minutes}} minuut{{minutesPlural}}"
91
+ },
92
+ "expiredOn": "Verlopen op {{date}}",
93
+ "moreDetails": "Meer details."
94
+ }
95
+ },
96
+ "operation": {
97
+ "edit": "Bewerken",
98
+ "delete": "Verwijderen"
99
+ },
100
+ "alert": {
101
+ "delete": {
102
+ "title": "Verwijderen {{entity}}?",
103
+ "message": "U verwijdert permanent de {{entity}}. Dit kan niet ongedaan worden gemaakt."
104
+ }
105
+ },
106
+ "tableHeaders": {
107
+ "active": "Actief",
108
+ "details": "Details",
109
+ "createdAt": "Gemaakt op"
110
+ }
111
+ }
112
+ }