mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-14 19:28:31 +00:00
Localisation updates from https://translatewiki.net.
Change-Id: I270c69600f8cf80e123d404a5755e766d7fe35c9
This commit is contained in:
parent
8c88843fd7
commit
941cc2cb55
|
@ -7,6 +7,9 @@
|
|||
"Matteocng"
|
||||
]
|
||||
},
|
||||
"apihelp-echocreateevent-example": "Invia una notifica",
|
||||
"apihelp-echocreateevent-param-header": "Contenuto dell'intestazione della notifica",
|
||||
"apihelp-echocreateevent-param-content": "Contenuto del corpo della notifica",
|
||||
"apihelp-echomarkread-summary": "Contrassegna tutte le notifiche come lette per l'utente attuale.",
|
||||
"apihelp-echomarkread-param-list": "Un elenco di ID notifiche da contrassegnare come lette.",
|
||||
"apihelp-echomarkread-param-unreadlist": "Un elenco di ID notifiche da contrassegnare come non lette.",
|
||||
|
|
|
@ -161,6 +161,7 @@
|
|||
"notification-inbox-filter-all": "Alle",
|
||||
"echo-specialmute-label-mute-notifications": "Slå meddelelser fra {{GENDER:$1|denne bruger}} fra",
|
||||
"echo-notification-alert": "{{PLURAL:$1|Meddelelse ($1)|Meddelelser ($1)|100=Meddelelser (99+)}}",
|
||||
"echo-notification-notice": "{{PLURAL:$1|Meddelelse ($1)|Meddelelser ($1)|100=Meddelelser (99+)}}",
|
||||
"echo-notification-alert-text-only": "Alarmer",
|
||||
"echo-notification-notice-text-only": "Meddelelser",
|
||||
"echo-overlay-link": "Alle meddelelser",
|
||||
|
@ -176,5 +177,6 @@
|
|||
"echo-email-batch-body-intro-weekly": "Hej $1,\nHer er et resumé af denne uges aktivitet på {{SITENAME}} for dig.",
|
||||
"echo-email-batch-link-text-view-all-notifications": "Se alle meddelelser",
|
||||
"notification-header-foreign-alert": "Flere alarmer fra {{PLURAL:$5|en anden wiki|$5 andre wikier}}",
|
||||
"notification-header-foreign-notice": "Flere meddelelser fra {{PLURAL:$5|en anden wiki|$5 andre wikier}}",
|
||||
"notification-header-foreign-all": "Flere meddelelser fra {{PLURAL:$5|en anden wiki|$5 andre wikier}}"
|
||||
}
|
||||
|
|
|
@ -122,6 +122,8 @@
|
|||
"echo-email-batch-link-text-view-all-notifications": "Montrez omna avizi",
|
||||
"notification-header-foreign-alert": "Plusa avizi de {{PLURAL:$5|altra Wiki|$5 altra Wiki}}",
|
||||
"notification-header-foreign-notice": "Altra avizi de {{PLURAL:$5|altra Wiki|$5 altra Wiki}}",
|
||||
"right-manage-all-push-subscriptions": "Administrar omna nemediata (''push'') suskriptaji",
|
||||
"action-manage-all-push-subscriptions": "administrar omna nemediata (''push'') suskriptaji",
|
||||
"group-push-subscription-manager": "Jeranti di suskripti ''push''",
|
||||
"grouppage-push-subscription-manager": "{{ns:project}}:Jeranti di suskripti ''push''"
|
||||
}
|
||||
|
|
|
@ -163,6 +163,7 @@
|
|||
"notification-header-user-rights-expiry-change": "La scadenza della {{GENDER:$4|tua}} appartenenza {{PLURAL:$3|al seguente gruppo|ai seguenti gruppi}} è stata {{GENDER:$1|modificata}}: $2.",
|
||||
"notification-header-welcome": "{{GENDER:$2|Benvenuto|Benvenuta|Benvenuto/a}} su {{SITENAME}}, $1! Siamo lieti che {{GENDER:$2|tu sia}} qui.",
|
||||
"notification-header-mention-summary": "$1 ti {{GENDER:$2|ha}} {{GENDER:$3|menzionato|menzionata|menzionato/a}} nell'oggetto di una modifica su <strong>$4</strong>.",
|
||||
"notification-tooltip-api-triggered": "Questa notifica ti è stata inviata da $1",
|
||||
"notification-welcome-linktext": "Benvenuto",
|
||||
"notification-header-thank-you-1-edit": "Hai appena fatto la tua prima modifica; grazie e {{GENDER:$2|benvenuto|benvenuta|benvenuto/a}}!",
|
||||
"notification-header-thank-you-10-edit": "Hai appena fatto la tua decima modifica; grazie e {{GENDER:$2|continua}} così!",
|
||||
|
@ -174,6 +175,7 @@
|
|||
"notification-link-thank-you-edit": "La {{GENDER:$1|tua}} modifica",
|
||||
"notification-link-text-view-edit": "Vedi modifica",
|
||||
"notification-link-article-reminder": "Vedi pagina",
|
||||
"notification-link-api-triggered": "Vedi pagina",
|
||||
"notification-header-reverted": "{{PLURAL:$4|La tua modifica|Le tue modifiche}} su <strong>$3</strong> {{PLURAL:$4|è stata annullata|sono state annullate}}{{GENDER:$2|}}",
|
||||
"notification-header-emailuser": "$1 ti {{GENDER:$2|ha inviato}} una email.",
|
||||
"notification-edit-user-page-email-subject": "$1 {{GENDER:$2|ha modificato}} la {{GENDER:$3|tua}} pagina utente su {{SITENAME}}",
|
||||
|
@ -218,5 +220,6 @@
|
|||
"echo-email-batch-link-text-view-all-notifications": "Vedi tutte le notifiche",
|
||||
"notification-header-foreign-alert": "Altri avvisi da {{PLURAL:$5|un altro wiki|altri $5 wiki}}",
|
||||
"notification-header-foreign-notice": "Altre notizie da {{PLURAL:$5|un altro wiki|altri $5 wiki}}",
|
||||
"notification-header-foreign-all": "Altre notifiche da {{PLURAL:$5|un altro wiki|altri $5 wiki}}"
|
||||
"notification-header-foreign-all": "Altre notifiche da {{PLURAL:$5|un altro wiki|altri $5 wiki}}",
|
||||
"action-echo-create": "inviare notifiche ad altri"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue