mirror of
https://github.com/mediacms-io/mediacms.git
synced 2026-06-11 02:47:33 -04:00
feat: LTI support and Moodle plugin
This commit is contained in:
@@ -48,6 +48,7 @@ translation_strings = {
|
||||
"DELETE MEDIA": "ELIMINAR MEDIOS",
|
||||
"DOWNLOAD": "DESCARGAR",
|
||||
"DURATION": "DURACIÓN",
|
||||
"Delete Comments": "",
|
||||
"Delete Media": "Eliminar Medio",
|
||||
"Delete media": "Eliminar medios",
|
||||
"Disable Comments": "Deshabilitar Comentarios",
|
||||
@@ -70,6 +71,7 @@ translation_strings = {
|
||||
"Failed to change owner. Please try again.": "Error al cambiar propietario. Por favor, inténtelo de nuevo.",
|
||||
"Failed to copy media.": "Error al copiar medios.",
|
||||
"Failed to create playlist": "Error al crear lista de reproducción",
|
||||
"Failed to delete comments.": "",
|
||||
"Failed to delete media. Please try again.": "Error al eliminar medios. Por favor, inténtelo de nuevo.",
|
||||
"Failed to disable comments.": "Error al deshabilitar comentarios.",
|
||||
"Failed to disable download.": "Error al deshabilitar descarga.",
|
||||
@@ -101,6 +103,9 @@ translation_strings = {
|
||||
"Filter existing users...": "Filtrar usuarios existentes...",
|
||||
"Filter playlists...": "Filtrar listas de reproducción...",
|
||||
"Filters": "Filtros",
|
||||
"Give users editor permissions to your media by adding them to the below list.": "",
|
||||
"Give users owner permissions to your media, except for deleting the media, by adding them to the below list.": "",
|
||||
"Give users viewer permissions to your media by adding them to the below list.": "",
|
||||
"Go": "Ir",
|
||||
"History": "Historial",
|
||||
"Home": "Inicio",
|
||||
@@ -121,6 +126,7 @@ translation_strings = {
|
||||
"Manage comments": "Gestionar comentarios",
|
||||
"Manage media": "Gestionar medios",
|
||||
"Manage users": "Gestionar usuarios",
|
||||
"Management": "",
|
||||
"Media": "Medios",
|
||||
"Media I own": "Medios que poseo",
|
||||
"Media was edited": "El medio fue editado",
|
||||
@@ -137,6 +143,7 @@ translation_strings = {
|
||||
"No results for": "No hay resultados para",
|
||||
"No tags": "Sin etiquetas",
|
||||
"No users to add": "No hay usuarios para agregar",
|
||||
"Organization": "",
|
||||
"PLAYLISTS": "LISTAS DE REPRODUCCIÓN",
|
||||
"PUBLISH STATE": "ESTADO DE PUBLICACIÓN",
|
||||
"Pdf": "PDF",
|
||||
@@ -156,12 +163,17 @@ translation_strings = {
|
||||
"Published on": "Publicado en",
|
||||
"Recent uploads": "Subidas recientes",
|
||||
"Recommended": "Recomendado",
|
||||
"Record": "",
|
||||
"Record Screen": "Grabar pantalla",
|
||||
"Record Screen with Audio": "",
|
||||
"Register": "Registrarse",
|
||||
"Remove category": "Eliminar categoría",
|
||||
"Remove from list": "Eliminar de la lista",
|
||||
"Remove tag": "Eliminar etiqueta",
|
||||
"Remove user": "Eliminar usuario",
|
||||
"Remove users from the list to remove editor permissions": "",
|
||||
"Remove users from the list to remove owner permissions": "",
|
||||
"Remove users from the list to remove viewer permissions": "",
|
||||
"Replace": "",
|
||||
"SAVE": "GUARDAR",
|
||||
"SEARCH": "BUSCAR",
|
||||
@@ -178,14 +190,22 @@ translation_strings = {
|
||||
"Select all media": "Seleccionar todos los medios",
|
||||
"Select publish state:": "Seleccionar estado de publicación:",
|
||||
"Selected": "Seleccionado",
|
||||
"Settings": "",
|
||||
"Share with": "",
|
||||
"Share with Co-Editors": "",
|
||||
"Share with Co-Owners": "",
|
||||
"Share with Co-Viewers": "",
|
||||
"Share with Course Members": "",
|
||||
"Shared by me": "Compartido por mí",
|
||||
"Shared with me": "Compartido conmigo",
|
||||
"Sharing": "",
|
||||
"Sign in": "Iniciar sesión",
|
||||
"Sign out": "Cerrar sesión",
|
||||
"Sort By": "Ordenar por",
|
||||
"Start Recording": "Iniciar grabación",
|
||||
"Start uploading media and sharing your work. Media that you upload will show up here.": "Comience a subir medios y compartir su trabajo. Los medios que suba aparecerán aquí.",
|
||||
"Stop Recording": "Detener grabación",
|
||||
"Students will get viewer permissions, while lecturers will get co-owner permissions (same as owner, but cannot delete the media)": "",
|
||||
"Submit": "Enviar",
|
||||
"Subtitle was added": "El subtítulo fue agregado",
|
||||
"Subtitles": "Subtítulos",
|
||||
@@ -196,6 +216,7 @@ translation_strings = {
|
||||
"Successfully Enabled comments": "Comentarios habilitados exitosamente",
|
||||
"Successfully changed owner": "Propietario cambiado exitosamente",
|
||||
"Successfully deleted": "Eliminado exitosamente",
|
||||
"Successfully deleted comments": "",
|
||||
"Successfully updated": "Actualizado exitosamente",
|
||||
"Successfully updated categories": "Categorías actualizadas exitosamente",
|
||||
"Successfully updated playlist membership": "Membresía de lista de reproducción actualizada exitosamente",
|
||||
@@ -232,6 +253,9 @@ translation_strings = {
|
||||
"Upload media": "Subir medios",
|
||||
"Uploads": "Subidas",
|
||||
"Users": "Usuarios",
|
||||
"Users can edit your media via: My Media > Shared with Me > particular media > Edit...": "",
|
||||
"Users can manage your media via: My Media > Shared with Me > particular media > ...": "",
|
||||
"Users can view your media via: My Media > Shared with Me > particular media > ...": "",
|
||||
"VIEW ALL": "VER TODO",
|
||||
"Video": "Video",
|
||||
"View all": "Ver todo",
|
||||
@@ -240,6 +264,7 @@ translation_strings = {
|
||||
"Welcome": "Bienvenido",
|
||||
"You are going to copy": "Vas a copiar",
|
||||
"You are going to delete": "Vas a eliminar",
|
||||
"You are going to delete all comments from": "",
|
||||
"You are going to disable comments to": "Vas a deshabilitar comentarios de",
|
||||
"You are going to disable download for": "Vas a deshabilitar descarga de",
|
||||
"You are going to enable comments to": "Vas a habilitar comentarios de",
|
||||
|
||||
Reference in New Issue
Block a user