mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-11 17:00:10 +00:00
Localisation updates from https://translatewiki.net.
Change-Id: I07b764e8d413d2e0223ed7550eef392698d91dff
This commit is contained in:
parent
b2cd2bd357
commit
332a3d8b52
|
@ -16,6 +16,7 @@
|
|||
"apihelp-echomarkread-param-unreadlist": "읽지 않은 것으로 처리할 알림 ID의 목록.",
|
||||
"apihelp-echomarkread-param-all": "설정되어 있다면, 모든 사용자의 알림을 읽은 것으로 표시합니다.",
|
||||
"apihelp-echomarkread-param-sections": "읽은 것으로 표시할 문단의 목록.",
|
||||
"apihelp-echomarkread-param-wikis": "알림을 읽은 것으로 표시할 위키 목록. (기본값은 현재 위키만)",
|
||||
"apihelp-echomarkread-example-1": "알림 8을 읽은 것으로 표시",
|
||||
"apihelp-echomarkread-example-2": "모든 알림을 읽은 것으로 표시",
|
||||
"apihelp-echomarkread-example-3": "알림 1을 읽지 않은 것으로 표시",
|
||||
|
@ -24,6 +25,9 @@
|
|||
"apihelp-echomarkseen-param-type": "읽은 것으로 표시할 알림의 종류: 'alert', 'message' 또는 'all'.",
|
||||
"apihelp-echomarkseen-param-timestampFormat": "출력을 위해 사용할 타임스탬프 포맷 'ISO_8601' 또는 'MW'입니다. 'MW'는 구식이므로 모든 클라이언트는 'ISO_8601'로 전환하는 것이 좋습니다. 이 변수는 제거될 것이며 'ISO_8601'이 유일한 출력 포맷이 될 것입니다.",
|
||||
"apihelp-echomute-summary": "특정 사용자나 문서로부터 오는 알림을 끄거나 다시 켭니다.",
|
||||
"apihelp-echomute-param-type": "추가하거나 제거할 알림 미표시 목록 대상",
|
||||
"apihelp-echomute-param-mute": "알림 미표시 목록에 추가할 문서 또는 사용자",
|
||||
"apihelp-echomute-param-unmute": "알림 미표시 목록에서 제거할 문서 또는 사용자",
|
||||
"apihelp-echopushsubscriptions-summary": "현재 사용자의 푸시 구독을 관리합니다.",
|
||||
"apihelp-echopushsubscriptions-param-command": "수행할 동작입니다.",
|
||||
"apihelp-echopushsubscriptions+create-summary": "현재 사용자의 푸시 구독을 등록합니다.",
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"prefs-description-echo": "Pilih ma'lumat nyang mana nyang {{GENDER:|lu}} dapet èn pegimana lu dapet tu pada.",
|
||||
"prefs-emailsettings": "Pilihan surlès",
|
||||
"prefs-echosubscriptions": "Kasi gua tau pasal ni kejadian",
|
||||
"prefs-echocrosswiki": "Ma'lumat lintaswiki",
|
||||
"prefs-echocrosswiki": "Ma'lumat linteswiki",
|
||||
"prefs-blocknotificationslist": "Pemaké nyang dibekep",
|
||||
"prefs-mutedpageslist": "Halaman nyang dibekep bakal ma'lumat sènggètan halaman",
|
||||
"prefs-echopollupdates": "Ma'lumat langsung",
|
||||
|
@ -18,7 +18,7 @@
|
|||
"echo-pref-show-poll-updates-help": "Kasi unjuk jumblah ma'lumat nyang belon dibaca di palang judul, èn langsung kasi unjuk seemprit deri masing-masing ma'lumat pas dia nyampé.",
|
||||
"echo-pref-send-me": "Kirimin gua:",
|
||||
"echo-pref-send-to": "Kirimin ke:",
|
||||
"echo-pref-email-format": "Pormat surlès:",
|
||||
"echo-pref-email-format": "Bentukan surlès:",
|
||||
"echo-pref-web": "Jala",
|
||||
"echo-pref-email": "Surlès",
|
||||
"echo-pref-push": "Aplikasi",
|
||||
|
@ -49,7 +49,7 @@
|
|||
"echo-category-title-user-rights": "{{PLURAL:$1|Perobahan hak pemaké}}",
|
||||
"echo-category-title-emailuser": "{{PLURAL:$1|Surlès deri laèn pemaké}}",
|
||||
"echo-category-title-article-reminder": "{{PLURAL:$1|Pengèlingan}} halaman",
|
||||
"echo-category-title-thank-you-edit": "{{PLURAL:$1|Tapal jejak}} permakan",
|
||||
"echo-category-title-thank-you-edit": "{{PLURAL:$1|Tapal jejek}} permakan",
|
||||
"echo-category-title-watchlist": "Permakan ke halaman kepanteng",
|
||||
"echo-category-title-minor-watchlist": "Permakan kecit ke halaman kepanteng",
|
||||
"echo-pref-tooltip-edit-user-talk": "Kasi gua tau kapan ada orang mermak gua punya halaman obrolan pemaké.",
|
||||
|
|
|
@ -2,10 +2,12 @@
|
|||
"@metadata": {
|
||||
"authors": [
|
||||
"Kurdbuddha",
|
||||
"Paraw2"
|
||||
"Paraw2",
|
||||
"TerranBoy"
|
||||
]
|
||||
},
|
||||
"echo-pref-web": "وێب",
|
||||
"echo-pref-email": "ئیمەیل",
|
||||
"tooltip-pt-notifications-alert": "{{GENDER:|ھوشدارەگانت}}"
|
||||
"tooltip-pt-notifications-alert": "{{GENDER:|ھوشدارەگانت}}",
|
||||
"notification-welcome-linktext": "خوەش هاتی"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue