From eb000160fb63fa7c7d614bd69807f27477a98956 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Sun, 9 Jul 2023 20:58:22 +0000 Subject: [PATCH] chore(i18n): update translations --- src/i18n/messages/ar.json | 3 ++- src/i18n/messages/de.json | 3 ++- src/i18n/messages/de_DE.json | 3 ++- src/i18n/messages/es_419.json | 17 +++++++++-------- src/i18n/messages/fa_IR.json | 3 ++- src/i18n/messages/fr.json | 3 ++- src/i18n/messages/fr_CA.json | 3 ++- src/i18n/messages/hi.json | 3 ++- src/i18n/messages/it.json | 3 ++- src/i18n/messages/it_IT.json | 3 ++- src/i18n/messages/pt.json | 3 ++- src/i18n/messages/pt_PT.json | 3 ++- src/i18n/messages/ru.json | 3 ++- src/i18n/messages/uk.json | 3 ++- src/i18n/messages/zh_CN.json | 3 ++- 15 files changed, 37 insertions(+), 22 deletions(-) diff --git a/src/i18n/messages/ar.json b/src/i18n/messages/ar.json index 018e56dbb..ef0da1c48 100644 --- a/src/i18n/messages/ar.json +++ b/src/i18n/messages/ar.json @@ -365,5 +365,6 @@ "notification.preference.help.type": "Type", "notification.preference.help.web": "Web", "notification.preference.help.email": "Email", - "notification.preference.help.push": "Push" + "notification.preference.help.push": "Push", + "notification.preference.load.more.courses": "Load more courses" } \ No newline at end of file diff --git a/src/i18n/messages/de.json b/src/i18n/messages/de.json index 2ea09e644..493855945 100644 --- a/src/i18n/messages/de.json +++ b/src/i18n/messages/de.json @@ -365,5 +365,6 @@ "notification.preference.help.type": "Type", "notification.preference.help.web": "Web", "notification.preference.help.email": "Email", - "notification.preference.help.push": "Push" + "notification.preference.help.push": "Push", + "notification.preference.load.more.courses": "Load more courses" } \ No newline at end of file diff --git a/src/i18n/messages/de_DE.json b/src/i18n/messages/de_DE.json index 723998448..99a54093b 100644 --- a/src/i18n/messages/de_DE.json +++ b/src/i18n/messages/de_DE.json @@ -365,5 +365,6 @@ "notification.preference.help.type": "Type", "notification.preference.help.web": "Web", "notification.preference.help.email": "Email", - "notification.preference.help.push": "Push" + "notification.preference.help.push": "Push", + "notification.preference.load.more.courses": "Load more courses" } \ No newline at end of file diff --git a/src/i18n/messages/es_419.json b/src/i18n/messages/es_419.json index bb0b53bc5..7e8e9cdfb 100644 --- a/src/i18n/messages/es_419.json +++ b/src/i18n/messages/es_419.json @@ -114,7 +114,7 @@ "account.settings.editable.field.action.edit": "Editar", "account.settings.static.field.empty": "No hay valor establecido. Contacte su administrador {enterprise} para hacer cambios.", "account.settings.static.field.empty.no.admin": "No hay valor establecido.", - "notification.preferences.notifications.label": "Notifications", + "notification.preferences.notifications.label": "Notificaciones", "account.settings.field.name.certificate.select": "En caso de ser seleccionado, este nombre aparecerá en tus certificados y registros públicos. ", "account.settings.field.name.modal.certificate.title": "Escoge un nombre de preferencia para tus certificados y registros públicos.", "account.settings.field.name.modal.certificate.select": "Selecciona un nombre", @@ -359,11 +359,12 @@ "id.verification.account.name.summary.alert": "La configuración de tu perfil es administrada por {managerTitle}. Por lo tanto si el nombre en tu ID de foto coincide con tu nombre de cuenta por favor ponte en contacto con tu administrador de {profileDataManager} o con {soporte} para solicitar ayuda.", "idv.submission.alert.error": "\n Se produjo un error técnico al intentar enviar la verificación de ID.\n Es posible que sea una cuestión temporal, así que inténtalo de nuevo en unos minutos.\n Si el problema continúa, dirígete a {support_link} para obtener ayuda.\n ", "id.verification.account.name.edit": "Editar {sr}", - "notification.preference.heading": "Notifications", - "notification.preference.app.title": "{\n key, select,\n discussion {Discussions}\n coursework {Course Work}\n other {{key}}\n }", - "notification.preference.title": "{\n text, select,\n core {Core}\n newPost {New Post}\n newComment {New Comment}\n newCommentOnPost {New Comment On Post}\n newResponseOnPost {New Response On Post}\n newResponseOnComment {New Response On Comment}\n newAssignment {New Assignment}\n newGrade {New Grade}\n other {{text}}\n }", - "notification.preference.help.type": "Type", - "notification.preference.help.web": "Web", - "notification.preference.help.email": "Email", - "notification.preference.help.push": "Push" + "notification.preference.heading": "Notificaciones", + "notification.preference.app.title": "{ clave, seleccionar, discusión {Debates} trabajo del curso {Trabajo del curso} otro {{clave}} }", + "notification.preference.title": "{ text, select, core {Core} newPost {Nueva publicación} newComment {Nuevo comentario} newCommentOnPost {Nuevo comentario en la publicación} newResponseOnPost {Nueva respuesta en la publicación} newResponseOnComment {Nueva respuesta en el comentario} newAssignment {Nueva tarea} newGrade {Nueva calificación} otro {{texto}} }", + "notification.preference.help.type": "Tipo", + "notification.preference.help.web": "Sitio Web", + "notification.preference.help.email": "Correo electrónico", + "notification.preference.help.push": "Empujar", + "notification.preference.load.more.courses": "Cargar más cursos" } \ No newline at end of file diff --git a/src/i18n/messages/fa_IR.json b/src/i18n/messages/fa_IR.json index ade3f0416..fb3ff89f8 100644 --- a/src/i18n/messages/fa_IR.json +++ b/src/i18n/messages/fa_IR.json @@ -365,5 +365,6 @@ "notification.preference.help.type": "Type", "notification.preference.help.web": "Web", "notification.preference.help.email": "Email", - "notification.preference.help.push": "Push" + "notification.preference.help.push": "Push", + "notification.preference.load.more.courses": "Load more courses" } \ No newline at end of file diff --git a/src/i18n/messages/fr.json b/src/i18n/messages/fr.json index d7df52e7f..44cd68143 100644 --- a/src/i18n/messages/fr.json +++ b/src/i18n/messages/fr.json @@ -365,5 +365,6 @@ "notification.preference.help.type": "Type", "notification.preference.help.web": "Web", "notification.preference.help.email": "Email", - "notification.preference.help.push": "Push" + "notification.preference.help.push": "Push", + "notification.preference.load.more.courses": "Load more courses" } \ No newline at end of file diff --git a/src/i18n/messages/fr_CA.json b/src/i18n/messages/fr_CA.json index da8b0f6d0..19015082a 100644 --- a/src/i18n/messages/fr_CA.json +++ b/src/i18n/messages/fr_CA.json @@ -365,5 +365,6 @@ "notification.preference.help.type": "Type", "notification.preference.help.web": "Web", "notification.preference.help.email": "Courriel", - "notification.preference.help.push": "Pousser" + "notification.preference.help.push": "Pousser", + "notification.preference.load.more.courses": "Charger plus de cours" } \ No newline at end of file diff --git a/src/i18n/messages/hi.json b/src/i18n/messages/hi.json index 2ea09e644..493855945 100644 --- a/src/i18n/messages/hi.json +++ b/src/i18n/messages/hi.json @@ -365,5 +365,6 @@ "notification.preference.help.type": "Type", "notification.preference.help.web": "Web", "notification.preference.help.email": "Email", - "notification.preference.help.push": "Push" + "notification.preference.help.push": "Push", + "notification.preference.load.more.courses": "Load more courses" } \ No newline at end of file diff --git a/src/i18n/messages/it.json b/src/i18n/messages/it.json index 2ea09e644..493855945 100644 --- a/src/i18n/messages/it.json +++ b/src/i18n/messages/it.json @@ -365,5 +365,6 @@ "notification.preference.help.type": "Type", "notification.preference.help.web": "Web", "notification.preference.help.email": "Email", - "notification.preference.help.push": "Push" + "notification.preference.help.push": "Push", + "notification.preference.load.more.courses": "Load more courses" } \ No newline at end of file diff --git a/src/i18n/messages/it_IT.json b/src/i18n/messages/it_IT.json index 7a1ec341d..6e460cec4 100644 --- a/src/i18n/messages/it_IT.json +++ b/src/i18n/messages/it_IT.json @@ -365,5 +365,6 @@ "notification.preference.help.type": "Type", "notification.preference.help.web": "Web", "notification.preference.help.email": "Email", - "notification.preference.help.push": "Push" + "notification.preference.help.push": "Push", + "notification.preference.load.more.courses": "Load more courses" } \ No newline at end of file diff --git a/src/i18n/messages/pt.json b/src/i18n/messages/pt.json index 2ea09e644..493855945 100644 --- a/src/i18n/messages/pt.json +++ b/src/i18n/messages/pt.json @@ -365,5 +365,6 @@ "notification.preference.help.type": "Type", "notification.preference.help.web": "Web", "notification.preference.help.email": "Email", - "notification.preference.help.push": "Push" + "notification.preference.help.push": "Push", + "notification.preference.load.more.courses": "Load more courses" } \ No newline at end of file diff --git a/src/i18n/messages/pt_PT.json b/src/i18n/messages/pt_PT.json index 96cc8a2ed..d6239e0e1 100644 --- a/src/i18n/messages/pt_PT.json +++ b/src/i18n/messages/pt_PT.json @@ -365,5 +365,6 @@ "notification.preference.help.type": "Type", "notification.preference.help.web": "Web", "notification.preference.help.email": "Email", - "notification.preference.help.push": "Push" + "notification.preference.help.push": "Push", + "notification.preference.load.more.courses": "Load more courses" } \ No newline at end of file diff --git a/src/i18n/messages/ru.json b/src/i18n/messages/ru.json index 2ea09e644..493855945 100644 --- a/src/i18n/messages/ru.json +++ b/src/i18n/messages/ru.json @@ -365,5 +365,6 @@ "notification.preference.help.type": "Type", "notification.preference.help.web": "Web", "notification.preference.help.email": "Email", - "notification.preference.help.push": "Push" + "notification.preference.help.push": "Push", + "notification.preference.load.more.courses": "Load more courses" } \ No newline at end of file diff --git a/src/i18n/messages/uk.json b/src/i18n/messages/uk.json index 2ea09e644..493855945 100644 --- a/src/i18n/messages/uk.json +++ b/src/i18n/messages/uk.json @@ -365,5 +365,6 @@ "notification.preference.help.type": "Type", "notification.preference.help.web": "Web", "notification.preference.help.email": "Email", - "notification.preference.help.push": "Push" + "notification.preference.help.push": "Push", + "notification.preference.load.more.courses": "Load more courses" } \ No newline at end of file diff --git a/src/i18n/messages/zh_CN.json b/src/i18n/messages/zh_CN.json index 4d4034455..f75744678 100644 --- a/src/i18n/messages/zh_CN.json +++ b/src/i18n/messages/zh_CN.json @@ -365,5 +365,6 @@ "notification.preference.help.type": "类型", "notification.preference.help.web": "网页", "notification.preference.help.email": "邮箱", - "notification.preference.help.push": "Push" + "notification.preference.help.push": "Push", + "notification.preference.load.more.courses": "Load more courses" } \ No newline at end of file