@windward/integrations 0.1.0 → 0.2.0

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 (93) hide show
  1. package/components/Content/Blocks/ExternalIntegration/LtiConsumer.vue +4 -4
  2. package/components/ExternalIntegration/Driver/Lti1p1/ManageConsumers.vue +6 -6
  3. package/components/ExternalIntegration/Driver/Lti1p1/ManageProviders.vue +11 -6
  4. package/components/ExternalIntegration/Driver/Lti1p3/ManageConsumers.vue +8 -8
  5. package/components/ExternalIntegration/Driver/Lti1p3/ManageProviders.vue +11 -6
  6. package/components/FileImport/FileImportMenu.vue +4 -4
  7. package/components/Integration/Driver/ManageAtutor.vue +7 -13
  8. package/components/Integration/Driver/ManageBase.vue +0 -7
  9. package/components/Integration/Driver/ManageResourcespace.vue +6 -0
  10. package/components/Integration/JobLog.vue +4 -3
  11. package/components/Integration/JobTable.vue +2 -2
  12. package/components/Navigation/Items/CourseJobLog.vue +2 -2
  13. package/i18n/en-US/components/integration/driver.ts +2 -2
  14. package/i18n/es-ES/components/content/blocks/external_integration/index.ts +5 -0
  15. package/i18n/es-ES/components/content/blocks/external_integration/lti_consumer.ts +17 -0
  16. package/i18n/es-ES/components/content/blocks/index.ts +5 -0
  17. package/i18n/es-ES/components/content/index.ts +5 -0
  18. package/i18n/es-ES/components/external_integration/driver/lti1p1.ts +14 -0
  19. package/i18n/es-ES/components/external_integration/driver/lti1p3.ts +23 -0
  20. package/i18n/es-ES/components/external_integration/index.ts +31 -0
  21. package/i18n/es-ES/components/external_integration/provider_target.ts +9 -0
  22. package/i18n/es-ES/components/file_import/index.ts +5 -0
  23. package/i18n/es-ES/components/file_import/resourcespace.ts +4 -0
  24. package/i18n/es-ES/components/index.ts +15 -0
  25. package/i18n/es-ES/components/integration/driver.ts +45 -0
  26. package/i18n/es-ES/components/integration/index.ts +9 -0
  27. package/i18n/es-ES/components/integration/job.ts +23 -0
  28. package/i18n/es-ES/components/integration/job_log.ts +24 -0
  29. package/i18n/es-ES/components/navigation/index.ts +5 -0
  30. package/i18n/es-ES/components/navigation/integrations.ts +8 -0
  31. package/i18n/es-ES/components/settings/external_integration/index.ts +5 -0
  32. package/i18n/es-ES/components/settings/external_integration/lti_consumer.ts +10 -0
  33. package/i18n/es-ES/components/settings/index.ts +5 -0
  34. package/i18n/es-ES/index.ts +16 -0
  35. package/i18n/es-ES/modules/index.ts +5 -0
  36. package/i18n/es-ES/pages/course/external_integration/index.ts +6 -0
  37. package/i18n/es-ES/pages/course/index.ts +5 -0
  38. package/i18n/es-ES/pages/importContent.ts +3 -0
  39. package/i18n/es-ES/pages/importCourse.ts +13 -0
  40. package/i18n/es-ES/pages/index.ts +13 -0
  41. package/i18n/es-ES/pages/login/index.ts +5 -0
  42. package/i18n/es-ES/pages/login/lti.ts +21 -0
  43. package/i18n/es-ES/pages/vendor.ts +11 -0
  44. package/i18n/es-ES/shared/content_blocks.ts +8 -0
  45. package/i18n/es-ES/shared/error.ts +10 -0
  46. package/i18n/es-ES/shared/file.ts +5 -0
  47. package/i18n/es-ES/shared/index.ts +15 -0
  48. package/i18n/es-ES/shared/menu.ts +3 -0
  49. package/i18n/es-ES/shared/permission.ts +31 -0
  50. package/i18n/es-ES/shared/settings.ts +5 -0
  51. package/i18n/index.ts +11 -0
  52. package/i18n/sv-SE/components/content/blocks/external_integration/index.ts +5 -0
  53. package/i18n/sv-SE/components/content/blocks/external_integration/lti_consumer.ts +17 -0
  54. package/i18n/sv-SE/components/content/blocks/index.ts +5 -0
  55. package/i18n/sv-SE/components/content/index.ts +5 -0
  56. package/i18n/sv-SE/components/external_integration/driver/lti1p1.ts +14 -0
  57. package/i18n/sv-SE/components/external_integration/driver/lti1p3.ts +22 -0
  58. package/i18n/sv-SE/components/external_integration/index.ts +31 -0
  59. package/i18n/sv-SE/components/external_integration/provider_target.ts +9 -0
  60. package/i18n/sv-SE/components/file_import/index.ts +5 -0
  61. package/i18n/sv-SE/components/file_import/resourcespace.ts +4 -0
  62. package/i18n/sv-SE/components/index.ts +15 -0
  63. package/i18n/sv-SE/components/integration/driver.ts +44 -0
  64. package/i18n/sv-SE/components/integration/index.ts +9 -0
  65. package/i18n/sv-SE/components/integration/job.ts +23 -0
  66. package/i18n/sv-SE/components/integration/job_log.ts +24 -0
  67. package/i18n/sv-SE/components/navigation/index.ts +5 -0
  68. package/i18n/sv-SE/components/navigation/integrations.ts +8 -0
  69. package/i18n/sv-SE/components/settings/external_integration/index.ts +5 -0
  70. package/i18n/sv-SE/components/settings/external_integration/lti_consumer.ts +10 -0
  71. package/i18n/sv-SE/components/settings/index.ts +5 -0
  72. package/i18n/sv-SE/index.ts +16 -0
  73. package/i18n/sv-SE/modules/index.ts +5 -0
  74. package/i18n/sv-SE/pages/course/external_integration/index.ts +6 -0
  75. package/i18n/sv-SE/pages/course/index.ts +5 -0
  76. package/i18n/sv-SE/pages/importContent.ts +3 -0
  77. package/i18n/sv-SE/pages/importCourse.ts +13 -0
  78. package/i18n/sv-SE/pages/index.ts +13 -0
  79. package/i18n/sv-SE/pages/login/index.ts +5 -0
  80. package/i18n/sv-SE/pages/login/lti.ts +21 -0
  81. package/i18n/sv-SE/pages/vendor.ts +11 -0
  82. package/i18n/sv-SE/shared/content_blocks.ts +8 -0
  83. package/i18n/sv-SE/shared/error.ts +9 -0
  84. package/i18n/sv-SE/shared/file.ts +5 -0
  85. package/i18n/sv-SE/shared/index.ts +15 -0
  86. package/i18n/sv-SE/shared/menu.ts +3 -0
  87. package/i18n/sv-SE/shared/permission.ts +31 -0
  88. package/i18n/sv-SE/shared/settings.ts +5 -0
  89. package/package.json +7 -2
  90. package/pages/admin/vendors.vue +5 -5
  91. package/plugin.js +3 -4
  92. package/test/Feature/LocaleKeys.spec.js +9 -0
  93. package/test/__mocks__/componentsMock.js +12 -0
@@ -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,9 @@
1
+ import driver from './driver'
2
+ import job from './job'
3
+ import jobLog from './job_log'
4
+
5
+ export default {
6
+ driver,
7
+ job,
8
+ job_log: jobLog,
9
+ }
@@ -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,5 @@
1
+ import integrations from './integrations'
2
+
3
+ export default {
4
+ integrations,
5
+ }
@@ -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,5 @@
1
+ import ltiConsumer from './lti_consumer'
2
+
3
+ export default {
4
+ lti_consumer: ltiConsumer,
5
+ }
@@ -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,5 @@
1
+ import externalIntegration from './external_integration'
2
+
3
+ export default {
4
+ external_integration: externalIntegration,
5
+ }
@@ -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,5 @@
1
+ // import example from './example'
2
+
3
+ export default {
4
+ // example,
5
+ }
@@ -0,0 +1,6 @@
1
+ export default {
2
+ title: 'Integraciones externas',
3
+ lti_1p1: 'LTI 1.1',
4
+ lti_1p3: 'LTI 1.3',
5
+ scorm_1p2: 'SCORM 1.2',
6
+ }
@@ -0,0 +1,5 @@
1
+ import externalIntegration from './external_integration'
2
+
3
+ export default {
4
+ external_integration: externalIntegration,
5
+ }
@@ -0,0 +1,3 @@
1
+ export default {
2
+ title: 'Importar contenido',
3
+ }
@@ -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,5 @@
1
+ import lti from './lti'
2
+
3
+ export default {
4
+ lti,
5
+ }
@@ -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,8 @@
1
+ export default {
2
+ title: {
3
+ lti_consumer: 'Enlace LTI',
4
+ },
5
+ grouping: {
6
+ integrations: 'Integraciones',
7
+ },
8
+ }
@@ -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
+ }
@@ -0,0 +1,5 @@
1
+ export default {
2
+ import_resourcespace: 'Importar desde el espacio de recursos',
3
+ import_google_drive: 'Importar desde Google Drive',
4
+ import_dropbox: 'Importar desde Dropbox',
5
+ }
@@ -0,0 +1,15 @@
1
+ import contentBlocks from './content_blocks'
2
+ import settings from './settings'
3
+ import menu from './menu'
4
+ import permission from './permission'
5
+ import file from './file'
6
+ import error from './error'
7
+
8
+ export default {
9
+ content_blocks: contentBlocks,
10
+ settings,
11
+ menu,
12
+ permission,
13
+ file,
14
+ error,
15
+ }
@@ -0,0 +1,3 @@
1
+ export default {
2
+ integrations: 'Integraciones',
3
+ }
@@ -0,0 +1,31 @@
1
+ export default {
2
+ type_title: {
3
+ 'plugin->windward->integrations->vendor': 'Proveedores de integración',
4
+ 'plugin->windward->integrations->jobs': 'Trabajos de integración',
5
+ 'plugin->windward->integrations->organization->jobs':
6
+ 'Trabajos de integración organizacional',
7
+ 'plugin->windward->integrations->organization->integration':
8
+ 'Integraciones organizativas',
9
+ 'plugin->windward->integrations->course': 'Integraciones de cursos',
10
+ 'plugin->windward->integrations->content': 'Integraciones de contenido',
11
+ 'plugin->windward->integrations->course->externalIntegration':
12
+ 'Integraciones externas (LTI/SCORM/etc)',
13
+ },
14
+
15
+ type_description: {
16
+ 'plugin->windward->integrations->vendor':
17
+ 'Acceda a todos los proveedores de integración en todo el sistema',
18
+ 'plugin->windward->integrations->jobs':
19
+ 'Acceder a trabajos de integración',
20
+ 'plugin->windward->integrations->organization->jobs':
21
+ 'Acceder a trabajos de integración en la organización actual',
22
+ 'plugin->windward->integrations->organization->integration':
23
+ 'Acceder y gestionar integraciones en la organización actual',
24
+ 'plugin->windward->integrations->course':
25
+ 'Acceder y gestionar las importaciones de cursos',
26
+ 'plugin->windward->integrations->content':
27
+ 'Acceder y gestionar las importaciones de contenido',
28
+ 'plugin->windward->integrations->course->externalIntegration':
29
+ 'Acceder y gestionar integraciones externas como LTI y SCORM',
30
+ },
31
+ }
@@ -0,0 +1,5 @@
1
+ export default {
2
+ title: {
3
+ lti_consumer: 'Consumidor LTI',
4
+ },
5
+ }
package/i18n/index.ts ADDED
@@ -0,0 +1,11 @@
1
+ import enUS from './en-US'
2
+ import esES from './es-ES'
3
+ import svSE from './sv-SE'
4
+
5
+ export default {
6
+ messages: {
7
+ 'en-US': enUS,
8
+ 'es-ES': esES,
9
+ 'sv-SE': svSE,
10
+ },
11
+ }
@@ -0,0 +1,5 @@
1
+ import ltiConsumer from './lti_consumer'
2
+
3
+ export default {
4
+ lti_consumer: ltiConsumer,
5
+ }
@@ -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: 'goodbye',
8
+ launch_in_new_window: 'launch {0} in new tab',
9
+ launch_in_modal: 'launch {0} in modal',
10
+ configure_warning:
11
+ 'This block needs to be configured. Please select a LTI tool in the settings panel.',
12
+ no_access:
13
+ 'You do not have permissions to launch this link. Please contact your system administrator.',
14
+ missing_tool: 'The tool id {0} is missing',
15
+ unknown_error: 'Something went wrong! Could not launch this link!',
16
+ link_disabled: 'Link disabled',
17
+ }
@@ -0,0 +1,5 @@
1
+ import externalIntegration from './external_integration'
2
+
3
+ export default {
4
+ external_integration: externalIntegration,
5
+ }
@@ -0,0 +1,5 @@
1
+ import blocks from './blocks'
2
+
3
+ export default {
4
+ blocks,
5
+ }
@@ -0,0 +1,14 @@
1
+ export default {
2
+ key: 'Nyckel',
3
+ secret: 'Secret',
4
+ parameter_name: 'Anpassat parameternamn',
5
+ value: 'Värde',
6
+ auto_key: 'Lämna tomt för autogenererad nyckel',
7
+ auto_secret: 'Lämna tomt för autogenererad hemlighet',
8
+ change_key: 'Ändra nyckel',
9
+ change_secret: 'Ändra hemlighet',
10
+ new_key: 'Ny nyckel',
11
+ new_secret: 'Ny hemlighet',
12
+ new: 'Ny LTI-länk',
13
+ edit: 'Redigera LTI-länk',
14
+ }
@@ -0,0 +1,22 @@
1
+ export default {
2
+ key: 'Nyckel',
3
+ issuer: 'Emittent',
4
+ tool_public_keyset_url: 'Tool Keyset Url',
5
+ tool_oidc_auth_endpoint: 'Verktyg OpenID Connect Endpoint',
6
+ login_hint: 'inloggningstips',
7
+ platform_id: 'Platform Identifier',
8
+ platform_name: 'Plattformens namn',
9
+ platform_public_keyset_url: 'Platform Keyset URL',
10
+ platform_oidc_auth_endpoint: 'Platform OpenID Connect Endpoint',
11
+ platform_oauth2_access_token_url: 'Platform OAuth2 Access Token URL',
12
+ platform_oauth2_audience: 'Plattform Oauth2-publik',
13
+ tool_client_id: 'Tool Client ID',
14
+ platform_deployment_id: 'Deployment ID',
15
+ enable_button_feedback:
16
+ 'Länken kan endast aktiveras när plattformsklientidentifierare och och nyckeluppsättnings-URL är inställda!',
17
+ parameter_name: 'Anpassat parameternamn',
18
+ value: 'Värde',
19
+ new: 'Ny LTI-länk',
20
+ edit: 'Redigera LTI-länk',
21
+ view: 'Visa LTI-länkdetaljer',
22
+ }
@@ -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: 'Provider (studenter som kommer till Windward)',
9
+ consumer_panel_title: 'Consumer (Students outgoing from Windward)',
10
+
11
+ target: 'Mål',
12
+ target_url: 'Måladress',
13
+ launch_url: 'Launch Url',
14
+
15
+ send_grades: 'Skicka betyg till värd LMS',
16
+ grade_sync: 'Grade Sync',
17
+ provider: 'Provider',
18
+ consumer: 'Konsument',
19
+
20
+ role_map_panel: 'Rollkarta',
21
+ role_in_host: 'Roll in Host LMS',
22
+ role_in_local: 'Roll i Windward',
23
+ remote_role: 'Remote Roll name',
24
+ map_to_role: 'Map to Windward Roll',
25
+ delete_role_map_item: 'Ta bort objekt i rollkarta',
26
+ add_role_map_item: 'Lägg till objekt i rollkarta',
27
+ role_map_instructions:
28
+ 'Lägg bara till roller på kartan nedan om värd-LMS använder olika rollnamn som du vill ha förhöjda behörigheter. T.ex. "Mentor" som du vill upphöja till "Extern Instruktör"',
29
+ role_map_warning:
30
+ 'Lägg bara till roller på kartan nedan om värd-LMS använder olika rollnamn som du vill ha förhöjda behörigheter. T.ex. "Mentor" som du vill upphöja till "Extern Instruktör"',
31
+ }
@@ -0,0 +1,9 @@
1
+ export default {
2
+ name: 'Målnamn',
3
+ link_to: 'Länk till',
4
+ included: 'Inkluderat',
5
+ whole_course: 'Hel kurs',
6
+ whole_course_page: 'Välj målsida för hela kursen',
7
+ content_with_children: 'Innehåll med barnsidor',
8
+ content_no_children: 'Single Content Page',
9
+ }
@@ -0,0 +1,5 @@
1
+ import resourcespace from './resourcespace'
2
+
3
+ export default {
4
+ resourcespace,
5
+ }
@@ -0,0 +1,4 @@
1
+ export default {
2
+ resource_id: 'Resource Id',
3
+ load_error: 'Det gick inte att ansluta till Resourcespace',
4
+ }
@@ -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,44 @@
1
+ export default {
2
+ atutor: {
3
+ manage_dialog_title: 'Hantera ATutor-integration',
4
+ url: 'ATutor API URL',
5
+ url_hint: 'T.ex: https://courses.mindedgeonline.com',
6
+ username: 'Användarnamn',
7
+ password: 'Lösenord',
8
+ aws_secure_url: 'AWS CDN URL',
9
+ aws_secure_url_hint: 'T.ex: https://cdn-d.mindedgeonline.com',
10
+ },
11
+ remove_slash: 'Ta bort / kl. slutet av url',
12
+ atutor_wgu: {
13
+ manage_dialog_title: 'Hantera ATutor WGU-integration',
14
+ },
15
+ canvas: {
16
+ manage_dialog_title: 'Hantera Canvas Integration',
17
+ },
18
+ blackboard_ultra: {
19
+ manage_dialog_title: 'Hantera Blackboard Ultra Integration',
20
+ },
21
+ desire2learn: {
22
+ manage_dialog_title: 'Hantera Desire2Learn Integration',
23
+ },
24
+ moodle: {
25
+ manage_dialog_title: 'Hantera Moodle Integration',
26
+ },
27
+ google_classroom: {
28
+ manage_dialog_title: 'Hantera Google Classroom Integration',
29
+ },
30
+ resourcespace: {
31
+ manage_dialog_title: 'Hantera Resourcespace Integration',
32
+ url: 'Resourcespace URL',
33
+ url_hint: 'T.ex: https://resourcespace.mindedgeuniversity.com',
34
+ username: 'Användarnamn',
35
+ key: 'API Key',
36
+ },
37
+ enabled: 'Integration aktiverad',
38
+ disabled: 'Integration inaktiverad',
39
+ ssl_enabled: 'SSL aktiverat (Bör vara aktiverad för produktion)',
40
+ connection_error: 'Anslutningsfel',
41
+ test_connection: 'Testa anslutning',
42
+ id: 'Id',
43
+ base_url: 'Bas URL',
44
+ }
@@ -0,0 +1,9 @@
1
+ import driver from './driver'
2
+ import job from './job'
3
+ import jobLog from './job_log'
4
+
5
+ export default {
6
+ driver,
7
+ job,
8
+ job_log: jobLog,
9
+ }
@@ -0,0 +1,23 @@
1
+ export default {
2
+ recent_jobs_title: 'Senaste importjobb',
3
+ job_completed: 'Jobb slutfört',
4
+ no_recent_jobs: 'Inga nya jobb',
5
+ job_id: 'Jobb-ID',
6
+ vendor_name: 'Vendor Name',
7
+ status: 'Status',
8
+ progress: 'Framsteg',
9
+ created: 'Skapat',
10
+ details: 'Detaljer',
11
+ started: 'Datum började',
12
+ job_details: {
13
+ none: 'Inga detaljer tillgängliga',
14
+ import_course: "Importerar kurs-ID {0} '{1}'",
15
+ },
16
+ job_status: {
17
+ not_started: 'Inte startat',
18
+ started: 'Started',
19
+ in_progress: 'Pågår',
20
+ failed: 'Failed',
21
+ completed: 'Completed',
22
+ },
23
+ }
@@ -0,0 +1,24 @@
1
+ export default {
2
+ view_log: 'Visa logg',
3
+ view_course_import_log: 'Visa kursimportlogg',
4
+ no_results: 'Inga resultat hittades',
5
+ remote_course_id: 'Fjärrkurs-ID',
6
+ remote_content_id: 'Remtote Content Id',
7
+ remote_content_name: 'Remote Content Name',
8
+ remote_url: 'Remote Url',
9
+ remote_code: 'Fjärrkod',
10
+ remote_sso: 'Remote SSO',
11
+ log_level: 'Log Level',
12
+ level_prefix: 'nivå',
13
+ search: {
14
+ level_info: 'Infomeddelanden',
15
+ level_warning: 'Varningsmeddelanden',
16
+ level_error: 'Felmeddelanden',
17
+ file_missing_error: 'Fil saknas',
18
+ data_error: 'Oväntat datafel',
19
+ converted_file: 'File Converted',
20
+ converted_file_error: 'Felkonverteringsfel',
21
+ parse_error: 'Content Block Parsing Error',
22
+ linking_error: 'Innehållslänkningsfel',
23
+ },
24
+ }
@@ -0,0 +1,5 @@
1
+ import integrations from './integrations'
2
+
3
+ export default {
4
+ integrations,
5
+ }
@@ -0,0 +1,8 @@
1
+ export default {
2
+ title: 'Integrationer',
3
+ manage_integrations: 'Manage Integration Vendors',
4
+ import_course: 'Importera kurser',
5
+ import_content: 'Importera innehåll och filer',
6
+ manage_lti: 'Hantera LTI-anslutningar',
7
+ manage_lti_links: 'Hantera LTI-länkar',
8
+ }
@@ -0,0 +1,5 @@
1
+ import ltiConsumer from './lti_consumer'
2
+
3
+ export default {
4
+ lti_consumer: ltiConsumer,
5
+ }