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: Ice2660c4cb283eec384b74bb7bedfe9e18d25d34
This commit is contained in:
parent
bc4888169d
commit
ba86ffb623
|
@ -84,6 +84,7 @@
|
|||
"notification-user-rights-add": "Du bist jetzt Mitglied dieser {{PLURAL:$2|Benutzergruppe|Benutzergruppen}}: $1",
|
||||
"notification-user-rights-remove": "Du bist nicht länger Mitglied dieser {{PLURAL:$2|Benutzergruppe|Benutzergruppen}}: $1",
|
||||
"notification-new-user": "Willkommen bei {{SITENAME}}, $1! Wir freuen uns, dass du hier bist.",
|
||||
"notification-header-welcome": "{{GENDER:$2|Willkommen}} bei {{SITENAME}}, $1! Wir sind froh, dass {{GENDER:$2|du}} da bist.",
|
||||
"notification-reverted2": "Deine {{PLURAL:$4|Bearbeitung an der Seite [[:$2]] wurde|Bearbeitungen an der Seite [[:$2]] wurden}} von [[$5|$1]] {{GENDER:$1|rückgängig}} gemacht. $3",
|
||||
"notification-reverted-flyout2": "Deine {{PLURAL:$4|Bearbeitung an der Seite $2 wurde|Bearbeitungen an der Seite $2 wurden}} von $1 {{GENDER:$1|rückgängig}} gemacht. $3",
|
||||
"notification-emailuser": "[[User:$1|$1]] {{GENDER:$1|sandte}} dir eine E-Mail.",
|
||||
|
|
11
i18n/it.json
11
i18n/it.json
|
@ -59,6 +59,7 @@
|
|||
"echo-none": "Non hai notifiche.",
|
||||
"echo-more-info": "Altre informazioni",
|
||||
"echo-feedback": "Commenti",
|
||||
"echo-api-failure": "Non è stato possibile recuperare le notifiche. Riprova. (Errore $1)",
|
||||
"echo-notification-placeholder": "Non ci sono notifiche.",
|
||||
"notification-link-text-view-message": "Vedi messaggio",
|
||||
"notification-link-text-view-mention": "Vedi menzione",
|
||||
|
@ -134,6 +135,16 @@
|
|||
"apihelp-echomarkread-param-sections": "Un elenco di sezioni da contrassegnare come lette.",
|
||||
"apihelp-echomarkread-example-1": "Contrassegna la notifica 8 come letta",
|
||||
"apihelp-echomarkread-example-2": "Contrassegna tutte le notifiche come lette",
|
||||
"apihelp-echomarkseen-description": "Contrassegna le notifiche come viste per l'utente attuale.",
|
||||
"apihelp-echomarkseen-example-1": "Contrassegna le notifiche di tutti i tipi come viste",
|
||||
"apihelp-echomarkseen-param-type": "Tipo di notifiche da contrassegnare come viste: 'alert', 'message' or 'all'.",
|
||||
"apihelp-query+notifications-param-prop": "Dettagli da richiedere.",
|
||||
"apihelp-query+notifications-param-limit": "Il numero massimo di notifiche da recuperare.",
|
||||
"apihelp-query+notifications-param-index": "Se specificato, un elenco di ID notifiche, in ordine, sarà restituito.",
|
||||
"apihelp-query+notifications-param-alertcontinue": "Quando più risultati 'avviso' sono disponibili, usa questo per continuare.",
|
||||
"apihelp-query+notifications-param-alertunreadfirst": "Se mostrare le notifiche dei messaggi non letti prima.",
|
||||
"apihelp-query+notifications-param-messagecontinue": "Quando più risultati 'messaggio' sono disponibili, usa questo per continuare.",
|
||||
"apihelp-query+notifications-param-messageunreadfirst": "Se mostrare le notifiche degli avvisi non letti prima.",
|
||||
"apihelp-query+notifications-example-1": "Elenco notifiche",
|
||||
"apihelp-query+notifications-example-2": "Elenco notifiche, raggruppate per sezione, con i conteggi"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue