mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-24 07:54:13 +00:00
Localisation updates from https://translatewiki.net.
Change-Id: I1f3eac902fcb1bede107951a26bdd1f9a3ff4f13
This commit is contained in:
parent
3d21abe511
commit
1a1da10e69
|
@ -126,6 +126,7 @@
|
|||
"apihelp-query+notifications-param-format": "Falls angegeben, werden die zurückgegebenen Benachrichtigungen auf diese Weise formatiert.",
|
||||
"apihelp-query+notifications-param-limit": "Die maximale Anzahl zurückzugebender Benachrichtigungen.",
|
||||
"apihelp-query+notifications-param-messagecontinue": "Falls mehrere Nachrichtenergebnisse verfügbar sind, dies zum Fortfahren verwenden.",
|
||||
"apihelp-query+notifications-param-messageunreadfirst": "Ob ungelesene Benachrichtigungen zuerst angezeigt werden sollen.",
|
||||
"apihelp-query+notifications-example-1": "Benachrichtigungen auflisten",
|
||||
"apihelp-query+notifications-example-2": "Benachrichtigungen auflisten, gruppiert nach Abschnitt, mit Zählern"
|
||||
}
|
||||
|
|
21
i18n/es.json
21
i18n/es.json
|
@ -128,5 +128,24 @@
|
|||
"echo-email-batch-body-intro-daily": "Hola, $1:\nAquí está un resumen de la actividad de hoy en {{SITENAME}}.",
|
||||
"echo-email-batch-body-intro-weekly": "Hola, $1:\nAquí está un resumen de la actividad de esta semana en {{SITENAME}}.",
|
||||
"echo-email-batch-link-text-view-all-notifications": "Ver todas las notificaciones",
|
||||
"echo-rev-deleted-text-view": "Esta revisión de página ha sido suprimida."
|
||||
"echo-rev-deleted-text-view": "Esta revisión de página ha sido suprimida.",
|
||||
"apihelp-echomarkread-description": "Marcar notificaciones como leídas para el usuario actual.",
|
||||
"apihelp-echomarkread-param-list": "Lista de IDs de notificación para marcar como leído.",
|
||||
"apihelp-echomarkread-param-all": "Si se establece, marca todas las notificaciones de un usuario como leídas.",
|
||||
"apihelp-echomarkread-param-sections": "Lista de secciones a marcar como leídas.",
|
||||
"apihelp-echomarkread-example-1": "Marca la notificación 8 como leída.",
|
||||
"apihelp-echomarkread-example-2": "Marca todas las notificaciones como leídas.",
|
||||
"apihelp-query+notifications-description": "Recibe notificaciones de espera para el usuario actual.",
|
||||
"apihelp-query+notifications-param-prop": "Detalles a solicitar.",
|
||||
"apihelp-query+notifications-param-sections": "Las secciones de notificación a consultar.",
|
||||
"apihelp-query+notifications-param-groupbysection": "Si se agrupan los resultados por sección. Cada sección se obtiene por separado si así se establece.",
|
||||
"apihelp-query+notifications-param-format": "Si se especifica, las notificaciones se recibirán en éste formatdo.",
|
||||
"apihelp-query+notifications-param-limit": "Número máximo de notificaciones a recibir.",
|
||||
"apihelp-query+notifications-param-index": "Si se especifica, se recibirá una lista de IDs de notificación.",
|
||||
"apihelp-query+notifications-param-alertcontinue": "Cuando están disponibles alertas adicionales, utilice esta opción para continuar.",
|
||||
"apihelp-query+notifications-param-alertunreadfirst": "Muestra las notificaciones de mensajes sin leer primero.",
|
||||
"apihelp-query+notifications-param-messagecontinue": "Cuando nuevos mensajes están disponibles, utilice esta opción para continuar.",
|
||||
"apihelp-query+notifications-param-messageunreadfirst": "Muestra las notificaciones de alertas sin leer primero.",
|
||||
"apihelp-query+notifications-example-1": "Lista de notificaciones",
|
||||
"apihelp-query+notifications-example-2": "Lista de notificaciones, agrupadas por sección, incluyendo contadores."
|
||||
}
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
"Misibacsi",
|
||||
"TK-999",
|
||||
"Tgr",
|
||||
"Tacsipacsi"
|
||||
"Tacsipacsi",
|
||||
"Samat"
|
||||
]
|
||||
},
|
||||
"echo-desc": "Értesítési rendszer",
|
||||
|
@ -77,7 +78,7 @@
|
|||
"notification-user-rights-flyout": "$1 megváltoztatta a jogosultságaidat. $2. [[Special:ListGroupRights|Információ a jogosultságokról]]",
|
||||
"notification-user-rights-add": "Tagja lettél {{PLURAL:$2|ennek a csoportnak|ezeknek a csoportoknak}}: $1",
|
||||
"notification-user-rights-remove": "Kikerültél {{PLURAL:$2|ebből a csoportból|ezekből a csoportokból}}: $1",
|
||||
"notification-new-user": "Üdvözlet a {{SITENAME}} oldalon, $1! Örülünk, hogy csatlakoztál hozzánk.",
|
||||
"notification-new-user": "Üdvözlünk a {{SITENAME}} oldalon, $1! Örülünk, hogy csatlakoztál hozzánk.",
|
||||
"notification-reverted2": "[[User:$1|$1]] visszavonta a {{PLURAL:$4|szerkesztésedet|szerkesztéseidet}} a(z) [[:$2]] cikkben. $3",
|
||||
"notification-reverted-flyout2": "$1 visszavonta a {{PLURAL:$4|szerkesztésedet|szerkesztéseidet}} a(z) $2 cikkben. $3",
|
||||
"notification-edit-talk-page-email-subject2": "$1 üzenetet hagyott neked a(z) {{SITENAME}} wikin",
|
||||
|
|
Loading…
Reference in a new issue