mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-27 17:20:40 +00:00
Localisation updates from https://translatewiki.net.
Change-Id: I42d69be5966465df17eae307f618b6b94e65e66b
This commit is contained in:
parent
a17ae46897
commit
43c1cd20ed
|
@ -8,6 +8,7 @@
|
|||
"echo-pref-email": "E-mail",
|
||||
"echo-pref-email-format-html": "HTML",
|
||||
"notifications": "Meldingen",
|
||||
"tooltip-pt-notifications": "Jo meldingen",
|
||||
"echo-specialpage": "Meldingen",
|
||||
"echo-feedback": "Weromkeppeling",
|
||||
"echo-overlay-link": "Alle meldingen",
|
||||
|
|
8
i18n/os.json
Normal file
8
i18n/os.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"@metadata": {
|
||||
"authors": [
|
||||
"Amikeco"
|
||||
]
|
||||
},
|
||||
"echo-date-today": "Абон"
|
||||
}
|
11
i18n/sa.json
11
i18n/sa.json
|
@ -2,7 +2,8 @@
|
|||
"@metadata": {
|
||||
"authors": [
|
||||
"Amire80",
|
||||
"Shubha"
|
||||
"Shubha",
|
||||
"NehalDaveND"
|
||||
]
|
||||
},
|
||||
"echo-desc": "सूचनाव्यवस्था",
|
||||
|
@ -15,11 +16,11 @@
|
|||
"echo-pref-send-to": "एतस्मै प्रेष्यताम्",
|
||||
"echo-pref-email-format": "ईपत्र-प्रारूपः:",
|
||||
"echo-pref-web": "विश्वव्यापिजालम्",
|
||||
"echo-pref-email": "ईपत्रम्",
|
||||
"echo-pref-email": "वि-पत्रम्",
|
||||
"echo-pref-email-frequency-never": "ईपत्रसन्देशाः मा प्रेष्यन्ताम्",
|
||||
"echo-pref-email-frequency-immediately": "प्रत्येकसूचना यथा प्राप्यते",
|
||||
"echo-pref-email-frequency-daily": "प्रतिदिनस्य सन्देशानां सारांशाः",
|
||||
"echo-pref-email-frequency-weekly": "प्रतिसप्ताहस्य सन्देशानां सारांश:",
|
||||
"echo-pref-email-frequency-weekly": "प्रतिसप्ताहस्य सन्देशानां सारांशः",
|
||||
"echo-pref-email-format-html": "एच् टि एम् एल्",
|
||||
"echo-pref-email-format-plain-text": "सरलपठ्यम्",
|
||||
"echo-pref-notify-show-link": "उपकरणपट्टिकायां सूचनाः दर्श्यन्ताम्",
|
||||
|
@ -46,5 +47,7 @@
|
|||
"echo-none": "भवते सूचनाः न विद्यन्ते |",
|
||||
"echo-more-info": "अधिकं विवरणम्",
|
||||
"echo-feedback": "प्रतिस्पन्दः",
|
||||
"notification-link-text-view-message": "सन्देशः दृश्यताम्"
|
||||
"notification-link-text-view-message": "सन्देशः दृश्यताम्",
|
||||
"echo-date-today": "अद्य",
|
||||
"echo-date-yesterday": "ह्यः"
|
||||
}
|
||||
|
|
|
@ -131,6 +131,8 @@
|
|||
"apihelp-echomarkread-param-sections": "En lista över avsnitt att markera som lästa.",
|
||||
"apihelp-echomarkread-example-1": "Markera avisering 8 som läst",
|
||||
"apihelp-echomarkread-example-2": "Markera alla aviseringar som lästa",
|
||||
"apihelp-echomarkseen-description": "Märk aviseringar som lästa för aktuell användare.",
|
||||
"apihelp-echomarkseen-example-1": "Märk aviseringar som lästa",
|
||||
"apihelp-query+notifications-description": "Hämta aviseringar som väntar på aktuell användare.",
|
||||
"apihelp-query+notifications-param-prop": "Detaljer som ska begäras.",
|
||||
"apihelp-query+notifications-param-sections": "De aviseringsavsnitt som ska undersökas.",
|
||||
|
|
Loading…
Reference in a new issue