@windward/integrations 0.0.12 → 0.1.1
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/components/Content/Blocks/ExternalIntegration/LtiConsumer.vue +136 -20
- package/components/ExternalIntegration/Driver/Lti1p1/ManageConsumer.vue +7 -5
- package/components/ExternalIntegration/Driver/Lti1p1/ManageConsumers.vue +3 -2
- package/components/ExternalIntegration/Driver/Lti1p3/ManageConsumer.vue +284 -0
- package/components/ExternalIntegration/Driver/Lti1p3/ManageConsumers.vue +229 -0
- package/components/ExternalIntegration/Driver/Lti1p3/ManageProvider.vue +14 -0
- package/components/ExternalIntegration/Driver/Lti1p3/ViewConsumer.vue +224 -0
- package/components/ExternalIntegration/Driver/ManageLti1p3.vue +3 -3
- package/components/Integration/Driver/ManageAtutor.vue +7 -13
- package/components/Integration/Driver/ManageBase.vue +0 -7
- package/components/Integration/Driver/ManageResourcespace.vue +6 -0
- package/components/Integration/JobLog.vue +4 -3
- package/components/SecretField.vue +16 -1
- package/components/Settings/ExternalIntegration/LtiConsumerSettings.vue +72 -30
- package/i18n/en-US/components/content/blocks/external_integration/lti_consumer.ts +7 -0
- package/i18n/en-US/components/external_integration/driver/lti1p3.ts +4 -0
- package/i18n/en-US/components/integration/driver.ts +2 -2
- package/i18n/en-US/components/settings/external_integration/lti_consumer.ts +3 -0
- package/i18n/es-ES/components/content/blocks/external_integration/index.ts +5 -0
- package/i18n/es-ES/components/content/blocks/external_integration/lti_consumer.ts +17 -0
- package/i18n/es-ES/components/content/blocks/index.ts +5 -0
- package/i18n/es-ES/components/content/index.ts +5 -0
- package/i18n/es-ES/components/external_integration/driver/lti1p1.ts +14 -0
- package/i18n/es-ES/components/external_integration/driver/lti1p3.ts +23 -0
- package/i18n/es-ES/components/external_integration/index.ts +31 -0
- package/i18n/es-ES/components/external_integration/provider_target.ts +9 -0
- package/i18n/es-ES/components/file_import/index.ts +5 -0
- package/i18n/es-ES/components/file_import/resourcespace.ts +4 -0
- package/i18n/es-ES/components/index.ts +15 -0
- package/i18n/es-ES/components/integration/driver.ts +45 -0
- package/i18n/es-ES/components/integration/index.ts +9 -0
- package/i18n/es-ES/components/integration/job.ts +23 -0
- package/i18n/es-ES/components/integration/job_log.ts +24 -0
- package/i18n/es-ES/components/navigation/index.ts +5 -0
- package/i18n/es-ES/components/navigation/integrations.ts +8 -0
- package/i18n/es-ES/components/settings/external_integration/index.ts +5 -0
- package/i18n/es-ES/components/settings/external_integration/lti_consumer.ts +10 -0
- package/i18n/es-ES/components/settings/index.ts +5 -0
- package/i18n/es-ES/index.ts +16 -0
- package/i18n/es-ES/modules/index.ts +5 -0
- package/i18n/es-ES/pages/course/external_integration/index.ts +6 -0
- package/i18n/es-ES/pages/course/index.ts +5 -0
- package/i18n/es-ES/pages/importContent.ts +3 -0
- package/i18n/es-ES/pages/importCourse.ts +13 -0
- package/i18n/es-ES/pages/index.ts +13 -0
- package/i18n/es-ES/pages/login/index.ts +5 -0
- package/i18n/es-ES/pages/login/lti.ts +21 -0
- package/i18n/es-ES/pages/vendor.ts +11 -0
- package/i18n/es-ES/shared/content_blocks.ts +8 -0
- package/i18n/es-ES/shared/error.ts +10 -0
- package/i18n/es-ES/shared/file.ts +5 -0
- package/i18n/es-ES/shared/index.ts +15 -0
- package/i18n/es-ES/shared/menu.ts +3 -0
- package/i18n/es-ES/shared/permission.ts +31 -0
- package/i18n/es-ES/shared/settings.ts +5 -0
- package/i18n/index.ts +11 -0
- package/i18n/sv-SE/components/content/blocks/external_integration/index.ts +5 -0
- package/i18n/sv-SE/components/content/blocks/external_integration/lti_consumer.ts +17 -0
- package/i18n/sv-SE/components/content/blocks/index.ts +5 -0
- package/i18n/sv-SE/components/content/index.ts +5 -0
- package/i18n/sv-SE/components/external_integration/driver/lti1p1.ts +14 -0
- package/i18n/sv-SE/components/external_integration/driver/lti1p3.ts +22 -0
- package/i18n/sv-SE/components/external_integration/index.ts +31 -0
- package/i18n/sv-SE/components/external_integration/provider_target.ts +9 -0
- package/i18n/sv-SE/components/file_import/index.ts +5 -0
- package/i18n/sv-SE/components/file_import/resourcespace.ts +4 -0
- package/i18n/sv-SE/components/index.ts +15 -0
- package/i18n/sv-SE/components/integration/driver.ts +44 -0
- package/i18n/sv-SE/components/integration/index.ts +9 -0
- package/i18n/sv-SE/components/integration/job.ts +23 -0
- package/i18n/sv-SE/components/integration/job_log.ts +24 -0
- package/i18n/sv-SE/components/navigation/index.ts +5 -0
- package/i18n/sv-SE/components/navigation/integrations.ts +8 -0
- package/i18n/sv-SE/components/settings/external_integration/index.ts +5 -0
- package/i18n/sv-SE/components/settings/external_integration/lti_consumer.ts +10 -0
- package/i18n/sv-SE/components/settings/index.ts +5 -0
- package/i18n/sv-SE/index.ts +16 -0
- package/i18n/sv-SE/modules/index.ts +5 -0
- package/i18n/sv-SE/pages/course/external_integration/index.ts +6 -0
- package/i18n/sv-SE/pages/course/index.ts +5 -0
- package/i18n/sv-SE/pages/importContent.ts +3 -0
- package/i18n/sv-SE/pages/importCourse.ts +13 -0
- package/i18n/sv-SE/pages/index.ts +13 -0
- package/i18n/sv-SE/pages/login/index.ts +5 -0
- package/i18n/sv-SE/pages/login/lti.ts +21 -0
- package/i18n/sv-SE/pages/vendor.ts +11 -0
- package/i18n/sv-SE/shared/content_blocks.ts +8 -0
- package/i18n/sv-SE/shared/error.ts +9 -0
- package/i18n/sv-SE/shared/file.ts +5 -0
- package/i18n/sv-SE/shared/index.ts +15 -0
- package/i18n/sv-SE/shared/menu.ts +3 -0
- package/i18n/sv-SE/shared/permission.ts +31 -0
- package/i18n/sv-SE/shared/settings.ts +5 -0
- package/models/ExternalIntegration/{Lti1p1Consumer.ts → LtiConsumer.ts} +1 -1
- package/package.json +1 -1
- package/plugin.js +3 -4
- package/test/Feature/LocaleKeys.spec.js +9 -0
- package/test/__mocks__/componentsMock.js +12 -0
|
@@ -1,5 +1,30 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<v-container>
|
|
3
|
+
<v-text-field
|
|
4
|
+
v-model="block.metadata.config.title"
|
|
5
|
+
outlined
|
|
6
|
+
:counter="50"
|
|
7
|
+
maxlength="50"
|
|
8
|
+
:label="
|
|
9
|
+
$t(
|
|
10
|
+
'windward.integrations.components.settings.external_integration.lti_consumer.title'
|
|
11
|
+
)
|
|
12
|
+
"
|
|
13
|
+
></v-text-field>
|
|
14
|
+
<v-textarea
|
|
15
|
+
v-model="block.metadata.config.instructions"
|
|
16
|
+
outlined
|
|
17
|
+
:counter="255"
|
|
18
|
+
maxlength="255"
|
|
19
|
+
:label="
|
|
20
|
+
$t(
|
|
21
|
+
'windward.integrations.components.settings.external_integration.lti_consumer.instructions'
|
|
22
|
+
)
|
|
23
|
+
"
|
|
24
|
+
></v-textarea>
|
|
25
|
+
<br />
|
|
26
|
+
<v-divider class="primary"></v-divider>
|
|
27
|
+
<br />
|
|
3
28
|
<v-select
|
|
4
29
|
v-model="block.metadata.config.launch_type"
|
|
5
30
|
:label="
|
|
@@ -17,40 +42,55 @@
|
|
|
17
42
|
)
|
|
18
43
|
}}
|
|
19
44
|
<v-list>
|
|
20
|
-
<v-list-item
|
|
21
|
-
v-
|
|
22
|
-
|
|
23
|
-
two-line
|
|
24
|
-
:disabled="!consumer.enabled"
|
|
25
|
-
@click="onSelectLink(consumer)"
|
|
45
|
+
<v-list-item-group
|
|
46
|
+
v-model="block.metadata.config.tool_id"
|
|
47
|
+
color="primary"
|
|
26
48
|
>
|
|
27
|
-
<v-list-item
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
</v-list-item-
|
|
39
|
-
<v-list-item-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
49
|
+
<v-list-item
|
|
50
|
+
v-for="consumer in consumers"
|
|
51
|
+
:key="consumer.id"
|
|
52
|
+
two-line
|
|
53
|
+
:disabled="!consumer.enabled"
|
|
54
|
+
:value="consumer.id"
|
|
55
|
+
>
|
|
56
|
+
<v-list-item-avatar
|
|
57
|
+
:color="!consumer.enabled ? 'error' : ''"
|
|
58
|
+
>
|
|
59
|
+
<v-icon> mdi-shield-link-variant-outline</v-icon>
|
|
60
|
+
</v-list-item-avatar>
|
|
61
|
+
<v-list-item-content color="secondary">
|
|
62
|
+
<v-list-item-title>{{
|
|
63
|
+
consumer.name
|
|
64
|
+
}}</v-list-item-title>
|
|
65
|
+
<v-list-item-subtitle v-if="!consumer.enabled">
|
|
66
|
+
<v-chip color="error"
|
|
67
|
+
>{{
|
|
68
|
+
$t(
|
|
69
|
+
'windward.integrations.components.settings.external_integration.lti_consumer.link_disabled'
|
|
70
|
+
)
|
|
71
|
+
}}
|
|
72
|
+
</v-chip>
|
|
73
|
+
</v-list-item-subtitle>
|
|
74
|
+
<v-list-item-subtitle
|
|
75
|
+
>{{
|
|
76
|
+
consumer.description
|
|
77
|
+
.replace(/(<([^>]+)>)/gi, '')
|
|
78
|
+
.trim()
|
|
79
|
+
}}
|
|
80
|
+
</v-list-item-subtitle>
|
|
81
|
+
</v-list-item-content>
|
|
82
|
+
</v-list-item>
|
|
83
|
+
</v-list-item-group>
|
|
44
84
|
</v-list>
|
|
45
85
|
</v-container>
|
|
46
86
|
</template>
|
|
47
87
|
|
|
48
88
|
<script>
|
|
49
89
|
import { mapGetters } from 'vuex'
|
|
90
|
+
import LtiConsumer from '../../../models/ExternalIntegration/LtiConsumer'
|
|
50
91
|
import BaseContentSettings from '~/components/Content/Tool/BaseContentSettings.js'
|
|
51
92
|
import Course from '~/models/Course'
|
|
52
93
|
import Organization from '~/models/Organization'
|
|
53
|
-
import Lti1p1Consumer from '../../../models/ExternalIntegration/Lti1p1Consumer'
|
|
54
94
|
|
|
55
95
|
export default {
|
|
56
96
|
name: 'ContentBlockExternalIntegrationLti1p1ConsumerSettings',
|
|
@@ -75,11 +115,17 @@ export default {
|
|
|
75
115
|
),
|
|
76
116
|
value: 'inline',
|
|
77
117
|
},
|
|
118
|
+
{
|
|
119
|
+
name: this.$t(
|
|
120
|
+
'windward.integrations.components.settings.external_integration.lti_consumer.launch_type_modal'
|
|
121
|
+
),
|
|
122
|
+
value: 'modal',
|
|
123
|
+
},
|
|
78
124
|
],
|
|
79
125
|
}
|
|
80
126
|
},
|
|
81
127
|
async fetch() {
|
|
82
|
-
this.consumers = await new
|
|
128
|
+
this.consumers = await new LtiConsumer()
|
|
83
129
|
.for(
|
|
84
130
|
new Organization({ id: this.organization.id }),
|
|
85
131
|
new Course({ id: this.course.id })
|
|
@@ -96,10 +142,6 @@ export default {
|
|
|
96
142
|
watch: {},
|
|
97
143
|
beforeMount() {},
|
|
98
144
|
mounted() {},
|
|
99
|
-
methods: {
|
|
100
|
-
onSelectLink(consumer) {
|
|
101
|
-
this.block.metadata.config.tool_id = consumer.id
|
|
102
|
-
},
|
|
103
|
-
},
|
|
145
|
+
methods: {},
|
|
104
146
|
}
|
|
105
147
|
</script>
|
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
export default {
|
|
2
|
+
title: 'LTI Consumer Block Title',
|
|
3
|
+
instructions:
|
|
4
|
+
'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam fringilla ipsum eget ante tempus blandit. Maecenas vel massa\n' +
|
|
5
|
+
'nec tellus vestibulum porttitor non a enim.',
|
|
2
6
|
launch: 'Launch',
|
|
7
|
+
goodbye: 'goodbye',
|
|
8
|
+
launch_in_new_window: 'launch {0} in new tab',
|
|
9
|
+
launch_in_modal: 'launch {0} in modal',
|
|
3
10
|
configure_warning:
|
|
4
11
|
'This block needs to be configured. Please select a LTI tool in the settings panel.',
|
|
5
12
|
no_access:
|
|
@@ -1,12 +1,15 @@
|
|
|
1
1
|
export default {
|
|
2
2
|
key: 'Key',
|
|
3
|
+
issuer: 'Issuer',
|
|
3
4
|
tool_public_keyset_url: 'Tool Keyset Url',
|
|
4
5
|
tool_oidc_auth_endpoint: 'Tool OpenID Connect Endpoint',
|
|
6
|
+
login_hint: 'login hint',
|
|
5
7
|
platform_id: 'Platform Identifier',
|
|
6
8
|
platform_name: 'Platform Name',
|
|
7
9
|
platform_public_keyset_url: 'Platform Keyset Url',
|
|
8
10
|
platform_oidc_auth_endpoint: 'Platform OpenID Connect Endpoint',
|
|
9
11
|
platform_oauth2_access_token_url: 'Platform OAuth2 Access Token URL',
|
|
12
|
+
platform_oauth2_audience: 'Platform Oauth2 audience',
|
|
10
13
|
tool_client_id: 'Tool Client ID',
|
|
11
14
|
platform_deployment_id: 'Deployment ID',
|
|
12
15
|
enable_button_feedback:
|
|
@@ -15,4 +18,5 @@ export default {
|
|
|
15
18
|
value: 'Value',
|
|
16
19
|
new: 'New LTI Link',
|
|
17
20
|
edit: 'Edit LTI Link',
|
|
21
|
+
view: 'View LTI link details',
|
|
18
22
|
}
|
|
@@ -2,11 +2,11 @@ export default {
|
|
|
2
2
|
atutor: {
|
|
3
3
|
manage_dialog_title: 'Manage ATutor Integration',
|
|
4
4
|
url: 'ATutor API Url',
|
|
5
|
-
url_hint: 'Eg: https://
|
|
5
|
+
url_hint: 'Eg: https://courses.mindedgeonline.com',
|
|
6
6
|
username: 'Username',
|
|
7
7
|
password: 'Password',
|
|
8
8
|
aws_secure_url: 'AWS CDN Url',
|
|
9
|
-
aws_secure_url_hint: 'Eg: https://cdn-d.
|
|
9
|
+
aws_secure_url_hint: 'Eg: https://cdn-d.mindedgeonline.com',
|
|
10
10
|
},
|
|
11
11
|
remove_slash: 'Remove / at end of url',
|
|
12
12
|
atutor_wgu: {
|
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
export default {
|
|
2
|
+
title: 'title',
|
|
3
|
+
instructions: 'instructions',
|
|
2
4
|
launch_type: 'Launch Type',
|
|
3
5
|
launch_type_new_window: 'New Window',
|
|
4
6
|
launch_type_inline_frame: 'Inline Frame',
|
|
7
|
+
launch_type_modal: 'Modal',
|
|
5
8
|
link_select: 'Select a Link:',
|
|
6
9
|
link_disabled: 'Link Disabled',
|
|
7
10
|
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
title: 'LTI Consumer Block Title',
|
|
3
|
+
instructions:
|
|
4
|
+
'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam fringilla ipsum eget ante tempus blandit. Maecenas vel massa\n' +
|
|
5
|
+
'nec tellus vestibulum porttitor non a enim.',
|
|
6
|
+
launch: 'Launch',
|
|
7
|
+
goodbye: 'adjö',
|
|
8
|
+
launch_in_new_window: 'lansera {0} i ny flik',
|
|
9
|
+
launch_in_modal: 'lansera {0} i modal',
|
|
10
|
+
configure_warning:
|
|
11
|
+
'Detta block måste konfigureras. Välj ett LTI-verktyg i inställningspanelen.',
|
|
12
|
+
no_access:
|
|
13
|
+
'Du har inte behörighet att starta den här länken. Kontakta din systemadministratör.',
|
|
14
|
+
missing_tool: 'Verktygs-ID {0} saknas',
|
|
15
|
+
unknown_error: 'Något gick fel! Kunde inte starta den här länken!',
|
|
16
|
+
link_disabled: 'Länk inaktiverad',
|
|
17
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
key: 'Clave',
|
|
3
|
+
secret: 'Secreto',
|
|
4
|
+
parameter_name: 'Nombre de parámetro personalizado',
|
|
5
|
+
value: 'Valor',
|
|
6
|
+
auto_key: 'Dejar vacío para la clave generada automáticamente',
|
|
7
|
+
auto_secret: 'Dejar vacío para el secreto autogenerado',
|
|
8
|
+
change_key: 'Cambiar clave',
|
|
9
|
+
change_secret: 'Cambiar secreto',
|
|
10
|
+
new_key: 'Nueva clave',
|
|
11
|
+
new_secret: 'Nuevo secreto',
|
|
12
|
+
new: 'Nuevo enlace LTI',
|
|
13
|
+
edit: 'Editar enlace LTI',
|
|
14
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
key: 'Clave',
|
|
3
|
+
issuer: 'Emisor',
|
|
4
|
+
tool_public_keyset_url: 'URL del conjunto de claves de la herramienta',
|
|
5
|
+
tool_oidc_auth_endpoint: 'Herramienta OpenID Connect Endpoint',
|
|
6
|
+
login_hint: 'pista de inicio de sesión',
|
|
7
|
+
platform_id: 'Identificador de plataforma',
|
|
8
|
+
platform_name: 'Nombre de la plataforma',
|
|
9
|
+
platform_public_keyset_url: 'URL del conjunto de claves de la plataforma',
|
|
10
|
+
platform_oidc_auth_endpoint: 'Punto final de conexión OpenID de plataforma',
|
|
11
|
+
platform_oauth2_access_token_url:
|
|
12
|
+
'URL del token de acceso a la plataforma OAuth2',
|
|
13
|
+
platform_oauth2_audience: 'Audiencia de plataforma Oauth2',
|
|
14
|
+
tool_client_id: 'ID de cliente de herramienta',
|
|
15
|
+
platform_deployment_id: 'ID de implementación',
|
|
16
|
+
enable_button_feedback:
|
|
17
|
+
'¡El enlace solo se puede habilitar una vez que se configuran el identificador del cliente de plataforma y las URL del conjunto de claves!',
|
|
18
|
+
parameter_name: 'Nombre de parámetro personalizado',
|
|
19
|
+
value: 'Valor',
|
|
20
|
+
new: 'Nuevo enlace LTI',
|
|
21
|
+
edit: 'Editar enlace LTI',
|
|
22
|
+
view: 'Ver detalles del enlace LTI',
|
|
23
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import lti1p1 from './driver/lti1p1'
|
|
2
|
+
import lti1p3 from './driver/lti1p3'
|
|
3
|
+
import providerTarget from './provider_target'
|
|
4
|
+
export default {
|
|
5
|
+
driver: { lti1p1, lti1p3 },
|
|
6
|
+
provider_target: providerTarget,
|
|
7
|
+
|
|
8
|
+
provider_panel_title: 'Proveedor (Estudiantes que llegan a Windward)',
|
|
9
|
+
consumer_panel_title: 'Consumidor (Estudiantes que salen de Barlovento)',
|
|
10
|
+
|
|
11
|
+
target: 'Objetivo',
|
|
12
|
+
target_url: 'URL de destino',
|
|
13
|
+
launch_url: 'URL de inicio',
|
|
14
|
+
|
|
15
|
+
send_grades: 'Enviar calificaciones al LMS anfitrión',
|
|
16
|
+
grade_sync: 'Sincronización de calificaciones',
|
|
17
|
+
provider: 'Proveedor',
|
|
18
|
+
consumer: 'Consumidor',
|
|
19
|
+
|
|
20
|
+
role_map_panel: 'Mapa de roles',
|
|
21
|
+
role_in_host: 'Rol en el anfitrión LMS',
|
|
22
|
+
role_in_local: 'Papel en Barlovento',
|
|
23
|
+
remote_role: 'Nombre de función remota',
|
|
24
|
+
map_to_role: 'Mapa al rol de barlovento',
|
|
25
|
+
delete_role_map_item: 'Eliminar elemento del mapa de roles',
|
|
26
|
+
add_role_map_item: 'Agregar elemento de mapa de roles',
|
|
27
|
+
role_map_instructions:
|
|
28
|
+
'Solo agregue roles al siguiente mapa si el LMS del host usa diferentes nombres de roles para los que desea permisos elevados. Por ejemplo, "Mentor" que desea elevar a "Instructor externo"',
|
|
29
|
+
role_map_warning:
|
|
30
|
+
'Solo agregue roles al siguiente mapa si el LMS del host usa diferentes nombres de roles para los que desea permisos elevados. Por ejemplo, "Mentor" que desea elevar a "Instructor externo"',
|
|
31
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
name: 'Nombre del objetivo',
|
|
3
|
+
link_to: 'Enlace a',
|
|
4
|
+
included: 'Incluido',
|
|
5
|
+
whole_course: 'Curso completo',
|
|
6
|
+
whole_course_page: 'Elegir página de inicio del curso completo',
|
|
7
|
+
content_with_children: 'Contenido con páginas secundarias',
|
|
8
|
+
content_no_children: 'Página de contenido único',
|
|
9
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import content from './content'
|
|
2
|
+
import settings from './settings'
|
|
3
|
+
import navigation from './navigation'
|
|
4
|
+
import integration from './integration'
|
|
5
|
+
import externalIntegration from './external_integration'
|
|
6
|
+
import fileImport from './file_import'
|
|
7
|
+
|
|
8
|
+
export default {
|
|
9
|
+
content,
|
|
10
|
+
settings,
|
|
11
|
+
navigation,
|
|
12
|
+
integration,
|
|
13
|
+
external_integration: externalIntegration,
|
|
14
|
+
file_import: fileImport,
|
|
15
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
atutor: {
|
|
3
|
+
manage_dialog_title: 'Administrar la integración de ATutor',
|
|
4
|
+
url: 'URL de la API de ATutor',
|
|
5
|
+
url_hint: 'Por ejemplo: https://courses.mindedgeonline.com',
|
|
6
|
+
username: 'Nombre de usuario',
|
|
7
|
+
password: 'Contraseña',
|
|
8
|
+
aws_secure_url: 'URL de AWS CDN',
|
|
9
|
+
aws_secure_url_hint: 'Por ejemplo: https://cdn-d.mindedgeonline.com',
|
|
10
|
+
},
|
|
11
|
+
remove_slash: 'Eliminar / en final de la URL',
|
|
12
|
+
atutor_wgu: {
|
|
13
|
+
manage_dialog_title: 'Administrar la integración de ATutor WGU',
|
|
14
|
+
},
|
|
15
|
+
canvas: {
|
|
16
|
+
manage_dialog_title: 'Administrar integración de Canvas',
|
|
17
|
+
},
|
|
18
|
+
blackboard_ultra: {
|
|
19
|
+
manage_dialog_title: 'Administrar la integración de Blackboard Ultra',
|
|
20
|
+
},
|
|
21
|
+
desire2learn: {
|
|
22
|
+
manage_dialog_title: 'Administrar la integración de Desire2Learn',
|
|
23
|
+
},
|
|
24
|
+
moodle: {
|
|
25
|
+
manage_dialog_title: 'Administrar la integración de Moodle',
|
|
26
|
+
},
|
|
27
|
+
google_classroom: {
|
|
28
|
+
manage_dialog_title: 'Administrar la integración de Google Classroom',
|
|
29
|
+
},
|
|
30
|
+
resourcespace: {
|
|
31
|
+
manage_dialog_title:
|
|
32
|
+
'Administrar la integración del espacio de recursos',
|
|
33
|
+
url: 'URL del espacio de recursos',
|
|
34
|
+
url_hint: 'Por ejemplo: https://resourcespace.mindedgeuniversity.com',
|
|
35
|
+
username: 'Nombre de usuario',
|
|
36
|
+
key: 'Clave API',
|
|
37
|
+
},
|
|
38
|
+
enabled: 'Integración habilitada',
|
|
39
|
+
disabled: 'Integración deshabilitada',
|
|
40
|
+
ssl_enabled: 'SSL habilitado (debe estar habilitado para producción',
|
|
41
|
+
connection_error: 'Error de conexión',
|
|
42
|
+
test_connection: 'Probar conexión',
|
|
43
|
+
id: 'Identificación',
|
|
44
|
+
base_url: 'URL base',
|
|
45
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
recent_jobs_title: 'Trabajos de importación recientes',
|
|
3
|
+
job_completed: 'Trabajo completo',
|
|
4
|
+
no_recent_jobs: 'No hay trabajos recientes',
|
|
5
|
+
job_id: 'Identificación del trabajo',
|
|
6
|
+
vendor_name: 'Nombre del proveedor',
|
|
7
|
+
status: 'Estado',
|
|
8
|
+
progress: 'Progreso',
|
|
9
|
+
created: 'Creado',
|
|
10
|
+
details: 'Detalles',
|
|
11
|
+
started: 'Fecha de inicio',
|
|
12
|
+
job_details: {
|
|
13
|
+
none: 'No hay detalles disponibles',
|
|
14
|
+
import_course: "Importando ID del curso {0} '{1}'",
|
|
15
|
+
},
|
|
16
|
+
job_status: {
|
|
17
|
+
not_started: 'No iniciado',
|
|
18
|
+
started: 'Iniciado',
|
|
19
|
+
in_progress: 'En progreso',
|
|
20
|
+
failed: 'Error',
|
|
21
|
+
completed: 'Completado',
|
|
22
|
+
},
|
|
23
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
view_log: 'Ver registro',
|
|
3
|
+
view_course_import_log: 'Ver registro de importación del curso',
|
|
4
|
+
no_results: 'No se encontraron resultados',
|
|
5
|
+
remote_course_id: 'Id. del curso remoto',
|
|
6
|
+
remote_content_id: 'Id. de contenido remoto',
|
|
7
|
+
remote_content_name: 'Nombre del contenido remoto',
|
|
8
|
+
remote_url: 'URL remota',
|
|
9
|
+
remote_code: 'Código remoto',
|
|
10
|
+
remote_sso: 'SSO remoto',
|
|
11
|
+
log_level: 'Nivel de registro',
|
|
12
|
+
level_prefix: 'nivel',
|
|
13
|
+
search: {
|
|
14
|
+
level_info: 'Mensajes de información',
|
|
15
|
+
level_warning: 'Mensajes de advertencia',
|
|
16
|
+
level_error: 'Mensajes de error',
|
|
17
|
+
file_missing_error: 'Falta archivo',
|
|
18
|
+
data_error: 'Error de datos inesperado',
|
|
19
|
+
converted_file: 'Archivo convertido',
|
|
20
|
+
converted_file_error: 'Error de conversión de archivo',
|
|
21
|
+
parse_error: 'Error de análisis del bloque de contenido',
|
|
22
|
+
linking_error: 'Error de vinculación de contenido',
|
|
23
|
+
},
|
|
24
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
title: 'Integraciones',
|
|
3
|
+
manage_integrations: 'Administrar proveedores de integración',
|
|
4
|
+
import_course: 'Importar cursos',
|
|
5
|
+
import_content: 'Importar contenido y archivos',
|
|
6
|
+
manage_lti: 'Administrar conexiones LTI',
|
|
7
|
+
manage_lti_links: 'Administrar enlaces LTI',
|
|
8
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
title: 'título',
|
|
3
|
+
instructions: 'instrucciones',
|
|
4
|
+
launch_type: 'Tipo de lanzamiento',
|
|
5
|
+
launch_type_new_window: 'Nueva ventana',
|
|
6
|
+
launch_type_inline_frame: 'Marco en línea',
|
|
7
|
+
launch_type_modal: 'Modal',
|
|
8
|
+
link_select: 'Seleccione un enlace:',
|
|
9
|
+
link_disabled: 'Enlace deshabilitado',
|
|
10
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import pages from './pages/index'
|
|
2
|
+
import components from './components/index'
|
|
3
|
+
import shared from './shared/index'
|
|
4
|
+
import modules from './modules/index'
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
windward: {
|
|
8
|
+
integrations: {
|
|
9
|
+
name: 'Integraciones de complementos de Windward',
|
|
10
|
+
pages,
|
|
11
|
+
components,
|
|
12
|
+
shared,
|
|
13
|
+
modules,
|
|
14
|
+
},
|
|
15
|
+
},
|
|
16
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
title: 'Importar curso',
|
|
3
|
+
recent_import_title: 'Importaciones recientes',
|
|
4
|
+
select_vendor: 'Seleccione un proveedor',
|
|
5
|
+
select_remote_organization: 'Seleccione una organización remota',
|
|
6
|
+
select_remote_course: 'Seleccionar un curso remoto',
|
|
7
|
+
select_remote_content: 'Seleccionar páginas de contenido individuales',
|
|
8
|
+
start_import: 'Iniciar importación',
|
|
9
|
+
import_started: 'Importación iniciada',
|
|
10
|
+
notify: 'Notificarme cuando haya terminado',
|
|
11
|
+
no_vendors:
|
|
12
|
+
'No hay proveedores configurados. Vuelva atrás y configure un proveedor de integración',
|
|
13
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import vendor from './vendor'
|
|
2
|
+
import importCourse from './importCourse'
|
|
3
|
+
import importContent from './importContent'
|
|
4
|
+
import login from './login'
|
|
5
|
+
import course from './course'
|
|
6
|
+
|
|
7
|
+
export default {
|
|
8
|
+
vendor,
|
|
9
|
+
import_course: importCourse,
|
|
10
|
+
import_content: importContent,
|
|
11
|
+
login,
|
|
12
|
+
course,
|
|
13
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
lti_error: 'Errores de LTI',
|
|
3
|
+
launch_error: 'Error en el enlace LTI lanzar',
|
|
4
|
+
missing_title: 'Faltan los siguientes campos:',
|
|
5
|
+
error_title: 'Se produjeron los siguientes errores:',
|
|
6
|
+
error: {
|
|
7
|
+
unknown: 'Se produjo un error de comunicación desconocido',
|
|
8
|
+
organization: 'Organización no válida',
|
|
9
|
+
tool: 'ID de herramienta no válida',
|
|
10
|
+
tool_organization: 'Esta herramienta no pertenece a esta organización',
|
|
11
|
+
oauth: 'OAuth no válido. Comprueba tu clave y secreto.',
|
|
12
|
+
},
|
|
13
|
+
missing: {
|
|
14
|
+
context_label:
|
|
15
|
+
'El campo de etiqueta de contexto `context_label` falta o no es válido.',
|
|
16
|
+
resource_link_title:
|
|
17
|
+
'El título del enlace del recurso `resource_link_title` falta o no es válido.',
|
|
18
|
+
lis_person_contact_email_primary:
|
|
19
|
+
'Falta el correo electrónico de los usuarios y no se pudo generar un correo electrónico anónimo.',
|
|
20
|
+
},
|
|
21
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
title: 'Integraciones',
|
|
3
|
+
vendor_disabled: 'Este proveedor no está disponible para integraciones',
|
|
4
|
+
vendor_not_configured: 'Este proveedor de integración no está configurado',
|
|
5
|
+
organization_integration_disabled:
|
|
6
|
+
'La integración de esta organización está deshabilitada',
|
|
7
|
+
vendor_name: 'Nombre del proveedor',
|
|
8
|
+
configured: 'Integración configurada',
|
|
9
|
+
enabled: 'Integración habilitada',
|
|
10
|
+
manage: 'Administrar integración',
|
|
11
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
save_failed: 'No se pudo guardar esta configuración',
|
|
3
|
+
load_remote_organization_failed:
|
|
4
|
+
'No se pudieron cargar organizaciones remotas',
|
|
5
|
+
load_remote_course_failed: '¿Podría no cargar cursos remotos',
|
|
6
|
+
load_remote_content_failed: 'No se pudo cargar contenido remoto',
|
|
7
|
+
connect_success: 'Conectado exitosamente',
|
|
8
|
+
connect_fail: 'Error al conectar ',
|
|
9
|
+
unknown: 'Se produjo un error desconocido al intentar conectar',
|
|
10
|
+
}
|