@bigbinary/neeto-integrations-frontend 4.0.8 → 4.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.
Files changed (34) hide show
  1. package/app/javascript/src/translations/ar.json +127 -0
  2. package/app/javascript/src/translations/bg.json +127 -0
  3. package/app/javascript/src/translations/ca.json +127 -0
  4. package/app/javascript/src/translations/cs.json +127 -0
  5. package/app/javascript/src/translations/da.json +127 -0
  6. package/app/javascript/src/translations/de.json +127 -0
  7. package/app/javascript/src/translations/es-MX.json +127 -0
  8. package/app/javascript/src/translations/es.json +127 -0
  9. package/app/javascript/src/translations/et.json +127 -0
  10. package/app/javascript/src/translations/fi.json +127 -0
  11. package/app/javascript/src/translations/fil.json +127 -0
  12. package/app/javascript/src/translations/fr.json +127 -0
  13. package/app/javascript/src/translations/hi.json +127 -0
  14. package/app/javascript/src/translations/hr.json +127 -0
  15. package/app/javascript/src/translations/id.json +127 -0
  16. package/app/javascript/src/translations/it.json +127 -0
  17. package/app/javascript/src/translations/ja.json +127 -0
  18. package/app/javascript/src/translations/ko.json +127 -0
  19. package/app/javascript/src/translations/nl.json +127 -0
  20. package/app/javascript/src/translations/pl.json +127 -0
  21. package/app/javascript/src/translations/pt-BR.json +127 -0
  22. package/app/javascript/src/translations/pt.json +127 -0
  23. package/app/javascript/src/translations/ro.json +127 -0
  24. package/app/javascript/src/translations/ru.json +127 -0
  25. package/app/javascript/src/translations/sk.json +127 -0
  26. package/app/javascript/src/translations/sl.json +127 -0
  27. package/app/javascript/src/translations/sv.json +127 -0
  28. package/app/javascript/src/translations/th.json +127 -0
  29. package/app/javascript/src/translations/tr.json +127 -0
  30. package/app/javascript/src/translations/uk.json +127 -0
  31. package/app/javascript/src/translations/vi.json +127 -0
  32. package/app/javascript/src/translations/zh-CN.json +127 -0
  33. package/app/javascript/src/translations/zh-TW.json +127 -0
  34. package/package.json +13 -13
@@ -0,0 +1,127 @@
1
+ {
2
+ "neetoIntegrations": {
3
+ "common": {
4
+ "continue": "Fortfahren",
5
+ "connect": "Verbinden",
6
+ "connected": "Verbunden",
7
+ "manage": "Verwalten",
8
+ "disconnect": "Trennen",
9
+ "finish": "Fertigstellen",
10
+ "required": "Erforderlich",
11
+ "delete": "Löschen",
12
+ "tryAgain": "Erneut versuchen",
13
+ "verify": "Überprüfen",
14
+ "phNo": "Telefonnummer",
15
+ "saveChanges": "Änderungen speichern",
16
+ "disconnectIntegration": "Integration {{integration, anyCase}} trennen",
17
+ "connectIntegration": "Integration {{integration, anyCase}} verbinden",
18
+ "manageIntegration": "Integration {{integration, anyCase}} verwalten",
19
+ "helpDocUrl": "Um zu lernen, wie Sie die Integration {{integration, anyCase}} verwenden, besuchen Sie diesen <helpLink>Hilfsartikel</helpLink>."
20
+ },
21
+ "errors": {
22
+ "required": "{{entity}} ist erforderlich"
23
+ },
24
+ "tags": {
25
+ "connected": "Verbunden",
26
+ "expired": "Abgelaufen"
27
+ },
28
+ "tooltip": {
29
+ "integrationNotAvailable": "Diese Integration ist momentan nicht verfügbar."
30
+ },
31
+ "demo": {
32
+ "title": "Überprüfen Sie, wie es sich verhält",
33
+ "subtitle": "Sehen Sie sich das folgende Video an, um zu verstehen, wie Sie diese Integration nutzen können:",
34
+ "iFrameTitle": "Sehen Sie sich dieses Video an, um die Integration zu nutzen"
35
+ },
36
+ "walkthroughModal": {
37
+ "header": "Überprüfen Sie, wie es sich verhält",
38
+ "continue": "Fortfahren"
39
+ },
40
+ "zapier": {
41
+ "apiKeys": "API-Schlüssel",
42
+ "copyApiKey": "API-Schlüssel kopieren",
43
+ "emptyText": "Erzeugen Sie einen API-Schlüssel, um eine Verbindung zur Zapier-Plattform herzustellen.",
44
+ "generateApiKey": "API-Schlüssel generieren",
45
+ "labelInputPlaceholder": "Geben Sie ein Label für den neuen API-Schlüssel ein",
46
+ "tableColumns": {
47
+ "createdAt": "Erstellt am",
48
+ "label": "Label"
49
+ },
50
+ "newApiKeyInstruction": "Hier ist Ihr Zapier API-Schlüssel. Stellen Sie sicher, dass Sie den API-Schlüssel jetzt kopieren, da der API-Schlüssel nicht erneut angezeigt wird. Wenn Sie den API-Schlüssel verlieren, können Sie jederzeit einen neuen API-Schlüssel generieren.",
51
+ "tableTitle": "Früher generierte API-Schlüssel",
52
+ "deleteApiKey": {
53
+ "title": "API-Schlüssel löschen?",
54
+ "message": "Sie löschen den API-Schlüssel <strong>{{key}}</strong> dauerhaft. Alle zugehörigen Zaps mit diesem API-Schlüssel werden deaktiviert. Dies kann nicht rückgängig gemacht werden."
55
+ },
56
+ "walkthroughText": "Überprüfen Sie, wie es sich verhält",
57
+ "helpDoc": "Hilfedokument",
58
+ "label": {
59
+ "required": "Label ist erforderlich",
60
+ "noBlankSpaces": "Label darf keine Leerzeichen enthalten"
61
+ },
62
+ "learnMore": "Mehr erfahren"
63
+ },
64
+ "twilio": {
65
+ "sid": "SID",
66
+ "authToken": "Auth-Token",
67
+ "validations": {
68
+ "sidReq": "SID ist erforderlich",
69
+ "authTokenReq": "Auth-Token ist erforderlich",
70
+ "phNumReq": "Telefonnummer ist erforderlich"
71
+ },
72
+ "smsConfiguration": {
73
+ "invalidCredentials": "Die Twilio-Anmeldeinformationen sind ungültig",
74
+ "invalidPhoneNumberConfig": "Die Telefonnummer von Twilio ist ungültig"
75
+ }
76
+ },
77
+ "steps": {
78
+ "configure": "Konfigurieren"
79
+ },
80
+ "daily": {
81
+ "title": "Daily.co",
82
+ "description": "Fügen Sie daily.co-Links zu Ihren über {{appName, anyCase}} gebuchten Meetings hinzu.",
83
+ "apiKey": "API-Schlüssel",
84
+ "helpDoc": "Daily.co ist eine Plattform für Videokonferenzen. Integrieren Sie es, um Online-Meetings zu veranstalten. <videoLink>Überprüfen Sie, wie es sich verhält</videoLink>",
85
+ "yourApiKey": "Sie sind mit Daily.co verbunden mit dem API-Schlüssel: <wrapper><span>{{apiKey, anyCase}}</span><copy /></wrapper>",
86
+ "connect": {
87
+ "account": "Ihr Daily.co-Konto verbinden",
88
+ "title": "Daily.co verbinden"
89
+ },
90
+ "connected": "Sie sind mit Daily.co verbunden",
91
+ "disconnect": {
92
+ "title": "Die Verbindung zur Daily.co-Integration trennen?",
93
+ "message": "Diese Aktion trennt die Daily.co-Integration."
94
+ },
95
+ "walkthroughText": "Überprüfen Sie, wie es sich verhält"
96
+ },
97
+ "browserTitles": {
98
+ "integrations": {
99
+ "dailyco": "Daily Co"
100
+ }
101
+ },
102
+ "zoom": {
103
+ "title": "Zoom",
104
+ "description": "Fügen Sie Zoom-Videolinks zu Ihren über {{appName, anyCase}} gebuchten Meetings hinzu.",
105
+ "connect": "Verbinden Sie Ihr Zoom-Konto",
106
+ "connected": "Sie sind mit Zoom verbunden",
107
+ "account": "Ihre verbundene E-Mail ist <underline>{{email}}</underline>.",
108
+ "disconnect": {
109
+ "title": "Die Verbindung zur Zoom-Integration trennen?",
110
+ "message": "Diese Aktion trennt die Zoom-Integration."
111
+ }
112
+ },
113
+ "google": {
114
+ "connect": {
115
+ "title": "Ihr Google-Konto verbinden",
116
+ "signIn": "Mit Google anmelden",
117
+ "reminderToAcceptPermissions": "Beim Verbinden mit Ihrem Google-Konto stellen Sie bitte sicher, dass Sie <strong> das Kontrollkästchen auswählen </strong>, das der App Zugriff auf Ihren Google Kalender gewährt, nachdem Sie auf die Schaltfläche 'Mit Google anmelden' geklickt haben. Dieses Kontrollkästchen finden Sie im Berechtigungsanfrage-Bildschirm, wie im Bild unten gezeigt.",
118
+ "selectCheckbox": "das Kontrollkästchen auswählen"
119
+ },
120
+ "finish": {
121
+ "title": "Das Google-Konto wurde erfolgreich in neetoCal integriert"
122
+ },
123
+ "calendar": "Google Kalender",
124
+ "statusForbidden": "Ein unbekannter Fehler ist in Ihrer Google-Integration aufgetreten, bitte verbinden Sie sich erneut."
125
+ }
126
+ }
127
+ }
@@ -0,0 +1,127 @@
1
+ {
2
+ "neetoIntegrations": {
3
+ "common": {
4
+ "continue": "Continuar",
5
+ "connect": "Conectar",
6
+ "connected": "Conectado",
7
+ "manage": "Gestionar",
8
+ "disconnect": "Desconectar",
9
+ "finish": "Finalizar",
10
+ "required": "Requerido",
11
+ "delete": "Eliminar",
12
+ "tryAgain": "Intentar de nuevo",
13
+ "verify": "Verificar",
14
+ "phNo": "Número de teléfono",
15
+ "saveChanges": "Guardar cambios",
16
+ "disconnectIntegration": "Desconectar {{integration, anyCase}}",
17
+ "connectIntegration": "Conectar {{integration, anyCase}}",
18
+ "manageIntegration": "Gestionar {{integration, anyCase}}",
19
+ "helpDocUrl": "Para aprender cómo utilizar la integración de {{integration, anyCase}}, visita este <helpLink>artículo de ayuda</helpLink>."
20
+ },
21
+ "errors": {
22
+ "required": "{{entity}} es requerido"
23
+ },
24
+ "tags": {
25
+ "connected": "Conectado",
26
+ "expired": "Expirado"
27
+ },
28
+ "tooltip": {
29
+ "integrationNotAvailable": "Esta integración no está disponible en este momento."
30
+ },
31
+ "demo": {
32
+ "title": "Verifica cómo se comporta",
33
+ "subtitle": "Mira el siguiente video para entender cómo puedes utilizar esta integración:",
34
+ "iFrameTitle": "Mira este video para utilizar la integración"
35
+ },
36
+ "walkthroughModal": {
37
+ "header": "Verifica cómo se comporta",
38
+ "continue": "Continuar"
39
+ },
40
+ "zapier": {
41
+ "apiKeys": "Claves API",
42
+ "copyApiKey": "Copiar clave API",
43
+ "emptyText": "Genera una clave API para conectar a la plataforma Zapier.",
44
+ "generateApiKey": "Generar clave API",
45
+ "labelInputPlaceholder": "Ingresa una etiqueta para la nueva clave API",
46
+ "tableColumns": {
47
+ "createdAt": "Creado el",
48
+ "label": "Etiqueta"
49
+ },
50
+ "newApiKeyInstruction": "Aquí está tu clave API de Zapier. Asegúrate de copiar la clave API ahora, ya que no se mostrará de nuevo. Si pierdes la clave API, puedes generar una nueva clave API en cualquier momento.",
51
+ "tableTitle": "Claves API generadas previamente",
52
+ "deleteApiKey": {
53
+ "title": "¿Eliminar clave API?",
54
+ "message": "Estás eliminando permanentemente la clave API <strong>{{key}}</strong>. Todos los Zaps asociados con esta clave API se desactivarán. Esto no se puede revertir."
55
+ },
56
+ "walkthroughText": "Verifica cómo se comporta",
57
+ "helpDoc": "Documentación de ayuda",
58
+ "label": {
59
+ "required": "La etiqueta es requerida",
60
+ "noBlankSpaces": "La etiqueta no debe contener espacios en blanco"
61
+ },
62
+ "learnMore": "Aprender más"
63
+ },
64
+ "twilio": {
65
+ "sid": "SID",
66
+ "authToken": "Token de autenticación",
67
+ "validations": {
68
+ "sidReq": "SID es requerido",
69
+ "authTokenReq": "El token de autenticación es requerido",
70
+ "phNumReq": "El número de teléfono es requerido"
71
+ },
72
+ "smsConfiguration": {
73
+ "invalidCredentials": "Las credenciales de Twilio son inválidas",
74
+ "invalidPhoneNumberConfig": "El número de teléfono de Twilio es inválido"
75
+ }
76
+ },
77
+ "steps": {
78
+ "configure": "Configurar"
79
+ },
80
+ "daily": {
81
+ "title": "Daily.co",
82
+ "description": "Incluye enlaces de daily.co en tus reuniones programadas utilizando {{appName, anyCase}}.",
83
+ "apiKey": "Clave API",
84
+ "helpDoc": "Daily.co es una plataforma de videoconferencia. Integralo para realizar reuniones en línea. <videoLink>Verifica cómo se comporta</videoLink>",
85
+ "yourApiKey": "Estás conectado a Daily.co con la clave API: <wrapper><span>{{apiKey, anyCase}}</span><copy /></wrapper>",
86
+ "connect": {
87
+ "account": "Conectar tu cuenta de Daily.co",
88
+ "title": "Conectar Daily.co"
89
+ },
90
+ "connected": "Estás conectado a Daily.co",
91
+ "disconnect": {
92
+ "title": "¿Desconectar integración de Daily.co?",
93
+ "message": "Esta acción desconectará la integración de Daily.co."
94
+ },
95
+ "walkthroughText": "Verifica cómo se comporta"
96
+ },
97
+ "browserTitles": {
98
+ "integrations": {
99
+ "dailyco": "Daily Co"
100
+ }
101
+ },
102
+ "zoom": {
103
+ "title": "Zoom",
104
+ "description": "Incluye enlaces de video de Zoom en tus reuniones programadas utilizando {{appName, anyCase}}.",
105
+ "connect": "Conectar tu cuenta de Zoom",
106
+ "connected": "Estás conectado a Zoom",
107
+ "account": "Tu correo electrónico conectado es <underline>{{email}}</underline>.",
108
+ "disconnect": {
109
+ "title": "¿Desconectar integración de Zoom?",
110
+ "message": "Esta acción desconectará la integración de Zoom."
111
+ }
112
+ },
113
+ "google": {
114
+ "connect": {
115
+ "title": "Conectar tu cuenta de Google",
116
+ "signIn": "Iniciar sesión con Google",
117
+ "reminderToAcceptPermissions": "Al conectar a tu cuenta de Google, asegúrate de <strong>selectar la casilla</strong> que otorga acceso a la app a tu Calendario de Google después de hacer clic en el botón 'Iniciar sesión con Google'. Esta casilla se puede encontrar en la pantalla de solicitud de permisos como se muestra en la imagen a continuación.",
118
+ "selectCheckbox": "seleccionar la casilla"
119
+ },
120
+ "finish": {
121
+ "title": "La cuenta de Google se ha integrado exitosamente a neetoCal"
122
+ },
123
+ "calendar": "Calendario de Google",
124
+ "statusForbidden": "Ocurrió un error desconocido en tu integración de Google, por favor vuelve a conectar."
125
+ }
126
+ }
127
+ }
@@ -0,0 +1,127 @@
1
+ {
2
+ "neetoIntegrations": {
3
+ "common": {
4
+ "continue": "Continuar",
5
+ "connect": "Conectar",
6
+ "connected": "Conectado",
7
+ "manage": "Administrar",
8
+ "disconnect": "Desconectar",
9
+ "finish": "Finalizar",
10
+ "required": "Requerido",
11
+ "delete": "Eliminar",
12
+ "tryAgain": "Intentar de nuevo",
13
+ "verify": "Verificar",
14
+ "phNo": "Número de teléfono",
15
+ "saveChanges": "Guardar cambios",
16
+ "disconnectIntegration": "Desconectar {{integration, anyCase}}",
17
+ "connectIntegration": "Conectar {{integration, anyCase}}",
18
+ "manageIntegration": "Administrar {{integration, anyCase}}",
19
+ "helpDocUrl": "Para aprender a usar la integración de {{integration, anyCase}} visita este <helpLink>artículo de ayuda</helpLink>."
20
+ },
21
+ "errors": {
22
+ "required": "{{entity}} es requerido"
23
+ },
24
+ "tags": {
25
+ "connected": "Conectado",
26
+ "expired": "Caducado"
27
+ },
28
+ "tooltip": {
29
+ "integrationNotAvailable": "Esta integración no está disponible en este momento."
30
+ },
31
+ "demo": {
32
+ "title": "Verifica cómo se comporta",
33
+ "subtitle": "Mira el siguiente video para entender cómo puedes utilizar esta integración:",
34
+ "iFrameTitle": "Mira este video para utilizar la integración"
35
+ },
36
+ "walkthroughModal": {
37
+ "header": "Verifica cómo se comporta",
38
+ "continue": "Continuar"
39
+ },
40
+ "zapier": {
41
+ "apiKeys": "Claves API",
42
+ "copyApiKey": "Copiar clave API",
43
+ "emptyText": "Genera una clave API para conectar a la plataforma Zapier.",
44
+ "generateApiKey": "Generar clave API",
45
+ "labelInputPlaceholder": "Ingresa una etiqueta para la nueva clave API",
46
+ "tableColumns": {
47
+ "createdAt": "Creado el",
48
+ "label": "Etiqueta"
49
+ },
50
+ "newApiKeyInstruction": "Aquí está tu clave API de Zapier. Asegúrate de copiar la clave API ahora, ya que no se mostrará nuevamente. Si pierdes la clave API, puedes generar una nueva clave API en cualquier momento.",
51
+ "tableTitle": "Claves API generadas previamente",
52
+ "deleteApiKey": {
53
+ "title": "¿Eliminar clave API?",
54
+ "message": "Estás eliminando permanentemente la clave API <strong>{{key}}</strong>. Todos los Zaps asociados con esta clave API se desactivarán. Esto no se puede deshacer."
55
+ },
56
+ "walkthroughText": "Verifica cómo se comporta",
57
+ "helpDoc": "Documento de ayuda",
58
+ "label": {
59
+ "required": "La etiqueta es requerida",
60
+ "noBlankSpaces": "La etiqueta no debe contener espacios en blanco"
61
+ },
62
+ "learnMore": "Aprende más"
63
+ },
64
+ "twilio": {
65
+ "sid": "SID",
66
+ "authToken": "Token de autorización",
67
+ "validations": {
68
+ "sidReq": "El SID es requerido",
69
+ "authTokenReq": "El token de autorización es requerido",
70
+ "phNumReq": "El número de teléfono es requerido"
71
+ },
72
+ "smsConfiguration": {
73
+ "invalidCredentials": "Las credenciales de Twilio son inválidas",
74
+ "invalidPhoneNumberConfig": "El número de teléfono de Twilio es inválido"
75
+ }
76
+ },
77
+ "steps": {
78
+ "configure": "Configurar"
79
+ },
80
+ "daily": {
81
+ "title": "Daily.co",
82
+ "description": "Incluye enlaces de daily.co en tus reuniones programadas usando {{appName, anyCase}}.",
83
+ "apiKey": "Clave API",
84
+ "helpDoc": "Daily.co es una plataforma de videoconferencia. Integra para realizar reuniones en línea. <videoLink>Verifica cómo se comporta</videoLink>",
85
+ "yourApiKey": "Estás conectado a Daily.co con la clave API: <wrapper><span>{{apiKey, anyCase}}</span><copy /></wrapper>",
86
+ "connect": {
87
+ "account": "Conecta tu cuenta de Daily.co",
88
+ "title": "Conectar Daily.co"
89
+ },
90
+ "connected": "Estás conectado a Daily.co",
91
+ "disconnect": {
92
+ "title": "¿Desconectar la integración de Daily.co?",
93
+ "message": "Esta acción desconectará la integración de Daily.co."
94
+ },
95
+ "walkthroughText": "Verifica cómo se comporta"
96
+ },
97
+ "browserTitles": {
98
+ "integrations": {
99
+ "dailyco": "Daily Co"
100
+ }
101
+ },
102
+ "zoom": {
103
+ "title": "Zoom",
104
+ "description": "Incluye enlaces de video de Zoom en tus reuniones programadas usando {{appName, anyCase}}.",
105
+ "connect": "Conecta tu cuenta de Zoom",
106
+ "connected": "Estás conectado a Zoom",
107
+ "account": "Tu correo conectado es <underline>{{email}}</underline>.",
108
+ "disconnect": {
109
+ "title": "¿Desconectar la integración de Zoom?",
110
+ "message": "Esta acción desconectará la integración de Zoom."
111
+ }
112
+ },
113
+ "google": {
114
+ "connect": {
115
+ "title": "Conecta tu cuenta de Google",
116
+ "signIn": "Iniciar sesión con Google",
117
+ "reminderToAcceptPermissions": "Al conectarte a tu cuenta de Google, asegúrate de <strong> seleccionar la casilla </strong> que otorga acceso a la aplicación a tu Google Calendar después de hacer clic en el botón 'Iniciar sesión con Google'. Esta casilla se encuentra en la pantalla de solicitud de permisos como se muestra en la imagen a continuación.",
118
+ "selectCheckbox": "seleccionar la casilla"
119
+ },
120
+ "finish": {
121
+ "title": "La cuenta de Google se ha integrado correctamente a neetoCal"
122
+ },
123
+ "calendar": "Calendario de Google",
124
+ "statusForbidden": "Ocurrió un error desconocido en tu integración de Google, por favor reconéctate."
125
+ }
126
+ }
127
+ }
@@ -0,0 +1,127 @@
1
+ {
2
+ "neetoIntegrations": {
3
+ "common": {
4
+ "continue": "Jätka",
5
+ "connect": "Ühenda",
6
+ "connected": "Ühendatud",
7
+ "manage": "Halda",
8
+ "disconnect": "Ühendus katkestada",
9
+ "finish": "Lõpeta",
10
+ "required": "Nõutud",
11
+ "delete": "Kustuta",
12
+ "tryAgain": "Proovi uuesti",
13
+ "verify": "Kontrolli",
14
+ "phNo": "Telefoninumber",
15
+ "saveChanges": "Salvesta muudatused",
16
+ "disconnectIntegration": "Katkesta {{integration, anyCase}}",
17
+ "connectIntegration": "Ühenda {{integration, anyCase}}",
18
+ "manageIntegration": "Halda {{integration, anyCase}}",
19
+ "helpDocUrl": "Külastage seda <helpLink>abiartiklit</helpLink>, et õppida, kuidas kasutada {{integration, anyCase}} integreerimist."
20
+ },
21
+ "errors": {
22
+ "required": "{{entity}} on nõutud"
23
+ },
24
+ "tags": {
25
+ "connected": "Ühendatud",
26
+ "expired": "Aegunud"
27
+ },
28
+ "tooltip": {
29
+ "integrationNotAvailable": "See integreerimine ei ole praegu saadaval."
30
+ },
31
+ "demo": {
32
+ "title": "Kontrollige, kuidas see käitub",
33
+ "subtitle": "Vaadake järgmist videot, et mõista, kuidas saate seda integreerimist kasutada:",
34
+ "iFrameTitle": "Vaadake seda videot, et kasutada integreerimist"
35
+ },
36
+ "walkthroughModal": {
37
+ "header": "Kontrollige, kuidas see käitub",
38
+ "continue": "Jätka"
39
+ },
40
+ "zapier": {
41
+ "apiKeys": "API võtmed",
42
+ "copyApiKey": "Kopeeri API võtme",
43
+ "emptyText": "Looge API võti, et ühendada Zapier platvormiga.",
44
+ "generateApiKey": "Looge API võti",
45
+ "labelInputPlaceholder": "Sisestage uue API võtme silt",
46
+ "tableColumns": {
47
+ "createdAt": "Loodud",
48
+ "label": "Silt"
49
+ },
50
+ "newApiKeyInstruction": "Siin on teie Zapier API võti. Veenduge, et kopeerite API võtme nüüd, kuna API võti ei kuvata enam. Kui te kaotate API võtme, saate igal ajal luua uue API võtme.",
51
+ "tableTitle": "Varem loodud API võtmed",
52
+ "deleteApiKey": {
53
+ "title": "Kas soovite API võtme kustutada?",
54
+ "message": "Te kustutate püsivalt API võtme <strong>{{key}}</strong>. Kõik seotud Zapsid selle API võtmega lülitatakse välja. Seda ei saa tagasi võtta."
55
+ },
56
+ "walkthroughText": "Kontrollige, kuidas see käitub",
57
+ "helpDoc": "Abi dokument",
58
+ "label": {
59
+ "required": "Silt on nõutav",
60
+ "noBlankSpaces": "Silt ei tohi sisaldada tühikuid"
61
+ },
62
+ "learnMore": "Uurige lisaks"
63
+ },
64
+ "twilio": {
65
+ "sid": "SID",
66
+ "authToken": "Autentimisvõti",
67
+ "validations": {
68
+ "sidReq": "SID on nõutud",
69
+ "authTokenReq": "Autentimisvõti on nõutud",
70
+ "phNumReq": "Telefoninumber on nõutud"
71
+ },
72
+ "smsConfiguration": {
73
+ "invalidCredentials": "Twilio mandaalid on kehtetud",
74
+ "invalidPhoneNumberConfig": "Twilio telefoninumber on kehtetu"
75
+ }
76
+ },
77
+ "steps": {
78
+ "configure": "Seadista"
79
+ },
80
+ "daily": {
81
+ "title": "Daily.co",
82
+ "description": "Lisage daily.co lingid kohtumistele, mida broneerite kasutades {{appName, anyCase}}.",
83
+ "apiKey": "API võti",
84
+ "helpDoc": "Daily.co on videokonverentside platvorm. Integreerige see veebikohtumiste hostimiseks. <videoLink>Kontrollige, kuidas see käitub</videoLink>",
85
+ "yourApiKey": "Olete ühendatud Daily.co-ga API võtmega: <wrapper><span>{{apiKey, anyCase}}</span><copy /></wrapper>",
86
+ "connect": {
87
+ "account": "Ühenda oma Daily.co konto",
88
+ "title": "Ühenda Daily.co"
89
+ },
90
+ "connected": "Olete ühendatud Daily.co-ga",
91
+ "disconnect": {
92
+ "title": "Kas soovite Daily.co integreerimise katkestada?",
93
+ "message": "See toiming katkestab Daily.co integreerimise."
94
+ },
95
+ "walkthroughText": "Kontrollige, kuidas see käitub"
96
+ },
97
+ "browserTitles": {
98
+ "integrations": {
99
+ "dailyco": "Daily Co"
100
+ }
101
+ },
102
+ "zoom": {
103
+ "title": "Zoom",
104
+ "description": "Lisage Zoom videolingid kohtumistele, mida broneerite kasutades {{appName, anyCase}}.",
105
+ "connect": "Ühenda oma Zoom konto",
106
+ "connected": "Olete ühendatud Zoomiga",
107
+ "account": "Teie ühendatud e-post on <underline>{{email}}</underline>.",
108
+ "disconnect": {
109
+ "title": "Kas soovite Zoom integreerimise katkestada?",
110
+ "message": "See toiming katkestab Zoom integreerimise."
111
+ }
112
+ },
113
+ "google": {
114
+ "connect": {
115
+ "title": "Ühenda oma Google konto",
116
+ "signIn": "Logi sisse Google'iga",
117
+ "reminderToAcceptPermissions": "Google konto ühendamisel veenduge, et <strong>valite ruudu</strong>, mis annab rakendusele juurdepääsu teie Google Calendarile, pärast 'Logi sisse Google' nuppu. See ruut asub loa taotlemise ekraanil nagu on näidatud alloleval pildil.",
118
+ "selectCheckbox": "valige ruut"
119
+ },
120
+ "finish": {
121
+ "title": "Google konto on edukalt integreeritud neetoCal'iga"
122
+ },
123
+ "calendar": "Google kalender",
124
+ "statusForbidden": "Teie Google integreerimises tekkis tundmatu viga, palun ühenda uuesti."
125
+ }
126
+ }
127
+ }
@@ -0,0 +1,127 @@
1
+ {
2
+ "neetoIntegrations": {
3
+ "common": {
4
+ "continue": "Jatka",
5
+ "connect": "Yhdistä",
6
+ "connected": "Yhdistetty",
7
+ "manage": "Hallitse",
8
+ "disconnect": "Katkaise yhteys",
9
+ "finish": "Valmis",
10
+ "required": "Pakollinen",
11
+ "delete": "Poista",
12
+ "tryAgain": "Yritä uudelleen",
13
+ "verify": "Vahvista",
14
+ "phNo": "Puhelinnumero",
15
+ "saveChanges": "Tallenna muutokset",
16
+ "disconnectIntegration": "Katkaise yhteys {{integration, anyCase}}",
17
+ "connectIntegration": "Yhdistä {{integration, anyCase}}",
18
+ "manageIntegration": "Hallitse {{integration, anyCase}}",
19
+ "helpDocUrl": "Opi käyttämään {{integration, anyCase}} integraatiota vierailemalla tässä <helpLink>ohjeartikkelissa</helpLink>."
20
+ },
21
+ "errors": {
22
+ "required": "{{entity}} on pakollinen"
23
+ },
24
+ "tags": {
25
+ "connected": "Yhdistetty",
26
+ "expired": "Vanhentunut"
27
+ },
28
+ "tooltip": {
29
+ "integrationNotAvailable": "Tämä integraatio ei ole tällä hetkellä saatavilla."
30
+ },
31
+ "demo": {
32
+ "title": "Tarkista, miten se käyttäytyy",
33
+ "subtitle": "Katso seuraava video ymmärtääksesi, miten voit hyödyntää tätä integraatiota:",
34
+ "iFrameTitle": "Katso tämä video hyödyntääksesi integraatiota"
35
+ },
36
+ "walkthroughModal": {
37
+ "header": "Tarkista, miten se käyttäytyy",
38
+ "continue": "Jatka"
39
+ },
40
+ "zapier": {
41
+ "apiKeys": "API-avaimet",
42
+ "copyApiKey": "Kopioi API-avain",
43
+ "emptyText": "Luo API-avain yhdistääksesi Zapier-alustaan.",
44
+ "generateApiKey": "Luo API-avain",
45
+ "labelInputPlaceholder": "Syötä nimi uudelle API-avaimelle",
46
+ "tableColumns": {
47
+ "createdAt": "Luotu",
48
+ "label": "Nimi"
49
+ },
50
+ "newApiKeyInstruction": "Tässä on Zapier API-avain. Varmista, että kopioit API-avaimen nyt, sillä API-avainta ei näytetä uudelleen. Jos menetät API-avaimen, voit luoda uuden API-avaimen milloin tahansa.",
51
+ "tableTitle": "Aiemmin luodut API-avaimet",
52
+ "deleteApiKey": {
53
+ "title": "Poista API-avain?",
54
+ "message": "Olet poistamassa pysyvästi API-avaimen <strong>{{key}}</strong>. Kaikki tähän API-avaimeen liittyvät Zapsit on poistettu käytöstä. Tätä ei voi kumota."
55
+ },
56
+ "walkthroughText": "Tarkista, miten se käyttäytyy",
57
+ "helpDoc": "Ohjeasiakirja",
58
+ "label": {
59
+ "required": "Nimi on pakollinen",
60
+ "noBlankSpaces": "Nimessä ei saa olla tyhjiä välejä"
61
+ },
62
+ "learnMore": "Opettele lisää"
63
+ },
64
+ "twilio": {
65
+ "sid": "SID",
66
+ "authToken": "Käyttöoikeustunnus",
67
+ "validations": {
68
+ "sidReq": "SID on pakollinen",
69
+ "authTokenReq": "Käyttöoikeustunnus on pakollinen",
70
+ "phNumReq": "Puhelinnumero on pakollinen"
71
+ },
72
+ "smsConfiguration": {
73
+ "invalidCredentials": "Twilio-tiedot ovat virheelliset",
74
+ "invalidPhoneNumberConfig": "Twilio-puhelinnumero on virheellinen"
75
+ }
76
+ },
77
+ "steps": {
78
+ "configure": "Määritä"
79
+ },
80
+ "daily": {
81
+ "title": "Daily.co",
82
+ "description": "Sisällytä daily.co linkit kokouksiisi, jotka varautuvat käyttäen {{appName, anyCase}}.",
83
+ "apiKey": "API-avain",
84
+ "helpDoc": "Daily.co on videoneuvottelualusta. Integroi se isännöidäksesi online-kokouksia. <videoLink>Tarkista, miten se käyttäytyy</videoLink>",
85
+ "yourApiKey": "Olet yhdistetty Daily.co:hon API-avaimella: <wrapper><span>{{apiKey, anyCase}}</span><copy /></wrapper>",
86
+ "connect": {
87
+ "account": "Yhdistä Daily.co-tilisi",
88
+ "title": "Yhdistä Daily.co"
89
+ },
90
+ "connected": "Olet yhdistetty Daily.co:hon",
91
+ "disconnect": {
92
+ "title": "Katkaise Daily.co-integraatio?",
93
+ "message": "Tämä toiminto katkaisee Daily.co-integroitumisen."
94
+ },
95
+ "walkthroughText": "Tarkista, miten se käyttäytyy"
96
+ },
97
+ "browserTitles": {
98
+ "integrations": {
99
+ "dailyco": "Daily Co"
100
+ }
101
+ },
102
+ "zoom": {
103
+ "title": "Zoom",
104
+ "description": "Sisällytä Zoom-videolinkit kokouksiisi, jotka varautuvat käyttäen {{appName, anyCase}}.",
105
+ "connect": "Yhdistä Zoom-tilisi",
106
+ "connected": "Olet yhdistetty Zoomiin",
107
+ "account": "Yhteysettävä sähköposti on <underline>{{email}}</underline>.",
108
+ "disconnect": {
109
+ "title": "Katkaise Zoom-integraatio?",
110
+ "message": "Tämä toiminto katkaisee Zoom-integroitumisen."
111
+ }
112
+ },
113
+ "google": {
114
+ "connect": {
115
+ "title": "Yhdistä Google-tilisi",
116
+ "signIn": "Kirjaudu sisään Googlella",
117
+ "reminderToAcceptPermissions": "Kun yhdistät Google-tiliisi, varmista, että <strong>valitset valintaruudun</strong>, joka myöntää sovellukselle pääsyn Google Kalenteriin painettuasi 'Kirjaudu sisään Googlella' -painiketta. Tämä valintaruutu löytyyy käyttöoikeuspyynnön näytöstä, kuten alla olevassa kuvassa.",
118
+ "selectCheckbox": "valitse valintaruutu"
119
+ },
120
+ "finish": {
121
+ "title": "Google-tilisi on onnistuneesti integroitunut neetoCal:iin"
122
+ },
123
+ "calendar": "Google Kalenteri",
124
+ "statusForbidden": "Tuntematon virhe tapahtui Google-integraatiossasi, yritä yhdistää uudelleen."
125
+ }
126
+ }
127
+ }